/*-----------------------------------------------------------------------------------

    Template Name: Randerc - It Solutions & Services HTML Template
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Rocks_theme
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header top Area
    2.1 Header Bottom Area 
    2.2. Sticky Header Area
    2.3. Mobile Menu Area
    3. Intro Area
    4.Welcome Services Area
    5. About area
    6. Services Area
    7. Counter Area
    8. banner area css
    9. projects Area
    10. Quote Area
    11.tab Area
    12. Blog Area
    13.Reviews Area Css
    14. Footer Area
    15. Home 02 area
    16. Brand area
    17. Team Area css
    18. Home 03
    19. Digital Service Area
    20. Breadcumbs Area
    21. Overview Area
    22. FAQ  Area
    23. Blog Sidebar Area
    24. Blog Details
    25.Contact CSS
    26. Services Details area
    27. Project Details page
    28. Login and Register

    
-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800,900&amp;display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
    height: 100%;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
a:focus {
    outline:0px solid;
}
img {max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden;
}
p {
    margin:0 0 15px;
    color: #5d6471;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0 0 15px;
    color: #151b2c;
    font-weight: 400;
}
h1{
    font-size: 48px;
    line-height: 52px;
        
}
h2{
    font-size: 42px;
    line-height:46px;
        
}
h3{
    font-size: 33px;
    line-height: 40px;
    font-weight: 500;
}
h4{
    font-size: 26px;
    line-height: 32px;
        
}
h5{
    font-size: 20px;
    line-height: 28px;
        
}
h6{
    font-size: 16px;
    line-height: 26px;
        
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:hover {
  color: #f6a623;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #151b2c;
    text-decoration: none;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #7a7788;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
}
#scrollUp {
    background: #f6a623 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    color: #fff;
    font-size: 24px;
    height: 40px;
    line-height: 37px;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}
#scrollUp:hover {
    background: #fff;
    opacity: 1;
    border:1px solid #f6a623;
    color:#f6a623;
}
.clear{
    clear:both;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
    position: fixed;
    left: 0; 
    top: 0; 
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #f6a623;
    text-shadow: none;
}
::selection {
    background: #f6a623;
    text-shadow: none;
}
.bg-color{
    background:#f5f8fb;
}
.bg-color-2{
    background:#0F2350;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
    padding: 40px 20px;
}
.area-padding-2 {
    padding: 40px 0px 15px;
    background: #fff6e540;
}
.section-headline {
    padding-bottom: 30px;
    position: relative;
}
.section-headline h3 {
    font-size: 34px;
    /* max-width: 721px; */
    line-height: 40px;
    margin: 0px auto 15px;
    font-weight: 500;
}
.section-headline.left-headline h3 {
    max-width: 100%;
    margin: 0px 0px 20px;
    text-align: left;
}
.section-headline.right-headline h3 {
    max-width: 100%;
    margin: 0px 0px 20px;
    text-align: left;
}
.white-headline h3{
   color:#fff; 
}
.section-headline p {
    /* max-width: 560px; */
    font-size: 17px;
    margin: 0 auto;
}
.section-headline.left-headline p,
.section-headline.right-headline p {
    max-width: 100%;
    text-align: left;
}
.mar-row{
    margin-top: 50px;
}
.bg-background{
    position: relative;
    background: url(img/background/bgp3.html);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-white{
    background: #fff;
}
.bg-gray{
   background: #FDFCFC; 
}
.color {
    color: #f6a623;
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background: #1c212d;
}
.logo img{
width: 80px !important;
}
.topbar-left ul li a {
    color: #ccc;
    display: block;
    margin-right: 20px;
    padding: 10px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.60px;
}
.topbar-left ul li a i {
    color: #fff;
    font-size: 16px;
    padding-right: 7px;
}
.topbar-left ul li:last-child a{
    margin-right:0px;
}
.top-social {
    float: right;
    padding: 10px 0px;
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #fff;
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    border-radius: 3px;
    background: #f6a623;
}
.top-social ul li a:hover{
    color:#fff;
    opacity: 1;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.header-area {
    background:rgba(255,255,255,0.8);
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 16px 0;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    padding: 25px 18px;
    text-transform: capitalize;
    position: relative;
}
.main-menu ul.navbar-nav li a:hover{
    color: #f4e07a;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #fff;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #f6a623;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -99;
    padding: 10px 0px;
    border-top: 2px solid #f6a623;
}
.pages {
    position: relative;
}
.main-menu ul.nav > li> a.pages::after {
    color: #444;
    content: "\e64b";
    font-family: themify;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 27px;
}
.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #151b2c;
    display: block;
    font-size: 14px;
    padding: 5px 20px;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #ccde30;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#f6a623;
}
.header-right-link {
    float: right;
    /* width: 200px; */
    /* padding: 30px 0px; */
    /* margin-left: 70px; */
    text-align: right;
    margin-top: 25px;
}
.slice-btn {
    display: inline-block;
    padding: 0px 15px;
}
.slice-btn span {
    font-size: 20px;
    font-weight: 500;
    color: #151b2c;
    cursor: pointer;
    line-height: 28px;
}
.search-inner {
    display: inline-block;
    margin-right: 15px;
}
.search-option {
    background: #f5f5f5;
    bottom: -84px;
    color: #151b2c;
    display: none;
    position: absolute;
    right: 20px;
    width: 300px;
    z-index: 99999;
    padding: 20px;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #151b2c;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 214px;
    height: 44px;
}
.search-option button.button {
    background: #f6a623;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search {
    color: #151b2c;
    display: inline-block;
    font-size: 18px;
    position: relative;
}
.header-right-link a.main-search:hover{
    color: #f6a623;
}
.s-menu {
    padding: 10px 20px;
    border-radius: 2px;
    background: #f6a623;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 500;
}
.s-menu:hover {
    border: 1px solid ;
    background: transparent;
    color:#f6a623;
    transition: 0.4s;
}
.header-area.stick  .header-right-link {
    padding: 5px 0px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: #fff;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 18px;
    color: #151b2c;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    color: #151b2c;
    display: block;
    padding: 5px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
    color: #f6a623;
}
.header-area.stick .main-menu ul.nav > li> a.pages::after {
    right: -1px;
    top: 30px;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
    background: #fff none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#f6a623
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #fff none repeat scroll 0 0;
    color: #151b2c;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #151b2c;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
.mean-container .mean-nav ul li a.mean-expand{
    background: #fff;
}
.mean-container .mean-nav ul li{
    background: #fff;
}
/* HERO SECTION EXTRA DESIGN */

.slider-tagline{
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
}

.title2{
    font-size: 68px;
    line-height: 78px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    max-width: 900px;
}

.title2 span{
    color: #f6a623;
}

.layer-2 p{
    font-size: 16px;
    line-height: 28px;
    color: #f5f5f5;
    max-width: 750px;
    margin: auto;
    margin-bottom: 35px;
}

.left-btn{
    background: #f6a623;
    color: #fff;
    /* margin-right: 15px; */
}

.left-btn:hover{
    background: #fff;
    color: #111;
}

.right-btn{
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.right-btn:hover{
    background: #f6a623;
    border-color: #f6a623;
    color: #fff;
}

/* DARK OVERLAY */

.intro-content-2{
    position: relative;
}

.intro-content-2::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    top: 0;
    left: 0;
    z-index: 1;
}

.slider-content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

/* MOBILE RESPONSIVE */

@media(max-width:991px){

    .title2{
        font-size: 42px;
        line-height: 55px;
    }

    .layer-2 p{
        font-size: 16px;
        line-height: 28px;
    }

    .ready-btn{
        padding: 13px 25px;
        font-size: 14px;
    }
}

@media(max-width:767px){

    .title2{
        font-size: 32px;
        line-height: 45px;
    }

    .slider-tagline{
        font-size: 12px;
        padding: 8px 18px;
    }

    .layer-2 p{
        font-size: 15px;
        line-height: 26px;
    }

    .left-btn{
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ready-btn{
        display: inline-block;
    }
}
/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-area{
    position: relative;
    overflow: hidden;
}
.display-table{
    width: 100%;
    height: 100%;
    display: table;
}

.intro-content {
    position: absolute;
    z-index: 2;
    top: 0%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -110px;
}
.title1 {
    font-weight: 500;
    font-size: 18px;
    color: #f6a623;
    margin-bottom: 20px;
    display: inline-block;
}

.layer-1 h2 {
    color: #151b2c;
    font-size: 54px;
    font-weight: 600;
    line-height: 64px;
    max-width: 700px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.ready-btn {
    border: 1px solid #f6a623;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 2px;
    padding: 9px 20px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #f6a623;
    /* width: 150px; */
    border-radius: 8px;
}
.ready-btn:hover{
    color: #fff;
    background: #f6a623;
    border: 1px solid #f6a623;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid #fff;
    color:#000;
}
.ready-btn.right-btn:hover{
    background: #f6a623;
    border: 1px solid #f6a623;
    color:#fff;
}
.ready-btn.left-btn:hover{
    border: 1px solid #fff;
    background: #000;
    color:#f6a623;
}
/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.welcome-area{
    position: relative;
}
.all-services{
    margin-top:-30px;
}
.well-services{
    width: 33.33%;
    float: left;
    padding: 40px 30px;
    border-radius: 0px;
    margin-top: 0px;
    text-align: center;
}
.wel-btn {
    font-size: 24px;
    color: #f6a623;
    transition: 0.5s;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-weight: 700;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
}
.big-icon {
    font-size: 80px;
    display: inline-block;
    margin: 0px 10px 30px;
    line-height: 80px;
    position: relative;
    color: #f6a623;
}
.services-img {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0px;
}
.wel-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 0 20px;
}
.wel-content p {
    font-size: 16px;
}
.well-services:nth-child(2n){
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.wel-content a{
    position: relative;
    font-weight: 500;
    color: #444;
}
.well-services:hover::after {
    transition: 0.4s;
    opacity: 1;
    top: 54%;
    left: 50%;
}
.wel-content a:hover{
    color:#f6a623;
}
.wel-content a::after{
    position: absolute;
    left:0;
    bottom:0;
    background: #f6a623;
    height: 1px;
    width: 0%;
    content:"";
    transition: 0.3s;
}
.wel-content a:hover{
    color:#f6a623;
}
.wel-content a:hover::after{
   transition: 0.3s;
    width: 100%;
}
/*----------------------------------------*/
/*  5. About area
/*----------------------------------------*/
.about-2 {
    background: url(img/background/ag1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
}
.about-content {
    background: #062241;
    padding: 100px 70px 100px 100px;
    overflow: hidden;
}
.about-content p {
    color: #ddd;
    font-size: 16px;
}
.about-company {
    margin-top: 15px;
    display: block;
    overflow: hidden;
}
.single-about {
    width: 50%;
    float: left;
}

.about-text::before {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}
.about-image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 510px;
}
.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
    z-index: 9;
}
.video-play.vid-zone {
    background: #f6a623;
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 66px;
    width: 70px;
    overflow: hidden;
    transition: 0.4s;
    border:1px solid #f6a623;
}
.video-play.vid-zone:hover{
    background: #fff;
    transition: 0.4s;
    border:1px solid #f6a623;
}
.video-play.vid-zone:hover i{
    color:#f6a623;
}
.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}
/*--------------------------------*/
/* 6. Services Area
/*--------------------------------*/
.service-area{
    position: relative;
}
.single-service {
    z-index: 1;
    background: #fff;
    text-align: left;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: none;
    text-align: left;
    padding: 40px 40px;
    border: 1px solid rgba(48,120,251,0.4);
}
.single-service::after{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 0%;
    background:#062241;
    opacity: 0;
    transition: 0.4s;
    content:"";
    z-index: -1;
}
.service-icon span {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
    color: #f6a623;
}
.service-content h4 {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0 0 15px;
    text-transform: capitalize;
    font-weight: 500;
}
.single-service:hover::after {
    transition: 0.4s;
    opacity: 1;
    height: 100%;
}
.service-content p {
    font-size: 16px;
}
.service-btn {
    font-size: 17px;
    color: #f6a623;
    transition: 0.5s;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-weight: 700;
    border-radius: 2px;
    background: #f5f8fb;
    text-align: center;
    border: 1px solid #f5f8fb;
    margin-top: 10px;
}
.service-btn:hover{
    color: #fff;
    transition: 0.5s;
    background: #f6a623;
    border: 1px solid #f6a623;
}
.single-service:hover .service-icon span,
.single-service:hover .service-content h4{
    color:#fff;
}
.single-service:hover .service-content p{
    color:#ddd;
}
/*--------------------------------*/
/* 7. Counter Area
/*--------------------------------*/
.counter-image {
    margin-right: 50px;
    position: relative;
}
.top-img {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.fun_text {
    padding: 40px 10px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
    background: #f5f8fb;
}
.fun_text .counter-icon {
    color: #f6a623;
    display: block;
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 21px;
    font-weight: 100;
    margin: auto;
}
.fun_text .counter {
    color: #444;
    display: block;
    font-size: 27px;
    padding-bottom: 0px;
    line-height: 80px;
    font-weight: 600;
}
.fun_text > h4 {
    color: #444;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.counter-image .rotmate-image {
    position: inherit;
    z-index: 2;
    opacity: 0.3;
}
/*----------------------------------------*/
/* 8. banner area css
/*----------------------------------------*/
.banner-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg2.jpg) no-repeat scroll center center / cover;
    position: relative;
}
.banner-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(229 145 20 / 87%) none repeat scroll 0 0;
    content: "";
}
.add-content h3 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    max-width: 750px;
    float: left;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.add-contact {
    float: left;
}
.call-us {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
.call-us i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #f6a623;
    background: #f6a623;
    text-align: center;
    line-height: 46px;
    margin-right: 15px;
    border-radius: 3px;
}
.mail-us{
    margin-bottom: 0px;
}
/* TAB SECTION */

.tab-area{
    background: #fcf9f7;
}

/* TITLE */

.tab-mini-title{
    color: #f6a623;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 15px;
}

.section-headline h3{
    font-size: 46px;
    line-height: 60px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
}

.section-headline p{
    font-size: 17px;
    line-height: 30px;
    color: #666;
}

/* TAB MENU */

.tab-menu{
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab-menu .nav-tabs{
    border: none;
    text-align: center;
}

.tab-menu .nav-tabs li{
    float: none;
    display: inline-block;
    margin: 8px;
}

.tab-menu .nav-tabs li a{
    border: none;
    background: #fff;
    padding: 16px 30px;
    border-radius: 50px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.tab-menu .nav-tabs li.active a,
.tab-menu .nav-tabs li a:hover{
    background: #f6a623;
    color: #fff;
}

/* TAB BOX */

.single-machine{
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

/* IMAGE */

.tabe-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */

.machine-text{
    padding: 14px 23px;
}

.service-tag{
    display: inline-block;
    background: rgba(246,166,35,0.12);
    color: #f6a623;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.machine-text h3{
    font-size: 38px;
    line-height: 52px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.machine-text p{
    font-size: 15px;
    line-height: 27px;
    color: #666;
    margin-bottom: 6px;
}

/* LIST */

.machine-text ul li{
    margin-bottom: 0px;
}

.machine-text ul li a{
    color: #111;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.machine-text ul li a:hover{
    color: #f6a623;
    padding-left: 5px;
}

/* MOBILE */

@media(max-width:991px){

    .machine-text{
        padding: 45px 30px;
    }

    .machine-text h3{
        font-size: 32px;
        line-height: 45px;
    }

}

@media(max-width:767px){

    .section-headline h3{
        font-size: 30px;
        line-height: 42px;
    }

    .machine-text h3{
        font-size: 28px;
        line-height: 40px;
    }

}
/*--------------------------------*/
/*  9. projects Area
/*--------------------------------*/
.single-awesome-project {
    float: left;
    overflow: hidden;
    width:100%;
}
.project-all{
    margin-top: -40px;
}
.project-all .single-awesome-project {
    margin-top: 30px;
}
.project-carousel .col-md-4{
    width: 100%;
}
.awesome-img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.awesome-img img{
    transform: scale(1.1);
    transition: 0.4s;
}
.single-awesome-project:hover .awesome-img img{
    transform: scale(1);
    transition: 0.4s;
}
.awesome-img > a {
    display: block;
    position: relative;
}
.single-awesome-project:hover .awesome-img > a::after{
    opacity: 1;
}
.single-awesome-project:hover .add-actions{
    opacity: 1;
}
.awesome-img > a::after {
    background: rgba(0,44,87,0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index:4;
    top: 0;
    cursor: pointer;
}
.port-icon {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    top: 41%;
    position: relative;
    font-size: 40px;
}
.project-dec {
    display: block;
    padding-top: 20px;
}
.project-dec h4 {
    color: #2a354e;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.project-dec h4::after {
    position: absolute;
    content: "\e628";
    right: 40px;
    top: 0px;
    font-family: themify;
    font-size: 18px;
    width: 46px;
    height: 30px;
    border: 1px solid #f6a623;
    background: #f6a623;
    color: #fff;
    text-align: center;
    line-height: 27px;
    opacity: 0;
    transition: 0.5s;
}
.single-awesome-project:hover .project-dec h4::after {
    right: 0px;
    opacity: 1;
    transition: 0.5s;
}
.project-dec p{
    margin-bottom: 0px;
}
.pst-content {
    padding-left: 10px;
}
.single-awesome-project:hover .project-dec h4 {
    color:#f6a623;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 39px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
}
.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    opacity: 1;
}
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #f6a623;
    border: 1px solid #f6a623;
}
/*----------------------------------------
 10. Quote Area
----------------------------------------*/
.quote-area {
    height: auto;
    width: 100%;
    background: #062241;
}
.quote-area #contactForm input {
    border: none;
    height: 54px;
    margin-bottom: 20px;
    border:1px solid rgba(49,120,251,0.4);
    border-radius: 3px;
    color: #fff;
}
.quote-area #contactForm input.last-part{
    margin-bottom: 0px;
}
.quote-area .contact-form textarea#message{
    height: 127px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    border:1px solid rgba(49,120,251,0.4);
    border-radius: 3px;
    color: #fff;
}
.quote-area .quote-btn {
    background: #f6a623;
    border: 1px solid #f6a623;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 54px;
    transition: 0.4s;
    border-radius: 3px;
}
.white-headline p{
    color:#ddd;
}
.quote-area .quote-btn:hover{
    background:#fff;
    color:#f6a623;
    transition: 0.4s;
}
.help-block.last-part{
    margin:0px;
}
/*--------------------------------*/
/* 11.tab Area
/*--------------------------------*/
.tab-area{
    position: relative;
}
.tab-menu {
    display: block;
}
.tab-menu ul.nav {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.tab-menu ul.nav li {
    border: medium none;
    float: left;
    /* width: 25%; */
}
.tab-menu ul.nav li a {
    border-radius: 0;
    color: #2a354e;
    padding: 12px 21px;
    align-items: center;
    text-align: center;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid rgb(246 140 20 / 40%);
}
.tab-menu .nav-tabs{
    border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
  border-color: #f5f5f5;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #fff !important;
  cursor: default;
  position: relative;
  background: #f6a623;
}
.tab-menu ul.nav li a:hover{
    background:#f6a623;
}
.tab-menu ul.nav li.active a:hover{
    background:#f6a623;
}
.title-date {
    display: inline-block;
    position: relative;
}
.tab-menu ul.nav li.active .cha-title {
    color: #fff;
}
.cha-title {
    display: inline-block;
    font-size: 16px;
    line-height: 12px;
    font-weight: 500;
}
.single-machine{
    position: relative;
}
.tab-menu ul.nav li:first-child a{
    margin-top: 0px;
    margin-left: 0px;
}
.tab-content {
    margin-top: 40px;
}
.machine-text {
    margin-top: 0px;
}
.machine-text h3 {
    font-size: 26px;
    line-height: 35px;
}
.tabe-img img {
    border-radius: 4px;
}
.machine-text li {
    display: block;
    position: relative;
}
.machine-text ul li a {
    font-size: 15px;
    color: #757b82;
    padding: 6px 0px 6px 35px;
    display: block;
}
.machine-text li::after {
    position: absolute;
    left: 0px;
    top: 10px;
    content: "\e64c";
    font-family: themify;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #f6a623;
}

/*----------------------------------------*/
/*  14. Footer Area
/*----------------------------------------*/
.footer-area {
    padding: 32px 0;
    background: #fdfcfc;
    box-shadow: 0px 0px 3px #00000030;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-content.logo-footer {
    margin-right: 30px;
}
.footer-head p {
    color: #151b2c;
}
.footer-head h4 {
    color: #151b2c;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-right: 2px;
    width: 34px;
    height: 34px;
    border: 1px solid #f6a623;
    border-radius: 2px;
    background: #f6a623;
    transition: 0.4s;
}
.footer-tags li a:hover,
.footer-icons ul li a:hover{
    color: #f6a623;
    background: #fff;
    transition: 0.4s;
}
.footer-tags {
    display: block;
    overflow: hidden;
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #151b2c;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 5px;
}
.footer-icons {
    margin-top: 30px;
}
.footer-list {
    width: 50%;
    float: left;
}
.footer-contacts p span {
    color: #f6a623;
    font-weight: 500;
}
.subs-feilds {
    padding-top: 15px;
    border-radius: 3px;
}
.suscribe-input {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.suscribe-input input {
    background: transparent;
    border: 1px solid #f5f5f5;
    color: #777;
    font-size: 15px;
    line-height: 24px;
    padding: 6px 15px;
    height: 46px;
    border-radius: 0;
    width: 64%;
    float: left;
    background: #fff;
}
.suscribe-input button {
    background: #f6a623;
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 400;
    height: 46px;
    border: 1px solid #f6a623;
    transition: 0.4s;
}
.suscribe-input button:hover{
    color: #f6a623;
    background: transparent;
    transition: 0.4s;
}
.footer-list li a {
    color: #151b2c;
    padding: 7px 0px 10px 20px;
    display: block;
    position: relative;
}
.footer-list li a:first-child{
    padding-top: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e649";
    top: 1px;
    left: 0;
    font-size: 11px;
    font-family: themify;
}
.footer-list li a:hover,
.footer-list li a:hover::after{
    color: #f6a623;
}
.footer-list li a:hover::after{
    color: #f6a623;
}
.footer-area-bottom {
    background: #F5F8FB none repeat scroll 0 0;
    padding: 25px 0;
}
.copyright-text a:hover{
    text-decoration: underline;
    color:#f6a623;
}
.copyright-text a {
    color: #f6a623;
}
.copyright > p {
    margin-bottom: 0;
    color: #151b2c;
}
.copyright a {
    color: #f6a623;
}
/*----------------------------------------*/
/*  15. Home 02 area
/*----------------------------------------*/
.header-area-2 {
    background: rgba(255,255,255,0.85);
}
.intro-content-2 {
    position: relative;
    z-index: 1;
}
.intro-area .slide-content {
    margin-top: 30px;
}
.intro-area-2 .slider-content,
.intro-area-3 .slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -80px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 44px;
    opacity: 0;
    border:1px solid #fff;
    width: 44px;
    height: 44px;
    border-radius: 2px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
  
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #f6a623;
    border: 1px solid #f6a623;
}
.intro-carousel .owl-item .layer-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
    transform: scale(1.1);
    transition: 10s;
}
/*--------------------------------*/
/* 16. Brand area
/*--------------------------------*/
.brand-content {
    overflow: hidden;
    text-align: center;
    padding: 60px 0px;
}
.service-area-2 .single-service {
    text-align: center;
}
.service-area-2 .service-icon span {
    font-size: 32px;
    color: #f6a623;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 77px;
    border:1px solid #f6a623;
    transition: 0.4s;
}
.service-area-2 .single-service:hover .service-icon span {
    color: #fff;
    border:1px solid #f6a623;
    transition: 0.4s;
    background: #f6a623;
}
.section-headline.right-headline{
    padding-bottom: 0px;
}
/*----------------------------------------*/
/*  17. Team Area css
/*----------------------------------------*/
.single-member {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img {
    display: block;
    position: relative;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    position: absolute;
    top: 65%;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(255,255,255,0.75) none repeat scroll 0 0;
    padding: 20px 20px;
    width: 100%;
    height: 200px;
}
.team-content h4 a {
    color: #444;
}
.team-content p {
    margin-bottom: 0;
    color: #444;
}
.team-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.team-content .social-icon{
  margin-top: 15px;
     opacity: 0;
}
.social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
.social-icon li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #f5f8fb;
    color: #f6a623;
    border-radius: 1px;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #f5f8fb;
}
.social-icon li a:hover{
    border:1px solid #f6a623;
    color:#fff;
    background: #f6a623;
}
.single-member .team-img::after{
    background: rgba(255,255,255,0.90) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    transition: 0.5s;
    box-shadow: 2px 2px 20px #ddd;
}
.single-member:hover .team-img::after{
    height: 100%;
}
.single-member:hover .team-content .social-icon{
     opacity: 1;
}
.single-member:hover .team-content {
    opacity: 1;
     top: 45%;
    transition: 0.5s;
    background: transparent;
}
/*--------------------------------*/
/* 18. Home 03
/*--------------------------------*/
.header-area-3 .main-menu ul.nav > li> a.pages::after {
    color: #fff
}
.header-area-3.stick .main-menu ul.nav > li> a.pages::after {
    color: #444
}
.header-area-3 {
    /* background: rgba(36,53,89,0.5); */
    background: rgb(224 218 189 / 0%);
}
.intro-area-3 .intro-content-2{
    position: relative;
    z-index: 1;
}
.intro-area-3 .intro-content-2::after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(4,23,46, 0.70) none repeat scroll 0 0; 
    content:"";
}
.intro-area-3 .slider-content {
    position: absolute;
    right: 0;
    text-align: center;
    top: 35%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -80px;
}
.intro-area-3 .layer-1 h2 {
    color: #fff;
    margin: 0 auto 7px;
    font-size: 48px;
    max-width: 890px;
    line-height: 63px;
}

.header-area-3 .main-menu ul.navbar-nav li a{
    color:#fff;
}
.header-area-3 .header-right-link a.main-search{
    color:#fff;
}
.header-area-3.stick .logo a.white-logo {
    display: none;
}
.header-area-3 .logo a.black-logo {
    display: none;
}
.header-area-3.stick .logo a.black-logo {
    display: block;
}
.intro-area-3 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-area-3 .intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -20px;
}
/*----------------------------------------
  19. Digital Service Area
----------------------------------------*/
.digital-services {
    display: block;
    margin-bottom: 30px;
}
.digital-wel {
    text-align: center;
    border: 1px solid rgba(48,120,251,0.4);
    padding: 30px;
}
.digital-icon {
    font-size: 60px;
    margin-bottom: 20px;
    display: block;
    line-height: 60px;
}
.digital-content h4 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0px;
}
/*----------------------------------------*/
/*  20. Breadcumbs Area
/*----------------------------------------*/
.page-area {
    position: relative;
    z-index: 1;
}
.transparent-header{
    background: transparent;
}
.page-area {
    background: url(img/background/breadrumb.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page-area::after{
    position: absolute;
    content: "";
    left:0;
    top: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
.breadcrumb .section-headline {
    text-align: center;
    padding-bottom: 10px;
}
.page-area .section-headline::after {
    display: none;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 180px 0px 106px;
}
.breadcrumb h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 50px;
    position: relative;
    margin-bottom: 0px;
}
.breadcrumb .section-headline {
    text-align: center;
}
.breadcrumb ul li {
    display: inline-block;
    color: #f5f5f5;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 16px;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.transparent-header .main-menu ul.nav > li> a.pages::after {
    color: #fff
}
.transparent-header.stick .main-menu ul.nav > li> a.pages::after {
    color: #444
}
/*--------------------------------*/
/* 21. Overview Area
/*--------------------------------*/
.overview-area{
    position: relative;
}
.overview-wrapper {
    margin-top: 20px;
}
.overview-wrapper h3 {
    font-size: 32px;
    line-height: 40px;
}
.total-count {
    margin-top: 30px;
}
.single-count {
    width: 47%;
    float: left;
    text-align: center;
    padding: 40px 20px;
    border-radius: 3px;
}
.left-one{
    margin-right: 3%;
    background: #1FC157;
    border: 1px solid #1FC157;
}
.right-one{
    margin-left: 3%;
    background: #0A27D5;
    border: 1px solid #0A27D5;
}
.count-num {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
}
.single-count h4{
    color:#fff;
}
.overview-image {
    position: relative;
    border-radius: 5px;
}
.overview-image img{
    border-radius: 5px;
}
/*----------------------------------------*/
/*  22. FAQ  Area
/*----------------------------------------*/
.faq-area{
    position: relative;
}
.company-faq {
    display: block;
    overflow: hidden;
}
.left-faq {
    display: block;
    overflow: hidden;
    padding-right: 40px;
}
.right-faq {
    display: block;
    overflow: hidden;
    padding-left: 40px;
}
.single-faq .number {
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
    float: left;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    background: #f6a623;
    border-radius: 3px;
    text-align: center;
}
.single-faq h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.single-faq p {
    padding-left: 50px;
}
span.q-text {
    padding-left: 50px;
    display: inherit;
    font-size: 20px;
    font-weight: 600;
}
.single-faq {
    margin-bottom: 30px;
}
/*----------------------------------------*/
/*  23. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}
.blog-page-area .blog-content{
    padding: 10px 15px 20px;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 56px;
    background: transparent;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    background: #fff;
    border: 1px solid #f6a623;
    border-radius: 3px;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 18px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #f6a623;
}
.left-blog h4 {
    position: relative;
    color: #3d5368;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
}
.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 3px;
    background: #f6a623;
}
.blog-left-content .blog-content::after{
    display: none;
}
.left-side {
    padding-right: 40px;
}
.right-side{
    padding-left: 40px;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.blog-category li,
.left-blog li {
    display: block;
    position: relative;
}
.left-blog ul li a {
    color: #3d5368;
    display: inline-block;
    font-size: 15px;
    padding: 7px 0px 7px;
    text-transform: capitalize;
}
.blog-category ul {
    margin-top: 12px;
}
.left-blog ul li span {
    display: inline-block;
    border: 1px solid #f6a623;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: #f6a623;
    line-height: 24px;
    float: right;
    margin: 8px 0px;
}
.pst-content .date-type{
    font-size: 14px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    float: left;
    padding-right:10px;
}
.left-blog .post-img a {
    display: block;
    border:1px solid #fafafa; 
}
.left-blog .post-img a img {
    border-radius: 4px;
}
.pst-content {
    padding-left: 100px;
}
.pst-content p{
    margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #f6a623;
}
.blog-page-area .blog-content {
    background: #f9f9f9;
}
.pst-content p a {
    color: #3d5368;
    font-size: 15px;
}
.blog-tags {
    padding: 1px 0;
}
.recent-single-post img {
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 2px;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 3px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #3d5368;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
    color:#fff;
    background:#f6a623;
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
    margin-top: -30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #3d5368;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 2px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #f6a623;
    cursor: default;
    border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #f6a623;
    border-color: #f6a623;
    border-radius: 2px;
}
.adver-img {
    margin-top: 20px;
}
/*----------------------------------------*/
/*  24. Blog Details
/*----------------------------------------*/
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ddd;
    color: #3d5368;
    font-size: 18px;
    margin: 0 0 40px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    
}
.comments-list-img img {
    border-radius: 3px;
    border: 1px solid #ddd;
}
.comments-content-wrap {
    color: #3d5368;
    font-size: 14px;
    margin: 0 0 15px 90px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 20px 40px 40px 80px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
    background: #f5f5f5;
}
blockquote::before {
    position: absolute;
    top: 20px;
    left: 30px;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
    color: #3d5368;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #3d5368;
    margin-top: 10px;
}
.threaded-comments{
    margin-left:50px
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
    color: #3d5368;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #3d5368;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 200px;
    width: 100%;
    background: transparent;
}
.comments-content-wrap span a {
    color: #f6a623;
}
.comments-content-wrap span a:hover {
    color: #f6a623;
}
.comment-respond .add-btn.contact-btn {
    background: #f6a623;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 2px;
    width: auto !important;
    margin-top: 20px;
    border: 1px solid #f6a623;
    text-transform: capitalize;
    font-weight: 600;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #fff;
    color: #f6a623;
    border:1px solid #f6a623;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments,
.related-post{
    margin-top: 30px;
}
.left-head-blog .pst-content p{
    margin-bottom: 5px;
}
.blog-details .blog-content h4 {
    font-size: 22px;
    line-height: 34px;
    margin-top: 10px;
}
.blog-details .blog-content h5 {
    font-size: 20px;
}
.blog-details .blog-content {
    border: none;
    padding: 30px 0px 30px;
}
.blog-details .blog-images img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}
.blog-details .img-blog {
    margin: 15px 0px 30px;
    max-height: 350px;
    overflow: hidden;
    width: 50%;
    float: left;
}
.left-blog-img img {
    padding-right: 15px;
}
.right-blog-img img {
    padding-left: 15px;
}
.related-post-list .recent-single-post {
    width: 50%;
    float: left;
    padding: 0px 20px 0px 0px;
}
.related-post-list .recent-single-post:last-child{
    padding: 0px 0px 0px 20px;
}
/*----------------------------------------*/
/* 25.Contact CSS
/*----------------------------------------*/
.contact-area {
    position: relative;
}
.map-area {
    margin-right: 30px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 52px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%;
}
.contact-form textarea#message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #3d5368;
    height: 180px;
    padding: 20px;
    width: 100%;
}
.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f6a623;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 16px;
    padding: 13px 24px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    background: #f6a623;
}
.contact-form button[type=submit]:hover{
    color:#f6a623;
    border: 1px solid #f6a623;
    background: #fff;
    transition: all 0.3s ease 0s;
}
.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color:#f6a623;
    display: block;
}
.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 40px;
    position: relative;
    z-index: 1;
}
.contact-icon::after{
    position: absolute;
    content: "";
    left:0;
    bottom:0;
    width: 80%;
    height: 2px;
    background: #f6a623;
    right: 0;
    margin: auto;
}
/*----------------------------------------*/
/* 26. Services Details area
/*----------------------------------------*/
.page-head-left {
    margin-right: 40px;
}
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p {
    color: #666;
    margin-bottom: 0px;
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
    margin: 2px 0px
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: #f6a623;
    position: relative;
}
.left-menu ul li a:hover {
    color: #f6a623;
}
.left-menu ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    background: #f4f4f4;
}
.left-menu ul li a:hover::after,
.left-menu ul li.active a::after{
    position: absolute;
    right: 0;
    top: 0px;
    background: #f6a623;
    content: "";
    width: 3px;
    height: 100%;
}
.down-btn i {
    font-size: 24px;
    float: right;
}
.down-btn {
    border: 1px solid #f4f4f4;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.down-btn.apli{
    margin-bottom: 0px;
}
.down-btn:hover{
    color:#fff;
    background: #f6a623;
    border: 1px solid #f6a623;
}
.single-page-head .clients-testi {
    padding: 40px 30px;
    background: #f4f4f4;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #444;
}
.clients-testi .single-review {
    border: none;
}
.review-text h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
.single-page-head .review-text p {
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
}
.single-page-head .review-img {
    margin-top:0px;
}
.single-page-head .review-img img {
    border-radius: 50%;
    width: 80px;
    height: auto;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.mar-well {
    margin-bottom: 40px;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
    margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #2a354e;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #f6a623;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.marker-list li {
    color: #2a354e;
    padding-left: 35px;
    margin: 10px 0px;
    position: relative;
}
.marker-list li::after {
    text-align: center;
    position: absolute;
    content: "\e64c";
    left: 0;
    top: 3px;
    font-family: themify;
    background: #f6a623;
    width: 22px;
    height: 22px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    line-height: 22px;
}
.single-services-page .marker-list li {
    color: #2a354e;
}
.blog-details .blog-category {
    margin-bottom: 15px;
}
/*----------------------------------------*/
/* 27. Project Details page
/*----------------------------------------*/
.project-page-area .single-awesome-project {
    margin-bottom: 30px;
}
.hire-btn {
    background: #f6a623;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    transition: 0.4s;
    border-radius: 3px;
    border:1px solid #f6a623;
}
.hire-btn:hover{
    transition: 0.4s;
    background: #fff;
    color:#f6a623;
}
.project-page-area .project-menu li a {
    color: #2a354e;
}
.project-2-column .project-single {
    float: left;
    width: 50%;
}
.project-4-column .project-single {
    float: left;
    width: 25%;
}
.project-new h4 {
    color: #444;
    font-size: 24px;
    line-height: 34px;
}
.project-details h3 {
    font-size: 30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: #f6a623;
    border: 1px solid #f6a623;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    top: 50%;
    position: absolute;
    left: 3%;
    margin-top: -30px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover{
    background: #fff;
    border: 1px solid #f6a623;
    color: #f6a623;
    transition: all 0.5s ease 0s;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    margin-top: -30px;
    position: absolute;
    right: 3%;
    top: 50%;
}
.project-history {
    background: #f6a623;
    padding: 30px;
    margin-bottom: 30px;
}
.project-details h4 {
    font-size: 22px;
}
.project-name ul li {
    color: #fff;
    font-size: 15px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span {
    padding-right: 15px;
    min-width: 110px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.project-inner {
    margin-bottom: 40px;
}
.project-details p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}
.new-project {
    background: #f4f4f4;
    padding: 30px 30px 40px;
    margin-bottom: 30px;
}
/*----------------------------------------
28. Login And Register page
----------------------------------------*/
.login-page {
    display: block;
    overflow: hidden;
    border: 1px solid #f9f9f9;
}
.login-area .slide-1 {
    background: #fff;
    height: 100vh;
}
.login-form {
    background: #fff;
    padding: 40px;
    overflow: hidden;
}
.login-image {
    width: 50%;
    float: left;
}
.login-image, .log-inner img {
    height: 100%;
    max-height: 535px;
    object-fit: cover;
}
.login-area form#contactForm {
    border: none;
    border-radius:0;
    box-shadow: none;
    background: #fff;
}
.login-form .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}
.login-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.slide-btn.login-btn {
    border: 1px solid #f6a623;
    display: inline-block;
    font-weight: 600;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 100%;
    border-radius: 0px;
    background: #f6a623;
    color: #fff;
    height: 46px;
    font-size: 16px;
}
.slide-btn.login-btn:hover{
    border: 1px solid #f6a623;
    background: #fff;
    color: #f6a623;
    transition: all 0.4s ease 0s;
}
.flex-box{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.check-group {
    position: relative;
    margin: 10px 0px 20px;
}
.check-box{
    color: #444;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 0;
    outline: none;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
}
.check-box-input {
    position: absolute;
    left: 0px;
    top: 0px;
    min-height: 25px;
    height: 26px;
    margin: 0 !important;
    padding: 0 !important;
}
.remember-text {
    color: #444;
    font-weight: 300;
    font-size: 12px;
    left: 25px;
    position: absolute;
    top: 2px;
}
.text-muted {
    font-size: 12px;
    float: right;
    margin-top: 2px;
}
.separetor {
    margin-top: 20px;
}
.separetor span {
    background: #fff;
    position: relative;
    top: 10px;
    padding: 10px;
}
.sign-icon {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    text-align: center;
}
.sign-icon ul li {
    display: inline-block;
    margin: 0px 5px;
}
.sign-icon ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0px 20px;
    font-weight: 600;
}
.sign-icon ul li a.facebook{
    color: #3B5998
}
.sign-icon ul li a.twitter{
    color: #00ACED
}
.sign-icon ul li a.google{
    color: #C32F10
}
.acc-not {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
}
.signup-form .check-group {
    position: relative;
    margin: 0px 0px 20px;
}
.signup-page .login-image, 
.signup-page .log-inner img {
    height: 100%;
    max-height: 588px;
    object-fit: cover;
}
/*--------------------------------*/
/* Animation
/*--------------------------------*/
.rotateme {
    animation-name: rotateme;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-inout {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* SERVICE SECTION */

.service-area{
    background: #fcf9f7;
    position: relative;
}

.service-mini-title{
    display: inline-block;
    color: #f6a623;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-headline h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.section-headline p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
/* this is about  */
/* ABOUT AREA */

.about-area{
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* IMAGE AREA */

.about-image-wrap{
    position: relative;
}

.about-main-image img{
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.10);
}

/* FLOATING EXPERIENCE BOX */

.about-floating-box{
    position: absolute;
    right: 0;
    bottom: -55px;
    background: #111;
    padding: 30px 35px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.about-floating-box h4{
    color: #f6a623;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 5px;
}

.about-floating-box span{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/* CONTENT */

.about-mini-title{
    display: inline-block;
    color: #f6a623;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.about-content-wrap h2{
    font-size: 30px;
    line-height: 39px;
    font-weight: 600;
    color: #111;
    margin-bottom: 5px;
}

.about-text{
    font-size: 15px;
    line-height: 28px;
    color: #666;
    margin-bottom: 11px;
}

/* FEATURES */

.about-feature-list{
    margin-top: 15px;
}

.single-about-feature{
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.feature-icon{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgba(246,166,35,0.15);
    margin-right: 10px;
    margin-left: 4px;
}

.feature-icon i{
    color: #f6a623;
    font-size: 14px;
}

.feature-icon2{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgba(246,166,35,0.15);
    margin-right: 10px;
    margin-left: 4px;
}

.feature-icon2 i{
    color: #f6a623;
    font-size: 14px;
}

.feature-text{
    font-size: 14px;
    font-weight: 500;
    color: #111;
}
.feature-text2{
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

/* BUTTON */

.about-btn-area{
    margin-top: 15px;
}

.about-btn{
    display: inline-block;
    background: #f6a623;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s;
}

.about-btn:hover{
    background: #111;
    color: #fff;
}
.contact-btn{
    display: inline-block;
    background: #ffffff;
    color: #000;
    padding: 8px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s;
    border: 1px solid #f6a623;
}

.contact-btn:hover{
    background: #111;
    color: #fff;
}
/* RIGHT COUNTER AREA */

.fun-text-all{
    position: relative;
}

/* COUNTER CARD */

.fun_text{
    background: #ffffff;
    border-radius: 25px;
    padding: 12px 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #f2f2f2;
    box-shadow: 0 15px 45px rgba(0,0,0,0.05);
    outline: 1px solid #f8d4b2a3;
}

/* HOVER */

.fun_text:hover{
    transform: translateY(-12px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.10);
}


.counter-top{
    /* display: flex; */
    /* align-items: center; */
    justify-content: space-between;
    /* margin-bottom: 18px; */
}

/* ICON */

.counter-icon{
    width: 75px;
    height: 75px;
    line-height: 85px;
    text-align: center;
    border-radius: 22px;
    background: rgba(246,166,35,0.12);
    transition: 0.4s;
}

.counter-icon i{
    font-size: 40px;
    color: #f6a623;
}

/* HOVER ICON */

.fun_text:hover .counter-icon{
    background: #f6a623;
    /* transform: rotateY(180deg); */
}
.fun_text:hover .counter{
    color: #fff;
}
.fun_text:hover .counter-icon {
    color: #fff;
}
/* SIMPLE CTA */

.simple-cta-wrapper{
    background: linear-gradient(135deg,#111827,#0f172a);
    padding: 55px 60px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.simple-cta-wrapper::before{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(246,166,35,0.08);
    border-radius: 50%;
    top: -120px;
    right: -100px;
}

/* CONTENT */

.simple-cta-content{
    position: relative;
    z-index: 5;
}

.cta-mini-title{
    display: inline-block;
    color: #f6a623;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.simple-cta-content h3 {
    font-size: 35px;
    line-height: 44px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px;
}

.simple-cta-content p{
    color: rgba(255,255,255,0.75);
    font-size: 17px;
    line-height: 30px;
    max-width: 700px;
}

/* BUTTON */

.simple-cta-btn{
    text-align: right;
    padding-top: 60px;
}

.simple-cta-btn a{
    display: inline-block;
    background: #f6a623;
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s;
}

.simple-cta-btn a:hover{
    background: #fff;
    color: #111;
}

/* MOBILE */

@media(max-width:991px){

    .simple-cta-btn{
        text-align: left;
        padding-top: 30px;
    }

    .simple-cta-content h3{
        font-size: 34px;
        line-height: 48px;
    }

}

@media(max-width:767px){

    .simple-cta-wrapper{
        padding: 40px 25px;
    }

    .simple-cta-content h3{
        font-size: 28px;
        line-height: 40px;
    }

}
/* NUMBER */

.counter-number{
    font-size: 36px;
    line-height: 32px;
    font-weight: 400;
    color: #111;
}

/* TITLE */

.counter-content h4{
    font-size: 19px;
    line-height: 31px;
    color: #111;
    font-weight: 600;
    margin-bottom: 4px;
}

/* TEXT */

.counter-content p{
    font-size: 14px;
    line-height: 23px;
    color: #666;
    margin: 0;
}

/* SHAPE */

.fun_text::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 141px;
    border-radius: 50%;
    background: rgb(249 238 222 / 32%);
    right: -85px;
    bottom: -60px;
}
.plus{
    margin-top: -23px;
    display: block;
}
/* MOBILE */

@media(max-width:991px){

    .counter-number{
        font-size: 48px;
    }

}

@media(max-width:767px){

    .fun_text{
        min-height: auto;
        padding: 30px 25px;
    }

    .counter-top{
        margin-bottom: 25px;
    }

    .counter-number{
        font-size: 40px;
        line-height: 45px;
    }

    .counter-content h4{
        font-size: 21px;
        line-height: 30px;
    }

}
/* MOBILE */

@media(max-width:991px){

    .about-content-wrap{
        padding-left: 0;
        margin-top: 50px;
    }

    .about-content-wrap h2{
        font-size: 38px;
        line-height: 52px;
    }

}

@media(max-width:767px){

    .about-content-wrap h2{
        font-size: 30px;
        line-height: 42px;
    }

    .about-text{
        font-size: 16px;
        line-height: 28px;
    }

    .about-floating-box{
        padding: 22px 25px;
    }

    .about-floating-box h4{
        font-size: 32px;
    }

}
/* SERVICE BOX */

.single-service-box{
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    border: 1px solid #f1f1f1;
}

.single-service-box:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.10);
}

/* TOP */

.service-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.service-icon-box{
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 20px;
    background: rgba(246,166,35,0.12);
}

.service-icon-box span{
    font-size: 38px;
    color: #f6a623;
}

.service-number{
    font-size: 55px;
    font-weight: 800;
    color: rgba(0,0,0,0.05);
}

/* DETAILS */

.service-details h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 11px;
    color: #111;
}

.service-details p{
    font-size: 16px;
    line-height: 29px;
    color: #666;
    margin-bottom: 8px;
}

.service-details a{
    color: #111;
    font-weight: 700;
    font-size: 15px;
    transition: 0.3s;
}

.service-details a i{
    margin-left: 6px;
}

.service-details a:hover{
    color: #f6a623;
}

/* MOBILE */

@media(max-width:991px){

    .section-headline h3{
        font-size: 34px;
        line-height: 46px;
    }

}

@media(max-width:767px){

    .section-headline h3{
        font-size: 28px;
        line-height: 40px;
    }

    .single-service-box{
        padding: 28px;
    }

}
/* CTA AREA */

.cta-area{
    padding: 60px 0;
    background: #fcf9f7;
    position: relative;
}

/* WRAPPER */

.cta-wrapper{
    background: linear-gradient(135deg,#0f172a,#111827);
    border-radius: 30px;
    padding: 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* GLOW EFFECT */

.cta-wrapper::before{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(246,166,35,0.15);
    border-radius: 50%;
    top: -120px;
    right: -120px;
}

/* MINI TITLE */

.cta-mini-title{
    display: inline-block;
    color: #f6a623;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

/* TITLE */

.cta-content h2{
    font-size: 40px;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-content p{
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 20px;
}

/* FEATURES */

.cta-feature-list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.single-cta-feature{
    width: 50%;
    color: #fff;
    font-size: 15px;
    margin-bottom: 18px;
    font-weight: 500;
}

.single-cta-feature i{
    color: #f6a623;
    margin-right: 10px;
}

/* BUTTONS */

.cta-btns{
    margin-top: 15px;
}

.cta-btn-one{
    display: inline-block;
    background: #f6a623;
    color: #fff;
    padding: 9px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
    transition: 0.4s;
}

.cta-btn-one:hover{
    background: #fff;
    color: #111;
}

.cta-btn-two{
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.4s;
}

.cta-btn-two i{
    margin-right: 8px;
}

.cta-btn-two:hover{
    background: #fff;
    color: #111;
}

/* SIDE BOX */

.cta-side-box{
    background: rgba(255,255,255,0.06);
    padding: 45px 35px;
    border-radius: 25px;
    text-align: center;
    backdrop-filter: blur(8px);
    margin-top: 20px;
}

.cta-icon{
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: auto;
    background: rgba(246,166,35,0.15);
    border-radius: 50%;
    margin-bottom: 25px;
}

.cta-icon i{
    font-size: 38px;
    color: #f6a623;
}

.cta-side-box h3{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 18px;
}

.cta-side-box p{
    color: rgba(255,255,255,0.75);
    line-height: 28px;
    margin-bottom: 30px;
}

.cta-side-box a{
    display: inline-block;
    background: #f6a623;
    color: #fff;
    padding: 9px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s;
}

.cta-side-box a:hover{
    background: #fff;
    color: #111;
}

/* RESPONSIVE */

@media(max-width:991px){

    .cta-wrapper{
        padding: 50px 35px;
    }

    .cta-content h2{
        font-size: 38px;
        line-height: 52px;
    }

    .cta-side-box{
        margin-top: 50px;
    }

}

@media(max-width:767px){

    .cta-content h2{
        font-size: 30px;
        line-height: 42px;
    }

    .single-cta-feature{
        width: 100%;
    }

    .cta-btn-one{
        margin-bottom: 15px;
    }

}
.d-flex{
    display: flex;
}
@media (max-width:991px) {
    .d-flex{
        flex-direction: column;
    }
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-center{
    justify-content: center;
}
/* INDUSTRY SECTION */

.digital-services-area{
    background: #f7f9fc;
}

/* TITLE */

.industry-mini-title{
    color: #f6a623;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 15px;
}

/* MAIN WRAP */
.industry-main-wrap{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
}

/* TABLET */

@media(max-width:991px){

    .industry-main-wrap{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .industry-main-wrap{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

}

/* LINE ITEM */

.industry-line-item{
    background: #fff;
    border-radius: 25px;
    padding: 15px 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

/* LEFT BORDER */

.industry-line-item::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom,#f6a623,#ffcb5b);
}

/* HOVER */

.industry-line-item:hover{
    transform: translateX(10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* NUMBER */

.industry-count{
    font-size: 40px;
    font-weight: 800;
    color: rgba(0,0,0,0.08);
    margin-right: 5px;
    min-width: 70px;
}

/* ICON */

.industry-icon{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    background: rgba(246,166,35,0.10);
    margin-right: 25px;
    transition: 0.4s;
}

.industry-icon img{
    width: 45px;
}

.industry-line-item:hover .industry-icon{
    background: #f6a623;
    transform: rotateY(180deg);
}

/* INFO */

.industry-info{
    flex: 1;
}

.industry-info h4{
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #111;
    margin-bottom: 3px;
}

.industry-info p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0;
}

/* ARROW */

.industry-arrow{
    width: 50px;
    height: 50px;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
    background: #f7f9fc;
    transition: 0.4s;
}

.industry-arrow i{
    font-size: 17px;
    color: #111;
}

.industry-line-item:hover .industry-arrow{
    background: #f6a623;
}

.industry-line-item:hover .industry-arrow i{
    color: #fff;
}

/* MOBILE */

@media(max-width:991px){

    .industry-line-item{
        padding: 30px;
    }

    .industry-info h4{
        font-size: 24px;
    }

}

@media(max-width:767px){

    .industry-line-item{
        display: block;
        text-align: center;
    }

    .industry-count{
        margin-right: 0;
        margin-bottom: 15px;
    }

    .industry-icon{
        margin: auto;
        margin-bottom: 20px;
    }

    .industry-arrow{
        margin: auto;
        margin-top: 25px;
    }

    .section-headline h3{
        font-size: 32px;
        line-height: 44px;
    }

}
/* TESTIMONIAL AREA */

.testimonial-area{
    background: #fdf7f7;
    position: relative;
}

/* TITLE */

.testimonial-title{
    margin-bottom: 60px;
}

.testimonial-title span{
    display: inline-block;
    background: #fff;
    color: #e40000;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.testimonial-title h2{
    font-size: 52px;
    line-height: 64px;
    color: #111;
    font-weight: 800;
    margin-bottom: 18px;
}

.testimonial-title p{
    font-size: 17px;
    line-height: 30px;
    color: #666;
    max-width: 700px;
    margin: auto;
}

/* WRAP */

.testimonial-wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

/* CARD */

.single-testimonial{
    background: #fff;
    border: 1px solid #e99d2d91;
    border-radius: 35px;
    padding: 22px;
    position: relative;
    transition: 0.4s;
}

.single-testimonial:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(228,0,0,0.08);
}

/* QUOTE */

.quote-icon{
    margin-bottom: 3px;
}

.quote-icon i{
    font-size: 25px;
    color: #ffe5d4;
}

/* STARS */

.review-star{
    margin-bottom: 6px;
}

.review-star i{
    color: #ffb400;
    font-size: 18px;
    margin-right: 3px;
}

/* TEXT */

.review-text{
    font-size: 15px;
    line-height: 27px;
    color: #444;
    margin-bottom: 14px;
    /* min-height: 180px; */
}

/* USER */

.review-user{
    display: flex;
    align-items: center;
}

/* IMAGE */

.user-image{
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    background: #f6a623;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-right: 18px;
}

/* INFO */

.user-info h4{
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #111;
    margin-bottom: 3px;
}

.user-info span{
    color: #666;
    font-size: 14px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .testimonial-wrap{
        grid-template-columns: repeat(2,1fr);
    }

    .testimonial-title h2{
        font-size: 40px;
        line-height: 52px;
    }

}

@media(max-width:767px){

    .testimonial-wrap{
        grid-template-columns: repeat(1,1fr);
    }

    .single-testimonial{
        padding: 35px 25px;
    }

    .testimonial-title h2{
        font-size: 32px;
        line-height: 42px;
    }

    .review-text{
        min-height: auto;
        font-size: 16px;
        line-height: 30px;
    }

    .user-info h4{
        font-size: 26px;
    }

}
/* ENQUIRY AREA */

.enquiry-area{
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

.enquiry-wrapper{
    /* background: linear-gradient(135deg,#ffffff,#fffdfd); */
    border-radius: 40px;
    /* padding: 70px; */
    /* box-shadow: 0 20px 60px rgba(0,0,0,0.05); */
    position: relative;
}

/* LEFT CONTENT */

.enquiry-tag{
    display: inline-flex;
    align-items: center;
    background: #fff5f5;
    color: #f5a607;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.enquiry-tag i{
    margin-right: 10px;
}

.enquiry-content h2{
    font-size: 30px;
    line-height: 44px;
    color: #111;
    font-weight: 700;
    margin-bottom: 7px;
}

.enquiry-content p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 11px;
}

/* FEATURES */

.single-enquiry-feature{
    display: flex;
    margin-bottom: 16px;
}

.feature-icon{
    width: 65px;
    height: 65px;
    line-height: 70px;
    text-align: center;
    border-radius: 22px;
    background: #fff5f5;
    margin-right: 20px;
    flex: 0 0 auto;
}

.feature-icon i{
    font-size: 29px;
    color: #f6a623;
}

.feature-info h4{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #111;
}

.feature-info span{
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

/* BUTTONS */

.enquiry-btns{
    margin-top: 20px;
}

.call-btn{
    display: inline-block;
    background: #16a34a;
    color: #fff;
    padding: 9px 19px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.call-btn i{
    margin-right: 10px;
}

.contact-btn{
    display: inline-block;
    border: 2px solid #ff4d4d;
    color: #ff4d4d;
    padding: 7px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s;
}

.contact-btn:hover{
    background: #ff4d4d;
    color: #fff;
}

/* FORM BOX */

.enquiry-form-box{
    background: #fff;
    border-radius: 35px;
    padding: 37px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.06);
}

/* FORM TITLE */

.form-title{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-icon{
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 25px;
    background: #fff5f5;
    margin-right: 20px;
    display: none;
}

.form-icon i{
    font-size: 34px;
    color: #ff4d4d;
}

.form-title h3{
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.form-title p{
    color: #666;
    font-size: 16px;
}

/* INPUT */

.single-input{
    position: relative;
    margin-bottom: 20px;
}

.single-input i{
    position: absolute;
    left: 22px;
    top: 14px;
    color: #f6a623;
    font-size: 18px;
}

.single-input input,
.single-input select,
.single-input textarea{
    width: 100%;
    height: 48px;
    border: 1px solid #f1dede;
    border-radius: 18px;
    padding-left: 50px;
    padding-right: 18px;
    font-size: 15px;
    color: #444;
    background: #fffdfd;
}

.single-input textarea{
    height: 140px;
    padding-top: 9px;
    resize: none;
}

/* BUTTON */

.submit-btn{
    width: 100%;
    height: 50px;
    border: none;
    background: #f1a11e;
    color: #fff;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    transition: 0.4s;
}

.submit-btn i{
    margin-left: 10px;
}

.submit-btn:hover{
    transform: translateY(-3px);
}

/* RESPONSIVE */

@media(max-width:991px){

    .enquiry-wrapper{
        padding: 50px 35px;
    }

    .enquiry-content{
        margin-bottom: 50px;
    }

    .enquiry-content h2{
        font-size: 44px;
        line-height: 58px;
    }

}

@media(max-width:767px){

    .enquiry-wrapper{
        padding: 40px 20px;
    }

    .enquiry-content h2{
        font-size: 34px;
        line-height: 46px;
    }

    .enquiry-form-box{
        padding: 35px 25px;
    }

    .form-title h3{
        font-size: 30px;
    }

    .call-btn{
        margin-bottom: 15px;
    }

}
.text-white{
    color: #fff !important;
}
/* =========================
MISSION AREA
========================= */
/* =========================
MISSION AREA
========================= */

.mission-area{
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

/* MAIN WRAP */

.mission-main-wrap{
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 30px;
    align-items: stretch;
}

/* =========================
LEFT LARGE BOX
========================= */

.mission-large-box{
    background: linear-gradient(135deg,#111827,#0f172a);
    border-radius: 40px;
    padding: 70px 37px;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* NUMBER */

.mission-number{
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 110px;
    font-weight: 800;
    color: rgba(255,255,255,0.05);
}

/* CONTENT */

.mission-content{
    position: relative;
    z-index: 5;
}

.mission-content span{
    display: inline-block;
    color: #f6a623;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.mission-content h3{
    font-size: 32px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 11px;
}

.mission-content p{
    font-size: 15px;
    line-height: 34px;
    color: rgba(255,255,255,0.75);
    max-width: 638px;
}

/* BIG ICON */

.mission-bg-icon{
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.mission-bg-icon i{
    font-size: 220px;
    color: rgba(246,166,35,0.08);
}

/* =========================
RIGHT WRAP
========================= */

.mission-right-wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* SMALL BOX */

.mission-small-box{
    background: #fff;
    border-radius: 30px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    flex: 1;
}

.mission-small-box:hover{
    transform: translateY(-8px);
}

/* ACTIVE BOX */

.active-box{
    background: linear-gradient(135deg,#f6a623,#ffbe3d);
}

.active-box span,
.active-box h4,
.active-box p,
.active-box .small-number,
.active-box .small-icon i{
    color: #fff !important;
}

/* TOP */

.small-box-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

/* ICON */

.small-icon{
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    border-radius: 25px;
    background: rgba(246,166,35,0.12);
}

.small-icon i{
    font-size: 34px;
    color: #f6a623;
}

/* NUMBER */

.small-number{
    font-size: 55px;
    font-weight: 700;
    color: rgba(0,0,0,0.08);
}

/* CONTENT */

.small-content span{
    display: inline-block;
    color: #f6a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.small-content h4{
    font-size: 34px;
    line-height: 46px;
    font-weight: 800;
    color: #111;
    margin-bottom: 18px;
}

.small-content p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .mission-main-wrap{
        grid-template-columns: repeat(1,1fr);
    }

    .mission-large-box{
        min-height: auto;
    }

    .mission-content h3{
        font-size: 42px;
        line-height: 56px;
    }

}

@media(max-width:767px){

    .mission-large-box{
        padding: 45px 30px;
    }

    .mission-small-box{
        padding: 35px 25px;
    }

    .mission-content h3{
        font-size: 32px;
        line-height: 44px;
    }

    .small-content h4{
        font-size: 28px;
        line-height: 38px;
    }

}
/* =========================
WHY CHOOSE AREA
========================= */

.why-choose-area{
    background: #fff;
}

.choose-image img{
    width: 100%;
    border-radius: 35px;
}

.choose-content{
    padding-left: 40px;
}
.choose-content h2 {
    font-size: 27px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #111;
}
.choose-content p{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 13px;
}

.single-choose{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.single-choose i{
    color: #f6a623;
    font-size: 20px;
    margin-right: 15px;
}

.single-choose span{
    font-size: 17px;
    color: #111;
    font-weight: 600;
}

/* =========================
CTA AREA
========================= */

.about-cta-area{
    padding-bottom: 0px;
    background: #f7f9fc;
}

.about-cta-wrapper{
    background: linear-gradient(135deg,#111827,#0f172a);
    border-radius: 40px;
    padding: 50px;
    overflow: hidden;
    position: relative;
}

.about-cta-wrapper::before{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(246,166,35,0.10);
    top: -120px;
    right: -100px;
}

.cta-content{
    position: relative;
    z-index: 5;
}

.cta-content span{
    display: inline-block;
    color: #f6a623;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.cta-content h2{
    font-size: 31px;
    line-height: 43px;
    font-weight: 700;
    color: #fff;
}

.cta-btn-area{
    text-align: right;
    padding-top: 44px;
}

.cta-btn-area a{
    display: inline-block;
    background: #f6a623;
    color: #fff;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
}

.cta-btn-area a:hover{
    background: #fff;
    color: #111;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .choose-content{
        padding-left: 0;
        margin-top: 40px;
    }

    .choose-content h2{
        font-size: 40px;
        line-height: 54px;
    }

    .cta-content h2{
        font-size: 40px;
        line-height: 54px;
    }

    .cta-btn-area{
        text-align: left;
        padding-top: 30px;
    }

}

@media(max-width:767px){

    .choose-content h2{
        font-size: 32px;
        line-height: 44px;
    }

    .cta-content h2{
        font-size: 32px;
        line-height: 44px;
    }

    .about-cta-wrapper{
        padding: 45px 25px;
    }

}
/* =========================
CUSTOM TEAM LAYOUT
========================= */

.custom-team-layout{
    display: grid;
    grid-template-columns: 0.9fr 1.8fr;
    gap: 35px;
    margin-top: 10px;
    align-items: start;
}

/* =========================
FOUNDER CARD
========================= */

.founder-card{
    background: linear-gradient(135deg,#111827,#0f172a);
    border-radius: 35px;
    overflow: hidden;
    position: sticky;
    top: 120px;
}

.founder-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.founder-content{
    padding: 20px;
}

.founder-content span{
    display: inline-block;
    color: #f6a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 3px;
}

.founder-content h3{
    font-size: 33px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
}

.founder-content p{
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 30px;
}

/* SOCIAL */

.founder-social{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.founder-social li{
    margin-right: 12px;
}

.founder-social li a{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: block;
    transition: 0.4s;
}

.founder-social li a:hover{
    background: #f6a623;
}

/* =========================
RIGHT SIDE
========================= */

.team-right-side{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}

/* MEMBER CARD */

.team-mini-card{
    background: #fff;
    border-radius: 28px;
    padding: 15px;
    display: flex;
    align-items: center;
    transition: 0.4s;
    /* box-shadow: 0 12px 35px rgba(0,0,0,0.05); */
    border: 1px solid #e4ac0fb8;
}

.team-mini-card:hover{
    transform: translateY(-8px);
}

/* IMAGE */

.mini-image{
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.mini-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

/* CONTENT */

.mini-content h4{
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}

.mini-content p{
    font-size: 15px;
    line-height: 28px;
    color: #666;
    margin: 0;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .custom-team-layout{
        grid-template-columns: repeat(1,1fr);
    }

    .founder-card{
        position: relative;
        top: 0;
    }

}

@media(max-width:767px){

    .team-right-side{
        grid-template-columns: repeat(1,1fr);
    }

    .team-mini-card{
        display: block;
        text-align: center;
    }

    .mini-image{
        margin: auto;
        margin-bottom: 20px;
    }

}
/* =========================
DIRECTOR MESSAGE AREA
========================= */

.director-message-area{
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

/* WRAPPER */

.director-wrapper{
    background: #fff;
    border-radius: 40px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
}

/* =========================
LEFT SIDE
========================= */

.director-image-side{
    position: relative;
}

/* IMAGE */

.director-image{
    overflow: hidden;
    border-radius: 35px;
}

.director-image img{
    width: 100%;
    height: 620px;
    object-fit: cover;
}

/* INFO CARD */

.director-info-card{
    background: linear-gradient(135deg,#111827,#0f172a);
    padding: 35px;
    border-radius: 30px;
    margin-top: -80px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
}

/* INFO */

.director-info-card span{
    display: inline-block;
    color: #f6a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.director-info-card h3{
    font-size: 34px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
}

.director-info-card p{
    font-size: 16px;
    line-height: 30px;
    color: rgba(255,255,255,0.75);
    margin-bottom: 25px;
}

/* SOCIAL */

.director-social{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.director-social li{
    margin-right: 12px;
}

.director-social li a{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: block;
    transition: 0.4s;
}

.director-social li a:hover{
    background: #f6a623;
}

/* =========================
RIGHT SIDE
========================= */

.director-content-side{
    padding-left: 10px;
    padding-top: 1px;
}

/* MINI TITLE */

.director-mini-title{
    display: inline-block;
    color: #f6a623;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 9px;
}

/* TITLE */

.director-content-side h2{
    font-size: 32px;
    line-height: 43px;
    color: #111;
    font-weight: 700;
    margin-bottom: 12px;
}

/* TEXT */

.director-content-side p{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 8px;
}

/* QUOTE */

.director-quote{
    background: #f7f9fc;
    border-left: 5px solid #f6a623;
    padding: 15px;
    border-radius: 20px;
    margin-top: 14px;
    margin-bottom: 18px;
}

.director-quote i{
    font-size: 36px;
    color: #f6a623;
    margin-bottom: 15px;
}

.director-quote h4{
    font-size: 23px;
    line-height: 35px;
    color: #111;
    font-weight: 600;
}

/* SIGNATURE */

.director-signature{
    display: flex;
    align-items: center;
}

.director-signature img{
    width: 140px;
    margin-right: 20px;
}

.signature-text h5{
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.signature-text span{
    color: #666;
    font-size: 15px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .director-content-side{
        padding-left: 0;
        padding-top: 50px;
    }

    .director-content-side h2{
        font-size: 42px;
        line-height: 56px;
    }

}

@media(max-width:767px){

    .director-wrapper{
        padding: 25px;
    }

    .director-content-side h2{
        font-size: 32px;
        line-height: 44px;
    }

    .director-image img{
        height: 450px;
    }

    .director-info-card{
        width: calc(100% - 20px);
        padding: 25px;
    }

    .director-quote{
        padding: 25px;
    }

    .director-quote h4{
        font-size: 22px;
        line-height: 34px;
    }

    .director-signature{
        display: block;
    }

    .director-signature img{
        margin-bottom: 20px;
    }

}
/* =========================
MODERN SERVICE AREA
========================= */

.modern-service-area{
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

/* WRAP */

/* .modern-service-wrap{
    background: #fff;
    border-radius: 40px;
    padding: 70px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
} */

/* =========================
LEFT CONTENT
========================= */

.modern-service-content{
    padding-right: 40px;
}

/* TAG */

.modern-service-tag{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(246,166,35,0.12);
    color: #f6a623;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

/* TITLE */

.modern-service-content h2{
    font-size: 28px;
    line-height: 39px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 2px;
}

/* TEXT */

.service-main-text{
    color: #666;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
}

/* FEATURE LIST */

.modern-feature-list{
    margin-bottom: 10px;
}

/* ITEM */

.modern-feature-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 2px;
    padding-bottom: 2px;
    border-bottom: 1px solid #f8ef#fcfcfc9d;
}

/* ICON */

.feature-icon-box{
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(135deg,#f6a623,#ffbe3d);
    margin-right: 23px;
    flex: 0 0 auto;
}

.feature-icon-box i{
    font-size: 20px;
    color: #fff;
}

/* CONTENT */

.feature-info-box h4{
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: -1px;
}

.feature-info-box p{
    color: #666;
    font-size: 15px;
    line-height: 22px;
}

/* BUTTONS */

.modern-service-btns{
    margin-top: 13px;
}

.modern-primary-btn{
    display: inline-block;
    background: linear-gradient(135deg,#111827,#0f172a);
    color: #fff;
    padding: 8px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
    transition: 0.4s;
}

.modern-primary-btn:hover{
    transform: translateY(-4px);
    color: #fff;
}

.modern-secondary-btn{
    display: inline-block;
    background: #f7f9fc;
    color: #111827;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #ececec;
}

.modern-secondary-btn i{
    margin-right: 10px;
    color: #f6a623;
}

/* =========================
RIGHT IMAGE
========================= */

.modern-service-image-wrap{
    position: relative;
}

/* MAIN IMAGE */

.modern-main-image{
    overflow: hidden;
    border-radius: 35px;
}

.modern-main-image img{
    width: 100%;
    height: 510px;
    object-fit: cover;
}

/* FLOATING CARD */

.floating-service-card{
    position: absolute;
    left: -50px;
    bottom: 60px;
    background: #fff;
    border-radius: 28px;
    padding: 25px;
    display: flex;
    align-items: center;
    width: 320px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* ICON */

.floating-icon{
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 22px;
    background: rgba(246,166,35,0.12);
    margin-right: 18px;
}

.floating-icon i{
    color: #f6a623;
    font-size: 30px;
}

/* CONTENT */

.floating-content h4{
    font-size: 34px;
    color: #111827;
    font-weight: 800;
    margin-bottom: 6px;
}

.floating-content span{
    color: #666;
    font-size: 15px;
    line-height: 26px;
}

/* EXPERIENCE */

.experience-box{
    position: absolute;
    right: -20px;
    top: 50px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg,#111827,#0f172a);
    text-align: center;
    padding-top: 35px;
    border: 8px solid #fff;
}

.experience-box h3{
    font-size: 42px;
    color: #f6a623;
    font-weight: 800;
    margin-bottom: 6px;
}

.experience-box span{
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    line-height: 24px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .modern-service-wrap{
        padding: 45px;
    }

    .modern-service-content{
        padding-right: 0;
        margin-bottom: 50px;
    }

    .modern-service-content h2{
        font-size: 42px;
        line-height: 56px;
    }

    .floating-service-card{
        left: 20px;
    }

}

@media(max-width:767px){

    .modern-service-wrap{
        padding: 25px;
    }

    .modern-service-content h2{
        font-size: 32px;
        line-height: 44px;
    }

    .modern-feature-item{
        display: block;
    }

    .feature-icon-box{
        margin-bottom: 20px;
    }

    .modern-main-image img{
        height: 520px;
    }

    .floating-service-card{
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-top: 20px;
    }

    .experience-box{
        right: 10px;
        top: 10px;
        width: 120px;
        height: 120px;
        padding-top: 25px;
    }

    .experience-box h3{
        font-size: 30px;
    }

}
/* =========================
MODERN FEATURE AREA
========================= */

.modern-feature-area{
    background: #fcfaf7;
    position: relative;
    overflow: hidden;
}

/* =========================
TITLE AREA
========================= */

.modern-feature-head h2{
    font-size: 25px;
    line-height: 37px;
    color: #111827;
    font-weight: 600;
    margin-top: 11px;
}

.feature-mini-tag{
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    background: rgba(246,166,35,0.12);
    color: #f6a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.modern-feature-text{
    padding-top: 10px;
}

.modern-feature-text p{
    font-size: 17px;
    line-height: 34px;
    color: #666;
}

/* =========================
GRID
========================= */

.modern-feature-grid{
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

/* =========================
CARD
========================= */

.modern-feature-card{
    background: #fff;
    border-radius: 35px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #f1f1f1;
    min-height: 205px;
}

.modern-feature-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

/* ACTIVE CARD */

.active-feature-card{
    background: linear-gradient(135deg,#111827,#0f172a);
}

.active-feature-card h3,
.active-feature-card p,
.active-feature-card a,
.active-feature-card span{
    color: #fff !important;
}

/* TOP WRAP */

.feature-top-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

/* ICON */

.modern-feature-icon{
    width: 53px;
    height: 53px;
    line-height: 71px;
    text-align: center;
    border-radius: 28px;
    background: rgba(246,166,35,0.12);
}

.modern-feature-icon i{
    color: #f6a623;
    font-size: 36px;
}

/* NUMBER */

.feature-top-wrap span{
    font-size: 45px;
    font-weight: 700;
    color: rgba(17,24,39,0.08);
}

/* TITLE */

.modern-feature-card h3{
    font-size: 22px;
    line-height: 37px;
    color: #111827;
    font-weight: 600;
    margin-bottom: 7px;
}

/* TEXT */

.modern-feature-card p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}

/* BUTTON */

.modern-feature-card a{
    color: #111827;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s;
}

.modern-feature-card a i{
    margin-left: 8px;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .modern-feature-head h2{
        font-size: 42px;
        line-height: 56px;
    }

    .modern-feature-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .modern-feature-text{
        padding-top: 20px;
    }

}

@media(max-width:767px){

    .modern-feature-head h2{
        font-size: 32px;
        line-height: 44px;
    }

    .modern-feature-grid{
        grid-template-columns: repeat(1,1fr);
    }

    .modern-feature-card{
        padding: 30px;
        min-height: auto;
    }

    .feature-top-wrap span{
        font-size: 42px;
    }

}
/* =========================
MODERN PROCESS AREA
========================= */

.modern-process-area{
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* =========================
TITLE AREA
========================= */

.modern-process-head h2{
    font-size: 35px;
    line-height: 49px;
    color: #111827;
    font-weight: 600;
    margin-top: 26px;
}

.process-mini-title{
    display: inline-block;
    padding: 8px 21px;
    border-radius: 50px;
    background: rgba(246,166,35,0.12);
    color: #f6a623;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
}

.modern-process-text{
    padding-top: 31px;
}

.modern-process-text p{
    font-size: 17px;
    line-height: 34px;
    color: #666;
}

/* =========================
PROCESS WRAP
========================= */

.modern-process-wrap{
    margin-top: 43px;
    position: relative;
}

/* =========================
ITEM
========================= */

.modern-process-item{
    position: relative;
    display: flex;
    align-items: flex-start;
    padding-left: 100px;
    padding-bottom: 39px;
}

/* LEFT BORDER */

.process-left-border{
    position: absolute;
    left: 40px;
    top: 90px;
    width: 2px;
    height: calc(100% - 20px);
    background: #ececec;
}

/* ICON */

.modern-process-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 86px;
    text-align: center;
    border-radius: 28px;
    background: linear-gradient(135deg,#111827,#0f172a);
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.modern-process-icon i{
    font-size: 34px;
    color: #f6a623;
}

/* CONTENT */

.modern-process-content{
    background: #f7f9fc;
    border-radius: 35px;
    padding: 25px;
    width: 100%;
    transition: 0.4s;
    border: 1px solid #f1f1f1;
}

.modern-process-item:hover .modern-process-content{
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

/* STEP */

.process-step{
    display: inline-block;
    color: #f6a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

/* TITLE */

.modern-process-content h3{
    font-size: 24px;
    line-height: 20px;
    color: #111827;
    font-weight: 600;
    margin-bottom: 10px;
}

/* TEXT */

.modern-process-content p{
    font-size: 15px;
    line-height: 32px;
    color: #666;
    margin: 0;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .modern-process-head h2{
        font-size: 42px;
        line-height: 56px;
    }

    .modern-process-text{
        padding-top: 20px;
    }

}

@media(max-width:767px){

    .modern-process-head h2{
        font-size: 32px;
        line-height: 44px;
    }

    .modern-process-item{
        padding-left: 0;
        padding-bottom: 40px;
    }

    .process-left-border{
        display: none;
    }

    .modern-process-icon{
        position: relative;
        margin-bottom: 25px;
    }

    .modern-process-item{
        display: block;
    }

    .modern-process-content{
        padding: 30px;
    }

    .modern-process-content h3{
        font-size: 26px;
        line-height: 38px;
    }

}
/* =========================
MODERN CTA AREA
========================= */

.modern-cta-area{
    background: #f7f9fc;
    padding-bottom: 80px;
}

/* WRAP */

.modern-cta-wrap{
    background: linear-gradient(135deg,#111827,#0f172a);
    border-radius: 45px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

/* SHAPE */

.modern-cta-wrap::before{
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(246,166,35,0.08);
    right: -180px;
    top: -180px;
}

.modern-cta-wrap::after{
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
    left: -100px;
    bottom: -100px;
}

/* =========================
LEFT CONTENT
========================= */

.modern-cta-content{
    position: relative;
    z-index: 5;
}

/* MINI TAG */

.cta-mini-tag{
    display: inline-block;
    padding: 9px 28px;
    border-radius: 50px;
    background: rgba(255,255,255,0.08);
    color: #f6a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

/* TITLE */

.modern-cta-content h2{
    font-size: 35px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}

/* TEXT */

.modern-cta-content p{
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 20px;
    max-width: 700px;
}

/* FEATURES */

.cta-feature-list{
    display: flex;
    flex-wrap: wrap;
}

.cta-feature-item{
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 15px;
}

.cta-feature-item i{
    color: #f6a623;
    font-size: 18px;
    margin-right: 10px;
}

.cta-feature-item span{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

/* =========================
RIGHT CARD
========================= */

.modern-cta-action{
    position: relative;
    z-index: 5;
}

/* CARD */

.modern-cta-card{
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    border-radius: 35px;
    padding: 30px 10px;
    text-align: center;
}

/* ICON */

.cta-icon-box{
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    border-radius: 28px;
    background: rgba(246,166,35,0.12);
    margin: auto;
    margin-bottom: 20px;
}

.cta-icon-box i{
    color: #f6a623;
    font-size: 36px;
}

/* TITLE */

.modern-cta-card h3{
    color: #fff;
    font-size: 26px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* TEXT */

.modern-cta-card p{
    color: rgba(255,255,255,0.72);
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 16px;
}

/* BUTTON */

.modern-cta-btn{
    display: inline-block;
    width: 100%;
    background: linear-gradient(135deg,#f6a623,#ffbe3d);
    color: #fff;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
}

.modern-cta-btn:hover{
    transform: translateY(-5px);
    color: #fff;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .modern-cta-wrap{
        padding: 50px;
    }

    .modern-cta-content h2{
        font-size: 42px;
        line-height: 56px;
    }

    .modern-cta-action{
        margin-top: 40px;
    }

}

@media(max-width:767px){

    .modern-cta-wrap{
        padding: 30px 25px;
        border-radius: 30px;
    }

    .modern-cta-content h2{
        font-size: 32px;
        line-height: 44px;
    }

    .cta-feature-list{
        display: block;
    }

    .cta-feature-item{
        margin-right: 0;
    }

    .modern-cta-card{
        padding: 35px 25px;
    }

    .modern-cta-card h3{
        font-size: 28px;
        line-height: 40px;
    }

}
/* =========================
WHY CHOOSE AREA
========================= */

.why-choose-area{
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* WRAP */

.why-choose-wrap{
    position: relative;
}

/* =========================
LEFT IMAGE
========================= */

.why-choose-image-wrap{
    position: relative;
    padding-right: 40px;
}

/* MAIN IMAGE */

.why-main-image{
    overflow: hidden;
    border-radius: 40px;
}

.why-main-image img{
    width: 100%;
    height: 760px;
    object-fit: cover;
}

/* EXPERIENCE CARD */

.why-floating-card{
    position: absolute;
    left: -20px;
    bottom: 80px;
    background: linear-gradient(135deg,#111827,#0f172a);
    width: 180px;
    height: 180px;
    border-radius: 35px;
    text-align: center;
    padding-top: 42px;
    border: 8px solid #fff;
}

.why-floating-card h3{
    color: #f6a623;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 10px;
}

.why-floating-card span{
    color: rgba(255,255,255,0.72);
    font-size: 15px;
    line-height: 26px;
}

/* PROJECT CARD */

.project-complete-card{
    position: absolute;
    right: 0;
    top: 60px;
    background: #fff;
    border-radius: 30px;
    padding: 25px;
    display: flex;
    align-items: center;
    width: 280px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.project-complete-card i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 22px;
    background: rgba(246,166,35,0.12);
    color: #f6a623;
    font-size: 30px;
    margin-right: 18px;
}

.project-info h4{
    font-size: 34px;
    color: #111827;
    font-weight: 800;
    margin-bottom: 5px;
}

.project-info span{
    color: #666;
    font-size: 15px;
}

/* =========================
RIGHT CONTENT
========================= */

.why-choose-content{
    padding-left: 40px;
    padding-top: 30px;
}

/* MINI TITLE */

.why-mini-title{
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    background: rgba(246,166,35,0.12);
    color: #f6a623;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

/* TITLE */

.why-choose-content h2{
    font-size: 58px;
    line-height: 72px;
    color: #111827;
    font-weight: 800;
    margin-bottom: 28px;
}

/* TEXT */

.why-main-text{
    color: #666;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 45px;
}

/* FEATURE GRID */

.why-feature-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}

/* BOX */

.why-feature-box{
    display: flex;
    align-items: flex-start;
    background: #f7f9fc;
    padding: 28px;
    border-radius: 30px;
    transition: 0.4s;
}

.why-feature-box:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

/* ICON */

.why-icon{
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(135deg,#111827,#0f172a);
    margin-right: 20px;
    flex: 0 0 auto;
}

.why-icon i{
    color: #f6a623;
    font-size: 30px;
}

/* INFO */

.why-info h4{
    font-size: 22px;
    color: #111827;
    font-weight: 600;
    margin-bottom: 9px;
}

.why-info p{
    color: #666;
    font-size: 15px;
    line-height: 28px;
}

/* BUTTON */

.why-btn-wrap{
    margin-top: 45px;
}

.why-main-btn{
    display: inline-block;
    background: linear-gradient(135deg,#111827,#0f172a);
    color: #fff;
    padding: 18px 38px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
}

.why-main-btn:hover{
    transform: translateY(-5px);
    color: #fff;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .why-choose-image-wrap{
        padding-right: 0;
        margin-bottom: 50px;
    }

    .why-choose-content{
        padding-left: 0;
    }

    .why-choose-content h2{
        font-size: 42px;
        line-height: 56px;
    }

}

@media(max-width:767px){

    .why-main-image img{
        height: 520px;
    }

    .why-choose-content h2{
        font-size: 32px;
        line-height: 44px;
    }

    .why-feature-grid{
        grid-template-columns: repeat(1,1fr);
    }

    .why-feature-box{
        display: block;
    }

    .why-icon{
        margin-bottom: 20px;
    }

    .project-complete-card{
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        margin-top: 20px;
    }

    .why-floating-card{
        width: 140px;
        height: 140px;
        padding-top: 28px;
    }

    .why-floating-card h3{
        font-size: 36px;
    }

}
/* =========================
WHY CHOOSE AREA
========================= */

.why-choose-area{
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* WRAP */

.why-choose-wrap{
    position: relative;
}

/* =========================
LEFT IMAGE
========================= */

.why-choose-image-wrap{
    position: relative;
    padding-right: 40px;
}

/* MAIN IMAGE */

.why-main-image{
    overflow: hidden;
    border-radius: 40px;
}

.why-main-image img{
    width: 100%;
    height: 760px;
    object-fit: cover;
}

/* EXPERIENCE CARD */

.why-floating-card{
    position: absolute;
    left: -20px;
    bottom: 80px;
    background: linear-gradient(135deg,#111827,#0f172a);
    width: 180px;
    height: 180px;
    border-radius: 35px;
    text-align: center;
    padding-top: 42px;
    border: 8px solid #fff;
}

.why-floating-card h3{
    color: #f6a623;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 10px;
}

.why-floating-card span{
    color: rgba(255,255,255,0.72);
    font-size: 15px;
    line-height: 26px;
}

/* PROJECT CARD */

.project-complete-card{
    position: absolute;
    right: 0;
    top: 60px;
    background: #fff;
    border-radius: 30px;
    padding: 25px;
    display: flex;
    align-items: center;
    width: 280px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.project-complete-card i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 22px;
    background: rgba(246,166,35,0.12);
    color: #f6a623;
    font-size: 30px;
    margin-right: 18px;
}

.project-info h4{
    font-size: 34px;
    color: #111827;
    font-weight: 800;
    margin-bottom: 5px;
}

.project-info span{
    color: #666;
    font-size: 15px;
}



.why-choose-content {
    padding-left: 0px;
    padding-top: 8px;
}

.why-mini-title {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 50px;
    background: rgba(246,166,35,0.12);
    color: #f6a623;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

/* TITLE */

.why-choose-content h2{
    font-size: 30px;
    line-height: 47px;
    color: #111827;
    font-weight: 600;
    margin-bottom: 11px;
}

/* TEXT */

.why-main-text{
    color: #666;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 26px;
}

/* FEATURE GRID */

.why-feature-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
}

/* BOX */

.why-feature-box{
    display: flex;
    align-items: flex-start;
    background: #f7f9fc;
    padding: 20px;
    border-radius: 30px;
    transition: 0.4s;
}

.why-feature-box:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

/* ICON */

.why-icon{
    width: 59px;
    height: 59px;
    line-height: 75px;
    text-align: center;
    border-radius: 24px;
    background: linear-gradient(135deg,#111827,#0f172a);
    margin-right: 20px;
    flex: 0 0 auto;
}

.why-icon i{
    color: #f6a623;
    font-size: 30px;
}


.why-btn-wrap{
    margin-top: 45px;
}
.why-main-btn {
    display: inline-block;
    background: linear-gradient(135deg,#111827,#0f172a);
    color: #fff;
    padding: 10px 26px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.4s;
}
.why-main-btn:hover{
    transform: translateY(-5px);
    color: #fff;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .why-choose-image-wrap{
        padding-right: 0;
        margin-bottom: 50px;
    }

    .why-choose-content{
        padding-left: 0;
    }

    .why-choose-content h2{
        font-size: 42px;
        line-height: 56px;
    }

}

@media(max-width:767px){

    .why-main-image img{
        height: 520px;
    }

    .why-choose-content h2{
        font-size: 32px;
        line-height: 44px;
    }

    .why-feature-grid{
        grid-template-columns: repeat(1,1fr);
    }

    .why-feature-box{
        display: block;
    }

    .why-icon{
        margin-bottom: 20px;
    }

    .project-complete-card{
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        margin-top: 20px;
    }

    .why-floating-card{
        width: 140px;
        height: 140px;
        padding-top: 28px;
    }

    .why-floating-card h3{
        font-size: 36px;
    }

}
/*=========================
MODERN BLOG AREA
=========================*/
.modern-blog-area{
    background:#f7f9fc;
}

.modern-blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    margin-bottom:30px;
    transition:0.4s;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    border:1px solid #edf0f5;
}

.modern-blog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,0.10);
}

.modern-blog-image{
    position:relative;
    overflow:hidden;
}

.modern-blog-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:0.5s;
}

.modern-blog-card:hover .modern-blog-image img{
    transform:scale(1.08);
}

.blog-category{
    position:absolute;
    top:20px;
    left:20px;
    background:#ff6b00;
    color:#fff;
    font-size:13px;
    font-weight:600;
    padding:8px 18px;
    border-radius:30px;
    letter-spacing:0.5px;
}

.social-bg{
    background:#1877f2;
}

.ads-bg{
    background:#34a853;
}

.modern-blog-content{
    padding: 20px;
}

.blog-meta-wrap{
    display:flex;
    gap:20px;
    margin-bottom: 0px;
    flex-wrap:wrap;
}

.blog-meta-wrap span{
    font-size:14px;
    color:#7a7a7a;
}

.blog-meta-wrap i{
    color:#ff6b00;
    margin-right:6px;
}

.modern-blog-content h3{
    margin-bottom: 8px;
    line-height: 27px;
}

.modern-blog-content h3 a{
    color:#111;
    font-size: 18px;
    font-weight: 600;
    transition:0.3s;
    /* line-height: 16px; */
}

.modern-blog-content h3 a:hover{
    color:#ff6b00;
}

.modern-blog-content p{
    color:#666;
    line-height: 29px;
    margin-bottom: 6px;
}

.blog-read-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#111;
    font-weight:600;
    transition:0.3s;
}

.blog-read-btn:hover{
    color:#ff6b00;
    padding-left:5px;
}

.blog-read-btn i{
    transition:0.3s;
}

.blog-read-btn:hover i{
    transform:translateX(5px);
}


/*=========================
RESPONSIVE
=========================*/
@media only screen and (max-width:767px){

    .modern-blog-content{
        padding:25px 20px;
    }

    .modern-blog-content h3 a{
        font-size:20px;
    }

    .modern-blog-image img{
        height:220px;
    }

}
/*=========================
BLOG DETAILS AREA
=========================*/
.blog-details-area{
    background:#f7f9fc;
}

.blog-details-wrap{
    /* background:#fff; */
    /* padding: 6px; */
    border-radius:20px;
    /* box-shadow:0 10px 40px rgba(0,0,0,0.05); */
}

.blog-details-image img,
.blog-inner-image img{
    width:100%;
    border-radius:18px;
}

.blog-details-meta{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    padding: 5px 0;
    border-bottom:1px solid #eee;
}

.blog-details-meta span{
    color:#666;
    font-size:15px;
}

.blog-details-meta i{
    color:#ff6b00;
    margin-right:6px;
}

.blog-details-content{
    padding-top:30px;
}

.blog-details-content h2{
    font-size: 30px;
    line-height:1.4;
    margin-bottom: 10px;
    font-weight: 600;
}

.blog-details-content h3{
    margin-top:35px;
    margin-bottom:20px;
    font-size:30px;
}

.blog-details-content p{
    color:#666;
    line-height: 30px;
    margin-bottom: 10px;
}

.blog-quote-box{
    background:#fff4ec;
    border-left:5px solid #ff6b00;
    padding: 16px;
    border-radius:15px;
    margin: 10px 0;
    position:relative;
}

.blog-quote-box i{
    font-size:40px;
    color:#ff6b00;
    margin-bottom:15px;
}

.blog-quote-box h4{
    line-height: 1.6;
    font-size: 22px;
}

.blog-details-list ul{
    padding:0;
    margin: -8px 0;
}

.blog-details-list ul li{
    list-style:none;
    margin-bottom:18px;
    font-size: 15px;
    color:#444;
}

.blog-details-list ul li i{
    color:#ff6b00;
    margin-right:10px;
}

.blog-share-wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    padding-top:35px;
    margin-top: -20px;
    border-top:1px solid #eee;
}

.blog-tags a{
    display:inline-block;
    padding:10px 20px;
    background:#f4f4f4;
    border-radius:30px;
    color:#111;
    margin-right:10px;
    margin-bottom:10px;
    transition:0.3s;
}

.blog-tags a:hover{
    background:#ff6b00;
    color:#fff;
}

.blog-social a{
    width:45px;
    height:45px;
    line-height:45px;
    text-align:center;
    border-radius:50%;
    background:#f4f4f4;
    display:inline-block;
    color:#111;
    margin-left:8px;
    transition:0.3s;
}

.blog-social a:hover{
    background:#ff6b00;
    color:#fff;
}

.blog-comment-area{
    margin-top:50px;
}

.comment-title{
    margin-bottom: 18px;
}

.single-comment{
    display:flex;
    gap:20px;
    margin-bottom: 10px;
    padding-bottom: -6px;
    border-bottom:1px solid #eee;
}

.comment-image{
    width:70px;
    height:70px;
    line-height:70px;
    text-align:center;
    border-radius:50%;
    background:#ff6b00;
    color:#fff;
    font-size:28px;
    font-weight:700;
}

.comment-content h4{
    margin-bottom:5px;
}

.comment-content span{
    color:#999;
    display:block;
    margin-bottom:12px;
}

.comment-form-area{
    margin-top:50px;
}

.comment-form-area input,
.comment-form-area textarea{
    width:100%;
    height:60px;
    border:none;
    background:#f7f9fc;
    border-radius:12px;
    padding:0 20px;
    margin-bottom:20px;
}

.comment-form-area textarea{
    height:180px;
    padding-top:20px;
}

.comment-form-area button{
    background:#ff6b00;
    color:#fff;
    border:none;
    padding:16px 35px;
    border-radius:10px;
    font-weight:600;
    transition:0.3s;
}

.comment-form-area button:hover{
    background:#111;
}

.blog-sidebar-wrap{
    position:sticky;
    top:100px;
}

.single-sidebar-widget{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-bottom:30px;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
}

.single-sidebar-widget h4{
    margin-bottom:25px;
}

.sidebar-search{
    position:relative;
}

.sidebar-search input{
    width:100%;
    height:60px;
    border:none;
    background:#f7f9fc;
    border-radius:12px;
    padding:0 60px 0 20px;
}

.sidebar-search button{
    position:absolute;
    right:5px;
    top:5px;
    width:50px;
    height:50px;
    border:none;
    border-radius:10px;
    background:#ff6b00;
    color:#fff;
}

.recent-post-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}

.recent-post-image img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:12px;
}

.recent-post-content h5{
    line-height:1.6;
    margin-bottom:8px;
}

.recent-post-content h5 a{
    color:#111;
}

.recent-post-content span{
    color:#999;
    font-size:14px;
}

.blog-category-list{
    padding:0;
    margin:0;
}

.blog-category-list li{
    list-style:none;
    margin-bottom:15px;
}

.blog-category-list li a{
    display:block;
    padding:15px 20px;
    background:#f7f9fc;
    border-radius:12px;
    color:#111;
    transition:0.3s;
}

.blog-category-list li a:hover{
    background:#ff6b00;
    color:#fff;
}

.blog-sidebar-cta{
    background:#ff6b00;
    padding: 25px 5px;
    border-radius:20px;
    text-align:center;
    color:#fff;
}

.blog-sidebar-cta span{
    letter-spacing:2px;
    font-size:13px;
}

.blog-sidebar-cta h3{
    line-height: 1.3;
    margin: -5px 0;
    font-size: 27px;
}

.blog-sidebar-cta a{
    display:inline-block;
    background:#fff;
    color:#111;
    padding:15px 30px;
    border-radius:10px;
    font-weight:600;
}


/*=========================
RESPONSIVE
=========================*/
@media only screen and (max-width:767px){

    .blog-details-wrap{
        padding:20px;
    }

    .blog-details-content h2{
        font-size:28px;
    }

    .blog-details-content h3{
        font-size:24px;
    }

    .blog-quote-box h4{
        font-size:20px;
    }

    .single-comment{
        flex-direction:column;
    }

    .blog-share-wrap{
        gap:20px;
    }

}
/*=========================
WHATSAPP STICKY BUTTON
=========================*/
.sticky-whatsapp-btn{
    position:fixed;
    right:20px;
    bottom:95px;
    z-index:99999;
    background:#25d366;
    color:#fff;
    width:60px;
    height:60px;
    border-radius:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    overflow:hidden;
    transition:0.4s;
    box-shadow:0 10px 30px rgba(0,0,0,0.20);
}

.sticky-whatsapp-btn i{
    font-size:30px;
    min-width:60px;
    text-align:center;
}

.sticky-whatsapp-btn span{
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    padding-right:22px;
    font-weight:600;
}

.sticky-whatsapp-btn:hover{
    width:180px;
    color:#fff;
}

.sticky-whatsapp-btn:hover span{
    opacity:1;
    visibility:visible;
}



/*=========================
CALL STICKY BUTTON
=========================*/
.sticky-call-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:99999;
    background:#ff6b00;
    color:#fff;
    width:60px;
    height:60px;
    border-radius:50px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    overflow:hidden;
    transition:0.4s;
    box-shadow:0 10px 30px rgba(0,0,0,0.20);
}

.sticky-call-btn i{
    font-size:24px;
    min-width:60px;
    text-align:center;
}

.sticky-call-btn span{
    white-space:nowrap;
    opacity:0;
    visibility:hidden;
    transition:0.3s;
    padding-right:22px;
    font-weight:600;
}

.sticky-call-btn:hover{
    width:170px;
    color:#fff;
}

.sticky-call-btn:hover span{
    opacity:1;
    visibility:visible;
}



/*=========================
FLOATING ANIMATION
=========================*/
.sticky-whatsapp-btn,
.sticky-call-btn{
    animation:floatbtn 2s infinite ease-in-out;
}

@keyframes floatbtn{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-6px);
    }

    100%{
        transform:translateY(0px);
    }

}



/*=========================
MOBILE RESPONSIVE
=========================*/
@media only screen and (max-width:767px){

    .sticky-whatsapp-btn{
        width:55px;
        height:55px;
        right:15px;
        bottom:85px;
    }

    .sticky-call-btn{
        width:55px;
        height:55px;
        right:15px;
        bottom:15px;
    }

    .sticky-whatsapp-btn i{
        font-size:28px;
        min-width:55px;
    }

    .sticky-call-btn i{
        font-size:22px;
        min-width:55px;
    }

}