@import url('fonts.css');

html, body{margin:0; padding: 0; width:100%; height:100%;  font-family: 'Poppins', !important; font-size:16px;  scroll-behavior: smooth;}
.lr{padding:0 10px;}

.preloaders{position: relative;top: 0; left: 0; width: 100%; height: 0%; background:#111; opacity: 0; transition: all 1s ease-in-out;}
.show-preloader{ height: 100%; opacity: 1; transition: all 0s ease-in-out;}

.top{position:fixed; top:0; padding:20px 10px; background: #70BE48; color:#fff; top: 0; width:100%; z-index: 999; display: block;}
.home{background:#4B4B4B;}
.top-green-bar{height:30px; width:100%; background:#70BE48;}
a img {  border: 0;}
a, a:active, a:focus, a:hover {
  outline: 0;
  color: inherit;
  text-decoration: none;
  -moz-outline-style: none;
}
@keyframes floating {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.floating-img {
  transform: translatey(0px);
  animation: floating 5s ease-in-out infinite;
}
/* custom navbar */
.navbar-1{
  background: #4B4B4B;
   position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.navbar-1 nav{
  display: flex;
  height: 80px;
  width: 100%;
  background: #4B4B4B;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0 9px 0;
  flex-wrap: wrap;
}
.navbar-1 nav .logo img{
width: 40%;
}
.navbar-1 nav ul{
display: flex;
flex-wrap: wrap;
list-style: none;
}
.navbar-1 nav ul li{
margin: 0 24px;
}
.navbar-1 nav ul li a{
color: #f2f2f2;
text-decoration: none;
font-size: 15px;
font-weight: 400;
padding: 8px 15px;
border-radius: 5px;
letter-spacing: 1px;
transition: all 0.3s ease;
}
.navbar-1 nav ul li a.active,
.navbar-1 nav ul li a:hover{
  color: #70BE48;
}
.navbar-1 nav .menu-btnn i{
color: #fff;
font-size: 22px;
cursor: pointer;
display: none;
}
input[type="checkbox"]{
display: none;
}
@media (max-width: 1000px){
  .navbar-1 nav{
  padding: 0;}
  
}
@media (max-width: 920px) {
   .navbar-1 .container{
    padding-right: 13px;
    padding-left: 13px;
  }
  .navbar-1 nav .menu-btnn i{
  display: block;
}
#click:checked ~ .menu-btnn i:before{
  content: "\f00d";
}
.navbar-1 nav ul{
  position: fixed;
  top: 80px;
  left: -100%;
  background: #4B4B4B;
  height: 100vh;
  width: 100%;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
  z-index: 9;
}
#click:checked ~ ul{
  left: 0;
}
.navbar-1 nav ul li{
  width: 100%;
  margin: 40px 0;
}
.navbar-1 nav ul li a{
  width: 100%;
  margin-left: -100%;
  display: block;
  font-size: 20px;
  transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#click:checked ~ ul li a{
  margin-left: 0px;
}
.navbar-1 nav ul li a.active,
.navbar-1 nav ul li a:hover{
  background: none;
  color: #70BE48;
 }
}

/* -------- */





.logo{}
/* .logo img{max-height: 40px;} */
.menu-box{position: fixed; top: 390%; left: -200%; width:100%; height:100%; background:#111; transform: skewY(50deg); transition: all 1s ease-in-out;  z-index: 9999;}
.menu-box{ cursor: url("../../images/close.png"), auto;}
.show-menu{  top: 0; left: 0;transform: skew(0deg); transition: all 1s ease-in-out;}

.logo-menu-bar{
  width:100%;
  position: absolute; top: 50px; left: 50%; transform: translateX(-50%); width:1px; height:14.8%; background:#777; text-align: center;
  z-index: 999;
}
.bar-list-cotainer{position: relative; left: 50%; transform: translateX(-50%); margin: 0 auto; padding-right:3px; min-width: 150px;}
.bar-list{
  position: relative;
  display: inline-block;
  margin-right:-5px;
  border: 1px solid #444; color:#333; padding:7px 10px;  text-align:center;
  background: #111;
}
.mylogo{text-decoration: none; color: #70BE48;}
.mylogo:hover{text-decoration: none; color: #70BE48; border: 1px solid #444;}

.logo-icon{position: absolute; top: 50px; left: 48%; transform: translateX(-48.9%); border: 1px solid #444; color:#333; padding:7px 10px;  text-align:center;z-index: 9999;}

.navs-box{position: relative; top: 30%;}
.navs{display: block; padding:10px 10px 10px 20%; width:100%;}
.navs ul{ margin: 0; padding: 0; }
.navs ul li{ list-style: none; display: block; margin: 5px 10px;}
.navs ul li a{padding:17px 15px; font-size: 1.3rem; text-transform: uppercase; color:#ccc; text-decoration: none; display: block;}
.navs ul li a:hover{padding:17px 15px; color:#70BE48; text-decoration: none;}
.navs ul li a.active:hover, .navs ul li a.active{padding:27px 15px; background:#70BE48; color:#f9f9f9; text-decoration: none;}
/*.yellow{background-color:#F8D348; color:#222 !important;}
.yellow:hover{background-color:#71BE48 !important; color:#fff !important;}*/
.menu-contact{padding:10px 10px 10px 20%;}
.cont-box{margin:20px 0 0;}
.cont-ttl{font-size:1.2rem; font-weight:500; color:#ddd;}
.cont-bdy{font-size:1rem;  color:#777;}
.menu-social{margin-top:20px;}

.menu-btn{position: relative; cursor: pointer; overflow:hidden;}

.menubars{
  position: relative;
  /*background: #fff;*/
  display: block;
  padding:6px 5px;
  width: 35px;
}
.bar{position: relative; width:95%; height:2px; border-radius: 2px; background:#777;margin: 4px 0;}
.bar2{position: relative; width:65%; height:2px; border-radius: 2px; background:#777;margin: 4px 0;}
.wbr{background:#ddd;}
/*.menu-btn{position: absolute; content:""; top: 100%; left: 50%; transform: translateX(-50%);height:290%; width:1px; background:#333;}*/
.menu-btn:after{position: absolute; content:"\2794"; top: 0; left: -110%; opacity: 0; height:100%; width:100%; background:#F8D348; color:#fff; padding-top:1px; transition: all 0.5s ease-in-out;}
.menu-btn:hover:after{position: absolute; content:"\2794";top: 0; left: 0; font-size:1.5rem; height:100%; width:100%; transition: all 0.5s ease-in-out; opacity: 1;}
.section-1{ min-height: 100%; top: 0; position: relative; display: block; /*padding:7% 0 1%;*/ /*overflow: hidden;*/ background-color:#4B4B4B; background-position: center; background-size: cover;}
.section-1{background-image:url('../../images/pc-2.png'); background-repeat: no-repeat; background-size: 74%; background-position: right;}

.skin{position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.2);}

.left-div{position: absolute; left: 0; width: 50px; height:100%; top: 0; border-right:1px solid #333;}
.scroll-btn{position: absolute; bottom: 53px; left: -60px; transform: rotate(90deg); background: #70BE48; color:#fff; height:57px; line-height: 55px; width:162px; text-align: center; padding:0 15px;}
.right-div{position: absolute; right: 0; width: 50px; height:100%; top: 0; border-left:1px solid #333;}

.welcome{position: absolute; top: 50%; transform: translateY(-50%); min-height: 400px; color:#fff; display: block; width:100%; margin: 0;}
/* .welcome-body{padding:15% 10px 10px 1%;} */
.welcome .sm-title{font-size: 1.3rem ; padding: 10px 0; letter-spacing: 1px;}
.welcome .lg-title{font-size: 4rem ; color:#969696; padding: 10px 0; letter-spacing: 1px; line-height: 59px; font-family: 'Poppins', !important;}
.welcome .txts{font-size: 1.3rem; padding: 10px 0; letter-spacing: 1px;}
.welcome .tag{font-size: 1.2rem; padding: 10px 0; color: #71BE48; letter-spacing: 1px;}

.home-img{ position:absolute; right:0; top:50%; transform: translateY(-50%); text-align: right;display: block;}
.home-img img{height:500px; margin-top: 50%;}

.titles{}
.title-lg{
	font-size: 3.5rem;
	line-height: 1.1;
	padding:10px;
	max-width: 600px;
	margin:0 auto;
}

.title-sm{
	font-size: 1.5rem;
	line-height: 1.1;
	text-transform: uppercase;
	padding:10px;
}
.cont-body{
	padding:15px 10px;
}
.home-btn{
  position: relative;
  padding:10px 12px;
  margin: 30px 0;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #e8e8e8;
  border:1px solid #969696;
  text-align: center;
  display:inline-block;
  text-decoration: none;
  overflow: hidden;
  font-family: 'poppins';
  transition: all 0.5s ease-in-out;
}
.home-btnn{
  position: relative;
  padding:10px 12px;
  margin: 30px 0;
  font-size: 1rem;
  color: #e8e8e8;
  background-color: #70BE48;
  text-align: center;
  display:inline-block;
  text-decoration: none;
  overflow: hidden;
  font-family: 'poppins';
  transition: all 0.5s ease-in-out;
  padding: 20px 60px;
}
.home-btnn:hover{
  border:1px solid #ccc;
  transition: ease-in .5s;
}

.home-btn-dark{
  position: relative;
  padding:10px 12px;
  margin: 30px 0;
  font-size: 1rem;
  color: #e8e8e8;
  background-color: #000;
  text-align: center;
  display:inline-block;
  text-decoration: none;
  overflow: hidden;
  font-family: 'poppins';
  transition: all 0.5s ease-in-out;
  padding: 20px 60px;
}
.home-btn-dark:hover{
  color: #fff;
  background-color: #70BE48;
  transition: linear .5s;
}

.home-btn:hover{
  border:1px solid #ccc;
}
.home-btn:before, .home-btn:after{position:absolute; content: "\279D"; top: 0;left: -110%; width: 100%; height:100%; line-height: 1; background:#70BE48; color:#fff !important; font-size: 2.5rem; padding:0px 22px; border:1px solid #70BE48 !important; color:#333; transition: all 0.5s ease-in-out;}
.home-btn:hover:before{position:absolute; content: "\279D"; font-size: 2.5rem; top: 0;left: 110%; background: #F8D348; width: 100%;transition: all 0.4s ease-in-out;}
.home-btn:hover:after{position:absolute; content: "\279D"; font-size: 2.5rem; top: 0;left: 0; width: 100%;transition: all 0.6s ease-in-out;}

.w-color{color:#fff !important;}
.r-color{color:#be202e !important;}
.r-bg{background-color:#be202e !important;}
.b-bg{background-color:#000 !important;}
.w-bg{background-color:#fff !important;}
.e-bg{background-color:#eee !important;}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}
.t-justfy{text-align: justify;}

.section-2{
	padding:0; 
	background-color:#fff;
	background-position: center; background-size: cover;
}

.section-3{
	padding:5% 0; 
	background-color:#ddd;
	background-position: center; background-size: cover;
}

.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.the-box {
    background: #555;
    position: relative;
    width: 100%;
    margin: 10px 0;
    min-height: 400px;
    display: block;
    transition: all 0.5s ease-in-out;
    border:1px solid #ddd;
    background-position: center;
    background-size: cover; 
}

.the-box:hover {
    /*background: #ddd !important;*/
    color:#fff;
    transition: all 0.5s ease-in-out;
}

/*------------------Subscribe Form-----------------*/
.subscribe {
  margin-bottom: 50px;
}
.subscribe .heading {
  color: #969696;
  margin-bottom: 30px;
}
.subscribe .heading h1 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
.subscribe .heading hr {
  border: 1px solid #969696;
  width: 18%;
}
.subscribe p {
  font-size: 17px;
  color: black;
  font-weight: 300;
  margin-bottom: 50px;
}
.subscribe form input {
  padding: 25px;
  border: 1px solid #70BE48;
}
.subscribe form input::placeholder {
  text-align: center;
  font-weight: 300;
}
.subscribe form .btn-filled {
  margin-top: 40px;
}
.subscribe form .btn-filled a {
  border: none;
  padding: 22px 30px;
  text-decoration: none;
  color: #969696;
  font-size: 13px;
  font-weight: 300;
  background-color: black;
}
.subscribe form .btn-filled a:hover {
  color: #969696;
  border: 1px solid #050505;
  background-color: white;
  transition: 0.3s;
}
/*--------------------------------------------*/

/* form popup */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

.button{
  font-family: 'Poppins';
  font-weight: 300;
}
.open-button {
  background-color: rgb(10, 10, 10);
  color: white;
  padding: 16px 20px;
  border: none;
  font-family: poppins;
  cursor: pointer;
  position: relative;
  padding: 20px 60px;
  font-weight: 200;
  }
  .open-button :hover{
    opacity: 0.8;
    transition: ease-in .2s;
  }
  .cancel{
    display: flex;
    flex-direction: row-reverse;
  }
  .cancel i{font-size: 24px;}

.form-pop{
    border: 1px solid rgb(89, 89, 89);
    padding: 25px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    max-height:100vh;
    height: 100vh;
    background:rgb(64 64 64 / 81%);
    z-index:999;
}
.innerform{
   position: relative;
   max-width:1200px;
   margin:20px auto;
   background:#fff;
  
   padding:20px;
}
.innerform .titl{
    font-family: poppins;
    font-weight: 600;
    margin:30px 0 45px 0;
    font-size: 20px;
}
.innerform .list h3{
    font-family: poppins;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 23px;
}
.innerform .list p{
    font-family: poppins;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 30px;
    color: #2F2E2E;
    line-height: 20px;
}
.innerform .form{
    border: 1px solid #DDDDDD;
    height: 100%;
    padding:10px 15px;
}
.innerform .form h3{
    font-family: poppins;
    font-weight: 600;
    margin-bottom: 45px;
    padding-top: 23px;
}
.innerform .form .nav-tabs{
    border: none;
    background-color: #000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.innerform .form .nav-tabs .nav-link{
    border: none;
    /* border-top-right-radius:9px;
    border-bottom-right-radius:9px; */
    border-top-left-radius: 0;
}
.innerform .form .nav-tabs .nav-item{
    width: 50%;
    background-color: #000;
}
.innerform .form .nav-tabs .nav-item :hover{
   background-color: #6fbe48;
   width: 100%;
   margin-bottom: 0;
   border-radius: 0;
}
.innerform .form .nav-tabs a{
    text-decoration: none;
    color: #fff;
    font-family: poppins;
    font-weight: 400;
    font-size: 20px;
    padding: 18px 20px;
    background-color: transparent;
}
.innerform .form .nav-tabs .nav-link.active{
    background-color: #70BE48 !important;
    color: #fff;
    border: none;
    border-radius: 0;
}
.innerform .form .nav-tabs .nav-item.active{
  background-color: #70BE48 ;
}
.tab-pane p{
    font-family: poppins;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 30px;
    color: #2F2E2E;
}
.innerform .tab-pane input{
    margin-bottom: 30px;
}
.innerform .tab-pane .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 1.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.innerform .tab-pane .form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: #70BE48;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #6fbe4843 !important;
}
.innerform .tab-pane span a{
    text-decoration: none;
    color: #70BE48;
    font-weight: 500;
}
.innerform .tab-pane .submit{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}
.innerform .tab-pane .btn-primary{
    background-color: #141414;
    border: none;
    border-radius: 0;
    padding: 20px 35px;
}


/* -------- */




/*--------------------------------------------*/

.intro-text {
  margin: 80px 0 70px 0;
}
.intro-text h5 {
  font-weight: 600;
  margin-bottom: 25px;
}
.intro-text p {
  font-size: 24px;
}

.sev-body{padding:15px 0 10px; position: relative; height:100%; padding: 45px 15px 45px 25px; background:#fff; color:#444; transition: all 0.5s ease-in-out;}
.the-box:hover .sev-body{ background:transparent; transition: all 0.5s ease-in-out; color:#fff;}
.sev-icon{font-size: 3rem;line-height: 1.1; padding:20px 10px 30px;}
.sev-title{font-size: 1.2rem; font-weight: 700; text-transform: uppercase; line-height: 1.1; padding:10px 0; margin-bottom:40px; font-family: 'Averta-Bold' !important;}
.sev-nmb{font-size: 4rem;  line-height: 1; font-weight:200; font-family: 'trump_gothic_east'; text-align: left; padding:0 4px; margin:40px 0; transition: all 0.5s ease-in-out;}
.the-box:hover .sev-nmb{font-size: 5rem; margin-top:5px; transition: all 0.5s ease-in-out;}
.sev-txt{font-size: 0.8rem; line-height: 1.2; padding-bottom: 70px; font-weight:200; }
.sev-btn{position:absolute; bottom:30px; left: 10%; width:80%; font-size: 1rem;  line-height: 1; padding:15px 25px; text-decoration: none; display: block; opacity: 0; border: none; color:#70BE48; transition: all 0.5s ease-in-out;}
.the-box:hover .sev-btn{display: block; opacity: 1; text-decoration: none; color: #70BE48; transition: all 0.5s ease-in-out; }
.sev-btn:hover{ color: #fff; letter-spacing: 2px; transition: all 0.5s ease-in-out;}

/*------------------CANVAS--------------------------*/
.section-1 .my-canvas {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
  width:100%;
  max-height: 100%;
}
/*--------------------------------------------*/

.section-title{
  display: block;
  font-size: 1.2rem;
  padding:50px 10px;
  color:#969696;
  text-transform: uppercase;
  font-family: 'poppins';
  text-align:center;
}

/*-------------------------------------*/
.ad-container{position: relative;}
.ad-container::before {content:""; position:absolute; left: 0; background:rgba(0,0,0,0.6); width:62%; height:220px; top:10%; z-index: 0; }
.slide-one{overflow: hidden; z-index: 1; }
.cases, .ads {position:relative; padding:30px 26px; margin-top:40px; max-width:100%; z-index: 96;}
.client-name {text-transform: uppercase; color:#fff; font-size: 18px;}
.case-title, .ad-title {text-transform: uppercase; color:#fff; font-size: 2rem;max-width:900px; font-family: 'Poppins'; font-weight: 600;}
.case-description, .ad-description {position:relative; left:10%; min-height:250px; padding:10px 30px 30px 35%; margin-top: -30px; color:#5C5C5C; font-size: 1.1rem; max-width:950px; z-index: 99;}
.ad-description {position:relative; left:2%; min-height:250px; padding:10px 30px 30px 20%; max-width:700px;}
.case-description:before, .ad-description:before{position: absolute; left: 20%; top: 20px; content:""; width:100px; height:2px; background:#fff;}
.ad-description:before{left: 10%;}

.single-case{background: #f7f7f7; margin: 20px 0; padding:30px 0;}

.cases{ max-width:1000px; background:#9B9B9B; }
.case-title{ color:#fff;max-width:800px;}
.case-description{ color:#333; font-size: 1.1rem; max-width:800px; margin-top: 30px; }
.case-description:before{background:#333;}

.case-btn, .ad-btn{
  position: relative;
  padding:8px 22px;
  margin: 40px 0 30px;
  font-size: 1rem;
  letter-spacing: 2px;
  color: #fff;
  border:1px solid #f9f9f9;
  text-align: center;
  display:inline-block;
  text-decoration: none;
  font-family: 'poppins';
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.case-btn{border:1px solid #333; color:#333;}
.ad-btn:hover{
  padding:8px 22px;
  border:1px solid #f9f9f9;
}

.case-btn:before, .ad-btn:before, .case-btn:after, .ad-btn:after{position:absolute; content: "\279D"; top: 0;left: -110%; width: 100%; height:100%; line-height: 0.9; background:#70BE48; color:#fff !important; font-size: 2.5rem; padding:0px 22px; border:1px solid #70BE48 !important; color:#333; transition: all 0.5s ease-in-out;}
.case-btn:hover:before, .ad-btn:hover:before{position:absolute; content: "\279D"; font-size: 2.5rem; top: 0;left: 110%; background: #F8D348; width: 100%;transition: all 0.4s ease-in-out;}
.case-btn:hover:after, .ad-btn:hover:before{position:absolute; content: "\279D"; font-size: 2.5rem; top: 0;left: 0; width: 100%;transition: all 0.6s ease-in-out;}


/*-------------------------------------*/

.slid-contrl{ position: relative; text-align: right;}
.slid-contrl a{background:#222; color:#fff; text-decoration: none; border:1px solid #222; padding:20px 20px; font-size: 1.8rem}

/*---------cubes--------------*/
.scene {
  position: absolute;
  top: 16%;
  right:-100px;
  width: 250px;
  height: 250px;
  /*border: 1px solid #CCC;*/
  margin: 70px;
  perspective: 500px;
  z-index: 991;
}

.case-scene{
  position: absolute;
  top: 12%;
  right:-50px;
}

.cube {
  width: 250px;
  height: 250px;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  transition: transform 1s;
}

.cube__face--1  { background: #70BE48; }
.cube__face--2  { background: #000; }
.cube__face--3   { background: #FCC23E; }
.cube__face--4   { background: #000; }
.cube__face--5    { background: #70BE48; }
.cube__face--6 { background: #FCC23E; }

.cube__face--1  { transform: rotateY(  0deg) translateZ(100px); }
.cube__face--2  { transform: rotateY( 90deg) translateZ(100px); }
.cube__face--3   { transform: rotateY(180deg) translateZ(100px); }
.cube__face--4   { transform: rotateY(-90deg) translateZ(100px); }
.cube__face--5    { transform: rotateX( 90deg) translateZ(100px); }
.cube__face--6 { transform: rotateX(-90deg) translateZ(100px); }

.cube.show-1  { transform: translateZ(-100px) rotateY(   0deg); }
.cube.show-2  { transform: translateZ(-100px) rotateY( -90deg); }
.cube.show-3   { transform: translateZ(-100px) rotateY(-180deg); }
.cube.show-4   { transform: translateZ(-100px) rotateY(  90deg); }
.cube.show-5    { transform: translateZ(-100px) rotateX( -90deg); }
.cube.show-6 { transform: translateZ(-100px) rotateX(  90deg); }

.show-face{display: block;}

.cube__face {
  position: absolute;
  width: 200px;
  height: 200px;
  /*border: 2px solid black;*/
  /*line-height: 100px;*/
  /*font-size: 40px;*/
  color: white;
  text-align: center;
  /*background: #70BE48; */
}

.cube-nmb{font-size: 3rem;font-weight: bold;padding:20px 10px 0; margin-top:15px; font-family: 'poppin';}
.cube-item{font-size:1rem; padding:0 10px;font-family: 'poppins';}
/*------------//--------------*/

.grid {width: 100%; height: 250px; margin: 30px 0;}
.grid .box {float: left; width: 100%; height: 250px; margin: 0px;}
.grid .box .side {width: 100%; height: 250px; line-height: 250px; text-align:center;}
.box .side.side1 {
    background:#fff;
}
.box .side.side2 {
    background: #70BE48;
}
.side img{
  height:45px;
  margin:0 auto;
  -webkit-filter: grayscale(100%);
}

/*------------//--------------*/
/*----------TABS------*/
.ad-formats{
  margin-top: 7%;
}
.ad-formats h3{
      margin-bottom: 38px;
    display: block;
    font-size: 1.2rem;
    padding: 50px 10px;
    color: #969696;
    text-transform: uppercase;
    text-align: center;
    font-family: 'poppins';
}
.ad-formats .nav-tabs {
  border-bottom: none;
  color: #70BE48;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  border: 1px solid #b3b1b1;
  width: 34%;
  border-radius: 31px;
  padding: 2px 0;
}
.ad-formats .nav-tabs .nav-item{
  width: 50%;
  margin: 2px 3px;
}
.ad-formats .nav-tabs > li > a{
  text-align: center;
  font-weight: 300;
}
.ad-formats .nav-link:hover{
  background-color:rgba(255, 255, 255, 0);
  color: #969696;
  font-weight: 400;
  border: none;
  border-radius: 34px;
  padding: 10px 15px;
  letter-spacing: 2px;
  transition: ease-in .2s;
}
.ad-formats .nav-tabs li.active{
  background-color: #70BE48;}
.ad-formats .nav-tabs > li.active{
  background-color: #70BE48;
  border: none;
  border-radius: 34px;
  padding: 3px 14px;
}
.ad-formats .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #70BE48;
  border: none;
  border-radius: 18px;
  font-weight: 300;
}
.ad-formats .tab-content{
  margin: 61px 0 63px 0;
}
.ad-formats .tab-content h4{
  color: #70BE48;
  margin-bottom: 25px;
}
.ad-formats .tab-content .details{
  font-family: 'poppins';
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 35px;
}
.ad-formats .tab-content .list p{
  font-family: 'poppins';
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 25px;
}



/*------------//--------------*/


/*------------//--------------*/
/*publisher & Advertisers card Section*/
.cards {
  margin-bottom: 20px;
}
.cards .title h3 {
  margin-bottom: 38px;
    display: block;
    font-size: 1.2rem;
    padding: 50px 10px;
    color: #969696;
    text-transform: uppercase;
    text-align: center;
    font-family: 'poppins';
}
.card {
  padding: 40px;
  
  border-radius: 1px;
  margin-bottom: 30px;
}
.cards .advertisers .card .card-body h5, .cards .publishers .card .card-body h5 {
  color: #70BE48;
  margin-bottom: 25px;
  font-size: 20px;
}
.cards .advertisers .card .card-body p, .cards .publishers .card .card-body p {
  color: #141414;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 25px;
}
.cards .advertisers .card .icon img, .cards .publishers .card .icon img {
  width: 59%;
  margin-bottom: 25px;
}
.cards .advertisers .card .icon-content h4, .cards .publishers .card .icon-content h4 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 12px;
}
.cards .advertisers .card .icon-content p, .cards .publishers .card .icon-content p {
  color: #969696;
  font-size: 18px;
  font-weight: 300;
}
.subscribe-btn a{
  color: #fff;
  text-decoration: none;
  background-color: #000;
  padding: 20px 30px;
  font-size: 1rem;
  font-weight: 200;
}
.subscribe-btn{
  margin-top: 63px;
}

/* responsive for the card icons */
@media only screen and (max-width: 768px) {
  .cards .card .icon img {
    width: 18% !important;
  }
}
/*=============================*/

.quick-news{position:relative; padding:30px 40px; border: 1px solid #ccc; text-align: center; width: 100%; margin-bottom: 50px;}
.quick-news .img-bdy{ position:relative; height: 300px; max-width: 100%; background-position:center; background-size: cover; padding:5px 40px; margin: 0 auto; overflow: hidden; transition: all 0.5s ease-in-out;}
.img-bdy:before{ position:absolute; top: 0; left: 0; content: ""; width:50%; height:100%; background:rgba(0,0,0,0.5); transition:all 0.7s ease-in-out;}
.img-bdy:after{ position:absolute; top: 0; right:0; content: ""; width:50%; height:100%; background:rgba(0,0,0,0.5); transition:all 0.7s ease-in-out;}
.quick-news:hover .img-bdy{background-position: center; transition:all 0.5s ease-in-out;}
.quick-news:hover .img-bdy:before{ position:absolute; top: 0; left: -120%; content: ""; width:50%; height:100%; background:rgba(0,0,0,0.5); transition:all 0.3s ease-in-out;}
.quick-news:hover .img-bdy:after{ position:absolute; top: 0; right:-120%; content: ""; width:50%; height:100%; background:rgba(0,0,0,0.5); transition:all 0.3s ease-in-out;}
.quick-news .title{padding:10px; margin: 10px; font-size: 1.1rem; text-transform: uppercase;}
.quick-news .descript{padding:5px 10px; max-width:450px; margin: 10px auto; font-size: 1rem;}
.quick-news .news-btn{padding:10px; margin: 10px; font-size: 1rem; color:#70BE48;}
.quick-news .date{padding:10px; margin: 10px; font-size: 0.9rem; text-transform: uppercase;}

.mybox{position: absolute; bottom:0; right:0; width:100px; height:100px; color: #333; overflow: hidden;}
.textbox{position: absolute; top: 0; padding: 65px 10px 20px; display: block; text-decoration: none; right: 100%; color: #fff; z-index: 1; transition: all 0.5s ease-in-out;}
.mybox::after{ position: absolute; content: ""; top: 0; left: 150%; width:200px; height: 200px; background: #70BE48; transform: rotate(45deg); transition: all 0.5s ease-in-out; z-index: 0;}
.quick-news:hover .mybox::after{left: 50%;transition: all 0.5s ease-in-out;} 
.quick-news:hover .textbox{right: 10px; color:#fff; transition: all 0.5s ease-in-out;} 

.view-all-container{display: block; text-align: center;}
.view-all{position:relative; top:-75px; border:1px solid #ccc; background:#fff; display: inline-block; color:#333; overflow: hidden; padding:15px 35px; margin-top:0px; text-align: center; text-transform: uppercase; text-decoration: none; z-index: 997; }

.view-all:before, .view-all:after{position:absolute; content: "\279D"; top: 0;left: -110%; width: 100%; height:100%; line-height: 1.3; background:#70BE48; color:#fff !important; font-size: 2.5rem; padding:0px 22px; border:1px solid #70BE48 !important; color:#333; transition: all 0.5s ease-in-out;}
.view-all:hover:before{position:absolute; content: "\279D"; font-size: 2.5rem; top: 0;left: 110%; background: #F8D348; width: 100%;transition: all 0.4s ease-in-out;}
.view-all:hover:after{position:absolute; content: "\279D"; font-size: 2.5rem; top: 0;left: 0; width: 100%;transition: all 0.6s ease-in-out;}


.read{margin: 0 auto; padding:30px 0 30px;}
.read-title{color:#444; text-align:center; font-size: 2rem; padding:40px 5% 10px;  margin-top: 63px;}
.read-img {width: 100%; max-height: 600px; overflow: hidden; }
.read-img img{width: 100%;}
.read-body{color:#444; font-size: 1.1rem; padding:30px 1%; max-width: 90%; margin: 0 auto;  text-align: justify;}


.social-box{position: absolute; bottom: 30px; right:50px;}
.social{
  display: inline-block;
	padding:5px;
  margin-top: 15px;
  margin-right:20px;
	text-align: center;
	font-size: 1.1rem;
	text-decoration: none;
	color:#555;
}
.social:hover{
	padding:5px;
	text-align: center;
	font-size: 1.1rem;
	text-decoration: none;
	color:#71BE48;
}

.foot-logo{display: block; text-align: center; padding: 30px 10px; color: #70BE48; font-size: 1.2rem;}
.foot-box{
  padding:20px 0;
  background:#fff;
  color:#222;
  /*max-width: 1200px;*/
  margin: 0 auto;
}
.foot-lst{border-left:2px solid #222; padding:2px 10px 4px 40px; min-height:50px;}
.foot-lst:first-child{border-left:1px solid transparent;}

.foot-lst .ttl{font-size:1.2rem; font-weight:500;}
.foot-lst .bdy{font-size:0.9rem;}

.footers{
	padding:15px 10px;
	border-top:3px solid #141414;
	color:#fff;
	background:#000;
	font-size: 0.8rem;
}

.t-c{text-align: center; display: block;}
.t-c a{display: inline-block; text-decoration: none;}
.back-top-container{text-align: right; display: block;}
.back-top{display: inline-block; text-decoration: none; }

.modal-header{
	background:#555;
	color:#eee;
}

.modal-title{
	color:#eee;
	font-family: 'poppin' !important;
	font-size: 2.7rem;
}

.modal-content {
    margin-top: 15%;
    border-radius: 0;
 }

 .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }

.input-group-addon{ border-radius: 0; }
.input-group{width:100%; margin-bottom: 10px;}
.add-media, .remove-media{
    height: 44px;
    width:44px;
    padding: 6px 12px;
    font-size: 22px;
    color:#fff;
    line-height: 1.42857143;
    border: none;
    cursor: pointer;
    text-decoration: none;
    background: #F8D348;
}
.remove-media{ background: #141414;}
.remove-media:hover{ background: #444; color: #fff; text-decoration: none;}
.modal-btn{display: inline-block;font-size: 1rem; padding:10px 15px; width:100%; border:none; color:#fff; text-decoration: none;letter-spacing: 1px; background-color:#F8D348; font-family: 'Averta'; transition: all 0.5s ease-in-out; }

.modal-conts{padding:20px 25px; color:#777;}
.modal-conts h4{font-weight: bold;}
.modal-conts p{font-size:0.9em}

.modal-header .close {
    margin-top: 20px;
}
button.close {
     color: #fff;
}
.close {
   opacity: 1;
   font-size: 24px;
}

.pop-wrapper{
    position:fixed;
    top:0;
    left:0;
    display:block;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.95);
    z-index:999;
    transition:all 0.3s ease-in-out;
}
.pop-down{display:none; width:0%; height: 0%; transition:all 0.3s ease-in-out;}
.pop-container{
   position:absolute;
   max-width:400px;
   top:40%;
   left:50%;
   transform: translate(-40%, -50%);
   -webkit-transform: translate(-40%, -50%);
   -moz-transform: translate(-40%, -50%);
   background:trsnsparent;
   color:#fff !important;
   padding:30px 20px;
   box-shaddow: 2px 2px 5px 3px #222;
   text-align:center;
   border:2px solid #fff;
   font-weight:500;
   border-radius: 5px;
}

.pop-close{
   position:absolute;
   top:3%;
   right:3%;
   width:30px;
   height:30px;
   border-radius:50%;
   border:1px solid #71BE48;
   cursor: pointer;
   background:#71BE48;
   color:#fff;
   line-height:30px;
   text-align: center;
}

.feature-home{max-width: 90%; margin: 40px auto; text-align: center; padding:10px;}
.feature-home h3{max-width: 900px; margin: 20px auto; font-size:2.5rem; color:#777; }

.slogan-title{ font-size:1.7rem; color: #70BE48; }
.slogan-body{ font-size:1.2rem; color:#555; }

.featured-video{position:relative; background-position:center; background-size:cover; min-height:600px;}
.vid-btn{position:absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); cursor: pointer; border:1px solid #fff; font-size:2.4rem; border-radius: 50%; color:#fff; width:120px; height:120px; line-height: 120px; text-align: center; transition: all 0.5s ease-in-out;}
.vid-btn:after{position:absolute; content: ""; top: 0%; left: 0%; width:100%; height:100%; border-radius: 50%; border:1px solid #fff; transition: all 0.5s ease-in-out;}
.vid-btn:hover:after{position:absolute; top: 0%; left: 0%; width:100%; height:100%; border-radius: 50%; border:20px solid rgba(255,255,255,0.4); transition: all 0.5s ease-in-out;}
.conts-block{position:static; max-width:80%; padding:40px 0; margin-top:30px; margin-left:auto;}
.conts-block:nth-child(odd){margin-left:0;}

.conts-block img{max-width:100%;}

.contz{max-width:500px; padding:30px 30px; margin-top: 2%; }
.contz h4{color:#111; font-weight:bold; padding:10px 0;}
.contz p{color:#777; padding:20px 0;}

.feature-list{width:100%; border:1px solid #eee; padding:30px;}
.feature-list .ft-title{font-size:1.4rem; text-transform: uppercase; padding: 20px 0;}
.feature-list ul{margin: 0; padding: 0;}
.feature-list ul li{position:relative; list-style: none; padding:10px 10px 10px 40px;}
.feature-list ul li:before{content:""; position:absolute; left:0; top: 10px; width:25px; height:25px; background:#70BE48;}

.author{max-width:200px; font-size:0.9rem; margin:0 auto; padding:10px; border-bottom:1px solid #333;}
.author-name{ padding:10px;  font-size:0.9rem;}

/*========about==========*/
.abouts{position: relative; margin: 3% 0; color:#fff; padding:20px 5px; }
.abouts::after{content:""; position:absolute; left: 0; background:rgba(0,0,0,0.6); width:70%; height:100%; top:0; z-index: 0; }
.abouts .contentz{position: relative; z-index: 1; color:#fff;}
.vision{padding:40px; border:1px solid #ddd; width:100%;}
.vision h3{margin-bottom:12px;}
.vision p{}
/*=======================*/

@media(max-width: 2560px) {
  .section-1{
    background-size: 68%;
    background-position: right;
  }
  .home-img img {
    height: 550px;
  }
}
@media(max-width: 1500px){
  .welcome .lg-title{font-size: 2.7rem ;}
  .home-img img{height:360px; margin-top:70%;}
  .cards .advertisers .card .icon-content p, .cards .publishers .card .icon-content p {
    margin-bottom: 20px;
  }
}
@media(max-width: 2560px) {
  .welcome .lg-title{font-size: 4.4rem ; line-height: 71px !important;}
  .section-1{
    background-size: 51%;
    background-position: right;
  }
  .data-list{
    margin-bottom:24px !important;
  }
}
@media(max-width: 2000px) {
  .welcome .lg-title{font-size: 3.5rem ; letter-spacing: 1px; line-height: 64px !important;}
  .section-1{
    background-size: 59%;
    background-position: right;
  }
  .data-list{
    margin-bottom:24px !important;
  }
  .cards .advertisers .card .icon-content p, .cards .publishers .card .icon-content p {
    margin-bottom: 20px;
  }
}
@media(max-width: 1280px){
  .welcome .lg-title{font-size: 3rem ; line-height: 51px !important;}
  .welcome .leading{font-size: 20px !important;}
  .section-1{
    background-size: 60%;
    background-position: right;
  }
  .ad-container::before { width:75%; }
  
}

@media(max-width: 1024px){
  .section-1{
    min-height: 100%;
    background-size: 67%;
    background-position: right;}
  .navbar-1 nav ul{padding-left: 0;}
  .navbar-1 nav ul li {margin: 0 8px;}
  .navbar-1 nav .logo img {width: 37%;}
  .navbar-1 nav ul li a{font-size: 13px;}
 	.case-client-title{font-size: 2rem;}
   .welcome .leading {font-size: 17px !important;}
 	.kwanza-title{font-size: 2.3rem;}
	.kwanza-cont{font-size: 1.1rem; }
	.kwanza-btn{font-size: .9rem; padding:10px 10px;}
  .welcome-body{padding:0 10px 10px 0;}
  .welcome .lg-title{font-size: 2.5rem; line-height: 45px !important;}
  .home-img{text-align: right;display: block;}
  
  .ad-container::before { width:82%; height: 150px; }
  .case-title, .ad-title {font-size: 1.7rem;}
  .data-list{
    margin-bottom:44px !important;
  }
} 

@media(max-width: 992px){
	.logo-menu-bar {
    top: 20px;
  }
  .navs-box{position: relative; top: 18.5%; max-height: 90%; border-top:1px solid #333; overflow: auto;}
  .left-div{display: none;}
  .right-div{display: none;}

  .navs{padding:10px 10px 10px 10px; text-align: center;}
  .navs ul li a{padding:10px 15px;}
  .navs ul li a:hover{padding:10px 15px;}
  .menu-contact {padding: 10px 10px 10px 10px; text-align: center;}

  .welcome {
    top: 30%;
    transform: translateY(-30%);
  }

	.welcome .sm-title{font-size: 1rem;}
	.welcome .lg-title{font-size: 1.7rem ;}
	.welcome .txts{font-size: 1rem; line-height: 1;}
  .section-title { padding: 60px 10px 10px;}
  .home-img{position:relative; text-align: right; top: auto; transform:none; display: block;}
  .home-img img{width: 100%; height:auto;}
  .sev-body{ background:transparent; transition: all 0.5s ease-in-out; color:#fff;}
  .sev-btn{display: block; opacity: 1;}
	.sev-nmb{font-size: 4rem;}
	.kwanza-title{font-size: 2rem;}
	.kwanza-cont{font-size: 1rem; }

  .ad-container::before { width:90%; height:150px; top:7%; z-index: 0; }
  .ads { padding:30px 20px 40px 10px; }
  .ad-title { font-size: 2rem; }
  .ad-description {position:relative; left:0; min-height:150px; padding:30px 20px 10px; margin-top: 30px;}
  .ad-description:before{position: absolute; left: 5%; top: 0px; content:""; width:100px; height:2px; background:#fff;}
  .scene {
    position: relative;
    top: 5%;
    left: 0;
    margin: 20px auto;
  }
  .case-title, .ad-title{ font-size: 2rem; }
  .case-description {position:relative; left:0; min-height:150px; padding:30px 20px 10px; margin-top: 30px;}
  .case-description:before{position: absolute; left: 5%; top: 0px; content:""; width:100px; height:2px; background:#fff;}

  .featured-video{min-height:500px;}
  .abouts::after{width:95%; }
}

@media(max-width: 768px){
  .top{padding:23px 10px;}
  .skin{background:rgba(0,0,0,0.6);}

  .section-1{
      background-image: url(../../images/desktop.png);
      background-repeat: no-repeat; 
      background-size: 58%; 
      background-position: top;
      margin-top: 78px;
    }
    .navbar-1{
      padding-bottom: 0px;
    }
    .navbar-1 nav .logo{
      width: 60%;
    }
    .navbar-1 nav{
      padding: 10px;
    }

  .welcome {
    top: 20%;
    transform: translateY(-20%);
  }
  .welcome-body{margin-top: 12.5rem; text-align: center; padding:10% 10px 10px 2%;}
  .welcome .lg-title{font-size: 2.3rem; margin-top: 30px;}

  .home-img{text-align: center;display: block;}
  .home-img img{width: 77%; margin-top:13% !important;}
  .sev-body{ background:transparent; transition: all 0.5s ease-in-out; color:#fff;}
	.sev-nmb{font-size: 3rem;}
	.sev-txt{font-size: 0.8rem;}
	.case-title{font-size: 2rem; }
	.case-body{font-size: 1rem; padding:10px 0; line-height: 1.2; color:#555;}
	.case-client-title{font-size: 2rem; }
	.features, .flex-box {display: block;}
	.kwanza-title{font-size: 2rem; margin-top:10px;}
	.kwanza-cont{font-size: 1rem; }
	.kwanza-btn{font-size: .9rem; padding:7px 10px;}
	.result-list ul li .nmbs{font-size: 2rem;}
  .result-list ul li .cptn{font-size: 1rem;}

  .grid {width: 100%; height: 150px; margin: 30px 0;}
  .grid .box {float: left; width: 100%; height: 150px; margin: 0px;}
  .grid .box .side {width: 100%; height: 150px; line-height: 150px; text-align:center;}
  .side img{height:35px;}
  .ad-container::before { width:100%; min-height:100px; top:5%; z-index: 0; }
  .cases, .ads {padding: 20px 10px 20px 2%;}
  .single-case{padding:0 0;}
  .case-title, .ad-title {font-size: 1.5rem;}

  .conts-block{position:static; max-width: 95%;}
  .feature-home { margin: 20px auto 30px;}
  .feature-home h3{font-size:2rem;}
  .featured-video{min-height:400px;}
  .conts-block img{max-width:80%;}
  .contz{margin-top: 5%; }
  .foot-lst{border-left:2px solid transparent;}
  .footers{ font-size: 0.8rem;}
  .social{padding:7px 10px;}
  .copy, .back-top-container, .t-c {
    text-align: center;
    padding-top:6px;
  }
  .abouts::after{width:100%; }
}

@media(max-width: 480px){
  .section-1{
    background-image: url(../../images/desktop.png);
    background-repeat: no-repeat; 
    background-size: 78%; 
    background-position: top;
    margin-top: 79px;
  }
  .ad-formats .nav-tabs {
    width: 90%;
    padding: 5px;
  }
  .ad-formats .nav-tabs > li.active {
    padding: 3px 7px;
  }
  .ad-formats .tab-img{
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }
  .ad-formats .tab-img img{width: 100% !important;}
  .ad-formats .tab-content h4 {text-align: center;}
  .ad-formats .submit{
    display: flex;
    justify-content: center;
  }
  .top{position:fixed; top:0; padding:15px 5px 5px;}
  .home-btnn{margin: 6px 0 20px 0;}
  .home-img{text-align: center;display: block;}
  .welcome .leading{margin:10px 0 40px 0 !important; font-size: 16px !important;}
  .home-img img{width: 100%;}
  .welcome {top: 39%;transform: translateY(-39%);}
  .welcome .welcome-body{
    margin-top: 10rem;
  }
  .welcome .lg-title{font-size: 2rem ; font-weight: 100 !important; line-height: 40px !important;}
  .side img{height:35px;}
  .contz{margin-top: 2%; }
  .feature-home h3{font-size:1.6rem;}
  .featured-video{min-height:350px;}
  .conts-block img{max-width:70%;}
  .quick-news {padding: 13px 6px;}
  .quick-news .img-bdy {height: 253px;}
  .card {padding: 25px; margin-bottom: 0px;}
  .ad-formats .nav-tabs .nav-item {font-size: 15px;}
}

@media(max-width: 380px){
  .welcome .lg-title {
    font-size: 1.7rem;
    font-weight: 100 !important;
    line-height: 34px !important;
  }
  .welcome .welcome-body {
    margin-top: 6rem;
  }
  .welcome .lg-title {
    font-size: 1.2rem;
    font-weight: 100 !important;
    line-height: 29px !important;
  }
  .ad-formats .nav-tabs {
    width: 100%;
    padding: 5px;
  }
  .ad-formats .nav-tabs > li > a {padding: 2px 5px;}
  .ad-formats .nav-tabs .nav-item {margin: 2px 5px; font-size: 12px;}
  .ad-formats .nav-tabs > li.active {padding: 8px 7px;}
  .ad-formats .nav-tabs .nav-item {margin: 0;}
  .ad-formats .nav-tabs .nav-item {margin: 0; display: flex; justify-content: center; align-items: center;}
  .ad-formats .tab-img{
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }
  .ad-formats .tab-img img{width: 100% !important;}
  .ad-formats .tab-content h4 {text-align: center;}
  .ad-formats .submit{
    display: flex;
    justify-content: center;
  }
  .quick-news .img-bdy {height: 197px;}
  .open-button{padding: 20px 36px;}
  .cards .title h3 {padding: 7px 10px;}
  .ad-formats h3 {padding: 10px 10px 5px 10px;}
  .innerform .form .nav-tabs a {font-size: 16px;}
  .innerform .form h3 {margin-bottom: 34px; padding-top: 3px;}
  .innerform .titl {margin: 14px 0;}
  .innerform .list h3 {font-size: 14px;}
  .innerform .list p {font-size: 12px;}
}
