

/*
Author: Bootstrapthemes
Author URI: http://bootstrapthemes.co
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #fff;
    font-size: 14px;
    color: #797979;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 300;
    width:100%;
    font-family: 'ralewayregular';
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;

}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

.form-control {
    display: inline-block;
    height: 38px;
    padding: 10px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.00);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-bottom: 2px solid #ddd;
}
/*.form-control:focus {
    border-color: #bcefeb;
}*/
.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
h1,
h2,
h3 {
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    /* font-size: 5.143rem; */
    font-size: 3.143rem;

    line-height: 5.5rem;
    color:#fff;
    letter-spacing: .4rem;
}
h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:2.571rem;
    line-height: 3rem;
    text-transform: uppercase;
    font-weight: 700;

}
h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1.714rem;
    line-height: 2.5rem; 
    color:#fff;
    font-weight: 400;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.286rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
/*h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}*/
p {
    line-height: 2rem;
    font-size: 1.1rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}
.textwhite {
    color: #fff;
}
.colorstext {
    color: #5e9a28;
}
.coloricon i {
    color: #5e9a28;
}
.colorsbg {
    background: #5e9a28;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    padding-top:35px;
    padding-bottom: 35px;
    /*overflow: hidden;*/
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}

.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: 100%;
}
/*.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}*/

.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    width: 10px;
    height: 10px;
    margin: 20px auto;
    background: rgb(253, 102, 1);
    position: relative;
    display: inline-block;
    border-radius: 50%;
}
.separator:after {
    position: absolute;
    left:5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-left: 20px;
}
.separator:before {
    position: absolute;
    right: 5%;
    bottom:4px;
    height: 1px;
    width: 80px;
    background: #eee;
    content:"";
    display: inline-block;
    margin-right: 20px;
}
.separator2 {
    height: 4px;
    width:40px;
    margin: 10px 0px;
    background: #eeeeee;
    position: relative;
}

.separator3 {
    height: 2px;
    width: 40px;
    margin:20px auto;
    background: #888888;
}
.separator4 {
    height: 2px;
    width: 30px;
    margin:20px 0px;
    background: #f38181;
}


.divider{
    height: 1px;
    background: #eee;
    width:100%;
    overflow: hidden;
}
/*section:nth-of-type(odd) {
    background-color: #F9F9F9;
}*/
/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: rgb(253, 102, 1);
    border-color: rgb(253, 102, 1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: rgb(253, 102, 1);
    border-color: rgb(253, 102, 1);
}
.btn {
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;
    font-size:0.8125rem;
    border-radius: 0px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid rgb(253, 102, 1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0.8rem 3rem;
    transition: all 0.6s;
    border-radius: 2px;

}
.btn:hover{
    box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
    color:#fff;
}
.btn-default{
    background: transparent;
    border:1px solid #fff;
    padding: 1.125rem 3rem;
}
.btn-default:hover{
    background: rgb(253, 102, 1);
    border:1px solid rgb(253, 102, 1);
}
.btn-lg{
    background: rgb(253, 102, 1);
    padding: 1.125rem 3rem;
}
.btn-md{
    background: #999999;
    padding: 1rem 2rem;
    border: 1px solid transparent;
}

/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.m_t_10{
    margin-right:10px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-top-90 {
    padding-top: 6.429rem;
}
.padding-bottom-90 {
    padding-bottom: 6.429rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.p_l_r{
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #5e9a28;
    font-weight: 400;
}

/*for placeholder changes*/

input::-webkit-input-placeholder {
    color: #ddd;
}
input::-moz-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color:rgba(34, 61, 97, 0.64);
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s;
    height: 75px;

}
.main_menu_bg{
    margin-top: 0px;
    background-color: transparent;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition: all .6s;
    margin: 15px auto;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color:rgb(253, 102, 1);
    background: transparent;
}
.main_menu_bg .navbar {}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color: rgb(253, 102, 1);
    padding-bottom: 22px;
    border-bottom: 1px solid rgb(253, 102, 1);
    background: transparent;

}

.main_menu_bg .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
}
.navbar-brand {
    padding: 0px 15px;
}
.navbar-brand>img {
    max-width: 20%;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color:transparent;
    color:#f5c239;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    border: 0px solid #ccc; 
    border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0px; 
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175); 
    box-shadow: 0 0px 0px 
}

/*.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid rgb(253, 102, 1);
    color:rgb(253, 102, 1);
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: rgb(253, 102, 1);
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}*/

.scrooldown{
    position: absolute;
    left: 48.5%;
    bottom: -1%;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background: #f4f5f9;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}
.scrooldown a i{
    font-size:1.5rem;
    color:rgb(253, 102, 1);
}

.floating-contact {
    position: fixed;
    right: 18px;
    bottom: 90px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-contact__item {
    position: relative;
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-contact__item:hover {
    transform: translateX(-4px) scale(1.04);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.floating-contact__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.floating-contact__item img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.floating-contact__item span {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: #111;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.floating-contact__item:hover span {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .floating-contact {
        right: 10px;
        bottom: 78px;
        gap: 10px;
    }

    .floating-contact__item {
        width: 48px;
        height: 48px;
    }
}

.culmn{
    width:100%;
    overflow: hidden;
}
/*heading title all area*/
.head_title{
    margin-bottom:40px;
}
.head_title h3{
    color:#413d4b;
}
.head_title .subtitle{
    margin-top:30px;
}
/*home section*/
.home{
    position: relative;
    overflow: hidden;
    background: url(../images/homebgpic.png) no-repeat center center;
    background-size: cover;
}
.home-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.home .overlay {
    position: relative;
    z-index: 1;
}
.home_skew_border{
    position: relative;
}
.home_skew_border:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-right: 680px solid transparent;

}
.home_skew_border:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 86px solid #fff;
    border-left: 680px solid transparent;
}
.main_home{
    padding-top: 200px;
    padding-bottom: 250px;
    display: block;
}


.main_home h1{
    color: #fff;
    margin-bottom:20px;
}
.main_home p{
    color: #fff;
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
    font-size:1.125rem;

}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: rgb(253, 102, 1);
}
.slick-arrow{
    background: #ddd;
    color:#000;
}
.main_home_slider i{
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#fff;
    background: rgb(253, 102, 1);
}
.main_home_slider i.nextprevleft{
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#000;
    background: #716a65;
    float: left;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size:1.5rem;
    transition: all 0.6s;
    left:-60px;
}
.main_home_slider i.nextprevright{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: #716a65;
    float: right;
    position: absolute;
    z-index: 999;
    top: 400px;
    font-size:1.5rem;
    transition: all 0.6s;
    right: -50px;
}
.main_home_slider i.nextprevleft:hover{
    color:#fff;
    background: rgb(253, 102, 1);
}
.main_home_slider i.nextprevright:hover{
    color: #fff;
    background: rgb(253, 102, 1);
}

/*==================================================================
            Feature section Style
====================================================================*/

.main_feature{}
.main_feature .single_feature{}
.main_feature .single_feature:hover .single_feature_icon{
    border-color:rgb(253, 102, 1);
    transform: rotate(45deg);
}
.main_feature .single_feature:hover .single_feature_icon i{
    transform: rotate(-45deg);
}
.main_feature .single_feature:hover h4{
    color:rgb(253, 102, 1);
}
.main_feature .single_feature .single_feature_icon{
    border:1px solid #ddd;
    width:70px;
    height: 70px;
    line-height: 70px;
    margin:20px auto;
    transition: all 0.6s;
}
.main_feature .single_feature i{
    margin-bottom:30px;
    color:rgb(253, 102, 1);
    transition: all 0.6s;
}
.main_feature .single_feature h4{
    transition: all 0.6s;
}

.service-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(rgb(4 4 4 / 64%), rgb(0 0 0 / 56%)), url(../../images/Sectors/Herosectors/Tunnel.jpg) center / cover no-repeat;
}
.service-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(245, 183, 0, 0.18), transparent 18%),
        radial-gradient(circle at bottom left, rgba(94, 154, 40, 0.12), transparent 16%);
}
.service-hero__content {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 auto;
    color: #fff;
}
.service-hero__badge {
    display: inline-block;
    padding: 8px 14px;
    background: rgba(245, 183, 0, 0.12);
    border: 1px solid rgba(245, 183, 0, 0.45);
    color: rgb(253, 102, 1);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-radius: 999px;
}
.service-hero__content h1 {
    margin: 18px 0 16px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}
.service-hero__content p {
    margin: 0 auto;
    max-width: 760px;
    color: #e7eefc;
    font-size: 16px;
    line-height: 1.8;
}
.service-hero__stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 34px;
}
.service-hero__stats div {
    min-width: 150px;
    padding: 18px 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
}
.service-hero__stats strong {
    display: block;
    color: rgb(253, 102, 1);
    font-size: 28px;
    font-weight: 800;
}
.service-hero__stats span {
    font-size: 13px;
    color: #dfe7f7;
}

@media (max-width: 768px) {
    .service-hero {
        padding: 72px 0;
    }
    .service-hero__content h1 {
        font-size: 32px;
    }
    .service-hero__content p {
        font-size: 15px;
    }
    .service-hero__stats {
        gap: 14px;
    }
    .service-hero__stats div {
        width: 100%;
        max-width: 260px;
    }
}

/*==================================================================
            History section Style
====================================================================*/
.main_history{

}
.main_history .single_history_content .head_title h2{
    border-left:6px solid rgb(253, 102, 1);
    padding-left: 30px;
}


/*==================================================================
            service section Style
====================================================================*/
.main_service .head_title{
    padding: 100px 0px 40px 0px;
    margin-bottom: 0px;
}
.main_service .head_title h2{
    margin-right: 12%;
    border-right: 6px solid rgb(253, 102, 1);
    color:#fff;
    padding-right: 5%;
}
.main_service .single_service_img {
    position: relative;
    height: 676px;
}
.main_service .single_service_img img {
    width: 100%;
    height: 100%;
}

.main_service .single_service.single_service_text {
    margin-right:0px;
    background: #202020;
}
.main_service .single_service.single_service_text .single_service_icon i{
    background: #f4f5f9;
    width:70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color:rgb(253, 102, 1);
    position: relative;
    z-index: 9;
    border:5px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    font-size: 1.875rem;
}

.main_service .single_service.single_service_text .single_service_right_text {
    width: 96%;
}
.main_service .single_service.single_service_text .single_service_right_text h4{
    color:rgb(253, 102, 1);
}
.main_service .single_service.single_service_text .single_service_right_text p{
    color:#999999;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}
/*======================================================================
                    portfolio section css
========================================================================*/
.btn-md:active, .btn-md.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
button.btn-md:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:none;
    color:rgb(253, 102, 1);
}
button.btn-md {
    text-align: center;
    color: #444;
    letter-spacing: 1px;
    margin: 0;
    font-size: 0.8125rem;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    transition: .5s;
    border: 0px solid rgb(253, 102, 1);
    font-family: 'montserratregular';
}
button.btn-md:hover {
    background-color: transparent;
    color: rgb(253, 102, 1);
    text-decoration: none;
    border: 0px solid #f4720a;
}
.portfolio .toolbar{
    margin-bottom:50px;
}
#portfoliowork {  
    margin: 1rem 0;
    -webkit-column-count: 4; 
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0rem;
    -moz-column-gap: 0rem;
    column-gap: 0rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    display: none;

}
.scale-anm {
    margin: 0px;
    width: 100%;
    /*margin-bottom: -6px;*/
}


.tile img {
    height: auto;
    display: inline-block; 
    width: 100%;
}

.single_portfolio{
    position: relative;

}
.single_portfolio:hover .grid_item_overlay{
    opacity: 1;
}

.grid_item_overlay{
    position: absolute;
    left:10%;
    top:10%;
    width:80%;
    height: 80%;
    background: rgba(231,76,60,0.6);
    color:#fff;
    padding: 20px;
    opacity: 0;
    transition: 0.6s;
    padding-top:35%;
    z-index: 99;
}
.g_overlay_1{
    padding-top:16%;
}
.g_overlay_2{
    padding-top: 85%;
}

.grid_item_overlay a i{
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border:1px solid #fff;
    color:#fff;
    display: inline-block;
    background: transparent;
}
.grid_item_overlay a:hover i{
    color:rgb(253, 102, 1);
    background: #fff;
}

/*========================================================================
                    Study Section Css
==========================================================================*/
.study{
    background: linear-gradient(212deg, #2359aa 0%, #ffffff 59% 100%);
    padding: 90px 0;
}
.main_study_area{
    overflow: hidden;
}
.study-layout{
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 40px;
    align-items: center;
    margin-top: 50px;
}
.study-text-panel{
    display: flex;
    justify-content: center;
}
.study-card{
    background: #fff;
    border-radius: 22px;
    padding: 48px 38px;
    text-align: left;
    box-shadow: 0 22px 50px rgba(15, 35, 69, 0.08);
    position: relative;
    overflow: hidden;
}
.study-card::before{
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    right: -30px;
    top: -30px;
    background: radial-gradient(circle, rgba(245, 183, 0, 0.18), transparent 70%);
}
.study-card .s_study_icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #0f2345, rgb(253, 102, 1));
    color: #fff;
    border-radius: 18px;
    font-size: 1.6rem;
    margin-bottom: 18px;
}
.study-card h4{
    font-size: 1.8rem;
    color: #0f2345;
    margin-bottom: 14px;
    line-height: 1.3;
}
.study-card p{
    color: #5f6f90;
    line-height: 1.9;
    margin-bottom: 24px;
}
.study-card .btn{
    background: linear-gradient(90deg, #0f2345, #1d4a9e);
    color: #fff;
    border-radius: 999px;
    padding: 12px 22px;
    font-weight: 600;
}
.study-gallery-panel{
    position: relative;
}
.single_study_gallery{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    grid-auto-rows: 220px;
    gap: 18px;
}
.gallery-item{
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 16px 35px rgba(15, 35, 69, 0.1);
}
.gallery-item--tall{
    grid-row: span 2;
}
.gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.gallery-item:hover img{
    transform: scale(1.06);
}
.single_study_right_img{
    position: relative;
}

@media (max-width: 991px){
    .study-layout{
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .study-card{
        padding: 40px 28px;
    }
    .single_study_gallery{
        grid-auto-rows: 200px;
    }
    .counter .main_counter_area{
        padding: 70px 15px;
    }
    .counter-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px){
    .study{
        padding: 70px 0;
    }
    .study-layout{
        gap: 22px;
        margin-top: 36px;
    }
    .study-card{
        padding: 32px 22px;
        text-align: center;
    }
    .study-card h4{
        font-size: 1.45rem;
    }
    .single_study_gallery{
        grid-template-columns: 1fr;
        grid-auto-rows: 230px;
    }
    .gallery-item--tall{
        grid-row: span 1;
    }
    .counter-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .main_counter_area .single_counter_item{
        padding: 24px 16px;
    }
    .main_counter_area .single_counter h2{
        font-size: 2.2rem;
    }
    .main_counter_area .single_counter h4{
        font-size: 0.78rem;
        letter-spacing: 0.08em;
    }
}


/*=====================================================================
                    counter section css
=======================================================================*/
.counter{
    background:
        
        url(../images/counterbg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.counter::before{
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(245, 194, 57, 0.16), transparent 70%);
    left: 5%;
    top: 15%;
    pointer-events: none;
}

.counter .main_counter_area{
    padding: 80px 20px;
}

.counter-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.main_counter_area .single_counter{
    padding: 0;
}

.main_counter_area .single_counter_item{
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 32px 18px;
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.main_counter_area .single_counter_item:hover{
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(245, 194, 57, 0.5);
}

.main_counter_area .single_counter h2{
    color: #fff;
    font-size: 2.8125rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.main_counter_area .single_counter i{
    color: #f5c239;
    font-size: 1.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(245, 194, 57, 0.55);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 18px;
    margin-top: 0;
    background: rgba(245, 194, 57, 0.08);
}

.main_counter_area .single_counter h4{
    color: #eef4ff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    margin-bottom: 0;
}

/* Career Page Styles */
.career-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(rgba(4, 14, 33, 0.62), rgba(4, 14, 33, 0.62)),
        url('../../images/Career/career.jpg') center/cover no-repeat;
    overflow: hidden;
}
.career-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(245, 183, 0, 0.12), transparent 18%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
}
.career-hero__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    color: #fff;
    padding: 90px 0;
}
.career-hero__pill {
    display: inline-block;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.career-hero__content h1 {
    font-size: 3.8rem;
    line-height: 1.1;
    margin-bottom: 18px;
    color: #fff;
}
.career-hero__content p {
    color: #eef2ff;
    font-size: 1rem;
    line-height: 1.8;
    max-width: 640px;
    margin-bottom: 30px;
}
.career-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.career-hero__btn {
    border-radius: 999px;
    padding: 13px 22px;
    font-weight: 600;
}
.career-hero__btn--primary {
    background: rgb(253, 102, 1);
    color: #0f2345;
}
.career-hero__btn--secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.career-section {
    padding: 90px 0;
    background: #f7f9fc;
}
.career-section__header,
.career-benefits__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}
.career-section__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    color: rgb(253, 102, 1);
    font-weight: 700;
    margin-bottom: 8px;
}
.career-section__header h2,
.career-benefits__header h2 {
    margin: 0;
    font-size: 2rem;
    color: #0f2345;
}
.career-section__link {
    color: #0f2345;
    font-weight: 600;
}
.career-job-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.career-job-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(15, 35, 69, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.career-job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 46px rgba(15, 35, 69, 0.12);
}
.career-job-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}
.career-job-card__tag {
    display: inline-block;
    background: #eef5ff;
    color: #0f2345;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 0.78rem;
    font-weight: 600;
}
.career-job-card__tag--alt {
    background: #fff7d6;
}
.career-job-card h3 {
    font-size: 1.3rem;
    color: #0f2345;
    margin-bottom: 10px;
}
.career-job-card p {
    color: #5f6f90;
    line-height: 1.7;
    margin-bottom: 16px;
}
.career-job-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.career-job-card ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5f6f90;
    margin-bottom: 8px;
}
.career-job-card__apply {
    display: inline-block;
    color: #0f2345;
    font-weight: 700;
}
.career-benefits {
    padding: 90px 0;
    background: #fff;
}
.career-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.career-benefit-box {
    background: #f9fbff;
    border-radius: 18px;
    padding: 32px 24px;
    text-align: center;
}
.career-benefit-box i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #0f2345, rgb(253, 102, 1));
    color: #fff;
    border-radius: 16px;
    font-size: 1.4rem;
    margin-bottom: 18px;
}
.career-benefit-box h3 {
    color: #0f2345;
    margin-bottom: 10px;
}
.career-benefit-box p {
    color: #5f6f90;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .career-hero__content h1 {
        font-size: 3rem;
    }
    .career-hero__content p {
        max-width: 100%;
    }
    .career-job-grid,
    .career-benefits__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .career-hero__content {
        padding: 80px 15px;
    }
    .career-section__header,
    .career-benefits__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .career-hero {
        min-height: 500px;
    }
    .career-hero__content {
        padding: 70px 15px;
    }
    .career-hero__content h1 {
        font-size: 2.3rem;
        line-height: 1.2;
    }
    .career-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .career-hero__btn {
        width: 100%;
        text-align: center;
    }
    .career-section,
    .career-benefits {
        padding: 70px 0;
    }
    .career-job-card {
        padding: 22px;
    }
    .career-job-card__top {
        flex-wrap: wrap;
        gap: 8px;
    }
}

/* Pricing2 Section */

.main_pricing_area{
    overflow: hidden;
}

.single_pricing{
    text-align: center;
    margin-top: 20px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}
.single_pricing:hover{
    box-shadow: 0px 1px 10px 1px #ccc;

}
.pricing_business .pricing_head{
    background:rgb(253, 102, 1);
}
.pricing_business .pricing_head .p_r{
    color:rgb(253, 102, 1);
}
.pricing_business .pricing_head h3{
    color:#fff;
}
.pricing_business .btn-md{
    background: rgb(253, 102, 1);
}


.pricing_head{
    padding: 30px 0px;
    background: #999999;
    position: relative;
    height: 200px;  
}
.pricing_head h3{
    text-transform:uppercase;
    color:#fff;
    font-size:24px;
}
.pricing_head .pricing_price{
    background: #fff;
    position: absolute;
    left: 30%;
    bottom: -30%;
    width: 150px;
    height: 150px;
    margin:0 auto;
    padding: 30px 0px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px rgba(244,245,249,0.3);
}
.pricing_head .pricing_price .p_r{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size:2.822rem;
}
.pricing_head .pricing_price .m_t{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size:0.941rem;
}
.pricing_body{
    background: #f4f5f9;
    padding: 80px 0px 30px 0px;
}
.single_pricing ul{


}
.single_pricing ul li{
    line-height:45px;
    height:45px;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.single_pricing a{
    margin-top:30px;
}



/*video section css*/

/*.video{
    background: url(../images/videobg.jpg) no-repeat top center;
    background-size:cover;
}
.video .main_video{
    padding: 220px 0px 160px 0px;
    overflow: hidden;
}
.video .icon{}
.video .icon h3{
    color:#fff;
    margin-top:30px;
    margin-bottom: 0px;
}*/


/*about section css*/





/* Team section css */
.main_team_area{
    background: url(../images/teambg.jpg) no-repeat scroll top center;
    background-size: cover;
    position: relative;
    height: 650px;
}
.main_team_area:before{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    bottom:0;
    content:"";
    background: url(../images/teambg2.png) no-repeat bottom center;  
}
.main_team ul li{
    text-align: center;

}
.main_team ul li:nth-child(1){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:1%;
    top:96%;
}
.main_team ul li:nth-child(2){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:19%;
    top:85%;
}
.main_team ul li:nth-child(3){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:37%;
    top:87%;
}
.main_team ul li:nth-child(4){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:55%;
    top:97%;
}
.main_team ul li:nth-child(5){
    width: 15%;
    display: inline-block;
    float: left;
    margin-left: 3%;
    position: absolute;
    left:73%;
    top:94%;
}
.main_team ul li .single_team_img img{
    width:60px;
    height: 60px;
    margin:20px auto;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 3px rgba(231, 76, 60, 0.65);
}

li:hover .single_team_img img{
    transform: scale(1.08);
}
li:hover .single_team_text{
    opacity: 1;
}
li .single_team_text{
    padding: 10px 20px;
    width:100%;
    opacity:0;
    transition: all 0.6s;
    text-align: center;
    display: block;
    height: 80px;
}
li .single_team_text h4{
    margin-bottom: .0rem;
    display: inline-block;
    text-transform:none ;
    color:rgb(253, 102, 1);
}
li .single_team_text p{
    color:#fff;
}




/* Carousel */
.testimonial{
    background: url(../images/testbg.jpg) no-repeat center center;
    background-size: cover;
}
.main_testimonial {
    color:#fff;
}
.main_testimonial .single_testimonial i{
    color:#fff;
    margin-bottom:30px;
    font-size:2rem;
    padding: 2px;
}
.main_testimonial .single_testimonial p{
    color:#fff;
    letter-spacing: .03rem;
}
.main_testimonial .single_testimonial .single_test_author{
    margin-bottom:40px;
    display: inline-block;
}
.main_testimonial .single_testimonial .single_test_author h4{
    color:#fff;
    margin-bottom:0px;
    font-size:1rem;
}
.main_testimonial .single_testimonial .single_test_author h4 span{
    font-family: 'ralewayregular'; 
}
.main_testimonial .single_testimonial .single_test_author p{
    color:#fff;
}

.main_testimonial .owl-theme .owl-dots .owl-dot span {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transform: rotate(0deg);
}

/*====================================================================
                        clogo section css
======================================================================*/
.clogo{
    background: #f4f5f9;
}
.main_clogo{
    overflow: hidden;
}
.main_clogo a{
    height: 100px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    line-height: 100px;
    background: #fff;
    margin-bottom:30px;
    box-shadow: 1px 1px 1px 0px rgba(0,0,0, 0.25);
}


/*=================================================================
                            Blog Section
===================================================================*/
.blog{
    background: #f4f5f9;
}


.main_blog_content .single_blog_area .single_blog_text{
    background: #e74e3e;
    padding: 70px 30px 70px 50px;
    position: relative;
}
.main_blog_content .single_blog_area .single_blog_text.s_b_left:after{
    position: absolute;
    left:-8%;
    top:45%;
    content:"";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 30px solid #e74e3e;;
    border-bottom: 30px solid transparent;
}
.main_blog_content .single_blog_area .single_blog_text.s_b_right:after{
    position: absolute;
    right: -8%;
    top:45%;
    content:"";
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #e74e3e;;
    border-bottom: 30px solid transparent;
}
.main_blog_content .single_blog_area .single_blog_text a.read_more{
    color:#fff;
}
.main_blog_content .single_blog_area .single_blog_img{
    width:100%;
    height: 417px;
    display: inline-block;
}
.main_blog_content .single_blog_area .single_blog_img img{
    width:100%;
    height: 100%;
}
/*contact hero section css*/
.contact-hero{
    background:linear-gradient(186deg, rgb(223 175 69 / 96%), rgba(255, 255, 255, 0.92)), url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 90px 0 60px;
    border-bottom: 1px solid #eee4c8;
}

.contact-hero .container{
    display: grid;
    gap: 24px;
    align-items: center;
}

.contact-hero__content{
    max-width: 650px;
}

.contact-hero__eyebrow{
    display: inline-block;
    padding: 0.45rem 0.8rem;
    background: #f7ecbf;
    color: #8a5d00;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.contact-hero__content h1{
    color: #1f2a3d;
    font-size: 3rem;
    line-height: 1.15;
    margin-bottom: 16px;
}

.contact-hero__content p{
    color: #5d6474;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

.contact-hero__badges{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-hero__badges span{
    padding: 0.45rem 0.8rem;
    background: #fff;
    color: #5a5a5a;
    border-radius: 999px;
    font-size: 0.88rem;
    border: 1px solid #eee4c8;
}

.contact-hero__card{
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(31, 42, 61, 0.08);
    text-align: center;
    border: 1px solid #f0e7cf;
}

.contact-hero__card p{
    color: #8a5d00;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-hero__card h3{
    color: #1f2a3d;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.contact-hero__btn{
    background: #1f2a3d;
    color: #fff;
    border-radius: 999px;
    padding: 0.9rem 1.4rem;
}

.contact-hero__btn:hover{
    background: #d8a31a;
    color: #1f2a3d;
}

/*contact section css*/
.contact-page{
    background:
        linear-gradient(180deg, rgba(248, 245, 235, 0.96), rgba(255, 255, 255, 0.98));
    padding: 80px 0;
}

.contact-panel{
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(15, 35, 69, 0.12);
}

.contact-panel__content{
    background: linear-gradient(180deg, #0f2345 0%, #1d4a9e 100%);
    color: #fff;
    padding: 60px 50px;
}

.contact-panel__eyebrow{
    display: inline-block;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #f5c239;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.contact-panel__content h2{
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 18px;
}

.contact-panel__content p{
    color: #dfe7ff;
    font-size: 0.98rem;
    line-height: 1.8;
    margin-bottom: 28px;
}

.contact-card{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 16px;
}

.contact-card__icon{
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5c239;
    color: #0f2345;
    border-radius: 14px;
    font-size: 1rem;
    flex-shrink: 0;
}

.contact-card h3{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 6px;
    font-weight: 700;
}

.contact-card p{
    margin: 0;
    color: #dfe7ff;
    font-size: 1.22rem;
    line-height: 1.7;
}

.contact-panel__form-wrap{
    padding: 58px 46px;
    background: #fff;
}

.contact-form{
    max-width: 100%;
}

.contact-form__row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-form .form-group{
    margin-bottom: 18px;
}

.contact-form .form-group label{
    display: block;
    font-size: 0.85rem;
    color: #0f2345;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-form .form-control{
    width: 100%;
    height: 52px;
    border: 1px solid #dde5f1;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 0.95rem;
    color: #1f2f4d;
    background: #f9fbff;
}

.contact-form .form-control:focus{
    border-color: #1d4a9e;
    box-shadow: 0 0 0 3px rgba(29, 74, 158, 0.08);
}

.contact-form textarea.form-control{
    min-height: 170px;
    padding-top: 14px;
    resize: vertical;
}

.contact-form__submit{
    border-radius: 999px;
    background: linear-gradient(90deg, #0f2345, #1d4a9e);
    border: 0;
    padding: 0.95rem 2rem;
    margin-top: 8px;
}

/*====================================================================
                        Trail Section 
======================================================================*/
.contact-cta{
    background: url(../images/trailbg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.contact-cta__overlay{
    background: linear-gradient(90deg, rgba(15, 35, 69, 0.88), rgba(29, 74, 158, 0.75));
    padding: 90px 0;
}

.contact-cta__content{
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
}

.contact-cta__content h2{
    color: #fff;
    font-size: 2.8rem;
    text-transform: none;
    margin-bottom: 18px;
}

.contact-cta__content p{
    color: #e7edff;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 22px;
}

.contact-cta__btn{
    border-radius: 999px;
    background: #f5c239;
    color: #0f2345;
    border-color: #f5c239;
}

.contact-cta__btn:hover{
    background: #fff;
    color: #0f2345;
    border-color: #fff;
}

@media (max-width: 991px) {
    .contact-hero .container {
        grid-template-columns: 1fr;
    }

    .contact-hero__content {
        max-width: 100%;
        text-align: center;
    }

    .contact-hero__badges {
        justify-content: center;
    }

    .contact-panel {
        grid-template-columns: 1fr;
    }

    .contact-panel__content,
    .contact-panel__form-wrap {
        padding: 46px 32px;
    }
}

@media (max-width: 576px) {
    .contact-hero {
        padding: 70px 0 50px;
    }

    .contact-hero__content h1 {
        font-size: 2.2rem;
    }

    .contact-page {
        padding: 70px 0;
    }

    .contact-panel__content,
    .contact-panel__form-wrap {
        padding: 36px 22px;
    }

    .contact-panel__content h2 {
        font-size: 2rem;
    }

    .contact-form__row {
        grid-template-columns: 1fr;
    }

    .contact-cta__overlay {
        padding: 70px 0;
    }

    .contact-cta__content h2 {
        font-size: 2rem;
    }
}


/*=================================================================
                    Service Page Styles
===================================================================*/
.service-page{
    background: #f7f9fc;
}

.service-hero{
    position: relative;
    overflow: hidden;
    background:linear-gradient(rgb(4 4 4 / 64%), rgb(0 0 0 / 56%)), url(../../images/Sectors/Herosectors/Tunnel.jpg) center / cover no-repeat;
    min-height: 460px;
    display: flex;
    align-items: center;
}

.service-hero__overlay{
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 90px 0;
}

/* Logo Marquee */
.marquee-container {
    overflow: hidden;
    padding: 40px 0;
    width: 100%;
}
.marquee-track {
    display: flex;
    animation: scroll-marquee 20s linear infinite;
    width: max-content;
}
@keyframes scroll-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.marquee-item {
    padding: 0 20px;
    transition: transform 0.3s;
}
.marquee-item:hover {
    transform: scale(1.1);
}
.marquee-item img {
    height: 100px;
    width: auto;
    object-fit: contain;
}


.service-hero__content{
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
}

.service-hero__eyebrow,
.service-section__eyebrow{
    display: inline-block;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-weight: 700;
    color: #f5c239;
    margin-bottom: 16px;
}

.service-hero__content h1{
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: none;
    letter-spacing: 0;
}

.service-hero__content p{
    color: #e7edff;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 22px;
}

.service-hero__btn{
    background: #f5c239;
    color: #0f2345;
    border-color: #f5c239;
    border-radius: 999px;
}

.service-hero__btn:hover{
    background: #fff;
    color: #0f2345;
    border-color: #fff;
}

.service-section{
    padding: 90px 0;
}

.service-section__header h2{
    font-size: 2.3rem;
    color: #0f2345;
    margin-bottom: 40px;
}

.service-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card{
    background: #fff;
    border-radius: 18px;
    padding: 32px 24px;
    text-align: left;
    box-shadow: 0 18px 45px rgba(15, 35, 69, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(15, 35, 69, 0.12);
}

.service-card__icon{
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f2345, #1d4a9e);
    color: #fff;
    border-radius: 16px;
    font-size: 1.2rem;
    margin-bottom: 18px;
}

.service-card h3{
    color: #0f2345;
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.service-card p{
    color: #5f6f90;
    line-height: 1.8;
    margin-bottom: 0;
}

.service-why{
    padding: 0 0 100px;
}

.service-why__grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.service-why__image{
    width: 100%;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(15, 35, 69, 0.1);
}

.service-why__content h2{
    color: #0f2345;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 16px;
}

.service-why__content p{
    color: #5f6f90;
    line-height: 1.8;
    margin-bottom: 18px;
}

.service-why__list li{
    color: #0f2345;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.service-why__list i{
    color: #1d4a9e;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .service-grid,
    .service-why__grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-hero__content h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .service-hero {
        min-height: 380px;
    }

    .service-hero__content h1 {
        font-size: 2rem;
    }

    .service-grid,
    .service-why__grid {
        grid-template-columns: 1fr;
    }

    .service-section {
        padding: 70px 0;
    }

    .service-card {
        padding: 26px 18px;
    }
}

/*=================================================================
                    Service Page Enhancement
===================================================================*/
.service-page{
    background:
        linear-gradient(180deg, #f6f9ff 0%, #eef5ff 100%);
    padding: 0 0 48px;
}

.service-intro{
    background:
        linear-gradient(90deg, rgba(7, 20, 47, 0.88), rgba(9, 48, 98, 0.76)),
        url(../images/service-banner.jpg) center/cover no-repeat;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

.service-intro::after{
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(245, 194, 57, 0.18), transparent 70%);
    right: 8%;
    top: 10%;
    pointer-events: none;
}

.service-intro__content{
    max-width: 920px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.service-intro__badge{
    display: inline-block;
    background: rgba(245, 194, 57, 0.14);
    border: 1px solid rgba(245, 194, 57, 0.3);
    color: #f5c239;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 18px;
}

.service-intro__content h1{
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 18px;
    font-weight: 800;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}

.service-intro__content p{
    color: #eef4ff;
    font-size: 1rem;
    line-height: 1.9;
    max-width: 770px;
    margin-bottom: 28px;
    font-weight: 500;
}

.service-intro__stats{
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.service-intro__stats div{
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px 18px;
    min-width: 150px;
}

.service-intro__stats strong{
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
}

.service-intro__stats span{
    color: #dfe7ff;
    font-size: 0.86rem;
}

.service-page .max-w-\[88vw\]{
    max-width: 1180px;
}

.service-page > div[id]{
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(15, 35, 69, 0.08);
    margin: 28px auto;
    padding: 34px 24px;
    position: relative;
    overflow: hidden;
}

.service-page > div[id]::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #f5c239, #1d4a9e);
}

.service-page .unihead{
    color: #0f2345;
    font-size: 2.2rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
    font-weight: 800;
}

.service-page .unihead::after{
    content: '';
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #f5c239, #1d4a9e);
    display: block;
    margin-top: 10px;
    border-radius: 999px;
}

.service-page .text-primary{
    color: #0f2345 !important;
}

.service-page .text-brown{
    color: #f5c239 !important;
}

.service-page img{
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
    box-shadow: 0 18px 35px rgba(15, 35, 69, 0.12);
}

.service-page img:hover{
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 24px 42px rgba(15, 35, 69, 0.18);
}

.service-page .flex.flex-col.md\:flex-row.justify-center.items-center.gap-y-6.md\:gap-x-10{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.service-page .flex.flex-col.md\:flex-row.justify-center.items-center.gap-y-6.md\:gap-x-10 > div{
    width: 100%;
}

.service-page .flex.flex-col.md\:flex-row.justify-center.items-center.gap-y-6.md\:gap-x-10 .my-5{
    margin: 0;
    height: 100%;
}

.service-page .text-justify{
    padding: 18px 18px 8px;
    background: linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
    border: 1px solid #e5ecfb;
    border-left: 5px solid #f5c239;
    border-radius: 18px;
    margin-top: 18px;
}

.service-page .text-justify > div{
    margin-bottom: 18px;
}

.service-page .text-justify h1{
    font-size: 1.9rem;
    line-height: 1.35;
    color: #0f2345;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 0;
    text-transform: none;
}

.service-page .text-justify p{
    color: #5b6680;
    font-size: 1rem;
    line-height: 1.95;
    margin-bottom: 0;
    text-align: justify;
}

.service-page .text-brown{
    color: #f5c239 !important;
    font-weight: 700;
}

@media (max-width: 991px){
    .service-intro__content h1{
        font-size: 2.8rem;
    }

    .service-page .flex.flex-col.md\:flex-row.justify-center.items-center.gap-y-6.md\:gap-x-10{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px){
    .service-intro{
        padding: 84px 0;
    }

    .service-page .flex.flex-col.md\:flex-row.justify-center.items-center.gap-y-6.md\:gap-x-10{
        grid-template-columns: 1fr;
    }


    .service-intro__content h1{
        font-size: 2.2rem;
    }

    .service-page > div[id]{
        padding: 28px 16px;
        border-radius: 18px;
    }

    .service-page .unihead{
        font-size: 1.8rem;
    }
}

/*=================================================================
                    Homepage Marquee Slider
===================================================================*/
.client-marquee-section{
    background: #f7f9fc;
    padding: 28px 0 56px;
}

.client-marquee-wrap{
    width: min(1200px, 92%);
    margin: 0 auto;
}

.slider {
    background: transparent;
    height: 140px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 90px;
    z-index: 2;
    top: 0;
    pointer-events: none;
}

.slider::before {
    left: 0;
    background: linear-gradient(to right, rgba(247, 249, 252, 1), rgba(247, 249, 252, 0));
}

.slider::after {
    right: 0;
    background: linear-gradient(to left, rgba(247, 249, 252, 1), rgba(247, 249, 252, 0));
}

.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slide {
    height: 140px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img {
    height: 88px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.78);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.slide img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.06);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@media (max-width: 576px) {
    .slider {
        height: 110px;
    }

    .slide {
        height: 110px;
        width: 180px;
    }

    .slide img {
        height: 64px;
        max-width: 140px;
    }
}

/*=================================================================
                        footer section
===================================================================*/
.footer{
    background: #000000;
}
.main_footer{
    overflow: hidden;
    padding: 20px 0px;
}

.main_footer .flowus a i{
    color:#fff;
    font-size:1rem;
    padding: 5px;
    border-radius: 0;
    width:30px;
    height:30px;
    text-align: center;
    line-height: 18px;
    margin-top:10px;
}
.main_footer .flowus a i:hover{
    color:rgb(253, 102, 1);
}

.copyright_text{
    text-align: right;
}
.copyright_text p{
    color:#fff;
    line-height: 25px;
    max-width: 100%;
    padding-top: 15px;
}
.copyright_text p i{
    padding:0px 10px;
    color:#ff0000;
}
.copyright_text p a{
    padding:0px 10px;
    color:rgb(253, 102, 1);
}



/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: rgb(253, 102, 1);
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}




.footer-99382 {
    position: relative;
    overflow: hidden;
    padding: 0 0 5px;
    background:
        linear-gradient(90deg, rgba(8, 18, 40, 0.98), rgba(14, 35, 70, 0.98)),
        linear-gradient(180deg, rgba(245, 183, 0, 0.06), rgba(245, 183, 0, 0));
    color: #dfe7f7;
    font-family: "Poppins", sans-serif;
}
.footer-99382::before,
.footer-99382::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.footer-99382::before {
    width: 260px;
    height: 260px;
    right: -80px;
    top: 40px;
    background: radial-gradient(circle, rgba(245, 183, 0, 0.1), transparent 70%);
}
.footer-99382::after {
    width: 220px;
    height: 220px;
    left: -90px;
    bottom: 10px;
    background: radial-gradient(circle, rgba(94, 154, 40, 0.08), transparent 70%);
}
.footer-99382__top {
    position: relative;
    z-index: 1;
    background: linear-gradient(90deg, rgba(245, 183, 0, 0.1), rgba(245, 183, 0, 0.02));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-99382__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 0;
}
.footer-99382__pill {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 12px;
    background: rgba(245, 183, 0, 0.12);
    color: rgb(253, 102, 1);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: 999px;
}
.footer-99382__info h2 {
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.3;
}
.footer-99382__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 12px 22px;
    background: linear-gradient(90deg, rgb(253, 102, 1), #ffcb45);
    color: #0f2345;
    font-weight: 700;
    border-radius: 999px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.footer-99382__cta:hover {
    color: #0f2345;
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(245, 183, 0, 0.22);
}
.footer-99382__content {
    position: relative;
    z-index: 1;
    padding: 56px 0 24px;
}
.footer-99382 .row > div {
    margin-bottom: 28px;
}
.footer-99382 h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}
.footer-99382 .footer-site-logo {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: 0.06em;
}
.footer-99382__brand p {
    color: #cbd6ea;
    line-height: 1.8;
    margin-bottom: 18px;
}
.footer-99382__contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-99382__contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d8deec;
    margin-bottom: 10px;
    font-size: 0.92rem;
}
.footer-99382__contact li i {
    color: rgb(253, 102, 1);
}
.footer-99382 .nav-links li {
    margin-bottom: 10px;
}
.footer-99382 .nav-links li a {
    color: #b7c3de;
    transition: color 0.3s ease;
}
.footer-99382 .nav-links li a:hover {
    color: rgb(253, 102, 1);
}
.footer-99382 .social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-99382 .social li {
    display: inline-flex;
}
.footer-99382 .social li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.footer-99382 .social li a:hover {
    background: rgb(253, 102, 1);
    color: #0f2345;
    transform: translateY(-2px);
}
.footer-99382 .copyright {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.footer-99382 .copyright p {
    margin: 0;
    color: #90a1c7;
    font-size: 0.88rem;
}

@media (max-width: 991px) {
    .footer-99382__info {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-99382__info h2 {
        font-size: 1.5rem;
    }
    .footer-99382__content .row {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-99382 .row > div {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .footer-99382 {
        padding-bottom: 5px;
    }
    .footer-99382__top {
        text-align: center;
    }
    .footer-99382__info {
        align-items: center;
        text-align: center;
        padding: 26px 0;
    }
    .footer-99382__info h2 {
        font-size: 1.3rem;
        line-height: 1.5;
    }
    .footer-99382__cta {
        width: 100%;
        max-width: 220px;
    }
    .footer-99382__content {
        padding-top: 38px;
    }
    .footer-99382 .row > div {
        width: 100%;
        text-align: center;
    }
    .footer-99382__brand {
        margin-bottom: 26px;
    }
    .footer-99382__contact li,
    .footer-99382 .nav-links,
    .footer-99382 .social {
        justify-content: center;
    }
    .footer-99382__contact li {
        display: flex;
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    .footer-99382 h3 {
        text-align: center;
        margin-bottom: 12px;
    }
    .footer-99382 .nav-links li {
        margin-bottom: 8px;
    }
    .footer-99382 .social {
        justify-content: center;
        gap: 8px;
    }
    .footer-99382 .copyright {
        margin-top: 10px;
        padding-top: 14px;
    }
}

