@charset "utf-8";
:root{
    --white:#fff;
    --black:#1A1A1A;
    --cool-Gray:#738298;
    --off-white:#FBF5E3;
   
    --Poppins:'Poppins';
    --OwnersTRIAL: 'OwnersTRIAL';
    --ParkLaneW00: 'ParkLaneW00';

}
/* CSS Document */
/*-----------------------------------------------------------------------------


Prototype Version:  2.4

*/

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;  color: #555555; font-size: 14px; line-height: 24px;}
html, body{height: 100%; -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}
body{position:relative;font-family: var(--Poppins);overflow-x: hidden;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */

/* Specific Header Settings */
h1{font-weight: 500;font-size: 135px;line-height: 150px;color: var(--off-white);font-family: var(--OwnersTRIAL);}
h2{color: #3E4959;font-weight: 500; font-family: 'Owners TRIAL Wide';font-size: 60px;line-height:42px;}
h3{color: #3E4959;}
h4{color: #3E4959;}
h5{color: #3E4959;}
h6{color: #3E4959;}

/* Create the Default Paragraphs */
p {font-size: 21px;font-weight: 500;font-family: var(--Poppins);line-height: 34.27px;color: #3E4959;}

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {border: 0;border-style: none;max-width: 100%;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {color:var(--off-white); font-size: 21px; text-decoration:none;display: inline-block;line-height: 31.5px;font-weight: 500;font-family: var(--Poppins);}



/* 5. Forms
------------------------------------------------------------------------------*/

input[type='submit']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; }
select{-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;}
input[type='text'],input[type='tel'],input[type='email'],input[type='password']{}
textarea{overflow:auto;}
::-webkit-input-placeholder{ color:var(--off-white);}
:-moz-placeholder{ color: var(--off-white);}
::-moz-placeholder{ color: var(--off-white);}
:-ms-input-placeholder{ color:var(--off-white);}
::-ms-input-placeholder{ color:var(--off-white);}
:placeholder-shown{ color:var(--off-white);}


.d_flex{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.d_flex_jb{justify-content: space-between;}
.d_flex_jc{justify-content: center;}
.d_flex_ac{align-items: center;}
.p-0{padding: 0 !important;}
.pt-0{padding-top: 0 !important;}
.pb-0{padding-bottom: 0 !important;}

/*transition effect*/
.tra,.in,.sub,img,a{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}

/* Magnific Popup CSS */
.magnific-img img { width: 100%; height: auto; }  .magnific-img { display: inline-block; width: 32.3%; } a.image-popup-vertical-fit { cursor: -webkit-zoom-in; } .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.98; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; } .mfp-arrow-left:before { border-right: none !important; } .mfp-arrow-right:before { border-left: none !important; } button.mfp-arrow, .mfp-counter { opacity: 0 !important; transition: opacity 200ms ease-in, opacity 2000ms ease-out; } .mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{ opacity: 1 !important; }

.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }
.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }
.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }
.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.mfp-align-top .mfp-container:before { display: none; }
.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }
.mfp-ajax-cur { cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }
.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }
.mfp-auto-cursor .mfp-content { cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.mfp-loading.mfp-figure { display: none; }
.mfp-hide { display: none !important; }
.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }
.mfp-preloader a { color: #CCC; }
.mfp-preloader a:hover { color: #FFF; }
.mfp-s-ready .mfp-preloader { display: none; }
.mfp-s-error .mfp-content { display: none; }
button.mfp-close,
button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }
button::-moz-focus-inner { padding: 0; border: 0; }
.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus { opacity: 1; } .mfp-close:active { top: 1px; }
.mfp-close-btn-in .mfp-close { color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }
.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }
.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }
  .mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; } .mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }
.mfp-arrow-left { left: 0; } .mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; } .mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }
.mfp-arrow-right { right: 0; } .mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; } .mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; }
.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } 
}

@media all and (max-width: 900px) {
  .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } 
}
/* end Magnific Popup CSS */


#full_wrapper{ position: relative; min-height: 100%; width: 100%;}
.wrapper{ width:100%; margin:0 auto;max-width: 1687px;position: relative;}
.bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;}


.btn{line-height: 43.45px;font-weight: 700;font-family: var(--ParkLaneW00);padding: 0px 27.95px;position: relative;color:#3E4959;}
.btn em{position: relative;z-index: 2;    font-style: normal;}
.btn::after,
.btn::before{content: '';position: absolute;top: 0;width: 100%;height: 50.1%;background-color: var(--off-white);border-radius: 5px 5px 0 0;left: 10px;transition: 0.1s linear all;}
.btn::before{top: auto;border-radius: 0 0 5px 5px;bottom: 1px;left: -10px;}
.btn:hover:after{left: 0;}
.btn:hover:before{left: 0;}

.btn_dark{color: var(--off-white);}
.btn_dark::after,
.btn_dark::before{background-color:#3E4959;}



header{position: fixed;top: 0;width: 100%;padding:58px 0;z-index: 99;transition: 0.2s ease all;background: #404959;}
header.fixed{background-color: #404959;box-shadow: 0px 0px 10px #fbf5e314; padding: 20px 0;}
header.header_bg {background-color: #3E4959;}
header.hidden { transform: translateY(-102%); }

header nav>ul{list-style: none;}
header nav>ul>li{padding: 0px 39px;position: relative;}
header nav>ul>li::after{content: '';position: absolute;top: 100%;height: 12px;width: 100%;left: 0;}
header nav>ul>li>a{text-align: center;}
header nav>ul>li>a.active,
header nav>ul>li.active>a,
header nav>ul>li:hover>a,
header nav>ul>li>a:hover{font-weight: 700;}
header nav>ul>li.current-menu-item>a{font-weight: 700;}

header nav>ul>li>ul{list-style: none; position: absolute; top: calc(100% + 10px); padding: 23px 14px; border-radius: 20px; width: 256px; opacity: 0; pointer-events:none; transition: 0.2s ease all; background-color: #D6D2C5; left: 50%; transform: translate3d(-50%, 0, 0); }
header nav>ul>li>ul::after { content: ''; position: absolute; top: -8px; right:50px; width:32px; height:9.37px;background-image: url(../images/arrow.svg);background-repeat: no-repeat;background-size: 100% 100%;}
header nav>ul>li:hover>ul{opacity: 1;pointer-events: all;}
header nav>ul>li>ul>li{width: 100%;}
header nav>ul>li>ul>li>a{color: #404959;width: 100% !important;position: relative;padding: 0 25px;line-height: 45px;border-radius: 50px;}
header nav>ul>li>ul>li>a:hover{background-color: #FBF5E3;}

header nav>ul>li span { width: 12px; height: 3px; background-color: #fbf5e3; display: inline-block; position: absolute; top: 16px; right: 15px;cursor: pointer;}
header nav>ul>li span::after { content: ''; position: absolute; top: -4.5px; width: 3px; height: 12px; background-color: #fbf5e3; left: 4.8px;transition: 0.2s ease all;}
header nav>ul>li:hover span::after{opacity: 0;}

header .btn-wrap {gap: 50px;}

.banner{position: relative;background-image: url(../images/banner_bg.jpg);background-color: #3E495B;background-repeat: no-repeat;background-size: 100% 100%;min-height: 1600px;padding-top: 211px;}
.banner .wrapper{position: relative;}
.banner .circle {position: absolute;right: 0;top: 6px;}
.banner .circle .circle_text { position: absolute; left: 0; top: 0;animation: rotating 20s linear infinite;width: 267px;height: 270px;object-fit: cover;object-position: center;overflow: visible;}
.banner .circle .circle_icon { position: relative; z-index: 2;width: 267px;height: 270px;padding: 0;object-fit: cover;border-radius: 50%;padding: 30px;}
@keyframes rotating { from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
.banner h1{  font-weight: 500;   font-family: 'Owners TRIAL Wide';font-weight: 500;}
.banner .text{max-width: 546px;margin: 0 auto;margin-right: 0;margin-top: 42px;position: relative;z-index: 2;}
.banner .text p{margin-bottom: 28.43px;color: var(--white);}

.lets_talk{background-color:var(--white);border-radius: 80px;padding: 15px 20px;width:fit-content;}
.lets_talk span{color: #3E4959;font-family: var(--ParkLaneW00);font-weight: 700;font-size: 28.01px;line-height: 33.87px;margin-right: 28.29px;}
.lets_talk ul{list-style: none;}
.lets_talk ul li{width: fit-content;line-height: 0;}
.lets_talk ul li+li{margin-left: -32.135px;}
.lets_talk ul li span{width: 64.27px;height: 64.27px;border-radius: 50%;border: 1.33px solid var(--white);overflow: hidden;display: inline-block;margin: 0 !important;}
.lets_talk ul li span img{display: block;}
.lets_talk {transition: all 0.4s ease;}
.lets_talk ul li {transition: transform 0.4s ease;}
.lets_talk ul li span img {transition: transform 0.4s ease;}
.lets_talk:hover ul li span img {transform: scale(1.2);}
.lets_talk:hover ul li {transform: translateX(-10px);}
.lets_talk:hover {background-color: var(--off-white);}

.banner_image{height: 905px;position: relative;width: 100%; max-height: 905px;margin-top: -300px;}
.banner_image .bg { border-radius:450px; position: absolute; left: 0; top:12%; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; transform: scale(0.3); transform-origin: left top;transform: scale3d(0.47, 0.38, 1);overflow: hidden; }
.banner_image .bg video{    width: 100%; height: 100%; object-fit: cover;}
/* .banner_image .bg { border-radius: 110px; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; transform: scale(0.3); transform-origin: left top;transform: scale3d(0.47, 0.38, 1); } */

.marquee_plateform {padding: 85px 0 0; }
.marquee_plateform .marquee_wrap{ display:flex; white-space: nowrap; position: relative; overflow: hidden; }
.marquee_plateform .marquee { display:flex; white-space: nowrap; position: relative; transform: translate3d(0%, 0, 0); -moz-transform: translate3d(0%, 0, 0); -webkit-transform: translate3d(0%, 0, 0); -o-transform: translate3d(0%, 0, 0); animation-name: marquee; animation-timing-function: linear; animation-iteration-count: infinite;margin: 0px 20px;}
.marquee_plateform .marquee .item>span{font-weight: 500; font-family: 'Owners TRIAL Wide';color: #3E4959;font-size: 90px;line-height: 150px;    display: flex ; justify-content: center; align-items: center;}
.marquee_plateform .marquee .item>span strong{text-transform: uppercase;margin: 0px 10px;}
.marquee_plateform .marquee .item>span>span{background-color: #D9D9D9;line-height: 83px;padding: 0px 36.77px;border-radius: 50px;font-size: 55px;display: inline-block;margin: 0px 10px;}
@keyframes marquee { 0% { 
  transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
} 100% { 
  transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
} }
.marquee_plateform p{    max-width: 1280px; margin: 0 auto; text-align: center;line-height: 42px;}
.marquee_plateform .wrapper{padding-bottom: 59px;}

.title{padding:60px 0px;border-top: 1px solid #3E4959;}
.title h2{font-weight: 500; font-family: 'Owners TRIAL Wide';font-size: 60px;line-height:42px; margin-left: 25.29px;}
.title p{max-width: 1280px; margin: 30px auto; text-align: center;}
.title .btn{margin: 0 auto; display: block; width: fit-content;}
.marquee_ltr .marquee img ,
.marquee_rtl .marquee img {width: 100%;height: 335px;object-fit: cover;object-position: center;}
.wrapper .marquee_wrap {margin-bottom: 25px;}.wrapper .marquee_wrap:last-child { margin-bottom:0}

.paid_ads .wrapper{padding-bottom: 60px;}
.paid_ads .marquee_wrap{ display:flex; white-space: nowrap; position: relative; overflow: hidden; }
.paid_ads .marquee { display:flex; white-space: nowrap; position: relative; transform: translate3d(0%, 0, 0); -moz-transform: translate3d(0%, 0, 0); -webkit-transform: translate3d(0%, 0, 0); -o-transform: translate3d(0%, 0, 0);animation-timing-function: linear; animation-iteration-count: infinite;}
.paid_ads .marquee .item{width: 335px;height: 320px;max-width: 335px;cursor: pointer;margin: 0px 10px;border-radius: 10px;overflow: hidden;}
.paid_ads .marquee_ltr .marquee{animation-name: marquee1;}
@keyframes marquee1 { 0% { transform: translate3d(0%, 0, 0); -moz-transform: translate3d(0%, 0, 0); -webkit-transform: translate3d(0%, 0, 0); -o-transform: translate3d(0%, 0, 0); } 100% { transform: translate3d(-100%, 0, 0); -moz-transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0); -o-transform: translate3d(-100%, 0, 0); } }
 /* .paid_ads .marquee_rtl{margin-top: 25px;} */
 .paid_ads .marquee_rtl .marquee{animation-name: marquee2;}
 @keyframes marquee2 { 0% { transform: translateX(-100%); -moz-transform: translateX(-100%); -o-transform: translateX(-100%); -webkit-transform: translateX(-100%); } 100% { transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -webkit-transform: translateX(0); } }

.paid_ads .marquee_ltr:hover .marquee,
.paid_ads .marquee_rtl:hover .marquee{animation-play-state: paused;}


/* .email_wrap { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(1,1fr); grid-column-gap: 22px; grid-row-gap: 22px; } */
.email_marketing{padding-bottom: 60px;}
.email_marketing .title{padding-bottom: 30px;}
.email_wrap {margin: 0px -22px;row-gap: 30px;}
.email_wrap .imgWrap { overflow: hidden; height:848px; position: relative; margin: 0 auto; border: 2px solid #000; border-radius: 20px;width: calc(33.33% - 44px);}
.email_wrap .imgWrap img { width: 100%; height: auto; max-width: 100%; }
.email_wrap .imgWrap:first-child img { animation: masihscrollone 21s linear infinite; }
.email_wrap .imgWrap:nth-child(2) img { animation: masihscrolltwo 24s linear infinite; }
.email_wrap .imgWrap:last-child img { animation: masihscrollone 18s linear infinite; }

@keyframes masihscrollone {
  0% {
      transform: translateY(0%);
  }

  50% {
      transform: translateY(-30%);
  }

  100% {
      transform: translateY(-0%);
  }
}

@keyframes masihscrolltwo {
  0% {
      transform: translateY(-0%);
  }

  50% {
      transform: translateY(-35.5%);
  }

  100% {
      transform: translateY(0%);
  }
}

.ecommerce{}
.ecommerce .title{border-bottom: 1px solid #3E4959;}
.team_extension{margin-top: 120px;background-color: #FBF5E3;border-radius: 90px 90px 0px 0px;}
.team_extension .wrapper{position: relative;padding: 0 100px;}
.team_extension .col{position: relative;padding: 182px 0 229px;    max-width: 882px;}
.team_extension .b_brand{position: absolute;left:0;top: -90px;background-color: var(--white);border-radius: 50%;}


.team_extension h2{font-size: 90px;line-height: 99px;margin-bottom: 26px;}
.team_extension p{line-height: 42px;}
.team_extension .lets_talk{background-color:#3F4A5A;margin-top: 23px;}
.team_extension .lets_talk span{color: var(--off-white);}
.team_extension .man{    position: absolute; right: 0; bottom: -60px; max-width: 53%;}

.affordable{margin-top: -90px;position: relative;z-index: 3;}
.affordable .wrapper{background-color: #D6D2C5;border-radius: 180px;}
.affordable h2{line-height: 180px;text-align: center;font-family: var(--Poppins);font-size: 80px;font-weight: 600;}
.comman_sec{margin-top:-90px;position: relative;z-index: 2;;background-size: cover;background-position: top center;margin-bottom: 50px; background: linear-gradient( to bottom, #3E4959 0%,      /* Dark gray at 0% */ #3E4959 50%,     /* Dark gray continues at 35% */ #FBF5E3 75%,     /* Light beige starts at 62% */ #FBF5E3 100%     /* Light beige ends at 100% */ );    transition: background 0.5s ease; }
.comman_sec.active {background: var(--off-white);transition: background 0.5s ease;}
/* background-image: url(../images/bg1.jpg) */
.comman_sec .inner{gap: 18px;}

.trusted_by{padding:200px 0 50px 0;border-radius: 1px solid red;}
.trusted_by h2{color: var(--white);font-size: 90px;line-height: 63px;margin-bottom: 82px;}
.trusted_by .col{width: 15.77%;height: 176px;position: relative;border-radius: 11px;cursor: pointer;margin-bottom: 15.38px;transform-origin: center center;transition: 0.3s ease all;background-size: cover;background-repeat: no-repeat;}
.trusted_by .col .bg{display: flex;justify-content: center;align-items: center;background-color:#606875;border-radius: 11px;}
/* .trusted_by .col:hover{transform: scale(1.3);z-index: 3;box-shadow:0px 4px 34px #000000c2;}
.trusted_by .col:hover .bg{background-color: transparent;} */
.trusted_by .col.active{transform: scale(1.3);z-index: 3;box-shadow:0px 4px 34px #000000c2;}
.trusted_by .col.active .bg{background-color: transparent;}
.trusted_by .col .bg img {height: 142px;width: 100%;object-fit: contain;}

.comman_sec .inner.trusted_by_version_2{gap: 18px;}
.trusted_by_version_2 {	display: flex;}
.trusted_by_version_2 .col { width: calc(50% - 9px);height: 530px;background-image: none !important;margin-bottom: 0;}
.trusted_by_version_2 .col .bg {background: transparent;}
.trusted_by_version_2 .col .bg img {height: 100%;}

.on_instagram{padding: 50px 0 100px 0;}
.on_instagram .text_title{margin-bottom: 67px;opacity: 0;transition: 0.4s ease all;}
.on_instagram.open .text_title{opacity: 1;}
.on_instagram .text_title h2{font-size: 90px;line-height: 63px;text-transform: uppercase;width: 731px;}
.on_instagram .text_title p{width: calc(100% - 731px);line-height: 41px;padding-left: 26px;}


#customers-testimonials { display: flex; justify-content: space-between;height: 749px;position: relative;}
#customers-testimonials.owl-carousel { display: block; }
#customers-testimonials .item { position: relative; background: white; border-radius: 10px; width:calc(33.33% - 40px); display: inline-flex; box-shadow:0 0 54px 0 rgba(0, 0, 0, 0.05);}
#customers-testimonials .owl-carousel .item { width: 100%; }
#customers-testimonials .video-con-img p{color: #000;font-family: 'Owners TRIAL Wide';font-weight: 500;}
#customers-testimonials .item .shadow-effect { padding:24px 35px; width: 100%; }
#customers-testimonials .item .shadow-effect .video-container { position: relative; }
#customers-testimonials .item .shadow-effect .video-container #video { display: block; width: 100%; height: 605px; object-fit: cover; padding: 20px 0; }
#customers-testimonials .item .shadow-effect .video-container .video-content-top .video-con-img, 
#customers-testimonials .item .shadow-effect .video-container .video-test-bottom .video-bottom-img { gap: 15px; }
#customers-testimonials .item .shadow-effect .video-container #video .play-button-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: auto; pointer-events: none; }
#customers-testimonials .play-button-wrapper { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: auto; pointer-events: none; }
#customers-testimonials .play-icon { position: absolute; top: 50%; width: 85px; height: 85px; background: url('../images/playicon.svg') no-repeat; cursor: pointer; top: calc(50% - 25px); left: 0; right: 0; margin: auto;}
#customers-testimonials .pause-icon { position: absolute; top: 50%;  width: 85px; height: 85px; background: url('../images/pause-icon.svg') no-repeat; cursor: pointer; display: none; top: calc(50% - 25px); left: 0; right: 0; margin: auto;}
#customers-testimonials .play-button-wrapper #circle-play-b svg { width: 85px; height: 85px; fill: #fff; stroke: #fff; cursor: pointer; background-color: rgba(0,0,0,0.2); border-radius: 50%; opacity: 0.9; }

#customers-testimonials .item .bg{background-color: #738298;border-radius: 10px;overflow: hidden;z-index: 1;transition: 0.3s ease all;transition-delay: 1s;}
#customers-testimonials .item .bg .bk_icon{position: absolute;left: 35px;top: 24px;}
#customers-testimonials .item .bg .bkr_icon{position: absolute;left: 0;bottom: 0;right: 0;margin: 0 auto;}
#customers-testimonials .item:nth-child(2) .bg{background-color: #D6D2C5;}
#customers-testimonials .item:nth-child(3) .bg{background-color: #FBF5E3;}

#customers-testimonials .item{position: absolute; left: 0; top: 0;transition: 0.5s ease all;}
#customers-testimonials .item:nth-child(1){z-index: 3;}
#customers-testimonials .item:nth-child(2){z-index: 2;left: 60px;}
#customers-testimonials .item:nth-child(3){z-index: 1;left: 120px;}

.on_instagram.active #customers-testimonials .item:nth-child(1){}
.on_instagram.active #customers-testimonials .item:nth-child(2){left: calc(33.33% + 20px);}
.on_instagram.active #customers-testimonials .item:nth-child(3){left: calc(66.66% + 40px);}
.on_instagram.open .item .bg{opacity: 0;pointer-events: none;}
.on_instagram{position: relative; top: 300px;background-color: var(--white);}

.banchmarketing { text-align: center; position: relative; margin-top: -92px; z-index: 2;overflow: hidden;}
.banchmarketing h2{color: #3E4959;letter-spacing: 2px;font-size: 168px;line-height: 150px;font-family: 'Owners TRIAL Wide';font-weight: 500;text-transform: uppercase;opacity: 0.3;transform: translateX(100%);}

.social_media{border-radius: 90px 90px 0 0; position: relative; z-index:2; margin-top: -70px; padding: 120px 0 421px; background-color:var(--white);}
/* .social_media .bg{transform: scale3d(0.13, 0.16, 1) ; border-radius: 100px; top: -50px; margin-left: -2%;z-index: 3;width:80%;height: 80%;} */

.social_media .bg{transform: scale(1) !important; border-radius: 20px; top: -250px;  z-index: 3; width: 100%; height: 100%; margin: auto; margin: 0 auto; max-width: 11%; margin: auto; right: 0; left: 0; display: block; max-height: 210px; bottom: 0;}

.social_media .left_col{width: 52%;}
.social_media .right_col{    width: 43%; padding-top: 162px; padding-right: 15px;}
.social_media h2{font-size: 90px;line-height: 99px;}
.social_media p{line-height: 42px;margin-bottom: 10px;}
.social_media .lets_talk{background-color:#3F4A5A;margin-top: 23px;}
.social_media .lets_talk span{color: var(--off-white);}

.emailsec{margin-top: -300px; position: relative; z-index: 3;padding-top: 300px; }
.emailsec .wrapper{border-radius: 80px;background-color: #FBF5E3;background-image: url(../images/ideation_bg.png);background-position: center center;background-repeat: no-repeat;padding:116px 100px 110px;}
.emailsec .left_col{width: 45%;}
.emailsec .left_col h2{font-size: 90px;line-height: 100px;margin-bottom: 23px;}
.emailsec .left_col p{max-width: 570px;}
.emailsec .lets_talk{background-color:#3F4A5A;}
.emailsec .lets_talk span{color: var(--off-white);}
.emailsec .right_col{width: 667px;}
.emailsec .right_col .email{width: 100%;border-radius: 30px;box-shadow: 0px 12px 24px #0000001c;background-color: var(--white);padding: 46px 55px;margin-bottom: 55px;background-image: url(../images/email.svg);background-repeat: no-repeat;background-position: right 50px center;transition: 0.5s all;}
.emailsec .right_col .email em{font-size: 30px;line-height: 21px;color: #3E4959;font-style: normal;font-weight: 500;font-family: 'Owners TRIAL Wide';display: block;margin-bottom: 26px;transition: 0.5s all;}
.emailsec .right_col .email span{font-size: 21px;line-height: 33px;color: #3E4959;font-weight: 500;font-family:var(--Poppins);text-shadow: 0.5px 0.3px 0px;transition: 0.5s all;}
.emailsec .right_col .email:hover {background-color: #3E4959;color: var(--white);background-image: url(../images/email_white.svg)}
.emailsec .right_col .email:hover em,.emailsec .right_col .email:hover span {color: var(--off-white);}

footer{position: relative;padding-top: 409px;border-radius: 50px 50px 0px 0px;background-color:#3E4959 ;margin-top: -286px;}
footer .top_footer p{color: var(--white);width: 535px;    font-family: 'Owners TRIAL Wide';font-size: 30px;line-height: 46px;}
footer .top_footer>ul{list-style: none;}
footer .top_footer>ul>li{text-align: center;}
footer .top_footer>ul>li:not(:last-child){margin-bottom: 42px;}
footer .top_footer>ul>li a{color: var(--white);}
footer .top_footer>ul>li a:hover,
footer .top_footer>ul>li a.active{font-weight: 700;}
footer .top_footer>ul>li.current-menu-item a{font-weight: 700;}
footer .top_footer .let_blog .lets_talk{margin-bottom: 25.94px;}
footer .top_footer .let_blog>img{margin: 0 auto;display: block;}
/* footer .rr_footer { width: calc(100% + 200px); text-align: center; margin-top: 70px; margin-left: -100px; }
footer .rr_footer img{display: block; margin-bottom: -54px;    width: min-content; margin-left: 62px;} */

footer .rr_footer { width: auto; text-align: center; margin-top: 70px; margin-left: 0;padding: 0px 58px; }
footer .rr_footer img { display: block; margin-bottom: 0; width: min-content; margin: 0 auto;}
footer .rr_footer { transform: translateY(50%); transition: 0.2s linear all;opacity: 0;}
footer .rr_footer.come-in  { transform: translateY(0);opacity: 1;}
footer .bg{transform: scale(0); transform-origin: bottom center; transition: 0.7s ease all;transition-delay: 0.5s;background-size: contain;background-position: center;}
footer.come-in .bg{transform: scale(1);}

footer .bottom_footer .wrapper{ padding: 29px 0;}
footer .bottom_footer{    background-color: #3E4959; position: relative; z-index: 1; }
footer .bottom_footer p{color: var(--white);}
footer .bottom_footer ul{list-style: none;}
footer .bottom_footer ul li{padding: 26px;position: relative;}
footer .bottom_footer ul li:last-child{padding-right: 0;}
footer .bottom_footer ul li:not(:last-child):after{content:'';width: 3px;height: 20px;background-color: var(--white);position: absolute;right: -1.5px;top: 0;bottom: 0;margin: auto;}
footer .bottom_footer ul li a{color: var(--white);}
footer .bottom_footer ul li a:hover{font-weight: 800;}


.animation_sec{ will-change: filter, transform, opacity; -webkit-backface-visibility: hidden; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; opacity: 0 !important; -webkit-transition: opacity .7s ease-in, -webkit-filter 1.3s, -webkit-transform 1.6s; transition: opacity .7s ease-in, -webkit-filter 1.3s, -webkit-transform 1.6s; -o-transition: filter 1.3s, transform 1.6s, opacity .7s ease-in; transition: filter 1.3s, transform 1.6s, opacity .7s ease-in; transition: filter 1.3s, transform 1.6s, opacity .7s ease-in, -webkit-filter 1.3s, -webkit-transform 1.6s; }
.animation_sec.come-in{    -webkit-animation-delay: .1s; animation-delay: .1s; -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); opacity: 1 !important;}

.pin-spacer,.social_media{pointer-events: none !important;}
.social_media .lets_talk{pointer-events: all !important;}


.team_extension .b_brand,
#customers-testimonials .play-icon,
#customers-testimonials .pause-icon{animation: bounce 2s infinite;}
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: scale(1); } 40% { transform: scale(0.8); } 60% { transform: scale(0.9); } }

.test{margin-bottom: 500px;}
.inner_banner{background-color:#3e4959;padding:243px 0 247px; }
.inner_banner .col {width: calc(100% - 350px);}
.inner_banner h1{margin-bottom: 19px;font-family: 'Owners TRIAL Wide';}
.inner_banner p{color: var(--white);}

.inner_banner .circle {    position: absolute; right: 0; top: 50%; transform: translate3d(0, -50%, 0px);}
.inner_banner .circle .circle_text {position: absolute;left: 0;top: 0;animation: rotating 20s linear infinite;width: 270px;height: 270px;border-radius: 50%;object-fit: cover;object-position: center;overflow: visible;}
.inner_banner .circle .circle_icon {position: relative;z-index: 2;width: 270px;height: 270px;padding: 0;object-fit: cover;border-radius: 50%;padding: 35px;}
@keyframes rotating { from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }
.service_link{margin-top: -80px;position: relative;z-index: 1;}
.service_link .inner{background-color:#D6D2C5;border-radius: 180px;padding: 21.5px 31.2px;width: fit-content;margin: 0 auto;}
.service_link .inner a{color: #3E4959; font-family: 'Owners TRIAL Wide'; font-weight: 500; font-size: 30px;border-radius: 180px;line-height: 117px;padding: 0px 60px;display: flex;justify-content: center;align-items: center;}
.service_link .inner a:hover{background-color: var(--off-white);}
.service_link .inner a img{margin-right: 16px;}
.service_link .inner a:not(:last-child){margin-right: 60px;}

.profitable_campaigns{padding:378px 0 100px;background-color: var(--off-white);margin-top: -80px;position: relative;pointer-events: auto;}
.profitable_campaigns .left_col{max-width: 998px;}
.profitable_campaigns .left_col h2{font-size: 90px;line-height: 99px;margin-bottom: 33px;}
.profitable_campaigns .left_col p{max-width: 884px;}
.profitable_campaigns .animation_col{width: 521px;height: 739px;position: relative;margin-top: -161px;}
.profitable_campaigns .animation_col .col{position: absolute;left: 0;top:250%;width: 60px;height: 60px;border-radius: 50%;right: 0;bottom: 0;margin: auto;transform-origin: center;transition: 0.4s ease all;opacity: 1;overflow: hidden;}
.profitable_campaigns .animation_col .col::after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;transition: 0.2s ease all;}

.profitable_campaigns .animation_col .col1::after{background-color:#404959;}
.profitable_campaigns .animation_col .col2::after{background-color: #404959;opacity: 0.9;}
.profitable_campaigns .animation_col .col3::after{background-color:#404959;opacity: 0.8;}
.profitable_campaigns .animation_col .col1{top:0 !important; transform: rotate(5deg);}
.profitable_campaigns .animation_col .col2{transform: rotate(-5deg);}
.profitable_campaigns .animation_col .col3{}

.profitable_campaigns .animation_col .col.active{top: 0 ;}
.profitable_campaigns .animation_col .col.active:after{opacity: 0;}
.profitable_campaigns .animation_col .col.open{width: 100%;height: 100%;border-radius: 10px;}
.profitable_campaigns .wrapper:first-child{margin-bottom: 130px;}

.ads_link{list-style: none;pointer-events: all;}
.ads_link li+li{margin-left: -35px;}
.ads_link li a{font-size: 30px;line-height: 87px;border: 1.5px solid #3E4959;border-radius: 50px;background-color: var(--off-white);    color: #3E4959; font-family: 'Owners TRIAL Wide';padding: 0px 40.34px;}
.ads_link li span{font-size: 30px;line-height: 87px;border: 1.5px solid #3E4959;border-radius: 50px;background-color: var(--off-white);    color: #3E4959; font-family: 'Owners TRIAL Wide';padding: 0px 40.34px;display: block;font-weight: 500;}
.ads_link li a:hover{background-color:#3E4959;color: var(--white);}
.animations_title {margin-top: 87px;text-align: center;overflow: hidden;text-align: center;}
.animations_title h2{line-height: 118px;font-size: 168px;font-family: 'Owners TRIAL Wide'; font-weight: 500; opacity: 0.3;white-space: nowrap;}

.our_goal{border-radius: 90px 90px 0px 0px; position: relative; z-index: 1; margin-top: -144px; background-color: var(--white);}
.our_goal .wrapper{    padding: 155px 0 120px;border-bottom: 1px solid #3E4959; }
.our_goal h2{font-size: 90px;line-height: 99px;max-width: 1500px;margin-bottom: 71px;}
.our_goal .inner{}
.our_goal .inner .left_col{width: 700px;}
.our_goal .inner .right_col{width: 843px;}
.our_goal .inner label{display: block;font-size: 21px;line-height: 42px;font-family: var(--Poppins);font-weight: 500;margin-bottom: 95px; color: #3E4959;}
.our_goal .inner .img{height: 560px;border-radius: 28px;overflow: hidden;transform: rotate(5.9deg);position: relative;}
.our_goal .inner .img img{    display: block; max-width: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 50%; left: 50%; min-height: 100%; min-width: 100%; transform: translate(-50%, -50%);}
.our_goal .inner .right_col{list-style: none;}
.our_goal .inner .right_col li{overflow: hidden;padding: 45px 0;border-bottom:1px solid #3E4959;}
.our_goal .inner .right_col li h3{color: #3E4959;font-size: 60px;line-height: 45px;text-transform: uppercase; font-family: 'Owners TRIAL Wide';font-weight: 500;cursor: pointer;transform: translateX(-115px);transition: 0.2s ease all;transition-delay: 0.15s;transform: translateX(0);}
.our_goal .inner .right_col li h3.active{transform: translateX(0);}
.our_goal .inner .right_col li h3 span{position: relative;margin-right: 48px;}
.our_goal .inner .right_col li h3 span::after{    content: ''; position: absolute; width: 20px; height: 54px; background-color: #D6D2C5; left: 0; right: 0; margin: auto; transform: skew(-10deg, 10deg); z-index: -1; top: 0; bottom: 0;}
.our_goal .inner .right_col li .text{margin-top: 45px;display: block !important;}
.our_goal .inner .right_col li p{line-height: 42px;}
.our_goal .btn_col{display: block;text-align: center;margin-top: 50px;}

.ads_comman_section{padding: 102px 0;position: relative;}
.ads_comman_section .paid_img{position: absolute;left: 0;top: 322px;}
.ads_comman_section h2{font-size: 90px;line-height: 99px;margin-bottom: 34px;}
.ads_comman_section .col{max-width: 1116px;margin: 0 auto;margin-right: 0;}
.ads_comman_section .col p{line-height: 42px;margin-bottom: 10px;}
.ads_comman_section .colin:first-child{margin-bottom: 80px;}
.ads_comman_section .btn_col{display: block;text-align: center;margin-top: 50px;}

.paid_ads_service{background-color: var(--white);border-radius: 90px 90px 0px 0px;margin-top: -144px;position: relative;z-index: 2;}
.paid_ads_service .wrapper{padding: 120px 0;border-bottom:1px solid #3E4959;}
.paid_ads_service h2{font-size: 90px;line-height: 99px;max-width: 1500px;margin-bottom: 34px;}
.paid_ads_service p{line-height: 42px;}
.paid_ads_service .text_inner{border-bottom:1px solid #3E4959;margin-bottom: 120px;padding-bottom: 120px;}

.email_marketing_service.email_marketing {padding: 120px 0 0;}
.email_marketing_service.email_marketing .wrapper{padding-bottom: 120px;border-bottom:1px solid #3E4959;}

#campaigns_growth.profitable_campaigns,
#ecommerce.profitable_campaigns,
#seo.profitable_campaigns{margin-top: 0px;border-radius: 90px 90px 0px 0px;padding:280px 0 100px;}


#ecommerce.profitable_campaigns .left_col { max-width:890px; }
.ads_comman_section.ads_comman_section_curve{border-radius: 90px 90px 0 0; margin-top: -148px; background-color:var(--white)}
.extra_padding{padding:159px 0px;}
footer.innerpage_foorter { padding-top: 120px; margin-top: 0; }
.animations_title h2{line-height: 126px;}
.other_services{}
.other_services .wrapper{padding: 105px 0 140px;border-top: 1px solid #3E4959;}
.other_services h2{font-size: 90px;line-height: 99px;margin-bottom: 100px;}
.other_services .inner {gap: 60px;}
.other_services .colin{width: calc(33% - 40px);height: 567px;background-color: var(--off-white);border-radius: 15px;padding: 40px 40px 50px;    display: flex ; flex-direction: column; align-items: flex-start; justify-content: space-between;position: relative;transition: 0.2s ease all;transform-origin: center;}
.other_services .colin>span{font-size: 60px;line-height: 79px;font-weight: 500;font-family: 'Owners TRIAL Wide';color: #3E4959;}
.other_services .colin .bg{background-color: #3E4959;border-radius: 15px;overflow: hidden;padding: 35px 48px;opacity: 0;transition: 0.2s ease all;}
.other_services .colin .img{left: 0;right: 0;width: calc(100% - 98px);margin: 0 auto;bottom: 0;position: absolute;}
.other_services .colin .img img{display: block;}
.other_services .colin .bg>span{display: flex ; align-items: center; width: 100%; color: var(--white); font-size: 40px;font-weight: 500;font-family: 'Owners TRIAL Wide';line-height: 1.2;}
.other_services .colin .bg>span img{filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(103%) contrast(102%);max-width:42px;margin-right: 15px;}
.other_services .colin:hover {transform: scale(1.1);box-shadow: 0px 4px 34px #00000079;}
.other_services .colin:hover .bg{opacity: 1;}

#profitable_campaigns_paid_ads{border-radius: 90px 90px 0px 0px;margin-top: -80px;position: relative;padding-top: 284px;}
.inner_banner_small{padding: 285px 0 247px;}


/** 404 **/
.section_404{background-color: #FBF5E3;padding: 284px 0 120px;margin-bottom: -40px;}
.title_404{font-size: 815px;color: #3E4959;line-height: 0.7;font-weight: 500;font-family: 'Owners TRIAL Wide';}
.section_404_inner{background: url(../images/404bg.png);padding: 20px;align-content: center;gap: 25px;justify-content: center;background-size: cover;border-radius: 100px;background-position: center;margin-top: -12px;margin-bottom: 12px;flex-flow: column;text-align: center;}
.no_flex_wrap{flex-wrap: nowrap;}
.section_404_inner h1 {color: #FBF5E3;font-family: "Owners TRIAL Wide";font-size: 60px;font-style: normal;font-weight: 500;line-height: 79px;}
.section_404_inner h2 {color: #FBF5E3;font-family: "Owners TRIAL Wide";font-size: 30px;font-style: normal;font-weight: 500;line-height: 39px;width: 420px;text-align: center;}
.section_404_inner hr {border: 2px solid #FBF5E3;width: 241.76px;opacity: 0.3;margin: 0 auto;}
ul.section_404_ul {display: flex;text-align: center;list-style: none;flex-direction: column;width: 100%;gap: 25px;}
ul.section_404_ul li a{color: #FBF5E3;font-family: "Owners TRIAL Wide";font-size: 30px;font-style: normal;font-weight: 500;line-height: 30px;padding: 20px;}
ul.section_404_ul li:hover {background: #D6D2C5;border-radius: 40px;}
ul.section_404_ul li:hover a{color: #3E4959;}

/** Thank You **/
.thankyou_section{background-color: #FBF5E3;padding: 150px 0 0;margin-bottom: -40px;}
.thankyou_title {font-size: 60px;color: #3E4959;line-height: 1.3;font-weight: 700;font-family: 'Owners TRIAL Wide';margin-bottom: 50px;}
.thankyou_section p {color: #3E4959;font-family: "Owners TRIAL Wide";font-size: 30px;font-style: normal;font-weight: 500;line-height: 1.4;}
.thankyou_section p:not(:last-child){margin-bottom: 50px;}
.thankyou_section a {color: #3E4959;font-family: "Owners TRIAL Wide";font-size: 30px;font-style: normal;font-weight: 500;line-height: 30px;text-decoration: underline;}

/** Contact Form **/
.contact_form_section {border-radius: 90px 90px 0px 0px;margin-top: -80px;position: relative;padding: 90px 0 130px 0;background-color: var(--off-white);margin-bottom: -40px;}
.form_row h2 {font-size: 90px;line-height: 1;margin-bottom: 60px;margin-top: 108px;}
.form_row .inner_row {display: flex;width: 100%;column-gap: 60px;}
.form_row .inner_row .inner_col .form_group {margin-bottom: 40px;}
.form_row .inner_row .inner_col {width: 100%;}
.form_row .inner_row .inner_col .form_input {border-radius: 5px;border: 1px solid #3E4959;background: #FFF;height: 80px;width: 100%;font-family: var(--Poppins);font-size: 24px;font-style: normal;font-weight: 500;line-height: normal;padding: 22px 20px;}
.form_row .inner_row .inner_col label {width: 100%;display: block;color: #3E4959;font-family: var(--Poppins);font-size: 24px;font-style: normal;font-weight: 500;line-height: normal;padding-bottom: 10px;}
.form_row .inner_row .inner_col label sup {color: #FC4F4F;padding-left: 5px;}
.form_row .inner_row .inner_col .form_group .form_group_inner p {display: flex;gap: 20px;}
.form_row .inner_row .inner_col .form_group .form_group_inner p span {width: 100%;position: relative;}
/*.form_row .inner_row .inner_col .form_group .form_group_inner p>span:after {content: '';position: absolute;top: 50%;right: 15px;width: 18px;height: 10px;background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" fill="none"><path opacity="0.8" d="M0.163125 1.28713L0.264375 1.39656L7.91437 9.55185C8.17312 9.82803 8.56125 10 8.99437 10C9.4275 10 9.81563 9.82282 10.0744 9.55185L17.7188 1.41219L17.8481 1.27671C17.9437 1.14643 18 0.990099 18 0.823346C18 0.369985 17.5837 0 17.0662 0L0.93375 0C0.41625 0 0 0.369985 0 0.823346C0 0.99531 0.0618751 1.15685 0.163125 1.28713Z" fill="%232A3547"/></svg>') no-repeat center;pointer-events: none;transform: translateY(-50%) rotate(0deg);transition: transform 0.3s ease;}*/
/* .form_row .inner_row .inner_col .form_group .form_group_inner p span.open:after {transform: translateY(-50%) rotate(180deg);} */
.form_row .inner_row .inner_col .wpcf7-list-item label{display: flex;align-items: center;margin-bottom: 45px;cursor: pointer;column-gap: 30px;padding-bottom: 0;}
.form_row .inner_row .inner_col .wpcf7-list-item:last-child label {margin-bottom: 0;}
.form_row .inner_row .inner_col .wpcf7-list-item input[type="checkbox"] {appearance: none;-webkit-appearance: none;width: 30px;height: 30px;border: 2px solid #3E4959;border-radius: 4px;background-color: #fff;cursor: pointer;transition: all 0.3s ease;position: relative;}
.form_row .inner_row .inner_col .wpcf7-list-item input[type="checkbox"]:hover {border-color: #3E4959;}
.form_row .inner_row .inner_col .wpcf7-list-item input[type="checkbox"]::before {content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="none"%3E%3Cpath d="M11.0001 1L4.00004 8.00002L1 5" stroke="%23D9D9D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');display: block;width: 26px;height: 26px;text-align: center;margin: auto;border-radius: 2px;transition: all 0.3s ease;font-size: 20px;}
.form_row .inner_row .inner_col .wpcf7-list-item input[type="checkbox"]:checked {background-color: #3E4959;border-color: #3E4959;}
.form_row .inner_row .inner_col .wpcf7-list-item input[type="checkbox"]:checked::before {content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="none"><path d="M11.0001 1L4.00004 8.00002L1 5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');}
.form_row .inner_row .inner_col .wpcf7-list-item-label {color: #3E4959;font-family: Poppins;font-size: 24px;}
.form_row .inner_row .inner_col span#buisness_modal,
.form_row .inner_row .inner_col span#marketing_places {margin-top: 30px;display: block;padding-bottom: 10px;}
.form_row .inner_row .inner_col textarea.form_input {height: 180px;resize: none;}
.form_row .inner_row .inner_col .wpcf7-not-valid .wpcf7-list-item input[type="checkbox"] {border: 2px solid #ff0000;}
.screen-reader-response {display: none;}
.form_row .inner_row .inner_col span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {position: absolute;left: 0;bottom: -20px;font-size: 15px;line-height: 15px;color: #ff0000;}
.form_row .inner_row .inner_col span.wpcf7-form-control-wrap {position: relative;display: block;}
.form_row .inner_row .inner_col .form_input.wpcf7-not-valid {border: 1px solid #ff0000;}
.wpcf7-form-control.wpcf7-submit {color: #FFF;font-family: Poppins;font-size: 36px;font-style: normal;font-weight: 600;line-height: normal;border-radius: 10px;background: #3E4959;padding: 18px 58px;margin: 0 auto;cursor: pointer;border: 1px solid #3E4959;}
span.wpcf7-form-control-wrap.recaptcha div {margin: auto;}
span.wpcf7-form-control-wrap.recaptcha {padding: 70px 0;display: block;text-align: center;}
.wpcf7-form .form_row:nth-child(2) h2 {margin-top: 0;}
span.wpcf7-not-valid-tip {font-size: 15px;line-height: 15px;color: #ff0000;font-weight: 500;font-family: var(--Poppins);}
.wpcf7-response-output {text-align: center;font-size: 15px;line-height: 15px;font-weight: 500;font-family: var(--Poppins);padding-top: 10px;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
.wpcf7-select:not(:focus):invalid {color: #D6D2C5;}
.wpcf7-select option {color: #3E4959;}
/* .wpcf7-select option[value=""][disabled] {display: none;} */
.select_custom {position: relative;}
.select_custom::after {content: "";background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-chevron-down"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M6 9l6 6l6 -6" /></svg>') no-repeat center;width: 16px;height: 16px;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);pointer-events: none;}
.wpcf7-spinner:before {content:"";width: 50px;height: 50px;border: 4px solid transparent;border-top: 4px solid #ffffff;border-bottom: 4px solid #FBF5E3;border-radius: 50%;animation: spin1 1s linear infinite;display: none;}
@keyframes spin1 {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}
form.wpcf7-form.submitting .wpcf7-spinner {display: inline-block;}
form.wpcf7-form.submitting .form-btn {display: none;}
span.wpcf7-spinner {border-radius: 10px;background: #3E4959;padding: 18px 58px;margin: 0 auto;height: 91px;width: 350px;position: relative;display: none;}
span.wpcf7-spinner:after {position: absolute;content: "";margin: auto;width: 50px;height: 50px;border: 4px solid transparent;border-top: 4px solid #FBF5E3;border-bottom: 4px solid #FBF5E3;border-radius: 50%;animation: spin1 1s linear infinite;display: none;left: calc(50% - 25px);-ms-transform: translateX(-50%);transform: translateX(-50%);}
form.wpcf7-form.submitting .wpcf7-spinner:after {display: block;}


.btn_col {display: block;text-align: center;margin-top: 50px;}
.team_extension .wrapper{display: flex;align-items: center;gap: 20px;}
.team_extension_men {height: 695px;max-height: 100%;width: 570px;max-width: 100%;object-fit: cover;object-position: top;}
.service_yellow_section {border-radius: 90px 90px 0 0;padding: 280px 0 100px;margin-top: 0px;}


/** Case Study **/
/* linear-gradient(180deg, #3e4959 80%, #FFF 130%) */
.inner_banner .lets_talk {margin-top: 50px;}
.casestudy_instagram{background-color: #FBF5E3;border-radius: 90px 90px 0px 0px;padding: 90px 0 220px 0;top: -90px;margin-bottom: -260px;}
.casestudy_instagram.active #customers-testimonials .item:nth-child(1){}
.casestudy_instagram.active #customers-testimonials .item:nth-child(2){left: calc(33.33% + 20px);}
.casestudy_instagram.active #customers-testimonials .item:nth-child(3){left: calc(66.66% + 40px);}
.casestudy_instagram.open .item .bg{opacity: 0;pointer-events: none;}
.marquee_col {width: 265px !important;height: 176px;position: relative;border-radius: 11px;cursor: pointer;margin-bottom: 15.38px;transform-origin: center center;transition: 0.3s ease all !important;background-size: contain;overflow: hidden;}
.marquee_bg {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;display: flex;justify-content: center;align-items: center;background-color: #606875;border-radius: 11px;}
.marquee_col:hover {transform: scale(1.3);z-index: 3;box-shadow: 0px 4px 34px #000000c2;}

.trusted_marquee.logo_list_version_2 .marquee_col:hover {transform: none;box-shadow: none;}

.marquee_col:hover .marquee_bg {background-color: transparent;}
.trusted_marquee {display: flex;overflow: hidden;user-select: none;gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);mask-image: linear-gradient(var(--mask-direction, to right),hsl(0 0% 0% / 0),hsl(0 0% 0% / 1) 20%,hsl(0 0% 0% / 1) 80%,hsl(0 0% 0% / 0));}
.marquee__group {flex-shrink: 0;display: flex;align-items: center;justify-content: space-around;gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);min-width: 100%;animation: scroll-x 60s linear infinite;z-index: -1;}
.casestudy_trusted_by {margin-top: 130px;margin-bottom: -70px;}
.casestudy_trusted_by.lets_work_study { margin-top: 0; margin-bottom: 0; }
.casestudy_trusted_by .marquee_col {margin: 70px 0;}
.casestudy_trusted_by .trusted_marquee.logo_list_version_2 .marquee_bg { background: transparent; }
.casestudy_trusted_by .trusted_marquee.logo_list_version_2 .marquee_bg img { border-radius: 11px; }
.casestudy_instagram .text_title h2 {font-size: 90px;line-height: 63px;text-transform: uppercase;width: 731px;}
.casestudy_instagram .text_title {margin-bottom: 67px;opacity: 0;transition: 0.4s ease all}
.casestudy_instagram.open .text_title {opacity: 1;}
.casestudy_list {border-radius: 90px 90px 0px 0px;background: #ffffff;padding: 120px 0 210px 0;margin-top: -90px;z-index: 9;position: relative;}
.casestudy_list:nth-child(even){background-color: var(--off-white);}
.casestudy_list:last-child{padding-bottom: 240px;}
.casestudy_list_section {margin-top: -60px;z-index: 9;position: relative;}
.casestudy_title_div {display: flex;align-items: end;gap: 30px; padding-bottom: 110px;}
.casestudy_list_section .casestudy_list .casestudy_title_div .casestudy_title {font-size: 90px;font-style: normal;font-weight: 500;line-height: 1;text-transform: uppercase;}
.casestudy_list_section .casestudy_list .casestudy_cols {display: flex;gap: 50px;}
.casestudy_list_section .casestudy_list .casestudy_cols .left_col{width: 48%; position: relative;}
.casestudy_list_section .casestudy_list .casestudy_cols .space_col{width: 10%;}
.casestudy_list_section .casestudy_list .casestudy_cols .right_col {width: 50%;}
.casestudy_list_section .casestudy_list .casestudy_cols .right_col h3{font-size: 30px;line-height: 2;}
.casestudy_list_section .casestudy_list .wrapper {display: flex;width: 100%;flex-direction: column;}
.casestudy_btn{margin-top: 40px;}
.casestudy_links ul {list-style: none;display: flex;gap: 90px;flex-wrap: wrap;}
.casestudy_links ul li {display: flex;align-items: center;gap: 15px;}
.casestudy_links ul li a {color: #3E4959;text-decoration: underline;}
.client_result{border-radius: 90px 90px 0px 0px; background: #ffffff; padding: 120px 0 120px 0; position: relative; z-index: 11; margin-top: -120px;}
.casestudy_text .btn {margin-left: 10px;}

.casestudy-slider{position: relative; margin-bottom: 15px; width: 100%;max-width: 700px;}
.casestudySlider{position: relative; padding-bottom: 42px;}
.casestudySlider .swiper-slide .swiper-slide-img{width: 100%; max-width: 535px; height: 510px; overflow: hidden; border-radius: 20px; border: 3px solid #fff;}
.casestudySlider .swiper-slide .swiper-slide-img img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.casestudySlider.swiper-3d .swiper-slide-shadow{background: none; }
.casestudy_cols .left_col .swiper-pagination{width: 100%; max-width: 535px; bottom: 0;}
.casestudy_cols .left_col .swiper-pagination .swiper-pagination-bullet-active{background-color: #3F4A5A;}
.casestudyOverall{padding-top: 40px; margin-top: 40px; border-top: 2px solid #3E4959;}
.casestudyOverall ul{list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: nowrap;justify-content: space-between;}
.casestudyOverall ul li{color: #3E4959;}
.casestudyOverall ul li .overallDetails{display: flex; flex-direction: column; gap: 10px;}
.casestudyOverall ul li .overallDetails strong{font-family: var(--OwnersTRIAL); font-size: 30px; font-weight: bold;}
.casestudyOverall ul li .overallDetails span{font-size: 21px;}
.casestudy_list:nth-child(even) .casestudySlider .swiper-slide .swiper-slide-img{border-color: var(--off-white);}
.client_result_left_col{width: 30%;align-content: space-between;}
.client_result_right_col{width: 40%;margin-top: 250px;margin-bottom: 50px;}
.client_result_space_col{width: 30%;}
.client_resultSwiper .swiper-slide.swiper-slide-next,.client_resultSwiper .swiper-slide.next-slid{box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);}
.client_resultSwiper .swiper-slide.swiper-slide-next {filter: blur(4px);}
.client_resultSwiper .swiper-slide.next-slide {filter: blur(6px);}
.client_resultSwiper .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {margin-top: -70px;}
.client_resultSwiper .swiper-slide{height: 480px;}
.client_resultSwiper .swiper-slide img{height: 480px; object-fit: contain;width: 100%;background: #f6f6f7;}
.client_resultSwiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {border-radius: 50px;background: #3F4A5A;width: 50px;}
.client_resultSwiper span.swiper-pagination-bullet {border-radius: 50px;background: rgba(63, 74, 90, 0.40);width: 25px;}
.client_resultSwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: -30px !important;}
.client_result_left_col h2 {font-family: "Owners TRIAL Wide";font-size: 90px;line-height: 99px;text-transform: uppercase;}
.client_result_left_col .lets_talk {background-color: #3F4A5A;margin-top: 23px;}
.client_result_left_col .lets_talk span {color: var(--off-white);}

.common-page{background-color: var(--off-white); padding: 284px 0 120px; height: 100%; margin-bottom: -50px;}
.common-page h1{color: #3F4A5A; padding-bottom: 44px; margin-bottom: 50px; border-bottom: 1px solid #3F4A5A;}
.common-page a{color: #3E4959; font-weight: bold; text-decoration: underline;}
.common-page a:hover{text-decoration: none;}
.common-page :is(p, ul):not(:last-child){margin-bottom: 30px;}

.sitemap-list{padding-top: 12px;}
.sitemap-list ul{list-style: none; margin: 0; padding: 0;}
.sitemap-list ul  li a{text-decoration: none;}
.sitemap-list > ul > li{padding: 62px; border-bottom: 1px solid #B5B5B5;}
.sitemap-list > ul > li > a{font-size: 36px; font-weight: 600;}
.sitemap-list > ul > li:first-child{padding-top: 0;}
.sitemap-list > ul > li > ul{margin-left: 330px;}
.sitemap-list > ul > li > ul >li{padding-top: 50px;}
.sitemap-list > ul > li > ul > li > a{font-size: 32px; font-weight: 500;}

.page-content{margin-bottom: 50px;}
.policy-list *:not(h1,h2,h3,h4,h5,h6,a){font-size: 21px; font-weight: 500; font-family: var(--Poppins); line-height: 34.27px; color: #3E4959;}
.policy-list h4{font-size: 36px; font-family: var(--OwnersTRIAL);}
.policy-list ul{list-style: none;}
.policy-list > ul > li{display: grid; grid-template-columns: repeat(2, 1fr); padding: 50px 0; gap: 0 50px; border-top: 1px solid #3E4959;}
.policy-list .policyContent ul li{background-image: url(../images/r-list-icon.svg); background-repeat: no-repeat; padding-left: 30px; background-position: 0 8px;}

.localLeads-banner .col{width: calc(100% - 625px);}
.leadslist{margin-top: 100px;}
.leadslist ul{list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 50px 120px;}
.leadslist ul li{color: #FFFFFF;}
.leadslist ul li .leadsItem{display: flex; flex-direction: column;}
.leadslist ul li .leadsItem strong{font-size: 30px; font-family: var(--OwnersTRIAL);}
.leadslist ul li .leadsItem span{font-size: 21px; margin-top: 25px;padding-top: 25px; border-top: 2px solid #fff;}
.leftPersonImg{width: 100%; max-width: 625px; height: 818px; margin-left: auto; position: absolute; right: 0; bottom: -155px;}
.leftPersonImg img{width: 100%; max-width: 625px; height: 818px; object-fit: cover; object-position: top center;}

.personInfo{border-radius: 90px 90px 0px 0px; margin-top: -100px; position: relative; padding: 90px 0 130px 0; background-color: var(--off-white);}
.personInfo .heading{width: 100%; max-width: 90%; padding-bottom: 70px;}
.personInfo .heading h2{line-height: 1.1; margin-left: 0; font-size: 90px;}
.personInfo .inner-content{display: flex; flex-wrap: wrap; gap: 50px;}
.personInfo .inner-content .personImg{width: 100%; max-width: calc(50% - 25px);}
.personInfo .inner-content .personContent{width: 100%; max-width: calc(50% - 25px); margin-top: 100px;}
.personInfo .inner-content .personContent .content-before p {padding-bottom: 150px;}
.morePersonInfo{background-color: #fff;}

.other_services_lead{position: relative;  background-color: #fff; border-radius: 90px 90px 0px 0px; margin-top: -230px; position: relative; padding: 90px 0 130px 0; }
.other_services_lead .wrapper{padding: 0; border-top: 0;}

.commit-seciton { border-radius: 90px 90px 0px 0px; margin-top: -230px; position: relative; padding: 90px 0 130px 0; background-color: var(--off-white);}
.commit-seciton .inner-commit{display: flex; flex-wrap: wrap; gap: 50px;}
.commit-seciton .inner-commit :is(.left-col, .right-col){width: 100%; max-width: calc(50% - 25px);}
.commit-seciton .inner-commit .commit-content{margin-top: 70px;}
.commit-seciton p{margin-bottom: 30px;}
.commit-seciton .lets_talk{background-color: #3F4A5A; margin-top: 23px;}
.commit-seciton .lets_talk span { color: var(--off-white); }
.commit-seciton .inner-commit .imgCol{margin-bottom: -420px;}
.page-template-privacy-policy h4 {font-size: 50px;line-height: 1.2;}
.page-template-terms-condition h4 {font-size: 50px;line-height: 1.2;}

@media (prefers-reduced-motion: reduce) {.marquee__group {animation-play-state: paused;}}
@keyframes scroll-x {from {transform: translateX(0);}to {transform: translateX(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14)));}}

.our_goal .inner .right_col li h3:hover {transform: translateX(0);}
.wpcf7-form-control.wpcf7-submit:hover {background: #FFF;color: #3E4959;border: 1px solid #3E4959;}
.footerBtn {position: fixed;bottom: 20px;right: 20px;z-index: 9;opacity: 0;transform: translateY(20px);transition: opacity 0.3s ease, transform 0.3s ease;pointer-events: none;}
.mobile_menu {display: none;}
.connect-social p {color: #3E4959;font-size: 32px;font-weight: 500;margin-bottom: 30px !important;}
.connect-social {margin-top: 70px;text-align: right;}
.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {height: 50px !important;line-height: 50px !important;width: 50px !important;}
.ads_comman_section .colin:first-child + .btn_col {margin-top: -30px;margin-bottom: 40px;}
.casestudy_text ul li {font-size: 21px;line-height: 34.27px;color: #3E4959;}
.casestudy_text ul {padding: 10px 0px 10px 40px;}
.emailsec .lets_talk:hover,.team_extension .lets_talk:hover,.commit-seciton .lets_talk:hover {background: var(--white);}
.emailsec .lets_talk:hover span,.team_extension .lets_talk:hover span,.social_media .lets_talk:hover span,.commit-seciton .lets_talk:hover span{color: #3E4959;}
.social_media .lets_talk:hover{background-color: var(--off-white);}
.casestudy_title_div img.casestudy_title_img {margin-bottom: 10px;}
.menu-item.active>a{font-weight: 800;}
.invalid .wpcf7-response-output {color: #ff0000;}

.casestudy_trusted_by .marquee__group:last-child {z-index: 0;}
.casestudy_trusted_by .marquee__group {z-index: 9;}

.number-listing .box h5 {font-size: 18px;border: 1.5px solid #3E4959;border-radius: 50px;background-color: #3E4959;color: var(--white);font-family: 'poppins';font-weight: 500;line-height: 55px;padding: 0 47px 0 27px;}
.number-listing .box {display: inline-block;}
.number-listing .box:nth-child(2n) h5{color: #3E4959;background: var(--off-white);}
.number-listing .box h5 span:after {content: "|";padding: 0 10px;}
.number-listing .box {margin-left: -40px;}
.number-listing .box:first-child {margin-left: 0;}
.number-listing {margin-top: 40px;}
.number-listing .box:last-child h5 {padding-right: 27px;}
.number-listing .box h5 span {text-transform: uppercase;font-family: 'Owners TRIAL Wide';}
.footer_credit, .footer_credit a {font-size: 15px;line-height: 1;}


/** **/
section.banner.lets_work_banner {background-color: #FBF5E3;background-image: url(../images/bg.png);background-size: 100% 83%;}
.lets_work_banner .col {max-width: 1270px;}
.lets_work_banner h1 {font-size: 60px;line-height: 1.3;}
.book_calendly {align-items: center;padding: 14px 30px;}
.book_calendly ul li span {text-align: center;width: 41px;height: 41px;}
.book_calendly span {margin-right: 20px;border: none !important;}
.book_calendly:hover ul li span img {transform: none;}
.lets_work_buttons {display: flex;flex-wrap: wrap; gap: 20px;margin-top: 50px;}
.lets_work_banner .wrapper-wrap{display: flex;flex-wrap:wrap; align-content: center;justify-content: center;gap: 90px;}
.lets_work_banner .wrapper-wrap .div-wrap {max-width: 51.7%;width: 100%;}
.lets_work_banner .col p {font-size: 18px;padding-top: 40px;color: var(--white);}
.letswork_banner_video{width:100%;height:100%;max-width:38.7%;border-radius:40px 40px 0 0;border:11px solid #FFF;overflow:hidden;position:relative;}
.letswork_banner_video video{width:100%;aspect-ratio:480 / 853.905;height:auto;border:0;border-radius:40px 40px 0 0;display:block;}

/* Buttons */
.lets_work_instagram{padding: 90px 0 220px 0;margin-bottom: -150px;}
.lets_work_instagram.active #customers-testimonials .item:nth-child(2){left: calc(33.33% + 20px);}
.lets_work_instagram.active #customers-testimonials .item:nth-child(3){left: calc(66.66% + 40px);}
.lets_work_instagram.open .item .bg{opacity: 0;pointer-events: none;}
.lets_work_instagram .text_title{margin-bottom: 67px;opacity: 0;transition: 0.4s ease all;}
.lets_work_instagram.open .text_title{opacity: 1;}
.lets_work_instagram .text_title h2{font-size: 90px;line-height: 63px;width: 731px;}
.lets_work_instagram .text_title p{width: calc(100% - 731px);line-height: 41px;padding-left: 26px;}
.casestudy_list.dark_bg{background: #3E4959;margin-top: -40px;}
.lets_work_trusted_by .marquee_col {margin: 70px 0;}
.casestudy_list_section .casestudy_list.dark_bg .casestudy_title_div .casestudy_title {color: var(--white);}
.casestudy_list_section .casestudy_list.dark_bg .casestudy_text p {color: var(--white);}
.casestudy_list_section .casestudy_list.dark_bg .casestudy_links ul li a {color: var(--white);}
.casestudy_list_section .casestudy_list.dark_bg .casestudyOverall {border-color: var(--white);}
.casestudy_list_section .casestudy_list.dark_bg .casestudyOverall ul li {color: var(--white);}
.casestudy_list_section .casestudy_list.dark_bg .btn::after, .casestudy_list_section .casestudy_list.dark_bg .btn::before {background-color: var(--white);}
.casestudy_list_section .casestudy_list.dark_bg .swiper-pagination-bullet {background: var(--white);}
.lets_work_client_title h2 {color: var(--white);}
.lets_work_trusted_by {margin-bottom: 100px;}
.our_goal.casestudy_list {padding-top: 0;}
.lets_talk.book_calendly_dark {background: #3E4959;}
.lets_talk.book_calendly_dark span {color: var(--white);}
.casestudy_list .btn_col {margin: 50px auto 0;}
.our_goal.casestudy_list .wrapper {border-bottom: none;padding-bottom: 0;}
.why_choose_section {border-radius: 90px 90px 0 0;margin-top: -148px;background-color: var(--white);padding: 120px 0 420px;position: relative;z-index: 9;}
.lets_work_emailsec {z-index: 9;}
.why_choose_section .col {max-width: 850px;margin: 0 auto;margin-right: 0;}
.why_choose_section h2 {font-size: 90px;line-height: 99px;margin-bottom: 34px;max-width: 980px;}
.why_choose_section .col p {line-height: 42px;margin-bottom: 10px;}
.emailsec.lets_work_emailsec .left_col{width: 55%;}
.emailsec.lets_work_emailsec .btn_col {margin-top: 30px;}
.emailsec.lets_work_emailsec .right_col {width: 580px;}
.weareimg_div {width: 580px;height: 315px;}
.weareimg_div img {width: 100%;height: 100%;object-fit: cover;border-radius: 30px;}
.casestudy_list.paid_ads.paid_ads_service {padding-top: 0;}
.relationships_section {border-radius: 90px 90px 0 0;margin-top: -148px;background-color: #3E4959;padding: 120px 0 280px;position: relative;z-index: 9;}
.relationships_section .col {max-width: 850px;margin: 0 auto;margin-right: 0;}
.relationships_section h2 {font-size: 90px;line-height: 99px;margin-bottom: 34px;max-width: 980px;color: var(--white);}
.relationships_section .col p {line-height: 42px;margin-bottom: 10px;color: var(--white);}
.relationships_section .trusted_by .inner {gap: 18px;}
.relationships_section .trusted_by {padding-top: 95px;}
.lets_talk.book_calendly_dark.book_calendly {background: #3E4959;}
.lets_talk.book_calendly_dark.book_calendly span {color: var(--white);}
.casestudy_list.paid_ads.paid_ads_service .wrapper:last-child {border-bottom: none;padding-bottom: 0;}
.lets_work_client_title h2 {font-size: 90px;}
.marquee_col:hover .marquee__group,
.marquee_col:hover ~ .marquee__group {z-index: 9;}
.marquee__group:has(.marquee_col:hover) {z-index: 3;}
.thankyou-row{display:flex;gap:137px;align-items:center;justify-content:center;padding: 40px 0;}
.thankyou-col {width: 50%; padding: 0 15px;}
.thankyou-col.thankyou-video{position:relative;padding-bottom:28%;overflow:hidden;max-width: 652px;aspect-ratio: 652 / 940;border:11px solid #FFF;border-radius:40px 40px 0 0;}
.thankyou-col.thankyou-video video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.thankyou-video iframe,
.thankyou-video video,
.thankyou-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*cf7 form capthca*/
.cf7-captcha-box-items{display:flex;justify-content:center;margin-bottom:15px;}
.cf7-captcha-box-items .cf7-captcha-box{max-width:265px;}
.cf7-captcha-box-items .cf7-captcha-box .wpcf7-captchacf7{border:1px solid #b5aaaa;background:#fff;width:100%;padding:10px;border-radius:10px;}


/* Landing Page Start */
.landing-page :is(h1,h2,h3,h4,h5,h6,p){font-family: 'Owners TRIAL Wide';}
.landing-page section{padding: 100px 0;}

.landing-page .brand-ai-section{background-color:#3E4959;padding:215px 0 50px;}
.brand-ai-section .marquee_wrap{margin-bottom: 20px; overflow: hidden;}
.brand-ai-section .marquee_wrap .marquee h1{white-space: nowrap; }
.brand-ai-section .marquee_wrap .marquee{display:flex;white-space:nowrap;position:relative;transform:translate3d(0%,0,0);-moz-transform:translate3d(0%,0,0);-webkit-transform:translate3d(0%,0,0);-o-transform:translate3d(0%,0,0);animation-name:marquee;animation-timing-function:linear;animation-iteration-count:infinite;margin:0px 20px;}
.brand-ai-section .brand-ai-slider .brandAiSlider{padding: 65px 0;}
.brand-ai-section .brand-ai-slider .swiper-slide{transform-origin:center center; transform:scale(.72);transition:all .5s ease-in-out;overflow:hidden;border-radius:50px;}
.brand-ai-section .brand-ai-slider .swiper-slide.swiper-slide-prev{transform-origin:left center;}
.brand-ai-section .brand-ai-slider .swiper-slide.swiper-slide-next{transform-origin:right center;}
.brand-ai-section .brand-ai-slider.swiper-backface-hidden .swiper-slide{transform:scale(.84) translateZ(0);}
.brand-ai-section .brand-ai-slider .swiper-slide.swiper-slide-active{transform:scale(1.485) !important;opacity:1 !important;border-radius:60px;}
.brand-ai-section .brand-ai-slider.swiper-backface-hidden .swiper-slide.swiper-slide-active{transform:scale(1) translateZ(0) !important;}
.brand-ai-section .brand-ai-slider .swiper-slide img{width:100%;height:100%;display:block;}
.brand-ai-section .content-row{gap: 30px; margin-top: 50px;}
.brand-ai-section .content-row .col{max-width: 410px;}
.brand-ai-section .content-row .col:nth-child(2) {display: flex;max-width: 100%;gap: 20px;}
.brand-ai-section .content-row .col p{font-size:30px;font-weight:400;color:#FBF5E3;line-height: 1.4;}


.discovery-section .discovery-inner{background-color: #FBF5E3; border-radius: 20px; display: flex; flex-wrap: wrap;}
.discovery-section .discovery-inner .col-left{padding: 50px 20px 50px 50px; width: 65%;}
.discovery-section .discovery-inner .col-left h2{margin-bottom: 10px; line-height: normal;}
.discovery-section .discovery-inner .col-left h5{font-size: 24px; font-weight: 500; margin-bottom: 30px;}
.discovery-section .discovery-inner .col-left ul{margin-bottom: 52px;}
.discovery-section .discovery-inner .col-left ul li{position: relative; font-size: 24px; font-weight: 500; color: #3E4959;margin-bottom: 20px; list-style: none; padding-left:30px;line-height: normal;}
.discovery-section .discovery-inner .col-left ul li::before{content:'';position:absolute;left:0;top:6px;width:20px;height:24px;background-image:url(../images/b.svg);background-size:contain;background-repeat:no-repeat;background-position:left center;}
.discovery-section .discovery-inner .col-left .highlight h6{font-size: 24px; font-weight: 500;color: #FBF5E3; background-color: #3E4959; border-radius: 100px; padding: 18px 30px; display: inline-block; text-align: center;}
.discovery-section .discovery-inner .col-right{padding: 35px 34px 0 26px;width: 35%; display: flex; flex-direction: column;}
.discovery-section .discovery-inner .col-right .circle { position: relative; display: inline-block;margin-left: auto; margin-bottom: 43px;}
.discovery-section .discovery-inner .col-right .circle .circle_text{position:absolute;left:0;top:0;animation:rotating 20s linear infinite;width:136px;height:136px;object-fit:cover;object-position:center;overflow:visible;}
.discovery-section .discovery-inner .col-right .circle .circle_icon{position:relative;z-index:2;width:136px;height:136px;padding:0;object-fit:cover;border-radius:50%;}
.discovery-section .discovery-inner .col-right .divImg{margin-bottom: -96px;}
.discovery-section .discovery-inner .col-right .divImg img{border-radius: 50px; width: 100%; height: 100%; object-fit: cover; display: block;}


.advantage-section .advantage-row {display: flex; flex-wrap: wrap; gap: 20px;justify-content:center;}
.advantage-section .advantage-row .advantage-card{background-color: #3E4959; border-radius: 50px; padding: 50px; width: calc(33.33% - 13.33px); transition: 0.5s; overflow: hidden; position: relative;transform:rotate(0deg);margin-left:-30%;will-change: transform, opacity;transition: all 0.8s ease;box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);}
.advantage-section .advantage-row .advantage-card:first-child{transform:rotate(-10deg);margin-left:0;}
.advantage-section .advantage-row .advantage-card:last-child{transform:rotate(10deg);}
.advantage-section .advantage-row.active .advantage-card{transform:rotate(0deg) !important;margin-left:0;}
.advantage-section .advantage-row .advantage-card:before{content:'';position:absolute;bottom:-80px;right:-80px;width:278px;height:278px;background:#FBF5E3;border-radius:100%;filter:blur(200px); pointer-events: none; transition: 0.5s; opacity: 0;}
.advantage-section .advantage-row .advantage-card::after{content:'';position:absolute;bottom:0;right:0;width:110px;height:165px;background-image:url(../images/b-light.svg);background-size:contain;background-repeat:no-repeat;background-position:right bottom;pointer-events: none;transition: 0.5s; opacity: 0;}
.advantage-section .advantage-row .advantage-card:hover:before{opacity: 0.7;}
.advantage-section .advantage-row .advantage-card:hover::after{opacity: 1;} 
.advantage-section .advantage-row .advantage-card:hover{box-shadow: 0 0 14px 10px rgba(0, 0, 0, 0.2);}
.advantage-section .advantage-row .advantage-card .divIcon{width: 100px; height: 100px; margin-bottom: 30px;}
.advantage-section .advantage-row .advantage-card .divIcon img{width: 100%; height: 100%; object-fit: contain;}
.advantage-section .advantage-row .advantage-card h2{font-size: 40px; color: #ffffff; line-height: 1.2; margin-bottom: 20px;}
.advantage-section .advantage-row .advantage-card p{color: #ffffff; font-size: 20px; font-weight: 400; line-height: 1.5;}
.advantage-section .advantage-row .advantage-card p:not(:last-child){margin-bottom: 30px;}
.advantage-section .advantage-row .advantage-card ul li{color: #ffffff; font-size: 18px; font-weight: 400; line-height: 1.4; padding-left: 30px; list-style: none; position: relative;}
.advantage-section .advantage-row .advantage-card ul li:not(:last-child){margin-bottom: 20px;}
.advantage-section .advantage-row .advantage-card ul li::before{content:'';position:absolute;left:0;top:4px;width:20px;height:24px;background-image:url(../images/b.svg);background-size:contain;background-repeat:no-repeat;background-position:left center;-webkit-filter:grayscale(100) invert(100) contrast(100);filter:grayscale(100) invert(100) contrast(100);}


.cta-section{ background-color: #FBF5E3;}
.cta-section .cta-row{display: flex; flex-wrap: wrap;}
.cta-section .cta-row .col-left{width: 66.66%;}
.cta-section .cta-row .col-left h2{line-height: 1.2; margin-bottom: 30px;}
.cta-section .cta-row .col-left h2.split-lines{overflow: hidden;}
.cta-section .cta-row .col-left h2.split-lines .line-child{display: block;overflow: hidden;}
.cta-section .cta-row .col-left .lets_talk:hover{background:#3E4959;}
.cta-section .cta-row .col-left .lets_talk:hover span{color:#fff;}
.cta-section .cta-row .col-right{width: 33.33%; display: flex; flex-direction: column;}
.cta-section .cta-row .col-right .circle { position: relative; display: inline-block;margin-left: auto}
.cta-section .cta-row .col-right .circle .circle_text{position:absolute;left:0;top:0;animation:rotating 20s linear infinite;width:265px;height:265px;object-fit:cover;object-position:center;overflow:visible;}
.cta-section .cta-row .col-right .circle .circle_icon{position:relative;z-index:2;width:265px;height:265px;padding:0;object-fit:cover;border-radius:50%;}


.key-features-section{background-color:#3E4959;padding-bottom:0 !important;}
.key-features-section .top-title{display:flex;justify-content:space-between; margin-bottom: 50px;}
.key-features-section .top-title .col-left{width:66.66%;}
.key-features-section .top-title .col-left h2{line-height:1.2;color:#fff;}
.key-features-section .top-title .col-right{width:33.33%;}
.key-features-section .top-title .col-right .description{max-width: 430px; margin-left: auto;}
.key-features-section .top-title .col-right .description p{color:#fff;font-weight:400;font-size:40px;line-height:1.2;}
.key-features-section .features-wrap {padding: 50px 50px 100px; border-radius: 20px 20px 0 0; background-color: #FBF5E3;position: relative;}
.key-features-section .features-wrap .circle { position: absolute; right: 30px; top: 35px; background-color: #FFFFFF; border-radius: 100%; padding: 14px;    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);}
.key-features-section .features-wrap .circle .circle_text{position:absolute;left:14px;top:14px;animation:rotating 20s linear infinite;width:95px;height:95px;object-fit:cover;object-position:center;overflow:visible;}
.key-features-section .features-wrap .circle .circle_icon{position:relative;z-index:2;width:95px;height:95px;padding:0;object-fit:cover;border-radius:50%; display: block;}
.key-features-section .features-wrap .title{padding: 0; border: 0; margin-bottom: 50px;}
.key-features-section .features-wrap .title h3{font-size: 40px; font-weight: 500;}
.key-features-section .features-wrap .features-row{display: flex; flex-wrap: wrap; margin: 0 -50px;}
.key-features-section .features-wrap .features-row .features-card{width: 33.33%; padding: 20px 50px 45px; position: relative;}
.key-features-section .features-wrap .features-row .features-card:not(:last-child):before{content:'';position:absolute;right:0;top:0;height:100%;width:1px;background:#3E4959;background:linear-gradient(180deg,rgba(62,73,89,1) 0%,rgba(251,245,227,1) 100%);}
.key-features-section .features-wrap .features-row .features-card .number{font-size:40px;font-weight:500;color:#3E4959;display:block;margin-bottom:5px;font-family:'Owners TRIAL Wide';}
.key-features-section .features-wrap .features-row .features-card h5{ font-size: 24px; line-height: 1.35; font-weight: 500; margin-bottom: 10px;}
.key-features-section .features-wrap .features-row .features-card p{font-size: 18px; line-height: 1.4; font-weight: 400;}


.benefits-section{position: relative;}
.benefits-section:after{content:"";position:absolute;right:0;bottom:-120px;width:180px;height:100%;background:url(/wp-content/uploads/2025/06/B-Vector.png);background-repeat:no-repeat;background-position:bottom right;z-index: -1;}
.benefits-section h2{line-height: normal;}
.benefits-section .benefits_list{list-style:none;padding:0;margin:0;display:flex;position:relative;padding-top:50px;gap: 20px;}
.benefits-section .benefits_list .benefit_item{transition:margin-left 0.4s ease-in-out;cursor:pointer; width: calc(33.33% - 13px);}
.benefits-section .benefits_list:not(.active) .benefit_item:not(:first-child){margin-left:-380px;}
.benefits-section .benefits_list .benefit_item .benefit_box{border-radius:260px;border:2px solid #3E4959;background:#FBF5E3;padding:40px 40px 40px 21px;display:flex;gap:20px; height: 100%;}
.benefits-section .benefits_list .benefit_item .benefit_box .benefit_img{min-width:100px;min-height:100px;overflow:hidden;}
.benefits-section .benefits_list .benefit_item .benefit_box .benefit_img img{width:100%;height:100%;object-fit:contain;}
.benefits-section .benefits_list:not(.active) .benefit_item .benefit_info{opacity:0;transition:opacity 0.4s ease-in-out;}
.benefits-section .benefits_list .benefit_item:last-child .benefit_info{opacity:1;}
.benefits-section .benefits_list .benefit_item .benefit_info .benefit_title{font-size:24px;font-weight:500;}
.benefits-section .benefits_list .benefit_item .benefit_info .benefit_text{font-size:18px;font-weight:400;line-height:1.5;}


.matters-section{background-color: #FBF5E3; position: relative;}
.matters-section h2{ text-align: center; line-height: normal; margin-bottom: 50px;}
.matters-section .divImg{max-width: 320px; margin: 0 auto;}
.matters-section .matters-row{position: relative; max-width: 1400px; margin: 0 auto;}
.matters-section .matters-row .matters-list{position: absolute;}
.matters-section .matters-row .matters-list.list1{left: 0; top: 22.5%; max-width: 280px;}
.matters-section .matters-row .matters-list.list2{left: 0; top: 43%; max-width: 300px;}
.matters-section .matters-row .matters-list.list3{right: 0; top: 36%; max-width: 350px;}
.matters-section .matters-row .matters-list.list4{right: 0; top: 61%; max-width: 350px;}
.matters-section .matters-row .matters-list h6{font-size:24px;font-weight:500;}
.matters-section .logoImg{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 20px;}
.matters-section .logoImg img{display: block; margin: 0 auto;}
.matters-section .matters-row .matters-list:before{content:"";position:absolute;width:16px;height:16px;background:#3E4959;right:-32px;top:50%;border-radius:50%;box-shadow:0 0 5px #3E4959;animation:ripple 0.9s infinite;}
.matters-section .matters-row .matters-list.list1:after{content:"";position:absolute;right: -238px;top:50%;transform:translateY(-50%);width:220px;height:16px;background:url('/wp-content/uploads/2025/06/firstpath.svg');background-size:contain;background-position:left;background-repeat:no-repeat;}
.matters-section .matters-row .matters-list.list2:after{content:"";position:absolute;left:100%;top:20px;width:220px;height:16px;background:url('/wp-content/uploads/2025/06/secondpath.svg');background-size:contain;background-position:right;background-repeat:no-repeat;}
.matters-section .matters-row .matters-list.list2:before {top: 40%;}
/* .matters-section .matters-row .matters-list.list2:before{content:"";position:absolute;width:16px;height:16px;background:#3E4959;left:105%;top:20px;border-radius:50%;box-shadow:0 0 5px #3E4959;animation:ripple1 0.9s infinite;} */
.matters-section .matters-row .matters-list.list3:after,.matters-section .matters-row .matters-list.list4:after{content:"";position:absolute;left:-181px;top:20px;width:170px;height:130px;background-image:url(/wp-content/uploads/2025/06/thirdpath.svg);background-size:contain;background-position:right;background-repeat:no-repeat;}
/* .matters-section .matters-row .matters-list.list3:before{content:"";position:absolute;width:16px;height:16px;background:#3E4959;right:103%;top:20px;border-radius:50%;box-shadow:0 0 5px #3E4959;animation:ripple1 0.9s infinite;} */
.matters-section .matters-row .matters-list.list4:after{background-image:url('/wp-content/uploads/2025/06/fourthpath.svg');height:67px;}
/* .matters-section .matters-row .matters-list.list4:before{content:"";position:absolute;width:16px;height:16px;background:#3E4959;right:103%;top:20px;border-radius:50%;box-shadow:0 0 5px #3E4959;animation:ripple1 0.9s infinite;} */

.matters-section .matters-row .matters-list.list3:before,.matters-section .matters-row .matters-list.list4:before{left:-27px;top:28px;}


@keyframes ripple{0%{transform:translateY(-50%) scale(1);opacity:0.7;}100%{transform:translateY(-50%) scale(2.5);opacity:0;}}
@keyframes ripple1{0%{transform:scale(1);opacity:0.7;}100%{transform:scale(2.5);opacity:0;}}



.gameplan-section{background-color:#3E4959;}
.gameplan-section h2{line-height:1.2;color:#FFFFFF; margin-bottom: 50px;}
.gameplan-section .gameplan-row{display: flex; flex-wrap: wrap; gap: 20px;align-items: flex-start;}
.gameplan-section .gameplan-row .gameplan-card{width: calc(25% - 15px); padding: 65px 20px 20px; border-radius: 20px; background-color: #FFFFFF; position: relative;}
.gameplan-section .gameplan-row .gameplan-card::before{content:'';position:absolute;left:0;right:0;top:10px;margin:0 auto;width:40px;height:36px;background-image:url(../images/pin.svg);background-size:contain;background-repeat:no-repeat;background-position:left center;}
.gameplan-section .gameplan-row .gameplan-card::after{content:"";position:absolute;width:16px;height:16px;background:#3E4959;left:46.1%;top:25px;border-radius:50%;box-shadow:0 0 5px #3E4959;animation:ripple1 0.9s infinite;}
.gameplan-section .gameplan-row .gameplan-card:nth-child(even){margin-top:74px;}
.gameplan-section .gameplan-row .gameplan-card .card-block{position:relative;z-index:0;}
.gameplan-section .gameplan-row .gameplan-card .card-block:after{content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(62,73,89,1) 100%);background-color:#FBF5E3;z-index:-1;border-radius:20px;}
.gameplan-section .gameplan-row .gameplan-card .card-inner{background-color: #FBF5E3;  border-radius: 20px; padding: 40px 30px 15px;height: 100%; min-height: 210px;}
.gameplan-section .gameplan-row .gameplan-card .card-inner h6{font-size: 24px; font-weight: 500; margin-bottom: 5px;}
.gameplan-section .gameplan-row .gameplan-card .card-inner p{font-size: 18px; line-height: 1.6;}
.gameplan-section .circle { position: absolute; right: 0; top: 0; background-color: #FFFFFF; border-radius: 100%; padding: 14px;    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);}
.gameplan-section .circle .circle_text{position:absolute;left:14px;top:14px;animation:rotating 20s linear infinite;width:95px;height:95px;object-fit:cover;object-position:center;overflow:visible;}
.gameplan-section .circle .circle_icon{position:relative;z-index:2;width:95px;height:95px;padding:0;object-fit:cover;border-radius:50%; display: block;}


.our-service-section .top-title{display:flex;justify-content:space-between; margin-bottom: 50px;}
.our-service-section .top-title .col-left {width: 66.66%;}
.our-service-section .top-title .col-right {width: 33.33%;}
.our-service-section .top-title .col-right .description{max-width:550px;margin-left:auto;}
.our-service-section .top-title .col-right .description p{color:#3E4959;font-weight:400;font-size:40px;line-height:1.2;}
.our-service-section .service-row {counter-reset: count;}
.our-service-section .service-row .service-list{display: flex; flex-wrap: wrap; padding: 50px;position: relative;}
.our-service-section .service-row .service-list:hover{background-color: #FBF5E3; border-radius: 20px; border-bottom: 1px solid transparent !important;}
.our-service-section .service-row .service-list:hover:before{content:'';position:absolute;top:-2px;left:0;width:100%;height:2px;background-color:#ffffff;}
.our-service-section .service-row .service-list .col-5{width: 100%; max-width: 42%;}
.our-service-section .service-row .service-list .col-3{width: 100%; max-width: 25%;}
.our-service-section .service-row .service-list .col-4{width: 100%; max-width: 33%; position: relative;}
.our-service-section .service-row .service-list:not(:last-child){border-bottom: 1px solid #3E4959;}
.our-service-section .service-row .service-list h5{font-size: 30px; font-weight: 500; padding-left: 37px; position: relative;}
.our-service-section .service-row .service-list h5::before{counter-increment:count;content:counter(count) "."; position: absolute; left: 0;}
.our-service-section .service-row .service-list p{font-size: 24px; font-weight: 400;}
.our-service-section .service-row .service-list p>:is(b, strong){font-weight: 500;}
.our-service-section .service-row .service-list .divImg{ position: absolute; top: -27px; right: 70px;transform: rotate(10deg); opacity: 0; pointer-events: none; transition: 0.5s;}
.our-service-section .service-row .service-list:hover .divImg{opacity: 1;}


.plans-section{background:#FBF5E3;}
.plans-section .wrapper .top-title{display:flex;justify-content:space-between;margin-bottom:50px;}
.plans-section .wrapper .top-title .col-left p{font-size:24px;font-weight:400;}
.plans-section .wrapper .top-title .col-left h2{line-height:normal;}
.plans-section .wrapper .top-title .col-right .circle{position:relative;width:123px;height:123px;background-color:#FFFFFF;border-radius:100%;padding:14px;box-shadow:0 0 14px rgba(0,0,0,0.15);}
.plans-section .wrapper .top-title .col-right .circle .circle_text{position:absolute;left:14px;top:14px;animation:rotating 20s linear infinite;width:95px;height:95px;object-fit:cover;object-position:center;overflow:visible;}
.plans-section .wrapper .top-title .col-right .circle .circle_icon{position:relative;z-index:2;width:95px;height:95px;padding:0;object-fit:cover;border-radius:50%;display:block;}
.plans-section .wrapper .plans-row{display:flex;flex-wrap:wrap;gap:20px;}
.plans-section .wrapper .plans-row .plans-card:nth-child(3n+1),.plans-section .wrapper .plans-row .plans-card:nth-child(3n+2){flex:1 1 calc(50% - 10px);}
.plans-section .wrapper .plans-row .plans-card:nth-child(3n){flex:1 1 100%;}
.plans-section .wrapper .plans-row .plans-card{border-radius:20px;background:#FFF;}
.plans-section .wrapper .plans-row .plans-card .plan-title h3{font-size:40px;font-weight:500;text-align:center;color:#fff;line-height:normal;}
.plans-section .wrapper .plans-row .plans-card .plan-title{border-radius:20px 20px 0px 0px;background:#3E4959;padding:13px 0 12px 0;}
.plans-section .wrapper .plans-row .plans-card .plan-info{padding:40px;display:flex;flex-direction:column;gap:20px;}
.plans-section .wrapper .plans-row .plans-card .plan-info p{font-size:20px;font-weight:500;line-height:normal;}
.plans-section .wrapper .plans-row .plans-card .plan-info h4{font-size:24px;font-weight:500;line-height:normal;}
.plans-section .wrapper .plans-row .plans-card .plan-info ul li{color:#3E4959;font-size:18px;font-weight:400;line-height:1.4;padding-left:30px;list-style:none;position:relative;font-family:"Owners TRIAL Wide";}
.plans-section .wrapper .plans-row .plans-card .plan-info ul li:not(:last-child){margin-bottom:20px;}
.plans-section .wrapper .plans-row .plans-card .plan-info ul li::before{content:'';position:absolute;left:0;top:2px;width:20px;height:22px;background-image:url(../images/b.svg);background-size:contain;background-repeat:no-repeat;background-position:left center;}
.plans-section .wrapper .plans-row .plans-card:nth-child(3n) .plan-info ul{column-count:2;}



footer.innerpage_foorter.landing_footer{padding-top:100px;border-radius:0;}
footer.innerpage_foorter.landing_footer:before{content:"";position:absolute;bottom:0;width:100%;height:170px;border-radius:320px;opacity:0.1;background:#FBF5E3;filter:blur(157px);z-index:1;pointer-events:none;}
footer.innerpage_foorter.landing_footer .top_footer{padding-bottom:50px;}
footer.innerpage_foorter.landing_footer .top_footer .landing_footer_left{display:flex;flex-direction:column;gap:30px;}
footer.innerpage_foorter.landing_footer .top_footer .landing_footer_left .landing_footer_logo{width:100%;max-width:410px;overflow:hidden;}
footer.innerpage_foorter.landing_footer .top_footer .landing_footer_left .landing_footer_logo img{width:100%;height:auto;}
footer.innerpage_foorter.landing_footer .top_footer .landing_footer_right p{max-width:700px;width:100%;}
footer.innerpage_foorter.landing_footer .bottom_footer .wrapper{border-top:1px solid #fff;padding-top:20px;padding-bottom:30px;}
footer.innerpage_foorter.landing_footer .bottom_footer p{line-height:1.2;}
footer.innerpage_foorter.landing_footer .bottom_footer ul li{padding:10px 26px;}


@media (max-width: 1799px) {
    .our-service-section .service-row .service-list .col-5 {padding-right: 30px;}
}

@media (max-width:1599px) {
  .landing-page section{padding:80px 0;}
  .landing-page h2{font-size:42px;}

  .discovery-section .discovery-inner .col-left h2{margin-bottom:10px;}
  .discovery-section .discovery-inner .col-left h5{font-size:22px; margin-bottom:20px;}
  .discovery-section .discovery-inner .col-left ul{margin-bottom:25px;}
  .discovery-section .discovery-inner .col-left ul li{font-size: 22px;}
  .discovery-section .discovery-inner .col-left .highlight h6{font-size:18px;}

  .advantage-section .advantage-row .advantage-card{padding: 30px;}
  .advantage-section .advantage-row .advantage-card .divIcon{width:70px;height:70px;margin-bottom:20px;}
  .advantage-section .advantage-row .advantage-card h2{font-size:30px;}
  .advantage-section .advantage-row .advantage-card p,.advantage-section .advantage-row .advantage-card ul li{font-size:16px;}

  .cta-section .cta-row .col-right .circle .circle_text,.cta-section .cta-row .col-right .circle .circle_icon{width:250px;height:250px;}

  .key-features-section .top-title .col-right .description{max-width:320px;}
  .key-features-section .top-title .col-right .description p{font-size:30px;}
  .key-features-section .features-wrap{padding-bottom: 50px;}

  .benefits-section .benefits_list .benefit_item .benefit_box{border-radius:50px;}

  .matters-section .matters-row{max-width: 1200px;}
  .matters-section .matters-row .matters-list.list1, .matters-section .matters-row .matters-list.list2{max-width: 250px;}
  .matters-section .matters-row .matters-list.list3, .matters-section .matters-row .matters-list.list4{max-width: 300px;}
  .matters-section .matters-row .matters-list h6{font-size:20px;}
  .matters-section .matters-row .matters-list.list3:after,.matters-section .matters-row .matters-list.list4:after{width:120px;top:5px;left:-133px;}
  .matters-section .matters-row .matters-list.list4:after{top:13px;}
  .matters-section .matters-row .matters-list.list1:after,.matters-section .matters-row .matters-list.list2:after{width:150px;}
  .matters-section .matters-row .matters-list.list1:after{right: -170px;}
  .matters-section .matters-row .matters-list.list2:after{left:270px;top:15px;}


  .plans-section .wrapper .plans-row .plans-card .plan-title h3{font-size:36px;}
  footer.innerpage_foorter.landing_footer{padding-top: 80px;}
  footer.innerpage_foorter.landing_footer .top_footer .landing_footer_left .landing_footer_logo{max-width:280px;}
}

@media (max-width:1399px) {
  .landing-page h2{font-size:40px;}

  .brand-ai-section .brand-ai-slider .swiper-slide{border-radius: 30px;}
  .brand-ai-section .brand-ai-slider .swiper-slide.swiper-slide-active{border-radius:40px;}
  .brand-ai-section .content-row .col p{font-size:22px;}

  .cta-section .cta-row .col-right .circle .circle_text,.cta-section .cta-row .col-right .circle .circle_icon{width:200px;height:200px;}

  .benefits-section .benefits_list .benefit_item .benefit_info .benefit_text{font-size: 18px;}
  .benefits-section .benefits_list .benefit_item .benefit_box{padding:25px 25px 25px 21px;}

  .our-service-section .top-title .col-right .description p {font-size: 30px;}
  .our-service-section .service-row .service-list .divImg{right:0;width:60%;}
  .our-service-section .service-row .service-list h5{font-size:25px;}
  .our-service-section .service-row .service-list p{font-size:20px;}

  .plans-section .wrapper .plans-row .plans-card .plan-title h3{font-size:32px;}
}
@media (max-width:1279px) {
  .landing-page section{padding:60px 0;}
  .landing-page h2{font-size:36px;}

  .discovery-section .discovery-inner .col-left{padding:40px 20px 40px 40px;}
  .discovery-section .discovery-inner .col-left h5{font-size:20px;}
  .discovery-section .discovery-inner .col-left ul li{font-size:18px;margin-bottom:10px;padding-left:22px;}
  .discovery-section .discovery-inner .col-left ul li::before{width:15px;height:17px;}
  .discovery-section .discovery-inner .col-right .divImg img{border-radius:20px;}
  .discovery-section .discovery-inner .col-left .highlight h6{font-size:16px;}

  .advantage-section .advantage-row .advantage-card{border-radius: 30px;transform: rotate(0deg) !important;margin-left: 0;}
  .advantage-section .advantage-row .advantage-card h2{font-size:26px;}
  .advantage-section .advantage-row .advantage-card::after{width:80px;height:115px;}

  .key-features-section .top-title .col-right .description p{font-size:26px;}
  .key-features-section .features-wrap{padding: 30px;}
  .key-features-section .features-wrap .title{margin-bottom: 30px;}
  .key-features-section .features-wrap .features-row{margin: 0 -25px;}
  .key-features-section .features-wrap .features-row .features-card{padding: 25px;}
  .key-features-section .features-wrap .features-row .features-card .number{font-size:30px;}
  .key-features-section .features-wrap .features-row .features-card h5{font-size:20px;}
  .key-features-section .features-wrap .features-row .features-card p{font-size:16px;}
  .key-features-section .features-wrap .circle{padding: 10px;}
  .key-features-section .features-wrap .circle .circle_text{top: 10px; left: 10px;}
  .key-features-section .features-wrap .circle .circle_text, .key-features-section .features-wrap .circle .circle_icon{width:70px;height:70px;}

  .cta-section .cta-row .col-right .circle .circle_text,.cta-section .cta-row .col-right .circle .circle_icon{width:150px;height:150px;}

  .benefits-section .benefits_list{flex-direction:column;gap:20px;}
  .benefits-section .benefits_list .benefit_item{margin-left:0 !important; width: 100%;}
  .benefits-section .benefits_list .benefit_item .benefit_info{opacity:1 !important;}
  .benefits-section .benefits_list .benefit_item .benefit_box{max-width:700px;align-items:center;}

  .matters-section .divImg{margin-bottom: 30px;}
  .matters-section .matters-row .matters-list{position: static; max-width: 300px !important; text-align: center; margin: 0 auto 20px;}
  .matters-section .matters-row .matters-list h6{font-size:18px;}
  .matters-section .matters-row .matters-list:after{display: none !important;}
  .matters-section .matters-row .matters-list:before{display: none !important;}

  .gameplan-section .gameplan-row .gameplan-card{width:calc(50% - 15px);}
  .gameplan-section .gameplan-row .gameplan-card:nth-child(even){margin-top:50px;}

  .our-service-section .service-row .service-list h5{font-size:20px;}
  .our-service-section .service-row .service-list p{font-size:18px;}
  .our-service-section .top-title .col-right .description p{font-size:20px;}

  .plans-section .wrapper .plans-row .plans-card .plan-title h3{font-size:28px;}

  footer.innerpage_foorter.landing_footer{padding-top: 60px;}
  footer.innerpage_foorter.landing_footer .top_footer{flex-direction:row;flex-wrap:nowrap;gap:30px;}
  footer.innerpage_foorter.landing_footer .top_footer .landing_footer_right{display:flex;justify-content:flex-end;}
  footer.innerpage_foorter.landing_footer .top_footer .landing_footer_right p{width:calc(100% - 50%);}

}
@media (max-width:1023px) {
  .landing_header .btn {display: block;}
  .landing-page .brand-ai-section{padding-top: 100px;}
  .brand-ai-section .brand-ai-slider .brandAiSlider{padding:40px 0;}
  .brand-ai-section .brand-ai-slider .swiper-slide.swiper-slide-active{border-radius:20px;}

  .landing-page .discovery-section{padding-bottom: 0;}
  .discovery-section .discovery-inner .col-left{padding: 30px 20px;}
  .discovery-section .discovery-inner .col-right{padding: 30px 20px 0 0;}
  .discovery-section .discovery-inner .col-right .circle .circle_text,.discovery-section .discovery-inner .col-right .circle .circle_icon{width:100px;height:100px;}
  .advantage-section .advantage-row .advantage-card{width: 100%;}

  .key-features-section .top-title{flex-wrap: wrap;}
  .key-features-section .top-title .col-left,.key-features-section .top-title .col-right{width: 100%;}
  .key-features-section .top-title .col-left{margin-bottom: 15px;}
  .key-features-section .top-title .col-right .description{max-width: 100%;}
  .key-features-section .features-wrap{padding:25px;}
  .key-features-section .features-wrap .features-row .features-card{width: 100%;}
  .key-features-section .features-wrap .features-row .features-card:not(:last-child):before{height: 1px; width: 100%;background: linear-gradient(90deg, rgba(62, 73, 89, 1) 0%, rgba(251, 245, 227, 1) 100%); top: auto; bottom: 0;}

  .gameplan-section .circle {right: 40px;}

  .our-service-section .service-row .service-list{padding:30px 0;}
  .our-service-section .service-row .service-list h5{font-size:18px;}
  .our-service-section .service-row .service-list p{font-size:16px;}
  .our-service-section .service-row .service-list .divImg{opacity:1;top:-20px;width:90px;}
  .our-service-section .service-row .service-list:hover{background:transparent;border-bottom:1px solid #3E4959 !important;border-radius:0;}
  .our-service-section .service-row .service-list .col-3{max-width:35%;}
  .our-service-section .service-row .service-list .col-4{max-width:23%;}

  .plans-section .wrapper .plans-row .plans-card{flex:1 1 100% !important;}

  footer.innerpage_foorter.landing_footer .top_footer .landing_footer_right{width:50%;}
  footer.innerpage_foorter.landing_footer .top_footer .landing_footer_right p{width:calc(100% - 30%);}
  footer.innerpage_foorter.landing_footer .bottom_footer .wrapper .menu-terms-menu-container{width:100%;}
}
@media (max-width:767px) {
  .landing-page section{padding:50px 0;}
  .landing-page h2{font-size:30px;}

  .brand-ai-section .brand-ai-slider .brandAiSlider{padding:0;}
  .brand-ai-section .brand-ai-slider .swiper-slide img{width: auto; height: auto;}
  .brand-ai-section .brand-ai-slider .swiper-slide.swiper-slide-active{transform:scale(1) !important;}
  .brand-ai-section .content-row{gap:20px;margin-top:20px;}
  .brand-ai-section .content-row .col p{font-size:16px;}
	.brand-ai-section .content-row .col:nth-child(2) {flex-direction: column;}

  .discovery-section .discovery-inner{flex-direction: column-reverse;}
  .discovery-section .discovery-inner .col-left,.discovery-section .discovery-inner .col-right{width: 100%;}
  .discovery-section .discovery-inner .col-right{padding: 70px 20px 0;}
  .discovery-section .discovery-inner .col-right .circle{margin-bottom: 0; position: absolute; top: -40px; right: 10px;}
  .discovery-section .discovery-inner .col-right .divImg{margin-bottom:0;}
  .discovery-section .discovery-inner .col-left .highlight h6{border-radius: 20px;padding: 10px 15px;}

  .advantage-section .advantage-row .advantage-card{border-radius:20px;}
  .advantage-section .advantage-row .advantage-card{padding:30px 20px;}
  .advantage-section .advantage-row .advantage-card .divIcon{width:50px;height:50px;margin-bottom:15px;}
  .advantage-section .advantage-row .advantage-card h2{font-size:20px;margin-bottom:10px;}
  .advantage-section .advantage-row .advantage-card p, .advantage-section .advantage-row .advantage-card ul li{font-size:14px;}
  .advantage-section .advantage-row .advantage-card:before,.advantage-section .advantage-row .advantage-card::after{display: none;}

  .cta-section .cta-row{flex-direction: column-reverse;}
  .cta-section .cta-row .col-left,.cta-section .cta-row .col-right{width: 100%;}
  .cta-section .cta-row .col-left{padding-top: 20px;}
  .cta-section .cta-row .col-right .circle{position:absolute;top:-90px;right:20px;}
  .cta-section .cta-row .col-right .circle .circle_text,.cta-section .cta-row .col-right .circle .circle_icon{width:100px;height:100px;}

  .key-features-section .top-title .col-right .description p{font-size:18px;}
  .key-features-section .features-wrap{padding-top: 50px;}
  .key-features-section .features-wrap .title h3{font-size:30px;}
  .key-features-section .features-wrap .circle{right:0;top:-50px;max-width: max-content;}
  .key-features-section .features-wrap .title{margin-bottom:0px;}

  .benefits-section .benefits_list .benefit_item .benefit_box{border-radius:20px;flex-direction:column;align-items:flex-start;padding:25px;}
  .benefits-section .benefits_list .benefit_item .benefit_box .benefit_img{width:70px;height:70px;min-width:70px;min-height:70px;}
  
  .matters-section h2{margin-bottom: 30px;}
  .matters-section .divImg{max-width:210px;}
  .matters-section .matters-row{margin-bottom: 40px;}

  .gameplan-section .wrapper h2{max-width:calc(100% - 123px);}
  .gameplan-section .circle{right:20px;padding:6px;max-width: max-content;}
  .gameplan-section .circle .circle_text{width:70px;height:70px;left:6px;top:6px;}
  .gameplan-section .circle .circle_icon{width:70px;height:70px;}
  .gameplan-section .gameplan-row .gameplan-card .card-inner {padding: 30px 20px 15px;}
  .gameplan-section .gameplan-row .gameplan-card .card-inner p{font-size: 16px;}
  .gameplan-section .gameplan-row .gameplan-card{width:100%;}
  .gameplan-section .gameplan-row .gameplan-card:nth-child(even){margin-top:0;}

  .our-service-section .top-title{flex-direction:column;margin-bottom:10px;}
  .our-service-section .top-title .col-right{width:100%;}
  .our-service-section .top-title .col-left{width:100%;}
  .our-service-section .top-title .col-right .description p{font-size:18px;}
  .our-service-section .service-row .service-list [class^="col-"]{max-width:100%;}
  .our-service-section .service-row .service-list h5{padding-left:25px;}
  .our-service-section .service-row .service-list:hover:before{display:none;}
  .our-service-section .service-row .service-list p{padding-left:25px;}
  .our-service-section .service-row .service-list .divImg{position:relative;top:0;transform:none;width:100%;height:150px;overflow:hidden;padding-left:25px;}
  .our-service-section .service-row .service-list .divImg img{width:100%;height:100%;object-fit:contain;object-position:left;}
  .our-service-section .service-row .service-list{gap:10px;}

  .plans-section .wrapper .top-title .col-left p{font-size:20px;}
  .plans-section .wrapper .plans-row .plans-card .plan-info{padding: 30px;}
  .plans-section .wrapper .plans-row .plans-card .plan-title h3{font-size:25px;}
  .plans-section .wrapper .plans-row .plans-card:nth-child(3n) .plan-info ul{column-count:1;}
  .plans-section .wrapper .top-title .col-right{position:absolute;top:-90px;right:0;}
  .plans-section .wrapper .top-title .col-right .circle{right:20px;padding:6px;width:82px;height:82px;}
  .plans-section .wrapper .top-title .col-right .circle .circle_text{width:70px;height:70px;left:6px;top:6px;}
  .plans-section .wrapper .top-title .col-right .circle .circle_icon{width:70px;height:70px;}


  footer.innerpage_foorter.landing_footer{padding-top: 50px;}
  footer.innerpage_foorter.landing_footer .top_footer{flex-direction: column;padding-bottom: 20px;}
  footer.innerpage_foorter.landing_footer .top_footer .landing_footer_right{width: 100%;}
  footer.innerpage_foorter.landing_footer .top_footer .landing_footer_right p{width: 100%;}
  footer.innerpage_foorter.landing_footer .bottom_footer .menu-terms-menu-container{width:100%;}
  footer.innerpage_foorter.landing_footer .bottom_footer ul li:last-child{padding-right:0;}
  footer.innerpage_foorter.landing_footer .bottom_footer ul li:first-child{padding-left:0px;}
  footer.innerpage_foorter.landing_footer .bottom_footer ul li{padding:0px 12px;}
	
	.thankyou-row{flex-wrap:wrap;gap: 30px;padding:0;}
	.thankyou-col{width:100%;}
	.thankyou_section p:not(:last-child) {margin-bottom: 15px;}
	.thankyou-col.thankyou-video{padding-bottom: 175%;height: 524.364px;}

}


/* Landing Page End */
.comman_section{background: var(--off-white);}
.mt-30{margin-top:30px}
.service-content p {margin-bottom: 20px;}
.casestudy_list.dark_bg .casestudy_text ul li {color: #fff;}
.casestudy_list_section .casestudy_list.dark_bg .casestudy_cols .right_col h3{color: var(--white);}

.page-template-lets-work-baby section.banner.lets_work_banner {background-size: cover;min-height: auto;}
.page-template-lets-work-baby .letswork_banner_video video {aspect-ratio: 580 / 853.905;object-fit: cover;border-radius: 30px 30px 0 0;}
.page-template-lets-work-baby .casestudy_list:nth-child(odd) {background-color: var(--off-white);}
.page-template-lets-work-baby section.banner.lets_work_banner.instagram_section_toggle {background-image: none;padding-top: 0;min-height: auto;padding-bottom: 120px;}
.page-template-lets-work-baby .casestudy_list:last-child {padding-bottom: 90px;}
.page-template-lets-work-baby .logo_list_section.dark_bg {border-radius: 90px 90px 0 0;margin-top: -60px;background-color: #3E4959;padding: 120px 0 0;position: relative;z-index: 9;}
.page-template-lets-work-baby .relationships_section {margin-top: 0;border-radius: 0;padding-top: 40px;}
.page-template-lets-work-baby .banchmarketing {margin-top: -162px;}
.page-template-lets-work-baby .casestudy_list {padding: 120px 0;}
.page-template-lets-work-baby .lets_work_banner h3 {font-size: 40px;line-height: 1.3;font-family: 'Owners TRIAL Wide';color: var(--off-white);font-weight: 500;margin-top: 20px;}

.page-template-lets-work-sports header{background: #111111;}
.page-template-lets-work-sports .lets_work_sport_banner h1{font-family:'Enforce';font-size:90px;line-height:1.25;text-transform:uppercase;color:var(--white);}
.page-template-lets-work-sports section.banner.lets_work_banner {background: #111111;min-height: auto;}
.page-template-lets-work-sports .letswork_banner_video video {aspect-ratio: 580 / 853.905;object-fit: cover;border-radius: 30px 30px 0 0;}
.page-template-lets-work-sports .casestudy_list:nth-child(odd) {background-color: var(--off-white);}
.page-template-lets-work-sports section.banner.lets_work_banner.instagram_section_toggle {background-color: #FBF5E3;background-image: none;padding-top: 0;min-height: auto;padding-bottom: 120px;}
.page-template-lets-work-sports .casestudy_list:last-child {padding-bottom: 90px;}
.page-template-lets-work-sports .logo_list_section.dark_bg {border-radius: 90px 90px 0 0;margin-top: -60px;background-color: #3E4959;padding: 120px 0 0;position: relative;z-index: 9;}
.page-template-lets-work-sports .relationships_section {margin-top: 0;border-radius: 0;padding-top: 40px;background-color: #111111}
.page-template-lets-work-sports .banchmarketing {margin-top: -162px;}
.page-template-lets-work-sports .casestudy_list {padding: 120px 0;}
.page-template-lets-work-sports .lets_work_banner h3 {font-size: 40px;line-height: 1.3;font-family: 'Owners TRIAL Wide';color: var(--off-white);font-weight: 500;margin-top: 20px;}
.page-template-lets-work-sports .logo_list_section.dark_bg {background-color: #111111;}
.page-template-lets-work-sports .casestudy_list.dark_bg {background-color: #111111;}
.page-template-lets-work-sports .casestudy_list_section .casestudy_list .casestudy_title_div .casestudy_title{font-family:'Enforce';}

@media only screen and (max-width: 767px) {
	.page-template-lets-work-baby .lets_work_banner h3 {font-size: 21px;}
	.page-template-lets-work-baby .casestudy_list {border-radius: 30px 30px 0px 0px;padding: 40px 0 80px 0;}
    .page-template-lets-work-baby .logo_list_section.dark_bg {border-radius: 40px 40px 0 0;padding: 40px 0 0;margin-top: -40px;}
}