
/*------------------------------------------------------------------

Project:    Talos - Creative Multipurpose HTML Template
Version:    1.0
Last change:    24/09/16 
Assigned to:    IG Design
Primary use:    Multipurpose OnePage Design


Table of contents

1. Preloader
2. Navigation
3. Primary
4. Home
5. About
6. Quotes
7. Team
8. Separators
9. Counter
10. Work
11. Ajax Projects Expander Styles
12. Single External Project
13. Logos Carousel
14. Services 
15. Blog
16. Contact
14. Google Maps 
15. Contact Form
16. Footers
17. Tooltip
18. Media Queries

-------------------------------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=devanagari,latin-ext';



body.royal_preloader {
    background: none;
    visibility: hidden !important;
}
#royal_preloader {
    visibility: visible;
    position: fixed;
    width:100%;
    height:100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    margin: 0;
    z-index: 9999999999;
}
#royal_preloader.royal_preloader_number:before,
#royal_preloader.royal_preloader_progress:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -moz-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -ms-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: -o-radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.01));
}
#royal_preloader.complete {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0.5s;
       -moz-transition: opacity 0.2s linear 0.5s;
        -ms-transition: opacity 0.2s linear 0.5s;
         -o-transition: opacity 0.2s linear 0.5s;
            transition: opacity 0.2s linear 0.5s;
}
#royal_preloader.royal_preloader_line {
    height: 2px;
    bottom: auto;
}

/* Number Mode */

#royal_preloader.royal_preloader_number .royal_preloader_percentage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 100px;
    font-size: 20px;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
}
#royal_preloader.royal_preloader_number .royal_preloader_percentage > div {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 4px solid transparent;
    border-left-color: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: rotate 0.8s linear infinite;
       -moz-animation: rotate 0.8s linear infinite;
        -ms-animation: rotate 0.8s linear infinite;
         -o-animation: rotate 0.8s linear infinite;
            animation: rotate 0.8s linear infinite;
}

/* Line Mode */

#royal_preloader.royal_preloader_line .royal_preloader_loader {
    position: absolute;
    height: 100%;
    left: 0;
}
#royal_preloader.royal_preloader_line .royal_preloader_peg {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100px;
    opacity: 0.5;
}

/* Text Mode */

#royal_preloader.royal_preloader_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity:.2;
    left: 50%;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    height: 80px;
    line-height: 80px;
    margin: auto;
    letter-spacing: -4px;
    font-size: 55px;
    white-space: nowrap;
}
#royal_preloader.royal_preloader_text .royal_preloader_loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Scale Text Mode */

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    color: #FFFFFF;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    top: 0;
    bottom: 0;
    left: 50%;
    height: 32px;
    line-height: 32px;
    margin: auto;
    letter-spacing: 1px;
    font-size: 32px;
    white-space: nowrap;
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span {
    display: inline-block;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

#royal_preloader.royal_preloader_scale_text .royal_preloader_loader span.loaded {
    -webkit-animation: scale 0.2s forwards;
       -moz-animation: scale 0.2s forwards;
        -ms-animation: scale 0.2s forwards;
         -o-animation: scale 0.2s forwards;
            animation: scale 0.2s forwards;
}

/* Logo Mode */

#royal_preloader.royal_preloader_logo .royal_preloader_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
}
#royal_preloader.royal_preloader_logo .royal_preloader_loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#royal_preloader.royal_preloader_logo .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

/* Progress Mode */

#royal_preloader.royal_preloader_progress .royal_preloader_percentage {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #AAAAAA;
    color: rgba(255, 255, 255, 0.1);
    font-family: Impact, Arial;
    font-size: 20px;
    text-align: center;
}
#royal_preloader.royal_preloader_progress .royal_preloader_loader {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 60%;
    height: 2px;
    margin: -10px auto auto auto;
    background-color: rgba(0, 0, 0, 0.1);
}
#royal_preloader.royal_preloader_progress .royal_preloader_meter {
    width: 0;
    height: 100%;
    margin: auto;
    padding: 0;
    background-color: #C76363;
}


@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0);}
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes rotate {
    0% { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}
@-o-keyframes rotate {
    0% { -o-transform: rotate(0); }
    100% { -o-transform: rotate(360deg); }
}
@keyframes rotate {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes scale {
    0% { -webkit-transform: scale(0); opacity: 0;}
    50% { -webkit-transform: scale(2);  opacity: 0.5;}
    100% { -webkit-transform: scale(1);  opacity: 1;}
}
@-moz-keyframes scale {
    0% { -moz-transform: scale(0); opacity: 0;}
    50% { -moz-transform: scale(2); opacity: 0.5;}
    100% { -moz-transform: scale(1); opacity: 1;}
}
@-ms-keyframes scale {
    0% { -ms-transform: scale(0); opacity: 0;}
    50% { -ms-transform: scale(2); opacity: 0.5;}
    100% { -ms-transform: scale(1); opacity: 1;}
}
@-o-keyframes scale {
    0% { -o-transform: scale(0); opacity: 0;}
    50% { -o-transform: scale(2); opacity: 0;.5}
    100% { -o-transform: scale(1); opacity: 1;}
}
@keyframes scale {
    0% { transform: scale(0); opacity: 0;}
    50% { transform: scale(2); opacity: 0.5;}
    100% { transform: scale(1); opacity: 1;}
}




/* #Navigation
================================================== */

#menu-wrap{
    position: fixed;
    padding-bottom:10px;
    width:100%;
    z-index:5000;
    top:0;
    left:0;
}
#menu-wrap .container .columns  { 
    margin-top: 10px;
    margin-bottom: 10px;
}
.menu-back{
    background: rgba(33,33,33,0);
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}


.cbp-af-header {
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
    background: rgba(33,33,33,.93);
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo{
    width:86px;
    height:16px;
    top:32px;
    background:url('../images/logo.webp') no-repeat center center;
    background-size:86px 16px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
    margin-top:1px;
    margin-bottom:0;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
    background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
    background:none; 
}
ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li { 
    background:none;
    padding-left:0; }
    
ul.slimmenu li ul {
    background:#212121;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}






.logo{
    position:absolute;
    width:134px;
    height:25px;
    z-index:10000;
    top:50px;
    background:url('../images/logo.webp') no-repeat center center;
    background-size:134px 25px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}



.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 60%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}






ul.slimmenu {
    padding-top:10px;
    padding-right:100px;
    text-align:right;
    margin-top:23px;
    margin-bottom:20px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
    background:url('../images/line.png') 0 14px no-repeat;
    background-size:15px 10px;
    padding-left:20px;
    -webkit-transition : all 0.3s ease-out;
    -moz-transition : all 0.3s ease-out;
    -o-transition :all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #fff;
    padding: 10px 0px;
    cursor:pointer;
    margin: 0px 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 11px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.slimmenu li a:hover {
    text-decoration: none;
}
ul.slimmenu li {
}
ul.slimmenu li:first-child {
    background:none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
    display:none;
}
ul.slimmenu li .sub-collapser > i {
    display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child { 
    background:none; }
ul.slimmenu li ul li {
    background:none;
    padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
    text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 140%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
    padding:0;
    margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}

/* #Primary
================================================== */ 

.section{
    position:relative;
    width:100%;
}
.full-height{
    height:100vh;
}
.padding-top-bottom{
    padding-top:120px;
    padding-bottom:120px;
}
.padding-top{
    padding-top:120px;
}
.padding-bottom{
    padding-bottom:120px;
}
.padding-top-bottom-small{
    padding-top:70px;
    padding-bottom:70px;
}
.padding-top-small{
    padding-top:70px;
}
.padding-bottom-small{
    padding-bottom:70px;
}
.back-dark{
    background-color:#212121;
}
.back-dark3{
    background-color:#303030;
}
.back-dark2{
    background-color:#181818;
}
.back-dark1{
    background-color:#060606;
}
.back-black{
    background-color:#000000;
}
.back-white{
    background-color:#ffffff;
}
.back-gray{
    background-color:#f9f9f9;
}

.title-text {
    position:relative;
    width:100%;
    padding-bottom:50px;
}
.title-text.left p{
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 13px; 
    line-height: 16px;
    letter-spacing:1px;
    color:#000;
}
.title-text.left h3{
    text-align:left;
    padding-top:40px;
    width:100%;
    max-width:580px;
}
/*.title-text.left p span{
    padding-left:80px;
}*/
.title-text.left p:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:7px;
    left:34px;
    background-color:#646464;
} 
 
 
 

/* #Home
================================================== */ 

.home-carousel-wrap{ 
    position:relative;
    width:100%;
    height:100vh;
    overflow:hidden;
    z-index:2;
} 
#sync1 .item {
    position: relative; 
    width:100%;
    display: block;
    height:100vh;
    background-size:cover;
    background-position:center center;
} 
/*#sync1 .item.background-home-image-1 {
    background-image:url('../video/1.mp4');
} 
#sync1 .item.background-home-image-2 {
    background-image:url('../video/2.mp4');
} 
#sync1 .item.background-home-image-3 {
    background-image:url('../video/3.mp4');
}*/

#sync1 .item {
    position: relative;
    overflow: hidden;
}

#sync1 .item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#sync1 .item .home-mask,
#sync1 .item .home-text {
    position: relative;
    z-index: 1;
}


#home{
    position: relative;
}
#sync2 {
    position:absolute;
    width:42px;
    top:50%;
    margin-top:120px;
    left:50%;
    margin-left:-21px;
}
#sync2 .item{
    height:15px;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
    z-index:200;
    cursor:pointer;
    width:2px;
    background:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync2 .item:hover{
    height:25px;
}
#sync2 .synced .item {
    height:25px;
}
 
.home-mask{ 
    position:absolute;
    background:#212121;
    opacity:.8;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:1;
    top:0;
    left:0;
} 
.home-text{
    position:absolute;
    width:100%;
    top:50%;
    left:0;
    z-index:10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-text h1{
    font-size: 50px;
    line-height:60px;
    color:#f8f8f8;
    font-weight:700;
}
.link-down{
    position:absolute;
    width:34px;
    height:48px;
    bottom:50px;
    left:50%;
    margin-left:-17px;
    background-image:url('../images/scrolldown.gif');
    background-size:34px 48px;
    background-position:center center;
    z-index:10;
}
 
/* #About
================================================== */

.about-wrap{ 
    position:relative;
    width:100%;
}
.about-wrap h5{ 
    text-align:left;
    padding-left:100px;
    padding-bottom:20px;
}
.about-wrap p{ 
    text-align:left;
    padding-left:100px;
}
.about-wrap .about-icon{ 
    position:absolute;
    top:0;
    left:0;
    width: 64px;
    height: 64px;
    z-index:3;
}
svg * {
  fill: none;
  stroke: currentColor;
}

/* #Quotes
================================================== */ 

#owl-sep-1 {
    position:relative;
    width:100%;
    max-width: 1320px;
    margin:0 auto;
    display:block;
}
#owl-sep-1 .item{
    position:relative;
    width:100%;
    margin-left:0 auto;
    z-index:2;
    display:block;
}
.quote{
    position:relative;
    padding-left:96px;
    margin:0 auto;
    overflow:hidden;
    display:block;
    padding-bottom:60px;
    background-image:url('../images/qu.png');
    background-repeat:no-repeat;
    background-position: 0 10px;
    background-size: 18px 11px;
}
.quote h4{
    text-align:left;
    font-style: italic;
    color:#c8c8c8;
    font-weight:300;
    width:100%;
    max-width:830px;
}
.quote:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:14px;
    left:34px;
    background-color:#f9f9f9;
} 
#owl-sep-1.owl-theme .owl-controls{
    position:absolute;
    left:25px;
    text-align: left;
    bottom:0;
    z-index:100;
    width:100%;
    z-index:20;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span{
    background:#fff;
    border-radius:0;
    width:2px;
    height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span:hover{
    height:15px;
}
#owl-sep-1.owl-theme .owl-controls .owl-page.active span {
    height:22px;
}

/* #Team
================================================== */

.team-wrap{ 
    position:relative;
    width:100%;
}
.team-wrap h6{ 
    text-align:left;
    padding-bottom:20px;
}
.team-wrap p{ 
    text-align:left;
    padding-bottom:25px;
}
.team-wrap img{ 
    width:100%;
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-wrap.fst img:hover{
    transform: rotate(8deg);
    -webkit-transform: rotate(8deg);
}
.team-wrap.snd img:hover{
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
}
.team-wrap.trd img:hover{
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
}

.social-team{ 
    position:relative;
    display:block;
    padding-bottom:30px;
}
.list-social-team li {
    padding:0; 
    margin:0;
    list-style: none;
    text-align:left; 
    width:20px;
    height:20px;
    display: inline-block;
    cursor:pointer;
    border-radius:50%;
    margin-right:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-team li.icon-team a {
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height:20px;
    text-align:left; 
    width:20px;
    color:#212121;
    opacity:1;
    margin:0;
    padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-team li:hover{
}
.list-social-team li:hover.icon-team a{
}



/* #Sep
================================================== */

.parallax-1 {
    background: url('../images/parallax-1.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: 1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
    .parallax-1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.dark-over-sep{ 
    position:absolute;
    background:#212121;
    opacity:.5;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:2;
    top:0;
    left:0;
} 
 
/* #Counter
================================================== */

.counter-wrap{ 
    position:relative;
    width:100%;
} 
.z-bigger{ 
    z-index:20;
} 
.z-low{ 
    z-index:1;
} 
.counter-wrap h6{
    text-align:center;
    color:#fff;
} 
.counter-wrap p{
    text-align:center;
    font-size:50px;
    line-height:50px;
    padding-bottom:12px;
}
 
/* #Work
================================================== */

.work-wrap{ 
    position:relative;
    width:100%;
}
.work-wrap img{ 
    width:100%;
    display:block;
}

.translate-left{
    position:relative;
    padding:30px;
    padding-bottom:45px;
    margin-top:70px;
    display:block;
    background:rgba(255,255,255,.85);
    z-index:3;
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px);
    transform: translateX(-120px);
}
.description-title-text {
    position:relative;
    width:100%;
    padding-bottom:30px;
}
.description-title-text.left p{
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 13px; 
    line-height: 16px;
    letter-spacing:1px;
    color:#000;
}
.description-title-text.left p span{
    position:relative;
    padding-left:80px;
}
.description-title-text.left p span:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:10px;
    left:16px;
    background-color:#646464;
} 
.des-programs-author {
    position:relative;
    width:100%;
}
.des-programs-author.left h6{
    text-align:left;
    width:100%;
    font-weight:300;
    color:#b2b2b2;
    font-style: italic;
}
.des-programs-author.left p{
    padding-top:5px;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    text-align:left;
    width:100%;
    font-weight:500;
    color:#7b7b7b;
    padding-bottom:30px;
}
.des-programs-author.left p span{
    font-weight:300;
}
.des-programs-author.left .link{
    position:relative;
    overflow:hidden;
    display:block;
    font-weight:300;
    font-family: 'Poppins', sans-serif;
    font-size:13px;
    line-height:13px;
    letter-spacing:2px;
    text-align:left;
    padding-bottom:7px;
    float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.des-programs-author.left .link:hover{
    color:#b2b2b2;
}
.des-programs-author.left .link:before {
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    bottom:0;
    left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.des-programs-author.left .link:hover:before {
    left:-2px;
}


.translate-right{
    position:relative;
    padding:30px;
    padding-bottom:45px;
    margin-top:70px;
    display:block;
    background:rgba(255,255,255,.85);
    z-index:20;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px);
    transform: translateX(120px);
}
.description-title-text.right p{
    position:relative;
    text-align:right;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 13px; 
    line-height: 16px;
    letter-spacing:1px;
    color:#000;
}
.description-title-text.right p span{
    position:relative;
    padding-left:80px;
}
.description-title-text.right p span:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:10px;
    left:16px;
    background-color:#646464;
} 
.des-programs-author {
    position:relative;
    width:100%;
}
.des-programs-author.right h6{
    text-align:right;
    width:100%;
    font-weight:300;
    color:#b2b2b2;
    font-style: italic;
}
.des-programs-author.right p{
    padding-top:5px;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    text-align:right;
    width:100%;
    font-weight:500;
    color:#7b7b7b;
    padding-bottom:30px;
}
.des-programs-author.right p span{
    font-weight:300;
}
.des-programs-author.right .link{
    position:relative;
    overflow:hidden;
    display:block;
    font-weight:300;
    font-family: 'Poppins', sans-serif;
    font-size:13px;
    line-height:13px;
    letter-spacing:2px;
    text-align:right;
    padding-bottom:7px;
    float:right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.des-programs-author.right .link:hover{
    color:#b2b2b2;
}
.des-programs-author.right .link:before {
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    bottom:0;
    left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.des-programs-author.right .link:hover:before {
    left:-2px;
} 
.container .columns.float-right {
    float:right;
}


.portfolio-bottom-link{
    position:relative;
    overflow:hidden;
    display:block;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    line-height:18px;
    letter-spacing:2px;
    text-align:center;
    padding-top:80px;
    color:#fff;
    padding-bottom:80px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-bottom-link:before {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    top:0;
    left:-100%;
    background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.portfolio-bottom-link:after {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    bottom:0;
    right:-100%;
    background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.portfolio-bottom-link:hover:before {
    left:0;
}  
.portfolio-bottom-link:hover:after {
    right:0;
} 



/* #Ajax Projects Expander Styles
================================================== */

    .relative{
        position: relative;
    }
    .portfolio{
        width:100%;
        height: auto;
        margin:0 auto;
        max-width: 1320px;
    }   
    .expander-wrap {
        position:relative;
        display: none;
        text-align: center;
    }

    #expander-wrap{
        position: relative;
        width:100%;
        max-width:1320px;
        margin:0 auto;
        overflow: hidden;
    }


/* Expander Item Controls */

    .project-controls{
        position: relative;
        width:100%;
        height: auto;
        top:50px;
        max-width: 1320px;
        margin:0 auto;
    }
    .expander-inner{
        position: relative;
    }
    .cls-btn{
        width:100%;
        padding: 0;
        margin: 0 auto;
        display: block;
        height: auto;
    }
    .expander-wrap .cls-btn .close {
        position:relative;
        display: inline-block;
        color:#000;
        top:0;
        margin-top:60px;
        margin-bottom:20px;
        width:50px;
        height:50px;
        background-image:url('../images/close.png');
        background-repeat:no-repeat;
        background-position:center center;
        background-size: 40px 40px;
        text-align:center;
        cursor: pointer;
        float:none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .expander-close:hover {
        cursor:pointer;
    }
    .expander-wrap .cls-btn .close:hover {
        background-size: 35px 35px;
    }
    
/* #Single Projects
================================================== */   

#owl-portfolio-slider{
    position:relative;
    width:100%;
    margin:0 auto;
    text-align:center;
}
#owl-portfolio-slider .item{
    position:relative;
    width:100%;
}
#owl-portfolio-slider .item img{
    width:100%;
    display:block;
    height:auto;
}
#owl-portfolio-slider.owl-theme .owl-controls{
    position:absolute;
    left:0;
    text-align: center;
    bottom:30px;
    z-index:100;
    width:100%;
    z-index:20;
}
#owl-portfolio-slider.owl-theme .owl-controls .owl-page span{
    background:#000;
    border-radius:0;
    width:2px;
    height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-portfolio-slider.owl-theme .owl-controls .owl-page span:hover{
    height:12px;
}
#owl-portfolio-slider.owl-theme .owl-controls .owl-page.active span {
    height:20px;
}
.project-page img{
    width:100%;
    display:block;
    height:auto;
}
.project-page h6{
    text-align:left;
    margin-bottom:20px;
}
.project-page p{
    text-align:left;
    margin-bottom:10px;
}
.project-page ul {
    text-align: left;
}

.project-page ul li {
    padding-bottom: 10px;
}

.project-page p:last-child{
    margin-bottom:0;
}
.project-page a{
    color:#000;
    text-align:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.project-page a:hover{
}

/* Video Hover Image */ 

.video-wrapper, figure.vimeo, figure.youtube {
    margin:0;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}   
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}   
figure.youtube a img, figure.vimeo a img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    max-width:none;
}   
figure.vimeo a:after, figure.youtube a:after {
    content:"";
    width:60px;
    height:60px;
    background:#fff;
    z-index:9;
    position:absolute;
    top:50%;
    left:50%;
    margin:-30px 0 0 -30px;
    border-radius:50%;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:after, figure.youtube:hover a:after {
    background:#212121;
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.2);
}   
figure.vimeo a:before, figure.youtube a:before {
    content:"";
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 10px solid #414141;
    z-index:10;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-3px;
    margin-top:-7px;
    display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
figure.vimeo:hover a:before, figure.youtube:hover a:before {
    border-left: 10px solid #fff;
}   
figure.vimeo a:hover img, figure.youtube a:hover img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(1.03) rotate(1deg);
    transform: scale(1.03) rotate(1deg);
}   
figure.vimeo a img, figure.youtube a img {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
    a -webkit-transform: scale(1);
    transform: scale(1);
}

/* #Sep 2
================================================== */

.parallax-2 {
    background: url('../images/homepage/parallax-2.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: 1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
    .parallax-2 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


/* #Logos
================================================== */

#owl-logos{
    position:relative;
    width:calc(100% - 30px);
    overflow:hidden;
    margin:0 auto;
    text-align:center;
    padding-bottom:70px;
}
#owl-logos .item{
    position:relative;
    margin-left:15px;
    margin-right:15px;
    overflow:hidden;
    text-align:center;
}
#owl-logos .item img {
    width: 80%;
    height: 98px;
    object-fit: cover;
    display: block;
}
.abcs {
    margin-top: -12px;
}
#owl-logos.owl-theme .owl-controls{
    position:absolute;
    left:0;
    text-align: center;
    bottom:0;
    z-index:100;
    width:100%;
    z-index:20;
}
#owl-logos.owl-theme .owl-controls .owl-page span{
    background:#fff;
    border-radius:0;
    width:2px;
    height:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#owl-logos.owl-theme .owl-controls .owl-page span:hover{
    height:12px;
}
#owl-logos.owl-theme .owl-controls .owl-page.active span {
    height:20px;
}

 

/* #Services
================================================== */
 
.services-wrap { 
    position:relative;
    padding:40px;
} 
.services-wrap h5{ 
    text-align:left;
    padding-bottom:20px;
}
.services-wrap h5 span{ 
    padding-right:10px;
    font-size:18px;
    font-family: 'et-line';
}

.pricing-wrap{ 
    position:relative;
    width:100%;
} 
.pricing-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.pricing-plan{ 
    position:relative;
    width:33.33333333%;
    float:left;
    display:inline-block;
    padding:50px;
    padding-bottom:140px;
    overflow:hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pricing-plan:before {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    top:0;
    left:-100%;
    background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.pricing-plan:after {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    bottom:0;
    right:-100%;
    background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.pricing-plan:hover:before {
    left:0;
}  
.pricing-plan:hover:after {
    right:0;
}
.pricing-plan .top{
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 13px; 
    line-height: 16px;
    letter-spacing:1px;
    color:#fff;
    padding-bottom:40px;
}
.pricing-plan .top span{
    padding-left:80px;
}
.pricing-plan .top:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:7px;
    left:34px;
    background-color:#fff;
} 
.pricing-plan .price{
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    font-size: 38px; 
    line-height: 38px;
    color:#fff;
    padding-bottom:40px;
}
.pricing-plan .price .small{
    font-size: 20px; 
    line-height: 46px;
}   
.pricing-plan .price .small-text{
    font-size: 14px; 
    line-height: 46px;
    font-style: italic;
}  
.pricing-plan .price .small-super{
    vertical-align: super;
    font-size: 20px;
} 
.pricing-plan .offers{
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    font-size: 12px; 
    line-height: 18px;
    letter-spacing:1px;
    color:#ccc;
    padding-bottom:12px;
}
.pricing-plan .button{
    position:absolute;
    left:50px;
    bottom:50px;
    z-index:4;
    cursor:pointer;
    text-align:center;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 12px; 
    line-height: 18px;
    letter-spacing:2px;
    color:#fff;
    width:70px;
    border-radius:3px;
    padding-top:8px;
    padding-bottom:8px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.pricing-plan .button:hover{
    background:#fff;
    color:#212121;
}


.parallax-3 {
    background: url('../images/parallax-3.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: 1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-3 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1200px) and (orientation : landscape) {
    .parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 1400px) {
    .parallax-3 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
.services-bottom-link{
    position:relative;
    overflow:hidden;
    display:block;
    z-index:10;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
    font-size:15px;
    line-height:22px;
    letter-spacing:2px;
    text-align:center;
    padding-top:80px;
    color:#fff;
    padding-bottom:80px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.services-bottom-link:before {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    top:0;
    left:-100%;
    background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.services-bottom-link:after {
    content:'';
    position:absolute;
    width:100%;
    height:50%;
    bottom:0;
    right:-100%;
    background:rgba(255,255,255,.05);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.services-bottom-link:hover:before {
    left:0;
}  
.services-bottom-link:hover:after {
    right:0;
} 


/* #Blog
================================================== */
 

.journal-wrap { 
    position:relative;
    width:100%;
}  
.journal-wrap:after {
  content: '';
  display: block;
  clear: both;
} 
.journal-wrap img { 
    width:70%;
    display:block;
} 
.journal-det { 
    position:absolute;
    width:70%;
    top:50px;
    right:0;
    z-index:3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px;
    display:block;
    background:rgba(255,255,255,.85);
} 
.journal-det h6{ 
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 11px; 
    line-height: 16px;
    letter-spacing:1px;
    color:#000;
    padding-bottom:3px;
}
.journal-det h6 span{
    position:relative;
    padding-left:60px;
}
.journal-det h6 span:before {
    content:'';
    position:absolute;
    width:20px;
    height:1px;
    top:8px;
    left:16px;
    background-color:#646464;
} 
.journal-det h5{ 
    position:relative;
    text-align:left;
    padding-bottom:20px;
} 
.journal-det .link{
    position:relative;
    overflow:hidden;
    display:block;
    font-weight:300;
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    line-height:18px;
    letter-spacing:2px;
    text-align:left;
    float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.journal-det .link:hover{
    color:#b2b2b2;
}
.journal-det .link:before {
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    bottom:0;
    left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.journal-det .link:hover:before {
    left:-2px;
}


.journal-wrap-right { 
    position:relative;
    width:100%;
}  
.journal-wrap-right:after {
  content: '';
  display: block;
  clear: both;
} 
.journal-wrap-right img { 
    width:70%;
    display:block;
    float:right;
}  
.journal-det-right { 
    position:absolute;
    width:70%;
    top:50px;
    left:0;
    z-index:3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:30px;
    display:block;
    background:rgba(255,255,255,.85);
} 
.journal-det-right h6{ 
    position:relative;
    text-align:right;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    font-size: 11px; 
    line-height: 16px;
    letter-spacing:1px;
    color:#000;
    padding-bottom:3px;
}
.journal-det-right h6 span{
    position:relative;
    padding-left:60px;
}
.journal-det-right h6 span:before {
    content:'';
    position:absolute;
    width:20px;
    height:1px;
    top:8px;
    left:16px;
    background-color:#646464;
} 
.journal-det-right h5{ 
    position:relative;
    text-align:right;
    padding-bottom:20px;
} 
.journal-det-right .link{
    position:relative;
    overflow:hidden;
    display:block;
    font-weight:300;
    font-family: 'Poppins', sans-serif;
    font-size:12px;
    line-height:18px;
    letter-spacing:2px;
    text-align:right;
    float:right;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.journal-det-right .link:hover{
    color:#b2b2b2;
}
.journal-det-right .link:before {
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    bottom:0;
    left:-100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.journal-det-right .link:hover:before {
    left:-2px;
}

 
/* #Contact
================================================== */
 
.contact-det-wrap{ 
    position:relative;
    width:100%;
    display:block;
}  
.contact-det-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.contact-det{ 
    position:relative;
    width:33.33333%;
    display:inline-block;
    float:left;
    padding:70px;
    z-index:3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0px -15px 18px rgba(0,0,0,.2);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
     height: 270px;
}
.contact-det:hover{
    z-index:4; 
    -webkit-transform: scale(1.05) translateY(-100px);
       -moz-transform: scale(1.05) translateY(-100px);
        -ms-transform: scale(1.05) translateY(-100px);
         -o-transform: scale(1.05) translateY(-100px);
            transform: scale(1.05) translateY(-100px);
           
}
.contact-det:nth-of-type(1) {
    background-color:#242424;
}
.contact-det:nth-of-type(2) { 
    background-color:#171717;
}
.contact-det:nth-of-type(3) { 
    background-color:#101010;
}
.contact-det p{
    position:relative;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 13px; 
    line-height: 16px;
    letter-spacing:1px;
    color:#fff;
    padding-bottom:30px;
}
.contact-det h6{
    text-align:left;
    padding-top:6px;
    font-style: italic;
    width:100%;
    font-weight:300;
    color:#f1f1f1;
    letter-spacing:1px;
}
.contact-det p span{
    padding-left:80px;
}
.contact-det p:before {
    content:'';
    position:absolute;
    width:40px;
    height:1px;
    top:7px;
    left:34px;
    background-color:#fff;
} 

/* #Google map
================================================== */

#google-container {
    position: relative;
    width: 100%;
    height:500px;
}
#cd-google-map {
    position: relative;
}
#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    opacity:.7;
    background-image: url("../images/cd-icon-controller.svg");
    z-index:3;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
    opacity:1;
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    opacity:1;
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
    opacity:1;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 50px;
  }
}
#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 50px;
    margin-bottom: 1px;
    z-index:3;
}
#cd-zoom-out {
    background-position: 50% -32px;
    z-index:3;
} 
 
 
/* #Contact form
================================================== */
 
#ajax-form {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height:14px;
    color:#101010;
    margin:0 auto;
}
#ajax-form label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:30px;
}
#ajax-form input{
    position:relative;
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    padding-bottom: 15px;
    background:transparent;
    border:none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    font-size: 13px;
    line-height:24px;
    background:transparent;
    height:100px;
    border:none;
    color: #737373;
    -webkit-transition: border-bottom 0.3s, color 0.3s;
    transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {  
    border-bottom:1px solid rgba(100,100,100,.2);
}
.error {
    font: 11px/22px 'Open Sans', sans-serif;
    text-transform:uppercase;
    letter-spacing:1px;
    display: none;
    color:#636363;
}
#ajaxsuccess {
    background: #f2f2f2;
    color:#101010;
    font: 20px/60px 'Open Sans', sans-serif;
    height:60px;
    display: none;
    padding-left:10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.text-align-center{
    text-align:center;
    padding-top:10px;
 }
#ajax-form textarea:active,
#ajax-form input:active {   
    color: #101010;
}
#ajax-form textarea:active,
#ajax-form input:hover {    
    color: #101010;
}
#ajax-form textarea:focus,
#ajax-form input:focus {     
    outline: none !important;
}
#ajax-form input:-ms-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form input::-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form input:-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form input::-webkit-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form textarea:-ms-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form textarea::-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form textarea:-moz-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form textarea::-webkit-input-placeholder  {
    font-size: 11px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#999999;
}
#ajax-form button {
    background:#323232;
    color:#fff;
    font-size:13px;
    padding: 13px 25px;
    max-width:150px;
}
#ajax-form button:hover {
    color:#fff;
}
#ajax-form button:focus,
#ajax-form button:active {
    border:none;
    outline:none;
}


.button-effect {
    min-width: 150px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    cursor:pointer;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.button-effect:focus {
    outline: none;
}
.button-effect > span {
    vertical-align: middle;
}
.button--moema {
    padding: 16px 30px;
    border-radius: 50px;
    text-align:center;
    background:#fff;
    letter-spacing:2px;
    color: #000;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.button--moema::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
    -webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
    transition: background-color 0.3s 0s, color 0.3s 0s;
    color:#fff;
    -webkit-animation: anim-moema-1 0.6s forwards;
    animation: anim-moema-1 0.6s forwards;
}
.button--moema:hover::before {
    -webkit-animation: anim-moema-2 0.6s 0.5s forwards;
    animation: anim-moema-2 0.6s 0.5s forwards;
}
@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
} 
 
 
/* #footer
================================================== */

    
.footer-top img{
    width:120px;
    display:block;
}
.overflow-hidden{
    overflow:hidden;
}
.social-footer{ 
    position:relative;
    display:block;
    float:right;
}
.list-social-footer li {
    padding:0; 
    margin:0;
    list-style: none;
    text-align:center; 
    width:30px;
    height:30px;
    display: inline-block;
    cursor:pointer;
    background:#323232;
    border-radius:50%;
    margin-left:4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-footer li.icon-footer a {
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height:30px;
    width:30px;
    color:#fff;
    opacity:1;
    margin:0;
    padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social-footer li:hover{
}
.list-social-footer li:hover.icon-footer a{
}


.footer-line{
    position:relative;
    width:100%;
    height:1px;
    background-color:rgba(255,255,255,.1);
}
.arrow-up-footer {
    position:relative;
    width:30px;
    height:30px;
    margin:0 auto;
    text-align:center;
    background-image:url('../images/up-arrow.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 22px 12px;
}
.left-footer p{
    text-align:left;
    font-size:12px;
    line-height:20px;
    color: #f4f4f4;
    letter-spacing:1px;
}
.right-footer p{
    text-align:right;
    font-size:12px;
    line-height:20px;
    color: #f4f4f4;
    letter-spacing:1px;
}


/* #Tooltip
================================================== */

    .tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
    .tipper .tipper-content { background: rgba(20, 20, 20, 0.85);font-weight:400;letter-spacing:1px;box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 3px; color: #fff; display: block; float: left; font-family: 'Open Sans'; font-size: 9px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
    .tipper .tipper-caret { background: url('../images/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

    .tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
    .tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

    .tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
    .tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

    .tipper.top .tipper-caret,
    .tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

    .tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
    .tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

    .tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
    .tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }
 
/* #Media Queries
================================================== */

@media only screen and (max-width: 1320px) {
#owl-sep-1.owl-theme .owl-controls .owl-page span{
    display:none;
}
}

@media only screen and (max-width: 1200px) {
.logo{
    width:80px;
    height:15px;
    left:10px;
    top:30px;
    background:url('../images/logo.png') no-repeat center center;
    background-size:80px 15px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
    width:80px;
    height:15px;
    left:10px;
    top:30px;
    background:url('../images/logo.png') no-repeat center center;
    background-size:80px 15px;
    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom:none;
    background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
    background:none;
}
ul.slimmenu li a: {
    border-bottom:none;
}
ul.slimmenu li a:hover {
    border:none;
    background:none;
}
ul.slimmenu li {
    background:none;
}
ul.slimmenu li > ul {
    width: 100%;
    text-align:right;
}

.home-text h1{
    font-size: 60px;
    line-height:65px;
} 
.quote{
    padding-left:0;
    padding-bottom:0;
    background-image:none;
}
.quote:before {
    display:none;
} 

.translate-right,
.translate-left{
    padding:0;
    padding-bottom:45px;
    margin-top:20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.journal-wrap img,
.journal-wrap-right img { 
    width:100%;
    float:none;
}  
.journal-det,
.journal-det-right { 
    position:relative;
    width:100%;
    top:auto;
    right:auto;
    left:auto;
    padding:0;
    padding-top:30px;
    padding-bottom:40px;
    background:none;
    text-align:left;
}
 .journal-det-right h6{ 
    text-align:left;
}
.journal-det-right h5{ 
    text-align:left;
} 
.journal-det-right .link{
    text-align:left;
    float:left;
}
.contact-det-wrap{ 
    padding-top:50px;
    padding-bottom:50px;
}  
.contact-det{ 
    width:100%;
    padding:40px;
    box-shadow: 0px -15px 18px rgba(0,0,0,0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.contact-det:hover{
    z-index:4; 
    -webkit-transform: scale(1.05) translateY(0);
       -moz-transform: scale(1.05) translateY(0);
        -ms-transform: scale(1.05) translateY(0);
         -o-transform: scale(1.05) translateY(0);
            transform: scale(1.05) translateY(0);
}
}

@media only screen and (max-width: 1000px) {
.title-text.left h3{
    font-size: 22px; 
    line-height: 28px;
}
.about-wrap h5{ 
    padding-left:60px;
}
.about-wrap p{ 
    padding-left:60px;
}
.about-wrap .about-icon{ 
    font-size:24px;
    line-height:24px;
}

}

@media only screen and (max-width: 800px) {
.home-text h1{
    font-size: 40px;
    line-height:45px;
}
.quote h4{
    font-size: 18px;
    line-height: 24px;
}
.pricing-plan{ 
    width:100%;
}
#royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    height: 22px;
    line-height: 22px;
    font-size: 22px;
}
}

@media only screen and (max-width: 600px) {
.home-text h1{
    font-size: 25px;
    line-height:30px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1319px) {
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.right-footer p,
.left-footer p{
    text-align:center;
}
.footer-top{
    position:relative;
    text-align:left;
    margin:0 auto;
}  
.footer-top img{
    text-align:center;
    margin:0 auto;
}
.social-footer{ 
    text-align:left;
    margin:0 auto;
    float:none;
    padding-top:10px;
    padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
    margin-right:2px;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.right-footer p,
.left-footer p{
    text-align:center;
}
.footer-top{
    position:relative;
    text-align:left;
    margin:0 auto;
}  
.footer-top img{
    text-align:center;
    margin:0 auto;
}
.social-footer{ 
    text-align:center;
    margin:0 auto;
    float:none;
    padding-top:10px;
    padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
    margin-right:2px;
}
}

@media only screen and (max-width: 319px) {
.right-footer p,
.left-footer p{
    text-align:center;
}
.footer-top{
    position:relative;
    text-align:center;
    margin:0 auto;
}  
.footer-top img{
    text-align:center;
    margin:0 auto;
}
.social-footer{ 
    text-align:center;
    margin:0 auto;
    float:none;
    padding-top:10px;
    padding-bottom:10px;
}
.list-social-footer li {
    margin-left:2px;
    margin-right:2px;
}
}


.services-wrap h5 span img {
    position: relative;
    top: 5px;
}














/*================================================services===============================*/




























.row > * {
    /*flex-shrink: 0;*/
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
    .col-md-6 {
        /*flex: 0 0 auto;*/
        width: 50%;
    }
}

.home-services-section--list ul li h3, .home-industries-section--list ul li h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0;
}
.home-services-section--list ul li .description, .home-industries-section--list ul li .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-bottom: 1.25rem;
}
.text-link-arrow {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 500;
    color: #26b574;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.home-hero-display--description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 300;
    display: inline-block;
    margin-top: 0.25rem;
    text-transform: none;
    margin-bottom: 1.5rem;
}

@media (min-width:992px) {
    .home-hero-display--description {
        font-size: 1.5rem;
        line-height: 1.875rem;
        margin-left: 0rem;
        margin-top: 0.9375rem;
    }
}

.home-hero-display--description .type-animation {
    overflow: hidden;
    margin: 0 auto 0 0;
    letter-spacing: 0.15em;
}

@media (min-width:992px) {
    .home-hero-display--description .type-animation {
        white-space: nowrap;
        animation: typing 2.5s steps(250, end), blink-caret 0.5s step-end infinite;
        border-right: 2px solid #ffffff;
    }
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: #ffffff;
    }
}

@media (min-width:992px) {
    .home-hero-display--description {
        font-size: 1.5rem;
        display: inline-block;
    }
}

.home-hero-display--lets-talk {
    font-weight: 500;
    position: relative;
    z-index: 5;
    width: calc(100% - 36px);
    text-transform: uppercase;
}

@media (min-width:768px) {
    .home-hero-display--lets-talk {
        width: auto;
    }
}

.border-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    height: 6rem;
    border: 0.55rem solid #ffffff;
    border-radius: 50%;
    animation: pulse-border 1.5s linear infinite;
}

.border-animation--border-1 {
    animation-delay: 1s;
}

.border-animation--border-2 {
    animation-delay: 1.5s;
}

.home-services-section--title,
.home-industries-section--title {
    margin-top: 35px;
    padding-bottom: 30px;
    color: #262B3F;
}

@media (min-width:992px) {
    .home-services-section--title,
    .home-industries-section--title {
        margin-top: 65px;
        padding-bottom: 60px;
    }
}

.home-services-section--title .title-wrap,
.home-industries-section--title .title-wrap {
    position: sticky;
    top: 5.9375rem;
}

.home-services-section--title small,
.home-industries-section--title small {
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 400;
    margin: 0;
}

.home-services-section--title h2,
.home-industries-section--title h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin: 0 0 1rem;
    -webkit-text-fill-color: transparent;
    background-color: #000000;
    background-image: url(/themes/custom/sysltd/assets/images/home/s-shape.png);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: auto 120%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 5;
}

@media (min-width:992px) {
    .home-services-section--title h2,
    .home-industries-section--title h2 {
        font-size: 3.375rem;
        line-height: 4.625rem;
        margin: 0 0 2rem;
    }
}

.home-services-section--title h2.title,
.home-industries-section--title h2.title {
    background-color: #000000;
    display: block;
    color: #000000;
    --gradient-position: 50%;
    background: -webkit-linear-gradient(348deg, #000000 0%, #000000 28.66%, #FC66BD 32.66%, #FFC5E3 33%, #000000 37%, #000000 45%, #28E5FF 47.5%, #0064DA 48%, #000000 50.5%, #000000 64%, #FF31A1 69%, #000000 70%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 200% 100%, 100% 100%;
    background-position: var(--gradient-position) 50%, 50% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 5;
}

.home-services-section--title h2.mask-animation,
.home-industries-section--title h2.mask-animation {
    animation-name: text-mask;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: 3;
    animation-fill-mode: forwards;
}

@keyframes text-mask {
    0% {
        background-position: -100% center;
    }
    100% {
        background-position: 50% center;
    }
}

.home-services-section--title .shape-image,
.home-industries-section--title .shape-image {
    position: absolute;
    z-index: 1;
    top: 16%;
    right: 20%;
    max-height: 100%;
}

@media (min-width:768px) {
    .home-services-section--title .shape-image,
    .home-industries-section--title .shape-image {
        right: 20%;
    }
}

.home-services-section--title .description,
.home-industries-section--title .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin-bottom: 2rem;
}

@media (min-width:768px) {
    .home-services-section .gray-border-left,
    .home-industries-section .gray-border-left {
        border-left: 1px solid #dee2e6;
    }
}

@media (min-width:768px) {
    .home-services-section .gray-border-right,
    .home-industries-section .gray-border-right {
        border-right: 1px solid #dee2e6;
    }
}

.home-services-section--list ul,
.home-industries-section--list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-services-section--list ul li,
.home-industries-section--list ul li {
    border-bottom: 1px solid #dee2e6;
    padding: 1.875rem 0.9375rem;
}

@media (max-width:767.98px) {
    .home-services-section--list ul li:first-child,
    .home-industries-section--list ul li:first-child {
        border-top: 1px solid #dee2e6;
    }
}

@media (min-width:992px) {
    .home-services-section--list ul li,
    .home-industries-section--list ul li {
        padding: 3.375rem;
    }
}

.home-services-section--list ul li:last-child,
.home-industries-section--list ul li:last-child {
    border-bottom: none;
}

.home-services-section--list ul li h3,
.home-industries-section--list ul li h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0;
}

.home-services-section--list ul li .description,
.home-industries-section--list ul li .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-bottom: 1.25rem;
}

@media (min-width:768px) {
    .home-services-section--list ul,
    .home-industries-section--list ul {
        margin-top: 180px;
    }
}

@media (min-width:992px) {
    .home-services-section--list ul,
    .home-industries-section--list ul {
        margin-top: 160px;
    }
}

@media (min-width:1200px) {
    .home-services-section--list ul,
    .home-industries-section--list ul {
        margin-top: 300px;
    }
}

.home-industries-section--title {
    padding-left: 3.75rem;
}

.home-industries-section--list ul li {
    padding: 3.75rem 3.75rem 3.75rem 0;
}

.home-case-studies-section {
    background-color: #000000;
    min-height: 100vh;
}

@media (min-width:768px) {
    .home-case-studies-section {
        min-height: 100vh;
    }
}

.home-case-studies-section .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
}

.home-case-studies-section .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.home-case-studies-section .swiper-slide {
    background: transparent;
    text-align: left;
    padding-top: 2.1875rem;
    min-height: 100vh;
    line-height: 1;
}

@media (min-width:768px) {
    .home-case-studies-section .swiper-slide {
        padding-top: 7.625rem;
        height: 100vh !important;
    }
}

.home-case-studies-section .swiper-slide .container-fluid {
    height: auto;
}

.home-case-studies-section .swiper-slide .container-fluid .row {
    height: 100%;
}

.home-case-studies-section .swiper-slide.slide1,
.home-case-studies-section .swiper-slide.slide2,
.home-case-studies-section .swiper-slide.slide3 {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #161616;
    background-size: cover;
}

.home-case-studies-section .swiper-slide.slide1 {
    background-size: cover;
}

.home-case-studies-section .swiper-slide.slide2 {
    background-size: cover;
}

.home-case-studies-section .swiper-slide.slide3 {
    background-size: cover;
}

.home-case-studies-section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    margin-right: 20px;
}

.home-case-studies-section .swiper-pagination-bullet {
    position: relative;
    width: calc(33% - 20px);
    height: auto;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    background-color: transparent;
    margin: 0 10px !important;
    vertical-align: top;
}

@media (min-width:992px) {
    .home-case-studies-section .swiper-pagination-bullet {
        width: calc(33% - 70px);
        margin: 0 35px !important;
    }
}

.home-case-studies-section .swiper-pagination-bullet em.number {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 400;
    color: #adb5bd;
    padding-bottom: 6px;
    display: block;
    font-style: normal;
    text-transform: uppercase;
}

@media (max-width:767.98px) {
    .home-case-studies-section .swiper-pagination-bullet em.number {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        width: 20px;
    }
}

.home-case-studies-section .swiper-pagination-bullet em.name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #adb5bd;
    padding-top: 20px;
    display: block;
    font-style: normal;
}

.home-case-studies-section .swiper-pagination-bullet i {
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #343a40;
}

.home-case-studies-section .swiper-pagination-bullet b {
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    text-transform: uppercase;
}

.home-case-studies-section .swiper-pagination-bullet-active {
    background-color: transparent;
}

.home-case-studies-section .swiper-pagination-bullet-active em.number,
.home-case-studies-section .swiper-pagination-bullet-active em.name {
    color: #ffffff;
}

.home-case-studies-section .swiper-pagination-bullet-active b {
    animation-name: countingBar;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

@keyframes countingBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.home-case-studies-section .swiper-scrollbar {
    display: none !important;
}

.home-case-studies-section .swiper-pagination.swiper-pagination-horizontal {
    height: 5rem;
    top: 40px;
}

@media (min-width:1200px) {
    .home-case-studies-section .swiper-pagination.swiper-pagination-horizontal {
        display: block;
        top: 1.5625rem;
    }
}

.home-case-studies-section .slide-content-wrap {
    height: 100%;
}

.home-case-studies-section .slide-content {
    position: relative;
    line-height: 1;
    padding: 2.5rem 0.9375rem;
    width: 100vw;
}

@media (min-width:768px) {
    .home-case-studies-section .slide-content {
        width: 100vw;
        padding: 0 3.75rem 6.25rem;
        width: auto;
    }
}

.home-case-studies-section .slide-content small {
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 400;
    margin: 0;
}

.home-case-studies-section .slide-content h2.title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 2.75rem;
    margin: 1rem 0;
}

@media (min-width:992px) {
    .home-case-studies-section .slide-content h2.title {
        font-size: 3.375rem;
        line-height: 4rem;
        margin: 2rem 0;
    }
}

.home-case-studies-section .slide-content .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 2rem;
}

.home-case-studies-section .slide-image {
    background-color: #dee2e6;
    height: 100%;
}

.home-case-studies-section .slide-image .placeholder::before {
    min-height: 70vh;
}

@media (min-width:992px) {
    .home-case-studies-section .slide-image .placeholder::before {
        min-height: 70vh;
    }
}

.home-studio-section {
    height: 100vh;
}

.home-studio-section--video {
    position: relative;
    background-color: #000000;
    height: 100vh;
}

.home-studio-section--video .placeholder::before {
    height: 100vh;
    border-radius: 0;
    background-color: #000000;
}

.home-studio-section--video .placeholder::after {
    opacity: 1;
    color: #ffffff;
}

.home-studio-section--video .play-icon {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    cursor: pointer;
    animation: animate-scale 1.5s linear infinite;
}

.home-studio-section--content .home-studio-content {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    line-height: 1;
    padding: 0 3.75rem;
}

.home-studio-section--content .home-studio-content small {
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 400;
    margin: 0;
}

.home-studio-section--content .home-studio-content h2.title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 3.375rem;
    line-height: 4.625rem;
    margin: 2rem 0;
}

.home-studio-section--content .home-studio-content .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 2rem;
}

.home-numbers-section {
    padding: 3.75rem 0;
}

@media (min-width:992px) {
    .home-numbers-section {
        padding: 0;
    }
}

.home-numbers-section--title {
    color: #262B3F;
    padding-bottom: 2.5rem;
}

@media (min-width:992px) {
    .home-numbers-section--title {
        padding-right: 6.25rem;
        padding-bottom: 0;
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
}

.home-numbers-section--title small {
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 400;
    margin: 0;
}

.home-numbers-section--title h2.title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.625rem;
    margin-bottom: 1.25rem;
}

@media (min-width:992px) {
    .home-numbers-section--title h2.title {
        font-size: 2.875rem;
        line-height: 3.3125rem;
        margin-bottom: 1.75rem;
    }
}

.home-numbers-section--title .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #000000;
    margin-bottom: 1rem;
}

@media (min-width:768px) {
    .home-numbers-section .number-border-right {
        border-right: 1px solid #dee2e6 !important;
    }
}

@media (min-width:768px) {
    .home-numbers-section .number-border-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
}

@media (min-width:768px) {
    .home-numbers-section .number-padding-top {
        padding-top: 2.5rem !important;
    }
}

@media (min-width:768px) {
    .home-numbers-section .number-padding-right {
        padding-right: 2.5rem !important;
    }
}

@media (min-width:768px) {
    .home-numbers-section .number-padding-bottom {
        padding-bottom: 2.5rem !important;
    }
}

@media (min-width:768px) {
    .home-numbers-section .number-padding-left {
        padding-left: 2.5rem !important;
    }
}

@media (min-width:992px) {
    .home-numbers-section--list {
        padding: 0 70px;
    }
    .home-numbers-section--list:before {
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        border: solid #e1e1e1;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background-color: white;
        position: absolute;
        left: -8px;
        top: 125px;
    }
}

@media (min-width:992px) {
    .home-numbers-section--list {
        border-left: 1px solid #e1e1e1;
        position: relative;
    }
}

@media (min-width:992px) {
    .home-numbers-section--list {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }
}

.home-numbers-section--list .number {
    padding: 1.875rem 15px;
}

@media (min-width:768px) {
    .home-numbers-section--list .number {
        padding: 0;
        border-top: none;
    }
}

.home-numbers-section--list .number h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.8125rem;
    line-height: 4.6875rem;
    margin-bottom: 0.625rem;
}

@media (min-width:992px) {
    .home-numbers-section--list .number h3 {
        font-weight: 700;
        font-size: 3.5rem;
        line-height: 1.2;
    }
}

.home-numbers-section--list .number h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: 0.625rem;
}

@media (min-width:992px) {
    .home-numbers-section--list .number h4 {
        font-weight: 500;
        font-size: 1.125rem;
        line-height: 1.2;
    }
}

.home-numbers-section--list .number p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 0.625rem;
}

.home-partners-section {
    padding: 2rem 0 1rem;
}

@media (min-width:992px) {
    .home-partners-section {
        padding: 2rem 0 1rem;
    }
}

.home-partners-section--content {
    color: #262B3F;
}

.home-partners-section--content small {
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 400;
    margin: 0;
}

.home-partners-section--content h2.title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.625rem;
    margin: 1rem 0;
    max-width: 62.625rem;
}

@media (min-width:992px) {
    .home-partners-section--content h2.title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0 auto 3rem;
    }
}

.home-partners-section--content .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #000000;
    margin-bottom: 0.9375rem;
}

.home-partners-section--content .partners-logos {
    margin-top: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:992px) {
    .home-partners-section--content .partners-logos {
        margin-top: 50px;
    }
}

.home-partners-section--content .partners-logos .image {
    display: inline-block;
    width: auto;
    max-width: 190px;
    position: relative;
    margin: 15px;
    line-height: 60px;
    color: #ffffff;
}

@media (min-width:992px) {
    .home-partners-section--content .partners-logos .image {
        margin: 30px 15px;
    }
}

@media (min-width:1200px) {
    .home-partners-section--content .partners-logos .image {
        margin: 0 15px;
    }
}

.home-partners-section--content .partners-logos .image::before {
    background: #000000 none repeat scroll 0 0;
    border-radius: 3px;
    height: 60px;
    position: absolute;
    z-index: -1;
}

#home-careers-video {
    width: auto;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width:1200px) {
    #home-careers-video {
        width: 100vw;
        height: auto;
    }
}

.home-careers-section {
    position: relative;
    overflow: hidden;
    background-color: #212529;
    height: 100vh;
}

.home-careers-section>.container:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.home-careers-section .row {
    height: 100vh;
}

.home-careers-section--content {
    color: #262B3F;
    position: relative;
    z-index: 5;
}

.home-careers-section--content small {
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 400;
    margin: 0;
}

.home-careers-section--content h2.title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin: 1rem 0;
}

@media (min-width:992px) {
    .home-careers-section--content h2.title {
        font-size: 3.5rem;
        line-height: 4.25rem;
        margin: 2rem 0;
    }
}

.home-careers-section--content .btn-join-us {
    display: inline-block;
    background-color: transparent;
    color: #ffffff;
}

.home-careers-section--content .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #000000;
    margin-bottom: 0.9375rem;
}

.home-help-section {
    padding: 7.5rem 0;
    position: relative;
    z-index: 2;
}

@media (min-width:992px) {
    .home-help-section {
        padding: 8.75rem 0;
    }
}

.home-help-section--content {
    color: #262B3F;
}

.home-help-section--content small {
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
    font-weight: 400;
    margin: 0;
}

.home-help-section--content h2.title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0 0 0.625rem;
    color: #161616;
}

@media (min-width:992px) {
    .home-help-section--content h2.title {
        font-size: 3.5rem;
        line-height: 4.375rem;
        margin: 0 0 0rem;
    }
}

.home-help-section--content .btn-lets-work {
    display: inline-block;
    background-color: #262B3F;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    height: 48px;
}

.home-help-section--content .description {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-bottom: 2rem;
    color: #161616;
}

@media (min-width:992px) {
    .home-help-section--content .description {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.home-help-section--content .partners-logos {
    margin-top: 50px;
}

.home-help-section--content .partners-logos .image {
    display: inline-block;
    width: auto;
    height: 60px;
    position: relative;
    margin: 0 30px;
    line-height: 60px;
    padding: 0 25px;
    color: #ffffff;
}

.home-help-section--content .partners-logos .image::before {
    background: #000000 none repeat scroll 0 0;
    border-radius: 3px;
    height: 60px;
    position: absolute;
    z-index: -1;
}

.footer-shape {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 100;
    bottom: 520px;
    left: 0;
    text-align: center;
    max-width: 60%;
    margin: 70px auto 0;
    z-index: -1;
    opacity: 0.2;
}

@media (min-width:992px) {
    .footer-shape {
        bottom: 35%;
    }
}

.footer-shape svg {
    width: 100vw;
}

.footer-shape-animation {
    animation-name: footershapeAnimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes footershapeAnimation {
    0% {
        stroke-dashoffset: 1000;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 1000;
    }
}

.footershapepath {
    fill: transparent;
    stroke: #b7bac4;
    stroke-width: 1px;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    fill: transparent;
}

footer {
    position: relative;
    background: rgba(96, 105, 124, 0.1);
    padding: 2.5rem 0 1.875rem;
}

footer .nav {
    margin-bottom: 15px;
}

@media (min-width:992px) {
    footer .nav {
        margin-bottom: 0;
    }
}

footer .nav li {
    margin-right: 4rem;
    display: block;
    width: 100%;
}

@media (min-width:768px) {
    footer .nav li {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
}

footer .nav li a {
    color: #797c89;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-weight: 400;
    padding: 0;
    margin-bottom: 15px;
}

@media (min-width:992px) {
    footer .nav li a {
        margin-bottom: 0;
    }
}

footer .nav li a:hover {
    color: #161616 !important;
}

footer .newsletter-wrap h2 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 500;
    margin-bottom: 0.875rem;
}

footer .newsletter-wrap h4,
footer .newsletter-wrap label {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

footer .Newsletter form {
    display: flex;
    position: relative;
    margin-top: 50px;
    column-gap: 5px;
}

@media (max-width:380px) {
    footer .Newsletter form {
        padding-top: 20px;
    }
}

@media (min-width:576px) {
    footer .Newsletter form {
        column-gap: 10px;
    }
}

@media (min-width:992px) {
    footer .Newsletter form {
        margin-top: 30px;
    }
}

footer .Newsletter form label {
    position: absolute;
    top: -35px;
}

footer .Newsletter .form-control,
footer .Newsletter .form-email {
    border: 1px solid #c5c5c5;
    background-color: transparent;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    color: #161616;
    display: inline-block;
    width: calc(100% - 118px);
    margin-right: 10px;
    vertical-align: middle;
}

@media (min-width:576px) {
    footer .Newsletter .form-control,
    footer .Newsletter .form-email {
        display: block;
    }
}

footer .Newsletter .form-email {
    width: 100%;
}

footer .Newsletter .btn,
footer .Newsletter .form-submit {
    text-decoration: none;
    white-space: nowrap;
}

footer .Newsletter .btn-trasparent,
footer .Newsletter .form-submit {
    background-color: transparent;
    color: #161616;
    padding-left: 10px;
    padding-right: 10px;
    height: 48px;
    border: 1px solid #c5c5c5;
}

@media (min-width:992px) {
    footer .Newsletter .btn-trasparent,
    footer .Newsletter .form-submit {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width:576px) {
    footer .Newsletter .btn-trasparent,
    footer .Newsletter .form-submit {
        padding-left: 20px;
        padding-right: 20px;
    }
}

footer .Newsletter .btn-trasparent:hover,
footer .Newsletter .form-submit:hover {
    background-color: #161616;
    color: #ffffff;
}

footer .field--type-email {
    min-width: calc(100% - 110px);
}

footer .footer-bot {
    border-top: 1px solid rgba(151, 155, 170, 0.27);
    padding-top: 25px;
    margin-top: 35px;
}

footer .text-copy {
    text-align: center;
    color: #797c89;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    font-weight: 400;
}

@media (min-width:768px) {
    footer .text-copy {
        text-align: left;
    }
}

@media (min-width:992px) {
    footer .text-copy {
        text-align: right;
    }
}

footer .social-icons {
    text-align: center;
}

@media (min-width:768px) {
    footer .social-icons {
        text-align: left;
    }
}

@media (min-width:992px) {
    footer .social-icons {
        text-align: right;
    }
}

.social-icons .icon {
    margin-left: 0;
    margin-right: 24px;
    text-decoration: none;
}

.social-icons .icon img,
.social-icons .icon i {
    width: 28px;
    height: 28px;
    font-size: 32px;
    color: rgba(151, 155, 170, 0.69);
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
}

.social-icons .icon img:hover,
.social-icons .icon i:hover {
    color: #161616;
}

.social-icons .icon:last-child {
    margin-right: 0;
}

#edit-mail-0-value--description,
#edit-message {
    display: none;
}

.sect-thankyou {
    background: url(/themes/custom/sysltd/assets/images/alliance/thankyou-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 80vh;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.sect-thankyou .container {
    display: flex;
    justify-content: center;
}

.sect-thankyou .container .thankyou-hero {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 820px;
    justify-content: center;
    text-align: center;
}

.sect-thankyou .container .thankyou-hero p {
    font-size: 18px;
}

.sect-thankyou .container .thankyou-hero a {
    color: #F26223;
    border-bottom: 1px solid #F26223;
}

.home-careers-section .title-wrap {
    margin-top: 20rem;
}

.has-global {
    position: static !important;
    padding-bottom: 18px;
    margin-top: 18px;
}

.has-global .dropdown-menu {
    right: 20px;
}

.has-global .dropdown-menu li {
    margin-bottom: 10px;
}

.has-global .dropdown-menu li:last-child {
    margin-bottom: 0;
}

.has-global .dropdown-menu li a {
    display: block;
}

.has-global .dropdown-menu li a:hover {
    color: #F26223;
}

.insights-section {
    background: #262b3f;
    padding: 60px 0;
    z-index: 0;
}

.insights-section--title {
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.3;
}

@media (max-width:575.98px) {
    .insights-section--title {
        padding-left: 20px;
    }
}

.insights-section .cards-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

@media (min-width:768px) {
    .insights-section .cards-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.insights-section .cards-wrapper::-webkit-scrollbar {
    height: 4px;
    background-color: #212529;
}

.insights-section .cards-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

.insights-section .cards-wrapper::-webkit-scrollbar-thumb {
    background: #ffffff;
    scrollbar-width: thin;
}

@media (max-width:575.98px) {
    .insights-section .cards-wrapper .clicked {
        outline: 4px solid #ffffff;
        outline-offset: 6px;
    }
    .insights-section .cards-wrapper .clicked .card-content,
    .insights-section .cards-wrapper .clicked .card-btn,
    .insights-section .cards-wrapper .clicked .event-details {
        transform: translateX(0%);
        transition: transform 450ms cubic-bezier(0.85, 0, 0, 1);
    }
    .insights-section .cards-wrapper .clicked .card-bg {
        transform: scale(2.5);
        opacity: 0.6;
        filter: blur(10px);
        transition-property: transform, opacity, filter;
        transition-duration: 500ms;
        transition-duration: cubic-bezier(0.85, 0, 0, 1);
    }
}

.insights-section--post-card {
    width: 70vw;
    height: 65vh;
    margin: 20px 20px 40px 20px;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
}

@media (min-width:768px) {
    .insights-section--post-card {
        width: calc((80% - 40px) / 3);
        height: calc(-1.18024px + 40vw);
        padding: 15px;
        margin: 20px;
    }
}

@media (min-width:992px) {
    .insights-section--post-card {
        height: calc(-1.18024px + 35vw);
        padding: 25px;
        max-height: 32rem;
    }
}

@media (min-width:768px) {
    .insights-section--post-card:hover {
        transform: scale(1.05);
        transition: transform 450ms;
    }
    .insights-section--post-card:hover .card-content,
    .insights-section--post-card:hover .card-btn,
    .insights-section--post-card:hover .event-details {
        transform: translateX(0%);
        transition: transform 450ms cubic-bezier(0.85, 0, 0, 1);
    }
    .insights-section--post-card:hover .card-bg {
        transform: scale(2.5);
        opacity: 0.6;
        filter: blur(10px);
        transition-property: transform, opacity, filter;
        transition-duration: 500ms;
        transition-duration: cubic-bezier(0.85, 0, 0, 1);
    }
}

.insights-section--post-card:not(:hover) {
    transform: scale(1);
    transition: transform 450ms;
}

.insights-section--post-card:not(:hover) .card-content,
.insights-section--post-card:not(:hover) .event-details {
    transform: translateX(130%);
    transition: transform 450ms cubic-bezier(0.85, 0, 0, 1);
}

.insights-section--post-card:not(:hover) .card-btn {
    transform: translateY(300%);
    transition: transform 450ms cubic-bezier(0.85, 0, 0, 1);
}

.insights-section--post-card:not(:hover) .card-bg {
    transform: scale(1);
    opacity: 1;
    transition-property: transform, opacity, filter;
    transition-duration: 500ms;
    transition-duration: cubic-bezier(0.85, 0, 0, 1);
}

.insights-section--post-card .card-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.insights-section--post-card .card-label {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width:768px) and (max-width:991.98px) {
    .insights-section--post-card .card-label {
        font-size: 0.625rem;
        margin-bottom: 5px;
    }
}

@media (min-width:992px) {
    .insights-section--post-card .card-label {
        font-size: 0.875rem;
    }
}

.insights-section--post-card .card-title {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .insights-section--post-card .card-title {
        font-size: 0.875rem;
        margin-bottom: 10px;
    }
}

@media (min-width:992px) {
    .insights-section--post-card .card-title {
        font-size: 1rem;
    }
}

@media (min-width:1200px) {
    .insights-section--post-card .card-title {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
}

.insights-section--post-card .event-details {
    margin-bottom: 15px;
    transform: translateX(130%);
}

@media (min-width:768px) and (max-width:991.98px) {
    .insights-section--post-card .event-details {
        margin-bottom: 10px;
    }
}

.insights-section--post-card .event-details img {
    width: 20px;
}

@media (min-width:768px) and (max-width:991.98px) {
    .insights-section--post-card .event-details img {
        width: 16px;
    }
}

.insights-section--post-card .event-details p {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 600;
    margin: 0;
    text-transform: none;
}

.insights-section--post-card .event-details p:first-child {
    margin-bottom: 10px !important;
}

@media (min-width:768px) and (max-width:991.98px) {
    .insights-section--post-card .event-details p:first-child {
        font-size: 0.75rem;
        margin-bottom: 0 !important;
    }
}

.insights-section--post-card .card-content {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 400;
    transform: translateX(130%);
}

@media (min-width:768px) {
    .insights-section--post-card .card-content {
        font-size: 0.75rem;
    }
}

@media (min-width:992px) {
    .insights-section--post-card .card-content {
        font-size: 0.875rem;
    }
}

@media (min-width:1200px) {
    .insights-section--post-card .card-content {
        font-size: 1rem;
    }
}

.insights-section--post-card .card-btn {
    position: absolute;
    bottom: 5%;
    right: 15%;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 500;
    margin: auto 0 0 auto;
    text-transform: none;
    line-height: 1.2;
    transform: translateY(300%);
}

@media (min-width:768px) {
    .insights-section--post-card .card-btn {
        font-size: 0.875rem;
    }
}

@media (min-width:1200px) {
    .insights-section--post-card .card-btn {
        font-size: 1.125rem;
    }
}

.insights-section--post-card .card-btn .arrow-right {
    top: 5px;
}

body[class*=type-thank-you] nav#TopNavbar,
.type-thank-you nav#TopNavbar {
    background: #000;
    height: 70px;
}

@media (max-width:767.98px) {
    .type-homepage .home-hero-display--intro h1 {
        max-width: 230px;
    }
}

.type-pk .home-hero-section #home-hero-video,
.type-homepage .home-hero-section #home-hero-video,
.type-PK .home-hero-section #home-hero-video {
    transform: translate(-55%, 0);
}

@media (min-width:768px) {
    .type-pk .home-hero-section #home-hero-video,
    .type-homepage .home-hero-section #home-hero-video,
    .type-PK .home-hero-section #home-hero-video {
        transform: translate(-40%, 0);
    }
}

@media (min-width:992px) {
    .type-pk .home-hero-section #home-hero-video,
    .type-homepage .home-hero-section #home-hero-video,
    .type-PK .home-hero-section #home-hero-video {
        transform: translate(0, 0);
    }
}

.mainHeroSlider .swiper-button-next,
.mainHeroSlider .swiper-button-prev {
    color: #fff;
    --gradient-position: 50%;
    background: -webkit-linear-gradient(348deg, #fff 0%, #fff 28.66%, #FC66BD 32.66%, #FFC5E3 33%, #fff 37%, #fff 45%, #28E5FF 47.5%, #0064DA 48%, #fff 50.5%, #fff 64%, #FF31A1 69%, #fff 70%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 200% 100%, 100% 100%;
    background-position: var(--gradient-position) 50%, 50% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (min-width:768px) {
    .mainHeroSlider .swiper-button-next {
        margin-right: 20px;
    }
}

@media (min-width:768px) {
    .mainHeroSlider .swiper-button-prev {
        margin-left: 20px;
    }
}

@media (min-height:900px) and (max-height:900px) and (min-width:1440px) and (max-width:1440px) {
    #home-hero-video {
        height: 100vh;
        width: auto;
    }
}

@media only screen and (max-width:1445px) and (min-width:1280px) {
    #home-hero-video {
        width: 120vw;
    }
}

@media (max-width:640px) {
    .mainHeroSlider .swiper-slide .col-md-12.home-hero {
        padding-left: 35px;
        padding-right: 35px;
    }
    .mainHeroSlider .swiper-button-next:after {
        font-size: 30px;
    }
    .mainHeroSlider .swiper-button-prev:after {
        font-size: 30px;
    }
}

.modal .modal-open::before {
    content: "";
    position: fixed;
    top: 7%;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .modal-backdrop {
    display: none !important;
}

.service-animation .split-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10vw;
    font-weight: bold;
    text-transform: uppercase;
    mix-blend-mode: screen;
    background-color: #fff;
}

.service-animation .split-text-container .text-part {
    display: inline-block;
    position: relative;
    transform: translateX(0);
    opacity: 0;
    transition: transform 2s ease-out, opacity 1s ease-out;
}

.service-animation .split-text-container .text-part.left {
    transform: translateX(-200%);
}

.service-animation .split-text-container .text-part.right {
    transform: translateX(200%);
}

.service-animation .split-text-container.visible .text-part {
    opacity: 1;
    transform: translateX(0);
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}

.video-sec video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-2 {
    position: relative;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(/themes/custom/sysltd/assets/images/booth-map.png);
    color: #fff;
    margin: 20px 0;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    background-attachment: fixed;
}

.service-2 .inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    position: sticky;
    top: 0;
    z-index: 2;
}

.service-2 .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    height: 100%;
    width: 100%;
}

.service-2 h1 {
    font-size: 68px;
    background-attachment: fixed;
}

@media (min-width:768px) {
    .service-2 h1 {
        font-size: 100px;
    }
}

.service-2 p {
    font-size: 18px;
    background-attachment: fixed;
}

@media (min-width:768px) {
    .service-2 p {
        font-size: 26px;
    }
}

.service-card {
    display: flex;
    flex-direction: column;
    width: 75%;
    z-index: 2;
    justify-content: center;
}

.service-card .card {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    height: 300px;
    left: 0;
    overflow: hidden;
    width: 100%;
    transition: 0.2s ease-out;
}

.service-card .card:nth-child(even) {
    margin: 80px 0 80px auto;
}

@media (min-width:768px) {
    .service-card .card {
        width: 500px;
    }
}

.service-card .card:hover {
    height: 450px;
    width: 100%;
}

@media (min-width:768px) {
    .service-card .card:hover {
        width: 500px;
    }
}

.service-card .card:hover .cta-container {
    display: inline;
    margin-top: 380px;
}

.service-card .card:hover .card_circle {
    background-size: cover;
    border-radius: 0;
    margin-top: -130px;
    transition: 0.2s ease-out;
}

.service-card .card:hover h2 {
    background: #f26223;
    color: #fff;
    margin-top: 100px;
    padding: 5px;
}

.service-card .card:hover h2 small {
    color: #fff;
}

.service-card .card:hover p {
    margin-top: 300px;
}

.service-card .card .cta-container {
    display: none;
    margin-top: 320px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.service-card .card_circle {
    background: url(/themes/custom/sysltd/assets/images/bfsi/side-1.webp) no-repeat center bottom;
    background-color: #f26223;
    background-size: cover;
    border-radius: 50%;
    height: 400px;
    margin-left: -75px;
    margin-top: -270px;
    position: absolute;
    width: 147%;
    transition: 0.2s ease-out;
}

@media (min-width:768px) {
    .service-card .card_circle {
        width: 650px;
    }
}

.service-card h2 {
    color: #f26223;
    font-size: 24px;
    font-weight: 200;
    margin-top: 150px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.service-card p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 100%;
    font-weight: normal;
    margin-top: 200px;
    text-align: left;
    z-index: 9999;
    padding: 0 25px;
}

.services-gsap {
    position: relative;
}

.services-gsap .services-listing-row {
    min-height: 100vh;
}

.services-gsap .last {
    margin-right: 0px !important;
}

.services-gsap .text-align-left {
    text-align: left;
}

.services-gsap .text-align-center {
    text-align: center;
}

.services-gsap .text-align-right {
    text-align: right;
}

.services-gsap .outer {
    display: table;
    width: 100%;
    height: 100%;
}

.services-gsap .inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.services-gsap .light-section-wrapper,
.services-gsap .dark-section-wrapper {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}

.services-gsap .light-section-container,
.services-gsap .dark-section-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.services-gsap .content-row {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4;
    opacity: 1;
    box-sizing: border-box;
}

.services-gsap .clip-effects {
    overflow: hidden;
    clip-path: inset(4% 10% round 40px);
}

.services-gsap .content-row::after {
    clear: both;
    content: " ";
    display: table;
}

.services-gsap .small {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
}

.services-gsap .large {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}

.services-gsap .full {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}

.services-gsap .row_padding_top {
    padding-top: 9vw;
}

.services-gsap .row_padding_bottom {
    padding-bottom: 9vw;
}

.services-gsap .row_padding_left {
    padding-left: 80px;
}

.services-gsap .row_padding_right {
    padding-right: 80px;
}

.services-gsap .row_padding_all {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 80px;
    padding-right: 80px;
}

.services-gsap .service-sec {
    scroll-behavior: smooth;
}

.services-gsap .service-sec {
    -webkit-transition: opacity 0.2s ease-in-out 0.2s;
    transition: opacity 0.2s ease-in-out 0.2s;
}

.services-gsap .service-sec.smooth-scroll {
    overflow: hidden;
}

.services-gsap .service-sec.has-slider {
    overflow: hidden;
}

.services-gsap .service-sec.hidden {
    opacity: 0;
}

.services-gsap #content-scroll {
    z-index: 1;
    position: relative;
}

.services-gsap .smooth-scroll #content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.services-gsap .scroll-content {
    cursor: default !important;
}

.services-gsap .scale-up .scroll-content {
    cursor: grabbing !important;
}

.services-gsap .scrollbar-track {
    background: transparent !important;
}

.services-gsap .has-parallax-content>img,
.services-gsap .has-parallax>img {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    object-position: center;
    object-fit: cover;
}

.services-gsap hr.animated-line {
    height: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.services-gsap hr.animated-line:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}

.services-gsap #hero {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
    background: rgba(96, 105, 124, 0.1);
}

.services-gsap #hero.fixed-hero {
    z-index: 0;
    position: fixed;
    height: 100%;
}

.services-gsap #hero-styles {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.services-gsap #hero-caption {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.services-gsap #hero-caption.hero-full-caption {
    height: 100vh;
}

.services-gsap #hero-caption.text-align-center {
    justify-content: center;
    text-align: center;
}

.services-gsap #hero-caption.text-align-right {
    justify-content: flex-end;
    text-align: right;
}

.services-gsap #hero #hero-caption .inner {
    display: block;
    width: auto;
    height: auto;
    margin-top: 60px;
    margin-bottom: 100px;
}

.services-gsap .hero-title {
    font-size: calc(1rem + 12vw);
    line-height: calc(1rem + 14vw);
    font-weight: 600;
    position: relative;
    display: block;
    width: auto;
    color: #000;
    margin-bottom: 0;
    letter-spacing: -0.4vw;
}

.services-gsap .light-content .hero-title {
    color: #fff;
}

.services-gsap .hero-title::before {
    content: attr(data-infoTextBefore);
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    width: auto;
    height: 20px;
    position: absolute;
    left: -150px;
    top: calc(50% - 0px);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    letter-spacing: 0;
    opacity: 0;
    pointer-events: none;
}

.services-gsap .hero-title::after {
    content: attr(data-infoTextAfter);
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    width: auto;
    height: 20px;
    position: absolute;
    right: -150px;
    top: calc(50% - 0px);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    letter-spacing: 0;
    opacity: 0;
    pointer-events: none;
}

.services-gsap .caption-animated .hero-title::before {
    opacity: 1;
    left: -115px;
    color: #f26223;
    font-weight: 600;
}

.services-gsap .caption-animated .hero-title::after {
    opacity: 1;
    right: -55px;
    color: #f26223;
    font-weight: 600;
}

.services-gsap .show-loader .hero-title,
.services-gsap .hero-title.disable {
    pointer-events: none;
}

.services-gsap .hero-title.cursor-pointer {
    cursor: pointer;
}

.services-gsap .hero-title div {
    display: block;
    position: relative;
}

.services-gsap .hero-title span {
    display: block;
    opacity: 0;
}

.services-gsap .hero-subtitle {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    display: block;
    overflow: hidden;
    color: #000;
    opacity: 1;
    position: absolute;
    bottom: 115px;
    width: 100%;
    left: 0;
}

.services-gsap .hero-footer-left {
    display: none;
}

.services-gsap .light-content .hero-subtitle {
    color: #fff;
}

.services-gsap .landing-page-title .hero-subtitle {
    margin-top: 20px;
}

.services-gsap .hero-subtitle div {
    display: block;
    position: relative;
    overflow: hidden;
}

.services-gsap .hero-subtitle span {
    display: block;
    opacity: 0;
}

.services-gsap .load-next-project .hero-title span,
.services-gsap .load-next-page .hero-title span {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    opacity: 1 !important;
}

.services-gsap .load-next-project .hero-subtitle span1,
.services-gsap .load-next-page .hero-subtitle span1 {
    transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    opacity: 1 !important;
}

.services-gsap .landing-intro-wrapper {
    position: relative;
}

@media (max-width:767.98px) {
    .services-gsap .landing-intro-wrapper {
        margin-top: 130px;
    }
}

.services-gsap .landing-intro-content {
    width: 25%;
    height: 100%;
    display: flex;
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.services-gsap .content-timeline {
    opacity: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.services-gsap .landing-video {
    height: auto;
    width: 100%;
    aspect-ratio: 15/9;
    background-color: #000;
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.services-gsap .new-hero-title {
    position: relative;
    display: block;
    font-weight: 600;
    font-size: calc((1rem + 7vw) / 2);
    line-height: calc((1rem + 12vw) / 2);
    letter-spacing: -0.2vw;
    z-index: 2 !important;
}

.services-gsap .new-hero-title>span {
    display: table;
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    width: auto;
    position: relative;
    display: block;
    color: #000000;
    --gradient-position: 50%;
    background: -webkit-linear-gradient(348deg, #000000 0%, #000000 28.66%, #26b574 32.66%, #2b5944 33%, #000000 37%, #000000 45%, #18935b 47.5%, #26b574 48%, #000000 50.5%, #000000 64%, #16f791 69%, #000000 70%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 200% 100%, 100% 100%;
    background-position: var(--gradient-position) 50%, 50% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 5;
}

.services-gsap .new-hero-title>span:first-child {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.services-gsap .hero-title-placeholder {
    display: flex;
    justify-content: center;
    height: calc((1rem + 14vw) / 2);
}

.services-gsap .hero-title-placeholder.multiple-spans {
    height: calc(1rem + 12vw);
}

.services-gsap .align-start.hero-title-placeholder {
    justify-content: flex-start;
}

.services-gsap .hero-title-placeholder div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    pointer-events: initial;
    cursor: pointer;
}

.services-gsap .show-loader .hero-title-placeholder div,
.services-gsap .hero-title-placeholder.disable div {
    pointer-events: none;
}

.services-gsap .hero-title-placeholder span {
    -webkit-transform: scale(2);
    transform: scale(2);
    position: relative;
    display: table;
    pointer-events: none;
    width: auto;
    text-align: center;
    font-size: calc((1rem + 7vw) / 2);
    line-height: calc((1rem + 12vw) / 2);
    letter-spacing: -0.2vw;
    display: block;
    color: #000000;
    --gradient-position: 50%;
    background: -webkit-linear-gradient(348deg, #000000 0%, #000000 28.66%, #26b574 32.66%, #2b5944 33%, #000000 37%, #000000 45%, #18935b 47.5%, #26b574 48%, #000000 50.5%, #000000 64%, #16f791 69%, #000000 70%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 200% 100%, 100% 100%;
    background-position: var(--gradient-position) 50%, 50% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 5;
}

.services-gsap .hero-title-placeholder span:first-child {
    transform-origin: center top;
}

.services-gsap .hero-title-placeholder.multiple-spans span:last-child {
    transform-origin: center bottom;
}

.services-gsap .hero-title-placeholder span:last-child::after {
    content: "";
    width: 0px;
    height: 7%;
    background-color: currentColor;
    position: absolute;
    left: calc(100% + 20px);
    top: calc(50% + 5px);
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

.services-gsap .hero-title-placeholder.completed span:last-child::after {
    width: 10%;
    display: none;
}

.services-gsap .new-hero-title span.text-rotator>span {
    font-size: calc((1rem + 7vw) / 2);
    box-sizing: border-box;
    padding-right: 30px;
}

.services-gsap #hero-interaction {
    position: absolute;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 0;
    box-sizing: border-box;
    padding-top: 140px;
    padding-bottom: 140px;
    pointer-events: none;
    overflow: hidden;
}

.services-gsap .hero-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.services-gsap .hero-column.col-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.services-gsap .col-reverse .hero-column,
.services-gsap .col-reverse .hero-column.col-right {
    flex-direction: column-reverse;
}

.services-gsap .col-img-wrapper::before {
    float: left;
    padding-top: 100%;
    content: "";
}

.services-gsap .col-img-wrapper {
    width: 25%;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0;
    transform-origin: center center;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.services-gsap .hero-column .col-img-wrapper.small-img {
    width: 15%;
    border-radius: 4px;
}

.services-gsap .hero-column .col-img-wrapper.large-img {
    width: 25%;
}

.services-gsap .col-img-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-position: center;
    object-fit: cover;
}

.services-gsap .col-left .col-img-wrapper.small-img {
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center center;
    margin-left: 15%;
}

.services-gsap .active .col-left .col-img-wrapper.small-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services-gsap .col-left .col-img-wrapper.large-img {
    -webkit-transform: scale(0.5) translateX(-200%) rotate(90deg);
    transform: scale(0.5) translateX(-200%) rotate(90deg);
    transform-origin: center left;
}

.services-gsap .active .col-left .col-img-wrapper.large-img {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0) rotate(-10deg);
    transform: scale(1) translateX(0) rotate(-10deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.services-gsap .col-reverse.active .col-left .col-img-wrapper.large-img {
    -webkit-transform: scale(1) translateX(0) rotate(10deg);
    transform: scale(1) translateX(0) rotate(10deg);
}

.services-gsap .col-right .col-img-wrapper.small-img {
    -webkit-transform: scale(0);
    transform: scale(0);
    transform-origin: center center;
    margin-right: 15%;
}

.services-gsap .active .col-right .col-img-wrapper.small-img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services-gsap .col-right .col-img-wrapper.large-img {
    -webkit-transform: scale(0.5) translateX(200%) rotate(90deg);
    transform: scale(0.5) translateX(200%) rotate(90deg);
    transform-origin: center right;
}

.services-gsap .active .col-right .col-img-wrapper.large-img {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0) rotate(-10deg);
    transform: scale(1) translateX(0) rotate(-10deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.services-gsap .col-reverse.active .col-right .col-img-wrapper.large-img {
    -webkit-transform: scale(1) translateX(0) rotate(10deg);
    transform: scale(1) translateX(0) rotate(10deg);
}

.services-gsap #hero.has-image {
    height: auto;
    overflow: hidden;
}

.services-gsap .hero-below-caption #hero.has-image {
    z-index: 2;
    height: auto;
    overflow: hidden;
}

.services-gsap #hero.has-image #hero-caption {
    align-items: center;
    justify-content: center;
    padding-top: 280px;
    padding-bottom: 160px;
}

.services-gsap #hero.has-image #hero-caption .inner {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: flex-end;
}

.services-gsap #hero.has-image .hero-title {
    font-size: calc(1rem + 6vw);
    line-height: calc(1rem + 7vw);
    letter-spacing: -0.2vw;
    margin-bottom: 0;
    flex: 0 1 60%;
    max-width: 60%;
    margin: 0;
}

.services-gsap #hero.has-image .hero-subtitle {
    font-size: 24px;
    line-height: 32px;
    flex: 0 1 40%;
    max-width: 40%;
    margin-top: 0px;
    margin-bottom: 25px;
    position: relative;
    left: auto;
    bottom: auto;
    text-align: right;
}

.services-gsap #hero-image-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    margin: 0 auto;
    left: 0;
    top: 0;
    right: 0;
}

.services-gsap #hero-background-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
}

.services-gsap #hero-bg-image {
    background-size: cover;
    position: absolute;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    overflow: visible;
}

.services-gsap .load-project-page #hero-bg-image,
.services-gsap .load-next-project #hero-bg-image,
.services-gsap .load-project-thumb-with-title #hero-bg-image,
.services-gsap .load-project-thumb-from-slider1 #hero-bg-image {
    opacity: 1 !important;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.services-gsap #hero-description {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 300px;
    margin: 0 auto;
    box-sizing: border-box;
    pointer-events: initial;
    opacity: 0;
    z-index: 10;
}

.services-gsap #hero-description .inner {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.services-gsap #hero-description p {
    color: #000;
}

.services-gsap .light-content #hero-description p {
    color: #fff;
}

.services-gsap .hero-arrow {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.services-gsap .hero-arrow span {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

@keyframes occasional-arrow-bounce {
    0% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

.services-gsap .hero-arrow span:after {
    font: var(--fa-font-solid);
    content: "\f078";
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 50%;
    margin-left: -10px;
    animation: occasional-arrow-bounce 0.5s infinite alternate ease-out;
}

.services-gsap .circle {
    height: 44px;
    width: 44px;
}

.services-gsap .background {
    fill: transparent;
    stroke: rgba(255, 255, 255, 0.4);
    transition: all 200ms ease;
}

.services-gsap .foreground {
    fill: transparent;
    stroke-dasharray: 377;
    stroke-dashoffset: 377;
    stroke: #fff;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    transition: all 800ms ease;
}

.services-gsap .hero-arrow span:hover .foreground {
    stroke-dashoffset: 0;
    transform: rotate(90deg);
}

@keyframes arrow-bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.services-gsap .hero-arrow span:hover:after {
    animation: arrow-bounce 0.5s infinite alternate ease-out;
}

.services-gsap #hero-footer {
    position: absolute;
    width: 100%;
    padding: 30px 80px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    line-height: 60px;
    color: #000;
    overflow: hidden;
}

.services-gsap .light-content #hero-footer {
    color: #fff;
}

.services-gsap #hero-footer.has-border::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.1);
    transform: scaleX(0);
    transform-origin: center;
    transition: all 0.3s ease-out 0s;
}

.services-gsap .light-content #hero-footer.has-border::after {
    background-color: rgba(255, 255, 255, 0.15);
}

.services-gsap #hero-footer.has-border.visible::after {
    opacity: 1;
    transform: scaleX(1);
}

.services-gsap #hero-footer:after {
    content: "";
    clear: both;
    display: table;
}

.services-gsap .hero-footer-left {
    float: left;
    opacity: 0;
    cursor: pointer;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.services-gsap .hero-footer-right {
    float: right;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}

.services-gsap #share {
    top: -3px;
    right: -10px;
    position: relative;
    font-size: 16px;
}

.services-gsap #share::before {
    position: absolute;
    top: 0;
    left: -140px;
    content: attr(data-text);
    width: 120px;
    text-align: right;
}

.services-gsap #share .parallax-wrap {
    width: 50px;
    height: 60px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}

.services-gsap .light-content a.jssocials-share-link,
.services-gsap .dark-content a.jssocials-share-link {
    color: inherit;
}

.services-gsap .jssocials-share-link i {
    opacity: 0;
}

.services-gsap .jssocials-share-facebook a:before {
    content: "Fb";
    position: absolute;
}

.services-gsap .jssocials-share-linkedin a:before {
    content: "Li";
    position: absolute;
}

.services-gsap .jssocials-share-twitter a:before {
    content: "Tx";
    position: absolute;
}

.services-gsap .jssocials-share-pinterest a:before {
    content: "Pn";
    position: absolute;
}

.services-gsap .jssocials-share-stumbleupon a:before {
    content: "St";
    position: absolute;
}

.services-gsap .jssocials-share-whatsapp a:before {
    content: "Wa";
    position: absolute;
}

.services-gsap .jssocials-share-viber a:before {
    content: "Vb";
    position: absolute;
}

.services-gsap .jssocials-share-email a:before {
    content: "Em";
    position: absolute;
}

.services-gsap .jssocials-share-vkontakte a:before {
    content: "Vk";
    position: absolute;
}

.services-gsap .hero-gradient {
    position: absolute;
    height: 350px;
    width: 100%;
    bottom: -2px;
    background-color: #000;
    z-index: 0;
    -webkit-mask-image: linear-gradient(transparent, black 75%);
    mask-image: linear-gradient(transparent, black 75%);
}

.services-gsap #main {
    position: relative;
    opacity: 1;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.services-gsap .load-project-page #main,
.services-gsap .load-next-project #main,
.services-gsap .load-next-page #main {
    opacity: 1;
}

.services-gsap #main-content,
.services-gsap #main-content-bg {
    position: relative;
    opacity: 1;
    z-index: 10;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.services-gsap #main-page-content {
    position: relative;
    box-sizing: border-box;
    opacity: 0;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    max-width: none;
    background: rgba(96, 105, 124, 0.1);
}

.services-gsap #main-page-content::after {
    clear: both;
    content: " ";
    display: table;
}

.services-gsap #main-page-content.project-page {
    margin-bottom: calc(100vh - 120px);
}

.services-gsap #main-page-content.no-overflow {
    overflow: visible;
}

.services-gsap #main-content.portfolio-page {
    overflow: hidden;
}

.services-gsap #main-content.portfolio-page #main-page-content {
    overflow: visible;
    width: 100%;
    max-width: none;
    padding: 0;
}

.services-gsap .next-hero-title {
    font-size: calc(1rem + 12vw);
    line-height: calc(1rem + 14vw);
    font-weight: 600;
    position: relative;
    display: block;
    width: auto;
    color: #000;
    margin-bottom: 0px;
    letter-spacing: -0.4vw;
}

.services-gsap .next-hero-title::before {
    content: attr(data-infoTextBefore);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    width: auto;
    height: 20px;
    position: absolute;
    left: -130px;
    top: calc(50% - 0px);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    letter-spacing: 0;
    opacity: 0.6;
    pointer-events: none;
}

.services-gsap .next-hero-title::after {
    content: attr(data-infoTextAfter);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    width: auto;
    height: 20px;
    position: absolute;
    right: -130px;
    top: calc(50% - 0px);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    letter-spacing: 0;
    opacity: 0.6;
    pointer-events: none;
}

.services-gsap .show-loader .next-hero-title::before {
    opacity: 0;
    left: -150px;
}

.services-gsap .show-loader .next-hero-title::after {
    opacity: 0;
    right: -150px;
}

.services-gsap .next-hero-title span {
    display: block;
}

.services-gsap .next-hero-subtitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    display: block;
    overflow: hidden;
    color: #000;
    margin-top: 40px;
    opacity: 0.6;
}

.services-gsap .light-content .next-hero-subtitle {
    color: #fff;
}

.services-gsap .next-hero-subtitle span {
    display: block;
}

.services-gsap .content-max-width {
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1320px;
}

.services-gsap .content-full-width {
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
    max-width: 100%;
}

.services-gsap .services-sec-inside {
    overflow: hidden;
}

.services-gsap .services-sec-inside .cd-main-content>div {
    height: 100%;
    min-height: 100vh;
}

.services-gsap .services-sec-inside .cd-main-content {
    width: 100%;
}

.services-gsap .services-sec-inside .cd-main-content.cd-index>div {
    vertical-align: middle;
}

.services-gsap .services-sec-inside .cd-main-content.cd-index::after {
    background-color: rgba(64, 137, 166, 0);
    background-image: -webkit-linear-gradient(bottom, #4089a6, rgba(64, 137, 166, 0));
    background-image: linear-gradient(to top, #4089a6, rgba(64, 137, 166, 0));
}

.services-gsap .services-sec-inside .cd-main-content.cd-index::before {
    background-color: rgba(64, 137, 166, 0);
    background-image: -webkit-linear-gradient(top, #4089a6, rgba(64, 137, 166, 0));
    background-image: linear-gradient(to bottom, #4089a6, rgba(64, 137, 166, 0));
}

.services-gsap .services-sec-inside .cd-main-content.cd-about {
    background-color: #fff;
}

.services-gsap .services-sec-inside .cd-main-content.cd-about>div {
    padding-top: 50px;
}

.services-gsap .services-sec-inside .cd-main-content.cd-about::after {
    background-color: rgba(40, 48, 64, 0);
    background-image: -webkit-linear-gradient(bottom, #283040, rgba(40, 48, 64, 0));
    background-image: linear-gradient(to top, #283040, rgba(40, 48, 64, 0));
}

.services-gsap .services-sec-inside .cd-main-content.cd-about::before {
    background-color: rgba(40, 48, 64, 0);
    background-image: -webkit-linear-gradient(top, #283040, rgba(40, 48, 64, 0));
    background-image: linear-gradient(to bottom, #283040, rgba(40, 48, 64, 0));
}

.services-gsap .cd-cover-layer,
.services-gsap .cd-cover-layer.invisible {
    background-color: transparent;
}

.services-gsap .cd-cover-layer {
    position: fixed;
    z-index: 5000;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 101%;
    width: 101%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, visibility 0s 0.4s;
    transition: opacity 0.6s 0s, visibility 0s 0.4s;
}

.services-gsap .page-is-changing .cd-cover-layer {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0.3s, visibility 0s 0s;
}

.services-gsap span.text-rotator-wrapper {
    display: inline-flex;
    overflow: hidden;
    width: auto;
    position: relative;
}

.services-gsap span.text-rotator {
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    white-space: nowrap;
}

.services-gsap span.text-rotator>span {
    position: relative;
    display: inline-block !important;
    color: currentColor;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
    color: #000000;
    --gradient-position: 50%;
    background: -webkit-linear-gradient(348deg, #000000 0%, #000000 28.66%, #26b574 32.66%, #2b5944 33%, #000000 37%, #000000 45%, #18935b 47.5%, #26b574 48%, #000000 50.5%, #000000 64%, #16f791 69%, #000000 70%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 200% 100%, 100% 100%;
    background-position: var(--gradient-position) 50%, 50% 50%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 5;
}

.services-gsap span.text-rotator>span:first-child {
    position: relative;
}

.services-gsap .hero-subtitle {
    padding: 0 40px;
}

.services-gsap .cust-letter-space {
    letter-spacing: normal;
}

@media only screen and (max-width:1466px) {
    .services-gsap .row_padding_all {
        padding-left: 60px;
        padding-right: 60px;
    }
    .services-gsap .row_padding_left {
        padding-left: 60px;
    }
    .services-gsap .row_padding_right {
        padding-right: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .services-gsap .parallax-wrap {
        transform: none !important;
    }
    .services-gsap .parallax-element {
        transform: none !important;
    }
    .services-gsap .has-parallax figcaption {
        display: none;
    }
    .services-gsap .destroy {
        display: none;
    }
    .services-gsap .row_padding_left {
        padding-left: 0px;
    }
    .services-gsap .row_padding_right {
        padding-right: 0px;
    }
    .services-gsap .full.row_padding_left {
        padding-left: 40px;
    }
    .services-gsap .full.row_padding_right {
        padding-right: 40px;
    }
    .services-gsap .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }
    .services-gsap .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width:767px) {
    .services-gsap .text-aligh-right {
        text-align: left;
    }
    .services-gsap .one_half {
        width: 100% !important;
    }
    .services-gsap .one_half {
        padding-right: 0 !important;
    }
    .services-gsap .one_half.last {
        padding-left: 0 !important;
    }
    .services-gsap .one_third {
        width: 100% !important;
    }
    .services-gsap .one_fourth {
        width: 100% !important;
    }
    .services-gsap .one_fifth {
        width: 100% !important;
    }
    .services-gsap .one_sixth {
        width: 100% !important;
    }
    .services-gsap .two_fifth {
        width: 100% !important;
    }
    .services-gsap .two_fourth {
        width: 100% !important;
    }
    .services-gsap .two_third {
        width: 100% !important;
    }
    .services-gsap .three_fifth {
        width: 100% !important;
    }
    .services-gsap .three_fourth {
        width: 100% !important;
    }
    .services-gsap .four_fifth {
        width: 100% !important;
    }
    .services-gsap .five_sixth {
        width: 100% !important;
    }
    .services-gsap .one_half,
    .services-gsap .one_third,
    .services-gsap .two_third,
    .services-gsap .three_fourth,
    .services-gsap .one_fourth,
    .services-gsap .two_fourth,
    .services-gsap .one_fifth,
    .services-gsap .two_fifth,
    .services-gsap .three_fifth,
    .services-gsap .four_fifth,
    .services-gsap .one_sixth,
    .services-gsap .five_sixth {
        margin-bottom: 30px !important;
        margin-right: 0% !important;
    }
    .services-gsap .row_padding_top {
        padding-top: 10vw;
    }
    .services-gsap .row_padding_bottom {
        padding-bottom: 10vw;
    }
    .services-gsap .row_padding_left {
        padding-left: 30px;
    }
    .services-gsap .row_padding_right {
        padding-right: 30px;
    }
    .services-gsap .full.row_padding_left {
        padding-left: 30px;
    }
    .services-gsap .full.row_padding_right {
        padding-right: 30px;
    }
    .services-gsap .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }
    .services-gsap .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 30px;
        padding-right: 30px;
    }
    .services-gsap .clip-effects {
        overflow: hidden;
        clip-path: inset(2% 5% round 30px);
    }
    .services-gsap hr {
        height: 20px;
    }
    .services-gsap .big-title {
        font-size: clamp(48px, 8.5vw, 130px);
        line-height: clamp(48px, 8.5vw, 130px);
    }
    .services-gsap .bigger {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width:768px) {
    .services-gsap #main-page-content {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:479px) {
    .services-gsap .one_half,
    .services-gsap .one_third,
    .services-gsap .two_third,
    .services-gsap .three_fourth,
    .services-gsap .one_fourth,
    .services-gsap .two_fourth,
    .services-gsap .one_fifth,
    .services-gsap .two_fifth,
    .services-gsap .three_fifth,
    .services-gsap .four_fifth,
    .services-gsap .one_sixth,
    .services-gsap .five_sixth {
        margin-bottom: 20px !important;
        margin-right: 0% !important;
    }
    .services-gsap .row_padding_top {
        padding-top: 12vw;
    }
    .services-gsap .row_padding_bottom {
        padding-bottom: 12vw;
    }
    .services-gsap .row_padding_left {
        padding-left: 30px;
    }
    .services-gsap .row_padding_right {
        padding-right: 30px;
    }
    .services-gsap .full.row_padding_left {
        padding-left: 20px;
    }
    .services-gsap .full.row_padding_right {
        padding-right: 20px;
    }
    .services-gsap .row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 0px;
        padding-right: 0px;
    }
    .services-gsap .full.row_padding_all {
        padding-top: 4vw;
        padding-bottom: 4vw;
        padding-left: 20px;
        padding-right: 20px;
    }
    .services-gsap hr {
        height: 10px;
    }
    .services-gsap #main-page-content .button-text,
    .services-gsap #hero .button-text {
        display: block;
    }
}

.services-gsap .pinned-lists-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    height: auto;
    max-height: 100vh;
}

.services-gsap .pinned-lists {
    margin: 0;
    display: block;
    width: 100%;
}

.services-gsap .pinned-lists li {
    list-style: none;
    width: auto;
    display: table;
    position: relative;
    font-size: calc(1rem + 4vw);
    line-height: calc(1rem + 5vw);
    letter-spacing: -0.15vw;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.services-gsap .pinned-lists li.has-info-even::after,
.services-gsap .pinned-lists li.has-info-odd::after {
    content: attr(data-infoTextAfter);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    width: auto;
    height: 25px;
    position: absolute;
    top: -5px;
    letter-spacing: 0;
    opacity: 0;
    pointer-events: none;
    background: #c8c8c8;
    border: currentColor solid 2px;
    border-radius: 40px;
    padding: 1px 9px;
}

@media (min-width:768px) {
    .services-gsap .pinned-lists li.has-info-even::after,
    .services-gsap .pinned-lists li.has-info-odd::after {
        top: 5px;
    }
}

@media (min-width:992px) {
    .services-gsap .pinned-lists li.has-info-even::after,
    .services-gsap .pinned-lists li.has-info-odd::after {
        font-size: 16px;
        height: 30px;
        padding: 3px 9px;
        top: 8px;
    }
}

@media (min-width:1200px) {
    .services-gsap .pinned-lists li.has-info-even::after,
    .services-gsap .pinned-lists li.has-info-odd::after {
        font-size: 20px;
        height: 35px;
        padding: 5px 9px;
        top: 15px;
    }
}

.services-gsap .light-content .pinned-lists li.has-info-even::after,
.services-gsap .light-content .pinned-lists li.has-info-odd::after,
.services-gsap .dark-section .pinned-lists li.has-info-even::after,
.services-gsap .dark-section .pinned-lists li.has-info-odd::after {
    background: #222;
}

.services-gsap .light-content .light-section .pinned-lists li.has-info-even::after,
.services-gsap .light-content .light-section .pinned-lists li.has-info-odd::after {
    background: #c8c8c8;
}

.services-gsap .pinned-lists li.has-info-even::after {
    left: -27px;
    right: auto;
    transform: translatex(-60%);
}

@media (min-width:768px) {
    .services-gsap .pinned-lists li.has-info-even::after {
        left: -25px;
    }
}

@media (min-width:1200px) {
    .services-gsap .pinned-lists li.has-info-even::after {
        left: -30px;
    }
}

.services-gsap .pinned-lists li.has-info-odd::after {
    left: auto;
    right: -27px;
    transform: translatex(60%);
}

@media (min-width:768px) {
    .services-gsap .pinned-lists li.has-info-odd::after {
        right: -25px;
    }
}

@media (min-width:1200px) {
    .services-gsap .pinned-lists li.has-info-odd::after {
        right: -30px;
    }
}

.services-gsap .visible .pinned-lists li.has-info-odd.secondary-font::after,
.services-gsap .visible .pinned-lists li.has-info-even.secondary-font::after {
    opacity: 1;
}

.services-gsap .text-align-center .pinned-lists li {
    margin: 0 auto;
}

.services-gsap .light-content .pinned-lists li,
.services-gsap .dark-section .pinned-lists li {
    color: #fff;
}

.services-gsap .light-content .light-section .pinned-lists li {
    color: #000;
}

.services-gsap .pinned-lists li.secondary-font {
    font-family: "Playfair Display", serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(1rem + 4.3vw);
}

@media only screen and (max-width:1537px) {
    .services-gsap #hero.has-image #hero-caption {
        padding-top: 240px;
        padding-bottom: 130px;
    }
    .services-gsap .hero-below-caption #next-project-caption {
        padding-top: 240px;
        padding-bottom: 130px;
    }
    .services-gsap .hero-below-caption .temporary-hero .outer {
        padding-top: 240px;
        padding-bottom: 130px;
    }
}

@media only screen and (max-width:1466px) {
    .services-gsap #hero-caption {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .services-gsap .page-nav-caption {
        padding-top: 100px;
        height: calc(100vh - 100px);
    }
    .services-gsap .hero-subtitle {
        bottom: 40px;
    }
    .services-gsap .hero-subtitle,
    .services-gsap .next-hero-subtitle {
        margin-top: 40px;
    }
    .services-gsap #hero-footer {
        padding: 20px 60px;
    }
    .services-gsap .content-max-width,
    .services-gsap .content-full-width {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (max-width:1024px) {
    .services-gsap #hero-caption.hero-full-caption {
        height: 100vh;
        height: 100dvh;
    }
    .services-gsap #hero.has-image #hero-caption .inner,
    .services-gsap #project-nav .next-caption,
    .services-gsap .temporary-hero .inner .next-caption {
        display: block;
    }
    .services-gsap .hero-subtitle,
    .services-gsap .next-hero-subtitle {
        font-size: 22px;
        line-height: 30px;
        margin-top: 30px;
    }
    .services-gsap #hero.has-image .hero-title {
        max-width: 100%;
    }
    .services-gsap #hero.has-image .hero-subtitle {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
        margin-top: 40px;
        max-width: 100%;
    }
    .services-gsap #project-nav .next-hero-title {
        margin-bottom: 0px;
        max-width: 100%;
    }
    .services-gsap #project-nav .next-hero-subtitle,
    .services-gsap .temporary-hero .next-hero-subtitle {
        justify-content: flex-start;
        text-align: left;
        margin-top: 20px;
        max-width: 100%;
    }
    .services-gsap #hero-footer {
        padding: 20px 40px;
    }
    .services-gsap .hero-column .col-img-wrapper.small-img {
        width: 18%;
    }
    .services-gsap .hero-column .col-img-wrapper.large-img {
        width: 28%;
    }
    .services-gsap .content-max-width,
    .services-gsap .content-full-width {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width:767px) {
    .services-gsap #hero-caption {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .services-gsap .page-nav-caption {
        padding-top: 80px;
        height: calc(100vh - 80px);
    }
    .services-gsap .hero-title::before {
        left: 0;
        top: -45px;
    }
    .services-gsap .caption-animated .hero-title::before {
        opacity: 0.6;
        left: 0;
        top: -20px;
        width: 100%;
    }
    .services-gsap .hero-title::after {
        right: 0;
        top: auto;
        bottom: -50px;
    }
    .services-gsap .caption-animated .hero-title::after {
        opacity: 0.6;
        right: 0;
        bottom: -25px;
        width: 100%;
        top: auto;
    }
    .services-gsap .hero-subtitle,
    .services-gsap .next-hero-subtitle {
        font-size: 20px;
        line-height: 28px;
        margin-top: 20px;
    }
    .services-gsap .next-hero-title::before {
        opacity: 0.6;
        left: 0;
        top: -20px;
        width: 100%;
    }
    .services-gsap .next-hero-title::after {
        opacity: 0.6;
        right: 0;
        bottom: -25px;
        width: 100%;
        top: auto;
    }
    .services-gsap .show-loader .next-hero-title::before {
        left: 0;
        top: -45px;
        opacity: 0;
    }
    .services-gsap .show-loader .next-hero-title::after {
        right: 0;
        top: auto;
        bottom: -50px;
        opacity: 0;
    }
    .services-gsap #hero.has-image .hero-subtitle {
        font-size: 20px;
        line-height: 28px;
    }
    .services-gsap #project-nav .next-hero-title {
        margin-bottom: 48px;
    }
    .services-gsap #hero-footer {
        padding: 20px 30px;
    }
    .services-gsap #hero-footer .button-text {
        display: none;
    }
    .services-gsap #info-text {
        width: 60px;
        height: 60px;
    }
    .services-gsap #info-text::after {
        font: var(--fa-font-solid);
        content: "\f063";
        font-size: 16px;
        width: 100%;
        height: 100%;
        line-height: 60px;
        text-align: right;
        position: absolute;
        left: 0;
        top: 0;
        color: currentColor;
    }
    .services-gsap #info-text span {
        display: none;
    }
    .services-gsap .hero-column .col-img-wrapper.small-img {
        width: 28%;
    }
    .services-gsap .hero-column .col-img-wrapper.large-img {
        width: 38%;
    }
    .services-gsap .content-max-width,
    .services-gsap .content-full-width {
        padding-left: 30px;
        padding-right: 30px;
    }
    .services-gsap .content-wrapper {
        position: static !important;
    }
    .services-gsap .landing-intro-wrapper {
        display: none;
    }
}

@media only screen and (max-width:479px) {
    .services-gsap #hero.has-image .hero-title {
        margin-bottom: 10px;
    }
    .services-gsap .hero-subtitle,
    .services-gsap .next-hero-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .services-gsap .hero-subtitle {
        bottom: 30px;
        padding: 0 30px;
    }
    .services-gsap #hero.has-image .hero-subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .services-gsap #project-nav .next-hero-title {
        margin-bottom: 36px;
    }
    .services-gsap #hero-footer {
        padding: 10px 20px;
    }
    .services-gsap #hero #hero-footer .button-text {
        display: none;
    }
    .services-gsap .hero-column .col-img-wrapper.small-img {
        width: 38%;
    }
    .services-gsap .hero-column .col-img-wrapper.large-img {
        width: 48%;
    }
    .services-gsap .content-max-width,
    .services-gsap .content-full-width {
        padding-left: 20px;
        padding-right: 20px;
    }
}


span{
    text-align: left;
}

.hero-subtitle span{
    text-align: center;
}

.services-gsap .hero-subtitle {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    display: block;
    overflow: hidden;
    color: #000;
    opacity: 1;
    position: absolute;
    bottom: 115px;
    width: 100%;
    left: 0;
}

.services-gsap #main {
    position: relative;
    opacity: 1;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.home-services-section--list h3{
    text-align: left;
}

a.text-link-arrow.fromLeft.cust-letter-space {
    float: left;
    margin-top: 50px;
}

.dbl-row {
    display: flex;
}
.dbl-col{
    margin-top: -540px;
}

.logos img {
    height: 60px;
    width: 10%;
    position: absolute;
    content: "";
    top: 6px;
    left: 70px;
}
.logos {
    position: relative;
}













/*=========================servicepg==================================*/

.services-ppg #menu-wrap {
    background: #000;
}

.serive-page-sec{
    padding: 120px 0px 60px 0px;
}

.main-services-pg .sev-pgnon {
    display: none;
}


/*=========================abt-section==================================*/


.abt-sec{
    font-family: 'Open Sans' !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #323232 !important;
    width: 100%;
    max-width: 580px;
    padding-top: 20px;
}




/*===========================================================================*/

.list-section{
    padding:60px 0px ;
}
.list-section .section-label {
      font-size: 13px;
      font-weight: 600;
      color: #6b7280;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      margin-bottom: 1.25rem;
    }

   .list-section .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }

   .list-section .card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      padding: 1.25rem 1rem;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 12px;
      transition: border-color 0.2s, box-shadow 0.2s;
    }

   .list-section .card:hover {
      border-color: #26b574;
      box-shadow: 0 4px 12px #26b57461;
    }

   .list-section .number {
      font-size: 22px;
      font-weight: 700;
      color: #26b574;
      line-height: 1;
      flex-shrink: 0;
      min-width: 32px;
    }

   .list-section .card-label {
      font-size: 13px;
      font-weight: 500;
      color: #111827;
      line-height: 1.5;
    } 
.list-section .pera-pad {
    padding-top: 30px;
}
    @media (max-width: 768px) {
     .list-section .grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 480px) {
     .list-section .grid { grid-template-columns: 1fr; }
    }






/*=====================================faq-sec============================================    */

.faq-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 90px 50px 90px 50px;
}

    .faq-header {
      text-align: center;
      margin-bottom: 2.5rem;
    }

    .faq-header span {
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #26b574;
      background: #eef2ff;
      padding: 4px 14px;
      border-radius: 20px;
      margin-bottom: 0.75rem;
    }

   .faq-header h2 {
    margin-bottom: 0.5rem;
    color: #414141;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
}

    .faq-header p {
      font-size: 15px;
      color: #6b7280;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
          width: 50%;
    margin: 0 auto;
    }

    .faq-item {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 12px;
      overflow: hidden;
      transition: border-color 0.2s, box-shadow 0.2s;
    }

    .faq-item.open {
      border-color: #818cf8;
      box-shadow: 0 4px 16px rgba(79, 70, 229, 0.08);
    }

    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 1.1rem 1.25rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      cursor: pointer;
      text-align: left;
      margin-top: 0;
    }

    .faq-question:hover .q-text {
      color: #26b574;
    }

    .q-left {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .q-num {
      font-size: 12px;
      font-weight: 700;
      color: #26b574;
      background: #eef2ff;
      border-radius: 6px;
      padding: 3px 8px;
      flex-shrink: 0;
    }

    .q-text {
      font-size: 18px;
      font-weight: 600;
      color: #111827;
      transition: color 0.2s;
    }

    .faq-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #f3f4f6;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      transition: background 0.2s, transform 0.3s;
    }

    .faq-item.open .faq-icon {
      background: #eef2ff;
      transform: rotate(45deg);
    }

    .faq-icon svg {
      width: 14px;
      height: 14px;
      stroke: #6b7280;
      transition: stroke 0.2s;
    }

    .faq-item.open .faq-icon svg {
      stroke: #4f46e5;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease, padding 0.3s ease;
      padding: 0 1.25rem;
    }

    .faq-answer.open {
      max-height: 300px;
      padding: 0 1.25rem 1.25rem;
    }

    .faq-answer p {
      font-size: 14px;
      color: #4b5563;
      line-height: 1.75;
      border-top: 1px solid #f3f4f6;
      padding-top: 1rem;
    }





/*==================================portfoliosec=======================================*/

.events-section {
    padding: 200px 0px 60px 0px;
}
/*.events-section {*/
/*      max-width: 1100px;*/
/*      margin: 0 auto;*/
/*    }*/

   .events-section .section-header {
      text-align: center;
      margin-bottom: 2.5rem;
    }

   .events-section .section-header span {
      display: inline-block;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #4f46e5;
      background: #eef2ff;
      padding: 4px 14px;
      border-radius: 20px;
      margin-bottom: 0.75rem;
    }

  .events-section .section-header h2 {
    font-size: 70px;
    font-weight: 700;
    color: #111827;
    padding-bottom: 30px;
}

   .events-section .section-header p {
      font-size: 15px;
      color: #6b7280;
      margin-top: 0.4rem;
    }

   .events-section .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

   .events-section .portfolio-item {
      position: relative;
      border-radius: 14px;
      overflow: hidden;
      cursor: pointer;
      aspect-ratio: 4/3;
      background: #e5e7eb;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    }

   .events-section .portfolio-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }

   .events-section .portfolio-item:hover img {
      transform: scale(1.07);
    }

   .events-section .overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(17,24,39,0.92) 0%, rgba(17,24,39,0.4) 60%, transparent 100%);
      opacity: 0;
      transition: opacity 0.35s ease;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 1.25rem;
    }

   .events-section .portfolio-item:hover .overlay {
      opacity: 1;
    }

   .events-section .overlay-tag {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #a5b4fc;
      margin-bottom: 6px;
    }

   .events-section .overlay-title {
      font-size: 16px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 6px;
      line-height: 1.3;
    }

   .events-section .overlay-desc {
      font-size: 12px;
      color: #d1d5db;
      line-height: 1.5;
      margin-bottom: 10px;
    }

   .events-section .overlay-btn {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 12px;
      font-weight: 600;
      color: #ffffff;
      background: #4f46e5;
      border: none;
      border-radius: 6px;
      padding: 6px 14px;
      cursor: pointer;
      width: fit-content;
      transition: background 0.2s;
    }

   .events-section .overlay-btn:hover { background: #4338ca; }

    /* === POPUP === */
    .popup-backdrop {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.75);
      z-index: 1000;
      align-items: center;
      justify-content: center;
      padding: 1rem;
      backdrop-filter: blur(4px);
    }

    .popup-backdrop.active {
      display: flex;
    }

    .popup-box {
      background: #ffffff;
      border-radius: 16px;
      max-width: 700px;
      width: 100%;
      overflow: hidden;
      animation: popIn 0.3s ease;
      position: relative;
    }

    @keyframes popIn {
      from { transform: scale(0.92); opacity: 0; }
      to   { transform: scale(1);    opacity: 1; }
    }

    .popup-img {
      width: 100%;
      max-height: 360px;
      object-fit: cover;
      display: block;
    }

    .popup-content {
      padding: 1.5rem;
      display: none;
    }

    .popup-tag {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #4f46e5;
      margin-bottom: 8px;
    }

    .popup-title {
      font-size: 20px;
      font-weight: 700;
      color: #111827;
      margin-bottom: 10px;
    }

    .popup-desc {
      font-size: 14px;
      color: #4b5563;
      line-height: 1.75;
    }

    .popup-close {
      position: absolute;
      top: 14px;
      right: 14px;
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: rgba(0,0,0,0.5);
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s;
    }

    .popup-close:hover { background: rgba(0,0,0,0.75); }

    .popup-close svg {
      width: 16px;
      height: 16px;
      stroke: #ffffff;
      stroke-width: 2.5;
      stroke-linecap: round;
    }

    @media (max-width: 700px) {
      .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 480px) {
      .portfolio-grid { grid-template-columns: 1fr; }
    }







/*===========================contactcss========================================*/
.section-contact-pg{padding: 160px 0px 60px 0px;}
.contact-ppg #menu-wrap {
    background: #000;
}
.section-contact-pg .section-title{text-align:center;margin-bottom:50px}
.section-contact-pg .section-title h2{font-size:36px;font-weight:700;letter-spacing:-0.5px}
.section-contact-pg .section-title h2 span{color:#0066cc}
.section-contact-pg .section-title p{color:#6b7280;margin-top:10px;max-width:480px;margin-left:auto;margin-right:auto}
.section-contact-pg .container{max-width: 72rem;}
.section-contact-pg .row{display: flex;}
.section-contact-pg .col-md-6 {
    padding: 12px;
}
.section-contact-pg .card{background:#fff;border-radius:16px;padding:35px;box-shadow:0 4px 24px rgba(0,0,0,0.06);border:1px solid #e5e7eb}
.section-contact-pg .card h3{font-size:20px;font-weight:600;margin-bottom:24px;text-align: left;}
.section-contact-pg .form-row{display:flex;gap:16px;margin-bottom:16px}
.section-contact-pg .form-row input{flex:1}
.section-contact-pg input,textarea{width:90%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;font-family:'Outfit',sans-serif;font-size:14px;outline:none;transition:border .2s}
.section-contact-pg input:focus,textarea:focus{border-color:#0066cc}
.section-contact-pg textarea{resize:vertical;min-height:120px;margin-bottom:16px}
.section-contact-pg #message {
    width: 95%;
}

.section-contact-pg .error-msg{color:#dc2626;font-size:12px;margin-top:4px;display:none}
.section-contact-pg .btn-submit{align-items:center;gap:8px;background: #26b574;color:#fff;border:none;padding:12px 28px;border-radius:10px;font-family:'Outfit',sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:background .2s}
.section-contact-pg .btn-submit:hover{background: #26b574;}
.section-contact-pg .btn-submit svg{width:16px;height:16px}
.section-contact-pg .success-msg{display:none;background:#d1fae5;color:#065f46;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500;margin-bottom:16px}
/* Details column */
.section-contact-pg .detail-item{display:flex;align-items:flex-start;gap:16px;margin-bottom:22px}
.section-contact-pg .detail-item:last-child{margin-bottom:0}
.section-contact-pg .icon-box{width:44px;height:44px;border-radius:12px;background:rgba(0,102,204,0.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.section-contact-pg .icon-box svg{width:20px;height:20px;color: #26b574;stroke: #26b574;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.section-contact-pg .detail-label{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:#6b7280;font-weight:500;margin-bottom:2px}
.section-contact-pg .detail-text{font-size:14px;color:#1a1d24;line-height:1.5}
.section-contact-pg .detail-text a{color:#1a1d24;text-decoration:none;transition:color .2s}
.section-contact-pg .detail-text a:hover{color:#0066cc}
.contact-ppg .detl {
    display: none;
}

.contact-ppg .frm {
    display: none;
}
.section-contact-pg .phone-line{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:13px;color:#6b7280}
.section-contact-pg .phone-line svg{width:14px;height:14px;stroke:#14b8a6;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:700px){.section-contact-pg .form-row{flex-direction:column} .section-contact-pg .row{flex-direction:column}}











/*==================================footer===================================*/


.footer-main {
    margin: 0 0 0 0;
    padding: 0px 30px 0px 30px;
    background: #000;
}

.footer-top {
    padding: 260px 0 0
}

.footer-top h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0;
    position: relative
}

.footer-main p {
    color: #fff;
    font-size: 16px !important;
    padding-bottom: 0;
    text-align: left
}

.footerleft a {
    color: #fff;
    font-size: 16px;
    padding: 0 40px 0 0;
    display: inline-block;
    margin-bottom: 10px;
    display: inline-block
}

.footerleft .clr-two {
    color: #ffba00
}

.address-main ul {
    width: 100%;
    display: inline-block;
    margin: 10px 0
}

.address-main ul li {
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    padding: 0 0 8px 18px;
    position: relative;
    color: #fff
}

.address-main ul li a {
    color: #fff
}

.address-main ul li a:hover {
    color: #c2c2c2
}

.address-main ul li span {
    position: absolute;
    left: 0;
    top: 5px;
    color: var(--primary-color);
    font-size: 15px
}

.ftr-social {
    text-align: left;
    display: table;
    margin: 0
}

.ftr-social li {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    text-align: center
}

.ftr-social li a {
    display: block;
    padding: 0;
    text-align: center
}

.ftr-social li a span {
    color: #cbd6e2;
    font-size: 14px;
    margin: 0
}

.ftr-social li a:hover span {
    color: #fff!important
}

.ftr-social li a:hover span.icon-facebook {
    color: #3b5998
}

.ftr-social li a:hover span.icon-twitter {
    color: #1da1f2
}

.ftr-social li a:hover span.icon-google-plus {
    color: #dd5044
}

.ftr-social li a:hover span.icon-linkedin {
    color: #007bb6
}

.ftr-social li a:hover span.icon-youtube-play {
    color: #c4302b
}

.ftr-social li a:hover span.icon-pinterest-p {
    color: #C92228
}

.ftr-social li a:hover span.icon-instagram {
    color: #fb3958
}

.ftr-social li a:hover span.icon-vimeo {
    color: #4EBBFF
}

.ftr-social li a:hover span.icon-medium {
    color: #347235
}

.ftr-social2 {
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

.ftr-social2 li {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    text-align: center
}

.ftr-social2 li a {
    display: block;
    padding: 0;
    text-align: center
}

.ftr-social2 li a span {
    background: #3b5998;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    margin: 0;
    display: block
}

.ftr-social2 li a:hover span {
    color: #fff
}

.ftr-social2 li a span.icon-facebook {
    background: #3b5998
}

.ftr-social2 li a span.icon-twitter {
    background: #1da1f2
}

.ftr-social2 li a span.icon-google-plus {
    background: #dd5044
}

.ftr-social2 li a span.icon-linkedin {
    background: #007bb6
}

.ftr-social2 li a span.icon-youtube-play {
    background: #c4302b
}

.ftr-social3 {
    display: inline-block;
    margin: 10px 0;
    width: 100%
}

.ftr-social3 li {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
    text-align: center
}

.ftr-social3 li a {
    display: block;
    padding: 0;
    text-align: center
}

.ftr-social3 li a span {
    color: #fff;
    font-size: 25px;
    margin: 0
}

.ftr-social3 li a:hover span {
    color: lightgray
}

.footer-nav {
    text-align: right;
    list-style-type: none;
    margin: 12px 0 20px;
    width: 100%;
    display: inline-block
}

.footer-nav li {
    margin-right: 20px;
    position: relative;
    display: inline-block
}

.footer-nav li:before {
    position: absolute;
    font-family: 'icomoon'!important;
    left: 0;
    top: 3px;
    font-size: 13px;
    color: var(--primary-color)
}

.footer-nav li a {
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.footer-nav li a:hover {
    color: #c2c2c2
}

.subscribe-main {
    margin: 30px 15px 10px;
    width: 100%;
    float: right;
    text-align: right;
    display: inline-block
}

.subscribe-main input[type='text'] {
    background: #fff;
    border: 0;
    border-radius: 5px 0 0 5px;
    color: #9d9d9d;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 65%
}

.subscribe-main input[type='submit'] {
    background: #20CB98;
    border: 0;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 35%
}

.subscribe-main input[type='submit']:hover {
    background: #23bb8f
}

.subscribe-main input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1!important
}

.subscribe-main input:-moz-placeholder {
    color: #9d9d9d
}

.subscribe-main input::-moz-placeholder {
    color: #9d9d9d
}

.subscribe-main input:-ms-input-placeholder {
    color: #9d9d9d
}

.footer-bottom {
    background: #000;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    width: 77%;
    margin: 0 auto;
}

.footer-bottom ul {
    display: block;
    text-align: right;
    font-size: 9px;
    color: #919bd3;
    margin: 0
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 0px;
    font-size: 9px;
    color: #919bd3;
    vertical-align: middle
}

.footer-bottom ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize
}

.footer-nav2 {
    list-style-type: none;
    ;margin: 10px 0 10px 0;
    float: right
}

.footer-nav2 li {
    float: left;
    padding: 0 12px;
    position: relative
}

.footer-nav2 li:first-child {
    padding-left: 0
}

.footer-nav2 li:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: #fff;
    left: 0;
    top: 30%
}

.footer-nav2 li:first-child:before {
    display: none
}

.footer-nav2 li a {
    font-size: 13px;
    font-weight: 400;
    color: #cbd6e2
}

.footer-nav2 li a:hover {
    color: #fff
}

.copyright {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 12px;
    color: #cbd6e2
}

.copyright span {
    color: #cbd6e2
}

.disclaimer-area {
    background: #000;
    padding: 10px 0
}

.disclaimer {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
    margin: 0;
    padding: 10px 0
}

.disclaimer strong {
    color: var(--primary-color);
    font-weight: 500
}

#footer>.container>.row {
    padding: 60px 0
}

#footer>.container>.row~.row {
    padding: 0
}

footer .social-full {
    border-top: 1px solid rgb(0 0 0 / .06);
    border-bottom: 1px solid rgb(0 0 0 / .06)
}

footer .logo-card {
    position: relative
}

footer .logo-card img {
    margin: 45px 0 0;
    width: 500px
}

ul.footer-level-nav li {
    display: inline-block
}

ul.footer-level-nav li a {
    padding: 0 16px 0 0
}

.footer-top {
    background-size: contain !important;
    padding: 60px 60px 0px 60px !important;
} 



.linkinglist li a {
    font-size: 14px;
    line-height: 24px;
}






.footer-top h3 {
    padding-top: 22px;
    color: #ffffff;
    padding-bottom: 17px;
    font-size: 22px;
    margin-bottom: 6px;
        text-align: left;
}

.footer-top h3.nobrder {
    border-bottom: 0
}

.footer-top .linkinglist {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}

.footer-top .linkinglist li {
    padding: 5px 0
}

.footer-top .linkinglist li a {
    color: #fff
}

.footerleft figure img {
    width: 190px;
    margin: 15px 0 20px
}

ul.socialwrp {
    display: block;
    text-align: left;
    margin: 10px 0 0
}

ul.socialwrp li {
    display: inline-block!important;
    padding: 0 15px 0 0
}

.socialwrp li a i {
    color: #fff
}

.clr-two {
    color: #ffc527;
    font-size: 14px;
    font-weight: 600
}

.rangeslider:after {
    top: 50%;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 11px;
    margin-top: -2.5px;
    border-radius: 5px;
    position: absolute;
    border: 4px solid #FFF;
    background: #FFF
}

.rangeslider--horizontal {
    width: 100%;
    height: 28px;
    margin: 0 0 17px
}

.content input#r3 {
    width: 100%
}

.rangeslider__fill {
    position: absolute;
    background: #d39f00
}



@media (min-width: 768px) {
   .footer-main  .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
   .footer-main .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}
@media (min-width: 768px) {
    .footer-main .col-md-6 {
        /*flex: 0 0 auto;*/
        width: 50%;
    }
}

.footer-main .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.footer-bottom .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}

.footer-bottom .container{
    margin-left: 60px;
    width: 1110px;
}



/*=======================abtpg===================================*/

.abt-vision {
    text-align: right;
}

.abt-vision li {
    padding-bottom: 5px;
    padding-top: 5px;
}


.abt-list li {
    padding-bottom: 5px;
    padding-top: 5px;
}
.abt-pg .title-text.left h3 {
    width: 100% !important;
    max-width: 100% !important;
}

.abt-pg .abt-sec {
  
        max-width: 95%;
}

/*.abt-pg #menu-wrap {
    background: #000;
}*/

.abt-pg .main-sec-abt-pg {
    padding: 100px 0px 0px 0px;
}

.abt-pg .main-sec-serv-pg{
    padding: 100px 0px 0px 0px;
}


.abt-pg .main-sec-serv {
    padding: 100px 0px 0px 0px;
}

.abt-slide .abt-sec {
    color: #fff !important;
    width: 50%;
}




.our-presence {
    background-color: #000;
    padding: 80px 0;
}



.our-presence h2 {
    text-align: center;
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.our-presence p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.2rem;
    color: #B0B0B0;
}

.our-presence .service-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 0; /* Spacing between boxes */
}

.our-presence .service-card {
    background-color: #1F1F1F;
    width: 21%; /* Ensure width is 23% to fit 4 items in a row */
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
}

.our-presence .service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.our-presence .service-card .icon {
    font-size: 3rem;
    color: #4E73DF;
    margin-bottom: 15px;
}

.our-presence .service-card h3 {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 15px;
}

.our-presence .service-card p {
    font-size: 1rem;
    color: #B0B0B0;
    margin-top: 20px;
}
.our-presence .service-card .icon {
    font-size: 3rem;
    color: #fff; /* Icon color set to white */
    margin-bottom: 15px;
}

.our-presence .service-card .icon img {
    filter: invert(1) !important;
}

/* For medium screens, switch to 2 items per row */
@media (max-width: 768px) {
   .our-presence .service-card {
        width: 48%; /* Adjust for 2 items per row on medium screens */
    }
}

/* For smaller screens, stack items 1 per row */
@media (max-width: 480px) {
   .our-presence .service-card {
        width: 90%; /* Full width for smaller screens */
    }
}


.ban-head {
    margin-left: 0 !important;
}






.registered-by {
    background-color: #000;
    padding: 50px 0 200px 0px;
    text-align: center;
}

.registered-by h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 70px;
}

.registered-by .logos {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    flex-wrap: wrap;
}

.registered-by .logo {
    width: 15%;
    position: unset;
}

.registered-by .logo img {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
    position: unset;
    background: unset;
    height: auto;
}

.registered-by .logo p {
    color: #B0B0B0;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .registered-by .logo {
        width: 45%;
    }
}

@media (max-width: 480px) {
   .registered-by .logo {
        width: 90%;
    }
}








.certified-by {
    position: relative;
    background-image: url('../images/bg-img.jpg'); /* Replace with your background image path */
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}

.certified-by::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 79%);
    z-index: 1;
}

.certified-by h2 {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 30px;
    z-index: 2; /* Ensure text is on top of the overlay */
    position: relative;
}

.certification-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    z-index: 2; /* Ensure cards are on top of the overlay */
    position: relative;
}

.certified-by .card {
    background-color: #ffffff;
    width: 22%;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 2;
    height: auto;
}
.certified-by .card h4 {
    font-size: 20px !important;
    line-height: 28px;
}

.certified-by .card img {
    width: 60%;
    /* max-width: 100px; */
    margin-bottom: 15px;
}

.certified-by .card p {
    font-size: 1rem;
    color: #000;
}

.certified-by .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
   .certified-by  .card {
        width: 45%; /* 2 items per row for medium screens */
    }
}

@media (max-width: 480px) {
   .certified-by  .card {
        width: 90%; /* 1 item per row for small screens */
    }
}


.abt-pg .quote {
   
    padding-bottom: 0px;
    background-image: url(../images/qu.png);
    
}



.drives-growth {
    background-color: #000;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.drives-growth h2 {
    color: #fefeff;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.growth-values {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-items: baseline;
}
.marg-t .link {
    margin-top: 10px !important;
    font-weight: 700 !important;
}

.value-card {
    background-color: #1F1F1F;
    width: 16%;
    padding: 39px 20px 0px 20px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    height: 320px;
}

.value-card .icon {
    font-size: 3rem;
    color: #4E73DF;
    margin-bottom: 15px;
}

.value-card h3 {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 1rem;
    color: #B0B0B0;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.value-card .icon img {
    filter: brightness(0) invert(1);
}

/* For medium screens, switch to 2 items per row */
@media (max-width: 768px) {
    .value-card {
        width: 45%; /* 2 items per row for medium screens */
    }
}

/* For smaller screens, stack items 1 per row */
@media (max-width: 480px) {
    .value-card {
        width: 90%; /* 1 item per row for small screens */
    }
}



.h6-font h6 {
    color: #000 !important;
    font-weight: 600 !important;
}

.h6-font p{
    padding-bottom: 12px !important;
}



.abt-pg .title-text.left p:before{
    background-color: unset !important;

}
.abt-pg .title-text.left p{
    padding-top: 10px;

}



.new-abt{
    max-width: 100% !important;
}





.our-presence {
    background-color: #000;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}


.our-presence h2 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

.our-presence p {
    color: #B0B0B0;
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.our-presence .city-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.our-presence .city-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.our-presence .city-card .icon {
    font-size: 3rem;
    color: #fff;
    background-color: #3dbe7a; /* Green circle */
    border-radius: 50%; /* Circle */
    padding: 20px;
    margin-bottom: 15px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 40px; /* Center the icon */
    text-align: center;
}

.our-presence .city-card h3 {
    font-size: 1.2rem;
    color: #fff;
}

.our-presence .city-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .our-presence .city-card {
        width: 45%; /* 2 items per row for medium screens */
    }
}

@media (max-width: 480px) {
    .our-presence .city-card {
        width: 90%; /* 1 item per row for small screens */
    }
}




.about-hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #0a0a0a;
}

.hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.6;
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.65));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 2rem;
}

.hero-tagline {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 1rem;
}

.hero-title {
  font-size: clamp(28px, 5vw, 56px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-primary {
  padding: 12px 28px;
  background: #ffffff;
  color: #111;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.btn-outline {
  padding: 12px 28px;
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 8px;
  font-size: 15px;
  text-decoration: none;
}




#button-con {
    text-align: center;
}
.aaa {
    background: #323232 !important;
    color: #fff;
    font-size: 13px !important;
    padding: 13px 25px !important;
    max-width: 150px;
    padding: 16px 30px;
    border-radius: 50px;
    text-align: center;
    color: #fff !important;
    letter-spacing: 2px !important;
    color: #FFF !important;
    -webkit-transition: background-color 0.3s, color 0.3s !important;
    transition: background-color 0.3s, color 0.3s !important;
}

.aaa:hover {
    webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
    transition: background-color 0.3s 0s, color 0.3s 0s;
    color: #fff;
    -webkit-animation: anim-moema-1 0.6s forwards;
    animation: anim-moema-1 0.6s forwards;
}



.clr-blk {
    color: #000;
}

.contact-det h6 {
    color: #fff !important;
}
.fs-big {
    font-size: 18px !important;
}
.description-title-text {
    padding-bottom: 20px;
    padding-top: 30px;
}



.thanks-pg #contact {
    display: none;
}
.inner-banner-content {
    padding: 250px 0 100px 0;
}

.thanks-pg #menu-wrap{
    background-color: #000;
}

.inner-banner-content .banner-ele {
    z-index: 7;
    overflow: hidden
}

.inner-banner-content h4 {
    color: #26b574;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px
}

.inner-banner-content h1 {
    color: #000;
    font-weight: 700;
    margin-bottom: 8px
}

.inner-banner-content p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
}

.inner-banner-content .primary-btn {
    visibility: hidden
}
.thanks-btn {
    text-align: center;
}
.thanks-btn a {
    background: #323232 !important;
    color: #fff;
    font-size: 13px !important;
    padding: 13px 25px !important;
    max-width: 150px;
    padding: 16px 30px;
    border-radius: 50px;
    text-align: center;
    color: #fff !important;
    letter-spacing: 2px !important;
    color: #FFF !important;
    -webkit-transition: background-color 0.3s, color 0.3s !important;
    transition: background-color 0.3s, color 0.3s !important;
}























@media only screen and (max-width: 768px) and (orientation: portrait) {
    
    .about-hero-section {
  height: 50vh;
}

.logos img {
    width: auto;
    left: 70px;
}

.mobi {
    padding: 60px 0px;
}
#owl-logos .item img {
    width: 100px;
    height: 40px;
}
.abcs {
    margin-top: 0px;
}
.faq-wrapper {
    padding: 90px 20px 90px 20px;
}
.footer-top {
    padding: 60px 0px 0px 0px !important;
}
.linkinglist li {
    text-align: left;
}
.resp-mar {
    margin-bottom: 0;
}

.footer-bottom .row {
    display: block;
}
.footer-bottom ul {
    text-align: center;
}

    .footer-bottom .container {
        margin-left: 30px;
        width: 300px !important;
    }


.abt-pg .main-sec-serv {
    padding: 120px 0px 0px 0px;
}

.abt-slide .abt-sec {
    width: 100%;
}

.our-presence .service-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.certified-by h2 {
    font-size: 2.4rem;
}

.drives-growth h2 {
    font-size: 2.1rem;
}

.growth-values {
    gap: 20px;
}
.our-presence h2 {
    font-size: 1.8rem;
}

.events-section .portfolio-grid {
    grid-template-columns: unset;
}

.section-contact-pg .col-md-6 {
    padding: 0;
}

.section-contact-pg .card {
    margin-top: 30px;
}
.dbl-row {
    display: unset;
}

 .home-services-section--list ul,
    .home-industries-section--list ul {
        margin-top: 550px !important;
                padding: 0px 35px 0px 35px;
    }
    .services-gsap .hero-subtitle {
    padding: 0;
}
.padding-top-bottom {
    padding-top: 40px;
    padding-bottom: 60px;
}

.description-title-text {
    padding-bottom: 20px;
    padding-top: 30px;
}
.btm-foot p {
    font-size: 13px !important;
}
   .btm-foot p {
        margin-left: -24px;
    }
    .footer-bottom {
    width: 100%;
}

.collapse-button{
    right: -40px;
}


 }