/***** General CSS *****/


/* Antonio */

@font-face {
    font-family: 'Antonio';
    src: url('../fonts/Antonio-Bold.eot');
    src: local('Antonio Bold'), local('Antonio-Bold'), url('../fonts/Antonio-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Antonio-Bold.woff2') format('woff2'), url('../fonts/Antonio-Bold.woff') format('woff'), url('../fonts/Antonio-Bold.ttf') format('truetype'), url('../fonts/Antonio-Bold.svg#Antonio-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
section.who-we-are-sec {
    padding-top: 70px;
}

/* PF Agora Sans Pro */

@font-face {
    font-family: 'PF Agora Sans Pro';
    src: url('../fonts/PFAgoraSansPro-Bold.eot');
    src: local('PFAgoraSansPro-Bold'), url('../fonts/PFAgoraSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PFAgoraSansPro-Bold.woff2') format('woff2'), url('../fonts/PFAgoraSansPro-Bold.woff') format('woff'), url('../fonts/PFAgoraSansPro-Bold.ttf') format('truetype'), url('../fonts/PFAgoraSansPro-Bold.svg#PFAgoraSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Agora Sans Pro';
    src: url('../fonts/PFAgoraSansPro-Medium.eot');
    src: local('PFAgoraSansPro-Medium'), url('../fonts/PFAgoraSansPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/PFAgoraSansPro-Medium.woff2') format('woff2'), url('../fonts/PFAgoraSansPro-Medium.woff') format('woff'), url('../fonts/PFAgoraSansPro-Medium.ttf') format('truetype'), url('../fonts/PFAgoraSansPro-Medium.svg#PFAgoraSansPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Agora Sans Pro';
    src: url('../fonts/PFAgoraSansPro-Regular.eot');
    src: local('PFAgoraSansPro-Regular'), url('../fonts/PFAgoraSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PFAgoraSansPro-Regular.woff2') format('woff2'), url('../fonts/PFAgoraSansPro-Regular.woff') format('woff'), url('../fonts/PFAgoraSansPro-Regular.ttf') format('truetype'), url('../fonts/PFAgoraSansPro-Regular.svg#PFAgoraSansPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Agora Sans Pro';
    src: url('../fonts/PFAgoraSansPro-Black.eot');
    src: local('PFAgoraSansPro-Black'), url('../fonts/PFAgoraSansPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/PFAgoraSansPro-Black.woff2') format('woff2'), url('../fonts/PFAgoraSansPro-Black.woff') format('woff'), url('../fonts/PFAgoraSansPro-Black.ttf') format('truetype'), url('../fonts/PFAgoraSansPro-Black.svg#PFAgoraSansPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    word-break: break-word;
    font: 15px/25px 'PF Agora Sans Pro', sans-serif!important;
    color: #393939;
    overflow-x: hidden;
    background: #202126;
}

a {
    text-decoration: none;
    color: #e45c27;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #fff;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.theme-btn {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 40px;
    color: #fff;
    margin: 20px 20px 20px 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
}

.theme-btn:hover {
    background-color: #fff;
    color: #28b16d;
    border-color: #28b16d;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Antonio, sans-serif!important;
}

h1 {
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 28px;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: .29px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* BEGIN: HEADER SEC CSS */


/* sidenav-css start */

.sidenav {
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -500px;
    background: #e47225;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    width: 250px;
}

.justify_cont {
    justify-content: flex-end;
}


/* The navigation menu links */


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.sidenav a:focus {
    color: #000;
    text-decoration: none;
    padding-left: 40px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.mobilecontainer span {
    color: #e47225;
    margin-right: 10px;
    margin: 0px 9px;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.mobilecontainer img {
    width: 63px;
    margin: -19px 0;
    position: relative;
    z-index: 1;
}

.mobilecontainer {
    background-color: #fff;
    padding-left: 20px;
    width: 70px;
}


/* sidenav-css end */


/*navigation*/

header {
    margin: 0;
}

.main-navigate {
    margin: 0;
    background: transparent;
    padding: 20px 2%;
    /*position: fixed;*/
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.5s all;
    transition-delay: 0.2s;
}

.nav-flex {
    display: flex;
    align-items: center;
}

.navigation {
    margin-top: 0px;
    text-align: center;
}

.navigation>ul>li>a {
    color: #414141;
    padding: 0px 12px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.navigation>ul>li {
    display: inline-block;
    padding: 0px 0px;
}

ul#menu>li.active>a {
    position: relative;
    color: #eb611b;
}

ul#menu>li.active>a:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 20px;
    background: #eb611b;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7px;
}


/* END: HEADER SEC CSS */


/*banner css start */

.carousel-inner .carousel-item .slider-banner {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}

.slidr-srvc-left h2 {
    color: white;
    font-size: 30px;
    line-height: 35px;
}

img.blgg-img-mn {
    height: 660px;
    object-fit: cover;
}

.blog_det_txt.blog_det_txt-2 h3 {
    margin-top: 45px;
}

.blog_det_txt h6 {
    color: white;
    margin-bottom: 10px;
    margin-top: 30px;
}


/*slick slider in tabs css start*/


/* Style the tab */

.tab_sec .tab {
    overflow: hidden;
    border: 0;
    background-color: #ffffff;
}


/* Style the buttons that are used to open the tab content */

.tab_sec .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab_sec .tab button:hover {
    background-color: #ddd;
}


/* Create an active/current tablink class */

.tab_sec .tab button.active {
    background-color: #ccc;
}


/* Style the tab content */

.tab_sec .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0;
}

.tabcontent.active {
    display: block;
}


/*slick slider in tabs css start*/

.nav-item {
    padding: 10px;
}

ul#menu {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    margin-right: 20px;
}

ul#menu>li>a {
    margin: 0 27px;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .15px;
}

.btn-1 {
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    background: #eb611b;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}

.btn-1:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -110%;
    background: #fff;
}

.btn-1:hover {
    color: #fff;
    background: #ed9a21;
}

.btn-1:hover::before {
    bottom: 110%;
    transition: 0.3s all;
}

.banner-video {
    height: 100vh;
    width: 100vw;
}

.banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.typewriter {
    font-size: 88px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin: 0;
    line-height: 1;
}

.typewriter span {
    color: transparent;
    text-transform: uppercase;
    animation: cursor 0.5s ease-in-out infinite;
    -webkit-text-stroke: 1px #d2d7ff;
    text-transform: lowercase;
    letter-spacing: -4px;
    font-weight: 400;
    opacity: .3;
}

@keyframes cursor {
    from {
        border-color: var(--text-color);
    }
    to {
        border-color: transparent;
    }
}

@media (max-width: 576px) {
    .typewriter {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .typewriter {
        font-size: 36px;
    }
}

.banner-cont {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: self-start;
    justify-content: center;
    z-index: 1;
    padding-top: 100px;
    background: #121318c7;
}

::-moz-selection {
    background: #e45c27
}

::selection {
    background: #e45c27;
}

.banner-cont h1 {
    font-size: 88px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin: 0;
    line-height: 1;
    margin: 0 0 20px;
    letter-spacing: -3px;
}

.play-promo {
    margin-left: 30px;
    color: #fff;
    letter-spacing: .15px;
    font-weight: 500;
    transition: 0.3s all;
    cursor: pointer;
}

.play-promo i {
    height: 113px;
    width: 113px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #5d5f6f;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    padding-left: 3px;
    margin-right: 15px;
    position: relative;
}

.cont-pd {
    padding-left: 165px;
}

.play-promo:hover::before {
    content: '';
    position: absolute;
    height: 113px;
    width: 113px;
    border: 1px solid #5c5c5c;
    border-radius: 50%;
    animation: 2s scaler infinite ease;
    opacity: .3;
}

.play-promo:hover i:after {
    height: 90px;
    width: 90px;
    background: black;
    position: absolute;
    left: 11.5px;
    top: 11.5px;
    content: '';
    border-radius: 50%;
    z-index: -1;
}

@keyframes scaler {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(2)
    }
    100% {
        transform: scale(3)
    }
}

.play-promo:hover i {
    border: 0;
}

.lg-text {
    color: #fff;
    font-size: 20px;
    width: 400px;
    font-weight: 500;
    margin: 68px 0 50px;
}

p.lg-txt {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.btn-flex-ban {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    padding-top: 40px;
}

.btn-1.lg-btn {
    height: 64px;
    padding: 0 67px;
    transition: 0.3s all;
}

.btn-flex-ban>span {
    margin: 0 40px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

button.btn-1 {
    border: 0;
    font-family: revert;
}

.btn-1.dark.lg-btn {
    background: #050506;
}

body.promo-hover .main-navigate .d-md-flex * {
    font-size: 12px !important;
    opacity: 0.9;
}

.d-md-flex * {
    transition: 0.3s all;
}

body .banner-cont .typewriter,
body .banner-cont .cont-pd h1,
body .banner-cont .cont-pd p,
body .banner-cont .btn-flex-ban,
body .banner-cont .lg-txt {
    transition: 0.3s all;
}

body.promo-hover .banner-cont .typewriter,
body.promo-hover .banner-cont .cont-pd h1,
body.promo-hover .banner-cont .cont-pd p,
body.promo-hover .banner-cont .btn-flex-ban,
body.promo-hover .banner-cont .lg-txt {
    transform: scale(0.8);
    opacity: 0.5;
}

.footer-infow {
    padding: 5px 2%;
    position: fixed;
    bottom: 0;
    z-index: 99;
}

.footer-infow p {
    margin: 0;
    margin-right: 20px;
    color: #fff;
    line-height: 1.3;
    font-size: 13px;
}

.footer-infow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: 0.5s all;
    transition-delay: 0.2s;
}

.social-circle {
    height: 70px;
    width: 70px;
    background: #050506;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    z-index: 99;
    position: relative;
}

.linkss {
    display: flex;
    position: absolute;
    z-index: -1;
    right: 100%;
    padding: 0 20px;
    width: 0;
    opacity: 0;
    transition: 0.5s all;
}

.linkss a {
    color: #050506;
    display: inline-flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #050506;
    margin: 0 6px;
}

.social-circle:hover .linkss {
    width: 300px;
    opacity: 1;
}

.social-circle:hover .linkss a {
    color: #fff;
    transition: 0.3s all;
}

/*.main-navigate.sticky.fixed {*/
/*    top: -100%;*/
/*}*/
.main-navigate.sticky.fixed{
    top:0;
    background-color:#000;
    transition:0.3s ease-in-out;
}
.main-navigate.sticky.attach{
    background-color:#000;
    transition:0.3s ease-in-out;
}
.footer-infow.sticky.fixed {
    bottom: -100%;
}

section.progressive-sec {
    padding: 100px 0;
    background: #202126;
    color: #fff;
    font-size: 18px;
}

section.progressive-sec p {
    font-weight: 100;
    margin: 0;
}

.box-plusd {
    padding: 20px;
    border: 1px solid #4a4a4a;
    width: 173px;
    height: 173px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 4px;
}

.to-booxes {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff;
    font-size: 18px;
}

.box-plusd {
    font-size: 15px;
    line-height: 1;
}

.box-plusd>div {
    flex-flow: wrap;
}

.box-plusd h4 {
    color: #fff;
    width: auto;
    font-size: 32px;
}

.box-plusd>div i {
    margin-right: 4px;
}

.box-plusd>i {
    text-align: right;
    font-size: 30px;
    color: #4a4a4a;
}

section.progressive-sec h3 {
    margin: 0;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: hsla(0, 0%, 100%, .2);
    border: 0;
    opacity: 1;
}

section .container>p {
    color: #fff;
    font-size: 18px;
}

section.service-sec h1 {
    font-size: 80px;
    line-height: 1.1;
    letter-spacing: -2.7px;
}

.images-srvc>svg {
    width: 120%;
    height: 120%;
}

.images-srvc>svg path {
    fill: transparent;
    stroke-dasharray: 1;
    stroke: #646464;
    stroke-width: 2px;
    stroke-linejoin: round;
}

.slidr-srvc-left {
    height: 0;
    visibility: hidden;
    position: absolute;
}

.slidr-srvc-left p {
    color: #fff;
    font-size: 16px;
    transform: translateY(30px);
}

ul.list-items {
    margin-top: 50px;
}

ul.list-items>li {
    color: #000;
    background: #eb611b;
    margin: 5px 0;
    line-height: 1.2;
    padding: 5px;
    display: inline-block;
    position: relative;
    font-weight: 500;
}

.images-srvc>img {
    position: absolute;
    left: 10%;
    top: 10%;
}

.images-srvc {
    position: relative;
}

.images-srvc img.layer-1 {
    top: 80px;
    z-index: 1;
}

.images-srvc img.layer-2 {
    z-index: 2;
    top: 120px;
}

.images-srvc img.layer-3 {
    z-index: 3;
    top: 170px;
}

.slidr-srvc-left.active {
    height: auto;
    margin-top: 60px;
    visibility: visible;
    position: unset;
}

ul.list-items>li:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #e45c27;
    top: 0;
    right: 0;
}

.slidr-srvc-left.active ul.list-items>li:before {
    width: 0;
    transition: 1s linear;
}

.slidr-srvc-left.active .images-srvc>img {
    top: 10% !important;
    transition: 1s all;
}

button.nextButton_image__2YNvW {
    background: transparent;
    border: none;
    position: absolute;
    left: 0;
    padding: 2px;
}

.nextButton_nextButton__3DWiW {
    position: relative;
}

.nextButton_nextButton__3DWiW circle {
    fill: transparent;
}

svg.nextButton_arrow__8rwsP {
    position: absolute;
    top: 0;
    left: 28px;
    height: 100%;
}

.slidr-nav {
    padding-left: 40px;
}

.srvc-tile {
    font-size: 80px;
    line-height: 1.05;
    text-transform: uppercase;
    font-family: Antonio, sans-serif!important;
    letter-spacing: -2px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff8c;
    display: inline-block;
    cursor: pointer;
}

.srvc-tile.active {
    color: #fff;
}

.slidr-srvc-left.active p {
    transform: none;
    transition: 0.5s all;
}

.port-slider .slick-slide {
    height: 410px;
    margin: 0;
}

.port-slider .slick-slide>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.port-slider .slick-slide:hover {
    opacity: 1;
}

.pordt-flexx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-wrpp a {
    width: 100%;
}

.btn-wrpp span {
    font-size: 16px;
    display: inline-block;
    margin: 12px 0 0;
    color: gray;
    position: absolute;
    width: 100%;
    text-align: center;
}

.round-btn {
    height: 70px;
    width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #050506;
    border-radius: 50%;
    margin: 0;
    color: #fff;
}

.btn-wrpp {
    position: relative;
    width: 296px;
}

.pordt-flexx>p {
    width: 200px;
}

a.round-btn.hv-pnk:hover {
    background: #e13453;
    color: #fff;
}

a.round-btn.hv-blue:hover {
    color: #fff;
    background: #0058ff;
}


/**
 *  Progress Bar
 */

.progress {
    display: block;
    width: 50%;
    height: 3px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #41434d;
    background-image: linear-gradient(to right, #9696a1, #9696a1);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    margin-bottom: 100px;
    margin-left: auto;
}

section.service-sec {
    padding-bottom: 100px;
}

.testi-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.testi-author>img {
    height: 218px;
    width: 218px;
    object-fit: cover;
    border-radius: 50%;
}

.testi-author {
    width: 288px;
    text-align: center;
}

.right-hdg {
    width: 60%;
}

.right-hdg h3 span {
    display: block;
    font-size: 100px;
    line-height: .5;
    font-family: Antonio, sans-serif;
    margin-top: -125px;
}

.testi-author h4 {
    text-transform: uppercase;
    color: #fff;
    margin: 30px 0 10px;
}

.testi-author span {
    color: gray;
    font-size: 20px;
}

section.our-team-sec p {
    color: #fff;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 100;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 6px
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background: #41434d
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    background: #9696a1;
    border-radius: 50px;
    width: 4px
}

body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
    background: #e13453
}

.fun-sldr img.slick-slide {
    height: 270px;
    object-fit: cover;
    margin: 0;
}

.fun-sldr {
    width: 270px;
}

.fun-left-sld-wrp {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.sld-cont {
    padding-left: 30px;
}

.slid-count {
    font-family: Antonio, sans-serif!important;
    color: #fff;
    letter-spacing: -1px;
}

.slidr-actions {
    display: flex;
    align-items: center;
}

.fun-arrows {
    margin-left: 30px;
    line-height: 0;
}

.fun-arrows a {
    color: #fff;
    font-size: 26px;
    margin-right: 30px;
}

.fun-sldr .slick-arrow {
    visibility: hidden;
}

.fun-lg-slidr .slick-arrow {
    visibility: hidden;
}

.fun-lg-slidr img.slick-slide {
    object-fit: cover;
    margin: 0;
}

.slidr-actions.--lg {
    justify-content: end;
    margin-top: 20px;
}

.slidr-actions.--lg .fun-arrows a {
    font-size: 70px;
    color: transparent;
    -webkit-text-stroke: 1px #626367;
}

section.our-office-sec {
    padding: 40px 0 135px;
}

section.our-office-sec h3+span {
    color: #5b5d67;
    line-height: 1;
    font-size: 18px;
}

section.our-office-sec h3 {
    margin: 0 0 20px;
}

section.our-office-sec p {
    color: #fff;
    font-size: 19px;
    font-weight: 200;
}


/* award */

.grid_card__13GoT {
    position: relative;
    background: #141518;
    overflow: hidden;
    margin: 1px;
}

.card_wrapper__2dwpH {
    color: #fff;
}

.card_bgImage__3B8rB {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.card_wrapper__2dwpH .card_content__3bM0_ {
    padding: 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.card_top__1In6A {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    height: 46px;
}

.card_center__1SjWc p {
    font-family: Antonio, sans-serif;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.card_center__1SjWc p {
    font-size: 22.5px !important;
    margin: 0;
}

.card_center__1SjWc p:after,
.card_center__1SjWc p:before {
    content: "";
    display: inline-block;
    background-image: url(../images/leaf.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.card_center__1SjWc p:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.card_center__1SjWc p:after,
.card_center__1SjWc p:before {
    content: "";
    width: 38px;
    height: 66px;
}

.card_bottom__3ynKF span {
    display: block;
    margin-bottom: 5px;
    font-family: PF Agora Sans Pro, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #5b5d67;
}

.card_bottom__3ynKF p {
    font-size: 18px;
}

.card_wrapper__2dwpH:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
}

.card_wrapper__2dwpH:hover>div>img {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.our-award-sec .col-lg-2.p-0 {
    width: 20%;
}

section.strt-projct-sec {
    height: 658px;
    display: flex;
    align-items: center;
    background-image: url(../images/prj.webp);
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
}

section.our-award-sec {
    padding-bottom: 100px;
}

section.strt-projct-sec:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eb611b61;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: -1;
}

section.strt-projct-sec:hover::after {
    opacity: 1;
}

section.strt-projct-sec h1 {
    letter-spacing: -7px;
    font-size: 80px;
    margin-bottom: 0;
}

section.strt-projct-sec h1 span {
    display: inline-block;
    transition: 0.5s all;
}

section.strt-projct-sec:hover h1 span {
    transform: translateY(-70px);
}

section.strt-projct-sec p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 300;
}

.m--la {
    margin: 0 20px;
}

section.strt-projct-sec h1 span:nth-child(1) {
    transition-delay: 0.1s;
}

section.strt-projct-sec h1 span:nth-child(2) {
    transition-delay: 0.13s;
}

section.strt-projct-sec h1 span:nth-child(3) {
    transition-delay: 0.16s;
}

section.strt-projct-sec h1 span:nth-child(4) {
    transition-delay: 0.2s;
}

section.strt-projct-sec h1 span:nth-child(5) {
    transition-delay: 0.23s;
}

section.strt-projct-sec h1 span:nth-child(6) {
    transition-delay: 0.26s;
}

section.strt-projct-sec h1 span:nth-child(7) {
    transition-delay: 0.3s;
}

section.strt-projct-sec h1 span:nth-child(8) {
    transition-delay: 0.32s;
}

section.strt-projct-sec h1 span:nth-child(9) {
    transition-delay: 0.36s;
}

section.strt-projct-sec h1 span:nth-child(10) {
    transition-delay: 0.42s;
}

section.strt-projct-sec h1 span:nth-child(11) {
    transition-delay: 0.46s;
}

section.strt-projct-sec h1 span:nth-child(12) {
    transition-delay: 0.47s;
}

section.strt-projct-sec h1 span:nth-child(13) {
    transition-delay: 0.5s;
}

.btm-vont {
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
    opacity: 0;
    transition: 0.5s all;
    transition-delay: 0.3s;
}

section.strt-projct-sec:hover .btm-vont p {
    transform: none;
    opacity: 1;
}

.btm-vont p {
    transform: translateY(21px);
    transition: 1s all;
}

section.strt-projct-sec:hover .btm-vont {
    opacity: 1;
}

.btm-vont a img {
    transition: 1s all;
    transform: scale(0);
}

section.strt-projct-sec:hover .btm-vont a img {
    transform: scale(1);
}

.footer_wrapper {
    background-color: #202126;
    padding: 80px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.footer_wrapper a {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 0 20px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.footer_wrapper a {
    font-size: 18px;
}

/*.main-navigate.sticky.attach .container-fluid,*/
/*.main-navigate.sticky.attach-as .container-fluid {*/
/*    padding: 20px;*/
/*    background: #050506;*/
/*    transition: none;*/
/*}*/


/* Career */

section.career-banner {
    position: relative;
}

section.career-banner .wrpp {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#scene {
    opacity: 0.5;
}

section.career-banner .wrpp>div {
    width: 30%;
}

.ban-crr-left {
    text-align: right;
    padding-right: 30px;
}

.ban-crr-left h1 {
    font-size: 80px;
    line-height: 1;
}

.ban-crr-right {
    padding: 0 110px 0 30px;
    color: #fff;
    font-size: 20px;
}

.ban-crr-right p {
    font-weight: 200;
    line-height: 1.8;
    margin: 0 0 60px;
}

a.btn-1.lg-btn.trns {
    background: transparent;
    border: 2px solid #eb611b;
    color: #eb611b;
}

a.btn-1.lg-btn.trns:hover {
    background: #e79830;
    color: #fff;
}

.scroll-btn {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: -60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: pointer;
}

.scroll-btn i {
    font-size: 30px;
    margin: 0 20px;
}

section.looking-for-people {
    padding: 150px 0;
}

section.looking-for-people h1 {
    font-size: 80px;
    letter-spacing: -3px;
    line-height: 1;
    margin: 0;
}

.right-btt-rp {
    display: flex;
    justify-content: space-between;
}

section.looking-for-people p {
    color: #fff;
    font-size: 19px;
    font-weight: 200;
    margin: 0;
    line-height: 1.5;
}

.right-btt-rp a {
    padding: 0 !important;
    width: 47%;
    height: 70px !important;
    display: flex;
}

.right-btt-rp p {
    width: 47%;
}

.tab-cat-job a {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: 'Antonio';
    color: transparent;
    -webkit-text-stroke: 1px #878787;
    margin: 0 0 10px;
}

.tab-cat-job a i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #878787;
    font-size: 22px;
    margin-right: 10px;
    color: #878787;
    -webkit-text-stroke: 0;
}

.tab-cat-job a:hover i,
.tab-cat-job a.active i {
    background: #e45c27;
    color: #000;
    border-color: #e45c27;
}

.tab-cat-job a:hover,
.tab-cat-job a.active {
    color: #fff;
    -webkit-text-stroke: 0;
    transition: none;
}

.tabble .col-5 {
    width: 40%;
    padding: 0;
}

.tabble .col-2 {
    width: 20%;
    padding: 0;
}

.table-head {
    color: #767b8b;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: .15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #4e505b;
}

.table-head .row {
    margin: 0;
}

.table-row {
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #4e505b;
}

.table-row .row {
    margin: 0;
}

.table-row h3,
.table-row p {
    margin: 0;
}

.table-row p {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
}

.arrow-collps {
    font-size: 28px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 20px;
}

.coll-box {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 30px;
    display: none;
}

.coll-box h5 {
    color: #fff;
    font-size: 20pt;
    line-height: 1;
    font-family: 'PF Agora Sans Pro' !important;
    font-weight: bold;
}

.coll-box p {
    font-weight: 100;
}

.coll-box h5:not(:first-child) {
    margin: 30px 0 5px;
}

.coll-box h5:first-child {
    margin: 0;
}

.tab-box {
    display: none;
}

.tab-box.active {
    display: block;
}

.accrd-wrap.active .coll-box {
    display: block;
}

.accrd-wrap.active .arrow-collps i.fa-solid.fa-arrow-down {
    display: none;
}

.accrd-wrap.active .arrow-collps i.fa-solid.fa-arrow-up {
    display: block;
}

i.fa-solid.fa-arrow-up {
    display: none;
}

section.video-sec {
    padding: 200px 0;
}

a.btn-play-vid {
    position: absolute;
    height: 120px;
    width: 120px;
    border: 2px solid #f9f9f9d1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    z-index: 1;
    transition: 0.3s all;
}

.video-wrap {
    position: relative;
}

a.btn-play-vid:after {
    content: '';
    position: absolute;
    height: 100vh;
    width: 100vw;
    background: #000000bd;
    z-index: -1;
    transition: 0.5s all;
}

a.btn-play-vid:hover::before {
    content: '';
    position: absolute;
    height: 113px;
    width: 113px;
    border: 1px solid #5c5c5c;
    border-radius: 50%;
    animation: 2s scaler infinite ease;
    opacity: .3;
}

.video-wrap>img {
    height: 100vh;
    width: 100vw;
}

a.btn-play-vid:hover {
    background: #050506;
    height: 100px;
    width: 100px;
    border: 0;
}

a.btn-play-vid:hover::after {
    background: #00000073;
}

section.who-we-are-sec h2 {
    color: #fff;
    font-size: 80px;
    line-height: 1;
    margin: 0 0 50px;
}

section.who-we-are-sec p {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
}

.field-wrp>input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #646570;
    height: 50px;
    color: #fff;
}

section.join-us-sec {
    background: #18191e;
    padding: 330px 0 200px;
    margin-top: 120px;
    position: relative;
}

section.join-us-sec .col-12.text-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
}

section.join-us-sec .col-12.text-center h2 {
    color: #fff;
    font-size: 80px;
    letter-spacing: -2px;
    line-height: 1.2;
}

section.join-us-sec .col-12.text-center p {
    font-size: 20px;
    color: #fff;
}

.field-wrp>input+label {
    color: #646570;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    left: 0;
    height: 50px;
    display: flex;
    align-items: center;
    top: 0;
    z-index: -1;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.3s all;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.05px;
    color: #767b8b;
}

.field-wrp {
    position: relative;
    z-index: 1;
}

.field-wrp.has-value>input+label {
    transform: translateY(-25px);
    font-size: 12px;
}

.radio-btn>input {
    height: 30px;
    width: 30px;
    opacity: 0;
    margin-right: 5px;
}

.radio-btn {
    position: relative;
    display: flex;
    color: #fff;
    font-size: 16px;
    align-items: center;
    z-index: 1;
}

.radio-btn>input+span {
    position: absolute;
    height: 30px;
    width: 30px;
    background: transparent;
    left: 0;
    border-radius: 50%;
    top: 0;
    border: 1px solid #646570;
    z-index: -1;
}

.radio-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.radio-btn>input:checked+span {
    background: #fff;
}

.drop-dwon {
    position: absolute;
    top: 0;
    padding-top: 70px;
    width: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.drop-dwon span {
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    pointer-events: none;
    background: #18191e;
}

.drop-dwon span:hover {
    background: #e13453;
}

.drop-dwon.active {
    opacity: 1;
    pointer-events: auto;
}

.drop-dwon.active>span {
    pointer-events: auto;
}

.field-wrp.drop-box>i {
    position: absolute;
    right: 0;
    top: 20px;
    color: #646570;
}

button.sbmit-btn {
    width: 100%;
    height: 150px;
    background: #dd572f;
    border: 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.input-file {
    position: relative;
    height: 70px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.input-file>input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.input-file>span {
    color: #000;
}

.input-file>span span {
    color: #646570;
}

.field-wrp.drop-box {
    z-index: 9;
}

.map-part {
    width: 60vw;
    min-height: 100vh;
}

.map-part iframe {
    height: 100%;
    width: 100%;
    filter: grayscale(1);
}

.cont-detl-part {
    width: 40vw;
    padding: 50px 50px 0;
}

section.contatc-sec-pg {
    display: flex;
    align-items: stretch;
    padding: 100px 0 0 0;
}

.cont-detl-part span {
    color: #ababab;
}

.cont-detl-part p {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    margin: 10px 0 40px;
}

.cont-detl-part h1 {
    /*font-size: 72px;*/
    font-size: 45px;
    line-height: 1;
    margin: 200px 0 30px;
}


/* Blog */

section.banner.inner_banner {
    height: 87vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner img {
    height: inherit;
    width: inherit;
    object-fit: cover;
    object-position: center;
}

.banner .banner_info {
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px 100px;
    top: 0;
    right: 0;
}

.banner_info h1 {
    font-size: 80px;
    font-weight: 800;
    line-height: 1em;
    color: #fff;
}

.banner_social_icons {
    position: absolute;
    left: 30px;
    top: 19%;
}

.banner_social_icons ul li {
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.banner_social_icons ul li a {
    color: #fff;
    font-size: 20px;
    transform: rotate(90deg);
}

.banner_social_icons::after {
    content: '';
    height: 61px;
    width: 5px;
    position: absolute;
    background: linear-gradient(90deg, rgba(102, 187, 6, 1) 0%, rgba(204, 231, 11, 1) 100%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner_social_icons::before {
    content: 'Follow Us:';
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    transform: rotate(90deg);
    margin: 0 auto;
    bottom: -109px;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    font-size: 20px;
}

.blog_page .blog_box {
    margin-bottom: 40px;
}

.blog_box .blog_image {
    height: 300px;
    width: 100%;
}

.blog_box .blog_image img {
    height: inherit;
    width: inherit;
    object-fit: cover;
    object-position: center;
}

.blog_box {
    position: relative;
    height: 400px;
    margin-top: 30px;
}

.blog_box .blog_content {
    background-color: #404040;
    bottom: -37px;
    position: absolute;
    width: 90%;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog_box .blog_content h2 {
    background: #e13453;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
}

.blog_box .blog_content h2 span {
    -webkit-text-fill-color: #fff;
    margin-left: 10px;
}

.blog_box .blog_content h3 {
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog_box .blog_content a {
    background: -webkit-linear-gradient(90deg, rgb(225 52 83) 0%, #ff4a6a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px;
}

.lable {
    position: absolute;
    top: -10px;
}

.lable span {
    background-color: #000;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    padding: 3px 10px;
}

.pb-8 {
    padding-bottom: 150px;
}

.pt-8 {
    padding-top: 150px;
}

section.blog_section.blog_page.pt-8.pb-8 {
    background: #080808;
}


/* Blog Details  */

.blog_sec {
    padding: 150px 0;
    background: #050506;
}

.list-inline li {
    display: inline-block;
    color: #fff;
}

html {
    overflow-x: hidden;
}

.blog_box_text {
    background-color: #fff;
    padding: 30px;
    width: 90%;
    margin: -40px auto 0 auto;
    position: relative;
    z-index: 1;
}

.blog_box_text ul.blog_date li {
    font-size: 18px;
    line-height: 25px;
    color: #555555;
}

.blog_box_text a {
    font-size: 25px;
    line-height: 33px;
    font-weight: 400;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

.blog_authr_info p {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.blog_box>img {
    height: 447px;
    width: 100%;
    object-fit: cover;
}

.id {
    height: 40px;
    width: 40px;
}

.id img {
    border-radius: 100%;
}

.blog_det_img {
    height: 100%;
    width: 100%;
}

.blog_det_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog_det_txt p {
    color: #fff;
}


/* Blog Details  */

section.sign-up-sec {
    padding: 100px 0;
    /* background: #2a2a32; */
    margin-top: 100px;
}

section.sign-up-sec h1 {
    font-size: 90px;
    letter-spacing: -4px;
    line-height: 1;
    margin: 30px 0 40px;
}

section.sign-up-sec p {
    color: #fff;
    font-size: 19px;
    font-weight: 300;
}


/*Privacy*/

.staticPage_content__3z9UP {
    position: relative;
    padding-top: 220px;
    padding-bottom: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staticPage_content__3z9UP h1 {
    margin-bottom: 60px;
}

.staticPage_content__3z9UP p,
.staticPage_content__3z9UP ul li {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.staticPage_content__3z9UP p,
.staticPage_content__3z9UP ul li {
    font-size: 18px;
}

.staticPage_content__3z9UP p+h4:first-of-type {
    margin-top: 20px;
}

.staticPage_content__3z9UP p+h4 {
    padding-top: 50px;
}

.staticPage_content__3z9UP h4 {
    margin-bottom: 30px;
}

.staticPage_content__3z9UP h4 {
    font-size: 29px;
    line-height: 1.45;
    letter-spacing: .29px;
}

.staticPage_content__3z9UP h4 {
    color: #fff;
    font-family: Antonio, sans-serif!important;
    font-size: 36px;
    line-height: 1.47;
    letter-spacing: .36px;
    margin-bottom: 20px;
}

.staticPage_content__3z9UP h1 {
    font-size: 90px;
    letter-spacing: -2.3px;
}

section.privacy-sec {
    background-image: url(../images/prs.png);
    background-repeat: repeat-y;
    background-size: 100%;
}

.staticPage_content__3z9UP table,
.staticPage_content__3z9UP td,
.staticPage_content__3z9UP th {
    border: 1px solid #fff;
}

.staticPage_content__3z9UP td {
    min-width: 75px;
    padding: 20px;
    color: #fff;
}

.staticPage_content__3z9UP thead {
    background: #38393f;
}

.staticPage_content__3z9UP h2 {
    margin-top: 80px;
    margin-bottom: 40px;
    color: #fff;
    font-family: Antonio, sans-serif!important;
    font-size: 29px;
    line-height: 1.45;
    letter-spacing: .29px;
}


/* Blog new */

.blog-box img {
    width: 100%;
    margin: 0 0 10px;
    height: 425px;
    object-fit: cover;
}

.blog-cont {
    padding: 3%;
    color: #fff;
}

.catogry {
    color: #e13453;
    margin: 0 0 12px;
}

.blog-cont h4 {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    margin: 12px 0;
    display: inline;
}

.archive {
    font-weight: 600;
    color: gray;
    margin: 12px 0;
}

.blog-cont>span {
    border-bottom: 1px solid #e13453;
    padding: 4px 0;
}

.blog-cont>span:hover {
    border-color: #fff;
}

.blog-cont h4:hover {
    border-bottom: 1px solid #e13453;
}

.widget-box>h3 {
    margin-bottom: 35px;
    padding-bottom: 9px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}

.blog-box.featuredd img {
    display: none;
}

.blog-box.featuredd p,
.blog-box.featuredd span {
    display: none;
}

.blog-box.featuredd h4 {
    font-size: 23px;
}

.blog-box.featuredd .blog-cont {
    padding: 3% 0;
}

.subscribe-forn-wrap {
    padding: 40px;
    color: #fff;
    text-align: center;
}

.subscribe-forn-wrap h5 {
    color: #ffff;
    font-size: 20px;
    padding: 0 30px;
    position: relative;
    margin: 0 0 20px;
}

.subscribe-forn-wrap h5:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.subscribe-forn-wrap input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 0;
}

.subscribe-forn-wrap button {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 0;
    margin: 10px 0 0;
    background: #e13453;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.titllt>h3 {
    padding: 0px 30px;
    padding-bottom: 9px;
    box-sizing: border-box;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
}

.blog-box {
    margin: 12px 0;
}

.blog-box.small-bxs h4 {
    font-size: 22px;
}

.blog-box.small-sm-bxs p,
.blog-box.small-sm-bxs span,
.blog-box.small-sm-bxs div>div {
    display: none;
}

.blog-box.small-sm-bxs h4 {
    font-size: 22px;
}

section.port-filio-sec div>a {
    opacity: 0.5;
}

section.port-filio-sec div>a:hover {
    opacity: 1;
}

section.port-filio-sec {
    padding: 100px 0;
}

ul#myTab {
    padding: 0 50px;
    border: 0;
    background: #000;
    margin: 0 -14px 10px;
}

ul#myTab li {
    padding: 0;
}

ul#myTab li .nav-link {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 2px 0;
    margin: 10px 30px;
    border-bottom: 2px solid #e1345300;
    font-weight: 700;
}

ul#myTab li .nav-link.active {
    border-bottom: 2px solid #e13453;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-height: 550px) and (max-height: 650px){
    .typewriter span {
        font-size: 64px !important;
    }
    .lg-text {
        margin: 8px 0 50px;
    }
    .banner-video {
        height: 120vh;
    }
    .banner-cont {
        height: 120%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){

.banner-cont h1 {font-size: 70px;}    
    
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    
    .banner-cont h1 {font-size: 70px;}   
    
}

@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){
    .btn-flex-ban>span {
        margin: 10px 40px;
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        display: block;
        width: 100%;
        text-align: center;
    }
    h1.typewriter {
        margin-bottom: 0;
    }
    .to-booxes:last-child{
        justify-content:center;
    }
    .slicknav_menu {
        z-index: 111;
        position: relative;
    }
    .logo {
        margin-top: 40px;
    }
    h1.typewriter {
        margin-top: 30px;
    }
    .footer-infow{
        bottom:20px;
        background:#000;
    }
    .banner-cont h1 {
        font-size: 36px;
        letter-spacing: -2px;
    }
    .typewriter span {
        display: block;
        height: 50px;
    }
    .play-promo i {
        height: 70px;
        width: 70px;
    }
    .play-promo {
        margin-left: 0;
    }
    .lg-text {
        color: #fff;
        font-size: 16px;
        width: auto;
        font-weight: 500;
        margin: 18px 0 10px;
    }
    .banner-video {
        height: 780px;
        width: 100vw;
    }
    .banner-cont {
        height: 829px;
    }
    .sticky.fixed .logo {
        margin-top: 0;
    }
    .cont-pd {
        padding-left: 0 !important;
    }
    .banner-cont {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cont-pd>.d-flex {
        display: block !important;
    }
    section.progressive-sec p {
        font-weight: 100;
        margin: 0;
        font-size: 15px;
        line-height: 20px;
    }
    section.progressive-sec h3 {
        margin: 0;
        font-size: 18px;
        margin-bottom: 20px;
    }
    section.progressive-sec p {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    section.service-sec h1 {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: -0.7px;
        margin-bottom:0;
    }
    section .container>p {
        margin-bottom: 0;
    }
    .images-srvc>svg {
        width: 100%;
        height: 100%;
    }
    .slidr-srvc-left.active .images-srvc>img {
        top: 0% !important;
        transition: 1s all;
    }
    .images-srvc img.layer-1 {
        top: 0;
        z-index: 1;
    }
    .service-sec .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .nextButton_nextButton__3DWiW {
        position: relative;
        display: none;
    }
    .slidr-nav {
        margin: 30px 0;
        padding-left: 0;
    }
    .srvc-tile {
        font-size: 40px;
        display: block;
    }
    .main-navigate.sticky.attach {
        padding: 0;
        text-align: center;
    }
    .main-navigate.sticky.attach .col-md-3.col-sm-2.col-9 {
        width: 100%;
    }
    .main-navigate.sticky.attach .container-fluid {
        padding: 20px 0 !important;
    }
    section.our-office-sec p {
        font-size: 15px;
        line-height: 20px;
    }
    section.strt-projct-sec h1 {
        letter-spacing: -5px;
        font-size: 50px;
        margin-bottom: 0;
    }
    section.strt-projct-sec {
        height: 300px;
    }
    .images-srvc>img {
        left: 0;
        top: 0%;
    }
    section.strt-projct-sec p{
        margin-bottom:10px;
    }
    .main-navigate.sticky.attach .logo{
        margin-top:0 !important;
    }
    footer.footer_wrapper {
        display: block;
        padding-top: 20px;
    }
    .footer_wrapper a:last-child {
        display: block;
        width: 100%;
    }
    .btm-vont {
        bottom: 20px;
    }
    html {
        overflow-x: hidden !important;
    }
    ul#myTab li .nav-link{
        margin: 10px 8px;
    }
    ul#myTab {
    padding: 0 10px;
    }
    section.career-banner .wrpp>div {
    width: 100%;
    text-align: center;
    padding-right: 10px;
}
.ban-crr-right {
    padding: 0 0 0 10px;
}
.ban-crr-left h1 {
    font-size: 45px;
    line-height: 1;
}
.ban-crr-left h1 br {
    display: none;
}
section.career-banner .wrpp {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 120px;
    display: block;
    align-items: center;
    justify-content: space-between;
}
section.looking-for-people h1 {
    font-size: 50px;
    letter-spacing: -3px;
    line-height: 60px;
    margin: 0 0 20px;
}
section.looking-for-people h1 {
    font-size: 43px;
    letter-spacing: -2px;
    line-height: 60px;
    margin: 0 0 20px;
}
.sld-cont {
    padding-left: 0;
    padding-top: 30px;
}
.fun-left-sld-wrp {
    padding: 50px 0;
    display: block;
    align-items: center;
}
section.join-us-sec .col-12.text-center h2 {
    color: #fff;
    font-size: 50px;
}
section.join-us-sec {
    background: #18191e;
    padding: 210px 0 200px;
}
section.who-we-are-sec h2 {
    color: #fff;
    font-size: 65px;
}
.map-part iframe {
    height: 400px;
}
.map-part {
    width: 100vw;
    min-height: auto;
}
section.contatc-sec-pg {
    display: block;
    align-items: center;
}
.cont-detl-part {
    width: 100vw;
    padding: 60px 50px 0;
}
.cont-detl-part h1 {
    font-size: 72px;
    line-height: 1;
    margin: 0 0 30px;
}
.staticPage_content__3z9UP h1 {
    font-size: 41px;
    letter-spacing: 0px;
}
.table-scroll {
    overflow-x: scroll;
}
.staticPage_content__3z9UP td {
    min-width: 160px;
    padding: 20px;
    color: #fff;
}
    
}


.thank_sec{
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}
.thank_sec h2{
    text-align: center;
    font-size: 80px;
    color: #fff;
    padding: 0 0 40px 0;
}
.thank_sec a{
}



.logo img {
    width: 75%;
}
.prftimghgt img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    object-position: top;
    padding: 0 10px 20px;
}
