/*----------------------------------------*/

/*  Google Fonts
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*----------------------------------------*/

/*  1.  default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
}

:root {

    --scnd: #f1c232;
    /* --blue: #30cbfb; */
    --blue: #6d6d6d;
    /* --dark: #243559; */
    --dark: #000;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.position-relative {
    position: relative;
}

.align-items-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

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

.h-100 {
    height: 100%;
}

.fs_16 {
    font-size: 16px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.mt-5 {
    margin-top: 50px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-0 {
    margin-top: 0px !important;
}


.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

@media(min-width:1200px) {
    .pl-lg-5 {
        padding-left: 50px;
    }
}

@media(min-width: 991px) {
    .pr-lg-5 {
        padding-right: 50px;
    }
}

@media(max-width: 1200px) {
    .mt-4-12 {
        margin-top: 40px;
    }
}

@media(max-width: 991px) {
    .mt-4-12 {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .mt-4-12 {
        margin-top: 20px;
    }
}

.fw_bold {
    font-weight: 700 !important;
}

.fw_5 {
    font-weight: 500;
}



.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;
}

.px_25{
padding-left: 25px !important;
padding-right: 25px !important;
}



.w-100 {
    width: 100% !important;
}


.mw-100 {
    max-width: unset !important;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: var(--dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Montserrat';
    margin: 0 0 15px;
    color: var(--dark);
    font-weight: 600;
}

h1 {
    font-size: 48px;
    line-height: 52px;
}

h2 {
    font-size: 42px;
    line-height: 46px;
}

h3 {
    font-size: 34px;
    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: var(--blue);
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

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

.tc_ld, tc_ld_h:hover {
    color: var(--blue);
}

.tc_drk, tc_drk_h:hover {
    color: var(--dark);
}

body {
    background: #fff none repeat scroll 0 0;
    color: var(--blue);
    font-family:'Montserrat';
    font-size: calc(14px + 0.1vw);
    text-align: left;
    overflow-x: hidden;
    line-height: 26px;
}

a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#scrollUp {
    background: var(--scnd);
    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 var(--blue);
    color: var(--blue);
}

.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: var(--blue);
    text-shadow: none;
}

::selection {
    background: var(--blue);
    text-shadow: none;
}

.text-white {
    color: white;
}

.bg-color {
    background:#f5f5f5;
}

.bg-color-2 {
    background: #0F2350;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 100px 0px;
}

.area-padding-2 {
    padding: 100px 0px 80px;
}

.pt-0{
    padding-top:0px !important;
}

.area-padding-sm {
    padding: 25px 0px;
}

.area-padding-md {
    padding: 60px 0px;
}

.section-headline {
    padding-bottom: 40px;
    position: relative;
}

.section-headline h3 {
    font-size:clamp(2.8rem, 4.2vw, 4rem);
    max-width: 600px;
    line-height: 120%;
    margin: 0px auto 15px;
}

.sg_driven_data .section-headline h3 {
    max-width: initial;
    margin-left: 0px;
}

.sg_driven_data .section-headline h3 span {
    color: var(--scnd);
    font-weight: 700;
}

.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;
}
.breadcrumb h4 {
    font-weight: 500;
    color: var(--scnd);
    font-size: calc(18px + 0.5vw);
}
.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;
}

.recently_sold .section-headline h3 {
    /*padding-left: 25px;*/
    font-weight:400;
}

.recently_sold .section-headline img.img1 {
    position: absolute;
    left: -30px;
    top: -22px;
    width: 59px;
}

.recently_sold .section-headline img.img2 {
    width: 36px;
    margin-top: -14px;
    margin-left: 6px;
}

.mar-row {
    margin-top: 50px;
}

.bg-background {
    position: relative;
    background: url(img/background/bgp3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #FDFCFC;
}

.color {
    color: var(--blue);
}

/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/

.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: #393939;
}

.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:hover {
    color: #fff;
}

.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: var(--dark);
    margin-left: 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 25px;
    border-radius: 3px;
    background: var(--scnd);
}

.top-social ul li a:hover {
    color: #fff;
    opacity: 1;
    background: var(--dark);
}

/*----------------------------------------*/

/*  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: 5px 0;
}

.logo a img {
    width: 130px;
}

.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: 16px;
    font-weight: 500;
    padding: 37px 18px;
    text-transform: capitalize;
    position: relative;
}

.main-menu ul.navbar-nav li a:hover {
    color: var(--blue);
}

.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: var(--blue);
    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 var(--blue);
}

.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: 35px;
}

.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: var(--dark) !important;
    display: block;
    font-size: 14px;
    padding: 5px 20px;
}

.main-menu ul.nav li ul.sub-menu li a span {
    color: var(--blue);
}

.main-menu ul.nav li ul.sub-menu li a:hover {
    color: var(--blue) !important;
}

.header-right-link {
    float: right;
    width: 200px;
    padding: 20px 0px;
    margin-left: 70px;
    text-align: right;
}

.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: var(--blue);
    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: var(--blue);
}

.s-menu {
    padding: 12px 20px;
    border: 1px solid var(--blue);
    border-radius: 2px;
    background: var(--blue);
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 500;
}

.s-menu:hover {
    border: 1px solid var(--blue);
    background: transparent;
    color: var(--blue);
    transition: 0.4s;
}

.header-area.stick .header-right-link {
    padding: 18px 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: 5px 0;
}

.header-area.stick .header-right-link a.main-search {
    color: var(--dark);
}

.header-area.stick .logo a img {
    width: 110px;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    color: var(--dark);
        padding: 30px 18px;
}

.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: var(--blue);
}

.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: 2px 0px;
    height: 72px;
}

.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: var(--blue)
}

.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;
}

/*----------------------------------------*/

/*  3. Intro Area
/*----------------------------------------*/

.intro-area {
    position: relative;
    overflow: hidden;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.display-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.intro-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: -110px;
}

.title1 {
    font-weight: 500;
    font-size: 18px;
    color: var(--blue);
    margin-bottom: 20px;
    display: inline-block;
}

.layer-2 p {
    font-size: 19px;
    line-height: 30px; 
}

.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 var(--scnd);
    color:white;
    cursor: pointer;
    display: inline-block;
    font-size:calc(14px + 0.3vw);
    font-weight:600;
    margin-top: 20px;
    padding: 10px 10px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: var(--scnd);
    /*width: 150px;*/
    border-radius: 6px;
    text-transform: uppercase;
}

.ready-btn-drk{
    background: var(--dark);
    color:white;
    border: 1px solid var(--dark);
}

.ready-btn-drk:hover{
    background: var(--scnd) !important;
    color:white;
    border: 1px solid var(--scnd) !important;
}

.slider-content .ready-btn{
color:var(--dark);
}

.ready-btn:hover {
    color: #fff;
    background: var(--dark);
    border: 1px solid var(--dark);
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.ready-btn_w {
    background: white;
    color: var(--dark);
}

.ready-btn_w:hover {
    background: var(--blue);
    color: white;
}



.ready-btn.right-btn {
    margin-left: 15px;
    background: #fff;
    border: 1px solid var(--blue);
    color: var(--blue);
}

.ready-btn.right-btn:hover {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
}

.ready-btn.left-btn:hover {
    border: 1px solid var(--dark);
    background: var(--dark);
    color: white;
}

/*--------------------------------*/

/* 4.Welcome Services Area
/*--------------------------------*/

.welcome-area {
    position: relative;
}

.all-services {
    margin-top: 40px;
}

.well-services {
    width: 25%;
    float: left;
    padding: 10px 20px;
    border-radius: 0px;
    margin-top: 0px;
    text-align: center;
}

.wel-btn {
    font-size: 24px;
    color: var(--blue);
    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: var(--blue);
}

.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;
    color: white;
    font-weight: 600;
}

.wel-content p {
    font-size: 16px;
    color: white;
}

.well-services:nth-child(2n) {
    border-right: 1px dashed #ddd;
    border-left: 1px dashed #ddd;
}

.well-services:last-child {
    border-right: 0px solid #ddd;
}

.well-services a {
    position: relative;
    font-weight: 500;
    color: white;
}

.well-services:hover::after {
    transition: 0.4s;
    opacity: 1;
    top: 54%;
    left: 50%;
}

.well-services .services-img img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 15px;
}

.wel-content a:hover {
    color: var(--blue);
}

.wel-content a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--blue);
    height: 1px;
    width: 0%;
    content: "";
    transition: 0.3s;
}

.wel-content a:hover {
    color: var(--blue);
}

.wel-content a:hover::after {
    transition: 0.3s;
    width: 100%;
}

@media(max-width: 991px) {
    .well-services {
        width: 50%;
    }

    .well-services:nth-child(2) {
        border-right: 0 !important;
    }
}

/*----------------------------------------*/

/*  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_sec_head h3 {
    font-size:clamp(3rem, 3.4vw, 4.4rem);
        font-weight: 300;
        margin-bottom: 0px;
        line-height:1;
}

.about_sec_head h3 span{
    display:block;
        text-indent: 4em;
}

.about_sec_head h3 span:first-child {
    font-weight: 500;
    color: var(--scnd);
    text-indent: 2em;
    font-size:clamp(3.6rem, 5vw, 5rem);
    line-height: 100%;
    margin-top: 3px;
}

.about_sec_head h3 span:last-child {
    text-indent: 4em;
}

.sg_abot_new .sg_abot_new_img div {
    background: var(--dark);
    width: 150px;
    height: 150px;
    padding: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sg_abot_new_ctn h3 {
    font-weight: 300;
    font-size:clamp(2.4rem, 2.4vw, 3.3rem);
    margin-bottom: calc(10px + 1vw);
    line-height:1.1;
}

.sg_abot_new_ctn h3 span {
    color: var(--scnd);
    font-weight: 500;

}

.sg_abot_new_ctn p {
    font-size: calc(16px + 0.3vw);
    line-height:calc(22px + 0.4vw);
}


.sg_abot_new .sg_abot_new_img div img {
    width: 70%;
}

.sg_abot_new:nth-child(odd) .sg_abot_new_img {
    order: 1;
}

.sg_abot_new:nth-child(odd) .sg_abot_new_img div {
    background: var(--scnd);
        margin-left: auto;
}

.sg_abot_new:nth-child(odd) .sg_abot_new_ctn {
    text-align: right;
}
.sg_abot_new {
    padding: 25px 0px;
}

@media(min-width:991px) {
    .about-content {
        padding-left: 40px;
    }
}

@media(max-width:767px){
.sg_abot_new:nth-child(odd) .sg_abot_new_img {
    order: 0;
}
.sg_abot_new .sg_abot_new_img {
    margin-bottom: 15px;
}
.sg_abot_new .sg_abot_new_img div {
    background: var(--dark);
    width: 100px;
    height: 100px;
}
}

@media(max-width:567px){
.sg_abot_new:nth-child(odd) .sg_abot_new_img div {
    margin-left: unset;
}
.sg_abot_new:nth-child(odd) .sg_abot_new_ctn {
    text-align: left;
}
.sg_abot_new {
    padding: 15px 0px;
}
.about_sec_head h3 span {
    text-indent: 0px !important;
}
}

.about-content p {
    /*color: #ddd;*/
    font-size: 16px;
}

.about-company {
    margin-top: 10px;
    display: block;
    overflow: hidden;
}

.single-about {
    width: 50%;
    float: left;
}

.about-text {
    font-size: 16px;
    font-weight: 400;
    /*color: #fff;*/
    line-height: 26px;
    position: relative;
    padding-left: 25px;
    display: block;
    margin-top: 10px;
}

.about-text::before {
    position: absolute;
    content: "";
    border: 1px solid var(--blue);
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}

.about-image {
    position: relative;
    width: 100%;
    height: 100%;
    /*min-height: 510px;*/
    background: url(img/background/cta.webp) no-repeat scroll center center / cover;
    border-radius: 5px;
    overflow: hidden;
}

.sg_img_styl img {
    position: relative;
    z-index: 9;
    box-shadow: -3px 4px 6px 1px #00000038;
    border-radius: 2px;
}

.sg_img_styl {
    position: relative;
    margin-bottom: 25px;
}

.sg_img_styl:after {
    position: absolute;
    width: 100%;
    top: 20px;
    right: 20px;
    content: "";
    height: 100%;
    border: 4px var(--blue) dashed;
}

.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;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151b2c54;
}

.video-play.vid-zone {
    background: var(--blue);
    border-radius: 100%;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 66px;
    width: 70px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid var(--blue);
}

.video-play.vid-zone:hover {
    background: #fff;
    transition: 0.4s;
    border: 1px solid var(--blue);
}

.video-play.vid-zone:hover i {
    color: var(--blue);
}

.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}

.cstm-acrdngs .cstm-acrdng h5,
.cstm-acrdngs .cstm-acrdng i,
.cstm-acrdngs .cstm-acrdng p {
    color: white;
}

.cstm-acrdngs .cstm-acrdng {
    display: flex;
    gap: 18px;
    align-items: baseline;
    margin-bottom: 10px;
}

.cstm-acrdngs .cstm-acrdng i {
    font-size: 17px;
    font-weight: 600;
}

.cstm-acrdngs .cstm-acrdng .acrdng_icon {
    transition: 0.6s all;
}

.cstm-acrdngs .cstm-acrdng.active .acrdng_icon {
    position: relative;
    top: 0px;
    transform: rotate(90deg);
}

.cstm-acrdngs .cstm-acrdng h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.cstm-acrdngs-drk .cstm-acrdng h5,
.cstm-acrdngs-drk .cstm-acrdng .acrdng_icon i {
    color: var(--blue);
}

.cstm-acrdngs-drk .cstm-acrdng.active h5,
.cstm-acrdngs-drk .cstm-acrdng.active .acrdng_icon i {
    color: var(--dark);
}

.cstm-acrdngs .cstm-acrdng p {
    /*margin-bottom: 0px;*/
    padding: 7px 10px;
    font-weight: 500;
    background: #ffffffd4;
    color: black;
    margin-left: -34px;
}

.cstm-acrdngs-drk .cstm-acrdng p {
    padding: 0px;
    font-weight: 500;
    background: transparent;
    margin-left: 0px;
}

.cstm-acrdngs-drk .cstm-acrdng {
    gap: 15px;
    background: whitesmoke;
    padding: 9px 10px 0px;
}

.cstm-acrdngs .cstm-acrdng.active p {
    display: block !important;
}

.reviews-area .section-headline h3 {
    font-size: clamp(2.4rem, 4.2vw, 4rem);
    /* text-shadow: 0px 1px 3px #00000087; */
}

@media(min-width:991px) {
    .cstm-acrdngs {
        padding-left: 50px;
    }

    .cstm-acrdngs-drk {
        padding-left: 10px;
    }

    .reviews-area .section-headline h3 {
    font-size: clamp(2.4rem, 4.2vw, 5rem);
    /* text-shadow: 0px 2px 5px #00000087; */
}
}



/*--------------------------------*/

/* 6. Services Area
/*--------------------------------*/

.service-area {
    position: relative;
}

.all-services .service-icon {
    border: 1px solid #cde1c4;
    margin: auto;
    border-radius: 100%;
    padding: 15px;
    width: 85px;
    height: 85px;
    background: white;
    position: absolute;
    top: -44px;
    transform: translateX(-50%);
    left: 50%;
}

.all-services .service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* filter: invert(1%) sepia(1%) saturate(0%) hue-rotate(0deg) brightness(50%) contrast(80%);
    filter: invert(39%) sepia(17%) saturate(1914%) hue-rotate(58deg) brightness(93%) contrast(90%); */
}

.single-service {
    z-index: 1;
    background: #fff;
    text-align: left;
    padding: 70px 20px 40px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 25px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: none;
    text-align: left;
    border:1px solid #cde1c4;
    box-shadow: 0px 5px 12px 0px #d5d5d5;
    height: calc(100% - 25px);
}

.single-service:hover {
    box-shadow: 0px 0px 0px 0px #d5d5d5;
}

.single-service::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: var(--main);
    opacity: 0;
    transition: 0.6s;
    content: "";
    z-index: -1;
    border-radius: 25px;
}

.service-icon span {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--blue);
}

.service-content h4 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: unset;
    color: var(--main);
}

.single-service:hover::after {
    transition: 0.4s;
    opacity: 1;
    height: 100%;
}

.service-content p {
    font-size: 16px;
}

.service-btn {
    font-size: 17px;
    color: var(--blue);
    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 #f5f5f5;
    margin-top: 10px;
}

.service-btn:hover {
    color: #fff;
    transition: 0.5s;
    background: var(--blue);
    border: 1px solid var(--blue);
}

.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-area {
    background: #f5f5f5;
}

.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: #ffffff;
    box-shadow: 0px 0px 10px 0px #efefef;
}


.fun_text .counter-icon {
    color: var(--blue);
    display: block;
    font-size: 44px;
    padding-bottom: 10px;
    line-height: 50px;
    font-weight: 100;
}

.fun_text .counter {
    color: var(--dark);
    display: block;
    font-size: 40px;
    padding-bottom: 10px;
    line-height: 44px;
    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;
}

.cst_srv_sec img {
    height: 40px;
    width: auto;
}

.cst_srv_sec2 div {
    height: 45px;
    width: 45px;
    background: var(--scnd);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.cst_srv_sec3 div {
    height: auto;
    width: auto;
    background: white;
    border-radius: 100%;
    display: block;
}

.cst_srv_sec2 div img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

.cst_srv_sec3 div img {
    height: 45px;
    width: 45px;
}

.cst_srv_sec p {
    color: white;
}

.cst_srv_sec2 p, .cst_srv_sec2 h4{
    color: var(--dark);
}

.cst_srv_sec h4 {
    font-weight: 500;
    font-size: calc(16px + 0.3vw);
    margin-bottom: 4px;
    margin-top: 0px;
}

/*----------------------------------------*/

/* 8. banner area css
/*----------------------------------------*/

.banner-area {
    background: rgba(0, 0, 0, 0) url(img/background/cta.webp) no-repeat scroll center center / cover;
    position: relative;
}

.banner-area2 {
    background: rgba(0, 0, 0, 0) url(img/background/map1.jpg) no-repeat scroll center center / cover;
    position: relative;
}

.banner-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 8 16 / 85%) none repeat scroll 0 0;
    content: "";
}

.banner-area2:before {
    background: rgb(0 8 16 / 70%) none repeat scroll 0 0;
}

.sg_white_bnr .container {
    background-image: linear-gradient(90deg, white 20%, transparent 0%);
    z-index: 1;
}

.add-content h3 {
    color: #fff;
    font-size:clamp(2.6rem, 2.8vw, 3.5rem);
    line-height: 120%;
    margin-bottom: 0px;
    margin-top: 18px;
    text-transform: capitalize;
}

.heading_big {
    color: #fff;
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
}

.heading_big2 {
    color: #fff;
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
}

.heading_big2 img {
    position: absolute;
    left: -40px;
    top: -30px;
}

.add-contact {
    float: left;
}

.call-us {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.call-us i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid var(--dark);
    background: var(--dark);
    text-align: center;
    line-height: 46px;
    margin-right: 15px;
    border-radius: 3px;
}

.mail-us {
    margin-bottom: 0px;
}

@media(max-width:991px) {
    .heading_big2 {
        font-size: 48px;
        line-height: 58px;
    }

    .heading_big2 img {
        position: absolute;
        left: -40px;
        top: -30px;
    }
}

@media(max-width:850px) {
    .heading_big2 {
        font-size: 38px;
        line-height: 44px;
        padding-left: 15px;
    }

    .heading_big2 img {
        left: -8px;
        top: -19px;
        width: 54px;
    }

    .recently_sold .section-headline img.img1 {
        left: -17px;
        top: -10px;
        width: 44px;
    }
}

@media(max-width:550px) {
    .heading_big2 {
        font-size: 28px;
        line-height: 32px;
    }

    .cst_srv_sec img {
        height: 35px;
    }
}

/*--------------------------------*/

/*  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: var(--dark);
    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 var(--blue);
    background: var(--blue);
    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: var(--blue);
}

.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%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    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: var(--blue);
    border: 1px solid var(--blue);
}

/*----------------------------------------
 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: var(--blue);
    border: 1px solid var(--blue);
    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: var(--blue);
    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;
}

.tab-menu ul.nav li {
    border: medium none;
    float: left;
    width: 25%;
}

.tab-menu ul.nav li a {
    border-radius: 0;
    color: var(--dark);
    padding: 20px 10px;
    align-items: center;
    text-align: center;
    margin-left: 20px;
    border-radius: 4px;
    border: 1px solid rgba(49, 120, 251, 0.4);
}

.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: var(--blue);
}

.tab-menu ul.nav li a:hover {
    background: transparent;
}

.tab-menu ul.nav li.active a:hover {
    background: var(--blue);
}

.title-date {
    display: inline-block;
    position: relative;
}

.tab-menu ul.nav li.active .cha-title {
    color: #fff;
}

.cha-title {
    display: inline-block;
    font-size: 22px;
    line-height: 26px;
}

.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: 20px;
}

.machine-text h3 {
    font-size: 32px;
    line-height: 40px;
}

.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: var(--blue);
}

/*----------------------------------------*/

/*  12. Blog Area
/*----------------------------------------*/

.blog-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    background: #fff;
}

.blog-content a h4 {
    font-size: 21px;
    color: var();
    line-height: 30px;
    transition: 0.4s;
}

.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}

.admin-type i,
.date-type i,
.comments-type i {
    color: var(--blue);
    margin-right: 5px;
}

.single-blog:hover .blog-content::after {
    transition: 0.4s;
    opacity: 1;
    top: 0px;
}

.blog-content p {
    line-height: 28px;
    transition: 0.4s;
}

.blog-content a h4:hover {
    color: var(--blue);
    transition: 0.4s;
}

.blog-meta span {
    color: var(--dark);
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}

.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid var(--blue);
    margin-right: 10px;
}

.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: 0.5s all;
}

.single-blog:hover {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}

.recent_sold_slider .single-blog {
    box-shadow: none;
}

.blog-meta {
    margin-bottom: 15px;
}

.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
    border: 1px solid var(--blue);
    background: var(--blue);
    padding: 7px 24px;
    margin-top: 10px;
    border-radius: 3px;
}

.blog-btn:hover {
    color: var(--blue);
    background: transparent;
    transition: all 0.4s ease 0s;
}

/*----------------------------------------
 13.Reviews Area Css
----------------------------------------*/

.reviews-area {
    position: relative;
}

.reviews-area {
    position: relative;
}

.single-testi {
    margin: 0px 0px 0px;
}

.clients-text {
    padding: 30px 30px;
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.testi-img {
    position: relative;
    margin-top: 20px;
    display: block;
    overflow: hidden;
}

.testi-img img {
    max-width: 80px;
    height: auto;
    border-radius: 50px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
}

.Reviews-content {
    margin-bottom: 15px;
}

.active.center .single-testi .clients-text {
    border: 1px solid #303030;
    background: #303030;
}

.testi-text h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 0px;
}

.active.center .single-testi .testi-text p,
.active.center .single-testi .guest-rev,
.active.center .single-testi .testi-text h4 {
    color: #fff;
}

.guest-rev {
    font-weight: 400;
}

.testi-text p {
    margin-bottom: 0px;
}

.client-rating {
    margin-bottom: 15px;
}

.testi-text span a {
    color: var(--blue);
}

.testi-text h5 {
    color: #6a7d91;
    font-size: 20px;
}

.client-rating a {
    display: inline-block;
    color: #fec731;
    font-size: 20px;
    padding: 0px 5px 0px 0px;
}

.testimonial-carousel .owl-controls .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 99%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-carousel .owl-controls .owl-nav .owl-prev,
.testimonial-carousel .owl-controls .owl-nav .owl-next {
    background: #fff;
    color: var(--dark);
    padding: 0px 5px 0px;
    border: 1px var(--dark) solid;
    opacity: 0;
    transition: 0.6s all;
    position: relative;
    left: 0;
    right: 0;
}

.testimonial-carousel.owl-carousel .owl-item img {
    width: 80px;
    position: absolute;
    bottom: 5px;
    right: 7px;
    opacity: 0.5;
    object-fit: contain;
}

.testimonial-carousel:hover .owl-controls .owl-nav .owl-prev,
.testimonial-carousel:hover .owl-controls .owl-nav .owl-next {
    opacity: 1;
}

.testimonial-carousel:hover .owl-controls .owl-nav .owl-prev {
    left: -17px;
}

.testimonial-carousel:hover .owl-controls .owl-nav .owl-next {
    left: 17px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
    background: var(--blue) none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: -20px;
    display: block;
    left: 50%;
    margin-left: -40px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #303030;
    width: 30px;
    border-radius: 3px;
}

@media(min-width:768px){
    .testimonial-carousel .owl-stage-outer .owl-stage {
        display: flex;
        align-items: unset;
        flex-wrap: wrap;
    }

    .testimonial-carousel .single-testi,
    .testimonial-carousel .testi-text,
    .testimonial-carousel .clients-text  {
        height: 100%;
    }

    .px-lg-5{
padding-left:40px;
padding-right:40px;
}
}



/*----------------------------------------*/

/*  14. Footer Area
/*----------------------------------------*/

.footer-logo img {
    width: 160px;
}

.footer-area {
    padding: 70px 0;
    background: #fdfcfc;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-content.logo-footer {
    margin-right: 30px;
}

.footer-head p {
    color: #151b2c;
}

.footer-head .footer-contacts p a {
    color: var(--dark);
    font-weight: 500;
}

.footer-head .footer-contacts p a:hover {
    color: var(--scnd);
}

.footer-head h4 {
    color: #151b2c;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.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-radius: 2px;
    transition: 0.4s;
    background: var(--blue);
}

.footer-tags li a:hover,
.footer-icons ul li a:hover {
    color: var(--scnd);
    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;*/
    width: fit-content;
    margin-left: auto;
}

@media(max-width: 767px) {
    .footer-icons {
        display: none;
    }
}

.footer-list {
    width: 50%;
    float: left;
}

.footer-contacts p span {
    color: var(--blue);
    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: var(--blue);
    border: none;
    color: #fff;
    font-size: 17px;
    padding: 10px 5px;
    width: 36%;
    font-weight: 400;
    height: 46px;
    border: 1px solid var(--blue);
    transition: 0.4s;
}

.suscribe-input button:hover {
    color: var(--blue);
    background: transparent;
    transition: 0.4s;
}

.footer-list li a {
    color: var(--dark);
    padding: 7px 0px 10px 20px;
    display: block;
    position: relative;
    font-weight:600;
}

.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: var(--blue);
}

.footer-list li a:hover::after {
    color: var(--blue);
}

.footer-area-bottom {
    background: #f5f8fb;
    padding: 12px 0;
    /*text-align: center;*/
}

.footer-area-bottom .row {
    align-items: center;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: var(--blue);
}

.copyright-text a {
    color: var(--blue);
}

.copyright>p {
    margin-bottom: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-flow: wrap;
}

.copyright a {
    color: var(--dark);
    font-weight: 400;
}

.copyright a:hover {
    color: var(--blue);
}

.sg_policy_div h4 {
    font-size: clamp(1.8rem, 3.5vw, 2.1rem);
    margin-bottom: 8px;
    margin-top: 20px;
    line-height: inherit;
} 

.sg_policy_div a {
    color: var(--dark);
    font-weight: 500;
}

.sg_policy_div .section-headline h3 {
    font-size: clamp(2.3rem, 3.5vw, 3rem); 
    margin-bottom: 5px;
}

.breadcrumb ul li a:hover {
    color: var(--scnd);
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more span.read-more,
span.read-less {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px #a5a5a5 dashed;
    line-height: initial;
    margin-bottom: 5px;
}

.single-service:hover .add-read-more span.read-more,
.single-service:hover span.read-less {
    color: white;
}

.service-content p.add-read-more.show-less-content:after {
    content: "...";
    position: relative;
    left: -2px;
}

.rounded-pill {
    border-radius: 30px;
}

.sg_new_sec_head{
    position:relative;
}

.sg_new_sec_head:after {
    content: "";
    position: absolute;
    left: -35px;
    top: -25px;
    width: 60px;
    height: 60px;
    background-size: unset;
    border: none;
    border-left: 12px solid;
    border-top: 12px solid;
    border-color: var(--scnd);
}



.sg_new_sec_head2:after { 
    border-left: 5px solid !important;
    border-top: 5px solid !important; 
    border-color: var(--scnd) !important;
}

.sg_new_sec_head2 { 
width: fit-content;
    margin: auto;
}

.sg_new_sec_head_cr h3 {
    font-weight: 400;
}

.sg_new_sec_head_cr h3 span {
    text-indent: 3em;
    display: block;
    color:var(--scnd);
}

.sg_new_sec_head h3, .sg_new_sec_head_ni h3 {
    font-size:clamp(2.3rem, 3.2vw, 4rem);
    color: var(--dark);
    line-height: 110%;
}

.sg_new_sec_head2 h1 {
    font-size:clamp(3.3rem, 3.5vw, 5rem);
    color: var(--dark);
    line-height: 110%;
    font-weight:500;
    margin-bottom:25px;
}

.sg_pl_bnft {
    text-align: center;
    background-color: var(--scnd);
    border-radius: 1px;
    padding: 20px 10px;
    height: calc(100% - 10px);
    margin-top: 10px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s all;
    cursor: pointer;
}

.sg_pl_bnft:hover {
    background: var(--dark);
}

.sg_pl_bnft:hover img{
   filter: brightness(0) invert(1);
}

.sg_pl_bnft img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.sg_pl_bnft p {
    color: white;
    font-size: calc(15px + 0.3vw);
}


/*----------------------------------------*/

/*  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%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    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: var(--blue);
    border: 1px solid var(--blue);
}

.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;
}

/*
@keyframes changewidth {
  from {
    transform-origin: right;
  }

  to {
    transform-origin: left;
  }
}

.intro-carousel .owl-item.active .slider-images img {
  animation-duration: 20s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}*/

.intro-carousel .owl-item.active .slider-images img {
    zoom: 1.5;
    /* Old IE only */
    transform: scale(1.5);
    transform-origin: top right;
    transition: 30s;
    height: 100%;
    /*-webkit-transform-origin-y: bottom;*/
}

.intro-carousel .owl-item .slider-images {
    height: 90vh;
    object-fit: cover;
}

.intro-carousel .owl-item .slider-images img {
    width: 100%;
    object-fit: cover;
}


/*--------------------------------*/

/* 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: var(--blue);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 77px;
    border: 1px solid var(--blue);
    transition: 0.4s;
}

.service-area-2 .single-service:hover .service-icon span {
    color: #fff;
    border: 1px solid var(--blue);
    transition: 0.4s;
    background: var(--blue);
}

.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: var(--blue);
    border-radius: 1px;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    background: #f5f8fb;
}

.social-icon li a:hover {
    border: 1px solid var(--blue);
    color: #fff;
    background: var(--blue);
}

.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: #00000075;
}

.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: var(--dark);
    content: "";
    opacity: 0.5;
}

.intro-area-3 .slider-content {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -80px;
}

.intro-area-3 .layer-1 h2 {
    color: #fff;
    margin: 0 auto 20px;
    font-size: 60px;
    max-width: 890px;
    line-height: 70px;
}

.intro-area-3 .layer-2 p {
    color: white;
    margin: 0 auto 20px;
}

.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 .main-menu ul.navbar-nav li:hover a {
    color: var(--scnd);
}

.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;
}

.page-area-about {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-area-about .breadcrumb {
    padding: 0px 20px;
    width: fit-content;
    height: auto;
    min-width: 40%;
    background: white;
    display: flex;
    align-items: center;
    border-radius: 0;
    justify-content: center;
}

.page-area-about .breadcrumb .section-headline {
    text-align: left;
}

.page-area.page-area-about::after {
       content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    background: white !important;
    z-index: 0;
}


.page-area-about .breadcrumb h1 {
    color: var(--dark);
}


.page-area-about .breadcrumb ul li {
    color: var(--dark);
}

.page-area-about .breadcrumb ul li.active {
    color: var(--blue);
}

.page-area-about .breadcrumb_ctn {
        padding: 30px 0px;
}

.transparent-header {
    background: transparent;
}

.page-area {
    background: url(img/background/rs1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-area-about .breadcumb-overlay {
    background: url(img/slider/8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-area-about .breadcumb-overlay {
    zoom: 1.3;
    transform: scale(1.3);
    /*transform-origin: top right;*/
    transition: 80s;
    height: 100%;
    width: 100%;
    position: absolute;
    animation: mymove 40s infinite;
}


@keyframes mymove {
    from {
        /*transform: scale(1.5);*/
        /*zoom: 1.5; */
        transform-origin: top right;
    }

    to {
        /*transform: scale(1);*/
        /*zoom: 0; */
        transform-origin: right left;
    }
}

.page-area::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 80%);
    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: 230px 0px 120px;
}

.breadcrumb h1 {
    color: #fff;
    font-size:clamp(3rem, 3.6vw, 5rem);
    font-weight: 400;
    line-height: 110%;
    position: relative;
    margin-bottom: 5px;
}

.page-area-about .breadcrumb p {
    font-size: calc(14px + 0.3vw);
    font-family: 'Montserrat';
}

.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: var(--blue);
    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 var(--blue);
    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: var(--blue);
}

.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: var(--blue);
}

.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 var(--blue);
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
    color: var(--blue);
    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: var(--blue);
}

.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: var(--blue);
}

.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: var(--main);
    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: var(--scnd);
    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: var(--main);
    border-color: var(--main);
    border-radius: 2px;
}

.adver-img {
    margin-top: 20px;
}

.sg_position_check {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.sg_position_check input {
    width: 18px;
    height: 18px;
}
.sg_position_check div {
    display: grid;
    grid-template-columns: 28px auto;
}

.careers_form .sg_field_style {
    padding: 7px 10px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
}

.sg_position_check div label {
    font-weight: 500;
}

.sg_carfrm_spce {
    margin: 10px 0px 6px;
}

.careers_form input[type="file"] {
    display: block;
    padding: 0px;
}

/*----------------------------------------*/

/*  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: var(--blue);
}

.comments-content-wrap span a:hover {
    color: var(--blue);
}

.comment-respond .add-btn.contact-btn {
    background: var(--blue);
    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 var(--blue);
    text-transform: capitalize;
    font-weight: 600;
}

.comment-respond .add-btn.contact-btn:hover {
    background: #fff;
    color: var(--blue);
    border: 1px solid var(--blue);
}

.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"] {
    
    border: 1px solid var(--scnd);
    color: #fff;
    display: block;
    font-size: 18px;
    margin-top: 16px;
    padding: 13px 24px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    background: var(--scnd);
}

.contact-form button[type=submit]:hover {
    color: var(--main);
    border: 1px solid var(--main);
    background: #fff;
    transition: all 0.3s ease 0s;
}

.careers_form button[type="submit"] {
    background-color: var(--scnd);
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    transition: background-color 0.3s ease;
    text-align: center;
    font-weight: 600;
    width: 80%;
    margin: auto;
    margin-top: 40px;
    text-transform: uppercase;
}

.careers_form button[type="submit"]:hover {
    background-color: var(--dark);
    color: #ffffff;
}

.careers_form label {
    color: var(--dark);
    font-weight: 600;
}

.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color: var(--scnd);
    display: block;
    transition: 0.6s all;
}

.single-icon p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
    font-weight: 500;
}

.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 20px 40px;
    position: relative;
    z-index: 1;
    height: calc(100% - 50px);
    transition: 0.6s all;
}

.contact-icon p a {
    color: var(--blue);
    word-break: break-word;
}

.contact-icon p a:hover {
    color: var(--dark);
}

.contact-icon::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80%;
    height: 2px;
    background: var(--main);
    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: var(--blue);
    position: relative;
}

.left-menu ul li a:hover {
    color: var(--blue);
}

.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: var(--blue);
    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: var(--blue);
    border: 1px solid var(--blue);
}

.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: var(--dark);
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: var(--blue);
}

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.marker-list li {
    color: var(--dark);
    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: var(--blue);
    width: 22px;
    height: 22px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    line-height: 22px;
}

.single-services-page .marker-list li {
    color: var(--dark);
}

.blog-details .blog-category {
    margin-bottom: 15px;
}

/*----------------------------------------*/

/* 27. Project Details page
/*----------------------------------------*/

.project-page-area .single-awesome-project {
    margin-bottom: 30px;
}

.hire-btn {
    background: var(--scnd);
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    transition: 0.4s;
    border-radius: 3px;
    border: 1px solid var(--scnd);
}

.hire-btn:hover {
    transition: 0.4s;
    background: #fff;
    color: var(--main);
}

.project-page-area .project-menu li a {
    color: var(--dark);
}

.project-2-column .project-single {
    float: left;
    width: 50%;
}

.project-4-column .project-single {
    float: left;
    width: 25%;
}

.project-new h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.project-details h3 {
    font-weight: 600;
    font-size: 30px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div {
    background: var(--scnd);
    border: 1px solid var(--scnd);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
    border-radius: 5px;
    margin-right: 10px;
    top: 15px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {

}

.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: var(--dark);
    border: 1px solid var(--dark);
    color: white;
    transition: all 0.5s ease 0s;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {

}


.project-carousel-2 .owl-item img {
    object-fit: contain;
        object-position: top;
}


@media(min-width:1200px){
.project-carousel-2 .owl-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 345px;
}
}



.project-history {

}

.project-details h4 {
    font-size: 22px;
    font-weight: 600;
}

.sg_tag_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sg_tag_price span {
    font-size: 20px;
    font-weight: 600;
    background-color: var(--main);
    color: white;
    line-height: initial;
    padding: 2px 9px 3px;
}

.sg_tag_price span:first-child {
    background-color: var(--scnd);
}

.project-name ul li {
    color: var(--blue);
    font-size: calc(14px + 0.2vw);
    line-height: 32px;
    padding: 8px 0px !important;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7%;
}

.project-name p {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    margin: 13px 0px;
    font-size: calc(14px + 0.2vw);
}

.project-name p span {
    width: 48%;
    color:var(--blue);
        font-weight: 500;
}

.project-name hr {
    border: 1px var(--dark) solid;
    margin: 0px;
}

.project-name ul {
    column-count: 2;
    column-gap: 1rem;
    break-after: column;
        margin-bottom: 15px;
}

.project-name img {
    filter: invert(3%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(0%) contrast(118%);
    width: 37px;
    margin-right: 8px;
    height: 22px;
    object-fit: contain;
}

.project-inner {
}

.project-details p {
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.new-project {
    background: #f4f4f4;
    padding: 30px 30px 40px;
    margin-bottom: 30px;
}

.recently_sold_prc{
text-align: center;
}

.recently_sold_prc {
    text-align: center;
    color: var(--dark);
    font-weight: 600;
}

.recently_sold_prc span {
    display: block;
    text-align: center;
    background: var(--dark);
    border-radius: 5px;
    color: white;
    font-weight: 500;
    font-size: calc(14px + 0.1vw);
    width: fit-content;
    margin: auto;
    margin-bottom: 6px;
    padding: 5px 10px;
}

.recently_sold_prc div {
    margin-bottom: 15px;
    font-size: calc(14px + 0.2vw);
    font-weight: 700;
}


.sg_our_prcs span {
    font-size: 20px;
    width: 36px;
    height: 36px;
    background: var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; 
}

.sg_our_prcs h3 {
    font-size: clamp(2.1rem, 3vw, 2.6rem);
    line-height: inherit;
    color: var(--scnd);
}

.sg_our_prcs .row {
    margin-bottom: 60px;
}

.sg_our_prcs {
    position: relative; 
    margin-top: 28px;
}

.sg_our_prcs:after {
    position: absolute;
    top: 0;
    left: 39px;
    content: "";
    width: 4px;
    height: 100%;
    background: var(--dark);
    z-index: -1;
}

.sg_our_prcs_col {
    display: flex;
    gap: 30px;
}


@media(max-width:991px){
.recently_sold_prc span {
    min-width: 30%;
    margin-bottom: 0;
    margin-right: 15px;
    margin-left: unset;
}
.recently_sold_prc div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: calc(14px + 0.5vw);
}
.recently_sold_prc {
    margin-bottom: 10px;
}
.sg_our_prcs .row {
    margin-bottom: 25px;
}

}

@media(max-width:567px){
    .sg_our_prcs:after { 
        left: 20px; 
        width: 2px; 
    }
    .sg_our_prcs_col { 
        gap: 14px;
    }
    .sg_our_prcs span {
        font-size: 14px;
        width: 25px;
        height: 25px; 
    }
}

/*----------------------------------------
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 var(--blue);
    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: var(--blue);
    color: #fff;
    height: 46px;
    font-size: 16px;
}

.slide-btn.login-btn:hover {
    border: 1px solid var(--blue);
    background: #fff;
    color: var(--blue);
    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;
}


/*--------------------------------*/

/* Time line Css
/*--------------------------------*/


.steps {
    position: relative;
}

.steps::after {
    content: "";
    position: absolute;
    width: 2px;
    background-color: var(--main);
    opacity: 0.9;
    top: 0;
    bottom: 0;
    left: 50%;
}

.steps .content p {
    /*color: #676767;*/
    /*font-size: 16px;*/
    margin-bottom: 0px;
}

.steps .content span.hiw_n {
    position: absolute;
    color: var(--scnd);
    top: -31px;
    left: -15px;
    line-height: initial;
    font-weight: 700;
    font-size: 36px;
    background: white;
}

.steps .steps-container:nth-child(even) .content span.hiw_n {
    right: -15px;
    left: unset;
}

.steps .content h2 {
    font-weight: 700;
    color: var(--main);
    font-size: 20px;
    margin-bottom: 12px;
    text-transform: capitalize;
    line-height: unset;
}

.steps-container {
    position: relative;
    background-color: inherit;
    width: calc(50% + 32px);
}

.steps-container .content {
    padding: 25px 20px;
    background-color: white;
    position: relative;
    border-radius: 0px 0px 80px 0px;
    box-shadow: 0px 3px 8px 0px #edededa1;
    border: 1px var(--main) dashed;
}

.steps .steps-container:nth-child(even) {
    left: calc(50% - 32px);
    flex-direction: row-reverse;
}

.steps-container {
    display: flex;
}

.steps .steps-container .date {
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 777;
    box-shadow: 0px 0px 3px 0px #bdbdbd;
}

.steps .steps-container .date img {
    width: 40px;
    
    /*filter: invert(1%) sepia(1%) saturate(0%) hue-rotate(0deg) brightness(50%) contrast(80%);*/
}

.about_steps .steps-container .date img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: unset;
    filter: invert(37%) sepia(21%) saturate(1592%) hue-rotate(57deg) brightness(94%) contrast(87%);
}


.step-line {
    width: 40px;
    background-color: var(--main);
    height: 2px;
    margin-top: 31px;
    opacity: 0.9;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .steps::after {
        left: 32px;
    }

    .steps-container {
        left: 0;
        flex-direction: row-reverse;
        width: auto;
        margin-bottom: 16px;
    }

    .steps .steps-container:nth-child(even) {
        left: 0;
    }
}

.bbb_gle img {
    width: 130px;
    height: 50px;
    object-fit: contain;
}

.bbb_gle {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}


.recently_sold .blog-content {
    padding: 12px 15px 8px;
    background: #f5f5f5;
}

.recently_sold .blog-meta span {
    font-size: 12px;
    padding: 0px;
}

.recently_sold .blog-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: 0.6s all;
}

.recently_sold .single-blog:hover .blog-image img {
    opacity: 0.6;
}

.recently_sold .prpty_dtl img {
    width: 20px;
    height: auto;
    border-radius: 0;
    border: 0;
    margin-right: 4px;
}


.recently_sold .blog-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.recently_sold .blog-content a h4 {
    font-size: 20px;
    line-height: inherit;
    font-weight: 600;
    margin-bottom: 15px;
    color:var(--dark);
}

.recently_sold .single-blog:hover .blog-content a h4 {
    color: var(--blue);
}

.recent_sold_slider .owl-nav {
    display: flex;
    justify-content: start;
    gap: 15px;
}

.recent_sold_slider .owl-nav .owl-prev,
.recent_sold_slider .owl-nav .owl-next {
    padding: 0 5px;
    background: var(--dark);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
}

.recent_sold_slider .owl-nav .owl-prev:hover,
.recent_sold_slider .owl-nav .owl-next:hover {
    background: var(--scnd);
}

.recently_sold .ready-btn {
    position: absolute;
    right: 15px;
    bottom: 0px;
    padding: 6px 25px;
}

.recently_sold {
    margin-top: 15px;
}

.sg_prc_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border-top: 1px #ebebeb solid;
    padding-top: 5px;
}

.sg_prc_btn a {
    color: var(--dark);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
}

.sg_prc_btn a:hover {
    color: var(--blue);
}

.sg_prc_btn .price {
    font-weight: 700;
    color: var(--dark);
    font-size: 18px;
}

.sg_sld_fmly {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
    font-size: 13px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.sg_sld_fmly span {
    background-color: var(--blue);
    color: white;
    line-height: initial;
    padding: 2px 5px 2px;
    cursor: pointer;
}

.sg_sld_fmly span:first-child {
    background-color: var(--dark);
    color: white;
}

.sg_simplifying {
    margin-top: 30px;
    text-align:center;
}

.sg_simplifying h5 {
    font-weight: 500;
    font-size: calc(16px + 0.3vw);
    margin-bottom: 0px;
    margin-top: 18px;
    color: var(--dark);
}

.sg_simplifying .sg_simplifying_ctn {
    margin-bottom: 30px;
}

.sg_simplifying .sg_simplifying_ctn:last-child {
    margin-bottom: 0px;
}

.sg_simplifying h5 i {
    background: var(--scnd);
    color: white;
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    border-radius: 100%;
    font-size: 16px;
    line-height: 21px;
    justify-content: center;
}

.sg_simplifying img {
    width: 50px;
}

.sg_new_abotus{

}

.sg_new_abotus img {
    position: absolute;
    right: 0;
    transform: translate(-0%, -50%);
    top: 50%;
    width: 64%;
    object-fit: cover;
    height:100%;
}

.sg_new_abotus_ctn {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.map_img {
    border: 6px white solid;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #e3e3e3;
}

.bg_l_img {
    background: rgba(0, 0, 0, 0) url(img/background/bg_l.png) no-repeat scroll top center / cover;
    position: relative;
}

.sg_new_exlusv_oppr:after {
    content: "";
    background: red url(img/background/bg_n.webp) no-repeat scroll top left / cover;
    position: absolute;
    top: 0;
    letter-spacing: 0;
    width: 80%;
    height: 100%;
    z-index: -1;
}

.sg_new_exlusv_oppr .container {
    padding: 30px;
}

.bg_overly {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #454545;
    top: 0px;
    left: 0;
}

.sg_cor_val {
    display: grid;
    grid-template-columns: repeat(5, 18%);
    gap: 2%;
    justify-content: center;
}

.sg_cor_val h4 {
 font-weight: 600;
    line-height: inherit;
    font-size: calc(14px + 0.3vw);
        margin-bottom: 0px;
}


.sg_cor_val .sg_cor_val_div img {
    max-height: 80px;
    margin-bottom: 15px;
        object-fit: contain;
}


.sg_cor_val .sg_cor_val_div {
    margin-bottom: 0;
    transition: 0.6s all;
    cursor: pointer;
    padding: 40px 10px;
    text-align: center;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #efefef;
}

.sg_cor_val .sg_cor_val_div:hover {
    transform: scale(0.99) translateY(-10px);
    background-color: whitesmoke;
    box-shadow: none;
}

.sg_cr_glry img {
    width: auto;
    object-fit: contain;
        margin: 8px 0px;
}

.sg_cr_glry_one img {
    //height: 290px;
}

.sg_cr_glry_two img {
    //height: 200px;
}

.sg_cr_glry_three img {
    //height: 250px;
}

.sg_cr_glry {
    text-align: center;
}

@media(max-width:991px){
.sg_cor_val {
    grid-template-columns: repeat(3, 32%);
    gap:5% 2%;
}
}

@media(max-width:767px){
.sg_cor_val {
    grid-template-columns: repeat(2, 49%);
    gap: 3% 2%;
}
}

@media(max-width:576px){
.sg_cor_val {
    display:block; 
}
.sg_cor_val .sg_cor_val_div {
    margin: 10px 0px 25px;
}

.sg_cor_val .sg_cor_val_div:last-child {
    margin: 10px 0px 0px;
}
}

.sg_prfl_acnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px 5%;
    margin: 6% 0px;

}

.sg_prfl_acnt img {
    height: 80px;
    width: auto !important;
    object-fit: contain;
    max-width: 210px;
}

.sg_driven_data_lst_head h4 {
    margin-bottom: 0px;
    font-size: calc(14px + 0vw);
    line-height: 100%;
    color: white;
    position: absolute;
    z-index: 999999;
}

.sg_driven_data_lst p {
    font-size: calc(14px + 0.1vw);
    line-height: 117%;
}

.sg_driven_data_p_grp_m{
display: flex;
    flex-direction: column!important;
    justify-content: space-between;
}

.sg_driven_data_head_grp {
    width: fit-content;
    position: relative;
    margin: auto;
        margin-top: 50px;
}

.sg_driven_data_lst_head{
    width: 145px;
    height: 145px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:  rgb(241 194 50 / 74%);
    margin: auto;
}

.sg_driven_data_lst_head:first-child {
    background: rgb(179 179 179 / 74%);
    position: absolute;
    right: -60px;
    top: 100px;
    z-index: 1;
}
.sg_driven_data_lst_head:last-child {
    background: var(--dark);
    position: absolute;
    left: -60px;
    top: 100px;
    z-index: -1;
}

.sg_driven_data_lst_head img {
    position: absolute;
    right: -56px;
    transform: rotate(180deg);
    top: 35px;
    z-index: -1;
}

.sg_driven_data_lst_head:first-child img {
        transform: rotateY(180deg);
    top: 30px;
}

.sg_driven_data_lst_head:last-child img {
    position: absolute;
    left: -114px;
    transform: rotateX(180deg);
    top: 35px;
    right: unset;
    width: 113px;
}



.bg-color .section-headline p { color: var(--dark); }

.sg_driven_data_lst {
    margin-bottom: 30px;
}

.sg_driven_data_lst:last-child {
    margin-bottom: 0px;
    margin-top: 30%;
}

.sg_cr_vl_hd h3 {
    font-size:clamp(3rem, 4.7vw, 6.7rem);
    color: var(--scnd);
    text-indent: -2em;
    line-height: 78%;
    font-weight: 400;
    margin-bottom: 35px;
}

.sg_cr_vl_hd h3 .color{
    color:var(--dark);
    display:block;
        text-indent: 3.7em;
}

@media(min-width:767px){
.sg_dsk_none{
    display:none;
}
}

@media(max-width:767px){
.sg_driven_data_lst_head:first-child, .sg_driven_data_lst_head:last-child {
    position: unset;
}
.sg_driven_data_head_grp_m{
display:none;
}
.sg_driven_data_lst:last-child {
    margin-top: 0%;
}
.sg_driven_data_lst {
    margin-bottom: 8px;
}

.sg_mbl_none{
display:none;
}
.sg_driven_data_lst h4 {
    font-size: calc(14px + 0.6vw);
    line-height: 110%;
    margin-bottom: 8px;
}
.sg_driven_data .section-headline {
    padding-bottom: 0;
}
.sg_driven_data img {
    max-height: 70vh;
    object-fit: contain;
    margin-top: 20px;
}
}

.overflow-x-hidden{
overflow-x: hidden;
}

.btn_bdr {
    border: 1px var(--scnd) solid;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    color: var(--scnd);
    padding: 12px 35px;
    transition:0.6s all;
    background:white;
}

.btn.btn_bdr:hover {
    border: 1px white solid;
    color: white;
    background-color:var(--scnd);
}

.sg_driven_data_cta h4 {
    margin-bottom: 6px;
}

.sg_new_how_wrk_new_tlt h1{
font-size:clamp(4rem, 6vw, 7rem);
    line-height: 100%;
    margin-bottom: 5px;
    color: var(--dark);
    font-weight: 400;
}


.sg_new_how_wrk_new_tlt h1 span {
    color:var(--scnd);

}


.sg_new_how_wrk_new{
}

.sg_hiw_lr h3 span {
    font-size:clamp(4rem, 5vw, 7rem);
    color: var(--scnd);
}

.sg_hiw_lr h3 {
    display: flex;
    font-size:clamp(2.3rem, 3vw, 3.2rem);
    gap: 1%;
        line-height: inherit;
}

.sg_hiw_lr p {
    padding-left: 6%;
}

 .sg_new_how_wrk_new_tlt img {

}

.sg_hiw_lr:nth-child(1) img {
    padding-top:10%;
}
.sg_hiw_lr:nth-child(2) h3 {
    padding-top: 14%;
}

.sg_hiw_lr:nth-child(2) img {
    padding-top: 0px;
    margin-top: -13%;
}

.sg_hiw_lr:nth-child(3) h3 {
    padding-top: 15%;
}
.sg_hiw_lr:nth-child(3) {
    padding-top: 5%;
}


.sg_hiw_lr:nth-child(4) {
    padding-top: 6%;
}

.sg_hiw_lr:nth-child(4) img {
    padding-top: 18%;
}

.sg_hiw_lr:nth-child(5) h3 {
    padding-top: 13%;
}

.sg_hiw_lr:nth-child(5) img {
    margin-top: -16%;
}

@media(max-width:991px){

.sg_hiw_lr:nth-child(2) img {
    margin-top: 0;
}
.sg_hiw_lr:nth-child(4) img {
    padding-top: 0%;
}
.sg_hiw_lr:nth-child(5) img {
    margin-top: 0;
}
.sg_hiw_lr:nth-child(5) {
    padding-top: 6%;
}
}

@media(max-width:767px){
.sg_new_how_wrk_new_tlt h1:last-child {
    margin-bottom: 10px;
}
.sg_new_how_wrk_new_tlt .area-padding {
    padding-top: 40px;
}
.sg_hiw_lr img {
    padding-top: 1% !important;
}
.sg_hiw_lr h3{
    padding-top: 0% !important;
}
.sg_hiw_lr{
    padding-top: 4% !important;
}
.sg_hiw_lr img {
    padding-bottom: 3% !important;
}
.sg_hiw_lr .col-lg-5 {
    order: 1;
}
.sg_hiw_lr p {
    padding-left: 0;
}
}

.sg_new_how_wrk_ctn_div {
    background: whitesmoke;
    text-align: center;
    padding: 30px 15px;
    border-radius: 20px;
    cursor:pointer;
}

.sg_new_how_wrk_ctn_div h4 {
    font-weight: 700;
    font-size: min(1.6em,9vw);
    text-transform: uppercase;
    margin-bottom: 0px;
    transition: 0.6s all;
    visibility: visible;
    height: auto;
    overflow: hidden;
}
.sg_new_how_wrk_ctn_div p {
    font-weight: 600;
    color: var(--dark);
    line-height: initial;
    margin-bottom: 0px;
    overflow: hidden;
    transition: 0.6s all;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.sg_new_how_wrk_new_ctn {
    display: grid;
    grid-template-columns: repeat(5, 18.4%);
    gap: 2%;
}

.sg_new_how_wrk_new hr {
    border-top: 2px var(--main) solid;
    width: 44%;
}

.sg_new_how_wrk_ctn_div {
    background: whitesmoke;
    text-align: center;
    padding: 30px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
        flex-flow: column;
}

.sg_new_how_wrk_ctn_div:hover p {
        opacity: 1;
    visibility: visible;
    height: auto;
}

.sg_new_how_wrk_ctn_div:hover h4{
        visibility: hidden;
    height: 0px;
}

.bg-color .sg_new_how_wrk_ctn_div {
    background: white;
    text-align: center;
    padding: 30px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    flex-flow: column;
}

@media(max-width:1500px){
.sg_new_how_wrk_ctn_div {
    min-height: 450px;
}
}

@media(max-width:1350px){
.sg_new_how_wrk_ctn_div {
    min-height: 500px;
}
}

@media(max-width:1200px){
.sg_new_how_wrk_ctn_div {
    min-height: 400px;
}

.sg_new_how_wrk_new_ctn {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 2%;
}

.sg_new_sec_head:after {
    content: "";
    position: absolute;
    left: 0%;
    top: -25px;
    width: 55px;
    height: 55px;
    background-size: unset;
    border: none;
    border-left: 12px solid;
    border-top: 12px solid;
    border-color: var(--scnd);
}

.sg_new_sec_head h3 {
    padding-left: 25px;
}




}

@media(max-width:900px){
.sg_new_how_wrk_ctn_div {
    min-height: 300px;
}

.sg_new_how_wrk_new_ctn {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 2%;
}
}

@media(max-width:767px){
.sg_new_how_wrk_ctn_div {
    min-height: 250px;
    margin-bottom: 15px;
}

.sg_new_how_wrk_new_ctn {
    display: block;
}


.sg_new_abotus img {
    position: unset;
    transform: unset;
    width: 100%;
    height: auto;
    padding: 0px 8%;
    margin-bottom: 40px;
}



}

@media(max-width:576px){


}

/*--------------------------------*/

/* 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);
    }
}


/*--------------------------------*/

/* .End CSS
/*--------------------------------*/