* {
    margin: 0;
}
@font-face {
    font-family: 'Satoshi-Medium';
    src: url('../fonts/satoshi/Satoshi-Medium.otf');
}
@font-face {
    font-family: 'Satoshi-Bold';
    src: url('../fonts/satoshi/Satoshi-Bold.otf');
}
@font-face {
    font-family: 'Satoshi-Light';
    src: url('../fonts/satoshi/Satoshi-Light.ttf');
}
@font-face {
    font-family: 'Satoshi-Regular';
    src: url('../fonts/satoshi/Satoshi-Regular.otf');
}
@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../fonts/notosans/NotoSans-Bold.ttf');
}
@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../fonts/notosans/NotoSans-Regular.ttf');
}
@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face{
    font-family: 'Montserrat-medium';
    src: url('../fonts/Montserrat-Medium.ttf');
}
@font-face {
    font-family: 'Montserrat-bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.ttf');
}
@font-face {
    font-family: 'Inter-medium';
    src: url('../fonts/Inter-Medium.ttf');
}
@font-face {
    font-family: 'Inter-light';
    src: url('../fonts/Inter-Light.ttf');
}
@font-face {
    font-family: 'Raleway-bold';
    src: url('../fonts/Raleway-Bold.ttf');
}
@font-face {
    font-family: 'opensans-medium';
    src: url('../fonts/OpenSans-Medium.ttf');
}
@font-face {
    font-family: 'Raleway-medium';
    src: url('../fonts/Raleway-Medium.ttf');
}
@font-face {
    font-family: 'Raleway-bold';
    src: url('../fonts/Raleway-Bold.ttf');
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'NotoSans-Regular';
    margin-top: -24px;
    
}
.header {
    position: absolute;
    z-index: 11;
    width: 100%;
}
.logo img {
    /* width: 76%; */
    width: 46%;
}
.menu-list ul {
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 0px;
    width: 65%;
margin: auto;
}
.menu-list ul li a {
    color: #fff;
    font-family: 'Satoshi-Regular';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}
.menu-list ul li a:hover {
    text-decoration: none;
    color: #138590;
}
.mobile-openicon{
    display: none;
 }
/*effect-underline*/
a.effect-underline:after {
	content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid #138590;
  margin-top: 10px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.menu-list ul li a.active {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 3px;
}
.menu-list ul li a.active:after {
    content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid #138590;
  margin-top: 10px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

a.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.social-icons {
    display: flex;
    justify-content: space-evenly;
}
.social-icons a {
    color: #556575;
    transition: .3s;
}
 
.social-icons a i {
    font-size: 28px;
    padding-top: 1px;
}
.main-banner {
    /* height: 500px; */
}
.social-icons a.face:hover {
    color: #3b5998;
    transform: scale(1.1);
    transition: .3s;
}
.social-icons a.insta:hover {
    color: #e04479;
    transform: scale(1.1);
    transition: .3s;
}
.social-icons a.linkedin:hover {
    color: #007ab9;
    transform: scale(1.1);
    transition: .3s;
}
.social-icons a.face {
    color: #3b5998;
}
.social-icons a.insta {
    color: #e04479;
}
.social-icons a.linkedin {
    color: #007ab9;
}

.about-section h4 {
    text-align: center;
    font-family: 'NotoSans-Bold';
    color: #333;
    margin-bottom: 10px;
}
.about-section p {
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    color: #000;
}
.highlights-box-list {
    /* background: #000; */
    padding: 44px 0 53px;
    /* border-right: 1px solid; */
}
.highlights-box-list img {
    width: 50px;
    margin: auto;
    display: block;
}
.highlights-box-list h4 {
    color: #000;
    font-size: 40px;
    font-family: 'NotoSans-Bold';
    text-align: center;
    margin-bottom: 0px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
  
.highlights-box-list:hover h4 {
    color: #eb5e51;
    text-shadow: 0px 0px 30px #eb5e51;
    /* color: #10a3b1; */
    /* text-shadow:0px 0px 30px #10a3b1; */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
.highlights-box-list p {
    color: #000;
    font-size: 12px;
    font-family: 'Satoshi-Medium';
    text-align: center;
    letter-spacing: .3px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.highlights-box-list i {
    color: #F0F0F0;
    text-align: center;
    display: block;
    font-size: 45px;
}
.what_title img {
    width: 55px;
    margin: 60px auto 10px;
    display: block;
}
.what_title h4 {
    font-size: 36px;
    text-align: center;
    letter-spacing: .36px;
    font-family: 'NotoSans-Bold';
    color: #000;
    margin-bottom: 12px;
}
.what_title p {
    font-size: 16px;
    color: #000;
    line-height: 25px;
    text-align: center;
    width: 50%;
    margin: auto
}
.what-we-do {
    padding-bottom: 100px;
}
.what-we-do_left h4 span {
    background: #3A424D;
    border-radius: 2px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .33px;
    display: inline-block;
    padding: 0px 12px;
    font-family: 'NotoSans-Bold';
    line-height: 30px;
}
.what-we-do_left h6 {
    color: #000;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
    margin-top: 25px;
    width: 90%;
}
.what-we-do_left p {
    font-size: 15px;
    letter-spacing: .35px;
    line-height: 24px;
    color: #0009;
    margin-top: 15px;
}
.what-we-do_left a {
    /* background: linear-gradient(185deg, #214e55, #08929f); */
    color: #000;
    /* font-family: 'NotoSans-Bold'; */
    font-size: 13px;
    letter-spacing: .33px;
    text-transform: capitalize;
    background: transparent;
    border-radius: 2px;
    height: 30px;
    display: inline-block;
    line-height: 27px;
    padding: 0px 15px;
    text-decoration: none !important;
    margin-top: 10px;
    transition: .3s;
    border: 1px solid;
}
/* .what-we-do_left a:hover {
    transform: scale(1.1);
    transition: .3s;
} */
/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e0e0e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
  }
  .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    
  }
.what-we-do_imgcircle {
    width: 335px;
    height: 335px;
    border-radius: 100%;
    background: #f2f0f0;
    box-shadow: 0px 0px 15px 12px #f4f4f4;
    border: 1px solid #ccc;
    margin: auto 0 auto auto;
}
.what-we-do_imgcircle_1 {
    background-image: url(../images/mediabuying.jpeg);
    background-size: contain;
}
.what-we-do_imgcircle_2 {
    background-image: url(../images/creatives-col.png);
    background-size: contain;
}
.what-we-do_imgcircle_3 {
    background-image: url(../images/web-dev.jpeg);
    background-size: contain;
}
.what-we-do_imgcircle:after {
    content: '';
    width: 380px;
    height: 380px;
    border-radius: 100%;
    /* border: 6px dotted #0db4c44f; */
    border: 8px dotted #d2e4eceb;
    display: block;
    margin-top: -25px;
    margin-left: -23px;
    transform: rotate(-90deg);
    
}
.what-we-do_iconcircle {
    width: 195px;
    height: 195px;
    border-radius: 100%;
    background: #0e0e0e;
    box-shadow: 0px 0px 0px 1px #ccc;
    border: 10px solid #f2f0f0;
    position: absolute;
    left: 135px;
    top: 75px;
    z-index: 1;
}
.what-we-do_iconcircle img {
    width: 85px;
    margin: 25% auto;
    display: block;
}
.left__block .what-we-do_iconcircle { 
    left: unset;
    right: 135px;
}
/* .left__block .what-we-do_imgcircle:after {
    transform: rotate(90deg) !important;
} */
.right__block {
    margin-top: 70px;
}
.left__block {
    margin-top: 90px;
    margin-bottom: 90px;
}
.portfolio-works {
    /* background: #e9fcf4;
    background: linear-gradient(#e9fcf4, #E9F6D140); */
}
.portfolio-works .portfolio-title-wr h4 {
    color: #303030;
    text-align: center;
    font-family: 'NotoSans-Bold';
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: .36px;
}
.portfolio-works .portfolio-title-wr p {
    text-align: center;
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
    /* width: 50%; */
    width: 58%;
    margin: 25px auto 20px;
}
.portfolio-works .portfolio-title-wr img {
    width: 70px;
    margin: auto;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    top: -13px;
}

.contact-details_title img {
    width: 150px;
    margin: auto;
    display: block;
    padding-left: 15px;
}
.contact-details_title h4 {
    color: #303030;
    text-align: center;
    font-size: 26px;
    font-family: 'NotoSans-Bold';
    letter-spacing: .36px;
    margin-top: 15px;
}
.location-content img {
    margin: 22px auto auto;
    display: block;
    width: 30px;
}
.location-content p {
    color: #303030;
    font-size: 16px;
    text-align: center;
    margin-top: 13px;
}
.cont-det_sec ul {
    list-style-type: none;
}
.cont-det_sec ul li a {
    color: #303030 !important;
    font-size: 16px;
    text-decoration: none !important;
}
.cont-det_sec ul li {
    padding-bottom: 30px;
}
.cont-det_sec ul li img {
    width: 32px;
    margin-right: 10px;
}
.cont-det_sec_right ul {
    list-style-type: none;
}
.cont-det_sec_right ul li {
    margin-bottom: 13px;
}
.cont-det_sec_right ul li a {
    color: #303030 !important;
    font-size: 16px;
    text-decoration: none !important;
}
.cont-det_sec_right ul li i {
    font-size: 28px;
    margin-right: 7px;
    top: 3px;
    position: relative;
}
.bor-rig {
    border-right: 1px solid #ccc;
}
.enquire_now input {
    color: #303030;
    font-size: 14px;
    letter-spacing: .14px;
    font-family: 'NotoSans-Bold';
    box-shadow: 0px 0px 20px rgba(13, 180, 196, 0.3);
    color: #fff;
    background: linear-gradient(185deg, #214e55, #0db4c4);
    border: none !important;
    border-radius: 13px;
    margin-top: 30px;
    transition: .3s;
    line-height: 16px;
    height: 33px;
}
.enquire_now input:hover {
    transform: scale(1.1);
    transition: .3s;
    border: none !important;
}
.enquire_now {
    display: flex;
    justify-content: center;
}
.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #aaa;
    display: block;
    transition: 0.3s;
  }
  #text {
      display: none;
  }
  .sidenav a:hover , .sidenav a:focus{
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  a.face:hover {
    color: #3b5998 !important;
    transform: scale(1.3);
    transition: .3s;
}
a.insta:hover {
    color: #e04479 !important;
    transform: scale(1.3);
    transition: .3s;
}
a.linkedin:hover {
    color: #007ab9 !important;
    transform: scale(1.3);
    transition: .3s;
}
a.face i {
    color: #3b5998 !important;
}
a.insta i {
    color: #e04479 !important;
}
a.linkedin i {
    color: #007ab9 !important;
}
a.face:hover i {
    transform: scale(1.3);
    transition: .3s;
}
a.insta:hover i {
    transform: scale(1.3);
    transition: .3s;
}
a.linkedin:hover i {
    transform: scale(1.3);
    transition: .3s;
}

  .overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: left;
/*	font-weight: bold;*/
}
.popup .content h4 {
    margin: auto;
    font-family: 'NotoSans-Bold';
    letter-spacing: .36px;
    text-align: center;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}
.popup .content .form-control {
    padding: 13px;
    border: 1px solid #d5d5d5;
    background: #fff;
    font-size: 14px;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
}
.popup .content textarea {
    min-height: 75px;
}
.error {
    font-size: 12px;
    font-weight: 100;
    text-align: left;
    color: red;
}
.captcha-border {
    border: 1px solid #d5d5d5;
    padding: 1px 7px;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 4px;
    height: 28px;
    margin-top: auto;
    line-height: 23px;
}
.enquire-submit .btnSubmit {
    padding: 3px 10px !important;
    font-size: 14px;
    letter-spacing: 1px;
    margin: auto;
    background: linear-gradient(308deg, #214e55, #0db4c4) !important;
    border: none !important;
    color: #fff !important;
    width: auto;
    height: 32px;
}

@media screen and (max-width: 700px){
  .popup{
    width: 90%;
  }
}


.highlights-section .card {
     padding: 20px 15px;
     border: 1px solid transparent;
}
.highlights-section img {
    width: 40px;
    margin: auto;
}
.highlights-section h4 {
    font-family: 'NotoSans-Bold';
    color: #151515;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 18px;
}
.highlights-section p {
    color: #6f6f6f;
    text-align: center;
    font-size: 15px;
    margin-bottom: 0px;
}
.block-section-1 {
    /* background: #151515; */
    padding-top: 85px;
    padding-bottom: 85px;
}
.block-section-icon img {
    width: 45%;
}
.block-section-content h4 {
    font-family: 'NotoSans-Bold';
    color: #c1c1c1;
    margin-bottom: 15px;
}
.block-section-content p {
    color: #a09f9f;
    font-size: 16px;
}
.arrow {
    color: #0c5449;
    background-color: #f6f3ed;
    margin: 1em 0;
}
.arrow::after {
    display: inline-block;
    padding-left: 8px;
    content: "»";
    transition: transform 0.3s ease-out;
}
.arrow:hover {
    color: #0c5449;
    background-color: #f6f3ed;
    text-decoration: none;
}
.arrow:hover::after {
    transform: translateX(4px);
}
.block-section-content .button {
    background: transparent;
    color: #0db4c4 !important;
    letter-spacing: 1.2px;
    font-size: 14px;
    font-family: 'Satoshi-Medium';
}
.block-section-1_2 {
    background: #fff;
}
.block-section-1_2 .block-section-icon img {
    margin-left: auto;
    display: block;
}
.block-section-1_2 .block-section-content h4, .block-section-1_2 .block-section-content p {
    color: #000;
}

/* .portfolio-section .has-shadow {
    background-color: #fff;
    box-shadow: 0 20px 41px 0 rgba(0, 0, 0, 0.2);
}
.portfolio-section .has-shadow.has-hover-animation {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    transition: all 700ms cubic-bezier(.19, 1, .22, 1);
}
.portfolio-section .has-shadow.has-hover-animation:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
} */
.c-grid-portfolio {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    /* grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px; */
}
/* .has-shadow {
    background-color: #fff;
    box-shadow: 0 20px 64px 0 rgba(0, 0, 0, 0.2);
}
.has-shadow.has-hover-animation {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    transition: all 700ms cubic-bezier(.19, 1, .22, 1);
}
.has-shadow.has-hover-animation:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0px, 4px);
    -ms-transform: translate(0px, 4px);
    transform: translate(0px, 4px);
} */
.portfolio-section .button {
    background: transparent;
    color: #353535 !important;
    letter-spacing: .5px;
    font-size: 16px;
    font-family: 'Satoshi-Medium';
    display: flex;
    justify-content: center;
    margin-bottom: 3%;
}
.portfolio-section .swiper-pagination-bullet:last-child {
    /* display: none; */
}
.portfolio-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.portfolio-section .swiper-pagination-bullet-active {
    background: #000;
}
.portfolio-section .serviceSlider {
    padding-bottom: 4%;
    /* padding-top: 2%; */
}
.serviceSliderImages {
    margin-top: 25px !important;
}

footer {
    background: #222222;
}
footer p {
    color: #cacaca !important;
    font-size: 13px;
    margin-bottom: 0px;
}
footer a {
    color: #cacaca !important;
    font-size: 13px;
    text-decoration: none !important;
}
.disclaimer-popup {
    cursor: pointer;
}
.border-underline {
    width: 60px;
    height: 1px;
    background: #000;
    display: block;
    margin: auto;
}
p.disclaimer-cont {
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}
.portfolio-works .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0 !important;
}
.portfolio-works .swiper-pagination-bullet-active {
    background: #222222 !important;
}
.Clients-logos .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0 !important;
}
.Clients-logos .swiper-pagination-bullet-active {
    background: #222222 !important;
}
.header-group{
    padding-top: 48px;
}
.social-media-icons a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px ;
    height: 31px;
    min-width: 31px;
    min-height: 31px;
    background-color: #000;
    border-radius: 50%;
    margin-left: 20px;
}
.social-icons.social-media-icons a{
   
    background-color: #fff;
}
.social-icons.social-media-icons a i{
    color: #000 !important;
    font-size: 18px;
}
@media (max-width: 600px) {
    .about-section p {
        font-size: 16px !important;
        width: 100% !important;
    }
    .highlights-box-list {
        /* border-bottom: 2px solid; */
        border-right: 1px solid transparent;
    }
    .highlights-box-list {
        padding: 24px 0 26px;
    }
    .highlights-box-list h4 {
        font-size: 32px;
    }
    .what_title h4 {
        font-size: 25px;
    }
    .what-we-do_left h6 {
        color: #000;
        font-size: 17px;
        line-height: 29px;
        width: 100%;
    }
    .what-we-do_imgcircle {
        width: 300px;
        height: 300px;
        margin: auto;
    }
    .what-we-do_imgcircle::after {
        content: '';
        width: 346px;
        height: 346px;
    }
    .what-we-do_right {
        margin-top: 10%;
    }
    .what-we-do_iconcircle {
        left: -14px;
        top: 65px;
        width: 170px;
        height: 170px;
    }
    .left__block .what-we-do_iconcircle {
        /* left: unset;
        right: 173px; */
        right: -14px;
        left: unset;
    }
    .portfolio-section .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border: 1px solid #fff;
        box-shadow: 0px 3px 6px #fcf9f9;
    }
    .cont-det_sec ul {
        padding-left: 0px;
    }
    .cont-det_sec ul li a {
        color: #303030 !important;
        font-size: 15px;
    }
    .bor-rig {
        border-right: 1px solid transparent;
    }
    .cont-det_sec ul li {
        text-align: center;
    }
    .cont-det_sec_right ul {
        list-style-type: none;
        padding-left: 0;
        text-align: center;
    }
    footer p {
        text-align: center;
        margin: 5px 0px auto;
        font-size: 12px;
    }
  
    .social-icons a i {
        font-size: 22px;
        margin-top: 4px;
    }
    .portfolio-section .swiper-pagination-bullets {
        bottom: 2px !important;
    }
}
@media (max-width:767px){
    .header {
        position: unset;
        padding-top: 35px;
        padding-bottom: 16px;   
    }
    .header-group{
        padding-top:0px ;
    }
    .mobile-openicon{
        display: block;
    }
    .menu-list{
        display: none;
    }
    .header .social-icons{
        display: none;
    }
    .header-group{
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width:767px){
    .logo img{
        width: 76%;
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .popup {
        width: 80%;
    }
    .about-section p {
        font-size: 16px !important;
        width: 100% !important;
    }

}

@media screen and (min-width: 767px) and (max-width: 992px) {
    .what-we-do_imgcircle {
        margin: auto;
    }
    .popup {
        width: 60%;
    }
    .about-section p {
        font-size: 18px;
        line-height: 27px;
        width: 90%;
        margin: auto;
    }

}
@media (max-width: 992px) {
    .left__block {
        display: flex;
        flex-direction: column;
    }
    .left__block .what-we-do_right {
        order: 2;
    }
    .left__block .what-we-do_left {
        order: 1;
    }
    .what_title p {
        width: 90%;
    }
    .what_title img {
        margin: 39px auto 10px;
    }
    .right__block {
        margin-top: 44px;
    }
    .portfolio-works .portfolio-title-wr p {
        width: 90%;
    }
    .menu-list ul {
        width: 100%;
    }
    .logo img {
      max-width: 62px;
    }
    
    
}
@media (width: 1024px) {
    .what-we-do_iconcircle {
        left: -15px;
    }
    .left__block .what-we-do_iconcircle {
        left: unset;
        right: 2px;
    }
    .highlights-box-list h4 {
        font-size: 31px;
    }
    .menu-list ul {
        width: 100%;
    }
    .cont-det_sec ul li a {
        font-size: 14px;
    }
    .popup {
        width: 60%;
    }
}
@media screen and (min-width: 1220px) and (max-width: 1399px) {
    .what-we-do_iconcircle {
        left: 76px;
    }
    .left__block .what-we-do_iconcircle {
        left: unset;
        right: 87px;
    }
}
.whatsapp img {
    width: 28px;
    margin-bottom: 8px;
    margin-left: 2px;
}
.whatsapp {
    position: fixed;
    width: 42px;
    height: 42px;
    bottom: 50px;
    right: 17px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 999;
}
footer{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.logo-web{
    display: block;
}
.logo-mobile{
    display: none;
}

@media (max-width:767px){
    .logo-mobile{
        display: block;
      }
      .logo-web{
          display: none;
      }
}