

@import url(https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Rubik:300,300i,400,400i,500,500i,700,700i|Playfair+Display:700i);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(magnific-popup.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(jquery.bxslider.min.css);
@import url(../plugins/icofont/css/icofont.css);
@import url(../plugins/bands-icon/style.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);
@import url(../plugins/industrio-icon/style.css);

@font-face {font-family: Poppins;src: url('../fonts/Poppins-Regular.ttf') }


:root{
    --common_color:#113f74;
    --common_green:rgb(109 169 69);
     --work-sans: "Work Sans", sans-serif;
     --myfont:'Poppins', sans-serif;

  
}


 #afpl-ihf-section {
    --afpl-ink:        #0b2545;
    --afpl-ink-2:      #13315c;
    --afpl-steel:      #5c6b7a;
    --afpl-steel-lt:   #eef1f4;
    --afpl-paper:      #f5f5f5;
    --afpl-amber:      #e8912c;
    --afpl-amber-dk:   #c9740f;
    --afpl-line:       #d7dde3;
    --afpl-radius:     14px;

    font-family: 'Work Sans', sans-serif;
    background: var(--afpl-paper);
    background-image:
      radial-gradient(circle at 1px 1px, rgba(11,37,69,.06) 1px, transparent 0);
    background-size: 22px 22px;
       padding: 35px 20px 45px;
    position: relative;
    overflow: hidden;
  }

  #afpl-ihf-section * { box-sizing: border-box; }
/************************** 
* 2. miscelnious styles 
***************************/

body {
    font-family: var(--myfont);
    color: #292828;
    font-size: 16px;
    line-height: 27px;
}

a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none !important;
    outline: none !important;
}

.container {
    -webkit-transition: none;
    transition: none;
}

@media (min-width: 1200px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-wrapper {
    background: #fff;
}

.sec-pad {
    padding: 200px 0 80px 0;
}
@media(max-width:600px){
    .sec-pad {
        padding: 30px 0;
    }
    .testimonials-style-two .sec-title{
        margin-bottom:21px!important
    }
    .testimonials-style-two {
        padding: 26px 0!important;
    }
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.gray-bg {
    background: #F6F6F6;
}

.dark-bg {
    background: #262626;
}

.light-dark-bg {
    background: #212121;
}

.blue-bg {
    background: #201940;
}

.dark-blue-bg {
    background: #1B1537;
}

.sec-title {
    margin-bottom: 35px;
}

.sec-title h3 {
    /* margin: 0;
    color: #262626;
    font-weight: 600;
    font-size: 32px;
    font-family: var(--myfont); */

 font-family: var(--myfont);
    font-weight: 800;
  font-size: 35px;
    color:   #0b2545!important;
    margin: 0 0 14px;
    line-height: 1.15;




}
/* .sec-title h3:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-right: 15px;
    margin-top: 12px;
}
.sec-title h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 15px;
    margin-top: 12px;
} */

.sec-title h3+p {
    margin-top: 21px;
}

.sec-title p {
   

    color: #292828;
    margin: 0;
    font-size: 17px;
    line-height: 28px;
}

.sec-title span {
    /* color: var(--common_color);
   
    font-weight: bold;
  
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
        background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

    color: #c9740f!important;
}

.sec-title.light h3 {
    color: #fff;
}

.sec-title.light h3:after {
    background: #fff;
}

.thm-btn {
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    background: var(--common_color);
    color: #262626;
    font-size: 17px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.scroll-to-top:hover {
    background: var(--common_color);
    color: #fff;
}

/*
****
only add this classto body
if preloader is on
other wise REMOVE IT.
****
*/

body.active-preloader-ovh {
    overflow: hidden;
}

/* .preloader {
    background-color: white;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out; 
   
}



@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
} */
.newpreloader {
    transition: opacity 0.5s ease-out;
}

.newpreloader {
    background-color: white;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.newpreloader .spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newpreloader .spinner::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px solid #ddd;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

.newpreloader .spinner img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    z-index: 2;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/************************** 
* 3. header styles 
***************************/

.header-navigation {
    background-color: transparent;
    margin-bottom: 0px;
    top:10px;
    border: none;
    border-radius: 0;
    z-index: 999;
}

.header-navigation .container {
    position: relative;
    padding-right: 220px;
}

.header-navigation .container .navbar-header {
    position: absolute;
    top: 50%;
    left: 19px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.header-navigation .container .navbar-header button.side-nav-toggler {
    border: 2px solid black;
    outline: none;
    background-color: transparent;
    color: #262626;
    font-size: 18px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation .container .navbar-header button.side-nav-toggler:hover {
    color: var(--common_color);
}

.header-navigation .container .navbar-brand {
    height: auto;
    padding: 0px 0;
}

.header-navigation .container .navbar-brand .default-logo {
    display: inline-block;
}

.header-navigation .container .navbar-brand .sticky-logo {
    display: none;
}

.header-navigation .container .main-navigation {
    text-align: left;
    padding: 0;
    /* background: #ffffff;
        border-top: 3px solid;
  border-bottom: 3px solid;
  border-left: 3px solid; */
   background: var(--common_green);
    border: none;
}
.header-navigation ul.navigation-box > li > a {
    /* color: #fff!important; */
        color: #262626!important;
    font-weight: 600!important;
}
.header-navigation ul.navigation-box > li:before {
    background: #ffffff;
}
.header-navigation .container .right-side-box {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* border-top: 3px solid;
  border-bottom: 3px solid;
  border-right: 3px solid; */

}
@media only screen and (max-width: 1201px) {
    .header-navigation .container .right-side-box{
            position: absolute;
    top:42%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /* border-top: 0px solid;
    border-bottom: 0px solid;
    border-right: 3px solid; */
}
    }

.header-navigation .container .right-side-box .rqa-btn {
    display: inline-block;
    vertical-align: middle;
    background: var(--common_color);
    color: #ffffff;
    font-size: 16px;
    font-family: var(--myfont);
    font-weight: 600;
    padding:27.4px 52px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    letter-spacing: .01em;
    line-height: 1em;
    position: relative;
}

.header-navigation .container .right-side-box .rqa-btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.header-navigation .container .right-side-box .rqa-btn span.inner {
    /* display: block; */
    /* border-bottom: 1px solid #fff; */
    padding: 3px 0;
}

.header-navigation .container .right-side-box .rqa-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 25px;
    height: 100%;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-12deg);
    background: var(--common_color);
    display: block;
    z-index: -1;
    /* border-left:3px solid black; */
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.deskicon{
        font-size: 20px;
    color: white;
    text-decoration: none;
    margin-right: 6px;
}
.header-navigation .container .right-side-box .rqa-btn:hover {
    background: var(--common_green);
    color: #fff;
}

.header-navigation .container .right-side-box .rqa-btn:hover:after {
    background: var(--common_green);
}

.header-navigation ul.navigation-box {
    float: none;
    display: inline-block;
    vertical-align: middle;
    /* padding-left: 120px; */
    padding-left: 30px;

    position: relative;
    /* border-top: 3px solid;
  border-bottom: 3px solid;
  border-left: 3px solid; */

}

/* .header-navigation ul.navigation-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 99%;
    width: 60px;
    height: 100%;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    background: #fff;
    display: block;
    z-index: -1;
} */

.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}

.header-navigation ul.navigation-box>li {
    position: relative;
    padding: 24px 0;
    display: inline-block;
}

.header-navigation ul.navigation-box>li:before {
    content: '';
    width: 100%;
      height: 3px;
    border-radius: 8px;
    background: var(--common_green);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.header-navigation ul.navigation-box>li:hover:before,
.header-navigation ul.navigation-box>li.current:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.header-navigation ul.navigation-box>li+li {
    margin-left: 35px;
}

.header-navigation ul.navigation-box>li>a {
    padding: 0;
    font-family: var(--myfont);
    color: #262626;
    /* color:white; */
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
}

.header-navigation ul.navigation-box>li>a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-size: 17px;
    margin-left: 5px;
    color: white;
    font-weight: 600;

}

.header-navigation ul.navigation-box>li>a:only-child:after {
    content: '';
    display: none;
}

.header-navigation ul.navigation-box>li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100000;
    float: left;
    min-width: 270px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box>li>ul.sub-menu.right-align {
    left: auto;
    right: 0;
}

.header-navigation ul.navigation-box>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li {
    display: block;
    position: relative;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a {
   font-size: 15px;
    color: #262626;
    font-family: var(--myfont);
    font-weight: 500;
    padding: 6px 0;
    display: block;
    line-height: 26px;
    padding-left: 29px;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu li:hover>a {
    background: var(--common_color);
    color: #fff;
    position: relative;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu {
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 100000;
    float: left;
    min-width: 270px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li {
    display: block;
    position: relative;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>a {
    font-size: 16px;
    color: #262626;
    font-weight: 500;
    padding: 11.5px 0;
    display: block;
    line-height: 26px;
    padding-left: 40px;
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>.sub-menu li:hover>a {
    background: #F1F1F1;
    color: #181818;
    position: relative;
}

.header-navigation.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}

.header-navigation.stricky-fixed .container {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* .header-top {
   
         background: linear-gradient(90deg, #02386e 0%, #00254a 30%, #001933 100%);

} */

.header-top {
    /* background: #ffffff; */
    border-bottom: 1px solid #eee;
    /* background: linear-gradient(90deg, #02386e 0%, #00254a 30%, #001933 100%); */
}

/* .header-top .logo {
     padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    background: transparent url(../img/about-dots.png) right center no-repeat;
    background-size: 100px auto;
} */

.header-top .logo img {
    position: relative;
}

/* .header-top .logo:before {
    content: '';
    width: 100000px;
    height: 100%;
    position: absolute;
    top: 0;

    right: 3px;

    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    background: #ffffff;
} */


.header-top .logo a {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
}

.header-top .logo a:after {
 content: '';
    position: absolute;
    top: 54%;
   right: -67px;
    transform: translateY(-50%);
    width: 69px;
    height: 101%;
    background-image: radial-gradient(circle, #b7c3d0 1.7px, transparent 1.1px);
    background-size: 12px 12px;
    z-index: -1;
    pointer-events: none;
}

.header-top .header-right-info {
    /* padding: 34px 50px; */
      padding: 13px 9px 6px 19px;
      background: linear-gradient(180deg, var(--common_color) 0%, var(--common_color) 61%, #ffffff 59%, #ffffff 100%);
    border-radius: 11px;

}

.header-top .single-header-right-info {
    display: inline-block;
    vertical-align: middle;
}

.header-top .single-header-right-info+.single-header-right-info {
    margin-left: 36px;
}

.header-top .single-header-right-info .icon-box,
.header-top .single-header-right-info .text-box {
    display: table-cell;
    vertical-align: middle;
}

.header-top .single-header-right-info .icon-box {
    /* width: 35px; */
}

.header-top .single-header-right-info .icon-box i {
    font-size: 16px;
    color: var(--common_green);
    line-height: 1em;
    vertical-align: text-top;
}

.header-top .single-header-right-info .text-box {
    padding-left: 20px;
}

.header-top .single-header-right-info .text-box h3,
.header-top .single-header-right-info .text-box p {
    margin: 0;
}

.header-top .single-header-right-info .text-box p {
    
    letter-spacing: .01em;
    font-family: var(--myfont);
    /* color: #222; */
        color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 2px;
}

.header-top .single-header-right-info .text-box h3 {
    font-family: var(--myfont);
   
    letter-spacing: .01em;
     /* color: #222; */
         color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.header-top.home-three {
    background: #FFFFFF;
}

.header-top.home-three .top-info {
    background: #262626;
}

.header-top.home-three .top-info .left-text {
    padding: 16px 0;
    position: relative;
}

.header-top.home-three .top-info .left-text:before {
    content: '';
    width: 100000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -45px;
    -webkit-transform: skewX(50deg);
    transform: skewX(50deg);
    background: rgba(0, 0, 0, 0.3);
}

.header-top.home-three .top-info p {
    margin: 0;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: .01em;
    position: relative;
    z-index: 10;
}

.header-top.home-three .top-info p span {
    color: var(--common_color);
}

.header-top.home-three .top-info .social {
    padding: 16px 0;
}

.header-top.home-three .top-info .social a {
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.header-top.home-three .top-info .social a:hover {
    color: var(--common_color);
}

.header-top.home-three .top-info .social a+a {
    margin-left: 20px;
}

.header-top.home-three .logo {
    padding: 26px 0;
}

.header-top.home-three .logo:before {
    display: none;
}

.header-top.home-three .header-right-info {
    padding: 30px 0;
}

.header-top.home-three .single-header-right-info p {
    color: #888888;
}

.header-top.home-three .single-header-right-info i,
.header-top.home-three .single-header-right-info h3 {
    color: #262626;
}

.header.header-home-one {
    position: relative;
    top: -40px;
}

.header.header-home-one .stricky-fixed {
    /* background-color: transparent; */

    /* background-color: white; */
    /* background: linear-gradient(135deg, #1a3c6e, #2e6bbf); */
  /* background: linear-gradient(90deg, #02386e 0%, #00254a 30%, #001933 100%); */
    background: #ffffff;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.header.header-home-one .stricky-fixed .container {
    margin-top: 0;
}

.header.header-home-two {
    background: #fff;
    border-bottom: 1px solid #D9D7D6;
}

.header.header-home-two.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-bottom: 0;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}

.header.header-home-two .header-navigation .container .navbar-header {
    display: none;
}

.header.header-home-two .header-navigation ul.navigation-box {
    padding-left: 30px;
}

.header.header-home-two .header-navigation ul.navigation-box>li:before {
    bottom: auto;
    top: -6px;
}

.header.header-home-two .header-navigation ul.navigation-box>li+li {
    margin-left: 60px;
}

.header.header-home-two .header-navigation ul.navigation-box>li {
    padding: 21.5px 0;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn {
    padding: 14px 29px;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn span {
    border: none;
    padding: 0;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn i {
    font-size: 16px;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn:after {
    display: none;
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn:hover {
    background-color: var(--common_color);
}

.header.header-home-two .header-navigation .container .right-side-box a.rqa-btn:before {
    background: var(--common_green);
}

.header.header-home-three+section,
.header.header-home-three+div {
    margin-top: -62px !important;
}

.header.header-home-three .header-navigation .container {
    padding-right: 255px;
}

.header.header-home-three .header-navigation .container .navbar-header {
    display: none;
}

.header.header-home-three .header-navigation ul.navigation-box {
    padding-left: 40px;
}

.header.header-home-three .header-navigation .container .main-navigation {
    background: #262626;
    border-bottom: 3px solid #060606;
}

.header.header-home-three .header-navigation ul.navigation-box>li:before {
    bottom: -3px;
}

.header.header-home-three .header-navigation ul.navigation-box>li>a {
    color: #fff;
}

.header.header-home-three .header-navigation ul.navigation-box>li {
    padding: 16px 0;
}

.header.header-home-three .header-navigation ul.navigation-box:after {
    display: none;
}

.header.header-home-three .header-navigation ul.navigation-box>li>ul.sub-menu {
    background-color: transparent;
    padding-top: 3px;
}

.header.header-home-three .header-navigation ul.navigation-box>li>ul.sub-menu>li {
    background: #fff;
}

.header.header-home-three .header-navigation ul.navigation-box>li+li {
    margin-left: 55px;
}

.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn {
    padding: 18px 69px;
    border-bottom: 3px solid var(--common_color);
}

.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn:after {
    display: none;
}

.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn:hover {
    background: var(--common_green);
    color: #fff;
    border-color: var(--common_green);
}

.header.header-home-three .header-navigation .container .right-side-box a.rqa-btn:hover span {
    border-color: #fff;
}

.header.header-home-three .stricky-fixed {
    background-color: transparent;
}

.header.header-home-three .stricky-fixed .container {
    margin-top: 0;
}

/************************** 
* 4. search popup styles 
***************************/

.search_area {
    position: relative;
    max-width: 950px;
    margin: auto;
}

.search_area .search_box_inner {
    background: transparent;
    padding: 100px 60px;
    display: block;
    overflow: hidden;
}

.search_area .search_box_inner h3 {
    padding-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}

.search_area .search_box_inner .input-group {
    display: block;
    position: relative;
}

.search_area .search_box_inner .input-group input {
    background: transparent;
    border-radius: 0px;
    outline: none;
    height: 50px;
    padding: 0px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: normal;
}

.search_area .search_box_inner .input-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.search_area .search_box_inner .input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search_area .search_box_inner .input-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.search_area .search_box_inner .input-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.search_area .search_box_inner .input-group .input-group-btn {
    position: absolute;
    right: 5px;
    top: 12px;
    z-index: 4;
}

.search_area .search_box_inner .input-group .input-group-btn .btn-default {
    padding: 0px;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #fff;
    font-size: 24px;
}

.search_area .mfp-close {
    right: 0px;
    color: #fff;
}

/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.98;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/************************** 
* 5. banner styles 
***************************/

#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    z-index: 991;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel .carousel-control {
    background: none;
    width: 66px;
    height: 66px;
    font-size: 16px;
    line-height: 66px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    visibility: visible !important;
    opacity: 1;
    font-weight: normal;
    margin-top: -33px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    z-index: 99;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    background: var(--common_color);
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

#minimal-bootstrap-carousel .carousel-control.left {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
    right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
    opacity: 1;
}

/* processing for fadeing effect styles */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* fixing slider height */

#minimal-bootstrap-carousel .custom-navigation {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin: 0;
}

#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#minimal-bootstrap-carousel .custom-navigation li {
    border: 0;
    border-radius: 0;
    text-indent: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    opacity: .3;
    cursor: pointer;
}

#minimal-bootstrap-carousel .custom-navigation li+li {
    margin-left: 10px;
}

#minimal-bootstrap-carousel .custom-navigation li.active {
    opacity: 1;
}

#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 650px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #181818;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
    min-height: calc(100vh - 70px);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #34424F;
}

@media (max-height: 600px) {
    #minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
        min-height: 600px;
    }
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .item {
    min-height: 620px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
}

.slider-home-one {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    background-color: #34424F;
}

.slider-home-one .content {
    padding-bottom: 50px;
}

.slider-home-one .content h2,
.slider-home-one .content h3,
.slider-home-one .content p {
    margin: 0;
}

.slider-home-one .content.text-center h2,
.slider-home-one .content.text-center p {
    margin-left: auto;
    margin-right: auto;
}

.slider-home-one .content.text-right h2,
.slider-home-one .content.text-right p {
    margin-left: auto;
    margin-right: 0;
}

.slider-home-one .content h2 {
    font-family: var(--myfont);
    color: #ffffff;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    width: 46%;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-home-one .content h2 span {
    color: var(--common_color);
    /* font-family: 'Playfair Display', serif; */
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
        background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-home-one .content h2+a.banner-btn {
    margin-top: 40px;
}

.slider-home-one .content p {
    color: #fefefe;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .01em;
    font-family: 'Rubik';
    width: 39%;
    margin-top: 35px;
    margin-bottom: 40px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slider-home-one .content a.banner-btn {
    background: var(--common_color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 205px;
    height: 54px;
    line-height: 54px;
    font-family: var(--myfont);
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-home-one .content a.banner-btn:before {
    background: var(--common_green);
}

.slider-home-one .content a.banner-btn i {
    margin-left: 7px;
}

.slider-home-two {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

.slider-home-two .content {
    padding-bottom: 0;
}

.slider-home-two .logo.home-two {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    display: inline-block;
    padding: 47px 0;
    padding-left: 45px;
    z-index: 9999;
}

.slider-home-two .logo.home-two img {
    z-index: 10;
    position: relative;
}

.slider-home-two .logo.home-two:before {
    content: '';
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -42px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    background: #fff;
    z-index: 2;
}

.slider-home-two .logo.home-two:after {
    content: '';
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -52px;
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    background: #D9D7D6;
    z-index: 1;
}

.slider-home-three {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

.slider-home-three .content {
    padding-bottom: 0;
}

/*******************
* revolution slider 
*********************/

.main-slider {
    position: relative;
    z-index: 8;
}

.main-slider #rev_slider_one_wrapper {
    position: relative;
    top: -80px;
    margin-bottom: -80px;
}

.main-slider .tp-caption {
    z-index: 5 !important;
}

.main-slider .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.05) !important;
}

#rev_slider_two .tp-dottedoverlay {
    background: rgba(0, 0, 0, 0.5) !important;
}

.main-slider .tparrows.gyges {
    margin-top: -60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
}

.main-slider .tparrows.gyges:before {
    line-height: 60px;
}

.main-slider .tparrows.gyges:hover {
    background-color: #e4353a;
}

.main-slider h2 {
    position: relative;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 20px;
    font-family: var(--myfont);
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
}

.main-slider h2 span {
    color: var(--common_color);
    /* font-family: 'Playfair Display', serif; */
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-slider h2.dark-text {
    position: relative;
    color: #222;
}

.main-slider .text {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 1.7em;
    color: #fefefe;
    font-size: 18px;
    letter-spacing: .01em;
    font-family: 'Rubik';
}

.main-slider .text.dark-text {
    color: #022222;
    font-size: 16px;
}

.main-slider .text.white-text {
    color: #fff;
}

.main-slider .dark-heading {
    position: relative;
    color: #022222;
    border: 0px;
    padding: 0px;
    line-height: 1.2em;
}

.main-slider .dark-heading:after {
    display: none;
}

.main-slider .white-heading {
    position: relative;
    color: #fff;
    border: 0px;
    padding: 0px;
    line-height: 1.2em;
}

.main-slider .white-heading:after {
    display: none;
}

.main-slider h4 {
    position: relative;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
}

.main-slider h1 {
    position: relative;
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2em;
    text-transform: uppercase;
}

.slider-content {
    position: relative;
    padding: 35px 30px;
    background-color: rgba(0, 0, 0, 0.6);
}

.slider-content h3 {
    position: relative;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 700;
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.slider-content h3:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 1px;
    left: 0px;
    bottom: -1px;
    z-index: 10;
    background-color: #e4353a;
}

.slider-content .content-text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}

.main-slider .tp-bannertimer {
    display: none !important;
}

.main-slider .theme-btn {
    background: var(--common_color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 14px 44px;
    font-family: var(--myfont);
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.main-slider .theme-btn:before {
    background: var(--common_green);
}

.main-slider .theme-btn i {
    margin-left: 7px;
}

@media only screen and (max-width: 1024px) {
    .main-slider h2 {
        font-size: 34px;
    }
    .main-slider .text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider {
        margin-top: 0px !important;
    }
    .main-slider h2 {
        font-size: 30px;
        padding-bottom: 10px;
    }
    .main-header .header-lower {
        margin: 0;
    }
    .main-slider .dark-heading {
        font-size: 32px;
    }
    .main-slider h1 {
        font-size: 32px;
    }
    .main-slider h4 {
        font-size: 28px;
    }
    .main-slider .text {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 599px) {
    .main-slider h2 {
        font-size: 38px;
        padding-bottom: 10px;
        margin-top: 69px;
    }
    .main-slider .text {
        font-size: 13px;
    }
    .main-slider .dark-heading {
        font-size: 24px;
    }
    .main-slider .text.dark-text {
        font-size: 13px;
    }
    .slider-content .content-text {
        font-size: 14px;
    }
    .main-slider .theme-btn {
        padding: 10px 25px;
    }

   
}

@media only screen and (max-width: 489px) {
    .main-slider .text {
        margin-top: -10px;
        padding-top: 10px;
    }
    .forcefullwidth_wrapper_tp_banner{
        margin-bottom: -161px!important;
    }
}

@media only screen and (max-width: 320px) {
    .main-slider .slide-2 h2,
    .main-slider .slide-3 h2 {
        margin-top: -20px;
        padding-top: 20px;
    }
    .main-slider .slide-2 .text,
    .main-slider .slide-3 .text {
        margin-top: -20px;
        padding-top: 20px;
    }
    .main-slider .slide-2 .theme-btn,
    .main-slider .slide-3 .theme-btn {
        margin-top: 50px;
    }
}

/************************** 
* 6. hidden sidebar styles 
***************************/

.hidden-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    /* background: #181818 url(../img/side-menu-bg.jpg) center center no-repeat; */
    background-size: 100% 100%;
    text-align: center;
    z-index: 1000;
    overflow: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

.hidden-sidebar.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

.hidden-sidebar a.close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    color: black;
    font-size: 25px;
}

.hidden-sidebar .sidebar-content {
    padding: 40px 0;
}

.hidden-sidebar .sidebar-content .navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 57px;
    margin-bottom: 57px;
    padding-left: 20px;
}

.hidden-sidebar .sidebar-content .navigation-box li a {
    color: black;
    font-size: 18px;
    font-family: var(--myfont);
    font-weight: 500;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    text-align: left;

}

.hidden-sidebar .sidebar-content .navigation-box li a:hover {
    color: var(--common_color);
}

.hidden-sidebar .sidebar-content .navigation-box li.current a {
    color: var(--common_color);
}

.hidden-sidebar .sidebar-content .navigation-box li+li {
    margin-top: 20px;
}

.hidden-sidebar .sidebar-content .navigation-box li .subnav-toggler {
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--common_color);
    font-size: 15px;
    padding: 0;
    margin-left: 5px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}

.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hidden-sidebar .sidebar-content .navigation-box li ul.sub-menu li a {
    color: black;
    font-size: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}

.hidden-sidebar .sidebar-content .social {
    margin-bottom: 20px;
}

.hidden-sidebar .sidebar-content .social a {
    display: inline-block;
    vertical-align: middle;
    color: black;
    font-size: 16px;
    line-height: 33px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
}

.hidden-sidebar .sidebar-content .social a:hover {
    color: var(--common_color);
}

.hidden-sidebar .sidebar-content .social a+a {
    margin-left: 10px;
}

.hidden-sidebar .sidebar-content p.copy-text {
    margin: 0;
    color: black;
    font-size: 15px;
}

.hidden-sidebar .sidebar-content p.copy-text i.fa-heart {
    color: var(--common_color);
}

/************************** 
* 7. footer styles 
***************************/

/* footer.site-footer.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
} */

.site-footer{
        background: #f4f4f4;
}
footer.site-footer .main-footer {
    padding-top: 95px;
    padding-bottom: 60px;
}

footer.site-footer .footer-widget h3,
footer.site-footer .footer-widget p,
footer.site-footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer.site-footer .footer-widget .title {
    margin-bottom: 25px;
}

footer.site-footer .footer-widget .title h3 {
    font-size: 18px;
    color: #262626;
    font-weight: 600;
    font-family: var(--myfont);
}

footer.site-footer .footer-widget p {
    font-size: 15px;
    color: #232323;
    line-height: 25px;
    font-family: var(--myfont);
}

footer.site-footer .footer-widget ul.links-list li {
    display: block;
    line-height: 1em;
}

footer.site-footer .footer-widget ul.links-list li+li {
    margin-top: 10px;
}

footer.site-footer .footer-widget ul.links-list li a {
    color: #232323;
    font-size: 15px;
    display: inline-block;
    line-height: 1em;
    font-weight: 400;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

footer.site-footer .footer-widget ul.links-list li a:hover {
    border-color: #D0D0D0;
}

footer.site-footer .footer-widget.about-widget {
    position: relative;
    bottom: 50px;
}

footer.site-footer .footer-widget.about-widget h3 {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--myfont);
    margin-top: 45px;
    margin-bottom: 20px;
}

footer.site-footer .footer-widget.subscribe-widget {
    padding: 35px 40px;
    background: #f6f6f6;
}

footer.site-footer .footer-widget.subscribe-widget h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--common_color);
    font-family: var(--myfont);
    line-height: 1em;
    margin-bottom: 15px;
}

footer.site-footer .footer-widget.subscribe-widget p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #888888;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form {
    position: relative;
    margin-top: 30px;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input,
footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button {
    border: none;
    outline: none;
    display: block;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input {
    width: 100%;
    height: 51px;
    border: 1px solid #e6e5e5;
    padding-left: 20px;
    font-size: 14px;
    color: #B2AFAF;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B2AFAF;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #B2AFAF;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #B2AFAF;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #B2AFAF;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 98px;
    height: 51px;
    background: var(--common_color);
    color: #fff;
    font-size: 14px;
}

footer.site-footer .footer-widget.subscribe-widget form.subscribe-form button:before {
    background: var(--common_green);
}

 .bottom-footer {
    border-top: 1px solid #e1e1e1;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
    text-align: center;
        background-image: linear-gradient(332deg, #6da945 30%, #113f74 11%);
}

.bottom-footer p {
    margin: 0;
    /* color: #555555; */
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.bottom-footer p a{ color:white!important}

/************************** 
* 8. award winning styles 
***************************/

.award-winning {
    background: #262626;
    border-bottom: 3px solid var(--common_color);
    padding: 35px 0;
}

.award-winning .title {
    padding-top: 25px;
}

.award-winning .title h3,
.award-winning .title p {
    margin: 0;
}

.award-winning .title h3 {
    font-family: var(--myfont);
    font-weight: 600;
    color: #FFFFFF;
    font-size: 32px;
}

.award-winning .title h3 span {
    color: var(--common_color);
    /* font-family: 'Playfair Display', serif; */
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
        background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.award-winning .title h3:after {
    display: inline-block;
    vertical-align: bottom;
    content: '';
    width: 38px;
    height: 2px;
    background: #FFFFFF;
    margin-left: 15px;
}

.award-winning .title p {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: .01em;
    margin-top: 8px;
}

.award-winning .img-box {
    position: relative;
}

.award-winning .img-box:before {
    content: '';
    width: 1px;
    height: 93px;
    background: #626161;
    position: absolute;
    left: 54%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/************************** 
* 9. brand styles 
***************************/

.brand-carousel-area {
    padding: 65px 0;
}

.brand-carousel-area .brand-carousel {
    text-align: center;
}

.brand-carousel-area .brand-carousel i {
    font-size: 150px;
    color: #888888;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.brand-carousel-area .brand-carousel i:hover {
    color: #000;
}

.brand-carousel-area .brand-carousel .owl-nav {
    display: none;
}

.brand-carousel-area.home-three {
    padding: 10px 0;
}

/************************** 
* 10. blog styles 
***************************/

.blog-style-one .single-blog-style-one .img-box {
    position: relative;
    overflow: hidden;
}

.blog-style-one .single-blog-style-one .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-style-one .single-blog-style-one .img-box>img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: sclae(1);
    transform: sclae(1);
}

.blog-style-one .single-blog-style-one .img-box:hover:after {
    opacity: .3;
}

.blog-style-one .single-blog-style-one .img-box:hover>img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.blog-style-one .single-blog-style-one .meta-info {
    margin-top: 23px;
    margin-bottom: 10px;
}

.blog-style-one .single-blog-style-one .meta-info a {
    color: #888888;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-style-one .single-blog-style-one .meta-info a:hover {
    color: var(--common_color);
}

.blog-style-one .single-blog-style-one .meta-info a+a {
    margin-left: 10px;
}

.blog-style-one .single-blog-style-one h3 {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    color: #262626;
    font-family: var(--myfont);
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 10px;
}

.blog-style-one .single-blog-style-one h3:hover {
    color: var(--common_color);
}

.blog-style-one .single-blog-style-one p {
    margin: 0;
    color: #888888;
    font-size: 16px;
    margin-bottom: 7px;
}

.blog-style-one .single-blog-style-one a.read-more {
    color: var(--common_color);
    font-family: var(--myfont);
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
    display: inline-block;
    vertical-align: baseline;
}

.blog-style-one .single-blog-style-one a.read-more i {
    margin-left: 4px;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 1px;
}

.blog-style-one .single-blog-style-one a.read-more:hover {
    margin-left: 5px;
}

.blog-style-one .blog-list-sidebar {
    border: 1px solid #E6E5E5;
    background: #fff;
}

.blog-style-one .blog-list-sidebar .single-blog-list {
    padding: 14px 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-style-one .blog-list-sidebar .single-blog-list+.single-blog-list {
    border-top: 1px solid #E6E5E5;
}

.blog-style-one .blog-list-sidebar .single-blog-list h3,
.blog-style-one .blog-list-sidebar .single-blog-list p {
    margin: 0;
}

.blog-style-one .blog-list-sidebar .single-blog-list h3 {
    color: #242424;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    font-family: var(--myfont);
}

.blog-style-one .blog-list-sidebar .single-blog-list p {
    color: #888888;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 4px;
    margin-top: 7px;
}

.blog-style-one .blog-list-sidebar .single-blog-list .cat-list a {
    font-size: 16px;
    color: #888888;
    line-height: 1em;
}

.blog-style-one .blog-list-sidebar .single-blog-list:hover {
    background: #262626;
}

.blog-style-one .blog-list-sidebar .single-blog-list:hover h3 {
    color: var(--common_color);
}

.blog-style-one .blog-list-sidebar .single-blog-list:hover p,
.blog-style-one .blog-list-sidebar .single-blog-list:hover .cat-list a {
    color: #F6F6F6;
}

.blog-style-one .blog-list-sidebar .btn-box {
    border-top: 1px solid #E6E5E5;
    padding: 16px 30px;
}

.blog-style-one .blog-list-sidebar .btn-box a {
    color: var(--common_color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--myfont);
    letter-spacing: .01em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-style-one .blog-list-sidebar .btn-box a:hover {
    color: var(--common_green);
}

.single-blog-style-two+.single-blog-style-two {
    margin-top: 60px;
}

.single-blog-style-two .img-box {
    position: relative;
    overflow: hidden;
}

.single-blog-style-two .img-box:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-blog-style-two .img-box>img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: sclae(1);
    transform: sclae(1);
}

.single-blog-style-two .img-box:hover:after {
    opacity: .3;
}

.single-blog-style-two .img-box:hover>img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.single-blog-style-two .text-box {
    background: #F8F8F8;
    padding: 0 30px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.single-blog-style-two .text-box h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    font-family: var(--myfont);
    color: #262626;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 1.25em;
}

.single-blog-style-two .text-box h3:hover {
    color: var(--common_color);
}

.single-blog-style-two .text-box .meta-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-blog-style-two .text-box .meta-info a {
    color: #555555;
    font-size: 15px;
    font-family: var(--myfont);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-blog-style-two .text-box .meta-info a:hover {
    color: var(--common_color);
}

.single-blog-style-two .text-box .meta-info a i {
    color: var(--common_color);
    font-size: 12px;
    margin-right: 4px;
}

.single-blog-style-two .text-box .meta-info a+a {
    margin-left: 13px;
}

.single-blog-style-two .text-box p {
    color: #555555;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.single-blog-style-two .text-box a.more {
    display: inline-block;
    width: 202px;
    height: 54px;
    text-align: center;
    color: #fff;
    font-family: var(--myfont);
    font-size: 16px;
    font-weight: 600;
    line-height: 54px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: var(--common_color);
    margin-top: 25px;
}

.single-blog-style-two .text-box a.more:before {
    background: var(--common_green);
}

.blog-post-pagination {
    margin-top: 60px;
}

.blog-post-pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    line-height: 38px;
    color: #262626;
    font-weight: 600;
    font-size: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #CCCBCB;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-post-pagination a+a {
    margin-left: 10px;
}

.blog-post-pagination a.active,
.blog-post-pagination a:hover {
    border-color: #888888;
    color: #fff;
    background: #888888;
}

.blog-details-page .single-blog-style-two .text-box h4 {
    margin: 0;
    color: #262626;
    font-weight: 500;
    font-size: 18px;
}

.blog-details-page .single-blog-style-two .text-box p {
    margin: 0;
}

.blog-details-page .tags-share-box {
    margin: 35px 0;
}

.blog-details-page .tags-share-box .tags-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-page .tags-share-box .tags-box ul li {
    display: inline-block;
}

.blog-details-page .tags-share-box .tags-box ul li+li {
    margin-left: 5px;
}

.blog-details-page .tags-share-box .tags-box ul li a,
.blog-details-page .tags-share-box .tags-box ul li span {
    display: block;
}

.blog-details-page .tags-share-box .tags-box ul li span {
    font-size: 15px;
    color: #262626;
    font-weight: 500;
    padding-right: 10px;
}

.blog-details-page .tags-share-box .tags-box ul li a {
    border-radius: 20px;
    border: 1px solid #262626;
    height: 40px;
    line-height: 40px;
    color: #514A47;
    font-size: 15px;
    text-align: center;
    padding: 0 25px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-details-page .tags-share-box .tags-box ul li a:hover {
    background: #262626;
    border-color: #262626;
    color: #fff;
}

.blog-details-page .tags-share-box .social {
    padding: 5px 0;
}

.blog-details-page .tags-share-box .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #3B5996;
    color: #fff;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
}

.blog-details-page .tags-share-box .social a+a {
    margin-left: 5px;
}

.blog-details-page .tags-share-box .social a.fa-twitter {
    background: #55ABEC;
}

.blog-details-page .tags-share-box .social a.fa-google-plus-g {
    background: #DC4A39;
}

.blog-details-page .tags-share-box .social a.fa-dribbble {
    background: #CC3498;
}

.blog-details-page .post-links {
    border: 1px solid #EBEBEF;
    border-left: 0;
    border-right: 0;
    padding: 19.5px 0;
    margin-bottom: 35px;
}

.blog-details-page .post-links a {
    font-size: 15px;
    color: #514A47;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-details-page .post-links a:hover {
    color: #262626;
}

.blog-details-page .post-links a.prev-post i {
    margin-right: 3px;
}

.blog-details-page .post-links a.next-post i {
    margin-left: 3px;
}

.blog-details-page .title-blog-details-page {
    margin-bottom: 30px;
}

.blog-details-page .title-blog-details-page h3 {
    margin: 0;
    color: #262626;
    font-size: 24px;
    font-family: var(--myfont);
    font-weight: 600;
}

.blog-details-page .title-blog-details-page h3 span {
    /* font-family: 'Playfair Display', serif; */
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
        background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-details-page .title-blog-details-page h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 15px;
    margin-top: 18px;
}

.blog-details-page .comment-box-wrapper {
    margin-bottom: 80px;
}

.blog-details-page .comment-box-wrapper .single-comment-box+.single-comment-box {
    margin-top: 30px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
    display: table-cell;
    vertical-align: top;
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box {
    width: 75px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .img-box>img {
    width: 100%;
    border-radius: 50%;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box {
    padding-left: 30px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box .inner {
    background: #F4F4FA;
    padding: 25px;
    position: relative;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3,
.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
    margin: 0;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box span.date {
    display: block;
    line-height: 1em;
    color: #514A47;
    font-weight: 500;
    font-size: 14px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box h3 {
    font-size: 18px;
    color: #150A33;
    font-weight: 600;
    font-family: var(--myfont);
    margin-bottom: 15px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box p {
    font-size: 15px;
    color: #514A47;
    line-height: 27px;
    margin-top: 15px;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    width: 82px;
    height: 35px;
    background: var(--common_color);
    border-radius: 17.5px;
    line-height: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-details-page .comment-box-wrapper .single-comment-box .text-box a.reply:hover {
    background: var(--common_green);
}

.blog-details-page .comment-box-wrapper .single-comment-box.second-level {
    padding-left: 100px;
}

.blog-details-page .comment-box-wrapper .single-comment-box.third-level {
    padding-left: 200px;
}

@media (max-width: 736px) {
    .blog-details-page .comment-box-wrapper .single-comment-box.second-level {
        padding-left: 0px;
    }
    .blog-details-page .comment-box-wrapper .single-comment-box.third-level {
        padding-left: 0px;
    }
}

.blog-details-page .comment-form {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.blog-details-page .comment-form [class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.blog-details-page .comment-form input,
.blog-details-page .comment-form textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 46px;
    border: 1px solid #E0E0E0;
    padding-left: 25px;
    display: block;
}

.blog-details-page .comment-form input.error,
.blog-details-page .comment-form textarea.error {
    background: rgba(255, 0, 0, 0.5);
}

.blog-details-page .comment-form label.error {
    display: none !important;
}

.blog-details-page .comment-form input {
    margin-bottom: 15px;
}

.blog-details-page .comment-form textarea {
    height: 116px;
    margin-top: 0px;
    padding-top: 10px;
    margin-bottom: 15px;
}

.blog-details-page .comment-form button.thm-btn {
    border: none;
    outline: none;
    width: 202px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: var(--common_color);
    font-size: 16px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-family: var(--myfont);
    font-weight: 600;
}

.blog-details-page .comment-form button.thm-btn:before {
    background: var(--common_green);
}

/************************** 
* 11. testimonials styles 
***************************/

.testimonials-style-one {
    padding-bottom: 125px;
}

.testimonials-style-one .sec-title {
    margin-bottom: 70px;
}

.single-testimonials-style-one {
    background: #F5F5F5;
    position: relative;
    padding-left: 55px;
    padding-top: 50px;
    padding-bottom: 45px;
    margin-bottom: 100px;
}

.single-testimonials-style-one h3,
.single-testimonials-style-one p {
    margin: 0;
}

.single-testimonials-style-one h3 {
    font-size: 20px;
    font-family: var(--myfont);
    color: var(--common_green);
    font-weight: 600;
    margin-bottom: 15px;
}

.single-testimonials-style-one p {
    font-size: 15px;
    line-height: 27px;
    color: #545454;
    width: 83%;
}

.single-testimonials-style-one img.qoute-img {
    position: absolute;
    top: 25px;
    right: 35px;
    width: auto;
}

.single-testimonials-style-one .name-box {
    position: absolute;
    bottom: -100px;
    left: 55px;
}

.single-testimonials-style-one .name-box .img-box,
.single-testimonials-style-one .name-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.single-testimonials-style-one .name-box .img-box {
    width: 70px;
    border-radius: 50%;
}

.single-testimonials-style-one .name-box .img-box img {
    width: 100%;
    border-radius: 50%;
}

.single-testimonials-style-one .name-box .text-box {
    padding-left: 15px;
}

.single-testimonials-style-one .name-box .text-box h4 {
    margin: 0;
    color: #545454;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--myfont);
}

.single-testimonials-style-one .name-box .text-box span {
    font-size: 16px;
    color: #545454;
}

.testimonials-style-one-carousel .owl-nav {
    margin: 0;
}

.testimonials-style-one-carousel .owl-nav [class*=owl-] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #DDDDDD;
    color: #888888;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 28px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonials-style-one-carousel .owl-nav [class*=owl-]:hover {
    background: var(--common_color);
}

.testimonials-style-one-carousel .owl-nav .owl-prev {
    left: -14px;
}

.testimonials-style-one-carousel .owl-nav .owl-next {
    right: -14px;
}

.single-testimonial-style-two .inner {
    background: transparent; /* मूळ कार्डचे बॅकग्राउंड पारदर्शक करा */
    position: relative;
    z-index: 1;
    padding: 20px;
    /* clip-path काढून टाका */
}

/* Clip path ने कट होणारे बॅकग्राउंड Pseudo element वर ठेवा */
.single-testimonial-style-two .inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222121;
    clip-path: polygon(0% 0%, 90% 0, 100% 12%, 100% 100%, 0% 100%); /*[cite: 5] */
    z-index: -1;
}

/* आता तुमचा Bolt / Circle ओवरलॅप होईल आणि हाइड होणार नाही */
.single-testimonial-style-two .bolt-circle {
    position: absolute;
    z-index: 2; /* कट झालेल्या बॅकग्राउंडच्या वर दिसेल */
}

.single-testimonial-style-two p {
    position: relative;
    color: #E7E9EA;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    height: 193px;
    overflow: hidden;
}

.single-testimonial-style-two p i.fas {
    color: var(--common_color);
    font-size: 17px;
    position: absolute;
}

.single-testimonial-style-two p i.fa-quote-left {
    top: 0;
    left: 0;
}

.single-testimonial-style-two p i.fa-quote-right {
    bottom: 0;
    right: 0;
}

.single-testimonial-style-two .client-info-box {
    margin-top: 15px;
        margin-bottom: 15px;

}

.single-testimonial-style-two .client-info-box .img-box,
.single-testimonial-style-two .client-info-box .text-box {
    display: table-cell;
    vertical-align: middle;
}

.single-testimonial-style-two .client-info-box .img-box {
    width: 75px;
}

.single-testimonial-style-two .client-info-box .img-box>img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    width: 75px;
    height: 75px;


}

.single-testimonial-style-two .client-info-box .text-box {
    padding-left: 15px;
}

.single-testimonial-style-two .client-info-box .text-box h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--myfont);
    
}

.single-testimonial-style-two .client-info-box .text-box p {
    margin: 0;
    color: var(--common_green);
    font-size: 16px;
    padding: 0;
    font-weight: 900;
}

.testimonials-style-two-carousel .owl-stage-outer:before,
.testimonials-style-two-carousel .owl-stage-outer:after {
    content: '';
    width: 1px;
    height: calc(100% - 0px);
    position: absolute;
    top: 0;
    background: #403F3F;
    z-index: -1;
}

.testimonials-style-two-carousel .owl-stage-outer:before {
    left: 31.83%;
}

.testimonials-style-two-carousel .owl-stage-outer:after {
    right: 31.83%;
}

.testimonials-style-two-carousel .owl-dots {
    margin-top: 60px;
    display: none !important;
}

.testimonials-style-two-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #3396EC;
}

.testimonials-style-two-carousel .owl-dots .owl-dot.active span,
.testimonials-style-two-carousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFFFFF;
}

.testimonials-style-two-carousel .owl-nav {
    margin-top: 40px;
    display: none;
}

.testimonials-style-two-carousel .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 0;
    border-radius: 50%;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.testimonials-style-two-carousel .owl-nav [class*="owl-"]:hover {
    background: #147DD8;
    color: #fff;
}

.testimonials-style-two {
    padding: 110px 0;
    background: #262626 url(../img/testi-2-bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.testimonials-style-two .sec-title {
    margin-bottom: 90px;
}

.testimonials-style-three {
    padding-top: 225px;
    padding-bottom: 110px;
    background: #000 url(../img/testi-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
}

.testimonials-style-three:before {
    content: '';
    background: #361201;
    opacity: .65;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}

.testimonials-style-three .container {
    position: relative;
    z-index: 10;
    max-width: 930px;
}

.testimonials-style-three .sec-title {
    margin-bottom: 0;
    padding-left: 202px;
    margin-bottom: 30px;
}

.testimonials-style-three .single-testimonials-style-three .img-box,
.testimonials-style-three .single-testimonials-style-three .text-box {
    display: table-cell;
    vertical-align: top;
}

.testimonials-style-three .single-testimonials-style-three .img-box {
    width: 102px;
}

.testimonials-style-three .single-testimonials-style-three .img-box>img {
    width: 100%;
    border-radius: 50%;
    margin-top: 4px;
}

.testimonials-style-three .single-testimonials-style-three .text-box {
    padding-left: 100px;
    position: relative;
    padding-bottom: 10px;
}

.testimonials-style-three .single-testimonials-style-three .text-box p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}

.testimonials-style-three .single-testimonials-style-three .text-box .client-name {
    margin-top: 30px;
    text-align: right;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.testimonials-style-three .single-testimonials-style-three .text-box .client-name span {
    color: var(--common_color);
}

.testimonials-style-three .single-testimonials-style-three .text-box:after {
    content: '';
    width: 48px;
    height: 39px;
    background: transparent url(../img/testi-quote-1-1.png) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    left: 100px;
}

.testimonials-style-three .single-testimonials-style-three .text-box:before {
    content: '';
    width: 2px;
    height: 107px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 50px;
}

.testimonials-style-three-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: -75px;
    right: 0;
}

.testimonials-style-three-carousel .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    border-radius: 0;
    background: transparent;
    color: #ffff;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 41px;
    border: 2px solid #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.testimonials-style-three-carousel .owl-nav [class*=owl-]:hover {
    border-color: var(--common_color);
    background: var(--common_color);
}

.testimonials-style-three-carousel .owl-nav [class*=owl-next] {
    margin-left: 10px;
}

.testimonials-style-four {
    padding-bottom: 60px;
}

.testimonials-style-four .sec-title {
    margin-bottom: 55px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
}

.testimonials-style-four .sec-title p {
    font-size: 18px;
    line-height: 28px;
    color: #545454;
    padding-left: 0px;
    padding-top: 7px;
}

.testimonials-style-four .single-testimonial-style-four {
    margin-bottom: 60px;
}

.testimonials-style-four .single-testimonial-style-four .top-box {
    position: relative;
}

.testimonials-style-four .single-testimonial-style-four .top-box i.qoute-icon {
    color: #000000;
    font-size: 35px;
    position: absolute;
    top: 0;
    right: 20px;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.testimonials-style-four .single-testimonial-style-four .top-box .text-box h3 {
    margin: 0;
    color: var(--common_green);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--myfont);
    margin-bottom: 5px;
}

.testimonials-style-four .single-testimonial-style-four .top-box .text-box h4 {
    margin: 0;
    color: #878787;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.testimonials-style-four .single-testimonial-style-four .content-box {
    padding-top: 25px;
}

.testimonials-style-four .single-testimonial-style-four .content-box p {
    color: #73777C;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: .025em;
    font-family: 'Rubik';
    margin: 0;
}

.testimonials-style-four .single-testimonial-style-four .content-box .stars {
    margin-top: 20px;
}

.testimonials-style-four .single-testimonial-style-four .content-box .stars i {
    color: #FD5912;
    font-size: 15px;
}

.testimonials-style-four .single-testimonial-style-four .content-box .stars i+i {
    margin-left: 5px;
}

/************************** 
* 12. rqa styles 
***************************/

.rqa-box {
        background: var(--common_color);
      padding: 45px 30px;
          clip-path: polygon(0% 0%, 86% 0, 100% 13%, 100% 100%, 0% 100%);
}
.rqa-box input  {
        width: 100%!important;
    height: 52px!important;
    outline: 0!important;
    padding: 0 25px!important;
    color: var(--rs-white)!important;
    border-radius: 2px!important;
    border: 1px solid rgba(255, 255, 255, 0.3)!important;
    background: rgba(255, 255, 255, 0.1)!important;
}
.rqa-box  textarea {
        width: 100%!important;
   height: 121px;
    outline: 0!important;
    color: var(--rs-white)!important;
    border-radius: 2px!important;
    border: 1px solid rgba(255, 255, 255, 0.3)!important;
    background: rgba(255, 255, 255, 0.1)!important;
}

.hvr-sweep-to-right{
    font-size: 18px;
    text-transform: capitalize;
    color: white!important;;
    display: inline-flex!important;;
    align-items: center;
    justify-content: center!important;;
    padding: 15px 35px!important;;
  border-radius: 12px !important;
    height: 57px !important;
    transition: all 0.3s linear!important;;
    /* border-radius: 2px!important; */
    font-weight: 500!important;;
    position: relative;
    z-index: 1;
    overflow: hidden!important;;
    background:#fe8400 !important;
}

.rqa-box h3,
.rqa-box p {
    margin: 0;
}

.rqa-box h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    font-family: var(--myfont);
}

.rqa-box h3 span {
    color: var(--common_color);
    /* font-family: 'Playfair Display', serif; */
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
        background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rqa-box h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    margin-top: 7px;
    background: #fff;
    margin-left: 15px;
}

.rqa-box p {
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 15px;
}

.rqa-box form.rqa-form {
    margin-top: 20px;
}

.rqa-box form.rqa-form input,
.rqa-box form.rqa-form textarea {
    width: 100%;
    height: 42px;
    color: #B1B1B1;
    font-size: 16px;
    padding-left: 20px;
    display: block;
}

.rqa-box form.rqa-form input::-webkit-input-placeholder,
.rqa-box form.rqa-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B1B1B1;
}

.rqa-box form.rqa-form input::-moz-placeholder,
.rqa-box form.rqa-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #B1B1B1;
}

.rqa-box form.rqa-form input:-ms-input-placeholder,
.rqa-box form.rqa-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #B1B1B1;
}

.rqa-box form.rqa-form input:-moz-placeholder,
.rqa-box form.rqa-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #B1B1B1;
}

.rqa-box form.rqa-form input+input {
    margin-top: 8px;
}

.rqa-box form.rqa-form textarea {
    height: 121px;
    margin-top: 8px;
    margin-bottom: 25px;
    padding-top: 10px;
}

.rqa-box form.rqa-form button {
    display: inline-block;
    width: 172px;
    height: 44px;
    border: none;
    outline: none;
    background: var(--common_color);
    color: #FFFFFF;
    font-size: 16px;
    font-family: var(--myfont);
    font-weight: 600;
    line-height: 44px;
}

.rqa-box form.rqa-form button i {
    margin-left: 4px;
}

.rqa-box form.rqa-form button:before {
    background: #fff;
}

.rqa-box form.rqa-form button:hover {
    color: var(--common_green) !important;
}

/************************** 
* 13. faq styles 
***************************/

.faq-style-one .sec-title {
    padding-top: 25px;
    margin-bottom: 45px;
}

.faq-style-one .accrodion-grp {
    background: #F6F6F6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-style-one .accrodion-grp .accrodion {
    padding-left: 25px;
    padding-right: 25px;
}

.faq-style-one .accrodion-grp .accrodion+.accrodion .accrodion-title {
    border-top: 1px solid #e1e1e1;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title {
    padding: 22px 0;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
    margin: 0;
    position: relative;
    font-size: 18px;
    color: #262626;
    font-weight: 600;
    font-family: var(--myfont);
}

/* .faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before {
    content: "\f063";
    font-family: 'Font Awesome 5 Free';
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 900;
    width: 25px;
    height: 25px;
    line-height: 21px;
    border-radius: 50%;
    border: 2px solid #999999;
    text-align: center;
} */

.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
    padding-bottom: 20px;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 {
    color: var(--common_color);
}

/* .faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
    content: "\f062";
    font-weight: 900;
    color: #262626;
    border-color: #262626;
} */

.faq-style-one a.more-info {
    color: var(--common_color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--myfont);
    letter-spacing: .01em;
    display: inline-block;
    margin-top: 35px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: 0;
}

.faq-style-one a.more-info:hover {
    margin-left: 10px;
}

/************************** 
* 14. team styles 
***************************/

.single-team-style-one .img-box {
    position: relative;
}

.single-team-style-one .img-box>img {
    position: relative;
    z-index: 3;
}

.single-team-style-one .img-box .name-box {
    width: 90%;
    position: absolute;
    bottom: 65px;
}

.single-team-style-one .img-box .name-box .inner {
    background: var(--common_color);
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    font-family: var(--myfont);
    padding: 17px 0;
    z-index: 4;
    position: relative;
}

.single-team-style-one .img-box .name-box:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 58px;
    height: 51px;
    background: transparent url(../img/team-tri-shape.png) 0 0 no-repeat;
    margin-top: -2px;
    z-index: 1;
}

.single-team-style-one .text-box p {
    margin: 0;
    color: #888888;
    font-size: 16px;
    margin-top: 19px;
}

.single-team-style-one .text-box .social {
    margin-top: 5px;
}

.single-team-style-one .text-box .social a {
    color: #262626;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-team-style-one .text-box .social a:hover {
    color: var(--common_color);
}

.single-team-style-one .text-box .social a+a {
    margin-left: 11px;
}

.team-style-one .sec-title {
    margin-bottom: 85px;
}

.team-page {
    padding-bottom: 75px;
}

.team-page .single-team-style-one {
    margin-bottom: 50px;
}

.single-team-style-two {
    text-align: center;
}

.single-team-style-two .img-box {
    width: 185px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.single-team-style-two .img-box .social {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(254, 90, 14, 0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-team-style-two .img-box .social .inner {
    text-align: center;
    width: 100%;
}

.single-team-style-two .img-box .social a {
    font-size: 16px;
    color: #fff;
}

.single-team-style-two .img-box .social a+a {
    margin-left: 10px;
}

.single-team-style-two .img-box>img {
    border-radius: 50%;
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-team-style-two .img-box:hover>img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.single-team-style-two .img-box:hover .social {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-team-style-two .text-box h3,
.single-team-style-two .text-box p {
    margin: 0;
}

.single-team-style-two .text-box h3 {
    color: #262626;
    font-family: var(--myfont);
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

.single-team-style-two .text-box p {
    font-size: 16px;
    color: #888888;
    margin-top: 5px;
}

.team-style-two .sec-title {
    margin-bottom: 75px;
}

.team-style-two-carousel .owl-nav [class*=owl-] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #DDDDDD;
    color: #888888;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 28px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-style-two-carousel .owl-nav [class*=owl-]:hover {
    background: var(--common_color);
}

.team-style-two-carousel .owl-nav .owl-prev {
    left: -14px;
}

.team-style-two-carousel .owl-nav .owl-next {
    right: -14px;
}

/************************** 
* 15. features styles 
***************************/

.feature-style-one [class*=col-md]:nth-child(1) {
    background: #F6F6F6;
    padding: 0;
}

.feature-style-one [class*=col-md]:nth-child(2) {
    background: var(--common_color);
    padding: 0;
}

.feature-style-one [class*=col-md]:nth-child(3) {
    background: #262626;
    padding: 0;
}

.feature-style-one.overlapped-top {
    margin-top: -85.5px;
    position: relative;
    z-index: 20;
}

.feature-style-one.overlapped-bottom {
    margin-bottom: -85.5px;
    position: relative;
    z-index: 20;
}

.feature-style-one .single-feature-style-one {
    padding: 41px 25px;
}

.feature-style-one .single-feature-style-one .icon-box,
.feature-style-one .single-feature-style-one .text-box {
    display: table-cell;
    vertical-align: middle;
}

.feature-style-one .single-feature-style-one .icon-box {
    width: 60px;
}

.feature-style-one .single-feature-style-one .icon-box i {
    color: #000000;
    font-size: 60px;
}

.feature-style-one .single-feature-style-one .text-box {
    padding-left: 20px;
}

.feature-style-one .single-feature-style-one .text-box h3,
.feature-style-one .single-feature-style-one .text-box p {
    margin: 0;
}

.feature-style-one .single-feature-style-one .text-box h3 {
    font-size: 21px;
    font-family: var(--myfont);
    font-weight: 600;
    color: #262626;
}

.feature-style-one .single-feature-style-one .text-box p {
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-top: 15px;
}

.feature-style-one .single-feature-style-one.light .icon-box i {
    color: #fff;
}

.feature-style-one .single-feature-style-one.light .text-box h3,
.feature-style-one .single-feature-style-one.light .text-box p {
    color: #fff;
}

.features-style-two {
    padding-bottom: 120px;
}

.single-features-style-two {
    border: 1px solid #E8E8E8;
    text-align: center;
    min-height: 306px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-features-style-two .inner {
    width: 100%;
}

.single-features-style-two i {
    font-size: 53px;
    color: #262626;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-features-style-two h3,
.single-features-style-two p {
    margin: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-features-style-two h3 {
    font-size: 22px;
    line-height: 27px;
    color: var(--common_green);
    font-family: var(--myfont);
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-top: 18px;
    margin-bottom: 10px;
}

.single-features-style-two p {
    font-size: 15px;
    line-height: 27px;
    color: #545454;
    width: 73%;
    margin-left: auto;
    margin-right: auto;
}

.single-features-style-two:before {
    background: var(--common_color);
}

.single-features-style-two:hover h3,
.single-features-style-two:hover p,
.single-features-style-two:hover i {
    color: #fff;
}

/************************** 
* 16. contact styles 
***************************/

#contact-google-map {
    width: 100%;
    height: 423px;
}

.contact-info-style-one {
    background: #262626;
    border-bottom: 3px solid var(--common_color);
    padding: 50px 0;
}

.contact-info-style-one .title h3,
.contact-info-style-one .title p {
    margin: 0;
}

.contact-info-style-one .title h3 {
    font-family: var(--myfont);
    font-weight: 600;
    color: #FFFFFF;
    font-size: 32px;
}

.contact-info-style-one .title h3 span {
    color: var(--common_color);
    /* font-family: 'Playfair Display', serif; */
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
        background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-info-style-one .title h3:after {
    display: inline-block;
    vertical-align: bottom;
    content: '';
    width: 38px;
    height: 2px;
    background: #FFFFFF;
    margin-left: 15px;
}

.contact-info-style-one .title p {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    letter-spacing: .01em;
    margin-top: 8px;
}

.contact-info-style-one .contact-infos {
    padding: 21px 0;
    padding-left: 70px;
}

.contact-info-style-one .contact-infos .single-contact-infos {
    display: inline-block;
    vertical-align: middle;
}

.contact-info-style-one .contact-infos .single-contact-infos+.single-contact-infos {
    margin-left: 65px;
}

.contact-info-style-one .contact-infos .single-contact-infos .icon-box,
.contact-info-style-one .contact-infos .single-contact-infos .text-box {
    display: table-cell;
    vertical-align: middle;
}

.contact-info-style-one .contact-infos .single-contact-infos .icon-box {
    width: 33px;
}

.contact-info-style-one .contact-infos .single-contact-infos .icon-box i {
    font-size: 33px;
    color: #ffffff;
}

.contact-info-style-one .contact-infos .single-contact-infos .text-box {
    padding-left: 20px;
}

.contact-info-style-one .contact-infos .single-contact-infos .text-box h3,
.contact-info-style-one .contact-infos .single-contact-infos .text-box p {
    margin: 0;
}

.contact-info-style-one .contact-infos .single-contact-infos .text-box h3 {
    font-size: 28px;
    font-family: var(--myfont);
    color: var(--common_color);
    font-weight: 600;
}

.contact-info-style-one .contact-infos .single-contact-infos .text-box p {
    font-size: 18px;
    font-family: var(--myfont);
    color: #FFFFFF;
}

.contact-page #contact-page-google-map {
    width: 100%;
    height: 495px;
}

.contact-page form.contact-form h3 {
    margin: 0;
    font-size: 24px;
    color: #262626;
    font-family: var(--myfont);
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 10px;
}

.contact-page form.contact-form input,
.contact-page form.contact-form textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 45px;
    color: #888888;
    font-size: 16px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    background: #F6F6F6;
    margin-bottom: 25px;
}

.contact-page form.contact-form input::-webkit-input-placeholder,
.contact-page form.contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888888;
}

.contact-page form.contact-form input::-moz-placeholder,
.contact-page form.contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #888888;
}

.contact-page form.contact-form input:-ms-input-placeholder,
.contact-page form.contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #888888;
}

.contact-page form.contact-form input:-moz-placeholder,
.contact-page form.contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
}

.contact-page form.contact-form input.error,
.contact-page form.contact-form textarea.error {
    background: rgba(255, 0, 0, 0.6);
    color: #fff;
}

.contact-page form.contact-form input.error::-webkit-input-placeholder,
.contact-page form.contact-form textarea.error::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.contact-page form.contact-form input.error::-moz-placeholder,
.contact-page form.contact-form textarea.error::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.contact-page form.contact-form input.error:-ms-input-placeholder,
.contact-page form.contact-form textarea.error:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.contact-page form.contact-form input.error:-moz-placeholder,
.contact-page form.contact-form textarea.error:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.contact-page form.contact-form textarea {
    height: 144px;
    margin-bottom: 25px;
    padding-top: 15px;
}

.contact-page form.contact-form label.error {
    display: none !important;
}

.contact-page form.contact-form button {
    display: inline-block;
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    background: var(--common_color);
    color: #FFFFFF;
    font-size: 16px;
    font-family: var(--myfont);
    font-weight: 600;
    line-height: 45px;
}

.contact-page form.contact-form button:before {
    background: var(--common_green);
}

.contact-info-style-two {
    background: #000 url(../img/project-video-box-bg.jpg) center center no-repeat;
    background-size: cover;
}

.contact-info-style-two .left-content {
    position: relative;
    max-width: 670px;
    margin-left: auto;
}

.contact-info-style-two .left-content:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100000px;
    background: var(--common_color);
    opacity: .85;
}

.contact-info-style-two .left-content .inner {
    position: relative;
    z-index: 10;
    padding: 110px 0;
    padding-right: 95px;
}

.contact-info-style-two .left-content .inner h3,
.contact-info-style-two .left-content .inner p {
    margin: 0;
}

.contact-info-style-two .left-content .inner h3 {
    font-size: 36px;
    line-height: 44px;
    font-family: var(--myfont);
    font-weight: 600;
    color: #FFFFFF;
}

.contact-info-style-two .left-content .inner p {
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: 25px;
}

.contact-info-style-two .left-content .inner h4 {
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--myfont);
    margin-top: 25px;
}

.contact-info-style-two .left-content .inner .social {
    margin-top: 25px;
}

.contact-info-style-two .left-content .inner .social a {
    font-size: 36px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.contact-info-style-two .left-content .inner .social a:hover {
    color: #262626;
}

.contact-info-style-two .left-content .inner .social a+a {
    margin-left: 16px;
}

.contact-info-style-two .right-video-box {
    text-align: center;
    min-height: 593px;
}

.contact-info-style-two .right-video-box a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--myfont);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contact-info-style-two .right-video-box a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 10px;
}

/************************** 
* 17. inner banner styles 
***************************/

.inner-banner {
    text-align: center;
    padding-top: 105px;
    padding-bottom: 50px;
    background: #000 url(../img/inner-banner-1-1.jpg) center center no-repeat;
    background-size: cover;
}

.inner-banner h3,
.inner-banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner-banner h3 {
    font-size: 36px;
    font-family: var(--myfont);
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.inner-banner ul.breadcumb li {
    display: inline-block;
    vertical-align: middle;
}

.inner-banner ul.breadcumb a,
.inner-banner ul.breadcumb span {
    color: var(--common_color);
    font-size: 18px;
}

.inner-banner ul.breadcumb span.sep {
    margin-left: 10px;
    margin-right: 10px;
    color: var(--common_color);
}

.inner-banner ul.breadcumb span {
    color: #fff;
}

/************************** 
* 18. error 404 styles 
***************************/

.error-404 {
    text-align: center;
    background: #000 url(../img/404-bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

@media (max-height: 600px) {
    .error-404 {
        height: 600px;
    }
}

.error-404:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: .8;
}

.error-404 .box {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 10;
}

.error-404 .box .content {
    display: table-cell;
    vertical-align: middle;
}

.error-404 .box .content h3,
.error-404 .box .content p {
    margin: 0;
}

.error-404 .box .content h3 {
    font-size: 80px;
    color: var(--common_color);
    font-weight: 600;
    font-family: var(--myfont);
}

.error-404 .box .content p {
    font-size: 36px;
    color: #FFFFFF;
    margin-top: 30px;
}

.error-404 .logo {
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 12;
}

.error-404 .copy-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.error-404 .copy-text .inner {
    position: relative;
    z-index: 11;
    font-size: 15px;
    color: #fff;
    padding: 35px 0;
}

.error-404 .copy-text:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    background: var(--common_color);
    width: 100000px;
    height: 100%;
}

/************************** 
* 19. coming soon styles 
***************************/

.coming-soon-block {
    text-align: center;
    background: #000 url(../img/404-bg.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
}

@media (max-height: 1000px) {
    .coming-soon-block {
        height: 1000px;
    }
}

.coming-soon-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: .8;
}

.coming-soon-block .box {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    z-index: 10;
}

.coming-soon-block .box .content {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.coming-soon-block .box .content h3,
.coming-soon-block .box .content p {
    margin: 0;
}

.coming-soon-block .box .content h3 {
    font-size: 80px;
    color: #FFFFFF;
    font-weight: 600;
    font-family: var(--myfont);
    margin-bottom: 20px;
}

.coming-soon-block .box .content h3 span {
    /* font-family: 'Playfair Display', serif; */
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
        background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.coming-soon-block .box .content p {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 80px;
}

.coming-soon-block .box .content ul.countdown-box {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -65px;
}

.coming-soon-block .box .content ul.countdown-box li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 65px;
}

.coming-soon-block .box .content ul.countdown-box li .box {
    text-align: center;
}

.coming-soon-block .box .content ul.countdown-box li .box h4 {
    margin: 0;
    color: var(--common_color);
    font-size: 40px;
    font-family: var(--myfont);
    font-weight: 600;
    line-height: 1em;
    display: block;
}

.coming-soon-block .box .content ul.countdown-box li .box span {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1em;
    display: block;
    margin-top: 14px;
}

.coming-soon-block .box .content .btn-box {
    margin-top: 90px;
}

.coming-soon-block .box .content .btn-box a {
    display: inline-block;
    vertical-align: middle;
    background: var(--common_color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--myfont);
    color: #fff;
    width: 205px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.coming-soon-block .box .content .btn-box a:before {
    background: var(--common_green);
}

.coming-soon-block .box .content .btn-box a.style-two {
    margin-left: 45px;
    background: #fff;
    color: #262626;
}

.coming-soon-block .box .content .btn-box a.style-two:before {
    background: var(--common_green);
}

.coming-soon-block .box .content .btn-box a.style-two:hover {
    color: #fff;
}

.coming-soon-block .logo {
    position: absolute;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 12;
}

@media (max-height: 1000px) {
    .coming-soon-block .logo {
        top: 50px;
    }
}

.coming-soon-block .copy-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}

.coming-soon-block .copy-text .inner {
    position: relative;
    z-index: 11;
    font-size: 15px;
    color: #fff;
    padding: 35px 0;
}

.coming-soon-block .copy-text:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    background: var(--common_color);
    width: 100000px;
    height: 100%;
}

/************************** 
* 20. portfolio styles 
***************************/

.portfolio-style-two {
    padding-bottom: 90px;
}

.portfolio-style-two .sec-title {
    margin-bottom: 70px;
}

.portfolio-style-two .gallery-filter {
    margin-bottom: 60px;
}

.portfolio-style-two .gallery-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border-top: 1px solid #e3dfdf;
}

.portfolio-style-two .gallery-filter ul li {
    display: inline-block;
    vertical-align: middle;
}

.portfolio-style-two .gallery-filter ul li span {
    display: block;
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--myfont);
    cursor: pointer;
    line-height: 25px;
    position: relative;
    padding: 17px 37px;
}

.portfolio-style-two .gallery-filter ul li span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--common_color);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio-style-two .gallery-filter ul li span i {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.portfolio-style-two .gallery-filter ul li.active span {
    color: var(--common_color);
}

.portfolio-style-two .gallery-filter ul li.active span:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portfolio-style-two .single-portfolio-style-two {
    margin-bottom: 35px;
}

.portfolio-style-two .single-portfolio-style-two .img-box {
    position: relative;
}

.portfolio-style-two .single-portfolio-style-two .img-box>img {
    width: 100%;
}

.portfolio-style-two .single-portfolio-style-two .img-box .overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    text-align: center;
    background: #262626;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio-style-two .single-portfolio-style-two .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.portfolio-style-two .single-portfolio-style-two .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}

.portfolio-style-two .single-portfolio-style-two .img-box .overlay .box .content span {
    color: var(--common_color);
    font-size: 14px;
}

.portfolio-style-two .single-portfolio-style-two .img-box .overlay .box .content h3 {
    font-family: var(--myfont);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 7px;
}

.portfolio-style-two .single-portfolio-style-two .img-box .overlay .box .content a.img-popup {
    color: var(--common_color);
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.portfolio-style-two .single-portfolio-style-two:hover .img-box .overlay {
    opacity: 1;
}

.portfolio-style-two.full-width {
    overflow: hidden;
}

.portfolio-style-two.full-width .container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
}

.portfolio-style-two.full-width .single-portfolio-style-two {
    margin-bottom: 0;
}

.portfolio-style-two.no-gutter .row {
    margin: 0;
}

.portfolio-style-two.no-gutter [class*=col-] {
    padding: 0;
}

.project-details {
    padding: 125px 0;
}

.project-details .project-details-content {
    padding-top: 50px;
    padding-left: 45px;
    padding-right: 70px;
}

.project-details .project-details-content h3,
.project-details .project-details-content p {
    margin: 0;
}

.project-details .project-details-content h3 {
    color: var(--common_green);
    font-size: 30px;
    font-weight: 600;
    font-family: var(--myfont);
}

.project-details .project-details-content p {
    font-size: 15px;
    line-height: 27px;
    color: #878787;
}

.project-details .project-details-content .starts i {
    color: #FF5D17;
    font-size: 18px;
}

.project-details .project-details-content .starts i+i {
    margin-left: 6px;
}

.project-details .project-details-content ul.meta-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-details .project-details-content ul.meta-info li {
    color: #878787;
    font-size: 15px;
}

.project-details .project-details-content ul.meta-info li+li {
    margin-top: 7px;
}

.project-details .project-details-content ul.meta-info li i {
    color: #FF5D17;
    font-size: 12px;
    margin-right: 5px;
}

.project-details .project-details-content ul.meta-info li span {
    color: var(--common_green);
    font-size: 15px;
    font-family: var(--myfont);
    font-weight: 500;
    margin-right: 5px;
}

/************************** 
* 21. services styles 
***************************/

.single-service-style-one {
    text-align: center;
    overflow: hidden;
    position:relative;
}

.single-service-style-one .front {
    min-height: 170px;
    background: #F6F6F6;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.single-service-style-one .front .inner-content {
    width: 100%;
}

.single-service-style-one .front i {
    font-size: 56px;
    color: var(--common_color);
}

.single-service-style-one .front h3 {
    font-size: 17px;
    letter-spacing: .01em;
    font-weight: 500;
    font-family: var(--myfont);
    color: #262626;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 18px;
    line-height: 1.25em;
}

.single-service-style-one .back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-bottom: 3px solid var(--common_color);
    background: #1B1B1B;
    padding-top: 30px;
    padding-bottom: 30px;
}

.single-service-style-one .back h3 {
    margin: 0;
    color: var(--common_color);
    font-size: 20px;
    font-family: var(--myfont);
    font-weight: 600;
    margin-bottom: 15px;
}

.single-service-style-one .back p {
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 83%;
    line-height: 1.2em;
}

/* .single-service-style-one:hover .front {
    -webkit-transform: scale(0);
    transform: scale(0);
} */





.image-overlay-container {
  position: relative;
  width: 100%;
  max-width: 400px; /* तुम्ही हवे तर बदलू शकता */
  overflow: hidden;
}

.industriesimg {
  width: 100%;
  height: auto;
  display: block;
    /* clip-path: polygon(0% 0%, 78% 0, 100% 18%, 100% 100%, 0% 100%); */
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.3);  */
  z-index: 1;
    /* clip-path: polygon(0% 0%, 78% 0, 100% 18%, 100% 100%, 0% 100%); */
    border-radius: 10px;

}

.overlay-text {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
  padding: 10px;
}

/* Responsive font size */
@media (max-width: 700px) {
 .brand-carousel-area {
    padding: 20px 0;
}
}









.single-service-style-one:hover .back {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.service-carousel-one .owl-nav [class*=owl-] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #DDDDDD;
    color: #888888;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 28px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-carousel-one .owl-nav [class*=owl-]:hover {
    background: var(--common_color);
}

.service-carousel-one .owl-nav .owl-prev {
    left: -14px;
}

.service-carousel-one .owl-nav .owl-next {
    right: -14px;
}




.service-carousel-one1 .owl-nav [class*=owl-] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #DDDDDD;
    color: #888888;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 28px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-carousel-one1 .owl-nav [class*=owl-]:hover {
    background: var(--common_color);
}

.service-carousel-one1 .owl-nav .owl-prev {
    left: -14px;
}

.service-carousel-one1 .owl-nav .owl-next {
    right: -14px;
}



.single-service-style-two {
    overflow: hidden;
    position: relative;
}

.single-service-style-two .img-box>img {
    width: 100%;
}

.single-service-style-two .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 50px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.single-service-style-two .overlay .icon-box,
.single-service-style-two .overlay .text-box {
    display: table-cell;
    vertical-align: middle;
}

.single-service-style-two .overlay .icon-box {
    width: 41px;
}

.single-service-style-two .overlay .icon-box i {
    color: var(--common_color);
    font-size: 41px;
    line-height: 1em;
    display: block;
    position: relative;
    top: 5px;
}

.single-service-style-two .overlay .text-box {
    padding-left: 15px;
}

.single-service-style-two .overlay .text-box h3 {
    margin: 0;
    color: #F2F2F2;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-family: var(--myfont);
}

.single-service-style-two .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    border-top: 3px solid var(--common_color);
}

.single-service-style-two .hover .box {
    display: table;
    width: 100%;
    height: 100%;
}

.single-service-style-two .hover .box .content {
    display: table-cell;
    vertical-align: middle;
}

.single-service-style-two .hover .icon-box,
.single-service-style-two .hover .text-box {
    display: table-cell;
    vertical-align: top;
}

.single-service-style-two .hover .icon-box {
    width: 41px;
}

.single-service-style-two .hover .icon-box i {
    color: var(--common_color);
    font-size: 41px;
    line-height: 1em;
    display: block;
    position: relative;
    top: 5px;
}

.single-service-style-two .hover .text-box {
    padding-left: 15px;
}

.single-service-style-two .hover .text-box h3 {
    margin: 0;
    color: #F2F2F2;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-family: var(--myfont);
}

.single-service-style-two .hover .text-box p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 5px;
    margin-top: 15px;
}

.single-service-style-two .hover .text-box a.more {
    color: var(--common_color);
    font-family: var(--myfont);
    font-size: 13px;
    font-weight: 600;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: 0;
}

.single-service-style-two .hover .text-box a.more i {
    display: inline-block;
    vertical-align: middle;
}

.single-service-style-two .hover .text-box a.more:hover {
    margin-left: 7px;
}

.single-service-style-two:hover .overlay {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.single-service-style-two:hover .hover {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.service-carousel-style-two {
    margin-top: -125px;
    position: relative;
    z-index: 991;
}

.service-carousel-style-two .owl-nav {
    margin: 0;
}

.service-carousel-style-two .owl-dots {
    margin-top: 20px;
}

.service-carousel-style-two .owl-dots .owl-dot span {
    width: 28px;
    height: 5px;
    background: #bbbdc0;
    margin: 0;
    padding: 0;
}

.service-carousel-style-two .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.service-carousel-style-two .owl-dots .owl-dot.active span {
    background: var(--common_color);
}

.service-style-three {
    padding-top: 120px;
}

.service-style-three .sec-title {
    margin-bottom: 70px;
}

.single-service-style-three {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 155px;
}

.single-service-style-three .img-box {
    position: relative;
}

.single-service-style-three .text-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 20px;
    margin-top: -30px;
}

.single-service-style-three .text-box .inner {
    padding-bottom: 40px;
    background: var(--common_color);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-service-style-three .text-box .inner:before {
    background: #fff;
}

.single-service-style-three .text-box .inner .icon-box {
    border-radius: 50%;
    width: 81px;
    height: 81px;
    background: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40.5px;
    position: relative;
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-service-style-three .text-box .inner .icon-box i {
    color: #262626;
    font-size: 40px;
    line-height: 81px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-service-style-three .text-box .inner h3,
.single-service-style-three .text-box .inner p {
    margin: 0;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-service-style-three .text-box .inner h3 {
    font-size: 24px;
    font-family: var(--myfont);
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.single-service-style-three .text-box .inner p {
    font-size: 16px;
    line-height: 24px;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
}

.single-service-style-three .text-box .inner a.more {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--myfont);
    color: var(--common_color);
    display: block;
    margin-top: 10px;
    opacity: 0;
    margin-top: -37px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.single-service-style-three .text-box:hover .inner {
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.2);
}

.single-service-style-three .text-box:hover .inner .icon-box {
    background: var(--common_color);
}

.single-service-style-three .text-box:hover .inner .icon-box i {
    color: #fff;
}

.single-service-style-three .text-box:hover .inner h3 {
    color: #262626;
}

.single-service-style-three .text-box:hover .inner p {
    color: #555555;
}

.single-service-style-three .text-box:hover .inner a.more {
    margin-top: 10px;
    opacity: 1;
}

.service-title {
    background: #000 url(../img/service-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 240px;
    margin-bottom: -130px;
}

.service-title .sec-title {
    margin: 0;
}

.service-style-four .row {
    margin: 0;
}

.service-style-four .row [class*=col-] {
    padding: 0;
}

.service-style-four .row [class*=col-]:nth-child(1) .single-service-style-four .img-box .box .content h3 span {
    color: var(--common_color);
}

.service-style-four .row [class*=col-]:nth-child(2) .single-service-style-four .img-box .box .content h3 span {
    color: #31DAF9;
}

.service-style-four .row [class*=col-]:nth-child(3) .single-service-style-four .img-box .box .content h3 span {
    color: #B1EA04;
}

.service-style-four.about-page {
    padding: 120px 0;
}

.service-style-four.about-page .sec-title {
    margin-bottom: 55px;
}

.service-style-four.about-page .sec-title p {
    font-size: 16px;
    line-height: 28px;
    color: #545454;
    padding-left: 100px;
}

.single-service-style-four .img-box {
    position: relative;
}

.single-service-style-four .img-box>img {
    width: 100%;
}

.single-service-style-four .img-box .box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-service-style-four .img-box .box .content {
    width: 100%;
    padding-left: 55px;
}

.single-service-style-four .img-box .box .content i {
    color: #fff;
    font-size: 56px;
}

.single-service-style-four .img-box .box .content h3 {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 28px;
    font-family: var(--myfont);
    line-height: 1.2em;
    margin: 0;
    margin-top: 15px;
}

.single-service-style-four .img-box .box .content h3 span {
    font-weight: 600;
}

.single-service-style-four .img-box .box .content a.more {
    width: 121px;
    height: 38px;
    background: var(--common_color);
    color: #fff;
    font-size: 16px;
    font-family: var(--myfont);
    font-weight: 600;
    display: inline-block;
    line-height: 38px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-align: center;
    margin-top: 15px;
}

.single-service-style-four .img-box .box .content a.more:before {
    background: var(--common_green);
}

.gas.single-service-style-four .img-box .box .content h3 span {
    color: var(--common_color);
}

.chemical.single-service-style-four .img-box .box .content h3 span {
    color: #31DAF9;
}

.eco.single-service-style-four .img-box .box .content h3 span {
    color: #B1EA04;
}

.mechanical.single-service-style-four .img-box .box .content h3 span {
    color: #D3AE3A;
}

.petrol.single-service-style-four .img-box .box .content h3 span {
    color: #FDFD1E;
}

.power.single-service-style-four .img-box .box .content h3 span {
    color: #54C4FD;
}

.service-style-four-carousel.owl-theme .owl-dots {
    margin-top: 40px;
}

.service-style-four-carousel.owl-theme .owl-dots .owl-dot+.owl-dot {
    margin-left: 20px;
}

.service-style-four-carousel.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0;
    position: relative;
    z-index: 10;
    background-color: transparent;
}

.service-style-four-carousel.owl-theme .owl-dots .owl-dot span:after {
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid #FD5912;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
    z-index: 1;
}

.service-style-four-carousel.owl-theme .owl-dots .owl-dot span:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
    background: #FD5912;
    z-index: 2;
}

.service-style-four-carousel.owl-theme .owl-dots .owl-dot.active span:after {
    opacity: 1;
}

.service-style-four-carousel .owl-nav {
    margin: 0;
    display: none !important;
}

.service-style-four-carousel .owl-nav [class*=owl-] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #DDDDDD;
    color: #888888;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 38px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 20px;
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.service-style-four-carousel .owl-nav [class*=owl-]:hover {
    background: var(--common_color);
}

.service-style-four-carousel .owl-nav .owl-prev {
    left: auto;
}

.service-style-four-carousel .owl-nav .owl-next {
    right: auto;
    margin-left: 15px;
}

.service-page {
    padding-top: 125px;
    padding-bottom: 95px;
}

.service-page .single-service-style-four {
    margin-bottom: 30px;
}

.service-page .service-item-box {
    padding-left: 30px;
}

.service-details-page .service-details-content h3,
.service-details-page .service-details-content h4,
.service-details-page .service-details-content p {
    margin: 0;
}

.service-details-page .service-details-content h3 {
    font-size: 28px;
    color: var(--common_green);
    font-weight: 600;
    font-family: var(--myfont);
}

.service-details-page .service-details-content p {
    font-size: 16px;
    line-height: 27px;
    color: #545454;
}

.service-details-page .service-details-content h4 {
    font-size: 24px;
    color: var(--common_green);
    font-family: var(--myfont);
    font-weight: 600;
}

.service-details-page .service-details-content ul.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-details-page .service-details-content ul.list-items li {
    position: relative;
    color: #878787;
    font-size: 15px;
    padding-left: 30px;
}

.service-details-page .service-details-content ul.list-items li+li {
    margin-top: 5px;
}

.service-details-page .service-details-content ul.list-items li i {
    font-size: 16px;
    color: #545454;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-details-page .service-details-content .feature-style-one [class*=col-md]:nth-child(4) {
    background: #F6F6F6;
}

.service-details-page .service-details-content .feature-list-box .content-box {
    width: calc( 100% - 400px);
    float: left;
    padding-right: 50px;
}

.service-details-page .service-details-content .feature-list-box .content-box h4 {
    margin-bottom: 20px;
}

.service-details-page .service-details-content .feature-list-box .content-box p {
    margin-bottom: 15px;
}

.service-details-page .service-details-content .feature-list-box .img-box {
    width: 400px;
    float: left;
}

/************************** 
* 22. about styles 
***************************/

.about-style-one .about-content h3,
.about-style-one .about-content p,
.about-style-one .about-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-style-one .about-content h3 {
    font-size: 32px;
    color: #262626;
    font-weight: 600;
    font-family: var(--myfont);
}

.about-style-one .about-content h3 span {
    color: var(--common_color);
    /* font-family: 'Playfair Display', serif; */
    font-weight: bold;
    /* font-style: italic; */
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
    background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-style-one .about-content h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 15px;
    margin-top: 18px;
}

.about-style-one .about-content p {
font-family: var(--myfont);
    color: #292828;
    font-size: 16px;
    line-height: 27px;
   
    margin-top: 35px;
    margin-bottom: 30px;
   
}

.about-style-one .about-content ul li {
    font-family: var(--myfont);
    color: #292828;
    font-size: 16px;
    line-height: 27px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.about-style-one .about-content ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--common_color);
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.about-style-one .about-content ul li:hover {
    padding-left: 37px;
}

.about-style-one .about-content ul li:hover i {
    left: 7px;
}

.about-style-one .about-content a.about-btn {
    margin-top: 40px;
    display: inline-block;
    background: var(--common_color);
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    font-family: var(--myfont);
    line-height: 54px;
    width: 210px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.about-style-one .about-content a.about-btn:before {
    background: var(--common_green);
}

.about-style-one .about-img-box {
    position: relative;
    background: transparent url(../img/about-dots.png) 100% -120% no-repeat;
}

.about-style-one .about-img-box img {
    display: block;
}

.about-style-one .about-img-box .video-box {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media(max-width:500px){
   /* .main-slider #rev_slider_one_wrapper{
     height: 200px!important;
     width: 100%!important;
   } */
   .team-style-one .sec-title {
    margin-bottom: 26px!important;
}
}

.about-img-box{
    margin-bottom:20px
}

@media(min-width:992px){
    .about-style-one .about-img-box .video-box {
    position: absolute;
       bottom: 37px!important;
    left: -100px!important;
}
}

.about-style-one .about-img-box .video-box>img {
    /* border-radius: 50%; */
    border: 5px solid var(--common_color);
}
.about-img-box .firstabout{
        height: 400px;
    width: 90%;
    border: 5px solid var(--common_color);

}

.about-style-one .about-img-box .video-box a.video-popup {
    font-size: 42px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.about-style-two .about-content h3 {
    margin: 0;
    font-size: 32px;
    font-family: var(--myfont);
    font-size: 32px;
    font-weight: 600;
    color: #262626;
}

.about-style-two .about-content h3 span {
    color: var(--common_color);
    /* font-family: 'Playfair Display', serif; */
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#f80503), to(#ff7d09));
        background: linear-gradient(to right, #4CAF50 0%, #113f74 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-style-two .about-content h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 15px;
    margin-top: 12px;
}

.about-style-two .about-content p.tag-line {
    color: #272727;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--myfont);
    font-weight: 600;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 35px;
    width: 78%;
}

.about-style-two .about-content p.tag-line span {
    color: var(--common_color);
}

.about-style-two .about-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    margin: 0;
    width: 82%;
}

.about-style-two .about-content .quote-box {
    border-left: 2px solid var(--common_color);
    padding-left: 35px;
    padding-bottom: 15px;
    position: relative;
    padding-top: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.about-style-two .about-content .quote-box>img {
    position: absolute;
    top: 10px;
    left: 15px;
}

.about-style-two .about-content .quote-box p {
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    margin: 0;
}

.about-style-two .about-content .quote-box h4 {
    margin: 0;
    color: var(--common_color);
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}

.about-style-two .about-content a.view-more {
    color: #fff;
    background: var(--common_color);
    font-size: 16px;
    font-family: var(--myfont);
    font-weight: 600;
    display: inline-block;
    max-width: 295px;
    width: 100%;
    text-align: center;
    line-height: 54px;
    height: 54px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 25px;
}

.about-style-two .about-content a.view-more:before {
    background: var(--common_green);
}

.about-style-two .video-box {
    position: relative;
    margin-top: 25px;
}

.about-style-two .video-box>img {
    width: 100%;
}

.about-style-two .video-box a.video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-style-two .video-box a.video-popup i {
    color: #fff;
    font-size: 60px;
}

.about-style-two .video-box a.video-popup i:before {
    color: #fff;
}

.about-style-three {
    padding: 120px 0;
}

.about-style-three .about-img-box {
    position: relative;
}

.about-style-three .about-img-box .content {
    position: absolute;
    top: 20px;
    left: 0;
    background: #FD5912;
    width: 100%;
    max-width: 263px;
    min-height: 245px;
    padding: 40px;
}

.about-style-three .about-img-box .content span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--myfont);
}

.about-style-three .about-img-box .content h3 {
    margin: 0;
    font-family: var(--myfont);
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin-top: 13px;
}

.about-style-three .about-img-box .content h3:after {
    content: '';
    width: 38px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    margin-left: 10px;
}

.about-style-three .about-content {
    padding-top: 60px;
}

.about-style-three .about-content h3,
.about-style-three .about-content p {
    margin: 0;
}

.about-style-three .about-content h3 {
    font-size: 30px;
    line-height: 38px;
    color: var(--common_green);
    font-weight: 600;
    font-family: var(--myfont);
    font-weight: 600;
}

.about-style-three .about-content p {
    color: #545454;
    font-size: 16px;
    line-height: 27px;
    margin-top: 20px;
}

.about-style-three .about-content a.about-btn {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #FD5912;
    font-family: var(--myfont);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}

.about-style-three .about-content a.about-btn:before {
    background: var(--common_green);
}

/************************** 
* 23. fact counter styles 
***************************/

.fact-counter-section {
    background: #000 url(../img/fact-counter-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
    padding-top: 110px;
    padding-bottom: 195px;
}

.fact-counter-section .sec-title {
    margin-bottom: 75px;
}

.fact-counter-section:before {
    content: '';
    opacity: .88;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0c0c0c;
}

.fact-counter-section .container {
    position: relative;
    z-index: 10;
}

.fact-counter-section .progress-box p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    margin-bottom: 30px;
}

.fact-counter-section .single-progress-bar+.single-progress-bar {
    margin-top: 20px;
}

.fact-counter-section .single-progress-bar .labeled-text,
.fact-counter-section .single-progress-bar .progress-scale,
.fact-counter-section .single-progress-bar .percent {
    display: inline-block;
    vertical-align: middle;
}

.fact-counter-section .single-progress-bar .labeled-text {
    color: #fff;
    font-size: 16px;
    width: 140px;
    margin-right: 20px;
}

.fact-counter-section .single-progress-bar .progress-scale {
    width: 100%;
    max-width: 285px;
    background: #F1F1F1;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.fact-counter-section .single-progress-bar .progress-scale .inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    background: var(--common_color);
}

.fact-counter-section .single-progress-bar .percent {
    color: #262626;
    font-size: 14px;
    background: #FFFFFF;
    line-height: 1em;
    text-align: center;
    border-radius: 3px;
    padding: 13px 9px 10px;
    margin-left: 20px;
    line-height: 0;
}

.fact-counter-section .single-fact-counter .icon-box,
.fact-counter-section .single-fact-counter .text-box {
    display: table-cell;
    vertical-align: middle;
}

.fact-counter-section .single-fact-counter .icon-box {
    width: 63px;
}

.fact-counter-section .single-fact-counter .icon-box i {
    font-size: 63px;
    color: #ffffff;
}

.fact-counter-section .single-fact-counter .text-box {
    padding-left: 15px;
}

.fact-counter-section .single-fact-counter .text-box h3,
.fact-counter-section .single-fact-counter .text-box p {
    margin: 0;
}

.fact-counter-section .single-fact-counter .text-box h3 {
    line-height: 1em;
    color: var(--common_color);
    font-size: 36px;
    font-family: var(--myfont);
    font-weight: 600;
    margin-bottom: 15px;
}

.fact-counter-section .single-fact-counter .text-box p {
    line-height: 1.2em;
    color: #FFFFFF;
    font-size: 16px;
}

.fact-counter-section .fact-counter {
    margin-top: -100px;
    position: relative;
}

.fact-counter-section .fact-counter .divider {
    position: absolute;
    background: #3f3f3f;
}

.fact-counter-section .fact-counter .divider.hor {
    height: calc(100% - 100px);
    width: 1px;
    bottom: 0;
    left: 42%;
}

.fact-counter-section .fact-counter .divider.ver {
    height: 1px;
    left: 15px;
    top: 64%;
    right: 15px;
}

.fact-counter-section .fact-counter .single-fact-counter {
    padding-top: 100px;
}

/************************** 
* 24. timeline styles 
***************************/

.time-line {
    padding-bottom: 105px;
    padding-top: 100px;
}

.time-line.gray-bg {
    background: #F5F5F5;
}

.time-line .sec-title {
    margin-bottom: 55px;
}

.time-line .sec-title p {
    font-size: 16px;
    line-height: 28px;
    color: #545454;
    padding-left: 100px;
}

.time-line .timeline-tab-select-form {
    display: none;
}

.time-line .timeline-tab-select-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.time-line .timeline-tab-select-form .bootstrap-select>.dropdown-toggle {
    display: inline-block;
    border: none;
    outline: none;
    background: var(--common_color);
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 19px 30px;
    outline: none;
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.time-line .timeline-tab-select-form .bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.time-line .timeline-tab-select-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    width: auto;
    height: auto;
}

.time-line .timeline-tab-select-form .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 20px;
}

.time-line .timeline-tab-select-form .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
}

.time-line .timeline-tab-select-form .dropdown-menu>li+li>a {
    border-top: 1px solid #efefef;
}

.time-line .timeline-tab-select-form .dropdown-menu>li:first-child>a {
    padding-top: 10px;
}

.time-line .timeline-tab-select-form .dropdown-menu>li:last-child>a {
    padding-bottom: 10px;
}

.time-line .timeline-tab-select-form .dropdown-menu>li.selected>a {
    background: var(--common_color);
    color: #fff;
}

.time-line .timeline-tab-select-form .dropdown-menu>li>a {
    font-size: 16px;
    padding: 9px 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.time-line .timeline-tab-select-form .dropdown-menu>li>a:hover {
    background: var(--common_color);
    color: #fff;
    cursor: pointer;
}

.time-line ul.tab-title {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.time-line ul.tab-title:after {
    content: '';
    width: 93.5%;
    height: 1px;
    background: #262626;
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.time-line ul.tab-title li {
    display: inline-block;
    vertical-align: middle;
}

.time-line ul.tab-title li+li {
    margin-left: 70px;
}

.time-line ul.tab-title li a {
    display: block;
    color: #545454;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.time-line ul.tab-title li a:hover {
    color: #FD5912;
}

.time-line ul.tab-title li a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #545454;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.time-line ul.tab-title li.active a {
    color: #FD5912;
}

.time-line .tab-content {
    margin-top: 75px;
}

.time-line .tab-content img {
    -webkit-box-shadow: 0px 1px 25px rgba(89, 89, 89, 0.2);
    box-shadow: 0px 1px 25px rgba(89, 89, 89, 0.2);
}

.time-line .tab-content h3,
.time-line .tab-content p {
    margin: 0;
}

.time-line .tab-content .content {
    padding-left: 50px;
    padding-top: 60px;
}

.time-line .tab-content h3 {
    color: var(--common_green);
    font-size: 24px;
    color: var(--common_green);
    font-weight: 600;
    font-family: var(--myfont);
}

.time-line .tab-content p {
    font-size: 16px;
    line-height: 28px;
    color: #545454;
    letter-spacing: 0.025em;
    margin-top: 30px;
}

/************************** 
* 25. strategy styles 
***************************/

.strategy-wrapper .container-fluid {
    padding: 0;
    width: 100%;
}

.strategy-wrapper .container-fluid .row {
    margin: 0;
}

.strategy-wrapper .container-fluid [class*='col-'] {
    padding: 0;
}

.strategy-wrapper .container-fluid [class*='col-']:nth-child(1) .text-box {
    background: var(--common_green);
}

.strategy-wrapper .container-fluid [class*='col-']:nth-child(3) .text-box {
    background: #FF5D17;
}

.strategy-wrapper .single-strategy .img-box,
.strategy-wrapper .single-strategy .text-box {
    display: table-cell;
    vertical-align: middle;
}

.strategy-wrapper .single-strategy .img-box {
    width: 320px;
}

.strategy-wrapper .single-strategy .img-box>img {
    width: 100%;
}

.strategy-wrapper .single-strategy .text-box {
    background: #F5F5F5;
    padding-left: 40px;
    padding-right: 50px;
}

.strategy-wrapper .single-strategy .text-box p,
.strategy-wrapper .single-strategy .text-box h3 {
    margin: 0;
}

.strategy-wrapper .single-strategy .text-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--common_green);
    font-family: var(--myfont);
}

.strategy-wrapper .single-strategy .text-box p {
    font-size: 15px;
    line-height: 27px;
    color: var(--common_green);
    margin-bottom: 35px;
    margin-top: 30px;
}

.strategy-wrapper .single-strategy .text-box span {
    color: var(--common_green);
    font-size: 24px;
    font-family: var(--myfont);
    font-weight: 600;
}

.strategy-wrapper .single-strategy.light h3,
.strategy-wrapper .single-strategy.light p,
.strategy-wrapper .single-strategy.light span {
    color: #fff;
}

/************************** 
* 26. ceo message styles 
***************************/

.ceo-message-wrapper {
    background: #F4F5F5 url(../img/ceo-message-bg.jpg) center center no-repeat;
    background-size: 100% 100%;
    padding: 125px 0;
}

.ceo-message-wrapper .ceo-message-content {
    padding-left: 40px;
    padding-top: 60px;
}

.ceo-message-wrapper .ceo-message-content h3,
.ceo-message-wrapper .ceo-message-content p {
    margin: 0;
}

.ceo-message-wrapper .ceo-message-content h3 {
    color: var(--common_green);
    font-size: 30px;
    font-weight: 600;
    font-family: var(--myfont);
    margin-bottom: 10px;
}

.ceo-message-wrapper .ceo-message-content span {
    color: #878787;
    font-size: 16px;
}

.ceo-message-wrapper .ceo-message-content p {
    color: #545454;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.025em;
    margin-top: 20px;
    margin-bottom: 30px;
}

/************************** 
* 27. sidebar styles 
***************************/

.has-right-sidebar {
    padding-right: 0px;
}

@media (max-width: 854px) {
    .sidebar {
        margin-top: 80px;
    }
}

.sidebar .single-sidebar:not(.search-widget):not(.tags-widget) {
    padding: 0 30px;
    padding-top: 30px;
    border: 1px solid #EBEBEF;
}

.sidebar .single-sidebar+.single-sidebar {
    margin-top: 45px;
}

.sidebar .single-sidebar .title {
    margin-bottom: 30px;
}

.sidebar .single-sidebar .title h3 {
    margin: 0;
    color: #262626;
    font-size: 22px;
    font-family: var(--myfont);
    font-weight: 600;
}

.sidebar .single-sidebar .title h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 15px;
    margin-top: 18px;
}

.sidebar .single-sidebar.search-widget {
    border: 1px solid #ececf0;
}

.sidebar .single-sidebar.search-widget form {
    position: relative;
    height: 54px;
}

.sidebar .single-sidebar.search-widget form input {
    width: 100%;
    height: 100%;
    color: #555555;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    letter-spacing: .05em;
}

.sidebar .single-sidebar.search-widget form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555555;
}

.sidebar .single-sidebar.search-widget form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #555555;
}

.sidebar .single-sidebar.search-widget form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #555555;
}

.sidebar .single-sidebar.search-widget form input:-moz-placeholder {
    /* Firefox 18- */
    color: #555555;
}

.sidebar .single-sidebar.search-widget form button {
    background-color: transparent;
    outline: none;
    border: none;
    color: #555555;
    font-size: 15px;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    width: 75px;
    height: 100%;
    color: #555555;
    border-left: 1px solid #ececf0;
}

.sidebar .single-sidebar.category-widget {
    padding-bottom: 30px !important;
}

.sidebar .single-sidebar.category-widget ul.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -5px;
}

.sidebar .single-sidebar.category-widget ul.category-list li+li {
    border-top: 1px solid #E0E0E0;
    padding-top: 10px;
    margin-top: 10px;
}

.sidebar .single-sidebar.category-widget ul.category-list li a {
    color: #555555;
    font-size: 15px;
    position: relative;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar .single-sidebar.category-widget ul.category-list li a span.count {
    float: right;
}

.sidebar .single-sidebar.category-widget ul.category-list li a:hover {
    color: var(--common_color);
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list {
    margin-top: -5px;
    padding-bottom: 15px;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post {
    margin-bottom: 0;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
    border-top: 1px solid #E0E0E0;
    padding-top: 15px;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post+.single-recent-post {
    margin-top: 20px;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3 {
    margin: 0;
    color: #150A33;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .01em;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--myfont);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post h3:hover {
    color: var(--common_color);
}

.sidebar .single-sidebar.recent-post-widget .recent-post-list .single-recent-post a.date {
    color: #929191;
    font-size: 15px;
    line-height: 1em;
    display: inline-block;
    font-weight: 500;
}

.sidebar .single-sidebar.tags-widget ul.tags-list,
.sidebar .single-sidebar.tags-widget ul.tags-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .single-sidebar.tags-widget ul.tags-list {
    margin-left: -5px;
    margin-right: -5px;
}

.sidebar .single-sidebar.tags-widget ul.tags-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-bottom: 10px;
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a {
    display: block;
    border: 1px solid #F5F9FF;
    color: #555555;
    font-size: 15px;
    line-height: 1em;
    padding: 10px 19px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #F5F9FF;
}

.sidebar .single-sidebar.tags-widget ul.tags-list li a:hover {
    color: #fff;
    border-color: var(--common_color);
    background: var(--common_color);
}

.sidebar .single-sidebar.service-sidebar {
    border: none !important;
    padding: 0 !important;
}

.sidebar .single-sidebar.service-sidebar ul.service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li+li {
    margin-top: 7px;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li a {
    display: block;
    color: var(--common_green);
    font-weight: 500;
    font-size: 16px;
    background: #F5F5F5;
    position: relative;
    padding-left: 25px;
    line-height: 58px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li a:before {
    content: '';
    width: 6px;
    height: 0;
    background: #FD5912;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li:hover a,
.sidebar .single-sidebar.service-sidebar ul.service-list li.active a {
    background: var(--common_green);
    color: #fff;
}

.sidebar .single-sidebar.service-sidebar ul.service-list li:hover a:before,
.sidebar .single-sidebar.service-sidebar ul.service-list li.active a:before {
    height: 100%;
}

.sidebar .single-sidebar.broucher-sidebar {
    border: none !important;
    padding: 0 !important;
}

.sidebar .single-sidebar.broucher-sidebar .title h3:after {
    display: none;
}

.sidebar .single-sidebar.broucher-sidebar p {
    font-size: 15px;
    color: #545454;
    line-height: 28px;
    letter-spacing: .025em;
    margin: 0;
    margin-bottom: 30px;
}

.sidebar .single-sidebar.broucher-sidebar a.broucher-btn {
    display: block;
    background: #F5F5F5;
    font-family: var(--myfont);
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    padding-left: 75px;
    color: var(--common_green);
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar .single-sidebar.broucher-sidebar a.broucher-btn i {
    font-size: 25px;
    margin-right: 13px;
    line-height: 45px;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar .single-sidebar.broucher-sidebar a.broucher-btn+a {
    margin-top: 15px;
}

.sidebar .single-sidebar.broucher-sidebar a.broucher-btn:hover {
    background: var(--common_green);
    color: #FFFFFF;
}

.sidebar .single-sidebar.broucher-sidebar a.broucher-btn:hover i {
    color: #FD5912;
}

/*# sourceMappingURL=style.css.map */
@media(max-width:992px){
    .myhead{
        display: none;
    }
    .header.header-home-one {
        position: relative;
        top: 0px;
    }
}

@media(min-width:993px){
    .myhead{
        display: block;
    }
}

/* ***************why choose section *********** */

/* @media (min-width: 1200px) {
   .rs-category-area  .container {
        width: 1397px!important;
    }
} */


.rs-category-one {
    position: relative;
    z-index: 1;
}

.section-space {
       padding-top: 53px;
    padding-bottom: 74px;
}
.whychoose{
    color: white;
    font-weight: 600;
    font-family: var(--myfont);
    font-size: 36px;
}
.rs-category-one.has-theme-orange .rs-category-bg-thumb {
    background-position: top center;
    top: 0;
    inset-inline-start: 0;
    background-size: cover;
}
.rs-category-one .rs-category-bg-thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
}
.process-counts {
    counter-reset: count;
}
.rs-category-one .rs-category-item {
    background: white;
    padding: 25px 12px 25px;
    display: flex
;
    gap: 15px 25px;
    position: relative;
    border-radius: 4px;
        margin-bottom: 15px;
}
.rs-category-one .rs-category-item::before {
    position: absolute;
    color: #E7E9EC;
    counter-increment: count;
    content: "0" counter(count);
    z-index: 1;
    font-size: 30px;
    font-weight: 700;
    bottom: 35px;
    inset-inline-start: 35px;
    line-height: 1;
    transform: rotate(-90deg);
}
.rs-category-one .rs-category-icon {
    width: 60px;
    height: 60px;
    background: #F7F7F7;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 4px;
}
.rs-category-one.has-theme-orange .rs-category-icon svg {
    width: 40px;
}
.rs-category-one .rs-category-content {
    margin-top: 10px;
}
.rs-category-one .rs-category-title {
    margin-bottom: 10px;
}

.team-style-one{
        background: #f4f4f4;
}
.descrip {
    height: 62px;
    overflow: hidden;
    line-height: 1.5;
    padding: 10px;
    text-overflow: ellipsis;
}
.rs-category-one .rs-category-title {
   margin-bottom: 4px;
    font-size: 19px;
    font-family: var(--myfont);
    font-weight: 600;

}

.single-blog-style-one{
 background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 19px;
    border-radius: 8px;
    margin-bottom:20px;

}
.single-blog-style-one:hover{
    transition: 0.6s;
    transform: translateY(-10px);
    border-bottom: 5px solid var(--common_color);
    cursor: pointer;
}
.single-blog-style-one img{
       height: 250px;
       border-radius: 8px 8px 0 0;
           width: 100%;
    
}
.single-blog-style-one h3{
           font-size: 18px;
    font-family: var(--myfont);
    text-align: center;
    color: #373636;
    
}


.single-blog-style-one1{
 background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-top: 19px;
    border-radius: 8px;
    margin-bottom:20px;

}
.single-blog-style-one1:hover{
    transition: 0.6s;
    transform: translateY(-10px);
    border-bottom: 5px solid var(--common_color);
    cursor: pointer;
}
.single-blog-style-one1 img{
       height: 200px;
       border-radius: 8px 8px 0 0;
           width: 100%;
    
}
.single-blog-style-one1 h3{
           font-size: 18px;
    font-family: var(--myfont);
    text-align: center;
    color: #373636;
    
}
.single-blog-style-one1 p{
           font-size: 14px;
    font-family: var(--myfont);
    padding: 10px;  
        height: 60px;
    overflow: hidden;  
}

.single-blog-style-one1 .read-more{
           font-size: 16px;
    font-family: var(--myfont);
    padding: 10px; 
    margin-top: 10px;   
}
.owl-stage{
    margin:5px 0px!important
}
.blogsec{
        background: #f6f6f6;
}

.blogbox{
    display: flex
;
    gap: 10px;
    align-items: center;
}
.blogbox .img-box{
    width:50px;


}
.blogbox h3{
    margin-top:0px;
}

.blogbox .img-box img
    {
    width: 100%;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    height: auto;
}


.brand-carousel-area img{
    /* filter: grayscale(100%); */
}
.location{
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 80px;
    background: var(--common_color);
    clip-path: polygon(0% 0%, 78% 0, 100% 18%, 100% 100%, 0% 100%);
}
.faq-rqa-section .head{
    font-size: 20px;
    font-weight: 600;
    color: #363232;
}
.faq-rqa-section .a{
        font-size: 16px;
    color: #292828;
    line-height: 23px;
}
.location i{
        font-size: 28px;
        color: white;
}

 .tab-btn {
    
    background: white;


   border-radius: 17px;
    font-weight: 700;
    padding: 13px 30px 13px 30px;
    color: black;
    border: 1px solid #EFEBEB;
    transition: all 0.5s ease;
    font-family: var(--myfont);
    margin-bottom: 15px;
    cursor: pointer;

    }

    .tab-btn.active {
      background-color: var(--common_color);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 15px;
    font-family: var(--myfont);

    }
.tab-btn.hover {
      background-color: var(--common_color);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 15px;
    font-family: var(--myfont);

    }
    .tab-box {
      padding: 15px;
    }
    .rs-services-area{
        background: #F7F7F7;
        padding-top: 60px;
        padding-bottom: 60px;

    }
.proimg {
    border-top-right-radius:60px;
    height: 280px;
    width: 100%;
    margin-bottom: 10px;

    border: 2px solid #5895e6; /* A shade of blue that matches the new design */

    
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

    @media(max-width:600px){
    .rs-services-area {
    background: #F7F7F7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.team-style-one {
        padding-bottom: 20px!important;
    }
    .section-space {
    padding-top: 53px;
    padding-bottom: 30px!important;
}
   
}

    @media(max-width:992px){
        .myslider{
            display: none;
        }
        .header-navigation {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    }
     @media(min-width:992px){
        .mymobileslider{
            display: none;
        }
        .Inquirypd{
                padding: 0px 13%!important;
        }
        
    }


    /* *************** my new style************ */

    /* ****************** start about us style*************** */
.about-section{
	    padding: 70px 0 70px 0;
}
@media(max-width:767px){
	.about-section{
		padding: 30px 0;
	}
}
.about-section .about-img-wrap {
    position: relative;
} 

.about-img-wrap img:nth-child(1) {
    width: 350px;
    height: 100%;
}
.about-img-wrap img {
    border-radius: 3px;
}
.about-img-wrap img:nth-child(2) {
    width: 320px;
    position: absolute;
    right: 30px;
    bottom: -70px;
}
.experience {
    background-color: var(--white-color);
    background-color: var(--common_color);
 
    border-top: 4px solid black;
    box-shadow: 0px 30px 60px 0px rgba(10.000000000000004, 42.999999999999964, 82.99999999999999, 0.14901960784313725);;
    padding: 20px;
    border-radius: 3px;
    position: absolute;
    right: 50px;
    top: 120px;
}
.experience h3 {
   
    color: white;
    font-size: 52px;
    font-weight: 600;
    font-family: var(--myfont);

}
.experience h3 span {
   

    color: white;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: block;
    margin-top: 5px;
    font-family: var(--myfont);

}
.section-heading h3 {
    display: inline-block;
    color: var(--common_color);
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 55px;
    font-family: var(--myfont);

}
.section-heading h3:before {
    background-color: var(--common_color);
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section-heading h2 {
    font-size: 46px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: -1.5px;
    display: block;
    font-family: var(--myfont);
    margin: 0;
}
.section-heading h2 {
    font-size: 41px;
    line-height: 48px;
    font-weight: 800;
    letter-spacing: -1.5px;
    display: block;
    margin: 0;
	font-family: 'Montserrat';

}
/* .section-heading h2 span:before {
    background-color:var(--common_color);
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
} */
.section-heading p {
    margin-top: 20px;
    margin-bottom: 0;
    font-family: var(--myfont);
    font-weight: 400;

}
.section-heading h2 {
   
        font-family: var(--myfont);
        font-size: 36px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 48px;

}
.about-features {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 0px 0;
        padding-left: 0px!important;

}
@media(max-width:767px){
	.about-features{
		flex-wrap:wrap;
	}
}
.about-features li {
    background-color: #f4f5f8;
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    column-gap: 20px;
    padding: 15px 20px;
    position: relative;
	margin-top:10px
}
.about-features li:before {
    background-color: var(--common_color);
    width: 3px;
    height: 70%;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about-features li .about-icon {
    background-color: var(--common_color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative!important;
    z-index: 1!important;
}
.about-features li .about-icon:before {
    background-color: var(--common_green);
    content: "";
    width: 120%;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.about-features li .about-icon i {
    color: #222429;
    font-size: 30px;
}
.about-features li .about-icon:after {
    /* background: url(../images/icon-shape.svg); */
	background-image: url('./img/icon-shape.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.about-features-content h3 {
    /* margin-bottom: 5px;
    font-family: var(--myfont);
	font-size: 18px;
	font-weight: 500;
    line-height: 1.7; */
        margin-bottom: 5px;
    /* font-family: var(--myfont); */
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    font-family: var(--work-sans);
    color: var(--common_color);

}
.about-features li .about-icon i {
    color: white;
    font-size: 30px;
}
.about-features li p {
    margin: 0;
    font-size: 14px;
    font-family: var(--myfont);
	color:#808287;
	line-height: 27px

}
.btn-group {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.default-btn {
    background: var(--common_color);
    font-family: var(--myfont);
    color: #222429;
    font-size: 14px;
    font-weight: 600;
    line-height: 1px;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}
.default-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #222429;
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: transform 500ms cubic-bezier(0.85, 0, 0.08, 1), -webkit-transform 500ms cubic-bezier(0.85, 0, 0.08, 1);
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0.08, 1);
    transition-timing-function: cubic-bezier(0.85, 0, 0.08, 1);
    z-index: -1;
}
.about-author {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.about-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.about-author h3 {
    margin: 0;
    line-height: 1;
    font-size: 18px;
}
.about-author h3 span {
    font-family: var(--myfont);
    color: #808287;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}

@media(min-width:992px){
    .mynav .myli {
          padding: 10px 0px 5px 0px !important;
    }

.mynav{
            border-top: 1px solid #ababab6e;
}
    .header{ top:0px!important;}

    .mobheader{
        display: none!important;
    }
}

.navbar-default .navbar-nav>li>a:hover {
    color: var(--common_green)!important;
    background-color: transparent;
    font-weight: 600 !important;
    transition: 0.1s;
}

/* *********social link design *** */

.header-social-links {
    display: flex;
    gap: 12px; 
    align-items: center;
    padding-left: 20px;
}


.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;  
    height: 35px; 
    background: transparent; 
   /* border: 1px solid #113f74;
    color: #113f74; */
        color: #ffffff;
        border: 1px solid #ffffff;
    border-radius: 50%; 
   
    text-decoration: none;
    transition: all 0.3s ease; 
}


.social-icon:hover {
      background: #113f74;
    color: #fff;
    transform: translateY(-2px); 
}

.hebe .tp-bullet.selected {
    background: #45ce60!important;
    border-color: #fff!important;
}
.hebe .tp-bullet {
    width: 9px!important;
    height: 9px!important;
    position: absolute;
    background: #fff;
    cursor: pointer;
    border: 3px solid #222!important;
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-perspective: 400;
    perspective: 400; }

       /* ***************** project section********* */
.project-thumb {
  width: 100%;
  height: 330px;
}
.project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius:5px
}
.project-content {
  background-color: #fff;
  padding: 20px 30px;
  margin: 0 10px;
  transform: translateY(-20px);
  box-shadow: 0px 0px 20px 0.5px rgb(0 0 0 / 20%);
  border-radius: 6px;
}
.project-content .category {
  background-color: var(--common_color);
  padding: 10px 15px;
  font-family: var(--myfont);
  color: white;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  top: -20px
}
.project-content .category:before {
  background-color: var(--common_color);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: 0;
  z-index: -1;
}
.project-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.project-content h3 a{ color:var(--common_color); font-family: var(--myfont); } 
@media(max-width:991px){
.mtttt{
margin-top:82px
}

}
.hlicon{
background:#fbfbfa;
height:45px;
width:45px;
line-height: 45px;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
text-align: center;
}
.hlicon i{
text-align: center;
color:var(--common_color);
font-size: 18px;
}
.hltext{ font-family: var(--myfont);}

.list-style-two li:before{
color:var(--common_color)!important;
}

.productsection{
   /* background-image: url('./images/productbg.png'); */
   /* background-repeat: no-repeat;
   background-size: cover;
   background-position: center center; */
   background:#f8fafc;
   border-top: 1px solid #e2e8f0;
   border-bottom: 1px solid #e2e8f0;

   padding: 40px 0px;
   
}

 .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
  .row { display: flex; flex-wrap: wrap;  }
  .col { padding: 8px; box-sizing: border-box; }
  .col-12 { width: 100%; }
  @media (min-width: 900px){
    .col-md-6  { width: 50%; }
    .col-md-12 { width: 100%; }
  }
  @media (min-width: 1200px){
    .col-lg-3 { width: 25%; }
    .col-lg-4 { width: 33.333%; }
    .col-lg-5 { width: 41.666%; }
    .col-lg-6 { width: 50%; }
    .col-lg-7 { width: 58.333%; }
    .col-lg-12{ width: 100%; }
  }

  
  
  /* .sec-title{ text-align: center;}
  .sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--common_green);
    line-height: 1em;
    font-family: var(--work-sans);
    font-weight: bold;
}
.sec-title h2:before {
    bottom: 20%;
    height: 2px;
    width: 50px;
    background-color: var(--common_green);
    content: "";
    position: absolute;
    left: auto;
    right: 100%;
    margin-right: 15px;
    margin-left: 0;
}
.sec-title h2:after {
    position: absolute;
    left: 100%;
    bottom: 20%;
    height: 2px;
    width: 50px;
    background-color: var(--common_green);
    content: "";
    margin-left: 15px;
}
.productsection .sec-title {
    margin-bottom: 35px;
} */


/* ************ contact section********** */
.offer-section{
	position: relative;
    padding: 45px 0 70px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fafafa;
}

.offer-section:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	opacity: .80;
    content: "";
}

.offer-section:after {
    position: absolute;
    right: 50%;
    bottom: -220px;
    margin-right: 630px;
    height: 440px;
    width: 440px;
    border: 100px solid var(--common_color);
    border-radius: 50%;
    content: "";
}

.offer-section .bg-pattern{
	position: absolute;
    right: -100px;
    top: -30px;
    height: 400px;
    width: 400px;
    background-image: url('./img/pattern-2.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleY(-1);
}

.offer-section .content-column{
	position: relative;
	/* margin-bottom: 50px; */
  order:2;
}

.offer-section .content-column > .inner-column{
	position: relative;
    padding: 50px 30px 30px;
  box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 15%);
    margin-left: -80px;
    padding-left: 100px;
    background: #fff;
    margin-top: 50px;
}


.offer-section .content-column .title{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	padding: 0 15px;
	background-color: var(--common_color);
	text-transform: uppercase;
	margin-bottom: 20px;
}

.offer-section .content-column .title:before{
	position: absolute;
	top: 0;
	left: 100%;
	border-right: 20px solid transparent;
	border-top: 30px solid var(--common_color);
	content: "";
}

.offer-section .content-column h2{
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 1.4em;
	color: #353535;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.offer-section .content-column h2 .discount{
	position: relative;
	display: inline-block;
	font-size: 48px;
	line-height: 1em;
	color: var(--common_color);
	font-weight: 500;
}

.offer-section .content-column .text{
	position: relative;
	margin-bottom: 30px;
	list-style-type: disclosure-closed!important;
}

.offer-section .fact-counter{
	position: relative;
}

.offer-section .fact-counter .counter-column{
	position:relative;
	margin-bottom: 30px;
}

.offer-section .fact-counter .counter-column .inner-column{
	position: relative;
    text-align: center;
    padding-top: 0;
    box-shadow: none;
}

.offer-section .fact-counter .icon{
    position: relative;
    display: block;
    font-size: 30px;
    text-align: center;
    color: var(--common_color);
    margin-bottom: 10px;
    line-height: 1em;
}

.offer-section .fact-counter .count-box{
	position: relative;
	display: block;
	font-size:40px;
	line-height: 1em;
	font-weight:700;
	color:#353535;
	margin-bottom: 10px;
}

.offer-section .fact-counter .count-box .count-text{
	position:relative;
	font-size:40px;
	line-height: 1em;
	font-weight:700;
	color:#353535;
  /* font-family:'poppins'; */

}

.offer-section .fact-counter .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#353535;
  font-family:var(--myfont);
  font-weight: 500;
}

.offer-section .form-column{
	position: relative;
	z-index: 9;
	margin-bottom: 50px;
}

.offer-section .form-column .inner-column{
    position: relative;
    padding-right: 40px;
}

.offer-section .form-column .text{
	position: relative;
	display: block;
	font-weight: 500;
	padding: 15px 30px;
	font-size: 16px;
	background: #ffffff;
	border:1px solid #dddddd;
	margin-bottom: 30px;
}

.offer-section .discount-form{
    position: relative;
    background-color: #f0f0f0;
    padding: 50px 30px 30px;
    border: 10px solid var(--common_color);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}
.offer-section .discount-form .text{
  /* font-family:'poppins'; */
  
  
}
.discount-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.discount-form .form-group input[type="text"],
.discount-form .form-group input[type="email"],
.discount-form .form-group input[type="url"],
.discount-form .form-group textarea,
.discount-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #353535;
    line-height: 20px;
    padding: 14px 20px;
    background-color: rgba(255,255,255,.90);
    border: 1px solid #dddddd;
    font-weight: 400;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  font-family:'poppins';

}

.discount-form .form-group input:focus,
.discount-form .form-group select:focus,
.discount-form .form-group textarea:focus{
	border-color:var(--common_color);
}

.discount-form .form-group textarea{
	height: 160px;
	resize: none;
	padding-top: 20px;
}
.btn-style-two {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 11px 30px 9px;
  font-weight: 600;
  border-radius: 5px;
  background-color: var(--common_color);
  overflow: hidden;
  outline: none !important;
  cursor: pointer;
  font-family: var(--myfont);
  border: none;
}
.theme-btn {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;

}

.service-box2_icon .icons svg {
  width: 2em;
  height: 32px;
  color: var(--common_color);
}
.service-box2:hover .icons{
         color:white;
}
.service-box2:hover .service-box2_text li{
  color:white;
}

@media(max-width:600px){
    #slick img{
        height: 300px!important;
    }
}


/*  footer section***************** */
  /* **footer*** */
.footer{
    background-image: url(../img/background/12.png)!important;
    position: relative;
    background-repeat: repeat;
    background-position: center;
    padding: 49px 0 23px;
}
.footer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .70;
    content: "";
}
.space{ padding:0px 15px;}
.footer .title{
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    padding-left:22px;
        font-family: var(--work-sans);
}
.footer .title:before{
    position: absolute;
    left: 22px;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: var(--common_green);
    content: "";
}
.footer .info{
    position: relative;
    display: block;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.6em;
    font-family: var(--myfont);
}
.footer ul li .footlinks{
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 5px;
    font-family: "Montserrat", sans-serif;
}
.footer ul li .footlinks:before{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 28px;
    color: var(--common_green);
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f061";
}
.footer ul li:hover .footlinks:before{
  transform: translateX(5px);
  transition: 0.6s;
}

.footer-col iframe {
  filter: none !important;
  opacity: 1 !important;
  display: block;
}
/* **************** in house facilities *************** */
 /* ---------- Heading ---------- */
  .afpl-ihf-head {
    max-width: 1200px;
    margin: 0 auto 24px;
    text-align: center;
  }
  .afpl-ihf-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--myfont);
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--afpl-amber-dk);
    margin-bottom: 14px;
  }
  .afpl-ihf-eyebrow::before,
  .afpl-ihf-eyebrow::after {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--afpl-amber);
    display: inline-block;
  }
  .afpl-ihf-title {
    font-family: var(--myfont);
    font-weight: 800;
  font-size: 35px;
    color: var(--afpl-ink)!important;
    margin: 0 0 14px;
    line-height: 1.15;
  }
  .afpl-ihf-title span { color: var(--afpl-amber-dk)!important; }
  .afpl-ihf-sub {
    max-width: 620px;
    margin: 0 auto;
    color: var(--afpl-steel);
    font-size: 15.5px;
    line-height: 1.7;
  }

  /* ---------- Process rail (signature element) ----------
     Shows 8 stations in a production flow — from Design
     to Packaging — like a factory assembly line. */
  .afpl-ihf-rail {
    max-width: 1200px;
    margin: 0 auto 34px;
    display: flex;
    align-items: center;
    padding: 0 6px;
  }
  .afpl-ihf-rail-track {
    flex: 1;
    height: 2px;
    background: repeating-linear-gradient(
      to right,
      var(--afpl-line) 0 8px,
      transparent 8px 14px
    );
    position: relative;
  }
  .afpl-ihf-rail-track::after {
    content: "";
    position: absolute;
    left: 0; top: 50%;
    width: 0%;
    height: 2px;
    background: var(--afpl-amber);
    transform: translateY(-50%);
    animation: afpl-ihf-fill 2.4s ease-out forwards .2s;
  }
  @keyframes afpl-ihf-fill { to { width: 100%; } }

  /* ---------- Grid ---------- */
  .afpl-ihf-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  @media (max-width: 992px) {
    .afpl-ihf-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px) {
    .afpl-ihf-grid { grid-template-columns: 1fr; }
  }

  /* ---------- Card ----------
     Note: the look that was previously the "hover" state (description + tag visible,
     gradient overlay, bold accent bar) is now the DEFAULT
     (resting) state. A different effect for hover — shine-sweep +
     color-invert badge + tilt-lift — is defined below. */
  .afpl-ihf-card {
    position: relative;
    background: #fff;
    border-radius: var(--afpl-radius);
    overflow: hidden;
    border: 1px solid rgba(232,145,44,.35);
    box-shadow: 0 10px 24px -16px rgba(11,37,69,.22);
    opacity: 0;
    transform: translateY(24px);
    animation: afpl-ihf-rise .6s cubic-bezier(.2,.7,.2,1) forwards;
    transition: box-shadow .45s ease, transform .45s ease, border-color .45s ease;
  }
  @keyframes afpl-ihf-rise {
    to { opacity: 1; transform: translateY(0); }
  }
  /* Staggered entrance — each card appears slightly later */
  .afpl-ihf-card:nth-child(1) { animation-delay: .05s; }
  .afpl-ihf-card:nth-child(2) { animation-delay: .12s; }
  .afpl-ihf-card:nth-child(3) { animation-delay: .19s; }
  .afpl-ihf-card:nth-child(4) { animation-delay: .26s; }
  .afpl-ihf-card:nth-child(5) { animation-delay: .33s; }
  .afpl-ihf-card:nth-child(6) { animation-delay: .40s; }
  .afpl-ihf-card:nth-child(7) { animation-delay: .47s; }
  .afpl-ihf-card:nth-child(8) { animation-delay: .54s; }

  /* New hover effect: card tilts and lifts up + navy glow */
  .afpl-ihf-card:hover,
  .afpl-ihf-card:focus-within {
    transform: translateY(-10px) rotate(-.4deg);
    border-color: var(--afpl-ink);
    box-shadow: 0 30px 54px -22px rgba(11,37,69,.5);
  }

  .afpl-ihf-step {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--afpl-amber);
    color: #fff;
    font-family: var(--myfont);
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .4s ease, transform .4s ease;
  }
  /* Pulsing ring that only animates on hover */
  .afpl-ihf-step::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid var(--afpl-ink);
    opacity: 0;
    transform: scale(.7);
  }
  .afpl-ihf-card:hover .afpl-ihf-step,
  .afpl-ihf-card:focus-within .afpl-ihf-step {
    background: var(--afpl-ink);
    transform: rotate(360deg);
  }
  .afpl-ihf-card:hover .afpl-ihf-step::after,
  .afpl-ihf-card:focus-within .afpl-ihf-step::after {
    animation: afpl-ihf-ping 1.1s ease-out infinite;
  }
  @keyframes afpl-ihf-ping {
    0%   { opacity: .55; transform: scale(.7); }
    100% { opacity: 0;   transform: scale(1.35); }
  }

  .afpl-ihf-media {
    position: relative;
    height: 210px;
    overflow: hidden;
  }
  .afpl-ihf-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    filter: saturate(.94) contrast(1.02);
    transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s ease;
  }
  .afpl-ihf-card:hover .afpl-ihf-media img,
  .afpl-ihf-card:focus-within .afpl-ihf-media img {
    transform: scale(1.16) rotate(1deg);
    filter: saturate(1.15) contrast(1.08) brightness(.96);
  }

  /* Base gradient — now always visible (for the default look) */
  .afpl-ihf-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,37,69,0) 40%, rgba(11,37,69,.55) 100%);
    transition: opacity .4s ease;
  }

  /* Shine-sweep strip — a diagonal glint sweeps across only on hover */
  .afpl-ihf-media::before {
    content: "";
    position: absolute;
    top: -20%;
    left: -30%;
    width: 35%;
    height: 140%;
    background: linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.55) 50%, rgba(255,255,255,0) 100%);
    transform: translateX(-260%) skewX(-18deg);
    z-index: 2;
    pointer-events: none;
  }
  .afpl-ihf-card:hover .afpl-ihf-media::before,
  .afpl-ihf-card:focus-within .afpl-ihf-media::before {
    animation: afpl-ihf-shine 1.1s ease forwards;
  }
  @keyframes afpl-ihf-shine {
    to { transform: translateX(360%) skewX(-18deg); }
  }

  .afpl-ihf-body {
    padding: 18px 18px 20px;
    position: relative;
    transition: background .4s ease;
  }
  .afpl-ihf-body::before {
    content: "";
    position: absolute;
    left: 18px; top: 0;
    width: 48px;
    height: 3px;
    background: var(--afpl-amber);
    border-radius: 3px;
    transition: width .4s ease, background .4s ease;
  }
  .afpl-ihf-card:hover .afpl-ihf-body::before,
  .afpl-ihf-card:focus-within .afpl-ihf-body::before {
    width: 100%;
    left: 0;
    border-radius: 0;
    background: var(--afpl-ink);
  }

  .afpl-ihf-name {
    font-family: var(--myfont);
    font-weight: 700;
    font-size: 16.5px;
    color: var(--afpl-ink);
    margin: 14px 0 6px;
    letter-spacing: .2px;
    transition: color .35s ease;
  }

  .afpl-ihf-desc {
    font-size: 13px;
    color: var(--afpl-steel);
    line-height: 1.55;
    margin: 2px 0 0;
  }

  .afpl-ihf-tag {
    display: inline-block;
    margin-top: 12px;
    font-family: var(--myfont);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--afpl-amber-dk);
    transition: color .35s ease, transform .35s ease, letter-spacing .35s ease;
  }
  .afpl-ihf-tag::after { content: " →"; display: inline-block; transition: transform .35s ease; }
  .afpl-ihf-card:hover .afpl-ihf-tag,
  .afpl-ihf-card:focus-within .afpl-ihf-tag {
    color: var(--afpl-ink);
    letter-spacing: 2px;
  }
  .afpl-ihf-card:hover .afpl-ihf-tag::after,
  .afpl-ihf-card:focus-within .afpl-ihf-tag::after {
    transform: translateX(4px);
  }

  /* Respect reduced motion preference */
  @media (prefers-reduced-motion: reduce) {
    .afpl-ihf-card,
    .afpl-ihf-media img,
    .afpl-ihf-media::before,
    .afpl-ihf-step,
    .afpl-ihf-step::after,
    .afpl-ihf-rail-track::after {
      animation: none !important;
      transition: none !important;
    }
    .afpl-ihf-card { opacity: 1; transform: none; }
    .afpl-ihf-rail-track::after { width: 100%; }
  }

  /* keyboard focus visibility */
  .afpl-ihf-card:focus-within {
    outline: 2px solid var(--afpl-amber-dk);
    outline-offset: 3px;
  }

  /* ********************** why choose us ***************** */
 #afpl-why-section {
    --why-ink:      #0b2545;
    --why-ink-2:    #13315c;
    --why-amber:    #e8912c;
    --why-amber-dk: #c9740f;
    --why-steel:    #5c6b7a;
    --why-paper:    #f7f8fa;
    --why-line:     #e2e6eb;
    --why-radius:   16px;

    position: relative;
    font-family: 'Work Sans', sans-serif;
    background: #ffffff;
    background-image: radial-gradient(circle at 1px 1px, rgba(11,37,69,.055) 1px, transparent 0);
    background-size: 22px 22px;
    padding: 92px 20px 100px;
    overflow: hidden;
  }
  #afpl-why-section * { box-sizing: border-box; }

  .afpl-why-inner {
    max-width: 1220px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 380px) 1fr;
    gap: 54px;
    align-items: start;
  }
  @media (max-width: 1024px) {
    .afpl-why-inner { grid-template-columns: 1fr; }
  }

  /* ---------- Visual / photo panel ---------- */
  .afpl-why-visual {
    position: relative;
    position: sticky;
    top: 30px;
  }
  @media (max-width: 1024px) {
    .afpl-why-visual { position: relative; top: 0; max-width: 460px; margin: 0 auto 12px; }
  }

  .afpl-why-frame {
    position: absolute;
    inset: 18px -18px -18px 18px;
    border: 2px solid var(--why-amber);
    border-radius: var(--why-radius);
    z-index: 0;
  }

  .afpl-why-photo {
    position: relative;
    z-index: 1;
    border-radius: var(--why-radius);
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 30px 60px -30px rgba(11,37,69,.35);
  }
  .afpl-why-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .afpl-why-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(190deg, rgba(11,37,69,0) 55%, rgba(11,37,69,.72) 100%);
  }

  .afpl-why-quote {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    color: #fff;
    font-family: var(--myfont);
    font-weight: 600;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .afpl-why-badge {
    position: absolute;
    z-index: 2;
    right: -22px;
    top: 34px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0 20px 40px -18px rgba(11,37,69,.4);
    text-align: center;
    border: 1px solid var(--why-line);
  }
  @media (max-width: 1024px) {
    .afpl-why-badge { right: 8px; top: 18px; }
  }
  .afpl-why-badge strong {
    display: block;
    font-family: var(--myfont);
    font-weight: 800;
    font-size: 26px;
    color: var(--why-ink);
    line-height: 1;
  }
  .afpl-why-badge span {
    display: block;
    margin-top: 4px;
    font-size: 10.5px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--why-amber-dk);
    font-weight: 600;
  }

  /* ---------- Content ---------- */
  .afpl-why-head {
    margin-bottom: 34px;
  }
  .afpl-why-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--myfont);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--why-amber-dk);
    margin-bottom: 12px;
  }
  .afpl-why-eyebrow::before {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--why-amber);
    display: inline-block;
  }
  .afpl-why-title {
    font-family: var(--myfont);
    font-weight: 800;
    font-size: clamp(26px, 3.6vw, 38px);
    color: var(--why-ink);
    margin: 0 0 12px;
    line-height: 1.15;
  }
  .afpl-why-title span { color: var(--why-amber-dk); }
  .afpl-why-sub {
    max-width: 560px;
    color: var(--why-steel);
    font-size: 15px;
    line-height: 1.7;
  }

  /* ---------- Grid ---------- */
  .afpl-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  @media (max-width: 620px) {
    .afpl-why-grid { grid-template-columns: 1fr; }
  }

  /* ---------- Card ---------- */
  .afpl-why-card {
    position: relative;
    border-radius: 14px;
    padding: 24px 22px 22px;
    background: #fff;
    border: 1px solid var(--why-line);
    box-shadow: 0 1px 2px rgba(11,37,69,.04);
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: afpl-why-rise .55s cubic-bezier(.2,.7,.2,1) forwards;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
  }
  @keyframes afpl-why-rise { to { opacity: 1; transform: translateY(0); } }

  .afpl-why-card:nth-child(1) { animation-delay: .05s; }
  .afpl-why-card:nth-child(2) { animation-delay: .12s; }
  .afpl-why-card:nth-child(3) { animation-delay: .19s; }
  .afpl-why-card:nth-child(4) { animation-delay: .26s; }
  .afpl-why-card:nth-child(5) { animation-delay: .33s; }
  .afpl-why-card:nth-child(6) { animation-delay: .40s; }

  .afpl-why-num {
    position: absolute;
    right: 12px;
    top: 4px;
    font-family: var(--myfont);
    font-weight: 800;
    font-size: 44px;
    line-height: 1;
    color: var(--why-paper);
    -webkit-text-stroke: 1px var(--why-line);
    transition: color .4s ease, -webkit-text-stroke .4s ease;
    pointer-events: none;
    user-select: none;
  }

  .afpl-why-card::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--why-amber), var(--why-amber-dk));
    transition: width .4s ease;
  }

  .afpl-why-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--why-paper);
    border: 1px solid var(--why-line);
    margin-bottom: 16px;
    transition: background .4s ease, transform .4s ease, border-color .4s ease;
  }
  .afpl-why-icon svg {
    width: 24px;
    height: 24px;
    fill: var(--why-ink);
    transition: fill .4s ease;
  }

  .afpl-why-name {
    font-family: var(--myfont);
    font-weight: 700;
    font-size: 15.5px;
    color: var(--why-ink);
    margin: 0 0 6px;
    position: relative;
  }
  .afpl-why-desc {
    font-size: 12.8px;
    color: var(--why-steel);
    line-height: 1.6;
    margin: 0;
    position: relative;
  }

  .afpl-why-shine {
    position: absolute;
    top: -50%;
    left: -40%;
    width: 40%;
    height: 240%;
    background: linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,0) 100%);
    transform: translateX(-260%) skewX(-18deg);
    pointer-events: none;
    mix-blend-mode: overlay;
  }
  .afpl-why-card:hover .afpl-why-shine {
    animation: afpl-why-sweep 1.05s ease forwards;
  }
  @keyframes afpl-why-sweep { to { transform: translateX(360%) skewX(-18deg); } }

  /* ---------- Hover state ---------- */
  .afpl-why-card:hover,
  .afpl-why-card:focus-within {
    transform: translateY(-6px);
    border-color: rgba(232,145,44,.55);
    box-shadow: 0 24px 40px -22px rgba(11,37,69,.28);
  }
  .afpl-why-card:hover::after,
  .afpl-why-card:focus-within::after { width: 100%; }

  .afpl-why-card:hover .afpl-why-icon,
  .afpl-why-card:focus-within .afpl-why-icon {
    background: var(--why-ink);
    border-color: var(--why-ink);
    transform: rotate(-6deg) scale(1.06);
  }
  .afpl-why-card:hover .afpl-why-icon svg,
  .afpl-why-card:focus-within .afpl-why-icon svg {
    fill: var(--why-amber);
  }

  .afpl-why-card:hover .afpl-why-num,
  .afpl-why-card:focus-within .afpl-why-num {
    color: rgba(232,145,44,.12);
    -webkit-text-stroke: 1px rgba(232,145,44,.4);
  }

  .afpl-why-card:focus-within {
    outline: 2px solid var(--why-amber-dk);
    outline-offset: 3px;
  }
  @media (prefers-reduced-motion: reduce) {
    .afpl-why-card, .afpl-why-shine, .afpl-why-icon {
      animation: none !important;
      transition: none !important;
    }
    .afpl-why-card { opacity: 1; transform: none; }
  }


  /* ****************** product description ************ */
  #afpl-prod-section {
    --prod-ink:      #0b2545;
    --prod-ink-2:    #13315c;
    --prod-amber:    #e8912c;
    --prod-amber-dk: #c9740f;
    --prod-steel:    #5c6b7a;
    --prod-paper:    #f6f5f1;
    --prod-line:     #e4e1d9;
    --prod-radius:   18px;

    font-family: 'Work Sans', sans-serif;
    background: var(--prod-paper);
    padding: 27px 20px 100px;
  }
  #afpl-prod-section * { box-sizing: border-box; }

  /* ---------- Heading ---------- */
  .afpl-prod-head {
    max-width: 1220px;
    margin: 0 auto 46px;
    text-align: center;
  }
  .afpl-prod-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--prod-amber-dk);
    margin-bottom: 12px;
  }
  .afpl-prod-eyebrow::before,
  .afpl-prod-eyebrow::after {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--prod-amber);
    display: inline-block;
  }
  .afpl-prod-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: clamp(26px, 3.6vw, 38px);
    color: var(--prod-ink);
    margin: 0;
    line-height: 1.15;
  }
  .afpl-prod-title span { color: #c9740f!important; }

  /* ---------- Tabs ---------- */
  .afpl-prod-tabs {
    max-width: 1220px;
    margin: 0 auto 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  .afpl-prod-tab {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14.5px;
    color: var(--prod-ink);
    background: #fff;
    border: 1px solid var(--prod-line);
   padding: 6px 22px;
    border-radius: 16px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease, box-shadow .3s ease;
    
  }
  .afpl-prod-tab:hover {
    border-color: var(--prod-amber);
    transform: translateY(-2px);
  }
  .afpl-prod-tab.afpl-prod-tab-active {
    background: var(--prod-ink);
    border-color: var(--prod-ink);
    color: #fff;
    box-shadow: 0 14px 26px -14px rgba(11,37,69,.55);
  }
  .afpl-prod-tab:focus-visible {
    outline: 2px solid var(--prod-amber-dk);
    outline-offset: 2px;
  }

  /* ---------- Panels ---------- */
  .afpl-prod-panels {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
  }

  .afpl-prod-panel {
    display: none;
    background: #fff;
    border-radius: var(--prod-radius);
    overflow: hidden;
    box-shadow: 0 30px 60px -34px rgba(11,37,69,.35);
    grid-template-columns: minmax(0, 46%) 1fr;
  }
  .afpl-prod-panel.afpl-prod-panel-active {
    display: grid;
    animation: afpl-prod-fade .45s ease;
  }
  @keyframes afpl-prod-fade {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @media (max-width: 800px) {
    .afpl-prod-panel.afpl-prod-panel-active { grid-template-columns: 1fr; }
  }

  /* ---- visual (image) side ---- */
  .afpl-prod-visual {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
      padding: 30px 18px;
    background: var(--prod-visual-bg, linear-gradient(150deg, #0b2545 0%, #163a6e 100%));
    /* clip-path: polygon(0 0, 100% 0, 100% 82%, 88% 100%, 0 100%); */
        flex-direction: column;
  }
  @media (max-width: 800px) {
    .afpl-prod-visual { min-height: 280px; clip-path: none; }
  }
  .afpl-prod-visual img {
    max-width: 49%;
    max-height: 320px;
    object-fit: contain;
    filter: drop-shadow(0 18px 26px rgba(0,0,0,.35));
    transition: transform .5s ease;
  }
  .afpl-prod-panel-active .afpl-prod-visual img {
    animation: afpl-prod-pop .55s cubic-bezier(.2,.8,.3,1.2);
  }
  @keyframes afpl-prod-pop {
    from { opacity: 0; transform: scale(.85); }
    to   { opacity: 1; transform: scale(1); }
  }
  .afpl-prod-badge {
    /* position: absolute;
    left: 22px;
    bottom: 22px;
    background: var(--prod-amber);
    color: var(--prod-ink);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 11.5px;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 9px 16px;
    border-radius: 999px; */
    position: absolute;
    right: -42px;
    bottom: 65px;
    background: var(--prod-amber);
    color: #f8f9fa;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 0px 6px;
    border-radius: 50%;
    height: 120px;
    width: 120px;
       display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 990;
  }

  /* ---- info side ---- */
  .afpl-prod-info {
    padding: 46px 48px 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  @media (max-width: 800px) {
    .afpl-prod-info { padding: 34px 26px 36px; }
  }

  .afpl-prod-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: var(--prod-ink);
    margin: 0 0 16px;
  }
  .afpl-prod-desc {
    font-size: 15px;
    line-height: 1.75;
    color: var(--prod-steel);
    margin: 0 0 26px;
    max-width: 62ch;
  }

  .afpl-prod-coat-label {
  display: flex;
    align-items: start;
    gap: 7px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--prod-ink);
    margin-bottom: 14px;
    flex-direction: column;
  }
  .afpl-prod-coat-label::before {
    content: "";
    width: 20px;
    height: 3px;
    background: var(--prod-amber);
    border-radius: 3px;
    flex-shrink: 0;
  }

  .afpl-prod-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
  .afpl-prod-chip {
    display: inline-flex;
    align-items: center;
    cursor: pointer;

    gap: 9px;
    background: var(--prod-paper);
    border: 1px solid var(--prod-line);
    padding: 8px 15px 8px 8px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: var(--prod-ink);
    transition: border-color .3s ease, background .3s ease, transform .3s ease;
  }
  .afpl-prod-chip:hover {
    border-color: var(--prod-amber);
    background: #fff;
    transform: translateY(-2px);
  }
  .afpl-prod-chip i {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.08);
  }

  .afpl-prod-more {
  display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
    gap: 8px;
    text-decoration: none;
     /* width: fit-content; */
  }
  .afpl-prod-more span.afpl-prod-more-line {
    width: 40px;
    height: 2px;
    background: var(--prod-amber);
    transition: width .35s ease;
  }
  .afpl-prod-more span.afpl-prod-more-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    color: var(--prod-ink);
    transition: color .3s ease, letter-spacing .3s ease;
  }
  .afpl-prod-more:hover span.afpl-prod-more-line { width: 68px; }
  .afpl-prod-more:hover span.afpl-prod-more-text { color: var(--prod-amber-dk); letter-spacing: .4px; }

  @media (prefers-reduced-motion: reduce) {
    .afpl-prod-panel, .afpl-prod-visual img { animation: none !important; }
  }


  /* --- MAIN SECTION STYLING --- */
/* ============ REDESIGNED BLOG / NEWS SECTION ============ */
#adv-blog-news-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 90px 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.adv-blog-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* --- TITLE --- */
.adv-blog-section-title {
    text-align: center;
    margin-bottom: 55px;
}

.adv-blog-section-title span.adv-blog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c2780e;
    margin-bottom: 12px;
}
.adv-blog-section-title span.adv-blog-eyebrow::before,
.adv-blog-section-title span.adv-blog-eyebrow::after {
    content: "";
    width: 26px;
    height: 2px;
    background: #c2780e;
    display: inline-block;
}

.adv-blog-section-title h2 {
    font-size: 36px;
    color: #0c2340;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.5px;
}

.adv-blog-section-title h2 span {
    color: #c2780e;
}

.adv-blog-section-title p {
    max-width: 560px;
    margin: 14px auto 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

/* --- CARD --- */
.adv-blog-item-card {
    background: #ffffff;
    border-radius: 18px;
    width: 360px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(12, 35, 64, 0.06);
    border: 1px solid #eef2f6;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.45s ease,
                border-color 0.45s ease;
    position: relative;
}

.adv-blog-item-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 50px rgba(12, 35, 64, 0.14);
    border-color: #f0d9b5;
}

/* --- IMAGE --- */
.adv-blog-image-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #f8fafc;
    position: relative;
}

.adv-blog-image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12,35,64,0) 55%, rgba(12,35,64,.55) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.adv-blog-item-card:hover .adv-blog-image-box::after {
    opacity: 1;
}

.adv-blog-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.adv-blog-item-card:hover .adv-blog-image-box img {
    transform: scale(1.08);
}

/* Category badge on image */
.adv-blog-cat-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #ffffff;
    color: #0c2340;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

/* --- BODY --- */
.adv-blog-body-content {
    padding: 26px 25px 24px;
    box-sizing: border-box;
}

.adv-blog-meta-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.adv-blog-meta-author i {
    font-size: 18px;
    color: #c2780e;
}

.adv-blog-meta-author span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #94a3b8;
}

.adv-blog-item-card h3.adv-blog-title {
    font-size: 19px;
    font-weight: 700;
    color: #0c2340;
    line-height: 1.4;
    margin: 0 0 10px;
    transition: color 0.3s ease;
}
.adv-blog-item-card:hover h3.adv-blog-title {
    color: #c2780e;
}

.adv-blog-short-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 46px;
}
.adv-blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 54px;
}
/* divider line */
.adv-blog-body-content::before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #c2780e;
    border-radius: 3px;
    margin-bottom: 16px;
}
.adv-blog-slider .slick-track {
    display: flex !important;
}

.adv-blog-slider .slick-slide {
    height: auto !important;
    display: flex !important;
}

.adv-blog-slider .slick-slide > div {
    width: 100%;
    display: flex;
}

.adv-blog-item-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.adv-blog-body-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Fixed height for meta row */
.adv-blog-meta-author {
    min-height: 20px;
}
/* READ MORE BUTTON */
.adv-blog-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #0c2340;
    text-decoration: none;
    transition: color 0.25s ease, gap 0.25s ease;
}

.adv-blog-action-btn i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.adv-blog-item-card:hover .adv-blog-action-btn {
    color: #c2780e;
}
.adv-blog-item-card:hover .adv-blog-action-btn i {
    transform: translateX(5px);
}

/* --- SLIDER SPACING --- */
.adv-blog-slider .adv-blog-item-card {
    margin: 15px 15px;
}

.adv-blog-slider {
    width: 100%;
    display: block;
}

.industry-slider, .adv-blog-slider {
    position: relative;
    padding: 0 40px;
}

/* --- ARROWS (blog slider matches theme navy) --- */
.adv-blog-slider .slick-prev,
.adv-blog-slider .slick-next {
    width: 46px !important;
    height: 46px !important;
    background-color: #0c2340 !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 22px rgba(12,35,64,0.25);
}
.adv-blog-slider .slick-prev:hover,
.adv-blog-slider .slick-next:hover {
    background-color: #c2780e !important;
}

@media (max-width: 575px){
    .adv-blog-item-card { width: 100%; }
    .adv-blog-section-title h2 { font-size: 28px; }
}


#adv-blog-news-section {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 35px 0;
    font-family: 'Poppins', sans-serif;
}

.adv-blog-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.adv-blog-section-title {
    text-align: center;
    margin-bottom: 55px;
}

.adv-blog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c2780e;
    margin-bottom: 12px;
}
.adv-blog-eyebrow::before,
.adv-blog-eyebrow::after {
    content: "";
    width: 26px;
    height: 2px;
    background: #c2780e;
    display: inline-block;
}

.adv-blog-section-title h2 {
    font-size: 36px;
    color: #0c2340;
    font-weight: 800;
    margin: 0;
    letter-spacing: -0.5px;
}

.adv-blog-section-title h2 span {
    color: #c2780e;
}

.adv-blog-section-title p {
    max-width: 560px;
    margin: 14px auto 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

.adv-blog-item-card {
    background: #ffffff;
    border-radius: 18px;
    width: 360px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(12, 35, 64, 0.06);
    border: 1px solid #eef2f6;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.45s ease,
                border-color 0.45s ease;
}

.adv-blog-item-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 50px rgba(12, 35, 64, 0.14);
    border-color: #f0d9b5;
}

.adv-blog-image-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #f8fafc;
    position: relative;
}

.adv-blog-image-box::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12,35,64,0) 55%, rgba(12,35,64,.55) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.adv-blog-item-card:hover .adv-blog-image-box::after {
    opacity: 1;
}

.adv-blog-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.adv-blog-item-card:hover .adv-blog-image-box img {
    transform: scale(1.08);
}

.adv-blog-cat-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: #ffffff;
    color: #0c2340;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

.adv-blog-body-content {
    padding: 26px 25px 24px;
    box-sizing: border-box;
    position: relative;
}

.adv-blog-body-content::before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #c2780e;
    border-radius: 3px;
    margin-bottom: 16px;
}

.adv-blog-meta-author {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.adv-blog-meta-author i {
    font-size: 13px;
    color: #c2780e;
}

.adv-blog-meta-author span {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #94a3b8;
}

.adv-blog-dot {
    color: #cbd5e1;
    font-size: 10px;
}

.adv-blog-read-time {
    text-transform: none !important;
    font-weight: 500 !important;
    color: #94a3b8;
}

.adv-blog-title {
    font-size: 19px;
    font-weight: 700;
    color: #0c2340;
    line-height: 1.4;
    margin: 0 0 10px;
    transition: color 0.3s ease;
}
.adv-blog-item-card:hover .adv-blog-title {
    color: #c2780e;
}

.adv-blog-short-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.65;
    margin: 0 0 20px 0;
}

.adv-blog-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #0c2340;
    text-decoration: none;
    transition: color 0.25s ease;
}

.adv-blog-action-btn i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.adv-blog-item-card:hover .adv-blog-action-btn {
    color: #c2780e;
}
.adv-blog-item-card:hover .adv-blog-action-btn i {
    transform: translateX(5px);
}

.adv-blog-slider .adv-blog-item-card {
    margin: 15px 15px;
}

.adv-blog-slider {
    width: 100%;
    display: block;
}

.industry-slider, .adv-blog-slider {
    position: relative;
    padding: 0 40px;
}

.adv-blog-slider .slick-prev,
.adv-blog-slider .slick-next {
    width: 46px !important;
    height: 46px !important;
    background-color: #0c2340 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 18px !important;
    z-index: 10;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(12,35,64,0.25);
    transition: all 0.3s ease;
}
.adv-blog-slider .slick-prev:hover,
.adv-blog-slider .slick-next:hover {
    background-color: #c2780e !important;
}
.adv-blog-slider .slick-prev { left: 0px; }
.adv-blog-slider .slick-next { right: 0px; }

.slick-prev:before,
.slick-next:before {
    display: none !important;
}
.slick-prev i, .slick-next i {
    color: #ffffff !important;
    display: inline-block;
    line-height: 1;
}

@media (max-width: 991px) {
    .adv-blog-slider {
        padding: 0 0px;
    }
}

@media (max-width: 575px){
    .adv-blog-item-card { width: 100%; }
    .adv-blog-section-title h2 { font-size: 28px; }
}


/* दोन्ही स्लॉइडर्सच्या मुख्य कंटेनरला पोझिशन रिलेटिव्ह देणे आवश्यक आहे */
.industry-slider, .adv-blog-slider {
    position: relative;
    padding: 0 40px; /* ॲरोजसाठी डाव्या आणि उजव्या बाजूला जागा सोडली आहे */
}

.slick-prev:before, 
.slick-next:before {
    display: none !important;
}
/* ॲरोजची कॉमन डिझाईन स्टाइल (गोल आणि रंग) */
.slick-prev, .slick-next {
    width: 45px !important;
    height: 45px !important;
    background-color: #0b3c7b !important; /* फोटोमधील निळा रंग मॅच करण्यासाठी */
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 18px !important;
    z-index: 10;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* आयकॉन बटणाच्या आत बरोबर मध्यभागी येण्यासाठी */
.slick-prev i, .slick-next i {
    color: #ffffff !important;
    display: inline-block;
}

/* होव्हर (Hover) इफेक्ट - माऊस नेल्यावर काय बदल व्हावा */
.slick-prev:hover, .slick-next:hover {
    background-color: #05234d !important; /* थोडा गडद निळा रंग */
}

/* डाव्या बाजूचा (Left) Arrow */
.slick-prev {
    left: 0px; 
}

/* उजव्या बाजूचा (Right) Arrow */
.slick-next {
    right: 0px;
}



/* फॉन्टऑसम आयकॉनची पोझिशन व्यवस्थित करण्यासाठी */
.slick-prev i, .slick-next i {
    line-height: 1;
}

/* नवीन फ्लेक्स कॉलम बेस स्टाईल */
.footer-col {
  padding: 0 7px;
  box-sizing: border-box;
  width: 100%; /* मोबाईलवर बाय-डिफॉल्ट १००% रुंदी */
}

/* टॅब्लेट स्क्रीनसाठी (900px पेक्षा मोठ्या स्क्रीनवर २-२ कॉलम्स) */
@media (min-width: 900px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px; /* दोन ओळींमध्ये अंतर ठेवण्यासाठी */
  }
}

/* लॅपटॉप/डेस्कटॉप स्क्रीनसाठी (1200px किंवा अधिक स्क्रीनवर सर्व एकाच ओळीत) */
@media (min-width: 1200px) {
  .footer-col {
    margin-bottom: 0; /* लॅपटॉपवर बॉटम मार्जिन काढले */
  }
  
  /* पहिल्या कॉलमला थोडी जास्त जागा (कंपनी माहिती) */
  .footer-col:nth-child(1) {
    width: 35%;
  }
  
  /* सर्व्हिसेस कॉलम */
  .footer-col:nth-child(2) {
    width: 22%;
  }
  
  /* युजफुल लिंक्स कॉलम */
  .footer-col:nth-child(3) {
    width: 20%;
  }
  
  /* गुगल मॅप कॉलम */
  .footer-col:nth-child(4) {
    width: 23%;
  }
}



.cert-float-wrap{
  position: relative;
  z-index: 20;
  margin-top: -60px;
  padding: 0 20px;
}
.cert-float-card{
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  padding: 10px 30px;
  overflow: hidden;
  position: relative;
}
.cert-float-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(76,175,80,0.25), transparent 40%, transparent 60%, rgba(76,175,80,0.25));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cert-marquee{
  overflow: hidden;
  width: 100%;
}
.cert-track{
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: certScroll 22s linear infinite;
}
.cert-float-card:hover .cert-track{
  animation-play-state: paused;
}
.cert-item{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  /* opacity: 0.75;
  filter: grayscale(100%); */
  transition: opacity 0.35s ease, filter 0.35s ease, transform 0.35s ease;
}
.cert-item:hover{
  opacity: 1;
  filter: grayscale(0%);
  transform: translateY(-4px);
}
.cert-item img{
  height: 100px;
  width: auto;
  object-fit: contain;
}
.cert-item span{
  font-size: 15px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

@keyframes certScroll{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

@media (max-width: 991px){
  .cert-float-wrap{ margin-top: -40px; }
  .cert-float-card{ padding: 18px 20px; }
  .cert-item img{ height: 32px; }
  .cert-item span{ font-size: 11px; }
  .cert-track{ gap: 40px; animation-duration: 16s; }
}

@media (max-width: 575px){
  .cert-float-wrap{ margin-top: -25px; padding: 0 12px; }
  .cert-float-card{ padding: 14px 16px; border-radius: 12px; }
  .cert-item{ gap: 8px; }
  .cert-item img{ height: 26px; }
  .cert-item span{ font-size: 10px; }
  .cert-track{ gap: 28px; animation-duration: 12s; }
}


.brand-carousel-area{
  padding: 80px 0;
  background: white;
  position: relative;
  overflow: hidden;
}
.brand-carousel-area .sec-title{
  margin-bottom: 45px;
}
.brand-carousel-area .sec-title h3{
  font-size: 34px;
  font-weight: 800;
  color: #0e2a47;
  margin: 0 0 8px;
}
.brand-carousel-area .sec-title h3 span{
  color: #d17a1f;
}
.brand-carousel-area .sec-subtitle{
  font-size: 15px;
  color: #6b7280;
  margin: 0;
}

.brand-carousel-slick{
  padding: 0 10px;
}
.brand-slide-item{
  padding: 0 12px;
}
.brand-logo-card{
  background: #ffffff;
  border: 1px solid #e7e9ee;
  border-radius: 12px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
}
.brand-logo-card img{
  /* max-width: 100%;
  max-height: 55px;
  width: auto; */
  /* object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7; */
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}
.brand-logo-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(14,42,71,0.1);
  border-color: #4CAF50;
}
.brand-logo-card:hover img{
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.06);
}

.brand-carousel-slick .slick-dots{
  bottom: -45px;
}
.brand-carousel-slick .slick-dots li button:before{
  font-size: 9px;
  color: #4CAF50;
  opacity: 0.3;
}
.brand-carousel-slick .slick-dots li.slick-active button:before{
  opacity: 1;
}
.brand-carousel-slick .slick-arrow{
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(0,0,0,0.1);
  z-index: 5;
  transition: background 0.3s ease;
}
.brand-carousel-slick .slick-arrow:hover{
  background: #4CAF50;
}
.brand-carousel-slick .slick-arrow:before{
  color: #0e2a47;
  font-size: 18px;
  opacity: 1;
}
.brand-carousel-slick .slick-arrow:hover:before{
  color: #ffffff;
}
.brand-carousel-slick .slick-prev{ left: -18px; }
.brand-carousel-slick .slick-next{ right: -18px; }

@media (max-width: 991px){
  .brand-carousel-area{ padding: 60px 0; }
  .brand-carousel-area .sec-title h3{ font-size: 26px; }
  .brand-logo-card{ height: 115px; padding: 18px; }
  .brand-logo-card img{ max-height: 42px; }
  .brand-carousel-slick .slick-arrow{ display: none !important; }
}

@media (max-width: 575px){
  .brand-carousel-area{ padding: 45px 0; }
  .brand-carousel-area .sec-title h3{ font-size: 21px; }
  .brand-carousel-area .sec-subtitle{ font-size: 13px; }
  .brand-logo-card{ height: 95px; padding: 14px; }
  .brand-logo-card img{ max-height: 34px; }
  .brand-slide-item{ padding: 0 8px; }
}


.brand-carousel-area .container{
  max-width: 1300px;
  padding-left: 60px;
  padding-right: 60px;
}

.brand-carousel-area .brand-carousel-slick{
  position: relative;
  padding: 0 15px;
}

.brand-carousel-area .brand-carousel-slick .slick-prev,
.brand-carousel-area .brand-carousel-slick .slick-next{
  width: 42px;
  height: 42px;
  background: #0e2a47;
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(0,0,0,0.12);
  z-index: 5;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.brand-carousel-area .brand-carousel-slick .slick-prev{
  left: -55px;
}
.brand-carousel-area .brand-carousel-slick .slick-next{
  right: -55px;
}

.brand-carousel-area .brand-carousel-slick .slick-prev i,
.brand-carousel-area .brand-carousel-slick .slick-next i{
  color: #ffffff;
  font-size: 16px;
}

.brand-carousel-area .brand-carousel-slick .slick-prev:hover,
.brand-carousel-area .brand-carousel-slick .slick-next:hover{
  background: #4CAF50;
}

@media (max-width: 991px){
  .brand-carousel-area .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .brand-carousel-area .brand-carousel-slick .slick-prev,
  .brand-carousel-area .brand-carousel-slick .slick-next{
    display: none !important;
  }
}
.erinyen.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    min-width: 50px!important;
    min-height: 50px!important;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 35px; }

    .erinyen.tparrows:before {    line-height: 50px!important;   }


    @media(max-width:992px){
        .header-navigation {
   
    top:0px!important;
}

.header-navigation .container .right-side-box{
    /* right: -14px!important; */
        top:51%!important
}
.header-navigation .container .right-side-box .rqa-btn:after{
        top: 0px!important;
}
/* .mymobileslider{
        margin-top: -60px;
} */

}

@media (max-width: 991px){
  .header-navigation .container{
    padding-right: 0 !important;
  }
  .header-navigation .container .right-side-box{
    right: 0 !important;
  }

  #slick .slick-slide{
  width: 100% !important;
}
#slick .slider-video{
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.adv-blog-slider{
        padding: 0 0px;
}


.header-navigation .container .navbar-header button.side-nav-toggler {
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #0b2545;
    font-size: 18px;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(11, 37, 69, 0.15);
    border: 1px solid #e2e6eb;
    transition: all 0.3s ease;
}
.header-navigation .container .navbar-header button.side-nav-toggler i{    font-size: 21px;}

.header-navigation .container .navbar-header button.side-nav-toggler:hover {
    background-color: #0b2545;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(11, 37, 69, 0.25);
    transform: translateY(-2px);
}

.header-navigation .container .navbar-header button.side-nav-toggler:active {
    transform: translateY(0);
}

.offer-section .form-column .inner-column{
    padding-right: 0px;
}

.offer-section .content-column > .inner-column{
        margin-left: 0px;
            margin-top: 0px;
}

.offer-section .content-column > .inner-column {
    position: relative;
    padding: 23px 10px 0px;
    box-shadow: 0 8px 17px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 15%);
    margin-left: 0px;
    padding-left: 32px;
    background: #fff;
    margin-top: 0px;
}
.offer-section .form-column{
        margin-bottom: 0px;
}

.industry-slider{
    padding: 0 0px;
}

.brand-logo-card img{
    max-height: 95px;
}

#afpl-ihf-section{
    padding: 27px 20px 8px;
}

#afpl-why-section{
        padding: 15px 20px 30px!important;
}

#afpl-prod-section{
        padding: 27px 20px 36px;
}

.sec-title h3 {
    font-family: var(--myfont);
    font-weight: 800;
    font-size: 28px;
}
.afpl-ihf-title{
    font-size: 28px;

}
}

.footer-col {
    position: relative;
    z-index: 2;
}

.footer-col iframe {
    filter: none !important;
    opacity: 1 !important;
    display: block;
    position: relative;
    z-index: 2;
}

#afpl-test-section {
    --test-ink: #0b2545;
    --test-amber: #e8912c;
    --test-amber-dk: #c9740f;
    --test-steel: #5c6b7a;
    --test-line: #e2e6eb;
    background: #0d1b2e;
    background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.04) 1px, transparent 0);
    background-size: 22px 22px;
    padding: 40px 20px 40px;
    font-family: 'Work Sans', sans-serif;
    position: relative;
    overflow: hidden;
}
#afpl-test-section * { box-sizing: border-box; }

.afpl-test-head {
    max-width: 640px;
    margin: 0 auto 50px;
    text-align: center;
}
.afpl-test-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--test-amber);
    margin-bottom: 12px;
}
.afpl-test-eyebrow::before,
.afpl-test-eyebrow::after {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--test-amber);
    display: inline-block;
}
.afpl-test-title {
    font-family: var(--myfont);
    font-weight: 800;
    font-size: clamp(26px, 3.6vw, 38px);
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.15;
}
.afpl-test-title span { color: var(--test-amber); }
.afpl-test-sub {
    color: rgba(255,255,255,.65);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.afpl-test-slider {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.afpl-test-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 28px 28px;
    margin: 10px 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
    position: relative;
    min-height: 300px;
    display: flex !important;
    flex-direction: column;
}

.afpl-test-quote-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(232,145,44,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.afpl-test-quote-icon svg {
    width: 20px;
    height: 20px;
    color: var(--test-amber-dk);
}

.afpl-test-text {
    font-size: 14.5px;
    line-height: 1.75;
    color: var(--test-steel);
    margin: 0 0 20px;
    flex: 1;
}

.afpl-test-rating {
    margin-bottom: 20px;
}
.afpl-test-rating i {
    color: var(--test-amber);
    font-size: 13px;
    margin-right: 2px;
}

.afpl-test-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid var(--test-line);
}
.afpl-test-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--test-amber);
}
.afpl-test-author-info h3 {
    margin: 0;
    font-size: 15.5px;
    font-weight: 700;
    color: var(--test-ink);
}
.afpl-test-author-info span {
    font-size: 12.5px;
    color: var(--test-steel);
    font-weight: 500;
}

.afpl-test-slider .slick-track {
    display: flex !important;
}
.afpl-test-slider .slick-slide {
    height: auto !important;
}
.afpl-test-slider .slick-slide > div {
    height: 100%;
}

.afpl-test-slider .slick-prev,
.afpl-test-slider .slick-next {
    width: 46px !important;
    height: 46px !important;
    background-color: var(--test-amber) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #0d1b2e !important;
    font-size: 16px !important;
    z-index: 10;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0,0,0,.3);
    transition: all .3s ease;
}
.afpl-test-slider .slick-prev:hover,
.afpl-test-slider .slick-next:hover {
    background-color: #ffffff !important;
}
.afpl-test-slider .slick-prev { left: -10px; }
.afpl-test-slider .slick-next { right: -10px; }
.afpl-test-slider .slick-prev:before,
.afpl-test-slider .slick-next:before {
    display: none !important;
}
.afpl-test-slider .slick-prev i,
.afpl-test-slider .slick-next i {
    line-height: 1;
}

.afpl-test-slider .slick-dots {
    bottom: -45px;
}
.afpl-test-slider .slick-dots li button:before {
    font-size: 9px;
    color: var(--test-amber);
    opacity: .35;
}
.afpl-test-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

@media (max-width: 991px) {
    .afpl-test-slider { padding: 0; }
    .afpl-test-slider .slick-prev,
    .afpl-test-slider .slick-next { display: none !important; }
}

.get-quote-btn {
       display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--common_green);
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 11px;
    border-radius: 25px;
    margin-left: 20px;
    transition: all .3s ease;
}
.get-quote-btn:hover {
    background: #113f74;
}

.whychooseus{
    position: relative;
    z-index: 8;
}
.contactpadding{
    padding: 60px 0!important;
}
.establish{
    margin-top: 30px;
}
.establish .inner-column .icon{
        position: relative;
    display: block;
    font-size: 30px;
    text-align: center;
    color: var(--common_color);
    margin-bottom: 10px;
    line-height: 1em;
}
.establish .inner-column .count-box{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    color: #353535;
    margin-bottom: 10px;
}
.establish .inner-column .count-box .count-text {
    position: relative;
    font-size: 40px;
    line-height: 1em;
    font-weight: 700;
    color: #353535;
}
.establish .inner-column .offer-section .fact-counter .counter-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #353535;
    font-family: var(--myfont);

    font-weight: 500; }

    .logobottomname{
         position: relative;
    /* background: linear-gradient(to right, #ff0000, #003366);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: var(--common_color);
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom:0px;
    }
    .fullwidthbanner-container .fullwidthabanner{
        height: 560px!important;
        max-height: 560px!important;

    }
    .footer-col ul{
        padding-left: 21px!important;
            list-style-type: none!important;
    }
.coatingcard{
       padding: 12px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 17px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
        margin-top: 20px;
}
.counter-title{
    font-family: var(--myfont);
      font-weight: 400 !important;
    font-size: 16px;
}

