/*** General ***/

body {
    background-color: #ffffff;
    /*border-top: 5px solid rgb(242, 108, 79);*/
    color: #1b1b1b;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.725;
    counter-reset: css-counter;
}

a {
    box-shadow: none !important;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover {}

.mb40 {
    margin-bottom: 40px;
}

.sectionCvr {
    padding: 4em 0px 4em;
}

.no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.content_cvr {
    overflow: hidden;
}

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

.align-items-start {
    align-items: start !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

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

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

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

.mt-40 {
    margin-top: 40px;
}

.pt-4 {
    padding-top: 4em;
}

.pt-2 {
    padding-top: 2em !important;
}

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

.morecontent span {
    display: none;
}

.grey-bg {
    background: #f1f1f1;
}

.white-bg {
    background: #fff !important;
}

/*** Header ***/

.header-actionbar {
    background: #073e5b;
    /* #063d5b;*/
}

.header-actionblock ul.header-action-links {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0px;
}

.header-actionblock ul.header-action-links li {
    float: left;
}

.header-actionblock ul.header-action-links li:last-child {
    margin: 0px;
}

.header-actionblock ul.header-action-links li a {
    color: #fff;
    padding: 7px;
    display: block;
    transition: all .3s ease-in-out;
    font-family: "Poppins", sans-serif;
}

.header-action-links i {
    background: #fff;
    color: #000;
    padding: 4px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 1.2;
    border-radius: 50%;
    font-size: 12px;
    vertical-align: middle;
    margin-top: -2px;
    transition: all .3s ease-in-out;
}

.header-actionblock ul.header-action-links li a:hover {
    transition: all .3s ease-in-out;
}

.header-actionblock ul.header-action-links li a:hover i {
    background: #eab030;
    color: #000;
    transition: all .3s ease-in-out;
}

.hdrtop {
    padding: 0px;
}

.hdrtop .navbar-default {
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.headerlogo {
    display: block;
    padding: 16px 0;
}

.headerlogo img {
    max-width: 230px;
    transition: all .3s ease-in-out;
}

.header-logoCvr {
    float: left;
    display: inline-block;
    /*background: url(../img/logo-bg.png) no-repeat scroll 0 0 / cover;
    padding: 5px 16px 20px;*/
}

.hdr_nav .navbar-nav li i {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    padding: 6px;
    line-height: 1.2;
    text-align: center;
}

.c-btn {
    backface-visibility: hidden;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 16px 30px 16px 30px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    transform: translateZ(0px);
    transition: 0.3s;
    transition-property: color;
    /*background: #fa6400;*/
    border: 2px solid #eab030;
    font-weight: 500;
}

.c-btn i {
    font-size: 15px;
    margin-left: 16px;
    transition: 0.3s;
    position: relative;
    top: 1px;
}

.white-border-btn {
    background: none;
    border: 2px solid #ffffff;
    transition: 0.3s;
    color: #ffffff;
    padding: 16px 26px 16px 20px;
}

.white-border-btn:hover {
    background: #ffffff !important;
    color: #eab030 !important;
    border-color: #ffffff;
}

.c-btn:hover i {
    transform: translateX(5px);
}

.b-button a {
    color: #eab030;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}

.b-button:hover i {
    left: 15px;
}

.b-button a i {
    position: relative;
    left: 9px;
    transition: 0.3s;
    font-size: 16px;
    top: 1px;
}

.b-button:hover i {
    left: 15px;
}

.c-btn:hover {
    background: #eab030;
    color: #000;
}

/**** Header ****/

.hdr_cvr .hdrtop {
    padding: 0px;
    background: rgba(255, 255, 255, 0.88) none repeat scroll 0 0;
}

.hdr_cvr.navbar-fixed-top.fix {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 -3px 9px 0;
    transition: all .3s ease-in-out;
}

.hdr_cvr.navbar-fixed-top.fix .header-actionbar {
    display: none;
    transition: all .3s ease-in-out;
}

.hdr_cvr.navbar-fixed-top.fix .headerlogo img {
    width: 160px;
    transition: all .3s ease-in-out;
}

.hdr_cvr.navbar-fixed-top.fix .hdr_nav {
    margin-top: 0px;
}

.hdr_nav {
    /*margin-top: 10px;*/
}

.hdr_cvr .hdrtop .navbar.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    /*margin-bottom: 10px;
	margin-top: 10px;*/
    position: relative;
}

.hdr_cvr .hdrtop .navbar.navbar-default .navbar-header .custom-logo-link {
    display: inline-block;
}

.hdr_nav .navbarcvr .nav.navbar-nav {
    margin-top: 1.2em;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    /*padding-bottom: 30px;
    padding-top: 30px;*/
}

.hdr_cvr.navbar-fixed-top.fix .navbar-default .navbar-nav>li>a {
    color: #000;
}

.hdr_cvr.navbar-fixed-top.fix .navbarcvr .nav.navbar-nav {
    margin-top: 0.5em;
}

.hdr_cvr.navbar-fixed-top.fix .navbar-default .navbar-nav>li>a:hover {
    color: #063d5b;
}

.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li a:hover {
    background: rgb(239, 239, 239) none repeat scroll 0 0;
    color: #333;
}

.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li ul.sub-menu a {
    background: rgb(239, 239, 239) none repeat scroll 0 0;
    margin-left: 0px;
    color: #333;
    font-size: 14px;
}

.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li ul.sub-menu a:hover {
    background: #e9b134 none repeat scroll 0 0;
    color: #000000;
}

.main-navigation li:hover>ul,
.main-navigation li.focus>ul {
    left: auto;
    right: 0;
    top: 100%;
}

.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li {
    position: relative;
}

.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li ul.sub-menu li {
    margin-top: 0px;
}

/*.headerlogo > img {
	width: 160px;
}*/
.dropdown-menu {
    padding: 0;
    top: 41px;
}

.dropdown-menu>li>a {
    background: #0098D1 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    color: #fff;
}

.dropdown-menu>li>a:hover {
    background: #EE6821 none repeat scroll 0 0;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    border-bottom: 2px solid #ffaf00;
    color: #063d5b;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background: #ed1c24 none repeat scroll 0 0 !important;
    color: #fff !important;
}

/*** Home Page ***/
.welcome-text .banner-title {
    font-size: 1.8em;
    line-height: 0.6;
    font-weight: 600;
    color: #eab030;
    font-family: 'Poppins';
    text-shadow: 2px 1px 2px #000;
}

.welcome-text h2.cd-headline.clip {
    color: #063d5b;
}

.home-service.fe-padding {
    position: relative;
    padding-bottom: 4em;
    z-index: 2;
}

.home-service.fe-padding::after {
    content: '';
    background: url(../img/opera-bg.png) no-repeat left bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.05;
    z-index: -1;
}

.sub-heading {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffaf00;
    position: relative;
    letter-spacing: 1px;
}

/*.sub-heading::after { content:""; background:#ed1c24; width:50px; height:4px; position:absolute; bottom:3px; margin-left:3px;  }*/

.heading {
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0px;
}


/**Home**/
/*.home-about { margin-top: -66px; }*/
a.theme-btn {
    background: #000;
    padding: 14px 28px;
    display: inline-block;
    color: #fff;
    margin: 16px 0;
}

a.theme-btn:hover {
    background: #ed1c24;
}

.half-bg {
    position: relative;
    padding: 100px 0 0;
}

.half-bg:before {
    content: "";
    background: url('../img/product-bg.jpg') no-repeat fixed center center / cover;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 470px;
}

.fe-padding {
    margin-top: -95px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fe-padding {
        margin-top: 0;
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .fe-padding {
        margin-top: 0;
        padding-top: 8.4em;
    }
}

.single-features {
    background-size: cover;
    background-position: center center;
    padding: 58px 48px 50px 50px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    display: block;
}

.single-features::before {
    content: "";
    background: #eab030;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.94;
    z-index: -1;
    display: block;
    border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-features {
        padding: 58px 38px 50px 38px;
        margin-bottom: 3em;
    }
}

@media (max-width: 767px) {
    .single-features {
        padding: 58px 30px 50px 30px;
        margin-bottom: 3em;
    }
}

.features-title p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}


.features-title h2 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0px;
}

.features-icon-img {
    margin-right: 35px;
    margin-top: 10px;
}

.features-link {
    margin-top: 36px;
    margin-bottom: 45px;
}

.features-link ul {
    list-style: none;
    padding: 0px;
}

.features-link ul li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 25px;
}

.features-link ul li:last-child {
    padding-bottom: 0;
}

.features-info .features-count {
    margin: 10px 0px 0px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
}

.inner-features .features-icon img {
    width: 64px;
}

.features-content .service-title {
    font-size: 20px;
    font-weight: 600;
}

.features-wrapper {
    background: #ffffff;
    box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
    padding: 40px 32px 27px;
    border-radius: 5px;
    min-height: 19em;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features-wrapper:hover {
    background: #063d5b;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features-wrapper:hover .features-content .service-title,
.features-wrapper:hover .features-text p,
.features-wrapper:hover a {
    color: #fff;
}

.service-quote {
    background: #eab030;
    display: flex;
    align-items: center;
}

.service-quote:hover {
    background: #eab030;
}

.service-quote p {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 600;
    padding-left: 1.6em;
    z-index: 7;
    position: relative;
}

.service-quote .quote-line {
    position: relative;
}

.service-quote .quote-line::before {
    content: '';
    background: url(../img/quote-icon.png) no-repeat;
    width: 90px;
    height: 72px;
    position: absolute;
    top: -2em;
    left: 0;
    opacity: 0.4;
    z-index: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .features-wrapper {
        padding: 40px 25px 27px;
    }
}

@media (max-width: 767px) {
    .features-wrapper {
        padding: 40px 20px 27px;
    }
}

.features-text p {
    margin: 6px 0;
}

.about-imgCvr img {
    width: 100%;
}

.about-content {
    margin-bottom: 18px;
}

.about-feature-wrapper {
    margin-top: 4em;
    margin-bottom: 2em;
}

.about-feature-wrapper .about-feature-block {
    text-align: center;
}

.about-feature-block .feature-img-block {
    padding: 30px;
    border: 6px solid #eab030;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 1em;
    position: relative;
}

.about-feature-block .feature-img-block::before {
    content: "";
    background: #fff;
    width: 10px;
    height: 16px;
    display: inline;
    position: absolute;
    top: 6px;
    right: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.about-feature-block .feature-img-block img {
    width: 60px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.about-feature-block:hover img {
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.about-feature-block p {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.benefits-lists ul {
    list-style: none;
    padding: 0px 4em 0px 0px;
}

.benefits-lists ul li {
    display: flex;
    line-height: 1.8;
}

.benefits-lists ul li::before {
    content: '\e64d';
    font-family: 'themify';
    color: #fcae00;
    margin-right: 12px;
}

.benefits-sec {
    position: relative;
    padding: 5em 0;
    z-index: 1;
}

.mask-benefits {
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(90% + 20px);
    height: 100%;
    z-index: -1;
}

.mask-benefits::before {
    content: "";
    background: url(../img/benefits-bgimage.png);
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.6;
}

.benefits-sec-wrapper .benefits-sec-img img {
    width: 100%;
}

.benefits-sec-wrapper {
    display: flex;
    align-items: center;
}

/*** -------------- ***/
.product-layout {
    padding: 2em 0;
}

.product-layout .product-block .product-img {
    overflow: hidden;
    position: relative;
}

.product-layout .product-block .product-img img {
    width: 100%;
    min-height: 480px;
    transition: all .3s ease-in-out;
}

.product-layout .product-block:hover .product-img img {
    transform: scale(1.1);
}

/*.product-layout .product-block:hover .product-img a::before {
    content: "";
    background: #ed1c24;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    opacity: 0.5;
}*/
.product-block {
    margin-bottom: 3.6em;
}

.product-layout [class*="col-"]:nth-child(n+4) .product-block {
    margin-bottom: 0.6em;
}

.product-block .product-info h2 {
    border-top: 3px solid #ed1c24;
    border-bottom: 3px solid #ed1c24;
    padding: 16px 0;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}

.product-block .product-info h2 a {
    color: #000;
}

.product-block .product-info h2:hover {
    border-color: #000;
}

.product-block .product-info h2:hover a {
    color: #ed1c24;
}

.product-showcase .view-all.text-right {
    margin-top: -6em;
}

a.icon-btn {
    display: inline;
    color: red;
    font-size: 1.6em;
    margin-left: 10px;
}

.block-sub-heading {
    color: #ed1c24;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    position: relative;
    padding-left: 80px;
    position: relative;
}

.product-showcase .block-sub-heading {
    color: #ed1c24;
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    padding-left: 80px;
}


.block-sub-heading:before {
    background-color: #000;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.block-sub-heading:after {
    left: 15px;
    height: 1px;
    width: 52px;
    background-color: #1d0f0f;
}

.block-sub-heading:before,
.block-sub-heading:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-showcase .section-title h3.heading {
    font-size: 3em;
    text-transform: uppercase;
    margin-top: 0px;
}

.product-showcase .section-title p.title-desc {
    margin-bottom: 3em;
}

.calltoactionCvr {
    position: relative;
    background: url(../img/calltoaction-bgimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -225px;
    padding-top: 315px;
}

.calltoactionCvr::before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .8;
}

.calltoactionCvr::after {
    content: "";
    background: #f7f9fe;
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0;
}

/*.calltoactionCvr .calltoaction-wrapper {
    display: flex;
    align-items: center;
}*/
.mask-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(70% + 20px);
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
}

.mask-bgr {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(60% + 20px);
    height: 100%;
    background: url(../img/mask-bg.html) no-repeat fixed 0 0 / cover;
    z-index: -1;
}

.mask-bgr::before {
    content: "";
    background: #e8e8e8;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.96;
}

.calltoactionfrm {
    padding: 50px;
    position: relative;
    z-index: 1;
    max-width: 490px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 2;
}

.calltoactionfrm h3 {
    color: #000000;
    font-weight: 700;
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .calltoactionfrm {
        padding: 30px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .calltoactionfrm {
        padding: 10px 20px 40px;
        padding-left: 20px;
        max-width: inherit;
    }
}

.calltoactionfrm::after {
    background: #eab030;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.calltoactionfrm .form-group input[type="text"],
.calltoactionfrm .form-group input[type="tel"],
.calltoactionfrm .form-group input[type="email"],
.calltoactionfrm .form-group textarea {
    border-top: medium none;
    box-shadow: none;
    border-radius: 0px;
    border-right: medium none;
    border-left: medium none;
    border-bottom: 1px solid rgb(255 255 255 / 52%);
    color: #000;
    padding: 12px 8px;
    height: auto;
    background: no-repeat;
    font-weight: normal;
}

.calltoactionfrm .form-group input::placeholder,
.calltoactionfrm .form-group textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1;
    /* Firefox */
}

.calltoactionfrm .form-group input:-ms-input-placeholder,
.calltoactionfrm .form-group textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.calltoactionfrm .form-group input::-ms-input-placeholder,
.calltoactionfrm .form-group textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

.calltoactionfrm .callto-action-wrapper span.text {
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    padding-right: 10px;
}

.calltoactionfrm .callto-action-wrapper span i {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    padding-right: 4px;
}

.calltoactionfrm .callto-action-wrapper span a {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 26px;
    text-decoration: none;
}

.calltoaction-desc {
    padding: 3em 2em 0px;
}

.calltoaction-desc h3.heading {
    color: #fff;
    font-size: 38px;
}

.contactfrm-desc p {
    color: #fff;
}

.testimonials-sec {
    background: #f7f9fe;
}

.separator .sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    width: 100%;
}

.testimonials-sec-wrapper {
    padding: 40px 40px 30px 40px;
    background-color: #fff;
    margin-top: 3em;
    /*-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.35);*/

}

.testimonial-content .testimonial-avatar {
    display: block;
    margin: 0 auto;
}

.testimonials .testimonial-avatar .testimonial-img {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #eab030;
    margin-bottom: 16px;
}

.testimonials .testimonial-avatar .testimonial-img img {
    padding: 19px;
    width: 94px;
}

.testimonial-content blockquote {
    border: none;
    font-size: 16px;
}

.ttm-fid-contents.text-left {
    display: flex;
    align-items: center;
}

.testimonial-content .ttm-ratting-star i {
    color: #eab030;
}

.testimonial-caption h6 {
    font-size: 16px;
    padding: 10px 0;
}

.testimonials-sec-wrapper .owl-page.active span {
    background: #eab030 !important;
}

.testimonials-sec-wrapper .owl-page span {
    background: #000 !important;
}

.card {
    position: relative;
    background-color: #fff;
    border-radius: .25rem;
    z-index: 1;
}

.card-body {
    padding: 10px 40px;
}

.featured-icon-box {
    display: flex;
    align-items: center;
}

.featured-icon .ttm-icon i {
    font-size: 3em;
    margin-right: 21px;
    color: #eab030;
}

.featured-icon-box .featured-content .featured-desc .phone-number {
    margin: 0px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.featured-icon-box .featured-content .featured-desc .phone-number a {
    font-weight: 700;
    color: #eab030;
}

.featured-icon-box .featured-content .featured-desc .phone-number a:hover {
    color: #000;
}

.tti-imageCvr {
    position: relative
}

.ttm-highlight-fid-style-1 {
    position: absolute;
    background: #fff;
    padding: 24px 25px 19px;
    border: 3px solid #eab030;
    max-width: 250px;
    top: 24px;
    right: 164px;
    z-index: 9;
    margin-bottom: 0;
    border-radius: 50%;
}

.ttm-highlight-fid-style-1:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 42px;
    border: 12px solid transparent;
    border-bottom: 0;
    border-top-color: #fff;
    margin-bottom: -19px;
    left: 0;
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
}

.ttm-highlight-fid-style-1:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: 20px;
    left: -4px;
    border: 13px solid transparent;
    border-bottom: 0;
    border-top-color: #eab030;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ttm-highlight-fid-style-1 .ttm-fid.inside h4 {
    font-size: 54px;
    line-height: 72px;
    padding-right: 10px;
    float: left;
    display: block;
    color: #eab030;
    margin: 0px;
}

.ttm-highlight-fid-style-1 .ttm-fid.inside h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    display: inline;
    margin: 0px;
}

.ttm_single_image-wrapper img {
    width: 100%;
}

.certificate-sec {
    background-image: url(../img/certificate-bgimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 160px;
    background-color: #1e2637;
    margin-top: -100px;
    position: relative;
}

.certificate-sec::before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .8;
}

.certificate-sec-wrapper .section-title .heading {
    color: #fff;
}

.certificate-sec-wrapper .certificate-imgCvr {
    margin-top: 2.6em;
}

.certificate-sec-wrapper .certificate-imgCvr .certi-img img {
    width: 100%;
    border: 4px inset #ffaf00;
}

.certificate-sec-wrapper .certificate-imgCvr .certi-img p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}


/*** Footer ***/

.ml-40 {
    margin-left: 40px;
}

.ftr-calltoaction {
    margin-bottom: -5em;
    z-index: 1;
    position: relative;
    margin-top: 1em;
}

.ftr-calltoaction-wrapper {
    background: #eab030;
    padding: 4em 2em;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.ftr-calltoaction-text p {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
}

.ftr-calltoaction-frm .form-group input[type="text"],
.ftr-calltoaction-frm .form-group input[type="tel"] {
    border-top: medium none;
    box-shadow: none;
    border-radius: 0px;
    border-right: medium none;
    border-left: medium none;
    border-bottom: 1px solid #000;
    color: #000;
    padding: 12px 8px;
    height: auto;
    background: no-repeat;
    font-weight: normal;
}


.ftr-calltoaction-frm .form-group input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1;
    /* Firefox */
}

.ftr-calltoaction-frm .form-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.ftr-calltoaction-frm .form-group input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

.ftrCvr {
    background: #000000 none no-repeat scroll 0 0;
    padding-top: 8em;
}

.ftr-logo img {
    width: 200px;
    margin-bottom: 16px;
}

.ftr-about p {
    color: #b2b2b2;
}

.footer-social {
    margin: 1.4em 0px;
    list-style: none;
    display: table;
    padding: 0px;
}

.footer-social li {
    float: left;
    margin-right: 10px;
}

.footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgb(42 42 42);
    border-radius: 50%;
    position: relative;
    text-align: center;
}

.footer-social li a:hover {
    background: #eab030;
}

.footer-social li a:hover span {
    color: #000;
}

.footer-social li a span {
    color: #fff;
    font-size: 18px;
    line-height: 2.8;
}

ul.ftr-links {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.ftr-links li {
    display: flex;
    line-height: 2.2;
    align-items: center;
    align-items: flex-start;
}

.ftr-links li::before {
    content: "";
    background: #eab030;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: 14px;
}

.ftr-links a {
    color: #b2b2b2;
    font-size: 15px;
}

.footer-widget .ftr-heading {
    color: #fff;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
}

.footer-widget .ftr-heading::after {
    content: '';
    background: #eab030;
    width: 64px;
    height: 2px;
    display: block;
    margin-top: 3px;
}

ul.ftr-contactlinks {
    padding: 0px;
    list-style: none;
}

.ftr-contact .add-location {
    font-size: 20px;
    font-weight: 600;
    color: #eab030;
    font-family: 'Poppins';
    line-height: 1.2;
    margin-bottom: 10px;
}

.ftr-contact .ftr-contactlinks li {
    display: flex;
    line-height: 1.5;
    margin-bottom: 15px;
}

.ftr-contact .ftr-contactlinks li .icon {
    width: 18px;
    font-size: 18px;
    padding-top: 2px;
    color: #b2b2b2;
    margin-right: 16px;
}

.ftr-contact .ftr-contactlinks li .text {
    color: #b2b2b2;
    font-size: 14px;
}

.ftrbtm {
    margin-top: 1.4em;
}

.copyright {
    border-top: 1px solid #373737;
    padding-top: 16px;
}

.copyright a:hover {
    color: rgba(255, 255, 255, .7) !important;
}

.contact-frm-wrapper h3 {
    padding: 16px 0;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.contact-frm-wrapper h3 span {
    color: #ed1c24;
}

.form-group input[type="submit"] {
    width: auto;
    display: inline-block;
    background: #000;
    border: none;
    color: #fff;
    padding: 12px 20px;
    height: auto;
    border-radius: 5px;
}

.form-group input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

.copyright {
    padding: 1em 0px;
    text-align: center;
}

.copyright p,
.copyright a {
    color: #a2a2a2;
    font-size: 13px;
}

.scrollup {
    background-color: #eab030;
    border-radius: 50%;
    bottom: 25px;
    display: none;
    font-size: 14px;
    height: 50px;
    position: fixed;
    right: 10px;
    text-decoration: none !important;
    width: 50px;
    z-index: 99;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px;
}

.scrollup i {
    color: #fff;
    /* display: block; */
    font-size: 30px;
    line-height: 2.2;
}

a.ftr-whatsapp {
    background-color: #00ab40;
    border-radius: 50%;
    bottom: 25px;
    display: none;
    font-size: 14px;
    height: 50px;
    position: fixed;
    left: 10px;
    text-decoration: none !important;
    width: 50px;
    z-index: 99;
    text-align: center;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px 0px;
}

.ftr-whatsapp i {
    /* background: rebeccapurple; */
    font-size: 30px;
    color: #fff;
    line-height: 1.6;
}

/**** New CSS ****/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    /*line-height: 2;
  margin: 0; */
}

.home-about.sectionCvr {
    /*    padding-bottom: 0px;*/
}

.main-slider {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 880px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 880px;
}

.welcome-text.pt-10 {
    padding-top: 28em;

}

@media (max-width: 1400px) and (min-width: 1230px) {
    .main-slider {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 750px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 750px;
    }

    .welcome-text.pt-10 {
        padding-top: 22em;

    }
}

@media (max-width: 1650px) {
    .main-slider {
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 750px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 750px;
    }

    .welcome-text.pt-10 {
        padding-top: 18em;

    }
}

.main-slider .tp-caption {
    z-index: 5;
}

.main-slider .tp-dottedoverlay {
    background: none !important;
}

.main-slider .slide-content {
    position: relative;
    display: block;
}

.main-slider .slide-content .big-title {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
}

.main-slider #rev_slider_two_wrapper .slide-content .big-title {
    color: #ffffff;
    line-height: 1.2em;
}

.main-slider #rev_slider_two_wrapper .slide-content .big-title span {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

.main-slider .slide-content .text {
    position: relative;
    color: #303030;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    display: block;
    font-family: 'Rubik', sans-serif;
}

.main-slider .slide-content .btn-box {}

.main-slider .slide-content .btn-box a {
    border: 1px solid #eab030;
    color: #eab030;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 12px 38px;
}

.main-slider #rev_slider_two_wrapper .slide-content .border-box {
    max-width: 570px;
    width: 100%;
    height: 2px;
    background: #32b1bf;
    margin: 0 auto;
}

.main-slider #rev_slider_two_wrapper .slide-content .text {
    color: #ffffff;
}


.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.blog-sec.sectionCvr {
    background: #fafafa;
}

.bloglistCvr {
    padding: 1em 0;
}

.bloglistCvr .blog-block {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
}

.bloglistCvr .blog-block .blog-thumbnail img {
    width: 100%;
}

.bloglistCvr .blog-block {
    position: relative;
}

.blog-sec.sectionCvr .bloglistCvr .blog-block .blog-content {
    min-height: 18em;
}

.bloglistCvr .blog-block .blog-content {
    padding: 32px 25px 25px 25px;
    position: relative;
    min-height: 21em;
    margin-bottom: 2em;
}

.bloglistCvr .blog-block .blog-content .blog-date {
    background-color: #eab030;
    position: absolute;
    left: 25px;
    top: -35px;
    border-radius: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}

.bloglistCvr .blog-block .blog-content .blog-date .blog-entry-date .post-date {
    height: 60px;
    width: 60px;
    display: block;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.bloglistCvr .blog-block .blog-content .post-title h2 {
    line-height: 1;
}

.bloglistCvr .blog-block .blog-content .post-title h5 {
    line-height: 1.3;
}

.bloglistCvr .blog-block .blog-content .post-title a {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

.bloglistCvr .blog-block .blog-content .post-desc {
    padding: 6px 0 14px;
}

.bloglistCvr .blog-block .blog-content .post-link {
    color: #f2a700;
    font-weight: 600;
    font-size: 14px;
}

.softapp-tab {
    display: table;
    /*border-right: 8px solid #eab030;*/
}

.softapp-tab .nav-tabs {
    display: table-cell;
    min-width: 28%;
    border-bottom: none;
    border-right: 8px solid #eab030;
}

.softapp-tab .nav-tabs li {
    float: none;
    vertical-align: top;
}

.softapp-tab .nav-tabs li a {
    display: block;
    padding: 16px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-radius: 0;
    position: relative;
}

.softapp-tab .nav-tabs li a:hover,
.softapp-tab .nav-tabs li.active a {
    background: #eab030;
    border-right: none;
    color: #fff;
}

.softapp-tab .nav-tabs li.active a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(225deg, #eab030 49%, transparent 50%);
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%) rotate(45deg);
}

.softapp-tab .tab-content {
    display: table-cell;
    padding: 15px 20px;
    font-size: 15px;
    color: #272e38;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: justify;
    vertical-align: top;
    width: 78%;
}

.softapp-tab .tab-content h3 {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #eab030;
    text-transform: uppercase;
    border-bottom: 1px solid #272e38;
}

@media only screen and (max-width: 479px) {
    .softapp-tab {
        border-right: none;
        border-bottom: 8px solid #eab030;
    }

    .softapp-tab .nav-tabs {
        display: block;
        margin: 0 -10px;
        border-right: none;
    }

    .softapp-tab .nav-tabs li {
        margin-bottom: 10px;
    }

    .softapp-tab .nav-tabs li:last-child {
        margin-bottom: 0;
    }

    .softapp-tab .nav-tabs li a {
        padding: 10px;
    }

    .softapp-tab .nav-tabs li.active a:after {
        display: none;
    }

    .softapp-tab .tab-content {
        display: block;
        padding: 15px 0;
    }

    .softapp-tab .tab-content h3 {
        font-size: 18px;
    }
}

.client-wrapper {
    display: flex;
    align-items: center;
}

ul.client-list {
    /* margin-left: 5%; */
    width: 100%;
    display: table;
}

ul.client-list.associate-sec {
    display: flex;
    justify-content: center;
}

ul.client-list li:first-child {
    margin-left: 0;
}

ul.client-list li {
    list-style: none !important;
    width: 25%;
    padding: 0px 15px;
    text-align: center;
    float: left;
    min-height: 156px;
    vertical-align: middle;
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    display: flex;
    align-items: center;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

ul.client-list li img {
    /*filter: grayscale(100%);*/
    width: 100%;
}

ul.client-list li:hover img {
    /*-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	 -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	filter: grayscale(10%);*/
}

ul.client-list li:last-child,
ul.client-list li:nth-child(4n) {
    border-right: transparent;
}

ul.client-list li:nth-child(n+8) {
    border-bottom: transparent;
}


.home-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.top-banner {
    width: 100%;
    height: 580px;
    position: relative;
}

.slider-block {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fullscreen-bg {
    position: absolute;
    width: 100%;
}

.fullscreen-bg__video {
    width: 100%;
}

.cd-words-wrapper b {
    color: #fff;
    font-weight: 600;
    font-size: 1.6em;
    text-align: center;
    text-shadow: 2px 1px 2px #000;
}

/*** inner page ***/

.page-banner {
    padding-top: 240px;
    padding-bottom: 260px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.banner-wrapper {
    text-align: center;
}

.banner-wrapper .page-title h1 {
    font-weight: 700;
    color: black;
    margin-bottom: 18px;
}

.breadcrumbCvr ul.breadcrumb {
    /* background: no-repeat; */
    display: table;
    margin: 10px auto;
}

.breadcrumbCvr ul.breadcrumb li {
    font-size: 14px;
}

.breadcrumbCvr ul.breadcrumb li a {
    color: #f9ab00;
    font-weight: 500;
}

.breadcrumbCvr ul.breadcrumb li a:hover {
    color: #000;
}

.page-quote {
    background: #eab030;
    padding: 1em;
    border-radius: 5px;
    margin-top: -2.2em;
}

.page-quote .quote-text {
    font-size: 2em;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.page-quote .quote-text::before {
    content: '';
    background: url(../img/quote-icon.png) no-repeat;
    width: 90px;
    height: 72px;
    position: absolute;
    top: -1em;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}

.serviec-infoCvr {}

.service-img img {
    width: 100%;
}

.about-section {
    position: relative;
    background: #ffffff;
    margin-top: 2em;
}

/*
.serviec-infoCvr.about-section {
    background: url(../img/vectorpage-banner.png) no-repeat scroll center center / cover;
}
.about-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -410px;
    width: 50%;
    height: 100%;
    background: #f4f5f8;
}*/
.about-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

.serviec-infoCvr .image-column:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 10px;
    height: 240px;
    background: #eab030;
    border-radius: 8px;
    top: 5px;
}

.about-section .image-column .image-block {
    position: relative;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.about-section .image-column .image-block:nth-child(1) {
    margin-left: 110px;
}

.about-section .image-column .image-block:nth-child(2) {
    position: absolute;
    background: #073e5c;
    border-radius: 50%;
    padding: 25px;
    border: 6px solid #eab030;
    bottom: -4em;
    left: 3em;
    width: 160px;
}

.about-section .image-column .image-block img {
    display: block;
    width: 100%;
}

.about-section .text-column {
    position: relative;
    display: block;
    padding-left: 60px;
}

.service-content p {
    margin-bottom: 10px;
}

.serviec-benefitsCvr.sectionCvr {
    position: relative;
    padding-top: 12em;
    background: url(../img/pattern-7.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 6em;
}

.service-calltoactionCvr {
    position: relative;
    padding: 2em 0 1.6em;
    z-index: 1;
}

.mask-service {
    background: #073e5c;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(46% + 20px);
    height: 100%;
    z-index: -1;
}

.serviec-newbenefitsCvr {
    position: relative;
    padding-top: 4em;
    background: #f7f9fe;
    padding-bottom: 0px;
    margin-top: -4.6em;
    padding-bottom: 0px !important;
}

.service-calltoaction {
    display: flex;
    align-items: center;
}

.service-calltoaction .call-icon {
    line-height: 1.2;
}

.service-calltoaction .call-icon i {
    font-size: 4.4em;
    margin-right: 21px;
    color: #ffffff;
}

.service-calltoaction .calltoaction-text p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1;
}

.calltoaction-text .phone-number a {
    font-size: 2em;
    line-height: 1.2;
    margin-top: 4px;
    display: block;
    color: #eab030;
}

.calltoaction-text .phone-number a:hover {
    color: #fff;
}

.serviec-newbenefitsCvr .benefit-img {
    text-align: right;
    position: relative;
    z-index: 1;
}

.serviec-newbenefitsCvr .benefit-img::after {
    content: '';
    background: #063d5b;
    width: 151%;
    height: 120px;
    display: block;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    left: 68%;
}

.serviec-benefitsCvr .content-column {
    position: relative;
    margin-bottom: 40px;
}

.serviec-benefitsCvr .content-column .inner-column {
    position: relative;
}

.serviec-benefitsCvr .content-column .sec-title {
    margin-bottom: 25px;
}

.serviec-benefitsCvr .content-column .list-style-three {
    margin-bottom: 40px;
}

.serviec-benefitsCvr .image-column {
    position: relative;
    margin-bottom: 40px;
}

.serviec-benefitsCvr .image-column .inner-column {
    position: relative;
}

.serviec-benefitsCvr .image-column .image {
    position: relative;
    z-index: 1;
}

.serviec-benefitsCvr .image-column .image .dotted-layer {
    position: absolute;
    left: -70px;
    bottom: 0px;
    width: 282px;
    height: 348px;
    z-index: -1;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.serviec-benefitsCvr .image-column .contact-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 362px;
    height: 262px;
    padding-top: 60px;
    text-align: center;
    background: url(../img/pattern-21.png) no-repeat;
}

.serviec-benefitsCvr .image-column .contact-box .icon {
    position: relative;
    color: #000;
    font-size: 50px;
    line-height: 1em;
}

.serviec-benefitsCvr .image-column .contact-box .icon svg {
    width: 50px;
    margin: 0 auto;
}

.serviec-benefitsCvr .image-column .contact-box .icon svg path {
    stroke: #fff;
    stroke-width: 4px;
}

.serviec-benefitsCvr .image-column .contact-box .phone {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.9em;
    text-transform: uppercase;
}

.serviec-benefitsCvr .image-column .contact-box .phone a {
    color: #000;
}

.serviec-benefitsCvr .image-column .contact-box .phone a:hover {
    color: #fff;
}

.serviec-benefitsCvr .image-column .contact-box .phone span {
    font-weight: 600;
    font-size: 30px;
}

.serviec-benefitsCvr.style-two {
    padding-top: 150px;
}

.inner-column img {
    width: 100%;
}

.service-benefits-lists p {
    line-height: 1.8;
    margin-bottom: 12px;
    text-align: justify;
}

.service-benefits-lists ul {
    list-style: none;
    padding: 0px 4em 0px 0px;
}

.service-benefits-lists li {
    display: flex;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 8px;
}

.service-benefits-lists li::before {
    content: '\e64d';
    font-family: 'themify';
    color: #fcae00;
    margin-right: 12px;
}

.advantage-lists {
    margin-top: 2em;
}

.advantage-block {
    display: flex;
    align-items: flex-start;
    min-height: 16em;
    margin-bottom: 2em;
}

.advantage-block .advantage-icon {
    padding: 22px;
    border: 5px solid #eab030;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 1em;
    position: relative;
    margin-right: 18px;
}

.advantage-block .advantage-icon::before {
    content: "";
    background: #fff;
    width: 10px;
    height: 16px;
    display: inline;
    position: absolute;
    top: 6px;
    right: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.advantage-block .advantage-info {
    width: 64%;
}

.advantage-block .advantage-info h3 {
    margin-top: 0px;
    font-size: 20px;
    font-weight: 600;
}

.advantage-block1 {
    position: relative;
    display: block;
    padding: 40px 24px;
    background: #063d5b;
    min-height: 15em;
    border-radius: 7px;
    overflow: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-bottom: 2em;
    counter-increment: css-counter 1;
    display: flex;
}

.advantage-block1:before {

    content: "0" counter(css-counter);
    position: absolute;
    left: 24px;
    top: 30px;
    font-size: 50px;
    line-height: 1em;
    color: #ffffff;
    opacity: 0.07;
    font-weight: 300;
}

.advantage-block1 .advantage-icon1 {
    position: absolute;
    right: 24px;
    top: 20px;
    line-height: 1em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.advantage-block1 .advantage-title {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.advantage-block1 .advantage-title h3 {
    position: relative;
    margin: 0;
    margin-top: 95px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2em;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.advantage-info1 {
    top: 0;
    padding: 14px;
    opacity: 0;
    position: absolute;
    left: 0;
    max-height: 224px;
    overflow-y: auto;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.advantage-info1 p {
    color: #fff;
}

.advantage-info1 .advantage-info-title {
    color: #eab030;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.advantage-block1:hover .advantage-info1 {
    opacity: 1;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.advantage-block1:hover:before,
.advantage-block1:hover .advantage-icon1,
.advantage-block1:hover .advantage-title {
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.calltoactionCvr.inner-page-sec {
    margin-top: 0px;
    padding-top: 4em;
}

.calltoactionCvr.inner-page-sec {
    background-attachment: fixed;
}

.faq-sectionCvr {
    margin-top: 2em;
}

.faq-sectionCvr .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 1.4em 10px;
}

.faq-sectionCvr .panel-heading {
    padding: 0;
    border-radius: 30px;
}

.faq-sectionCvr .panel-title a {
    display: block;
    padding: 12px 20px 12px 50px;
    background: #000;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: left;
    border-radius: 30px;

}

.faq-sectionCvr .panel-title a:hover {
    color: #fff;
}

.faq-sectionCvr .panel-title a.collapsed {
    background: #fff;
    color: #848688;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.faq-sectionCvr .panel-title a:after,
.faq-sectionCvr .panel-title a.collapsed:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 55px;
    height: 57px;
    line-height: 55px;
    border-radius: 0;
    background: #eab030;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -8px;
    left: -20px;
    transition: all 0.3s ease 0s;
    z-index: 1;
    border-radius: 30px;
}

.faq-sectionCvr .panel-title a.collapsed:after {
    content: "\f105";
    background: #fff;
    color: #848688;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 30px;
}

.faq-sectionCvr .panel-body {
    padding: 20px 25px 10px 9px;
    background: transparent;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: medium none !important;
    position: relative;
}

.faq-sectionCvr .panel-body p {
    padding-left: 25px;
    border-left: 1px dashed #eab030;
}

.about-overlay-03 {
    position: absolute;
    background: #eab132;
    left: -26px;
    bottom: 48px;
    padding: 20px 28px;
    width: max-content;
    border-radius: 30px;
}

.about-overlay-03 h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    margin-top: 0px;
    font-family: 'Poppins';
}

.mask-aboutfeature {
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(73% + 20px);
    height: 82%;
    z-index: -1;
}

.mask-aboutfeature::before {
    content: "";
    background: url(../img/about-feature-bg.png) no-repeat scroll center center / contain;
    width: 90%;
    height: 100%;
    display: block;
}

.about-feature-sec .about-featureCvr .heading {
    color: #fff;
}

.about-featureCvr {
    background: #1a4d68;
    position: relative;
    padding: 6em 0px 6em 6em;
    margin-top: 1em;
}

.about-featureCvr::after {
    content: '';
    background: #1a4d68;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 100%;
}

.about-featureLists.row .about-feature-block {
    text-align: center;
    margin-top: 2em;
}

.about-featureLists .about-feature-block .feature-img-block::before {
    background: #1a4d68;
}

.about-featureLists .about-feature-block p {
    color: #fff;
}

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

.team-imagebox {
    position: relative;
    overflow: hidden;
}

.team-imagebox .team-thumbnail {
    position: relative;
    overflow: hidden;
}

.team-imagebox .team-content {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: -30px 40px 5px;
    padding: 18px 0 16px;
    background-color: #fff;
    border-bottom: 5px solid #1a4d68;
    -webkit-transition: .5s cubic-bezier(.3, .57, .55, 1);
    transition: .5s cubic-bezier(.3, .57, .55, 1);
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    border-radius: 30px;
}

.team-content .team-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #010101;
}

.team-content .team-designation {
    margin-bottom: 0;
    color: inherit;
}

.career-frm input:not([type="submit"]),
.career-frm input[type="tel"],
.career-frm input[type="date"],
.career-frm input[type="file"],
.career-frm textarea {
    padding: 12px;
    height: auto;
    line-height: inherit;
    font-weight: normal;
}

.career-frm input[type="submit"] {
    background: none;
}

.career-frm input[type="submit"]:hover {
    background: #eab030;
}


.contact-frm input:not([type="submit"]),
.contact-frm input[type="tel"],
.contact-frm input[type="date"],
.contact-frm input[type="file"],
.contact-frm textarea {
    padding: 12px;
    height: auto;
}

.contact-frm input[type="submit"]:hover {
    background: #eab030;
}


.contact-frm input::placeholder,
.contact-frm textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1;
    /* Firefox */
}

.contact-frm input:-ms-input-placeholder,
.contact-frm textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.contact-frm input::-ms-input-placeholder,
.contact-frm textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

.contact-addCvr {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    margin-bottom: 2em;
    padding: 1em;
    display: flex;
    align-items: start;
    border-radius: 7px;
}

.mr-3 {
    margin-right: 1em;
}

.contact-addCvr .f-icon-s {
    font-size: 2em;
    line-height: 2rem;
    background: #0a405e;
    padding: 14px;
    border-radius: 7px;
    color: #fff;
}

.contact-addCvr .contact-info h5 {
    margin-top: 0px;
    font-size: 20px;
    text-transform: uppercase;
    color: #eab030;
}

.contact-addCvr .contact-info span {
    display: inline-block;
}

.contact-addCvr .contact-info .contact-link span {
    color: #eab030;
    font-weight: 600;
    margin-right: 4px;
}

.contact-addCvr .contact-info .contact-link {
    color: #000000;
    margin-top: 8px;
    display: inline-block;
}

.contact-frm {
    margin-left: 2em;
}

.contact-frm .heading {
    margin-bottom: 2px;
}

.contact-frm-wrap {
    margin-top: 20px;
}

.process-secCvr.sectionCvr {
    padding-top: 15em;
    padding-bottom: 2em;
}

.process-circel-outer {
    position: relative;
}

.process-circel {
    width: 48px;
    height: 48px;
    background-color: #fff;
    box-shadow: 0 5px 9px 0 rgba(7, 62, 92, 0.41);
    /*border: solid 1px rgba(194, 2, 2,1);*/
    border-radius: 100%;
    color: rgba(194, 2, 2, 1);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 48px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.process-circel-inr {
    background-color: #073e5c;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-radius: 100%;
    color: #fff;
}


.process-circel::before,
.process-circel.borderAn::before,
.process-circel.borderAn::after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: inherit;
    position: absolute;
    transition: all 0.5s ease-out;
    border: solid 1px #073e5c;
    left: 0;
    right: 0;
    opacity: 0.1;
}


.process-circel-inr.anClass::before,
.process-circel-inr.anClass::after {
    content: '';
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: inherit;
    position: absolute;
    transition: all 0.5s ease-out;
    border: solid 1px #eab030;
    left: 0;
    right: 0;
    opacity: 0.1;
}

@keyframes pulsing-1 {
    from {
        opacity: 0;
        transform: scale(1);
    }

    to {
        opacity: 0.5;
        transform: scale(1.6);
    }
}

.process-circel-inr.anClass::after {
    animation: pulsing-2 1s cubic-bezier(0.19, 1, 0.22, 1) infinite alternate;
}

@keyframes pulsing-2 {
    from {
        opacity: 0;
        transform: scale(1);
    }

    to {
        opacity: 0.3;
        transform: scale(2);
    }
}



.process-circel-line {
    width: 1px;
    height: 40px;
    position: absolute;
    background-color: #e4e4e4;
}

.upper .process-circel-line-inr {
    width: 1px;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    left: 0;
    background-color: #073e5c;
}

.bottom .process-circel-line-inr {
    width: 1px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    left: 0;
    background-color: #073e5c;
}

.bottom .process-circel-line-inr:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border: solid 1px #073e5c;
    position: absolute;
    top: auto;
    bottom: 0;
    left: -3px;
    border-radius: 100%;
}

.upper .process-circel-line-inr:before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border: solid 1px #073e5c;
    position: absolute;
    top: 0;
    bottom: auto;
    left: -3px;
    border-radius: 100%;
}

@keyframes pulsing-2 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(2.1);
    }
}


@keyframes lineAn {
    0% {
        opacity: 0;
        height: 0px;
    }

    100% {
        height: 40px;
        opacity: 1;
    }
}

.lineAn {
    -webkit-animation-name: lineAn;
    animation-name: lineAn;
}

.process-col.upper .process-circel-line {
    bottom: 60px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.process-col.bottom .process-circel-line {
    top: 62px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.process-col.bottom .process-circel-line:before {
    bottom: -6px;
    top: auto;
}

.process-col {
    position: relative;
}

.process-col.upper {}

.process-col.bottom {}

.process-content {
    text-align: center;
    position: absolute;
    width: 230px;
    left: -16px;
    right: 0;
}

.process-content.process-upper-content {
    bottom: 110px;
}

.process-content.process-bottom-content {
    top: 115px;
}

.process-content .process-title {
    font-size: 17px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.2;
}

.process-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.process-row {
    height: 230px;
}

.middleline {
    width: 122px;
    height: 1px;
    position: absolute;
    left: 132px;
    background-color: #e4e4e4;
    top: 26px;
    opacity: 1;
}

.middleline-inr {
    background-color: #073e5c;
    width: 100%;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
}

.middlelineAn {
    -webkit-animation-name: middlelineAn;
    animation-name: middlelineAn;
    position: relative;
}

.middleline-inr:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #eab030;
    border: solid 1px #eab030;
    position: absolute;
    top: -4px;
    left: auto;
    right: -40px;
    border-radius: 100%;
    box-shadow: 0px 0px 25px 2px #eab030;
}



@keyframes middlelineAn {
    0% {
        opacity: 0;
        width: 0px;
        background-color: #eab030;
    }

    100% {
        width: 100%;
        opacity: 1;
        background-color: #eab030;
    }
}



.fillAn {
    -webkit-animation-name: fillAn;
    animation-name: fillAn;
}


@keyframes fillAn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.sidebarCvr {
    padding: 0 2em;
}

.sidebarCvr .sidebar-block {
    margin-bottom: 2em;
}

.sidebarCvr .sidebar-block .sidebar-title {
    padding: 7px 9px;
    margin: 0px;
    font-size: 22px;
    background: #073e5b;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}

.sidebarCvr .sidebar-block .sidebar-desc {
    border: 2px solid #073e5b;
    padding: 16px;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
}

.sidebarCvr .sidebar-block .sidebar-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebarCvr .sidebar-block .sidebar-desc ul li:before {
    content: '\f0a4';
    font: normal normal normal 14px/1 FontAwesome;
    margin-top: 6px;
    margin-right: 6px;
    color: #073e5b;
}

.sidebarCvr .sidebar-block .sidebar-desc ul li {
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
}

.sidebarCvr .sidebar-block .sidebar-desc ul li:last-child {
    border: medium none;
}

.sidebarCvr .sidebar-block .sidebar-desc ul li a {
    display: block;
    color: #2b3a8b;
}

.sidebarCvr .sidebar-block .sidebar-desc ul li:hover:before {
    color: #2b3a8b;
}

.sidebarCvr .sidebar-block .sidebar-desc ul li:hover a {
    color: #2b3a8b;
}

.single-post .entry-header .entry-title {
    font-size: 32px !important;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 22px;
}

.single-post .entry-content ol,
.single-post .entry-content ul {
    list-style-position: inside;
    margin-bottom: 10px;
    margin-left: 0px;
}

.single-post .entry-content p {
    margin-bottom: 14px;
}

.single-post .entry-content h2 {
    font-size: 26px;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 12px;
}

.blog-inquiry input[type=text],
.blog-inquiry input[type=tel],
.blog-inquiry input[type=email],
.blog-inquiry textarea {
    background: none;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: unset;
    width: 100%;
    box-shadow: none;
    margin-bottom: 14px;
    font-size: 14px;
    padding: 10px;
}

.blog-singleCvr .post-thumbnail img {
    display: block;
    width: 100%;
}

.blog-inquiry input[type="submit"] {
    background: #eab030;
}

.blog-inquiry input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

.blog-inquiry input::placeholder,
.blog-inquiry textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1;
    /* Firefox */
}

.blog-inquiry input:-ms-input-placeholder,
.blog-inquiry textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

.blog-inquiry input::-ms-input-placeholder,
.blog-inquiry textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333;
}

.pum-theme-lightbox .pum-container {
    border: 8px solid #eab030 !important;
}

.pum-content.popmake-content {
    font-weight: normal !important;
}

.pum-title.popmake-title {
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 24px !important;
    border-bottom: 2px solid #eab030;
    padding-bottom: 12px;
}

.pum-content.popmake-content .form-group input:not([type=submit]),
.pum-content.popmake-content .form-group textarea {
    background: no-repeat;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
    margin-bottom: 16px;
    border-radius: 0;
    box-shadow: none;
}

.pum-content.popmake-content .form-group input[type=submit]:hover {
    background: #eab030;
}

.testi-listblock {
    margin: 0 15px 26px;
    overflow: hidden;
}

.testi-listblock .testi-description {
    position: relative;
    text-align: justify;
    padding: 30px 20px;
    border: 1px solid #767070;
    border-left: 3px solid #eab030;
    border-radius: 6px;
}

.testi-listblock .testi-description:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-bottom: 1px solid #767070;
    border-left: 1px solid #767070;
    position: absolute;
    bottom: -11px;
    right: 34px;
    transform: skewY(-45deg);
}

.testi-listblock .testi-prof {
    text-transform: capitalize;
    margin: 0 30px;
    padding-top: 22px;
    text-align: right;
}

.testi-listblock .testi-prof .testi-author {
    color: #063d5b;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-top: 5px;
    text-align: right;
    line-height: 1.2;
}

.testi-listblock .testi-prof i {
    color: #f9b110;
}

/***** Responsive CSS *****/
/*@media (max-width: 1290px) and (min-width: 1199px){
.slider-block {
    height: 68vh;
}
}*/
@media (max-width: 1199px) and (min-width: 992px) {
    .headerlogo img {
        max-width: 170px;
        transition: all .3s ease-in-out;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 14px 6px;
    }

    .hdr_nav .navbarcvr .nav.navbar-nav {
        margin-top: 0.7em;
    }

    .ttm-highlight-fid-style-1 {
        right: 90px;
    }
}

/*@media (max-width: 1198px) and (min-width: 1024px){
.slider-block {height: 64vh;}
}*/
@media (max-width: 1023px) and (min-width: 992px) {
    .slider-block {
        height: 58vh;
    }
}

@media (min-width: 992px) {}

@media (max-width: 992px) {}

@media only screen and (max-width: 991px) and (min-width: 910px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        text-transform: capitalize;
        padding-left: 13px !important;
    }
}

@media (max-width: 909px) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 340px;
        overflow-y: scroll !important;
        overflow-x: hidden !important;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .welcome-text.pt-10 {
        padding-top: 14em;
    }

    .bloglistCvr [class*="col-"]:last-child .blog-block {
        display: none;
    }

    ul.client-list li {
        width: 33.33%;
        min-height: 120px;
    }

    ul.client-list li:last-child,
    ul.client-list li:nth-child(3n) {
        border-right: transparent;
    }

    ul.client-list li:nth-child(4n) {
        border-right: 1px solid #e9e9e9;
    }

    .footer-widget {
        min-height: 17.5em;
        margin-bottom: 1em;
    }

    .ftr-calltoaction-text p {
        margin-bottom: 8px;
    }

    .page-banner {
        padding-top: 160px;
        padding-bottom: 120px;
    }

    .page-quote .quote-text {
        font-size: 26px;
    }

    .heading {
        font-size: 28px;
    }

    .about-featureCvr {
        padding: 3em 0px 3em 3em;
    }

    .hdr_cvr.navbar-fixed-top.fix .headerlogo img {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .header-actionblock ul.header-action-links li a {
        font-size: 14px;
    }

    .headerlogo {
        padding: 4px 0px 0px 0px;
    }

    .nav.navbar-nav a {
        font-size: 14px;
        padding: 7px;
    }

    .navbar-toggle .icon-bar {
        border: 1px solid #fff;
    }

    .navbar-header {
        float: none;
        padding-bottom: 10px;
    }

    .navbar-toggle {
        display: block;
        background: #063d5b;
        border: 1px solid #063d5b !important;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        background: #eab030;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }

    .hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li {
        margin-top: 0;
    }

    .hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li ul.sub-menu a {
        background: #efefef;
        color: #333;
    }

    .hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li a {
        margin-left: 0;
        padding: 10px;
    }

    .hdr_cvr .hdrtop {}

    .hdr_cvr .hdrtop .navbar.navbar-default {
        background: rgba(0, 0, 0, 0);
        border: none;
        margin-bottom: 0;
        margin-top: 5px;
        position: relative;
    }

    .main-navigation ul ul {
        margin: 0px !important;
    }

    .hdr_nav .navbarcvr .nav.navbar-nav {
        margin-top: 0px;
    }

    .main-navigation ul ul {
        margin-left: 0px;
    }

    .cd-words-wrapper b {
        font-size: 32px;
    }

    .sectionCvr {
        padding: 2em 0px 2em;
    }

    .benefits-sec {
        padding: 2em 0px;
    }

    .benefits-sec-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .certificate-sec {
        margin-top: 0px;
    }

    .testimonials-sec {
        padding-bottom: 2em;
    }

    .calltoaction-desc {
        padding: 4em 0px 1.4em;
    }

    .ttm-highlight-fid-style-1 {
        left: 11em;
        right: auto;
    }

    .tti-imageCvr {
        position: relative;
        margin-top: 1.4em;
    }

    .ftr-calltoaction-wrapper {
        flex-wrap: wrap;
        padding: 1.4em 12px;
    }

    .ftr-calltoaction-frm {
        margin-top: 8px;
    }

    .ml-40 {
        margin-left: 0px;
    }

    .ftr-calltoaction-text p {
        font-size: 20px;
    }

    .serviec-benefitsCvr .d-flex {
        flex-wrap: wrap-reverse;
    }

    .serviec-benefitsCvr.sectionCvr {
        padding-bottom: 2em;
    }

    .advantage-block {
        min-height: auto;
        align-items: center;
    }

    .calltoactionCvr.inner-page-sec {
        padding-top: 3em;
    }

    .calltoactionCvr.inner-page-sec .calltoaction-desc {
        padding: 0px;
    }

    .advantage-block .advantage-icon {
        margin-bottom: 0px;
    }

    .advantage-block .advantage-info {
        width: 100%;
    }

    .calltoactionCvr.inner-page-sec .calltoactionfrm {
        margin-top: 1.6em;
    }

    .rev-flex {
        flex-wrap: wrap-reverse;
    }

    .pricing-img {
        margin-bottom: 1.2em;
    }

    .service-benefits-lists ul {
        padding: 0px;
    }

    .career-frm {
        margin-top: 1em;
    }

    .process-circel-line {
        display: none;
    }

    .process-row {
        height: auto;
    }

    .process-secCvr.sectionCvr {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .process-col.upper,
    .process-col.bottom {
        height: 162px;
    }

    .process-content.process-bottom-content {
        top: 0px;
    }

    .process-content {
        text-align: center;
        position: absolute;
        width: 230px;
        bottom: 0;
        left: 100px;
        top: 0px;
        right: 0;
    }

    .middleline {
        left: -22px;
        background-color: #e4e4e4;
        top: 87px;
        opacity: 1;
        transform: rotate(90deg);
        z-index: -1;
    }

    .process-col.bottom .process-circel-line {
        top: 62px;
        left: 27px;
        right: auto;
        margin: 0 auto;
    }

    .process-circel {
        margin-left: 0px;
        position: relative;
        left: 0px;
    }

    .slider-block {
        height: 100%;
        position: relative;
        width: 100%;
        overflow: visible;
    }

    .single-features {
        margin-bottom: 3em
    }

    .home-service.fe-padding {
        padding-bottom: 0em;
    }

    .about-imgCvr img {
        margin-top: 1.6em;
    }

    .features-wrapper {
        min-height: auto;
    }

    .about-section .text-column {
        padding-left: 0px;
        margin-top: 3.4em;
        padding-right: 0px;
    }

    .mask-service {
        width: calc(60% + 20px)
    }

    .advantage-block1 .advantage-title {
        visibility: hidden;
    }

    .advantage-block1 {
        position: relative;
        padding: 40px 24px;
        display: flex;
        flex-wrap: wrap;
    }

    .advantage-block1 .advantage-title {
        display: flex;
        align-items: flex-end;
        position: absolute;
    }

    .advantage-info1 {
        opacity: 1;
        top: auto;
        position: relative;
    }

    .benefits-content {
        margin-top: 3em;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative;
    }

    .navbar-fixed-top.fix {
        position: fixed;
    }

    .heading {
        font-size: 26px;
    }

    .breadcrumb {
        padding: 4px 10px;
    }

    .breadcrumbCvr ul.breadcrumb li,
    .breadcrumbCvr ul.breadcrumb li a {
        font-size: 12px;
    }

    .welcome-text .banner-title {
        font-size: 18px;
    }

    .cd-words-wrapper b {
        font-size: 22px;
    }

    .welcome-text.pt-10 {
        padding-top: 7em;
    }

    .headerlogo {
        padding-top: 12px;
    }

    .headerlogo img {
        width: 190px;
    }

    .slider-block {
        height: 100%;
        overflow: visible;
    }

    .welcome-text h2.cd-headline.clip {
        padding: 0px;
        margin: 0px;
    }

    .single-features {
        margin-bottom: 2em;
        padding-top: 30px;
    }

    .about-feature-wrapper .about-feature-block {
        margin-bottom: 1.6em;
    }

    .ttm-highlight-fid-style-1 {
        position: absolute;
        background: #fff;
        padding: 20px 12px 19px;
        border: 3px solid #eab030;
        max-width: 200px;
        top: 9px;
        right: auto;
        z-index: 9;
        margin-bottom: 0;
        border-radius: 50%;
        left: 10em;
    }

    .ttm-highlight-fid-style-1 .ttm-fid.inside h4 {
        font-size: 44px;
        line-height: 72px;
        padding-right: 5px;
    }

    .ttm-highlight-fid-style-1 .ttm-fid.inside h3 {
        font-size: 15px;
        line-height: 18px;
        font-weight: 600;
        color: #000;
        display: inline;
        margin: 0px;
    }

    .ttm-highlight-fid-style-1:before {
        bottom: 37px;
    }

    .ttm-highlight-fid-style-1:after {
        bottom: 16px;
    }

    .certi-img {
        margin-bottom: 1.6em;
    }

    .bloglistCvr .blog-block {
        margin-bottom: 1.6em;
    }

    ul.client-list li {
        width: 50%;
        min-height: 120px;
    }

    ul.client-list li:last-child,
    ul.client-list li:nth-child(2n) {
        border-right: transparent !important;
    }

    ul.client-list li:nth-child(3n),
    ul.client-list li:nth-child(4n) {
        border-right: 1px solid #e9e9e9;
    }

    .softapp-tab .tab-content {
        width: 100%;
    }

    .softapp-tab .nav-tabs li a {
        font-size: 14px;
    }

    .features-title h2 {
        font-size: 24px;
    }

    .page-quote .quote-text {
        font-size: 20px;
    }

    .page-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-featureCvr {
        padding: 3em 0px 3em 3em;
    }

    .mask-aboutfeature::before {
        display: none;
    }

    .banner-wrapper .page-title h1 {
        font-size: 24px;
    }

    .bloglistCvr .blog-block .blog-content {
        min-height: auto;
    }

    .advantage-block1 {
        min-height: auto;
        padding-bottom: 0px;
    }

    .mask-service {
        width: calc(90% + 20px)
    }

    .about-section .image-column .image-block:nth-child(2) {
        bottom: -4em;
        left: 1em;
        width: 128px;
    }

    .about-section .image-column .image-block:nth-child(1) {
        margin-left: 60px;
    }

    .faq-sectionCvr .panel-title a {
        font-size: 14px;
        line-height: 1.4;
        color: #fff;
    }

    .about-overlay-03 {
        position: relative;
        background: #eab132;
        left: auto;
        bottom: auto;
        padding: 20px 28px;
        width: 100%;
        border-radius: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {}

@media (max-width: 570px) {}

@media (max-width: 560px) {}

@media (max-width: 500px) {
    .card-body {
        padding: 10px 14px;
    }

    .cd-words-wrapper b {
        font-size: 17px;
        top: -10px !important;
    }

    .cd-headline.clip .cd-words-wrapper::after {
        content: '';
        top: 4px !important;
        height: 26px !important;
    }
}

@media (max-width: 481px) {
    .page-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ttm-highlight-fid-style-1 {
        left: 8em;
    }

    .welcome-text.pt-10 {
        padding-top: 7em;
    }

    .benefits-lists ul {
        padding: 0px;
    }

    .featured-icon-box {
        flex-wrap: wrap;
    }

    .service-calltoactionCvr {
        padding: 1em 0 0.6em;
    }

    .service-calltoaction .call-icon i {
        font-size: 3.4em;
    }

    .service-calltoaction .calltoaction-text p {
        font-size: 14px;
    }

    .calltoaction-text .phone-number a {
        font-size: 1.9em;
    }
}

@media (max-width: 420px) {
    .welcome-text.pt-10 {
        padding-top: 4em;
    }

    .welcome-text .banner-title {
        font-size: 13px;
        line-height: 1.2;
    }

    .calltoactionfrm .callto-action-wrapper span.text {
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {
    .welcome-text.pt-10 {
        padding-top: 4em;
        padding-right: 0px;
        padding-left: 0px;
    }

    .ttm-highlight-fid-style-1 {
        left: 6em;
    }

    .featured-icon-box .featured-content .featured-desc .phone-number a {
        display: block;
    }

    .about-featureLists [class*="col-"] {
        width: 100%;
    }

    .serviec-benefitsCvr .image-column .contact-box {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 346px;
        height: 262px;
        padding-top: 48px;
        text-align: center;
        background: url(../img/pattern-21.png) no-repeat;
        background-size: contain;
        top: 7em;
        left: -6px;
    }

    .process-content {
        width: 180px;
    }

    .navbar-header {
        padding-bottom: 5px;
    }

    .headerlogo img {
        width: 160px;
    }

    .cd-headline.clip .cd-words-wrapper {
        padding: 0px;
    }

    .fe-padding {
        margin-top: 0;
        padding-top: 4em;
    }

    .cd-headline.clip .cd-words-wrapper::after {
        content: '';
        top: 4px !important;
        height: 20px !important;
    }

    .cd-words-wrapper b {
        font-size: 14px;
        top: -8px !important;
    }

    .serviec-infoCvr .image-column:before {
        content: "";
        position: absolute;
        left: 20px;
        width: 8px;
        height: 154px;
        background: #eab030;
        border-radius: 8px;
        top: 5px;
    }

    .about-section .image-column .image-block:nth-child(2) {
        padding: 18px;
        width: 108px;
    }
}

@media (max-width: 340px) {
    .service-calltoaction .calltoaction-text p {
        font-size: 12px;
    }

    .calltoaction-text .phone-number a {
        font-size: 1.6em;
    }
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}



.wp-block-audio :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio :where(figcaption) {
    color: #ffffffa6
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em
}

.wp-block-embed :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed :where(figcaption) {
    color: #ffffffa6
}

.wp-block-embed {
    margin: 0 0 1em
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: #ffffffa6
}

:root :where(.wp-block-image figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
    color: #ffffffa6
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    position: relative
}

.wp-block-quote:where(.has-text-align-right) {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote:where(.has-text-align-center) {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote:where(.is-style-plain) {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
    opacity: .4
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
    opacity: 1
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    margin: 0 0 1em
}

.wp-block-table td,
.wp-block-table th {
    word-break: normal
}

.wp-block-table :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video {
    margin: 0 0 1em
}

:root :where(.wp-block-template-part.has-background) {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.25em 2.375em
}


/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}


:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--dark-gray: #1a1a1a;
    --wp--preset--color--medium-gray: #686868;
    --wp--preset--color--light-gray: #e5e5e5;
    --wp--preset--color--blue-gray: #4d545c;
    --wp--preset--color--bright-blue: #007acc;
    --wp--preset--color--light-blue: #9adffd;
    --wp--preset--color--dark-brown: #402b30;
    --wp--preset--color--medium-brown: #774e24;
    --wp--preset--color--dark-red: #640c1f;
    --wp--preset--color--bright-red: #ff675f;
    --wp--preset--color--yellow: #ffef8e;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.col-md-4.aos-init.aos-animate {
    height: 750px;
}


.rc-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-shrink: 0;
}

.rc-post-item:last-child {
    margin-bottom: 0;
}

.rc-post-item .thumb {
    width: 75px;
    flex: 0 0 auto;
    margin-right: 15px;
}

.rc-post-item .thumb img {
    border-radius: 8px;
    height: 70px;
    width: 70px;
}

.rc-post-item .content .date {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    color: var(--tg-gray-four);
    margin-bottom: 8px;
}

.rc-post-item .content .date i {
    margin-right: 8px;
    color: var(--tg-primary-color);
    font-size: 20px;
}

.rc-post-item .content .title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #eab030 ;
    margin-top: 5px;
}

.rc-post-item .content .title a{
    color: #eab030 ;
}

.bs-tag-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.bs-tag-list .list-wrap li a {
    font-weight: 500;
    font-size: 16px;
    background: var(--tg-lavender);
    display: block;
    border-radius: 4px;
    padding: 5px 15px;
}

.bs-tag-list .list-wrap li a:hover {
    color: var(--tg-white);
    background:#4d545c;
}

.blog-widget {
    border: 1px solid #E0E6F2;
    border-radius: 10px;
    padding: 25px 30px 30px;
    margin-bottom: 30px;
}

.services-details-content p {
    font-size: 15px;
    text-align: justify;
    font-size: 400;
}

.services-details-content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

.services-details-content ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    font-weight: 400;
}

.services-details-content ul li strong {
    color: #eab030;
    font-weight: 400;
    padding-right: 16px;
}

/* CIRCLE ICON */
.services-details-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 22px;
    height: 22px;

    /* Outer circle */
    background: rgba(254, 93, 22, 0.15);
    border-radius: 50%;

    /* Inner dot (icon) */
    box-shadow: inset 0 0 0 6px #eab030;

    transition: all 0.3s ease;
}

/* HOVER EFFECT */
.services-details-content ul li:hover::before {
    background: #eab030;
    /* Circle bg */
    box-shadow: inset 0 0 0 6px #fff;
    /* Inner dot color */
    transform: scale(1.15);
}


.blog-details-area{
    margin: 80px 0;
}

.bw-title{
    margin-bottom: 20px;
}


.blog-details-thumb img{
    width: 100%;
    height: 100%;
}