@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;
}

.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;
}

.py_100{
    padding-top:100px;
    padding-bottom:100px;
}

.mx_-10{margin-left: -10px; margin-right:-10px}
.mx_-20{margin-left: -20px; margin-right:-20px}
.mx_-30{margin-left: -30px; margin-right:-30px}
.mx_-40{margin-left: -40px; margin-right:-40px}
.px_10{padding-left: 10px; padding-right:10px}
.px_20{padding-left: 20px; padding-right:20px}
.px_30{padding-left: 30px; padding-right:30px}
.px_40{padding-left: 40px; padding-right:40px}

/* 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{display: inline-flex; align-items: center; font-family: var(--playfair_font);}
.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:40px; 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: 135px;} 
.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:100px; padding-bottom:100px;}
.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;}

/* 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 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:-10px; margin-right:-10px;}
.what_we_do .contents .box{padding:0 10px;}
.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: 20px; 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: 450px; 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 */

/* 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 .line_title:before{background:#fff;}
.why_gtf .icon{margin-bottom:25px;}
.why_gtf .icon img{filter:invert(1); width: 70px; height: 70px; object-fit: contain;}
.why_gtf .section_title{margin-bottom:80px;}
.why_gtf .single .title{font-size: 20px; padding-bottom: 15px; margin-bottom: 25px; font-weight: 400; text-transform: uppercase;}
.why_gtf .single p{font-size:14px; margin:0; line-height:22px;}

/* brand_section */

.brand_section{padding:80px 0;}
.brand_section .item{padding-bottom:20px}
.brand_section .single{/*border: 1px solid #e1e1e1;*/ padding:20px; 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; padding:120px 0; 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:rgba(0 0 0 / 30%)}
.connect_with_us .form{background:#fff; max-width: 55%; width:100%; padding:80px; position: relative;}
.connect_with_us .form_heading{text-transform: uppercase; font-weight: 400; font-size: 25px; 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 select.form-control {
        height:46px;
    }
    .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;}

/* 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: -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%);}
.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: #0c0c0c; padding:130px 0; color:#fff;}
footer .row{margin-left:0; margin-right:0; justify-content: space-between;}
footer .left_col{width: 55%; position:relative;}
footer .left_col:before{content: ''; display: inline-block; position: absolute; width: 1px; top: 0; right: -18%; background-color: rgba(255,255,255,.25); -webkit-transform: translateY(-10%); -ms-transform: translateY(-10%); transform: translateY(-10%); height: 150%;}
footer .right_col{width: 26%;}
footer .footer_title{ font-size: 30px; text-transform: uppercase ; letter-spacing: .1em; font-weight: 400; margin-bottom:25px;}
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-family: var(--playfair_font); font-size:14px; }
footer .contact_addresses{margin:0; padding:0; list-style-type: none; display:flex; margin-left:-15px; margin-right:-15px;}
footer .contact_addresses li{padding:15px;}
footer .contact_addresses .title{font-size: 18px; font-weight: 400; margin-bottom: 15px; position:relative; padding-bottom: 10px;}
footer .contact_addresses .title:before{position:absolute; content:''; left:0; bottom:0; height:1px; width:20px; display:block; background: rgb(255 255 255 / 30%);}
footer .contact_addresses p{font-weight: 100; font-size:13px; margin: 0; line-height: 20px; font-family: var(--oswald_font); letter-spacing: 1.5px;}

/* footer_bottom */

.footer_bottom{background:#000; padding:40px 0;}
.footer_bottom .contents{display:flex; justify-content: space-between;}
.footer_bottom .logo span{position:relative;}
.footer_bottom .logo img{max-width: 100px; max-height: 50px; 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:30px; width:1px; background:rgba(255 255 255 / 15%); right:-10px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%);}
.footer_bottom .contents ul{margin:0; padding:0; display:flex; list-style-type: none; align-items: center; justify-content: flex-end;}
.footer_bottom .contents li{max-width: 250px; line-height: 18px;}
.footer_bottom .contents li:not(:last-child){margin-right:20px;}
    .footer_bottom .contents li,
    .footer_bottom .contents li a {
        color: #fff;
        font-size: 13px;
        /*font-family: var(--playfair_font);*/
        margin: 0;
        display: flex;
        align-items: start;
        text-decoration: none !important;
        font-weight: 300;
    }
.footer_bottom .contents li img{filter:invert(1); width:14px; height:14px; object-fit: contain; margin-right: 8px; margin-top: 3px;}
.footer_bottom .contents p,
.footer_bottom .contents p a{margin:0; font-size:14px; font-family: var(--oswald_font); color:#fff; letter-spacing: 1px; text-decoration: none;}
.footer_bottom .contents p{margin:5px 0 0;}
.footer_bottom .contents .right_content{display: flex; align-items: center;}


/* 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 .text{margin-left:16px;}
.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;}

.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 .tab-content{margin-top: 15px;}
.enquire_sidemenu .contact_details .tab-content a{display:block;}
.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 .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{margin:30px 0;}
.digital_media_planning_page .text{margin-top:25px;}
.digital_media_planning_page .text .title{text-transform: uppercase; font-size:20px; margin-bottom: 15px;}
.digital_media_planning_page .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{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{display:flex; flex-wrap: wrap; padding:0; margin:0; margin-left:-40px; margin-right:-40px; list-style-type: none;}
.services_inner_page .points li{max-width: 50%; flex:0 0 50%; padding:0 40px; margin: 20px 0; position: relative;}
.services_inner_page .points .count{position: absolute; content: ''; font-size: 130px; font-weight: 600; z-index: -1; color: var(--light_blue);} 
.services_inner_page .points .icon{margin-bottom:24px; display:inline-block;}
.services_inner_page .points .icon img{max-width: 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;}

/* case_studies_inner_page */

.case_studies_inner_page .sub_contents{padding-bottom:0;}
.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: 40px; font-weight: 700; line-height: 40px; padding-bottom: 20px; margin-bottom: 20px;}
.case_studies_inner_page .sub_contents .points p span{font-size: 28px;}
.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;}

/* 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 .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: 55%; height: 1px; border-top: 2px dashed rgba(0 0 0 / 10%); left: calc(33.33% - 110px); top: 40px;}
.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: 24px; display: block; color: #000; text-decoration: none; font-weight: 500; letter-spacing: 1px; margin-top: 25px;}

/* 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;}