@font-face {
  font-family: 'Roboto Regular';
  src: url('../webfonts/Roboto-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../webfonts/Roboto-Regular.woff') format('woff'),
	url('../webfonts/Roboto-Regular.eot');
	   }
	   
   
	   
* {
   margin: 0;
   padding: 0;
}

header{
	position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 1200px){
.custom-container {
    max-width: 1300px;
}
}


.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
	}

.header-top {
	background-color: #313334;
	min-height: 41px;
	text-align: right;
	padding-top: 8px;
	color:  #fff;
}

.header-top a{
	color:  #fff;
	margin: 0 10px 0 10px;
}

.header-top a:hover{
	color:  #fff;
	text-decoration: none;
}



.navigation {
	height: 74px;
    background: #ffffff;
    box-shadow: 1px 0px 4px 0px #d8d8d8;
    position: relative;
}

.brand {
  position: absolute;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-top: 0px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
}

nav {
	float: right;
    margin-top: 3px;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 10px;
  line-height: 70px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  /*background: #2581DC;
  color: #ffffff;*/
  text-decoration: none;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' \25bc';
  font-size: 10px;
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  margin: 0px 0 0 0;
  width: 269px;
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #1397d9;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.section-1 {
	height: 90vh;
}
.section-1-space {
	height: 12vh;
}

.section-3-space {
	height: 8vh;
}

.section-2-space {
	height: 5vh;
}


.banner-left{ 
		width: 100%;
	    padding: 50px;
		padding-left: 0px;
	}


.banner-left h2{
		font-family: 'Lato', sans-serif;
		color: #1297d9;
		font-weight: 700;
		margin: 8px 8px 27px 0;
		}

.banner-left p{
		font-family: 'Lato', sans-serif;
		}
		
.banner-left-text{
	color: #606a6f;
}		
		
.miniplo{
	color: #515151;
}		

.banner-right{ width: 100%;}	   
	   
.banner-right img{ width: 100%;}

.watch-video{margin-top: 15px;}

.bussiness-section {
	margin-top: 35px;
	height: 90Vh;
}

.bussiness-agency {
	color: #1297d9;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	margin-top: 60px;
}

.busssiness-inner {
    margin-top: 30px;
    width: 100%;
    margin: 0px auto;
    padding-top: 33px;
}

.bussines-right-text {
    width: 76%;
    padding-top: 50px;
}

.bussines-right-text p{
	font-family: 'Lato', sans-serif;
	color:#606a6f;
}


.learn-ab-comp {
	color: #1297d9;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-top: 63px;
	margin-bottom: -1px;
}

.u-line{
	width: 75px;
}

.client-logo{
	width: 188px;
}

/*.bussines-right-text h5:after { 
	border-bottom: 3px solid #1297d9;
    content: "";
    position: absolute;
    top: 61%;
    left: 15px;
    right: 0px;
    width: 100px;
}*/

.services-section {
	width:  100%;
	height: 100vh;
	padding: 20px 0 0 0;
}

.services-section a{
	text-decoration:  none;
	
}

.mkt-section {
	height: 100vh;
}

.case-study-section{
	    height: 97vh;
}

.through-mix {
	color: #a5a5a5;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	margin-top: 15px;
}

.services-title {
	color: #1297d9;
	text-align: center;
}

.space{height: 50px;}

.services-text{
	text-align: center;
    font-family: 'Lato', sans-serif;
    width: 55%;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #606a6f;
    font-size: 15px;
}


.services-section .slider {
        width: 80%;
        margin: 43px auto;
		margin-bottom: 30px;
		padding-top: 9px;
    }
	


.services-section .btn-prev {
	font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #5f5f5f;
    border: none;
    outline: none;
    background: #fff;
    left: -29px;
}

.services-section .btn-next {
	font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #585858;
    border: none;
    outline: none;
    background: #fff;
    right: -29px;
    display: none;
}	
	
	
.services-section .slider .slick-current{
		text-align: center;
	}

.services-section .slick-slide {
      margin: 0px 20px;
    }

.services-section .slick-slide img {
      width: 100%;
    }

.services-section .slick-slide img:hover{
	transition: transform .10s ease;
	transform: scale(1.1);
}
	
.services-section .slick-prev:before,
.services-section .slick-next:before {
      color: black;
    }


.services-section .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
.services-section .slick-active {
      opacity: .5;
    }

.services-section .slick-current {
      opacity: 1;
    }
	
.services-section .service-seo-text{
	width: 90%;
    text-align: center;
	font-family: 'Lato', sans-serif;
	color: #606a6f;
	}
	
/*.services-section .slick-track {transform: translate3d(-2481px, 0px, 0px) !important; }*/
	
.ser-thumb {
    width: 231px;
    height: 231px;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 15px;
	padding: 20px 0 0 0;
}



.services-section .slick-current img {
	border: 4px solid #1297d9;
}

.ser-thumb img{
    width: 231px;
    height: 231px;
    border-radius: 50%;
   
}

.services-section .slider div h2{
	color:#1297d9;
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	text-align: center;
	padding-top: 29px;
	font-weight: 500;
}

.services-section .our-serv {
	text-align: center;
}

.services-section .our-serv a{
	border: 1px solid #1297d9;
    padding: 5px 27px 7px 26px;
    border-radius: 32px;
	font-family: 'Lato', sans-serif;
	color: #1297d9;
	
}

.services-section .our-serv a:hover{
	text-decoration: none;
	background-color:#1297d9;
	color: #ffff;
}


.case-study-title {
	color: #1297d9;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
	margin-bottom: 21px;
}

.l-mobile {
	float: left;
}

.case-study-slide {}

.case-study-section .slider {
    width: 95%;
    margin: 15px auto;
    margin-bottom: 44px !important;
    }

.case-study-section .slick-slide {
      margin: 0px 20px;
    }

.case-study-section .slick-slide img {
      width: 100%;
    }

.case-study-section .slick-prev:before,
.case-study-section .slick-next:before {
      color: black;
    }


.case-study-section .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
.case-study-section .slick-active {
      opacity: 1;
    }

.case-study-section .slick-current {
      opacity: 1;
    }

.client-testimon {
	width: 95%;
	margin: 0px auto;
}

.client-slide {
    width: 400px;
    float: left;
    margin-top: 45px;
    box-shadow: 1px 1px 6px 0px #888888;
    border-radius: 14px;
    position: relative;
    left: -8px;
}


.case-study-section .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, 385%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	display: none !important;;
}

.case-study-section .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, 385%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	display: none !important;
}

.case-study-section .slick-dots li button{
	border: 3px solid #1297d9;
	background-color: #1297d9;
}

.case-study-section .slick-dots{
	bottom: -34px;
	
}
.case-study-section .slick-dots li button:before{
	opacity: 0;
    content: "";

}


.sec-7{
	padding-top: 95px;
	background-color: #f6f6f6 !important;
}

.client-pic {
	width: 105px;
	height: 106px;
	margin: 0px auto;
}

.client-right {
	margin-top: 100px;
}

.client-right h3{
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
}

.take-next-level {}

.take-next-level a{
	background-color: #1297d9;
	padding: 6px 14px 6px 14px;
	color: #fff;
	font-family: 'Lato', sans-serif;
}


.take-next-level a:hover{
	text-decoration: none;
}

.clients-sect {
	padding-top: 50px;
}

.client-info {
	  font-family: 'Lato', sans-serif;
	    width: 68%;
}

.our-client{
	color:  #1297d9;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-align:  center;
	margin-top: 30px;
}

.client-sub-title {
	margin-top: 45px;
}


.clients-brands {
	width: 100%;
	padding-top: 23px;
}

.clients-brands img{
	width: 100%;
	border: 1px solid #fff;
	margin-bottom: 10px;
}

.clients-brands img:hover{
	border: 1px solid #e3e2e2;
	transition: transform .10s ease;
    transform: scale(1.1);
	margin-bottom: 10px;
}

.clients-brands  div .brands-row{
	display: flex;
	
}

.clients-brands .slider {
        width:90%;
        margin: 2px auto;
    }

.clients-brands .slick-slide {
      margin: 0px 20px;
    }

.clients-brands  .slick-slide img {
      width: 100%;
    }

.clients-brands .slick-prev:before,
.clients-brands .slick-next:before {
      color: black;
	  display: none;
    }


.clients-brands  .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
.clients-brands  .slick-active {
      opacity: 0.5;
    }

.clients-brands .slick-current {
      opacity: 1;
    }

.clients-brands .slick-dots li button{
	    background-color: #8a8b8c;
        border-radius: 50%;
        width: 10px;
        height: 10px;
}

.clients-brands .slick-dots  .slick-active li button{
	background-color: #1297d9;
	
}

.clients-brands .slick-dots li button:before{
	content: '';
}
	
	


.mkt-box {
	border: 1px solid #d9d9d9;
	margin-top: 30px;
	overflow: hidden;
}

.mkt-box img{
	width: 100%;
	vertical-align: top;
	
}

.mkt-box img:hover{
	width: 100%;
	vertical-align: top;
	transition: transform .10s ease;
    transform: scale(1.1);
}

.mkt-box-text {
    padding: 15px;
}


.mkt-box-text h2{
	color: #1297d9;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}


.mkt-box-text p{
	color: #404040;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.v-all {
	text-align: center;
    margin-top: 44px;
}

.v-all a{
	color: #1297d9;
    border: 1px solid #1297d9;
    padding: 6px 30px 8px 30px;
    border-radius: 8px;
	text-transform: uppercase;
}

.v-all a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #1297d9;
}

.getin-touch {
	background-color: #f3f3f3;
    padding: 20px 0 9px 0;
    
	
}

.getin-touch-title {
	font-family: 'Montserrat', sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #313334;
	text-align: center;
}

.getin-text{
	color:#505050;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	width: 80%;
	}
	
.getin-touch-form {
	width: 61%;
    margin: 0px auto;
    padding-top: 9px;
    padding-bottom: 12px;
}
	
.getin-touch-form .fileds{
	border-bottom: 1px solid #aeaeae !important;
    background-color: transparent;
    width: 100%;
    margin: 12px 0 6px 0;
    border: 0px;
	padding: 4px 0 10px 0;
	font-family: 'Lato', sans-serif;
	height: 35px;
}

.getin-touch-form textarea{
	border-bottom: 1px solid #aeaeae !important;
    background-color: transparent;
    width: 100%;
    margin: 12px 0 6px 0;
    border: 0px;
	padding: 1px 0 10px 0;
	font-family: 'Lato', sans-serif;
	height: 48px;
	
}

.send-btn {
	background-color: #ffffff;
    color: #464646;
    width: 147px !important;
    border: 1px solid #1297d9 !important;
    border-radius: 8px;
    padding: 8px 6px 8px 6px;
    margin: 11px 0 0 0;
	text-transform: uppercase;
}

.send-btn:hover{
	background-color:#1297d9;
	color: #fff;
	
}

.footer-section {
	margin: 40px 0 0 0;
}

.footer-box{
	width: 80%;
}

.footer-box h4{
	font-family: 'Lato', sans-serif;
	color: #1297d9;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
}

.footer-box p{
	font-family: 'Lato', sans-serif;
	color: #404040;
	font-size: 15px;
	
}

.footer-box ul{ padding-left: 5px;}
.footer-box ul li{
	    list-style: none;
	    margin: 10px 0 0 0;
}

.footer-box ul li a{
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	
}	


.footer-box ul li a:hover{
	text-decoration: none;
}

.desclaimer{
	background-color: #fff;
    padding: 10px 0 10px 0;
    position: relative;
    bottom: 0px;
    border-top: 1px solid #d1d0d0;
    padding-top: 21px;
    margin: 13px 0 0 0;
}

.copy-right {
	color: #676565;
    padding: 10px 0 0 0;
}

.footer-social {
	text-align: right;
	padding-top: 18px;
}

.footer-social a{
	color: #585757;
    border: 1px solid #585757;
    padding: 8px 8px 8px 8px;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.footer-social a:hover{
	text-decoration: none;
    background-color: #1297d9;
    color: #ffffff;
    border: 1px solid #1297d9;
}

/* inner page css*/

.innerpage-banner-section {
	background-image: url(../images/sco-banner-top.jpg);
	/*height: 600px;*/
	height:80.98755186721992vh;
	background-repeat: no-repeat;
	background-position: right -19px bottom -1px;
	position: relative;
	background-size: cover;
}


.social-media-banner {
	background-image: url(../images/social-media-banner.jpg);
	/*height: 600px;*/
	height:80.98755186721992vh;
	background-repeat: no-repeat;
	background-position: right -19px bottom -1px;
	position: relative;
	background-size: cover;
}

.search-engine-banner {
	background-image: url(../images/search-engine-marketing.jpg);
	/*height: 600px;*/
	height:80.98755186721992vh;
	background-repeat: no-repeat;
	background-position: right -19px bottom -1px;
	position: relative;
	background-size: cover;
}

.development-banner {
    background-image: url(../images/design-development.jpg);
    /* height: 600px; */
    height: 80.98755186721992vh;
    background-repeat: no-repeat;
    background-position: right -19px bottom -1px;
    position: relative;
    background-size: cover;
}




.homepage-banner-section {
	height: 80.98755186721992vh;
    position: relative;
    padding: 74px 0 0 0;
}



/*.banner-inner::before, .banner-inner::after {
    content: " ";
    width: 68vw;
    height: 68vw;
    -webkit-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    transform: rotate(260deg);
    position: absolute;
    top: -40%;
    right: -20%;
    border-radius: 50%;
    outline: 1px solid transparent;
    z-index: -2;
}


.innerpage-banner-section::after {
	background: #fff url(images/banner-2.jpg) center center no-repeat;
	background-size: cover;
    background-position: calc(100% - 120px) 394px;
    top: -46%;
    right: -20%;
	background-color: #000;
}*/

.banner-title{
	padding: 156px 0 100px 0;
}

.banner-title h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 700;
	width: 500px;
	color: #313334;
}


.home-banner-title{
	padding: 0 0 0 0;
}

.home-banner-title h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	font-weight: 700;
	width: 500px;
	color: #313334;
}


.smm-banner-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 65px;
    font-weight: 700;
    width: 500px;
    color: #313334;
}

.smm-banner-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    width: 500px;
    color: #313334;
}

.home-page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 37px;
    font-weight: 700;
    color: #313334;
}


.banner-title p{
	
	width: 500px;
	font-family: 'Lato', sans-serif;
	color: #606a6f;
	font-size: 14px;
	margin: 30px 0 30px 0;
}

.knowmore-btn {
	color: #313334;
    border: 1px solid #1297d9;
    padding: 7px 22px 9px 22px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    border-radius: 10px;
    text-transform: uppercase;
	
}

.knowmore-btn:hover{
	text-decoration: none;
	background-color: #1297d9;
	color: #fff;
}

.inner-section-2 {
    padding-top: 20px;
   
}

.how-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 37px;
	font-weight: 700;
	color: #313334;
}

.help-box {
	
}

.help-icon { text-align:  center;}

.help-title {
	text-align:  center;
}

.help-bx-main{
	padding-top: 50px;
}

.help-title h3{
	font-family: 'Work Sans', sans-serif;
	color: #373737;
	font-size: 26px;
	font-weight: 700;
	padding: 16px 0 0 0;
}

.help-content {
	text-align:  center;
}
.help-content p{
	font-family: 'Lato', sans-serif;
    color: #606a6f;
	font-size: 16px;
	font-weight: 400;
}


.inner-section-3 {
	padding-top: 20px;
}

.approach-main {
	padding-top: 50px;
	padding-bottom: 50px;
}

.approach-box{
	width: 350px;
	min-height: 150px;
	position: relative;
	background-image: url(../images/approchbx-bg.jpg);
	display: flex;
	margin-top: 32px;
	background-repeat: no-repeat;
}

.apr-icon {
	padding: 25px 0 0 9px;
	width: 106px;
}

.apr-icon img{
	width: 97px;
}

.approch-content{
	padding-top: 17px;
	color: #fff;
	padding-left: 6px;
}

.approch-content h5 {
	font-size: 15px;
    margin-top: 10px;
	font-family: 'Poppins', sans-serif;
}

.approch-content p{
	width: 210px;
	font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.approach-box span{
	position: absolute;
    bottom: 21px;
    right: 23px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;

}


.section-4 {
	background-image: url(../images/bg-3.jpg);
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 8%;
    padding-bottom: 12%;
	color: #fff;
}

.why-us {
	color:#fff;
	
}

.why-sub-heading {
	font-family: 'Lato', sans-serif;
    color: #fff;
	font-size: 23px;
	margin: 50px 0 30px 0;
}

.why-content {
	font-family: 'Lato', sans-serif;
    color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	padding-bottom: 63px;
}

.contact-btn {
	color: #fff;
    border: 3px solid #fff;
    padding: 10px 55px 13px 55px;
    font-size: 26px;
	font-weight: 500;
}

.contact-btn:hover{
	color: #000;
	text-decoration: none;
	background-color: #fff;
}

.case-study {
	width: 94%;
    margin: 0px auto;
    padding-top: 60px;
}

.case-study .slick-prev:before {
    content: '←';
}

.case-study .btn-prev {
	font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #5f5f5f;
    border: none;
    outline: none;
    background: #fff;
    left: -29px;

}

.case-study .btn-next {
	font-size: 28px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #585858;
    border: none;
    outline: none;
    background: #fff;
    right: -29px;
    display: none;
}

.inner-section-5 {
	padding: 20px 0 0 0;
   
}

.case-study-right-side {
	width: 100%;
	padding: 56px 0 0 0;
}

.case-study-right-side h2{
	font-family: 'Work Sans', sans-serif;
    color: #373737;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 50px;
    margin-top: 25px;
    width: 96%;
}

.case-study-left{
	padding-left: 1px;
    width: 94%;
}

.slick-active .case-study-left {
	border-left: 0px solid #16b9ea;
}

.inner-section-6 {
	  padding: 20px 0 0 0;
		
}

.faq-main .accordion {
  background-color: #f4f4f4;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin: 14px 0 0 0;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  border-left: 2px solid  #f4f4f4;
  
}


.faq-main .active, .accordion:hover {
  /*background-color: #ccc;*/
}

.faq-main .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq-main .active{
	border-left: 2px solid  #1297d9;
}

.faq-main .active:after {
  content: "\2212";
  
}

.faq-main .panel {
  padding: 0 18px;
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-family: 'Lato', sans-serif;
  color: #313334;
  border-left: 2px solid  #1297d9;
}
.approach-box a{
	color: #fff;
}

.approach-box a:hover{
	text-decoration: none;
}


.inner-scection-7 {
		padding-top:20px;
		padding-bottom: 0px;
}


.inner-scection-8 {
	padding-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
}

.inner-scection-main{
	position: absolute;
    width: 100%;
    bottom: 0;
    top: 100%;
}

.footer-block{
	position: relative;
}

.footer-block .fp-tableCell{
	position: relative;
}

.footer-section-2{
	margin: 40px 0 0 0;
    padding-top: 8%;
    padding-bottom: 9%;
}


/*.footer-section-2 .row .col-sm-12, .col-md-2, .col-lg-2{
	border-right: 1px solid #8e8d8d;
}

.footer-section-2 .row .last-col{
	border-right: 0px solid #000;
}


.footer-section-home-page .row .col-sm-12, .col-md-2, .col-lg-2{
	border-right: 1px solid #8e8d8d;
}

.footer-section-home-page .row .last-col{
	border-right: 0px solid #000;
}*/


.footer-section-home-page {
    margin: 0 0 0 0;
    padding-top: 38px;
    padding-bottom: 35px;
}
	

/* inner page css*/

/*--contact us page css*/
.contact-us-banner {
	background-image: url(../images/contact-us-banner.jpg);
    height: 80.98755186721992vh;
    background-repeat: no-repeat;
    background-position: right -19px bottom -1px;
    position: relative;
    background-size: cover;
}

.contact-us-banner .smm-banner-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    width: 500px;
    color: #313334;
}

.contact-us-banner .smm-banner-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 33px;
    font-weight: 700;
    width: 500px;
    color: #2dadec;
    text-transform: uppercase;
}

.contact-form {
	padding: 16px 0 0 0;
    width: 60%;
    margin: 0px auto;
}

.contact-form .form-field{
	height: 41px;
    background-color: #f5f5f5;
    border: 1px solid #d1d1d1;
    padding: 0 0 0 11px;
    border-radius: 4px;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
}

.contact-form .comment{
	height: 80px;
    background-color: #f5f5f5;
    border: 1px solid #d1d1d1;
    padding: 0 0 0 11px;
    border-radius: 4px;
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
}

.send-enq{
	text-align: center;
}

.submi-btn {
	background-color: #fff;
    border: 2px solid #2dadec;
    padding: 10px 50px 10px 50px;
    margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
}

.submi-btn:hover{
	background-color: #2dadec;
	color: #fff;
}

.office-address{
	padding: 30px 0 0 0;
}

.office-address-box {
	width: 100%;
	padding: 20px;
}

.office-address-box h3{
	font-size: 22px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #313334;
	margin: 0 0 20px 0;
}

.office-address-box p{
	font-size: 15px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	color: #313334;
}

.map-section {
	width: 100%;
	padding-top: 26px;
}

.custom-container {
    max-width: 1300px;
    margin: 0px auto;
}

/*--end of contact us page css*/

@media only screen and (min-width: 1381px) and (max-width: 1600px)  {

.custom-container {
    max-width:1300px;
	margin: 0px auto;
}
}

@media only screen and (min-width: 1280px) and (max-width: 1380px)  {

.custom-container {
    max-width: 1150px;
	margin: 0px auto;
}
}

@media only screen and (min-width: 1125px) and (max-width: 1279px)  {
.custom-container {
    max-width: 1050px;
	margin: 0px auto;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1124px)  {
.custom-container {
    max-width: 992px;
	margin: 0px auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 1023px)  {
.custom-container {
    max-width: 800px;
	margin: 0px auto;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)  {
.custom-container {
    max-width: 540px;
	margin: 0px auto;
}

}





@media only screen and (min-width: 320px) and (max-width: 480px)  {
/*--contact us page responsive css*/	

.contact-us-banner {
    /* background-position: right -133px bottom -1px; */
    background-image: url(../images/contact-mobile-banner.jpg);
    background-size: contain;
	background-position: top;
	}
	
.contact-page-title {
	padding-top: 5px;
}

.contact-us-banner .smm-banner-title h2 {
	width: 100%;
}

.contact-us-banner .smm-banner-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

.contact-form {
    width: 100%;
 }	
	
/*--end of contact us page responsive css*/	
	
/*--inner page responsive css*/	
.header-top a {
   
    margin: 0 7px 0 7px;
}

.innerpage-banner-section {
    /*background-position: right -133px bottom -1px;*/
	background-image: url(../images/mobile-banner-inner.jpg);
	background-size: contain;
	background-position: top;
 }
 
 .search-engine-banner {
    /* background-position: right -133px bottom -1px; */
    background-image: url(../images/search-engine-mobile-banner.jpg);
    background-size: contain;
    background-position: top;
}

 .social-media-banner {
    /* background-position: right -133px bottom -1px; */
    background-image: url(../images/social-media-mobile-banner.jpg);
    background-size: contain;
    background-position: top;
}

 .development-banner {
    /* background-position: right -133px bottom -1px; */
    background-image: url(../images/development-mobile-banner.jpg);
    background-size: contain;
    background-position: top;
}


 
.approach-box {
	background-image: url(../images/approchbx-bg-mobile.jpg);
	background-repeat: no-repeat;
}


.approch-content p {
    width: 182px;
    font-family: 'Lato', sans-serif;
    color:#fff;
    font-size: 14px;
  
}






.approach-box span {
   
    right: 48px;
}

.banner-title h2 {
    font-size: 23px;
	width: 300px;
}

.banner-title {
   padding: 373px 0 54px 0;
}

.banner-title p {
    width: 313px;
}

.inner-section-2 {
    padding-top: 46px;
    padding-bottom: 46px;
}

.inner-section-3 {
    padding-top: 34px;
    padding-bottom: 60px;
}

.inner-section-5 {
    padding-top: 13%;
    padding-bottom: 18%;
}

.case-study-right-side h2 {
    font-size: 16px;
    margin-top: 1px;
}

.how-title {
    font-size: 24px;
}

.help-title h3 {
    font-size: 18px;
}


.case-study-right-side {
    width: 100%;
    padding-bottom: 30px;
}

.knowmore-btn {
    
	font-size: 16px;
}

.case-study .btn-prev {
	display: none !important;
}

.case-study .btn-next {
	display: none !important;
}

/*--end of inner page responsive css*/


.banner-row{
	flex-flow: column-reverse;
}

.section-1 {
   height: auto;
}

.bussiness-section {
    margin-top: 35px;
    height: auto;
}

.case-study-section {
    height: auto;
}

.services-section {
    width: 100%;
    height: auto;
}
.mkt-section {
   height: auto;
}
	
	
.brand{
	width: 74%;
	padding-left: 10px;
}	
	
.brand img{
	width: 100%;
}

.client-slide {
    width: 100%;
    float: left;
    margin-top: 45px;
    box-shadow: 1px 1px 6px 0px #888888;
    border-radius: 14px;
    position: relative;
    left: 15px;
}

.bussines-right-text h5:after {
	display: none;
}


.smm-banner-title h3 {
   font-size: 32px;
    width: 100%;
    color: #313334;
}

.client-logo{
	width: 228px;
    margin: 8px 0 10px 0;
}

.banner-left {
    width: 100%;
    padding: 10px;
}

.banner-left h2 {
	font-size: 22px;
	width: 100%;
}

.home-page-title {
   
    font-size: 24px;
}

.home-page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

.clients-brands div .brands-row {
    width: 50%;
    float: left;
	display: inline-block;
}

.bussines-right-text {
    width: 100%;
}

.services-text {
	width: 100%;
}
.bussiness-agency {
	font-size: 22px;
}

.services-title {
	    font-size: 22px;
}

.services-section .slick-arrow {
	display: none !important;
}	
.services-section .slick-next {
	display: none !important;
}

.client-info {
    width: 99%;
}

.client-sub-title {
    margin-top: 0px;
}

.mar-0{
	margin: 0px;
}

.footer-social {
    text-align: center;
}

.services-section .service-seo-text{
	width: 100%;
}

.l-mobile {
    float: left;
    width: 100%;
    text-align: center;
}

.navigation {
	height: auto;
	display: flow-root;
}

nav {
    width: 100%;
    padding: 70px 0 0px;
}
	

}

@media only screen and (min-width: 481px) and (max-width: 768px)  {
	
.section-1 {
   height: auto;
}

.bussiness-section {
    margin-top: 35px;
    height: auto;
}

.case-study-section {
    height: auto;
}

.services-section {
    width: 100%;
    height: auto;
}
.mkt-section {
   height: auto;
}
		
	
.brand{
	width: 74%;
	padding-left: 10px;
}	
	
.brand img{
	width: 58%;
}

.client-slide {
    width: 100%;
    float: left;
    margin-top: 45px;
    box-shadow: 1px 1px 6px 0px #888888;
    border-radius: 14px;
    position: relative;
    left: 15px;
}

.bussines-right-text h5:after {
	display: none;
}


.banner-left {
    width: 100%;
    padding: 10px;
}

.banner-left h2 {
	font-size: 22px;
}

.bussines-right-text {
    width: 100%;
}

.services-text {
	width: 100%;
}
.bussiness-agency {
	font-size: 22px;
}

.services-title {
	    font-size: 22px;
}

.services-section .slick-arrow {
	display: none !important;
}	
.services-section .slick-next {
	display: none !important;
}

.client-info {
    width: 99%;
}

.client-sub-title {
    margin-top: 0px;
}

.mar-0{
	margin: 0px;
}

.footer-social {
    text-align: center;
}

.services-section .service-seo-text{
	width: 100%;
}

.l-mobile {
    float: left;
    width: 100%;
    text-align: center;
}

.navigation {
	height: auto;
	display: flow-root;
}

nav {
    width: 100%;
    padding: 70px 0 0px;
}

.take-next-level a {
	font-size: 12px;
}		


}


@media only screen and (min-width: 1200px) and (max-width: 1400px)  {

/*inner page css*/
.innerpage-banner-section {
		height: 74.987552vh;
		background-position: right -134px bottom -1px;
	}

.inner-section-2 {
    padding-top: 48px;
}	
	
.inner-section-3 {
    padding-top: 44px;
}



/*end of inner page css*/	
	
.section-1 {
        height: 71vh;
}

.bussiness-section {
    margin-top: 35px;
    height: 76Vh;
}

.case-study-section {
    height: 73vh;
}

.services-section {
    width: 100%;
    height: 71vh;
}

.mkt-section {
    height: 87vh;
}
	
}


@media only screen and (min-width: 1400px) and (max-width: 1440px)  {
.innerpage-banner-section {
		background-position: right -165px bottom -1px;	
	}	
	

.section-1 {
    height: 75vh;
}

.bussiness-section {
    margin-top: 35px;
    height: 76Vh;
}

.case-study-section {
    height: 75vh;
}

.services-section {
    width: 100%;
    height: 75vh;
}
.mkt-section {
    height: 83vh;
}
	
}


@media only screen and (min-width: 1200px) and (max-width: 1349px)  {
.footer-section-2 {
    margin: 0 0 0 0;
	padding-top: 163px;
	padding-bottom: 132px;
}

.footer-section-home-page {
    margin: 0 0 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

}

@media only screen and (min-width: 1350px) and (max-width: 1450px)  {
.footer-section-2 {
    margin: 0 0 0 0;
    padding-top: 207px;
	padding-bottom: 195px;
}

.footer-section-home-page {
    margin: 0 0 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

}

@media only screen and (min-width: 1550px) and (max-width: 1650px)  {
.footer-section-2 {
    margin: 0 0 0 0;
    padding-top: 5%;
    padding-bottom: 10%;
}

.footer-section-home-page {
    margin: 0 0 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

}

@media only screen and (min-width: 1651px) and (max-width: 1680px)  {
.footer-section-2 {
   margin: 0px 0 0 0;
    padding-top: 7%;
    padding-bottom: 13%;
}

.footer-section-home-page {
    margin: 0 0 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
}	
}

@media only screen and (min-width: 1681px) and (max-width: 1920px)  {
.footer-section-2 {
   margin: 40px 0 0 0;
    padding-top: 11%;
    padding-bottom: 13%;
}

.footer-section-home-page {
    margin: 0 0 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
	
}

	