@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-Regular.ttf');
    font-weight: 400;
    font-display:swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-Medium.ttf');
    font-weight: 500;
    font-display:swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-SemiBold.ttf');
    font-weight: 600;
    font-display:swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald/Oswald-Bold.ttf');
    font-weight: 700;
    font-display:swap;
}

/* roboto font */

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    font-weight: 400;
    font-display:swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
    font-weight: 500;
    font-display:swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
    font-weight: 700;
    font-display:swap;
}

/* playfair display */

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf');
    font-weight: 400;
    font-display:swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Medium.ttf');
    font-weight: 500;
    font-display:swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-SemiBold.ttf');
    font-weight: 600;
    font-display:swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/Playfair_Display/PlayfairDisplay-Bold.ttf');
    font-weight: 700;
    font-display:swap;
}

:root{
    --orange:#fbb03b;
    --oswald_font:'Oswald', sans-serif;
    --roboto_font: 'Roboto', sans-serif;
    --playfair_font: 'Playfair Display', serif;;
    --light_blue:#edf7fa;
    --dark_blue:#29afe4;
    --color1:#e24397;
    --color2:#fde93d;
    --color3:#2aaee4;
    --hero-bg-spacing: 12px;
}

.color1{
    color: var(--color1);
}

.color2{
    color: var(--color2);
}

.color2_dark{
    color: #e5cf13;
}

.color3{
    color: var(--color3);
}

.linkedin-color{
    color:#0a66c2!important;
}
.twitter-color{
    color:#1d9bf0!important;
}
.facebook-color{
    color:#1877f2!important;
}
.instagram-color{
    color: #f614b8;
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.pinterest-color{
    color:#e60023!important;
}

h1,h2,h3,h4,h5,h6, a{
    font-family: var(--oswald_font);
    letter-spacing: .1em
}

body{
    /* font-family: 'Oswald', sans-serif; */
    font-family: var(--playfair_font);
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    color:#000;
}

.mt_20{
    margin-top:20px;
}

.mt_30{
    margin-top:30px;
}

.mt_60{
    margin-top:60px;
}

.mt_80{
    margin-top:80px;
}

.py_60{
    padding-top:60px;
    padding-bottom:60px;
}

.py_80{
    padding-top:80px;
    padding-bottom:80px;
}

.py_100{
    padding-top:100px;
    padding-bottom:100px;
}

.py_120{
    padding-top:120px;
    padding-bottom:120px;
}

.mb_20{
    margin-bottom:20px;
}

.mb_80{
    margin-bottom:80px;
}

.pb_80{
    padding-bottom:80px;
}

.pt_30{
    padding-top:30px;
}

.pt_80{
    padding-top:80px;
}

.mx_0{margin-left: 0px; margin-right:0px}
.mx_-10{margin-left: -10px; margin-right:-10px}
.mx_-30{margin-left: -30px; margin-right:-30px}
.mx_-40{margin-left: -40px; margin-right:-40px}
.mx_-60{margin-left: -60px; margin-right:-60px}
.px_0{padding-left: 0px; padding-right:0px}
.px_10{padding-left: 10px; padding-right:10px}
.px_30{padding-left: 30px; padding-right:30px}
.px_40{padding-left: 40px; padding-right:40px}
.px_60{padding-left: 60px; padding-right:60px}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

p{font-size:16px;}

.btn{border-radius: 0; height:50px; box-shadow: none!important;}
.btn_outline{border: 1px solid #ddd; background:transparent; color:#222; padding: 8px 34px; letter-spacing: 1px; font-size: 16px;}
.no_outline_btn{border:none; padding:2px 0; height:auto;}
.dark_btn{padding: 8px 34px; letter-spacing: 1px; font-size: 16px; background:var(--dark_blue); color:#fff!important;}
.an_icon_btn,
.an_icon_btn .txt{display: inline-flex; align-items: center; font-family: var(--playfair_font); justify-content: center; width: 100%;}

.an_icon_btn .icon{margin-right:12px; position:relative; line-height: 20px; max-height: 20px; margin-top: -3px;}
.an_icon_btn .icon:before{content: ''; position: absolute; background: #bbb; width: 8px; height: 8px; border-radius: 50%; top: 50%; left: 50%; -webkit-transform: translate(-50%,-10%); -ms-transform: translate(-50%,-10%); transform: translate(-50%,-10%); opacity: 0; -webkit-transition: .2s; -o-transition: .2s; transition: .2s;}
.dark_btn .icon:before{background:#fff;}
.an_icon_btn .icon img{width:15px; /*-webkit-transform: translateY(2px); -ms-transform: translateY(2px); transform: translateY(2px);*/ -webkit-transition: .2s; -o-transition: .2s; transition: .2s; -webkit-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s;}
.an_icon_btn:hover .icon img{opacity: 0; -webkit-transform: translateY(-40%); -ms-transform: translateY(-40%); transform: translateY(-40%); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s;}
.an_icon_btn:hover .icon:before{opacity: 1; -webkit-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.form-control{box-shadow: none!important; color:#000; border-radius: 0;}


.section_title{font-size:34px; text-transform: uppercase; font-weight: 400; letter-spacing: 3px; position:relative; margin: 0; padding-bottom: 25px; margin-bottom: 35px;}
.section_title.white{color:#fff;}
.section_title span{display:block;}
/* .section_title:before{position:absolute; content:''; height:1px; width: 40px; left:0; bottom:0; background:#222; display:block;} */
.section_title.center{text-align:center; display: table; margin-left: auto; margin-right: auto;}
.section_title.white:before{background:#fff;}
.section_title.center:before{left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);}

.sub_heading{margin:0; font-size:15px; line-height:22px;}
.sub_heading.center{text-align: center;max-width: 90%; margin-left:auto; margin-right:auto;}

.line_title{position:relative;}
.line_title:before{position: absolute; content: ''; height: 1px; width: 40px; left: 0; bottom: 0; background: #222; display: block;}
.line_title.center:before{left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);}

.animated_text_section{position:relative; overflow-x: hidden!important;}
.animated_text{position:absolute; font-size: 230px; line-height: initial; white-space: nowrap; display: flex; left: 9vw; font-weight: 700; color:var(--light_blue)}
.animated_text.top{bottom:unset; top:0; transform: translateY(20px); -webkit-transform: translateY(20px); -ms-transform: translateY(20px);}
.animated_text.bottom{bottom:0; top:unset;}
.inner_row .animated_text{left:0; font-size: 90px;}
.animated_text .char{overflow:hidden;}
.animated_text .char span{display: inline-block; -webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); -webkit-transition: all .5s cubic-bezier(.05,.43,.04,.87); -o-transition: all .5s cubic-bezier(.05,.43,.04,.87); transition: all .5s cubic-bezier(.05,.43,.04,.87);}
.animated_text .char span.show{-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}

/* bordered form */

.bordered_form .form-control{border:none; border-bottom:1px solid #000; padding: 4px 0; margin: 15px 0 0; line-height: 23px; height:auto;}
.bordered_form .form-control::placeholder{color:#000; font-size:14px;}


.social_icons.inline{list-style-type: none; display: flex; margin:0; padding:0;}
.social_icons.inline li:not(:last-child){margin-right: 45px;}
.social_icons.inline a{font-size: 15px; font-weight: 700; position:relative;}
.social_icons.inline li:not(:last-child) a:before{content: ''; background: silver; height: 1px; width: 26px; position: absolute; top: 55%; right: -33px;}


/* header */
.navbar{padding: 5.5% 3.5% 36px 4.5%; position: fixed; left: calc(92px - 500px); top: 0; height: 100%; z-index: 999; align-items: unset; background: #fff; width: 500px; -webkit-transition: left .6s cubic-bezier(.77,0,.175,1); -o-transition: left .6s cubic-bezier(.77,0,.175,1); transition: left .6s cubic-bezier(.77,0,.175,1); -webkit-box-shadow: 2px -1px 40px 0 rgb(65 61 61 / 7%); box-shadow: 2px -1px 40px 0 rgb(65 61 61 / 7%);}
.navbar.show{left:0; overflow:auto;}
/* .navbar .container{flex-direction: column; justify-content: space-between; align-items: unset; height:100%;} */
.navbar .hamburger{position: fixed; left: 0; top: 0; width: 92px; padding: 26px 0; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
.navbar .hamburger .icon{width: 35px;}
.navbar .hamburger .line{width: 100%; height: 2px; background-color: #000; display: block; margin: 8px 0; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.navbar .hamburger .line:nth-child(2){width:18px; }
.navbar .hamburger:hover{cursor: pointer;}
.navbar .hamburger:hover .line:nth-child(2){width:100%; }
.navbar .hamburger.is-active .line:nth-child(1){ -webkit-transform: translateY(2px) rotate(48deg); -ms-transform: translateY(2px) rotate(48deg); -o-transform: translateY(2px) rotate(48deg); transform: translateY(2px) rotate(48deg);}
.navbar .hamburger.is-active .line:nth-child(2){width:100%; -webkit-transform: translateY(-8px) rotate(-48deg); -ms-transform: translateY(-8px) rotate(-48deg); -o-transform: translateY(-8px) rotate(-48deg); transform: translateY(-8px) rotate(-48deg);}

.navbar .mini_sidebar{position: fixed; width: 92px; top: 92px; left: 0; height: calc(100% - 92px); z-index: 1000; -webkit-transition: left .15s ease-in-out; -o-transition: left .15s ease-in-out; transition: left .15s ease-in-out;}
.navbar.show .mini_sidebar{left: -92px;}
.navbar .navbar-brand{padding: 0; width: 100%; margin: 0 auto; position: absolute; left: 0; top: 0;}
.navbar .navbar-brand img{width: 60px; display: table; margin: 0 auto;}

.navbar .builder_logo{max-width: 110px;}

.navbar .enquire_btn{position: absolute; left: 0; bottom: 0; width: 100%; height: fit-content; background:var(--light_blue); padding: 50px 0;}
.navbar .enquire_btn span{writing-mode: tb; transform: rotate(180deg); font-family: var(--oswald_font); text-transform: uppercase; letter-spacing: 3px; font-size: 12px;}

.navbar .navbar-collapse{position: relative; opacity: 0; -webkit-transition: .15s .1s; -o-transition: .15s .1s; transition: .15s .1s; height: 100%;}
/* .navbar .navbar-collapse .bottom{position: absolute; bottom: 0;} */
.navbar .navbar-collapse .bottom p,
.navbar .navbar-collapse .bottom a{font-family: var(--playfair_font); color:#000; margin: 0; font-size: 15px; line-height: initial; margin: 4px 0; display: inline-block;}
.navbar .social_icons{margin: 0; padding: 0; margin-top:15px;}
/* .navbar .social_icons li:not(:last-child){margin-right: 45px;}
.navbar .social_icons a{font-size: 15px; font-weight: 600; position:relative;}
.navbar .social_icons li:not(:last-child) a:before{content: ''; background: silver; height: 1px; width: 26px; position: absolute; top: 55%; right: -33px;} */

.navbar.show .navbar-collapse{opacity:1;}
.navbar .navbar-nav{flex-direction: column; margin-top: 50px; /*max-height: calc(100% - 360px); overflow: auto;*/ margin-bottom: 80px;}
.navbar .navbar-nav .nav-item:not(:last-child){margin-bottom: 5px;}
.navbar .navbar-nav .nav-link{color:#222; padding: 2px 0px; text-transform: uppercase; font-size: 15px;}
.navbar .navbar-nav .nav-item.active > .nav-link{color:var(--dark_blue);}
.navbar .navbar-nav .parent > .nav-link{position:relative;}
.navbar .navbar-nav .parent > .nav-link:before,
.navbar .navbar-nav .child > .nav-link:before{position:absolute; content: ''; opacity:0.5; background: url(../images/icons/nav-arrow.png) no-repeat; height: 10px; width: 10px; right: 5px; background-size: contain; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out;}
.navbar .navbar-nav .parent.open > .nav-link:before,
.navbar .navbar-nav .child.open > .nav-link:before{transform: translateY(-50%) rotate(90deg); -webkit-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg);}
.navbar .navbar-nav .dropdown{display:none; list-style-type:none; margin: 10px 0; padding-left: 15px;}
.navbar .navbar-nav .dropdown:before{position:absolute; content:''; height:100%; width:1px; background:rgba(0 0 0 / 10%); left:0; top:0;}
.navbar .navbar-nav .dropdown .nav-link{position:relative; font-family: var(--playfair_font); text-transform: capitalize; letter-spacing: initial; font-size: 16px; line-height: initial;}

/* .navbar */

/* main_page_contents */

.main_page_contents{width: calc(100% - 92px); margin-left: auto;}

/* hero section */

.hero_section .carousel-item{position:relative;}
.hero_section .carousel-item .thumbnail{height:100vh; width:100%; object-fit: cover;}
.hero_section .carousel-item .carousel-caption{position:absolute; content:''; width:100%; left:0; top:50%; right:unset; bottom:unset; margin-bottom: 50px; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);}
.hero_section .carousel-item .title{font-size:80px; letter-spacing: 10px; text-transform: uppercase; position:relative; transform: translateY(25px); -webkit-transform: translateY(25px); -ms-transform: translateY(25px); opacity:0;}
.hero_section .carousel-item.animate .title{transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); opacity:1; transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out;}
/* .hero_section .carousel-caption .title::before{position:absolute; content:'';  display:block; bottom:0; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);} */
.hero_section .carousel-item .break{height:2px; width:80px; background:#fff; display: table; margin: 35px auto; transform: translateY(25px); -webkit-transform: translateY(25px); -ms-transform: translateY(25px); opacity:0;}
.hero_section .carousel-item.animate .break{transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); opacity:1; transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -ms-transition-delay: 0.3s;}
.hero_section .carousel-item p{font-size:25px; color:#fff; margin: 0; line-height: 35px; max-width: 50%; margin-left: auto; margin-right: auto; transform: translateY(25px); -webkit-transform: translateY(25px); -ms-transform: translateY(25px); opacity:0;}
.hero_section .carousel-item.animate p{transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); opacity:1; transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; transition-delay: 0.6s; -webkit-transition-delay: 0.6s; -ms-transition-delay: 0.6s;}
.hero_section .carousel-item .btn_outline{color:#fff; margin-top:40px; display:inline-flex; align-items: center; transform: translateY(25px); -webkit-transform: translateY(25px); -ms-transform: translateY(25px); opacity:0;}
.hero_section .carousel-item.animate .btn_outline{transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); opacity:1; transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; transition-delay: 0.9s; -webkit-transition-delay: 0.9s; -ms-transition-delay: 0.9s;}


.hero_section .carousel-indicators{margin:0; bottom: 100px; right: 50px; justify-content: unset; width: auto; left: unset; z-index: 999;}
.hero_section .carousel-indicators li{background:transparent; margin: 0; text-indent: 0; color:#fff; font-family: var(--oswald_font); opacity:1; z-index:9; font-size: 12px; letter-spacing: 2px; height:auto; line-height: 35px; border:none; width:auto; padding: 0px 6px; text-align: right; position:relative ; min-width: 26px;}
.hero_section .carousel-indicators li:before{position:relative; content:''; height:1px; width:0; background:#fff; display:block; margin-right: 30px; top:50%; z-index: -1; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transition:all 300ms ease-in-out}
.hero_section .carousel-indicators li.active{font-size:16px;}
.hero_section .carousel-indicators li.active:before{width:100px;}

/* work_culture_section */

.work_culture_section{padding:130px 0;}
.work_culture_section .single{position:relative;}
.work_culture_section .single .count{position:absolute; content:''; font-size: 160px; font-weight: 600; z-index: -1; color: var(--light_blue);}
.work_culture_section .single .title{padding: 0 0 20px; z-index: 2; font-size:24px; text-transform: uppercase; font-weight: 400; letter-spacing: .1em;}
.work_culture_section .single p{margin: 20px 0 0; font-size: 14px; line-height: 22px; min-height: 155px;} 
.work_culture_section .single .btn{margin-top:30px; padding: 10px 25px; height: auto;}

/* overview_section */

.overview_section{padding:0 0 100px 0; position:relative;}
/* .overview_section:before{position:absolute; content:''; right:0; top:0; width: 50%; height: 100%; background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,transparent),color-stop(50%,var(--light_blue))); background: -o-linear-gradient(top left,transparent 50%,var(--light_blue) 50%); background: linear-gradient(to bottom right,transparent 50%,var(--light_blue) 50%);} */
.overview_section .image_col .image{height:100%; position: relative;}
.overview_section .image_col #overview_image{padding-left: 40px;}
.overview_section .image_col #overview_image,
.overview_section .image_col #overview_image div{height:100%;}
.overview_section .overview_carousel .carousel-indicators{position: absolute; left: 0; top: 0; height:auto; bottom: unset; margin: 0; width: 40px; display: flex; flex-direction: column; flex-direction: column-reverse;}
    .overview_section .overview_carousel .carousel-indicators li {
        position: relative;
        text-align: center;
        text-indent: unset;
        margin: 0;
        padding: 0;
        height: auto;
        border: none;
        width: 100%;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        display: flex;
        align-items: center;
        font-family: var(--oswald_font);
        font-size: 14px;
        padding: 6px 0;
        letter-spacing: 2px;
        color: #000;
        opacity: 1;
    }

        .overview_section .overview_carousel .carousel-indicators li:before {
            position: relative;
            content: '';
            width: 1px;
            height: 0;
            background: #000;
            display: block;
            margin-bottom: 10px;
            
            transition: all 300ms ease-in-out;
        }
/*transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateY(-50%);*/
.overview_section .overview_carousel .carousel-indicators li.active {
    font-size: 16px;
}
.overview_section .overview_carousel .carousel-indicators li.active:before{height:100px;}

.overview_section .image_col img{position:absolute; height:100%; width:100%; object-fit: cover;}
.overview_section .content_col{display:flex; align-items: center; padding-top:40px; padding-bottom:40px;}
.overview_section .section_title span{display:block;}
.overview_section .an_icon_btn{margin-top:20px;}
.overview_section .image_col .about_carousel .owl-dots{height:auto;}
.overview_section .counter{margin-top:40px;}
.overview_section .counter ul{display:flex; flex-wrap:wrap; padding:0; margin:0; list-style: none; margin-left:-30px; margin-right:-30px;}
.overview_section .counter ul li{max-width:50%; flex:0 0 50%; padding: 15px 30px;} 
.overview_section .counter .title{font-weight: 500; margin: 0;}
.overview_section .counter p{margin: 0; /* text-transform: uppercase; */ font-size: 15px; font-weight: 500; color: #888; letter-spacing: 0.5px; line-height: initial;}

/* video_section */

.video_section{position:relative; cursor: pointer;}
.video_section .video_thumbnail{height:500px; width:100%; object-fit: cover;}
.video_section .play_btn{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:170px; width:170px; border-radius: 50%; display:flex; align-items: center; justify-content: center; -webkit-user-select: none; transition-timing-function: cubic-bezier(.4,.08,0,.97);}
.video_section .play_btn:before{position: absolute; content:''; left:2px; top:2px; height:calc(100% - 4px); width:calc(100% - 4px); border:3px solid #fff; border-radius: 100%;}
.video_section .play_btn svg{position: absolute; left: 0;  top: 0; width: 100%; height: 100%;}
.video_section .play_btn img{max-width: 30px; filter: invert(1);}
.video_section .circle{ stroke-dasharray: 301.59px 301.59px; stroke-dashoffset: 301.59px; transition: all 2s; transition-timing-function: cubic-bezier(.4,.08,0,.97);}
.video_section:hover .circle{stroke-dashoffset: 0;}

#video_modal.fade{transition: opacity 0s linear;}
#video_modal.fade .modal-dialog { -webkit-transform: translate(0); -moz-transform: translate(0); transform: translate(0); opacity:0; transition: all 0.5s linear; transition-delay: 0.5s;}
#video_modal.fade.show .modal-dialog {opacity:1;}
.modal-backdrop.fade{transition: opacity .30s linear;}
#video_modal .modal-body{padding:0;}
#video_modal video{width:100%; display:block;}
#video_modal .close{font-weight: 300; text-shadow: none; color: #fff; opacity: 0.7; font-size: 40px; position: relative; right: 10px; top: 10px;}


/* what we do */

.what_we_do{padding:100px 0;position:relative;/* background:var(--light_blue);*/ overflow: hidden;}
/* .what_we_do:before{position: absolute; content: ''; z-index: 0; left: 0; top: 0; width: 50%; height: 100%; background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,transparent),color-stop(50%, #fff)); background: -o-linear-gradient(bottom right,transparent 50%,#fff 50%); background: linear-gradient(to top left,transparent 50%,#fff 50%);} */
.what_we_do .container{position: relative;}
.what_we_do .contents_container{/*max-width: 100%;*/ padding:0; margin-top:60px;}
/*.what_we_do .contents{padding:0; list-style-type: none; margin:0; display:flex; flex-wrap:wrap; margin-left:-20px; margin-right:-20px;}
.what_we_do .contents .box{padding: 0 15px; max-width: 33.33%; flex: 0 0 33.33%;}
/~ .what_we_do .contents .sm_col{max-width:28%; flex:0 0 28%;} ~/
/~ .what_we_do .contents .lg_col{max-width:44%; flex:0 0 44%;} ~/
.what_we_do .contents .lg_col2{max-width:33.33%; flex:0 0 33.33%;}
.what_we_do .contents .sm_col2{max-width:33.33%; flex:0 0 33.33%;}
.what_we_do .single{ margin-bottom: 30px; position:relative; overflow: hidden;}
.what_we_do .single .content{position:absolute; overflow:hidden; width: 100%; height: auto; bottom: 0; left: 0; background:#000; padding: 20px 30px; color: #fff; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: .5s cubic-bezier(.26,.53,.58,1); -o-transition: .5s cubic-bezier(.26,.53,.58,1); transition: .5s cubic-bezier(.26,.53,.58,1);}
.what_we_do .single:hover .content{-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.what_we_do .single.active .content{-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.what_we_do .single .text{-webkit-transform: translateY(-300%); -ms-transform: translateY(-300%); transform: translateY(-300%); -webkit-transition: .5s cubic-bezier(.21,.53,.58,1); -o-transition: .5s cubic-bezier(.21,.53,.58,1); transition: .5s cubic-bezier(.21,.53,.58,1);}
.what_we_do .single:hover .text{-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.what_we_do .single.active .text{-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}

.what_we_do .single .thumbnail{width:100%; height: 280px; object-fit: cover;}
.what_we_do .single .title{font-size: 18px; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; margin-bottom: 10px;}
.what_we_do .single p{font-size: 13px; line-height: 20px; min-height: 20px; color: #e7e7e7; letter-spacing: 0.7px; margin-bottom: 10px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.what_we_do .single .btn{color: #e7e7e7; font-size: 12px;}*/






.what_we_do .contents{padding:0; list-style-type: none; margin:0; display:flex; flex-wrap:wrap; margin-left:-20px; margin-right:-20px;}
.what_we_do .contents .box{padding: 0 15px; max-width: 33.33%; flex: 0 0 33.33%;}
/* .what_we_do .contents .sm_col{max-width:28%; flex:0 0 28%;} */
/* .what_we_do .contents .lg_col{max-width:44%; flex:0 0 44%;} */
.what_we_do .contents .lg_col2{max-width:33.33%; flex:0 0 33.33%;}
.what_we_do .contents .sm_col2{max-width:33.33%; flex:0 0 33.33%;}
.what_we_do .single{ margin-bottom: 30px; position:relative; overflow: hidden;}
.what_we_do .single .content{position:absolute; overflow:hidden; width: 100%; height: 100%; bottom: 0; left: 0; background:transparent; transition:background 0.2s ease-in-out; z-index: 1; /*background:#000;*/ /*background-image:linear-gradient(0deg, #0000009c, #00000052, transparent);*/ padding: 20px 30px; color: #fff;/* -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%); -webkit-transition: .5s cubic-bezier(.26,.53,.58,1); -o-transition: .5s cubic-bezier(.26,.53,.58,1); transition: .5s cubic-bezier(.26,.53,.58,1);*/}
.what_we_do .single:hover .content{background:#000000d1; /*-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);*/}
.what_we_do .single.active .content{-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
/* .what_we_do .single .text{-webkit-transform: translateY(-300%); -ms-transform: translateY(-300%); transform: translateY(-300%); -webkit-transition: .5s cubic-bezier(.21,.53,.58,1); -o-transition: .5s cubic-bezier(.21,.53,.58,1); transition: .5s cubic-bezier(.21,.53,.58,1); transition-delay: 0.1s; -webkit-transition-delay: 0.1s;} */
.what_we_do .single .text{ transition-delay: 0.1s; -webkit-transition-delay: 0.1s;}
/* .what_we_do .single:hover .text{-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);} */
.what_we_do .single .text_sm{transition:all 0.2s ease-in-out}
.what_we_do .single:hover .text_sm{transform: translateY(30px); opacity:0;}
.what_we_do .single.active .text{-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}

.what_we_do .single .thumbnail{width:100%;/* height: 280px; object-fit: cover;*/}
.what_we_do .single .text .title{font-size: 22px; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; margin-bottom: 20px; transform: translateY(20px); -webkit-transform: translateY(20px); -ms-transform: translateY(20px); opacity:0; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;}
.what_we_do .single p{font-size: 14px; line-height: 20px; min-height: 20px; color: #e7e7e7; letter-spacing: 0.7px; margin-bottom: 10px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; transform: translateY(20px); -webkit-transform: translateY(20px); -ms-transform: translateY(20px);  opacity:0; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;}
.what_we_do .single .btn{color: #fff; font-size: 12px; margin-top: 15px; transform: translateY(20px); -webkit-transform: translateY(20px); -ms-transform: translateY(20px);  opacity:0; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;}
.what_we_do .single:hover .text .title{opacity:1; transform: translateY(0px); -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transition-delay: 0.1s; -webkit-transition-delay: 0.1s;}
.what_we_do .single:hover p{opacity:1; transform: translateY(0px); -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
.what_we_do .single:hover .btn{opacity:1; transform: translateY(0px); -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transition-delay: 0.5s; -webkit-transition-delay: 0.5s;}
.what_we_do .content_sm{position: absolute; bottom: 0; left: 0; width: 100%; padding: 25px; background-image: linear-gradient(0deg, #000000bf, #00000057, transparent); padding-top: 50px;}
.what_we_do .content_sm .title{margin:0; color: #fff; font-size: 22px; width: calc(100% - 30px); text-transform: uppercase;}


/* what_we_do */

/* counter_section */

.counter_section{padding:120px 0;}
.counter_section .single .progress-percentage{display:none;}
.counter_section .my-progress-bar .count{position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); font-size: 34px; line-height: initial; font-weight: 700; font-family: var(--playfair_font); margin: 0;}
.counter_section .circle{ position: relative; height: 180px; width: 180px; border-radius: 50%; cursor: default; margin: auto;}
.counter_section .circle:after{ content: ''; display: block; width: calc(100% - 15px); height: calc(100% - 15px); border: 5px solid #edf7fa; border-radius: 50%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: -1;}
.counter_section .circle .box{display:none;}
.counter_section .circle .box,
.counter_section .circle .box span{ position: absolute; top: 50%; left: 50%;}
.counter_section .circle .box{ height: 100%; width: 100%; background: #fff; border-radius: 50%; transform: translate(-50%, -50%) scale(0.8); transition: all 0.2s;}
.counter_section .circle:hover .box{transform: translate(-50%, -50%) scale(0.91);}
.counter_section .circle .box span{ background: -webkit-linear-gradient(left, #a445b2, #fa4299); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.circle .box span{ font-size: 38px; font-family: sans-serif; font-weight: 600; transform: translate(-45%, -45%); transition: all 0.1s;}
.counter_section .circle:hover .box span{transform: translate(-45%, -45%) scale(1.09);}
.counter_section .single .title{margin:34px 0 0; text-transform: uppercase; font-size:16px; letter-spacing: .1em; font-weight: 400; text-align: center; line-height: 22px;}


/* end of counter_section */

/* why_gtf */

/* .why_gtf{padding:100px 0; background:url('../images/why_gtf_bg.jpg'); color:#fff;} */
.why_gtf{background: #f4f4f48a;}
.why_gtf .container{max-width:100%; padding:0;}
.why_gtf .icon{margin-bottom:25px;}
.why_gtf .icon img{filter:invert(1); width: 70px; height: 70px; object-fit: contain;}
.why_gtf .single_col{border-top:1px solid #00000012; border-bottom:1px solid #00000012;}
.why_gtf .single_col:not(:last-child){border-right:1px solid #00000012}
/* .why_gtf .single_col:nth-child(1) .single{background:var(--color1);} */
.why_gtf .single{padding: 100px 60px; position:relative;}
.why_gtf .single .title{font-size: 30px; padding-bottom: 15px; margin-bottom: 25px; font-weight: 500; text-transform: uppercase;  line-height: 40px;}
.why_gtf .single p{font-size:14px; margin:0; line-height:22px;}
.why_gtf .single ul{margin: 20px 0 0; padding-left: 15px; font-size: 14px;}
.why_gtf .single .count{font-size: 200px; font-weight: 700; line-height: 70px; color: #00000007; position: absolute; z-index: 0; top: 0; line-height: 150px; right: 0;}

/* brand_section */

.brand_section{padding:80px 0; background: #f4f4f48a;}
/* .brand_section .item{padding-bottom:20px} */
.brand_section .single{background: #ffffffbf; border: 1px solid #f3f3f3; padding: 0 30px; border-radius: 3px; transition:all 0.3s; -webkit-transition:all 0.3s; -ms-transition:all 0.3s;}
/* .brand_section .single img{filter: grayscale(100%); opacity:0.4; transition:all 0.3s; -webkit-transition:all 0.3s; -ms-transition:all 0.3s;} */
/* .brand_section .single:hover{box-shadow: 0 5px 15px 0 rgb(0 0 0 / 5%);} */
.brand_section .single:hover img{filter:unset; opacity:1;}
.brand_section .owl-dots{display:none;}


/* connect_with_us */

.connect_with_us{position:relative; background:url('../images/connect_with_us_bg.jpg') no-repeat center center; background-size:cover;}
.connect_with_us:before{position:absolute; content:''; height:100%; width:100%; left:0; top:0; background:rgb(149 214 241 / 93%)}
.connect_with_us .form{background:#fff; /*max-width: 55%;*/ width:100%; padding:80px; position: relative;}
.connect_with_us .form_heading{text-transform: uppercase; font-size: 40px; letter-spacing: 2.5px; padding-bottom: 25px; margin-bottom: 25px; }
.connect_with_us .form .sub_heading{max-width: 100%; margin-bottom: 25px; font-size: 17px;}
.connect_with_us .form .form-group{margin-bottom:12px;}
.connect_with_us .form-control{border-radius: 0; min-height:46px; font-size:15px;}
.connect_with_us .form-control::placeholder{font-size:14px;}
.connect_with_us .form-inline{justify-content: space-between;}
.connect_with_us .form-inline .form-group{max-width: calc(50% - 6px); flex:0 0 calc(50% - 6px);}
.connect_with_us .form-inline .form-control{width:100%;}
.connect_with_us .form .btn .icon{margin-right: 12px;}
.connect_with_us .form .btn .icon img{width: 15px;}
.connect_with_us .image{height: 100%; position: relative; padding: 50px 0;}
.connect_with_us .image img{position: absolute; content: ''; height: 90%; width: 100%; object-fit: contain; top:50%; transform: translateY(-50%); /*background: #95d6f1;*/ }

/* gallery_slider */

.gallery_slider .container{max-width: 100%; padding:0;}
/* .gallery_slider .single{position:relative;} */
.gallery_slider .single a{position:relative; display:block; left:0; top:0; width:100%; height:100%; cursor: pointer;}
.gallery_slider .single a:after{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; content: ''; background-color: rgba(34,34,34,.55); opacity: 0; -webkit-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out;}
.gallery_slider .single a:hover:after{opacity: 1;}
.gallery_slider .single .icon{position: absolute; top: 50%; left: 50%; color: #fff; font-size: 35px; opacity: 0; z-index: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate(-50%,-30%); -ms-transform: translate(-50%,-30%); transform: translate(-50%,-30%);}
.gallery_slider .single .icon img{filter:invert(1); height:30px; width:30px; object-fit: contain;}
.gallery_slider .single:hover .icon{opacity: 1; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
/* .gallery_slider .eapps-link{display:none!important;} */

/* insta feed section */

.insta_feed_section .container {max-width:100%; padding:0;}
/*.insta_feed_section .single .thumbnail{width:500px; height:500px;}*/
.insta_feed_section .single a {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.insta_feed_section .single a:after { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; content: ''; background-color: rgba(34,34,34,.55); opacity: 0; -webkit-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out;}
.insta_feed_section .single a:hover:after {opacity: 1;}
.insta_feed_section .single .icon {position: absolute; top: 50%; left: 50%; color: #fff; font-size: 35px; opacity: 0; z-index: 1; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate(-50%,-30%); -ms-transform: translate(-50%,-30%); transform: translate(-50%,-30%);}
.insta_feed_section .single .icon img { filter: invert(1); height: 30px; width: 30px; object-fit: contain;}
.insta_feed_section .single:hover .icon {opacity: 1; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.insta_feed_section #insta_data{display: flex; flex-wrap: wrap;}
.insta_feed_section #insta_data .item{max-width:20%; flex:0 0 20%;}
.insta_feed_section #insta_data .single{padding:1px;}
    .insta_feed_section #insta_data .thumbnail {
        object-fit: cover;
        display: block;
    }

    /* satisfied_section */
    .satisfied_section {
        padding: 100px 0;
        position: relative;
    }
.satisfied_section:before{position:absolute; content:''; right:0; top:0; width: 50%; height: 100%; background: linear-gradient(to top right,transparent 50%,var(--light_blue) 50%);}
.satisfied_section .image_col .image{height:100%; position: relative;}
.satisfied_section .image_col img{position:absolute; height:100%; width:100%; object-fit: cover;}
.satisfied_section .content_col{display:flex; align-items: center; padding-top:100px; padding-bottom:100px;}
.satisfied_section .section_title span{display:block;}
.satisfied_section .an_icon_btn{margin-top:20px;}

/* footer */

footer{/*background: #fbfbfb; *//*color:#f1f1f1;*/}
/* footer .row{margin-left:0; margin-right:0; justify-content: space-between;} */
footer .left_col{position:relative;}
footer .left_col:before{content: ''; display: inline-block; position: absolute; width: 1px; top: 50%; right: -18%; background-color: rgba(255,255,255,.25); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 100%;}
footer .footer_title{ font-size: 44px; text-transform: uppercase ; letter-spacing: .1em; margin-bottom:60px; line-height: 55px;}
footer .footer_title span{display:block; position:relative; margin-left: 150px;}
footer .footer_title span:before{position: absolute; content: ''; height: 2px; width: 100px; background: rgba(0 0 0 / 17%); right: calc(100% + 20px); top: 50%; transform: translateY(-50%);}
footer .row{flex-wrap: unset;}
footer .right_col{max-width:max-content; flex:1;}
footer .right_col .footer_title{font-size:20px;}

footer .form-control{background:transparent!important; border:none; border-bottom:1px solid rgba(255,255,255,.25)!important; font-size:14px; padding:0; color:#fff!important;}
footer .form-control::placeholder{color:#fff;}
footer .btn {color:#fff!important; margin-top:25px;}
footer .social_icons{padding:0; margin:0; list-style-type: none; display:flex; flex-wrap: wrap;}
footer .social_icons li{max-width: 33.33%; flex:0 0 33.33%; margin-bottom: 10px;}
footer .social_icons .single_icon{position:relative; height:50px; width:50px; border-radius: 50%; display:flex; align-items: center; justify-content: center; -webkit-user-select: none; transition-timing-function: cubic-bezier(.4,.08,0,.97);}
footer .social_icons .single_icon:before{position: absolute; content:''; left:2px; top:2px; height:calc(100% - 4px); width:calc(100% - 4px); border-radius: 100%;}
footer .social_icons .single_icon svg{position: absolute; left: 0;  top: 0; width: 100%; height: 100%;}
footer .social_icons .single_icon img{filter:invert(1); max-width: 20px;}
footer .social_icons .circle{ stroke-dasharray: 301.59px 301.59px; stroke-dashoffset: 301.59px; transition: all 1s; transition-timing-function: cubic-bezier(.4,.08,0,.97); stroke-width: 1px;}
footer .social_icons a{text-decoration: none!important;}
footer .social_icons a:hover .circle{stroke-dashoffset: 0;}
footer .social_icons p{margin:0; color:#fff;  font-size:14px; }
footer .contact_addresses{margin:0; padding:0; list-style-type: none; display:flex; flex-wrap: wrap; margin-left:10px; margin-right:-15px;}
footer .contact_addresses li{padding:15px; max-width: 50%; flex:0 0 50%}
footer .contact_addresses .title{
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
    letter-spacing: 1.5px;
    font-weight: 400;
    text-transform: uppercase;
}
footer .contact_addresses .title:before{position: absolute; content: ''; left: -20px; height: 10px; width: 10px; top: 2px; display: block}
footer .contact_addresses p{font-weight: 500; font-size: 14px; margin: 0; line-height: 20px; letter-spacing: 1px; color:#494949; margin-bottom: 11px;}
footer .contact_addresses a{font-size: 14px; letter-spacing: 1px; margin: 0; color: #505050; text-decoration: none; display: inline-flex; font-weight: 500; align-items: center;}
/* footer .contact_addresses .icon{
    height: 22px;
    width: 22px;
    display: inline-flex;
    padding: 6px;
    background: #000;
    border-radius: 100%;
    margin-right: 7px;
} */
/* footer .contact_addresses .icon img{
    filter:invert(1);
} */

footer .contact_addresses .icon{
    display:flex;
    align-items: center;
}

footer .contact_addresses .icon img{
    width: 16px;
    margin-right: 5px;
}
footer .right_col{position:relative;}
footer .right_col:before{position:absolute; content:''; height:150px; width:2px; background:#ddd; right:0; top:50%; transform:translateY(-50%);}

footer .map{
    height: 100%;
    display: flex;
    align-items: center;
}
footer .map img{max-width: 280px; width:100%;}

footer .contact_numbers .call_txt{
    position: relative;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #6f6f6f;
    font-weight: 400;
    margin:30px 0;
}

footer .contact_numbers .call_txt:before{
    position: absolute;
    content: '';
    height: 1px;
    top:50%;
    width: calc(50% - 60px);
    background: #ddd;
    left:0;
}

footer .contact_numbers .call_txt:after{
    position: absolute;
    content: '';
    height: 1px;
    top:50%;
    width: calc(50% - 60px);
    background: #ddd;
    right:0;
}

footer .contact_numbers ul{
    padding:0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

footer .contact_numbers ul li{
    max-width: 20%;
    flex:0 0 20%;
}

footer .contact_numbers a{
    color:#505050;
    text-decoration: none;
}

footer .contact_numbers .no{
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0;
    margin-bottom: 5px;
}

footer .contact_numbers p{
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .others{
    position: relative;
    margin-top: 20px;
}

/* footer .others:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #ddd;
    left: 0;
    top: 0;
} */

footer .others .call_txt{
    position:relative;
    margin-bottom: 25px;
}

footer .others .call_txt:before{
    position: absolute;
    content: '';
    height: 1px;
    width: calc(100% - 150px);
    background: #ddd;
    right: 0;
    top: 50%;
}

footer .others .call_txt span{
    border: 1px solid #ddd;
    padding: 8px 15px;
    width: 150px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    text-align: center;
}

footer .others ul{
    margin:0;
    padding:0;
    display:flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-left: -30px;
    margin-right:-30px;
}

footer .others ul li{
    padding:0 30px;
    position:relative;
}

footer .others ul li:not(:last-child):before{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    width: 1px;
    height: 50px;
}

footer .others a{
    color: #505050;
    text-decoration: none;
}

footer .others .no{
    font-size: 18px;
    letter-spacing: 1px;
}

footer .others p{
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.blue_area:before{background:var(--color3)}
.pink_area:before{background:var(--color1)}
.yellow_area:before{background:var(--color2)}
.black_area:before{background:#000}
.green_area:before{background:#10a049}
.red_area::before{background-color: #ff7675;}
.gray_area:before{background:#d2d2d1}


/* footer_bottom */

.footer_bottom{padding:40px 0; text-align: center;}
.footer_bottom .contents{text-align: center;}
.footer_bottom .logo span{position:relative;}
.footer_bottom .logo img{max-width: 100px; max-height: 55px; object-fit: contain;}
.footer_bottom .logo span:not(:last-child){margin-right:20px;}
.footer_bottom .logo span:not(:last-child):before{position:absolute; content:''; height:20px; width:1px; background:rgba(0 0 0 / 10%); right:-10px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);}
.footer_bottom .right_content{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.footer_bottom ul{margin:0; padding:0; display:flex; list-style-type: none; align-items: center; justify-content: flex-end;}
.footer_bottom li{max-width: 250px; line-height: 18px;}
.footer_bottom li:not(:last-child){margin-right:20px;}
.footer_bottom li,
.footer_bottom li a {
        color: #000;
        font-size: 13px;
        /**/
        margin: 0;
        display: flex;
        align-items: start;
        text-decoration: none !important;
        letter-spacing: 0.5px;
    }
.footer_bottom li .currentYr{
    margin: 0 3px;
}
.footer_bottom li img{ width:14px; height:14px; object-fit: contain; margin-right: 8px; margin-top: 3px;}
.footer_bottom p,
.footer_bottom p a{margin:0; font-size:14px; color:#fff; letter-spacing: 1px; text-decoration: none;}
.footer_bottom p{margin:5px 0 0;}
/* .footer_bottom .right_content{display: flex; align-items: center;} */
.footer_bottom .right_content hr{margin: 8px 0; border-color: #ffffff21;}
.footer_bottom .right_content p{font-size: 13px; font-weight: 100; text-align: right; margin: 0; line-height: initial;}
.footer_bottom .right_content a{font-size:12px;}



.fixed_footer{
    position: fixed;
    bottom: 0;
    left: 92px;
    width: calc(100% - 92px);
    z-index: -1;
    background: #fbfbfb url(../images/footer_bg.png) no-repeat center bottom;
    background-size: contain;
}
/* right sidearea */

.right_sidearea{width: 282px; height: 100%; min-height: 100%; position: fixed; right: -282px; top: 0; z-index: 99; -webkit-transition: all .5s cubic-bezier(0.77, 0, 0.175, 1); transition: all .5s cubic-bezier(0.77, 0, 0.175, 1);}
.right_sidearea .btns{position: absolute; top:50%; left: -115px; z-index: 999; font-size: 10px !important; letter-spacing: .11em; display: block; height: 42px; width: 115px; -webkit-transition: all .25s cubic-bezier(0.23, 1, 0.32, 1) .45s; transition: all .25s cubic-bezier(0.23, 1, 0.32, 1) .45s; -webkit-transition: all .2s cubic-bezier(0.23, 1, 0.32, 1); transition: all .2s cubic-bezier(0.23, 1, 0.32, 1); -webkit-transform: translate(0px, -50%); transform: translate(0px, -50%);}
.right_sidearea .btns.btn_scrolled{-webkit-transform: translate(73px, -50%); transform: translate(73px, -50%);}
.right_sidearea .btns.btn_actives{-webkit-transition: all .25s cubic-bezier(0.23, 1, 0.32, 1) .45s; transition: all .25s cubic-bezier(0.23, 1, 0.32, 1) .45s;}
.right_sidearea .btns .btn{display: flex; height: 42px; text-transform: uppercase; font-family: var(--oswald_font); align-items: center; font-size: 12px; font-weight: 400; letter-spacing: 1px; background-color: #fff; box-shadow: 0 0 9.8px 0.2px rgb(0 0 0 / 10%)!important; width: 115px; margin-bottom:10px; }
.right_sidearea .btns .icon{width:18px; display: flex; justify-content: flex-start; overflow: hidden;}
.right_sidearea .btns .icon img{width:18px; height:18px; object-fit: contain; filter:invert(1); transition:transform 0 linear}
/* .right_sidearea .btns .back_icon{display: none;}
.right_sidearea .btn.open .back_icon{display: block;}
.right_sidearea .btn.open .social_icon{display: none;} */
.right_sidearea .btn.open .icon img{transform:translateX(-18px); transition:transform 0.1s linear, 0.1s;}
.right_sidearea .btns .fb_btn{background:#3a5897; color:#fff;}
.right_sidearea .btns .pint_btn{background:#bd081c; color:#fff;}
.right_sidearea .btns .linkedin_btn{background:#0a66c2; color:#fff;}
.right_sidearea .btns .youtube_btn{background:#FF0000; color:#fff;}
.right_sidearea .btns .instagram_btn{background: #d6249f; background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);border: none; color: #fff;}
.right_sidearea .btns .text{margin-left: 10px; width: calc(100% - 18px - 10px);}
.right_sidearea iframe{height:100%; width:100%;}
.right_sidearea.active{-webkit-transform: translateX(-100%); transform: translateX(-100%);}
.right_sidearea.active .btns{-webkit-transition: all .2s cubic-bezier(0.23, 1, 0.32, 1); transition: all .2s cubic-bezier(0.23, 1, 0.32, 1); -webkit-transform: translate(73px, -50%); transform: translate(73px, -50%);}

.right_sidearea .contents{position: relative; padding: 15px; height:100%!important; z-index: 99999; background: #fff;}
.right_sidearea .contents .content_data {display:none;}
.right_sidearea .contents .content_data.show {display:block;}
.right_sidearea .content_data span{border-radius: 0!important;}
/* .right_sidearea .contents iframe{height:100%!important;} */




/* back to top */
#back_to_top{position: fixed; bottom: 0; right: 0; margin: 0; z-index: 98; opacity: 0; visibility: hidden; font-size: 12px; letter-spacing: .25em; color: #fff; mix-blend-mode: difference; height: 40px; line-height: 40px; padding: 0 20px; text-decoration: none; -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: rotate(-90.2deg) translate(164px,-57px); -ms-transform: rotate(-90.2deg) translate(164px,-57px); transform: rotate(-90.2deg) translate(164px,-57px);}
#back_to_top .text{ position: relative; display: block; text-align: center; text-transform: uppercase; -webkit-transition: all .25s ease-in; -o-transition: all .25s ease-in; transition: all .25s ease-in;}

#back_to_top .text:after{ content: ''; position: absolute; top: 50%; left: -24px; width: 15px; height: 1px; background-color: currentColor; opacity: 1; -webkit-filter: blur(); filter: blur(); -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: 100% 50%; -ms-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}

#back_to_top .text:hover:after{ -webkit-animation: qodef-btt-animation 1s forwards; animation: qodef-btt-animation 1s forwards;}

@-webkit-keyframes qodef-btt-animation {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%
  }

  39% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%
  }

  40% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%
  }

  100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%
  }
}

@keyframes qodef-btt-animation {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%
  }

  39% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%
  }

  40% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%
  }

  100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%
  }
}

#back_to_top.show{
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}


/* enquire_menu */

.enquire_menu{position: fixed; top: 0; left: -500px; width: 500px; height: 100%; padding: 5.5% 3.5% 36px 4.5%; background-color: #fff; text-align: left; overflow: hidden; visibility: hidden; z-index: 9999; -webkit-box-sizing: border-box; box-sizing: border-box; transition: all .6s cubic-bezier(.77,0,.175,1); background-repeat: no-repeat,no-repeat; background-position: -8% 90%,80% 86%; background-size: 28%,auto; overflow:auto;}
body.enquire_menu_opened .enquire_menu{left: 0; visibility: visible;}
.enquire_cover{z-index: -1; position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; opacity: 0; background-color: rgba(34,34,34,.3); -webkit-transition: opacity .2s ease-in-out,z-index .2s ease-in-out; -o-transition: opacity .2s ease-in-out,z-index .2s ease-in-out; transition: opacity .2s ease-in-out,z-index .2s ease-in-out;}
body.backdrop_open .enquire_cover{z-index: 99; opacity: 1;}
.enquire_menu .close_btn{position: absolute; left: 30px; top: 25px; font-size: 30px; height: 30px; width: 30px;}
.enquire_menu .close_btn .lines{position: relative; display: block; width: 35px; height: 12px; margin: 0 auto; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
.enquire_menu .close_btn .single_line{position: absolute; left: 0; height: 2px; width: 100%; background-color: #000; -webkit-transition: .3s; -o-transition: .3s; transition: .3s;}
.enquire_menu .close_btn .single_line.line-1{top: 0; -webkit-transform-origin: 11px 4px; -ms-transform-origin: 11px 4px; transform-origin: 11px 4px; width: 100%;}
.enquire_menu .close_btn .single_line.line-2{bottom: 0; -webkit-transform-origin: 12px -1px; -ms-transform-origin: 12px -1px; transform-origin: 12px -1px; width: 100%;}
.enquire_menu .title{text-transform: uppercase; font-weight: 400; margin: -4px 0 22px; padding-bottom: 20px;}
.enquire_menu p{font-size:17px;}
.enquire_menu .form{margin-top: 0px; display: inline-block; width: 100%; margin-bottom: 80px;}
.enquire_menu .form .btn{margin-top:20px; width: 100%; justify-content: center;}

.enquire_sidemenu .nav{border:None;}
.enquire_sidemenu .nav .nav-item:not(:last-child){margin-right:10px;}
.enquire_sidemenu .nav .nav-item{border:none; padding:0px; margin:0; font-family: var(--oswald_font); text-transform: uppercase; font-size: 14px; letter-spacing: 1px; border-radius: 0;} 
.enquire_sidemenu .nav .nav-link.active{background:var(--dark_blue); color:#fff;}
.enquire_sidemenu .contact_details{display: flex; flex-wrap: wrap; justify-content: space-between;}
.enquire_sidemenu .tab-content{margin-top: 20px; max-width: 50%; flex: 0 0 50%;}
.enquire_sidemenu .tab-content .state{font-size: 12px; font-weight: 400; margin-bottom: 5px; text-transform: uppercase;}
.enquire_sidemenu .tab-content .state .state_url{
   text-decoration: none;
    color: #000;
    margin: 0px;
    font-weight: 100;
    font-size: 12px;
}
.enquire_sidemenu .contact_details .tab-content a{display:block; font-family: var(--oswald_font); font-weight: 300; letter-spacing: 0.5px;}
.enquire_sidemenu .contact_details a,
.enquire_sidemenu .contact_details p{font-family: var(--playfair_font); color:#000; font-size:15px; display:block; font-weight: 500; line-height:23px; margin-bottom: 5px; letter-spacing: normal; text-decoration: none;}
.enquire_sidemenu .social_icons{margin-top:20px;}
.enquire_sidemenu .social_icons a{font-weight: 700;}
.enquire_sidemenu .other_links{margin-left:-10px; margin-right:-10px; padding:0; list-style-type: none; display: flex; margin-top: 40px; margin-bottom: 0;}
.enquire_sidemenu .other_links li a{margin:0!important; font-family: var(--oswald_font)!important; font-size: 14px!important; font-weight: 400; letter-spacing: 1px;}
.enquire_sidemenu .other_links li{padding:0 10px; position:relative; line-height: initial;}
.enquire_sidemenu .other_links li:not(:last-child):before{position:absolute; content:''; height:100%; width:1px; content:''; background:rgba(0 0 0 / 10%); right:0; top:0;}


body.enquire_menu_opened .enquire_menu .close_btn .single_line.line-1{-webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
body.enquire_menu_opened .enquire_menu .close_btn .single_line.line-2{-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}



/* inner page css */

.inner_page_top_section{padding: 50px 0;}
.inner_page_top_section .inner_page_sub_title{margin:0; color:#000; font-size:14px;}
.inner_page_top_section .inner_page_title{margin:0; text-transform: uppercase; font-weight: 400; font-size:18px; line-height:30px;}
.inner_page_top_section .inner_page_title span{display:block; font-size:26px;} 
.inner_page_top_section .inner_right{display: flex; align-items: center; justify-content: flex-end;}
.inner_page_top_section .back_page_links{display: flex; align-items: center;}
.inner_page_top_section .back_page_links .link{position:relative; text-transform: uppercase; color:#000; font-family: var(--oswald_font); font-size:14px; letter-spacing: 1.5px; display: flex; align-items: center; text-decoration: none; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out;}
.inner_page_top_section .back_page_links .link:not(:first-child){margin-left:30px;}
.inner_page_top_section .back_page_links .link:before{position:absolute; content:''; height:8px; width:8px; background:url('../images/icons/back_to_home.png') no-repeat center center; background-size:cover; left: -20px;}
.inner_page_top_section .back_page_links .icon{max-width: 8px; display:inline-flex; margin-right: 15px; height: 10px; width: 10px; align-items: center; justify-content: center; position:relative; }
.inner_page_top_section .back_page_links .arrow_icon{position:absolute; content:''; height:100%; width:100%; object-fit: contain; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out;}
.inner_page_top_section .back_page_links .arrow_icon.dark{opacity:0;}
.inner_page_top_section .back_page_links a:hover{color:var(--dark_blue);}
/* .inner_page_top_section .back_page_links a:hover .arrow_icon.light{opacity:0;}
.inner_page_top_section .back_page_links a:hover .arrow_icon.dark{opacity:1;} */

.inner_banner_section{position:relative;}
.inner_banner_section .thumbnail{position:relative;}
/* .inner_banner_section .thumbnail:after{position:absolute; content:''; height:100%; left:0; top:0; width:100%; background:rgba(0 0 0 / 30%);} */
.inner_banner_section .thumbnail video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000 url('../images/mobile_video_slide.webp') no-repeat center center;
    background-size: cover;
}
.inner_banner_section .content{position: absolute; bottom: 0; left: 0; padding: 70px; color: #fff; z-index: 1;}
.inner_banner_section .content .title{font-size: 50px; text-transform: uppercase; padding-bottom: 20px; margin:0;}
.inner_banner_section .content .sub_title{font-size: 25px; margin: 0; margin-top: 30px; line-height: 35px;}
.inner_banner_section .line_title:before{background:#fff;}


/* who_we_are */

.who_we_are_section{padding:100px 0 ; position:relative;}
/* .who_we_are_section:before{position:absolute; content:''; right:0; top:0; width: 50%; height: 100%; background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,transparent),color-stop(50%,var(--light_blue))); background: -o-linear-gradient(top left,transparent 50%,var(--light_blue) 50%); background: linear-gradient(to bottom right,transparent 50%,var(--light_blue) 50%);} */
.who_we_are_section .image_col .image{height:100%; position: relative;}
.who_we_are_section .image_col img{position:absolute; height:100%; width:100%; object-fit: cover;}
.who_we_are_section .content_col{display:flex; align-items: center; padding-top:100px; padding-bottom:100px;}
.who_we_are_section .section_title span{display:block;}
.who_we_are_section .an_icon_btn{margin-top:20px;}
.who_we_are_section .content_col p{text-align: justify;}

/* value mission section */

/* .value_mission_section .single{position:relative;}
.value_mission_section .single:before{position:absolute; content:''; top:0; left:0; height:100%; width:100%; background:rgb(237 247 250 / 80%); display:block; z-index: 1;}
.value_mission_section .single .thumbnail{position:absolute; left:0; top:0; width:100%; height:100%;}
.value_mission_section .single .content{position:relative; padding: 100px 40px 40px 40px; z-index: 1; } */


.value_mission_section{padding-bottom:100px;}
.value_mission_section .row{margin:30px 0;}
.value_mission_section .image_col{max-width: 60%; flex:0 0 60%; position:relative;}
.value_mission_section .content_col{max-width: 40%; flex:0 0 40%;}
.value_mission_section .content_col .single{background:var(--light_blue); height: 100%; padding: 50px;}
.value_mission_section .content_col p{margin:0; text-align: justify; }
.value_mission_section .image_col .single{height:100%; position:relative; overflow: hidden;}
.value_mission_section .image_col .thumbnail{position:absolute; left:0px; top:0; width: 100%; height:100%; object-fit: cover; }
.value_mission_section .image_col .section_title {position:absolute; bottom: 50px; margin: 0; left: 50px; color: #fff;}
.value_mission_section .image_col .section_title:before{background:#fff;}


/* tools_section */

.tools_section{padding:100px 0;}
.tools_section .tools_row{margin-top:50px;}
.tools_section .tools_row .single_client{max-width: 20%; flex:0 0 20%;}
.tools_section .single{background:#f9f9f9; padding:30px; margin:15px 0;}

/* certification_section */

.certification_section{padding-bottom:100px;}
.certification_section .single{background: #f9f9f9; padding: 30px; margin: 15px 0;}
.certification_section .certification_row{margin-top: 50px;}


/* how_it_works_section */

.how_it_works_section{padding:100px 0;}
.how_it_works_section .row{/*margin:50px 0;*/ display: inline-flex;}
.how_it_works_section .image_col .single{display: table; margin: auto;}
.how_it_works_section .image_col .thumb{width: 300px;}
.how_it_works_section .title {display:inline-block; font-size: 26px; text-transform: uppercase; font-weight: 500; padding-bottom: 15px; margin-bottom: 25px; letter-spacing: 1.5px;}
.how_it_works_section .content_col{position:relative;}
/* .how_it_works_section .content_col:before{position:absolute; content:''; height:calc(100% - 25px); width:5px; background:var(--dark_blue); top:50%;} */
.how_it_works_section .right .content_col:before{left:0;}
.how_it_works_section .left .content_col:before{left:unset; right:0;}
.how_it_works_section .content_col p{text-align: justify; }
.how_it_works_section .image_col.lg .single img{width:100%; height:auto;}



.how_it_works_section .single_row{margin: 50px 0;}
.how_it_works_section .image_col{float: left; margin: 0 80px 60px 0;}
.how_it_works_section .right .image_col{float:right; margin: 0 0 40px 80px;}


/* digital_media_planning_page */

.digital_media_planning_page{padding:100px 0;}
.digital_media_planning_page .single,
.card_style1{margin:30px 0;}
.digital_media_planning_page .text,
.card_style1 .text{margin-top:25px;}
.digital_media_planning_page .text .title,
.card_style1 .text .title{text-transform: uppercase; font-size:20px; margin-bottom: 15px;}
.digital_media_planning_page .text p,
.card_style1 .text p{line-height: 22px; overflow: hidden; display: -webkit-box;  -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 0; font-size: 15px;}
.digital_media_planning_page .single .btn,
.card_style1 .btn{margin-top: 20px; font-size:15px;}

/* content_creative_page */

.content_creative_page{padding:100px 0; position:relative;}
.content_creative_page:before{position: absolute; content: ''; right: 0; top: 0; width: 50%; height: 100%; background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,transparent),color-stop(50%,var(--light_blue))); background: -o-linear-gradient(top left,transparent 50%,var(--light_blue) 50%); background: linear-gradient(to bottom right,transparent 50%,var(--light_blue) 50%);}
.content_creative_page .single{position:relative; margin: 50px 0;}
.content_creative_page .single .count{position:absolute; content:''; font-size: 160px; font-weight: 600; z-index: -1; color: var(--light_blue); top: -30px; left:-20px;}
.content_creative_page .single .title{padding: 0 0 20px; z-index: 2; font-size:24px; text-transform: uppercase; font-weight: 400; letter-spacing: .1em;}
.content_creative_page .single p{margin: 20px 0 0; font-size: 16px; line-height: 24px; text-align: justify;} 


/* services_inner_page */


.services_inner_page{padding:50px 0; overflow:initial; position: relative;}
/* .services_inner_page:before{position: absolute; content: ''; right: 0; top: 0; width: 50%; height: 100%; background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,transparent),color-stop(50%,var(--light_blue))); background: -o-linear-gradient(top left,transparent 50%,var(--light_blue) 50%); background: linear-gradient(to bottom right,transparent 50%,var(--light_blue) 50%);} */
.services_inner_page .inner_row{padding:70px 0;}
.services_inner_page .inner_row:not(:first-child){border-top:2px solid rgba(0 0 0 / 8%);}
.services_inner_page .content_col{max-width: 60%; flex:0 0 60%;}
.services_inner_page .content_col p{text-align: justify;}
.services_inner_page .image_col{max-width: 40%; flex:0 0 40%;}
.services_inner_page .sidebar-item{height: 100%;}
.services_inner_page .sidebar-item .sticky_image{position: -webkit-sticky; position: sticky; top: 50px;}
.services_inner_page .sub_title{text-transform: uppercase; margin-bottom: 35px; line-height: 34px; font-size: 24px; padding-bottom: 0px;}
.services_inner_page .sub_title.center{text-align: center;}
.services_inner_page .sub_contents{margin-top: 50px; padding-top: 50px; border-top: 1px solid rgba(0 0 0 / 10%);}
.services_inner_page .sub_contents.normal{padding-top: 20px; border: none; margin: 0;}
.services_inner_page .sub_contents .sub_title{padding-bottom:20px;}
.services_inner_page .sub_contents .sub_description{max-width: 80%; margin-left:auto; margin-right:auto; text-align: center; margin-bottom: 50px;}
.services_inner_page .points,
.points_style1{display:flex; flex-wrap: wrap; padding:0; margin:0; margin-left:-40px; margin-right:-40px; list-style-type: none;}
.services_inner_page .points li,
.points_style1 li{max-width: 50%; flex:0 0 50%; padding:0 40px; margin: 20px 0; position: relative;}
.points_style1 ul{padding:0; margin:0; padding-left: 20px;}
.points_style1 ul li{padding: 0; font-size: 14px; line-height: initial; max-width: 100%; margin: 8px 0;}
.points_style1 .mini_title{font-size: 14px; margin: 25px 0 15px;}
.points_style1 small{display: block; line-height: initial;}
.points_style1 small strong{font-weight: 600;}
.services_inner_page .points .count,
.points_style1 .count{position: absolute; content: ''; font-size: 130px; font-weight: 600; z-index: -1; color: var(--light_blue);} 
.services_inner_page .points .icon,
.points_style1 .icon{margin-bottom:24px; display:inline-block;}
.services_inner_page .points .icon img,
.points_style1 .icon img{width: 50px; height: 50px;}
.services_inner_page .sub_contents ul h5{letter-spacing: 1px; font-weight: 400; margin-bottom: 25px; font-size: 22px; }
.services_inner_page .sub_contents ul p{font-size: 15px; line-height: 22px; color: #000;}
.services_inner_page p{text-align: justify;}
    .services_inner_page .sub_heading {
        margin-bottom:30px;
    }
    .services_inner_page .related_images {
        overflow-x: hidden;
    }
.services_inner_page .btns_carousel{position:relative;}
.services_inner_page .btns_carousel .owl-nav button{position:absolute; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); background: rgba(0 0 0 / 80%)!important; border-radius: 50%; height: 50px; width: 50px; transition:all 0.2s;}
.services_inner_page .btns_carousel button:hover{background:#000;}
.services_inner_page .btns_carousel .owl-nav .owl-prev{left:-50px;}
.services_inner_page .btns_carousel .owl-nav .owl-next{right:-50px;}
.services_inner_page .btns_carousel .owl-nav img{position:absolute; filter:invert(1); max-width: 20px; left: 50%; top: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%);}
.services_inner_page .btns_carousel:hover .owl-nav .owl-prev{left:20px;}
.services_inner_page .btns_carousel:hover .owl-nav .owl-next{right:20px;}
.services_inner_page .btns_carousel .owl-nav button.disabled{opacity: 0.2; cursor: default;}
.services_inner_page .festival_events .tab-pane:not(:last-child){margin-bottom:40px;}

.content .title1{
    margin: 30px 0;
    font-size: 18px;
}

/* blog page */
.blogs_content_area{
    padding: 10px 20px;
    padding-top: 40px;
}
.blogs_content_area h1{
    font-size: 28px;
    letter-spacing: 2px;
    font-family: var(--oswald_font);
    text-transform: uppercase;
    font-weight: 400;
}
.blogs_content_area .blog_auther{
    font-size: 18px;
    letter-spacing: 2px;
    font-family: var(--oswald_font);
    font-weight: 200;
}
.blogs_content_area .blog_text{
    font-size: 16px;
    letter-spacing: 2px;
    font-family: var(--oswald_font);
    font-weight: 100;
    margin-bottom: 20px !important;
}
.blogs_content_area .table_of_content{
    font-size: 22px;
    letter-spacing: 2px;
    font-family: var(--oswald_font);
    font-weight: 400;
    margin-bottom: 15px;
}
.blogs_content_area .toc-list{
        padding-left: 15px;
}
.blogs_content_area .toc-list li{
    list-style: decimal;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--oswald_font);
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 10px !important;
}
.table_of_content_box{
    padding: 20px;
    border: 1px solid #5f5d5d;
    width: 50%;
    border-radius: 10px;
    margin-bottom: 20px;
}
.toc_title{
    font-size: 22px;
    letter-spacing: 2px;
    font-family: var(--oswald_font);
    font-weight: 400;
    margin-top: 25px;
}
.toc_innerlist{
    list-style: circle;
    font-family: var(--oswald_font);
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 10px !important;
}


.blogs_content_area .toc-list li a{
    text-decoration: none !important;
    color: #000 !important;
}
/* case_studies_inner_page */

.case_studies_inner_page .sub_contents{padding-bottom:0; position:relative; width: 100%;}
.case_studies_inner_page .sub_contents:before{position: absolute; content: ''; height: calc(100% + 30px); width: 3px; top: 70px; left: -50px; background: #d7d7d7; z-index: 1;}
.case_studies_inner_page .sub_contents:after{position: absolute; height: 18px; width: 18px; background: #d7d7d7; content: ''; border-radius: 100px; left: -57px; top: 50px;}
.case_studies_inner_page .sub_contents:last-child:before{height: calc(100% - 50px);}
.case_studies_inner_page .sub_contents:nth-child(1){margin-top:0;}
.case_studies_inner_page .sub_contents:last-child{margin-bottom:50px;}
.case_studies_inner_page .points{margin-left:-30px; margin-right:-30px; margin-top:20px; margin-bottom:20px;}
.case_studies_inner_page .points li{max-width: 25%; flex: 0 0 25%; padding:0 30px; margin:0;}
.case_studies_inner_page .counter_section .points li{max-width: 33.33%; flex: 0 0 33.33%; margin: 15px 0;}
.case_studies_inner_page .points .box{background:var(--light_blue); text-align: center; padding: 20px 15px; height:100%;}
.case_studies_inner_page .sub_contents .points p{text-align: center; font-size: 30px; font-weight: 700; line-height: 30px; padding-bottom: 20px; margin-bottom: 20px;}
.case_studies_inner_page .sub_contents .points p span{font-size: 20px;}
.case_studies_inner_page .sub_contents .points p small{font-family: var(--oswald_font); display: block; font-size: 15px; text-transform: uppercase; font-weight: 400;}
.case_studies_inner_page .points .title{margin:0; font-size: 16px; text-transform: uppercase;}
.case_studies_inner_page .social_title.center{display: table; margin: 50px auto;}
.case_studies_inner_page .social_title .social_icon{max-width: 35px;}
.case_studies_inner_page .text_points{margin:0;}
.case_studies_inner_page .text_points li{margin-bottom:5px;}
.case_studies_inner_page .step{position: absolute; top: 50px; left: -30px; top: 0; /* text-transform: uppercase; */ background: #ddd; padding: 0 10px; border-radius: 5px; font-size: 14px;}

/* client_testimonial_section */

.client_testimonial_section{padding:40px 0;}
.client_testimonial_section .row{padding:60px 0 80px; position:relative;}
.client_testimonial_section .row:not(:last-child):before{position:absolute; content:''; height:1px; width:100%; left:0; bottom:0; background:rgba(0 0 0 / 8%);}
.client_testimonial_section li{display: flex; flex-wrap: wrap; margin-left:-40px; margin-right:-40px;}
.client_testimonial_section li.right{flex-direction: row-reverse;}
.client_testimonial_section .image_col{max-width: calc(300px + 40px); flex:0 0 calc(300px + 40px); padding:0 40px;}
.client_testimonial_section .image_col .single{background:var(--dark_blue); display: flex; align-items: center; justify-content: center; position:relative; height: 100%; padding: 30px; text-align: center;}
/* .client_testimonial_section .image_col .single:after{position:absolute; content:''; left:0; top:0; background:var(--dark_blue); height: 80%; width:100%; z-index: -1;} */
.client_testimonial_section .user_thumbnail{position: absolute; max-width: 100px; bottom: -30px; right: -20px; padding: 7px; background: rgb(245 245 245);}
.client_testimonial_section li.right .user_thumbnail{left: -20px; right:unset;}
.client_testimonial_section .name{color:#fff;}
.client_testimonial_section .content_col{max-width: calc(100% - 340px); flex:0 0 calc(100% - 340px); padding:0 40px;}
.client_testimonial_section .content_col .quote{max-width: 70px; opacity: 0.2;}
.client_testimonial_section .content_col .msg{margin: 20px 0; font-size: 20px; line-height: 28px; font-weight: 400;}
.client_testimonial_section .content_col .des{margin:0; font-size: 15px; letter-spacing: 1px; font-weight: 400; opacity: 0.8;}


.work_culture_page:before{position: absolute; content: ''; right: 0; top: 0; width: 70%; height: 100%; background: -webkit-gradient(linear,left top,right bottom,color-stop(50%,transparent),color-stop(50%,var(--light_blue))); background: -o-linear-gradient(top left,transparent 50%,var(--light_blue) 50%); background: linear-gradient(to bottom right,transparent 50%,var(--light_blue) 50%);}
.work_culture_page .image_col .image{position:relative; height:100%;}
.work_culture_page .image_col video{position:absolute; left:0; top:0; height: 100%; width: 100%; object-fit: cover;}

/* rewards_recog_section */

/* .rewards_page .animated_text_section{overflow:initial!important;}/ */

.rewards_page{position:relative;}
/*.rewards_page:before{position:absolute; content:''; left:0; top:0; height:100%; width:100%; background:url('../images/life-at-gtf/page_bg1.png'); background-position: center; background-attachment: fixed; background-size:cover; opacity: 0.06;}*/
    .rewards_page .year_filter{display: inline-block; width: 100%; margin-top: 20px; margin-bottom:0;}
    .rewards_page .sub_contents .title {
        margin-bottom: 30px;
        font-size: 20px;
        letter-spacing: 1px;
        text-decoration: underline;
    }
.rewards_page .sub_contents .title.center{display:table; margin-left:auto; margin-right:auto;}
    .rewards_page .sub_contents .single_col{margin: 10px 0;}
    .rewards_page .sub_contents .single-event {
        
        border: 1px solid rgba(0 0 0 / 7%);
        padding: 5px;
        height: 100%;
    }
    .rewards_page .sub_contents .single-event .text {
        padding:0 10px;
    }
    .rewards_page .sub_contents .name {
        margin: 20px 0 10px;
        font-size: 18px;
    }
.rewards_page .sub_contents .message p{font-size: 14px; line-height: 20px; letter-spacing: 0.5px;}
    .rewards_page .load_more {
        text-align: center;
        margin-top: 20px;
    }
.rewards_page .load_more .btn{font-size: 14px; height: 42px; padding: 6px 24px;}
.rewards_page .load_more .icon img{width: 12px;}
.rewards_page .nav-tabs{margin:10px 0 60px;}
.rewards_page .owl-dots{line-height:initial; margin: 10px 0; justify-content: center; display: flex;}
.rewards_page .owl-dots button{height:16px; opacity: 0.3;}
.rewards_page .owl-dots button.active{opacity:1;}
.rewards_page .owl-dots button span{height: 2px; width: 30px; background: #000; display: block; margin: 0 4px;}
.nav-tabs{justify-content: center; border:none; }
.nav-tabs .nav-link{position:relative; border:none; text-transform: uppercase; font-family: var(--oswald_font); letter-spacing: 3px; color:#000; margin:0; padding: 12px 24px;}
.nav-tabs .nav-link:after{position:absolute; content:''; display:block; height:2px; left:0; bottom:-2px; background:#d6d6d6; width:100%;}
.nav-tabs .nav-link:before{position:absolute; content:''; display:block; height:2px; left:0; bottom:-2px; background:#000; width:0; z-index: 1;}
.nav-tabs .nav-link.active:before{width:100%;}
/* .rewards_recog_section .content_col{padding:50px 0;} */


/* creatives page */

.creatives_page .load_more {text-align: center; margin-top: 20px;}
.creatives_page .load_more .btn {font-size: 14px; height: 42px; padding: 6px 24px;}
.creatives_page .single{margin:10px 0;}

/* logos page */

.logos_page .single_col{max-width: 20%; flex:0 0 20%;}
.logos_page .load_more {text-align: center; margin-top: 20px;}
.logos_page .load_more .btn {font-size: 14px; height: 42px; padding: 6px 24px;}
.logos_page .single {
    margin: 10px 0;
    text-align: center;
}
    .logos_page .single a {background: #f9f9f9; display: block; padding: 20px; cursor: default;}
    .logos_page .single .title {
        font-size: 16px;
        margin: 12px 0 20px;
        font-weight: 400;
        letter-spacing: 1px;
    }
    /* work_with_us_page */

.work_with_us_page .single_col {
    margin-bottom:30px;
}

.work_with_us_page .single {
    padding: 40px;
    position: relative;
    background: var(--light_blue);
    height: 100%;
}
.work_with_us_page .single .time{position: absolute; content: ''; right: 30px; top: 30px; font-size: 13px; color: #000; letter-spacing: 0.2px;}
.work_with_us_page .single .jobName{font-weight: 600; font-size: 22px; letter-spacing: 1px;}
.work_with_us_page .single .details{display: flex; list-style-type: none; margin: 10px 0 20px; padding:0;}
.work_with_us_page .single .details li{display: flex; align-items: center; letter-spacing: 0.2px; font-size: 14px;}
.work_with_us_page .single .details li:not(:last-child){margin-right: 25px;}
.work_with_us_page .single .details .icon{width: 17px; height: 17px; object-fit: contain; margin-right: 8px; opacity: 0.6;}
        .work_with_us_page .single .des_title {
            font-size: 16px;
            letter-spacing: 0.5px;
            font-weight: 400;
            text-decoration: underline;
            margin-bottom: 15px;
        }

        .work_with_us_page .single .description {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 8;
            -webkit-box-orient: vertical;
            /* height:190px; */
        }

        .work_with_us_page .single .description1{
            display:none;
        }

        /* .work_with_us_page .single .description:nth-child(1){
            display:none;
        } */

        .work_with_us_page .single .description p {
            margin: 0;
            /*overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;*/
            letter-spacing: 0.5px;
            font-size: 14px;
            color: #000;
            line-height: 22px;
            margin-bottom: 20px;
        }
.work_with_us_page .single .description ul { padding-left: 20px; font-size: 14px; margin: 0; line-height: 20px; /*overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;*/}
.work_with_us_page .single .description li:not(:last-child){margin-bottom:8px;}
.work_with_us_page .single .btns{margin-top: 22px;}
.work_with_us_page .single .btns .btn{font-size: 13px; letter-spacing: 0.5px; font-weight: 500; padding: 5px 15px; height: 38px; margin-right: 5px;}
.work_with_us_page .btn .icon{margin-right: 8px;}
.work_with_us_page .btn .icon img{width: 13px;}
.work_with_us_page .btn .icon:before{width: 6px; height: 6px;}

/* job_modal */

/* .job_modal{font-family: var(--oswald_font);} */
.job_modal .form_head{text-align: center; margin-bottom: 30px; text-transform: uppercase; font-size: 24px; font-weight: 600; letter-spacing: 0.5px;}
.job_modal .modal-body{padding: 40px;}
.job_modal .modal-body button.close{position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; opacity: 1; z-index: 9; color: #fff; font-size: 26px; background-color: #000;}
.job_modal .form-group{margin-bottom:12px;}
.job_modal .form-control{border: 1px solid #ced4da; height: 44px; border-radius: 0; font-size: 14px; color: #000; letter-spacing: 0.3px;}
.job_modal .form-control::placeholder{font-size: 14px; color: #808080;}
/* .job_modal select.form-control{font-size:16px;} */
.job_modal textarea{min-height: 60px;}
.job_modal input[type=file]{height:auto;}
.job_modal label{font-size: 12px; line-height: initial; letter-spacing: 1px; color: #000; font-weight: 500;}
.job_modal .submit_row{text-align: center; margin-top: 25px;}
.job_modal .submit_btn{font-size:14px; height:40px; padding: 4px 20px;}


/* job description page */

.job_description_page{padding:100px 0;}
.job_description_page .top{border-bottom: 1px solid #ccc;}
.job_description_page .other_details{display: flex; align-items: center; margin-top: 25px;}
.job_description_page .other_details ul{list-style-type: none; display: flex; padding:0; margin:0;}
.job_description_page .other_details li{letter-spacing: 0.3px; font-weight: 400; font-size: 16px;}
.job_description_page .other_details li:not(:last-child){margin-right: 40px; padding-right: 40px; border-right: 1px solid #ccc;}
.job_description_page .other_details li span{display: block; font-weight: 700; margin-bottom: 5px; font-size: 14px; line-height: initial; letter-spacing: 0.5px;}
.job_description_page .other_details .right{margin-left: auto;}
.job_description_page .description{margin-top: 25px; border-top: 1px solid #ccc; padding-top: 40px;}
.job_description_page .description .sub_head{font-size: 18px; margin: 25px 0 15px;}
.job_description_page .description .des_title{margin-bottom: 20px;}
.job_description_page .description p{font-size: 14px; font-weight: 400; line-height: 22px; color: #000; text-align: justify;}
.job_description_page .description ul{font-size: 14px;}


/* request & quote page */

.request_quote_page .form{max-width: 800px; margin:auto;}
.request_quote_page .form .form-control{min-height: 46px; font-size: 15px;}
.request_quote_page .form .form-row{margin-left:-8px; margin-right:-8px;}
.request_quote_page .form .single_col{padding:0 8px;}
.request_quote_page .single_col .form-group{margin-bottom:16px;}
.request_quote_page .form [type=submit]{margin-top:5px;}

.map_section iframe{width:100%; height:500px;}


.say_hello_page .single_add{position:relative;}
.say_hello_page .single_add:not(:last-child):before{position:absolute; content:''; height:100%; width:1px; background:rgba(0 0 0 / 10%); right:0;}
.say_hello_page .single{margin-bottom:30px;}
.say_hello_page .single .name{font-size:20px; letter-spacing: 1px; font-weight: 500;}
.say_hello_page .single ul{margin:0; padding:0; list-style-type: none; margin-top: 25px;}
.say_hello_page .single li{font-size: 15px; line-height: 18px; font-weight: 500; letter-spacing: 0.5px; display: flex;}
.say_hello_page .single .icon{width: 28px;}
.say_hello_page .single .icon img{width: 16px; height: auto; object-fit: contain;}
.say_hello_page .single li:not(:last-child){margin-bottom:20px;}
.say_hello_page .single .text{width:calc(100% - 30px); font-weight: 400; font-family: var(--oswald_font); letter-spacing: 1px; font-size:16px; line-height:22px;}
.say_hello_page .single .text a{font-weight: 400; color:#000; letter-spacing: 1px; font-size:15px; line-height:22px; text-decoration: none;}

/* request_call */


.say_hello_page .request_call{background:var(--light_blue); padding: 40px;}
.say_hello_page .request_call .section_title{font-size:30px;}
.say_hello_page .request_call .numbers{position:relative; padding:0; display:flex; justify-content: space-around; margin:0; list-style-type: none;}
.say_hello_page .request_call .numbers:before{position: absolute; content: ''; width: 70%; height: 1px; border-top: 2px dashed rgba(0 0 0 / 10%); left: 50%; top: 40px; transform: translateX(-50%);}
.say_hello_page .request_call .numbers li{text-align: center; position:relative;}
.say_hello_page .request_call .numbers .icon{height: 80px; width: 80px; display: flex; align-items: center; justify-content: center; margin: auto; border: 2px dashed rgba(0 0 0 / 10%); border-radius: 100%; position:relative; background:var(--light_blue);}
.say_hello_page .request_call .numbers .icon img{max-width: 26px; opacity: 0.6;}
.say_hello_page .request_call .numbers li a{font-size: 18px; display: block; color: #000; text-decoration: none; font-weight: 500; letter-spacing: 1px; margin-top: 25px;}
.say_hello_page .request_call .numbers .name{text-align: center; font-size: 13px; margin-top: 5px; margin-bottom: 0; line-height: initial;}

/* website_landing_pages */

.website_landing_pages .single{margin-bottom:60px; }
.website_landing_pages .single .image_box{position:relative; overflow:hidden; height:500px; border: 1px solid rgba(0 0 0 / 5%); margin-bottom:30px; -webkit-transition: 0.5s all;}
.website_landing_pages .single .image_box:hover{transform: scale(1.06); border: 1px solid rgba(0 0 0 / 15%);}
.website_landing_pages .single .thumbnail{position:absolute; top:0; width: 100%; height:auto;  -webkit-transition: bottom 0.5s linear; -moz-transition: bottom 0.5s linear; -ms-transition: bottom 0.5s linear; -o-transition: bottom 0.5s linear; transition: bottom 0.5s linear;}
.website_landing_pages .single .title{font-size: 20px; letter-spacing: 1px; font-weight: 400; text-align: center;}
/* .website_landing_pages .single:hover .thumbnail{top:unset;bottom:0!important; -webkit-transition: bottom 3s linear; -moz-transition: bottom 3s linear; -ms-transition: bottom 3s linear; -o-transition: bottom 3s linear; transition: bottom 3s linear;} */
.website_landing_pages .image_box .redirect_icon {
    background: #000;
    position: absolute;
    right: -55px;
    bottom: -55px;
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 400ms ease-in-out;
}

.website_landing_pages .image_box:hover .redirect_icon {
    right:0;
    bottom:0;
}

.website_landing_pages .image_box .redirect_icon .icon {
    filter: invert(1);
    max-width: 30px;
}

    .website_landing_pages .load_more {
        text-align: center;
    }


/*filter section*/

.filter_row .col {
    flex-grow: unset;
    max-width: 250px;
    flex: 0 0 250px;
}

    .filter_row .col .form-group {
        margin:0;
    }

.filter_row .form-group label {
    font-size: 14px;
    line-height: initial;
    display: block;
    height: 20px;
}

.filter_row .form-group .form-control,
.filter_row .form-group .btn[type=submit] {
    height:46px;
}

/*filter_row*/

.filter_row {
    margin-bottom: 30px;
}

.filter_row .btn[type=submit] {
    background: var(--light_blue);
}

.main_single_data {
    display: none;
}

.no-record{margin:0; text-align: center!important; font-weight: 500; font-size: 20px;}

/* 03-jan */

.btn_outline.btn_white{color: #fff;}
.video_section{padding:100px 0; color: #fff; cursor: auto;}
/* .video_section:before{position:absolute; content:''; height:100%; width:100%; background: rgba(0 0 0 / 40%); z-index: 1; top: 0; left: 0;} */
/* .video_section video{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;} */
/* .video_section{ object-fit: cover; background: #000 url('../images/mobile_video_slide.webp') no-repeat center center; background-size: cover;} */
.video_section video{ width: 100%; height:100%; left:0; top:0; object-fit: cover; background:  url('../images/mobile_video_slide.webp') no-repeat center center; background-size: cover;}
/* .video_section video{ width: 100%; height:100%; left:0; top:0; object-fit: cover; background: #000 url('../images/mobile_video_slide.webp') no-repeat center center; background-size: cover;} */
.video_section .line_title{z-index: 1;}
.video_section .line_title:before{background:#fff;}
.video_section .sub_title{position:relative; font-size: 25px; margin: 0; margin-top: 30px; line-height: 35px; text-align: center; z-index: 1;} 
.video_section .video_thumbnail{height:100%; position:absolute; top: 0; left: 0;}
.video_section .btn_outline{z-index: 1; position: relative; margin: auto; width: max-content; display: flex; margin-top: 50px;}

/* 13-March */
.custom-video-container {padding:0;color:#fff;cursor:auto;padding-bottom:0;text-align:left}
.custom-video-container .line_title{z-index:1;font-size:24px;margin-bottom:0;padding-bottom:0;text-align:left;margin-left:unset;
    margin-right:unset;}
.video_section:before { background-color:unset;}
.custom-video-container .container{max-width:93%;display:flex;align-items:center;gap:0 13px;padding-bottom:20px; position: absolute; bottom: 10px;}
.video_section .btn_outline{z-index:1;position:relative;margin:unset;width:max-content;display:flex;height:unset;margin-top:unset}

.custom-video-container {overflow: hidden;}
.custom-video-container .container { max-width: 100%;}
.custom-video-container .line_title {
    background-color: #000000;
    padding: 6px 10px;
    color: #fff;
    font-size: 20px;
}

.custom-video-container .line_title:before{
    display:none;
}

.custom-video-container a.btn.btn_outline.btn_white.an_icon_btn.btn_mobile {
    background-color: #fff;
    height: 35px;
    color: #000;
}

/* .gallery_slider a{display:none;} */

.gallery_slider{padding: 60px 0; border-top: 1px solid #efefef;}

.awards_frame{
    margin-bottom: 60px;
}

.awards_frame:nth-child(even) .row{
    flex-direction: row-reverse;
}

.awards_frame .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.awards_frame:nth-child(even) .content{
    text-align: right;
}

.awards_frame .title{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.awards_frame .ribbon{
    position: relative;
    text-align: right;
    padding-right: 200px;
    margin-top: 20px;
}

.awards_frame .ribbon:before{
    position: absolute;
    content: '';
    height: 38px;
    width: 100%;
    display: block;
    background: #a16e2f;
    opacity: 60%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    left: -100px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 11px) 50%, 100% 100%, 0 100%);
}

.awards_frame:nth-child(even) .ribbon{
    padding-left: 200px;
    padding-right: 0;
    text-align: left;
}

.awards_frame:nth-child(even) .ribbon:before{
    right: -100px;
    left: unset;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 11px 50%);
}

.awards_frame .ribbon .awardIcon{
    width: 85px;
}

/* 11-07 */

/* main_page_contents */


.main_page_contents.home{width: calc(100% - 92px); margin-left: auto; margin-top: 100vh;}
.main_page_contents .hero_section{position: fixed; width: calc(100% - 92px); top: 0; left: 92px;}
.main_page_contents .page_container{background: #fff; position: relative; box-shadow: 0 0 160px rgba(0 0 0 / 10%);}


/* hero section */

.hero_section .carousel-item{position:relative;}
.hero_section .carousel-item:before{position:absolute; content:''; height:100%; width:100%; left:0; top:0; background:linear-gradient(47deg, rgb(226 67 151 / 90%), rgb(226 67 151 / 40%), rgb(42 174 228 / 17%))}
.hero_section .carousel-item .thumbnail{height:100vh; width:100%; object-fit: cover;}
.hero_section .carousel-item .carousel-caption{position:absolute; content:''; width:100%; left:0; top:50%; right:unset; bottom:unset; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); text-align: left;}
.hero_section .carousel-item .title{font-size:80px; letter-spacing: 10px; text-transform: uppercase; position:relative; transform: translateY(25px); -webkit-transform: translateY(25px); -ms-transform: translateY(25px); opacity:0; max-width: 70%;}
.hero_section .carousel-item.animate .title{transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); opacity:1; transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out;}
/* .hero_section .carousel-caption .title::before{position:absolute; content:'';  display:block; bottom:0; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);} */
.hero_section .carousel-item .break{height:2px; width:80px; background:#fff; display: table; margin: 35px 0; transform: translateY(25px); -webkit-transform: translateY(25px); -ms-transform: translateY(25px); opacity:0;}
.hero_section .carousel-item.animate .break{transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); opacity:1; transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; transition-delay: 0.3s; -webkit-transition-delay: 0.3s; -ms-transition-delay: 0.3s;}
.hero_section .carousel-item p{ font-size:25px; color:#fff; margin: 0; line-height: 35px; /*max-width: 50%;*/ margin-left: auto; margin-right: auto; transform: translateY(25px); -webkit-transform: translateY(25px); -ms-transform: translateY(25px); opacity:0;}
.hero_section .carousel-item.animate p{transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); opacity:1; transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; transition-delay: 0.6s; -webkit-transition-delay: 0.6s; -ms-transition-delay: 0.6s;}
.hero_section .carousel-item .btn_outline{color:#fff; margin-top:60px; display:inline-flex; align-items: center; transform: translateY(25px); -webkit-transform: translateY(25px); -ms-transform: translateY(25px); opacity:0;}
.hero_section .carousel-item.animate .btn_outline{transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); opacity:1; transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; transition-delay: 0.9s; -webkit-transition-delay: 0.9s; -ms-transition-delay: 0.9s;}
.hero_section .carousel-item .icon img{filter: contrast(1) brightness(0) invert(1);}


.hero_section .carousel-indicators{margin:0; bottom: 100px; right: 50px; justify-content: unset; width: auto; left: unset;}
.hero_section .carousel-indicators li{background:transparent; margin: 0; text-indent: 0; color:#fff;  opacity:1; font-size: 12px; letter-spacing: 2px; height:auto; border:none; width:auto; padding: 0 6px; text-align: right; position:relative ;}
.hero_section .carousel-indicators li:before{position:relative; content:''; height:1px; width:0; background:#fff; display:block; margin-right: 30px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transition:all 300ms ease-in-out}
.hero_section .carousel-indicators li.active{font-size:16px;}
.hero_section .carousel-indicators li.active:before{width:100px;}


/* banner slides */

.hero-bg_wrap-col {
    grid-column-gap: var(--hero-bg-spacing);
    grid-row-gap: var(--hero-bg-spacing);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 36%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.hero-bg_wrap-slides {
    grid-column-gap: var(--hero-bg-spacing);
    grid-row-gap: var(--hero-bg-spacing);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.v-scroll {
    -webkit-animation: heroscroll 30s linear infinite;
    animation: heroscroll 30s linear infinite;
}

.scroll2 {
    -webkit-animation: heroscroll2 50s linear infinite;
    animation: heroscroll2 50s linear infinite;
}

.scroll3 {
    -webkit-animation: heroscroll2 30s linear infinite;
    animation: heroscroll2 30s linear infinite;
}

.hero-bg_wrap-col .v-scroll,
.hero-bg_wrap-col .scroll3 {
    animation-direction: reverse;
}

.hero-bg_wrap_slide {
    /* aspect-ratio: 16 / 9; */
    border-radius: 5px;
    overflow: hidden;
}

.hero-bg_wrap_slide img{
    max-width: 100%;
}


.hero-bg_wrap-cols {
    grid-column-gap: var(--hero-bg-spacing);
    grid-row-gap: var(--hero-bg-spacing);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 65%;
    right: auto;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    transform-origin: top;
}

.hero-bg_wrap-cols:before{
    position: absolute;
    content: '';
    height: 100%;
    width: calc(100% + 100px);
    background: #f5f5f5;
    top: -100px;
    left: -20px;
}

.m-banner__content{
    height: 100vh;
    overflow: hidden;
}

.m-banner__content .content{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.m-banner__content .content .hero_sub_title{
    font-size: 24px;
    color: #555;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 35px;
}

.m-banner__content .content .title{
    font-size: 46px;
    font-weight: 500;
    text-transform: uppercase;
}

.m-banner__content .content .title .color1,
.m-banner__content .content .title .color2,
.m-banner__content .content .title .color3{
    color:#000;
}

.m-banner__content .content .fill{
    position:relative;
    display:inline-flex;
    /* color:#fff; */
}

.m-banner__content .content .fill:before{
    position: absolute;
    content: '';
    height: calc(100% - 7px);
    top: 6px;
    width: 0;
    /* background: url(../images/icons/bg_selection1.png) no-repeat; */
    /* background-size: cover; */
    z-index: -1;
    left: -5px;
    background:var(--);
    transition:width 0.5s ease-in-out;
    opacity: 0.5;
}

.m-banner__content .content .fill:nth-child(1):before{
    transition-delay: 0.3s;
}

.m-banner__content .content .fill:nth-child(2):before{
    transition-delay: 0.6s;
}

.m-banner__content .content .fill:nth-child(3):before{
    transition-delay: 0.9s;
}

.m-banner__content .content .fill.active:before{
    width: calc(100% + 10px);
}

.m-banner__content .content .fill.color1:before{
    background:var(--color1);
}

.m-banner__content .content .fill.color2:before{
    background:var(--color2);
}

.m-banner__content .content .fill.color3:before{
    background:var(--color3);
}

.m-banner__content .content p{
    margin-top: 25px;
    margin-bottom: 0;
}

.m-banner__content .content .btn{
    margin-top: 50px;
}

.hero-bg_wrap-cols .hero-bg_wrap-col:nth-child(2){
    margin-top: -650px;
}

.hero-bg_wrap-cols .hero-bg_wrap-col:nth-child(3){
    margin-top: -170px;
}

@-webkit-keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 5rem));
        transform: translateX(calc(-100% - 5rem))
    }
}

@keyframes scroll {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(calc(-100% - 5rem));
        transform: translateX(calc(-100% - 5rem))
    }
}

@-webkit-keyframes heroscroll {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes heroscroll {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}


@-webkit-keyframes heroscroll2 {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes heroscroll2 {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

/* end of banner slides */

.tabs_row_style_1{
    display: flex;
    flex-wrap: wrap;
}

.tabs_row_style_1 .tab_col{
    width: 200px;
    flex: 0 0 200px;
    margin-right: 60px;
}

.tabs_row_style_1 .content_col{
    width: calc(100% - 260px);
    flex: 0 0 calc(100% - 260px);
    align-items: center;
    display: flex;
}

.tabs_row_style_1 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 25px;
}

.tabs_row_style_1 .content .left{
    max-width: calc(100% - 400px);
    flex: 0 0 auto;
    padding-bottom: 50px;
}

.tabs_row_style_1 .content .tab_title{
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 40px;
}

.tabs_row_style_1 .content .btn{
    margin-top: 30px;
}

.tabs_row_style_1 .content .right{
    max-width: 350px;
    flex: 0 0 350px;
    position: relative;
}

.tabs_row_style_1 .content .img_col{
    position: relative;
    height: 100%;
    /* padding: 20px;
    background: #f5f5f5; */
}

.tabs_row_style_1 .content .img_col img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabs_row_style_1 .tab_col .nav-link{
    position: relative;
    border-radius: 6px;
    padding: 10px;
    height: 60px;
    /* font-family: var(--oswald_font); */
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.tabs_row_style_1 .tab_col .nav-link:not(:last-child):before{
    position:absolute;
    content:'';
    height:1px;
    width:100%;
    background:#ddd;
    bottom:0;
    left:0;
    display:block;
}

.tabs_row_style_1 .tab_col .nav-link.active{
    background: #edf7fa;
    color: #0a66c2;
    font-weight: 500;
}

.tabs_row_style_1 .tab_col .nav-link.active:before{
    display:none;
}

/* btn loader */

.btn .loader {
    width: 26px;
    height: 26px;
    border: 2px solid #3a3a3a;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    display:none;
    animation: rotation 1s linear infinite;
}

.btn .txt{
    display:inline-flex;
}

.btn.loading .loader{
    display:block;
}

.btn.loading .txt{
    display:none;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
} 

/* blog_page */

.blog_page article{
    box-shadow: none !important;
}

.blog_page article .card-body{
    padding: 20px 0 0 0;
}

.blog_page article .card-title a{
    font-size: 20px;
}

.blog_page article .card-text{
    font-size: 14px;
    line-height: initial;
    letter-spacing: 1px;
}

.blog_page article small{
    font-size: 12px;
}

.blog_page .sticky-sidebar{
    position: sticky;
    top: 0;      

}

.blog_page .sticky-sidebar .card{
    background: var(--light_blue);
    border-color: #e9e9e9;
    box-shadow: none !important;
}

.blog_content_page .sticky-sidebar .card{
    background: var(--light_blue);
    border-color: #e9e9e9;
    box-shadow: none !important;
}

.blog_page .sticky-sidebar .card-title{
    font-size:16px;
}

.blog_page .sticky-sidebar .form-group{
    margin-bottom: 10px;
}


.blog_page .sticky-sidebar input::placeholder,
.blog_page .sticky-sidebar textarea::placeholder{
    font-size:14px;
    font-weight: normal;
}

.blog_page .sticky-sidebar .form-control{
    border-color: #dfdfdf;
    min-height: 44px;
}

.blog_page .sticky-sidebar button[type=submit]{
    height: 40px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    background: #000;
    border: none;
    color:#fff;
}

.blog_page .sticky-sidebar .list-group-item{
    background:transparent;
    padding: 7px 0;
}

.blog_page .sticky-sidebar .list-group-item a{
    font-size: 14px;
    color: #000;
}

/* blog_detail_page */

.blog_detail_page{
    
}