:root {
	--blue:#052d4d;
	--teal:#2da4c2;
	--yellow:#ffd700;
}
html, body {
    font-size: 16px;
    color: #595b5e;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 1.7;
    overflow-x: hidden;
}
.img-full {
    width:100%!important;
}
input, textarea, select {
    border: 0;
    background: transparent;
    transition: 0.4s;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
iframe.form{width:102%!important;height:526px;margin:0 -15px;}
@media screen and (max-width:1199px){iframe.form{height:711px;}}
@media screen and (max-width:991px){iframe.form{width:106%!important;height:1083px;}}
a {
    transition: 0.4s;
    text-decoration: none;
}
img {
    max-width: 100%;
	height:auto!important;
}
h1, h2, h3, h4, h5 {
    font-family: "Poppins", sans-serif;
    color: #03041c;
    line-height: 1.25em;
}
h1 {
    font-weight: 700;
    font-size: 70px;
    line-height: 1.2;
}
h2 {
    font-weight: 700;
    font-size: 45px;
}
h3 {
    font-weight: 700;
    font-size: 40px;
}
h4 {
    font-weight: 700;
    font-size: 22px;
}
h5 {
    font-weight: 700;
    font-size: 20px;
}
p {
    line-height:1.7em;
}
p:last-child {
    margin-bottom:0;
}
input:focus, select:focus, textarea:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
::-moz-selection {
    background: var(--teal);
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: var(--teal);
    text-shadow: none;
    color: #ffffff;
    border: none;
}
.list-gap {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sc-border-radius {
    border-radius: 5px;
}
.sc-long-width {
    width: 130%;
}
.sc-heading-area .sub-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #6e7075;
    font-family: "Poppins", sans-serif;
    display: block;
    margin-bottom: 5px;
}
.sc-heading-area .icon-line {
    color: var(--teal);
    font-size: 18px;
    position: relative;
    top: 3px;
}
.sc-heading-area .title {
    display: block;
    margin-bottom: 25px;
}
.sc-heading-area h1.title {
    font-weight: 700;
    font-size: 45px;
}
.white-sub-title {
    color: #d6d7e5 !important;
}
.italic {
    font-style: italic;
}
.primary-color {
    color: var(--teal);
}
.p-z-idex {
    position: relative;
    z-index: 3 !important;
}
.p-z-idex2 {
    position: relative;
    z-index: 11 !important;
}
.white-bg-color {
    background: #ffffff;
}
.white-color {
    color: #ffffff!important;
}
.sc-primary-btn {
    display: inline-block;
    padding: 13px 35px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc-primary-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--teal);
    border-radius: 3px;
    z-index: -2;
}
.sc-primary-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--blue);
    transition: all 0.3s;
    border-radius: 3px;
    z-index: -1;
}
.sc-primary-btn:hover {
    color: #fff;
}
.sc-primary-btn:hover:before {
    width: 100%;
}
.sc-transparent-btn {
    display: inline-block;
    padding: 13px 35px;
    color: #03041c;
    font-weight: 600;
    transition: all 0.5s;
    border: 2px solid #eeeff1;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc-transparent-btn:after, .sc-transparent-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    border-radius: 3px;
}
.sc-transparent-btn:after {
    background-color: transparent;
    z-index: -2;
}
.sc-transparent-btn:before {
    background-color: var(--teal);
    z-index: -1;
    width: 0;
}
.sc-transparent-btn:hover {
    border-color: transparent;
    color: #fff;
}
.sc-transparent-btn:hover:before {
    width: 100%;
}
.sc-secondary-btn {
    display: inline-block;
    padding: 17px 32px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc-secondary-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c2137;
    border-radius: 3px;
    z-index: -2;
}
.sc-secondary-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    border-radius: 3px;
    z-index: -1;
}
.sc-secondary-btn:hover {
    color: #595b5e;
}
.sc-secondary-btn:hover:before {
    width: 100%;
}
.sc-secondary-btn-two {
    display: inline-block;
    padding: 17px 32px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc-secondary-btn-two:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--teal);
    border-radius: 3px;
    z-index: -2;
}
.sc-secondary-btn-two:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    border-radius: 3px;
    z-index: -1;
}
.sc-secondary-btn-two:hover {
    color: #595b5e;
}
.sc-secondary-btn-two:hover:before {
    width: 100%;
}
.sc-white-btn {
    display: inline-block;
    padding: 17px 51px;
    border-radius: 3px;
    color: #03041c;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc-white-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 3px;
    z-index: -2;
}
.sc-white-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--teal);
    transition: all 0.3s;
    border-radius: 3px;
    z-index: -1;
}
.sc-white-btn:hover {
    color: #fff;
}
.sc-white-btn:hover:before {
    width: 100%;
}
.sc-white-btn-two {
    display: inline-block;
    padding: 17px 51px;
    border-radius: 40px;
    color: #03041c;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc-white-btn-two:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 40px;
    z-index: -2;
}
.sc-white-btn-two:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--teal);
    transition: all 0.3s;
    border-radius: 40px;
    z-index: -1;
}
.sc-white-btn-two:hover {
    color: #fff;
}
.sc-white-btn-two:hover:before {
    width: 100%;
}
body [class^=icon-] {
    color: #595b5e;
    font-size: 20px;
}
body [class^=icon-]::before {
    color: unset;
}
.sc-services-bg-right-one {
    right: 0;
    background-image: url(../images/bg/process-bg.jpg);
    background-position: center left;
    width: 48%;
}
.sc-services-bg-right-one {
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    height: 100%;
}
.sc-services-bg-right-one {
    bottom: 94px;
    height: 90%;
}
.swiper-button-next, .swiper-button-prev {
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
}
.swiper-button-next:after, .swiper-button-prev:after {
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    font-size: 15px;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(3, 4, 27, 0.08);
    min-width: 50px;
    color: #595b5e;
    height: 50px;
    line-height: 52px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: 0.4s;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    background: var(--teal);
    color: #fff;
}
.swiper .swiper-button-prev {
    left: 80px;
}
.swiper .swiper-button-next {
    right: 80px;
}
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
.swiper:hover .swiper-button-prev {
    left: 40px;
}
.swiper:hover .swiper-button-next {
    right: 40px;
}
.sc-pagination-active {
    /* margin-left: -25px; */
    /* margin-right: -25px; */
    /* padding: 0 24px; */
}
.sc-pagination-active:hover .swiper-button-prev {
    left: 15px;
}
.sc-pagination-active:hover .swiper-button-next {
    right: 15px;
}
.sc-pagination-active-30 {
    margin-left: -28px;
    margin-right: -28px;
    padding: 0 28px;
}
.sc-pagination-active-30:hover .swiper-button-prev {
    left: 15px;
}
.sc-pagination-active-30:hover .swiper-button-next {
    right: 15px;
}
.sc-pagination-active-30.sc-blog-slider .swiper-button-next, .sc-pagination-active-30.sc-blog-slider .swiper-button-prev {
    top: 24%;
}
.sc-arrow-btn .swiper-button-next, .sc-arrow-btn .swiper-button-prev {
    transition: 0.6s;
    visibility: visible;
    opacity: 1;
    position: absolute;
	right:0;
	display:block;
    bottom: 0;
}
.sc-arrow-btn .swiper-button-next:after, .sc-arrow-btn .swiper-button-prev:after {
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    font-size: 15px;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(3, 4, 27, 0.08);
    min-width: 54px;
    color: #595b5e;
    height: 40px;
    line-height: 40px;
    border-radius: 0px 20px 20px 0px;
    display: inline-block;
    text-align: center;
    transition: 0.5s;
}
.sc-arrow-btn .swiper-button-next:hover:after, .sc-arrow-btn .swiper-button-prev:hover:after {
    background: var(--teal);
    color: #fff;
}
.sc-arrow-btn .swiper-button-prev:after {
    border-radius: 20px 0 0 20px;
}
.sc-arrow-btn .swiper .swiper-button-prev {
    left: 50%;
    bottom: 15px;
    top: auto;
}
.sc-arrow-btn .swiper .swiper-button-next {
    right: 35%;
    bottom: 15px;
    left: auto;
    top: auto;
}
.sc-overlay-bg2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.sc-product-offcanvas-area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    z-index: 9999;
    background: #03041c;
    padding: 30px 30px 30px;
    right: -450px;
    opacity: 0;
    visibility: visible;
    transition: 0.4s;
}
.sc-product-offcanvas-area .sc-offcanvas-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info {
    margin-bottom: 30px;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info .product-title {
    display: block;
    margin-bottom: 15px;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li {
    line-height: 3.7;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li i {
    border: 1px solid #e5e5e5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    transition: 0.4s;
    position: relative;
    top: 4px;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li a {
    color: #595b5e;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li:hover i {
    color: #fff;
    background: var(--teal);
    border-color: transparent;
}
.sc-product-offcanvas-area .sc-offcanvas-list-info ul li:hover a {
    color: var(--teal);
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list {
    margin-bottom: 20px;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li {
    display: inline-block;
    padding-right: 5px;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li i {
    background: #03041c;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li i:hover {
    background: var(--teal);
}
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
    background: var(--teal);
    border-radius: 50%;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    width: 40px;
    color: #fff;
    line-height: 40px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    display: block;
    transform: rotate(-90deg);
}
#scrollUp i:hover {
    background-color: var(--blue);
}
.preloader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
    position: fixed;
    z-index: 9999999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
}
.preloader .animation-preloader {
    z-index: 1000;
}
.preloader .animation-preloader .spinner {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #ebebec;
    border-radius: 50%;
    text-align: center;
    line-height: 94px;
}
.preloader .animation-preloader .spinner::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 3px solid var(--teal);
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
@media (max-width: 767px) {
		.sc-about-section-two .sc-about-text-box {width:540px!important;}
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}
.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #243342;
}
.boxfin-scroll-top {
    position: fixed;
    right: 30px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.75rem);
    transition: all 0.2s linear, margin-right 0s;
}
.boxfin-scroll-top.progress-done {
    visibility: visible;
    transform: translateY(0);
}
.boxfin-scroll-top-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--teal);
}
.boxfin-scroll-top > svg path {
    fill: none;
}
.boxfin-scroll-top > svg.progress-circle path {
    stroke: var(--teal);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}
@media (min-width: 1px) {
    .boxfin-scroll-top.progress-done {
        opacity: 1;
    }
}
.sc-main-menu > ul > li {
    margin-right: 30px;
}
.sc-main-menu > ul > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
}
.sc-main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.sc-main-menu li {
    display: inline-block;
    position: relative;
}
.sc-main-menu li:last-child {
    margin-right: 0;
}
.sc-main-menu li a {
    color: #03041c;
    font-size: 16px;
    font-weight: 500;
    display: block;
    transition: 0.4s;
}
.sc-main-menu li a:hover {
    color: var(--teal);
}
.logo-area a:focus, .logo-area a {
    outline: none;
}
.logo-area img {
	width:176px;
	}
.sc-main-menu > ul > li > a {
    text-transform: capitalize;
}
.header-btn i {
    font-size: 24px;
    color: #595b5e;
    transition: 0.4s;
    font-weight: 500;
    position: relative;
    top: -13px;
    right: 20px;
}
.header-btn i:hover {
    color: var(--teal);
}
.sc-hambagur-icon a {
    cursor: pointer;
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-hambagur-icon a span {
    height: 2px;
    width: 25px;
    display: block;
    background: #595b5e;
    cursor: pointer;
    list-style: none;
    margin: 6px 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    margin-left: auto;
}
.sc-hambagur-icon a span.dot3 {
    width: 20px;
}
.sc-hambagur-icon a span.dot2 {
    width: 15px;
}
.sc-hambagur-icon a:hover span {
    background: var(--teal);
}
.sc-hambagur-icon a:hover .dot2, .sc-hambagur-icon a:hover .dot3 {
    width: 25px;
}
.sc-header-section {
    background: #ffffff;
    position: relative;
    width: 100%;
    z-index: 9;
    transition: 0.8s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}
.sc-header-section .sc-header-container {
    position: relative;
}
.sc-header-section .header-btn {
    position: relative;
    top: 6px;
}
.sc-header-section .sc-main-logo {
    position: absolute;
    top: 0;
    z-index: 99;
    position: absolute;
    width: 235px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    background: var(--teal);
}
.sc-header-section .header-btn .sc-primary-btn {
    padding: 13px 26px;
}
.sc-header-section.sc-header-style1 {
    background-color: #fff;
}
.sc-topbar-section {
    position: relative;
    padding: 10px 0;
}
.sc-topbar-section .sc-social-list {
    position: relative;
    top: 3px;
}
.sc-topbar-section .sc-header-content-left ul li {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}
.sc-topbar-section .sc-header-content-left ul li::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: rgba(106, 108, 113, 0.5);
    top: 3px;
    right: 10px;
}
.sc-topbar-section .sc-header-content-left ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #595b5e;
    transition: 0.4s;
    padding-left: 5px;
}
.sc-topbar-section .sc-header-content-left ul li a:hover {
    color: var(--teal);
}
.sc-topbar-section .sc-header-content-left ul li i {
    position: relative;
    top: 4px;
}
.sc-topbar-section .sc-header-content-left ul li .icon-message {
    top: 3px;
    font-size: 19px;
}
.sc-topbar-section .sc-header-content-left ul li:last-child {
    padding-right: 0;
}
.sc-topbar-section .sc-header-content-left ul li:last-child::before {
    display: none;
}
.sc-topbar-section .sc-header-content-right .sc-header-date {
    padding-top: 2px;
}
.sc-topbar-section .sc-header-content-right .sc-header-date .sc-date li {
    font-weight: 500;
    font-size: 15px;
    color: #595b5e;
    position: relative;
    padding-right: 25px;
}
.sc-topbar-section .sc-header-content-right .sc-header-date .sc-date li::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: rgba(106, 108, 113, 0.6784313725);
    top: 3px;
    right: 10px;
}
.sc-topbar-section .sc-header-content-right .sc-header-date .sc-date .icon-timer {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.sc-topbar-section .sc-header-content-right .sc-social-list li {
    display: inline-block;
    padding-right: 10px;
}
.sc-topbar-section .sc-header-content-right .sc-social-list li:last-child {
    padding-right: 0;
}
.sc-topbar-section .sc-header-content-right .sc-social-list li a i {
    font-weight: 400;
    transition: 0.4s;
    color: #595b5e;
}
.sc-topbar-section .sc-header-content-right .sc-social-list li a .icon-linkedin-2, .sc-topbar-section .sc-header-content-right .sc-social-list li a .icon-intragram {
    font-size: 16px;
}
.sc-topbar-section .sc-header-content-right .sc-social-list li a .icon-facebook-2 {
    font-size: 18px;
}
.sc-topbar-section .sc-header-content-right .sc-social-list li a .icon-twiter, .sc-topbar-section .sc-header-content-right .sc-social-list li a .icon-twiter {
    font-size: 15px;
}
.sc-topbar-section .sc-header-content-right .sc-social-list li a:hover .icon-intragram, .sc-topbar-section .sc-header-content-right .sc-social-list li a:hover .icon-linkedin-2, .sc-topbar-section .sc-header-content-right .sc-social-list li a:hover .icon-facebook-2, .sc-topbar-section .sc-header-content-right .sc-social-list li a:hover .icon-twiter {
    color: var(--teal);
}
.sc-header-style1 .sc-topbar-section {
    border-bottom: 1px solid #e1e2e7;
}
.sc-header-style1 .sc-topbar-section, .sc-header-style1 .sc-header-content {
    padding-left: 275px;
}
.swiper-pagination-bullet {
    border: 2px solid #808192;
    background: transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.swiper-pagination-bullet-active {
    background: #ffffff;
    border-color: #ffffff;
}
.sc-slider-section {
    position: relative;
}
.sc-slider-section .sc-slider-subtitle {
    color: #fff;
    font-weight: 700;
}
.sc-slider-section .sc-image-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: overlay;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    transition: opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    transition: transform 8000ms ease, opacity 1700ms ease-in;
    transition: transform 8000ms ease, opacity 1700ms ease-in, -webkit-transform 8000ms ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sc-slider-section .slide-image-1 {
    background: url(../images/slider/slide1_1.jpg);
}
.sc-slider-section .slide-image-2 {
    background: url(../images/slider/slide1_2.jpg);
}
.sc-slider-section .slide-image-3 {
    background: url(../images/slider/slide1_3.jpg);
}
.sc-image-layer-bg{
	background:rgba(0,0,0,.5)!important;
	position:absolute!important;
	top:0!important;
	bottom:0!important;
	left:0!important;
	right:0!important;
	z-index:1!important;
}
.sc-slider-section .swiper-slide {
    position: relative;
}
.sc-slider-section .swiper-slide .slider-desc, .sc-slider-section .swiper-slide .slider-title, .sc-slider-section .swiper-slide .sc-slider-subtitle, .sc-slider-section .swiper-slide .slider-btn-area, .sc-slider-section .swiper-slide .sc-slider-content::before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.sc-slider-section .swiper-slide .sc-slider-subtitle, .sc-slider-section .swiper-slide .slider-title {
    -webkit-transform: translateY(-125px);
    transform: translateY(-125px);
}
.sc-slider-section .swiper-slide .slider-desc, .sc-slider-section .swiper-slide .slider-btn-area {
    -webkit-transform: translateY(125px);
    transform: translateY(125px);
}
.sc-slider-section .swiper-slide .sc-slider-content::before {
    -webkit-transform: translateX(-125px);
    transform: translateX(-125px);
}
.sc-slider-section .swiper-slide .shape-overly-one {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0, 0, 0, 0.35);
    -webkit-transition-delay: 0;
    transition-delay: 0;
}
.sc-slider-section .swiper-slide.swiper-slide-active .sc-image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.sc-slider-section .swiper-slide.swiper-slide-active .slider-desc, .sc-slider-section .swiper-slide.swiper-slide-active .slider-title, .sc-slider-section .swiper-slide.swiper-slide-active .slider-btn-area, .sc-slider-section .swiper-slide.swiper-slide-active .sc-slider-subtitle {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}
.sc-slider-section .swiper-slide.swiper-slide-active .shape-overly-one {
    -webkit-transform: translateY(0) translateX(0);
}
.sc-slider-section .swiper-slide.swiper-slide-active .sc-slider-content::before {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}
.sc-slider-section .sc-slider-content {
    max-width: 850px;
}
.sc-slider-section .sc-slider-content .slider-desc {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.sc-slider-section .sc-slider-content .sc-slider-btn .sc-primary-btn {
    padding: 13px 35px;
}
.sc-slider-section .swiper-pagination {
    width: auto;
    left: 80px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.sc-slider-section .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 0 12px;
}
.sc-slider-section .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}
.sc-slider-section .video-area {
    margin-left: 20px;
    display: flex;
    align-items: center;
    position: relative;
    top: -1px;
}
.sc-slider-section .video-area i {
    color: #fff;
    font-size: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    margin-right: 15px;
}
.sc-slider-section .video-area i:hover {
    color: var(--teal);
}
.sc-slider-section .video-area .sc-text {
    position: relative;
    top: -1px;
    color: #fff;
}
.sc-slider-style1 .sc-main-slider .container {
    padding-top: 170px;
    padding-bottom: 175px;
}
.sc-slider-style2 .sc-slider-subtitle {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 10px 22px 8px;
    border-left: 2px solid var(--teal);
    margin-bottom: 18px;
}
.sc-slider-style2 .swiper-button-next:after, .sc-slider-style2 .swiper-button-prev:after {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.sc-slider-style2 .swiper-button-next:hover:after, .sc-slider-style2 .swiper-button-prev:hover:after {
    background: white;
    color: #03041c;
}
.sc-slider-style2 .sc-slider-2 .container {
    padding-top: 205px;
    padding-bottom: 205px;
}
.sc-slider-section.sc-slider-style3 .sc-slider-content {
    max-width: 600px;
}
.sc-slider-section.sc-slider-style1 .slider-title {
    font-size: 68px;
    font-weight: 800;
    line-height: 1.3;
}
.sc-slider-section.sc-slider-style3 .slider-title {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.3;
}
.sc-slider-section.sc-slider-style3 .slider-title, .sc-slider-section.sc-slider-style3 .sc-slider-subtitle {
    text-transform: uppercase;
}
.sc-slider-section.sc-slider-style3 .swiper-button-next, .sc-slider-section.sc-slider-style3 .swiper-button-prev {
    opacity: 1;
    visibility: visible;
    bottom: 3px;
    top: auto;
}
.sc-slider-section.sc-slider-style3 .swiper-button-next::after, .sc-slider-section.sc-slider-style3 .swiper-button-prev::after {
    border-radius: 0;
    font-family: "icomoon";
}
.sc-slider-section.sc-slider-style3 .swiper-button-next {
    right: 12px;
}
.sc-slider-section.sc-slider-style3 .swiper-button-next::after {
    content: "\e930";
}
.sc-slider-section.sc-slider-style3 .swiper-button-prev {
    right: 62px;
    left: auto;
}
.sc-slider-section.sc-slider-style3 .swiper-button-prev::after {
    content: "\e92f";
}
.sc-slider-section.sc-slider-style3 .sc-slider-content {
    position: relative;
    padding: 35px 0 32px 40px;
}
.sc-slider-section.sc-slider-style3 .sc-slider-content::before {
    content: "";
    position: absolute;
    width: 142px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--teal);
}
.sc-slider-section.sc-slider-style3 .sc-white-btn {
    padding: 14px 25px;
}
.sc-slider-section.sc-slider-style3 .sc-white-btn::before {
    background: #03041c;
}
.sc-slider-section.sc-slider-style3 .sc-transparent-btn {
    padding: 11.5px 25px;
    color: #fff;
}
.sc-slider-section.sc-slider-style3 .sc-transparent-btn::before {
    background: #fff;
    border-radius: 0;
}
.sc-slider-section.sc-slider-style3 .sc-transparent-btn:hover {
    border-color: #fff;
    color: #03041c;
}
.slider-bg-image3 {
    background: url(../images/slider/slider-bg-image3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slider-bg-image3 .container {
    padding-top: 150px;
    padding-bottom: 150px;
}
.slider-btn-area {
    position: relative;
}
.slider-btn-area .video-iconarea {
    padding-left: 15px;
}
.slider-btn-area .video-iconarea .popup-videos-button {
    color: #000000;
    background: #ffffff;
    position: relative;
    width: 52px;
    height: 52px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    z-index: 9;
}
.slider-btn-area .video-iconarea .popup-videos-button::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: pulse-border 3000ms ease-out infinite;
    transition: all 0.3s ease;
    z-index: -1;
    background: #fff;
}
.slider-btn-area .video-iconarea .popup-videos-button i {
    color: var(--teal);
    font-size: 20px;
}
.slider-btn-area .video-iconarea .sc-text {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: -2px;
    left: 10px;
    transform: 0.4s;
}
.slider-btn-area .video-iconarea .sc-text:hover {
    color: var(--teal);
}uto;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.sc-about-item .about-icon i {
    position: relative;
    top: 5px;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(3, 4, 27, 0.05);
    min-width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 82px;
    text-align: center;
    border-radius: 50%;
    color: var(--teal);
    font-size: 35px;
    margin-bottom: 25px;
    transition: 0.4s;
}
.sc-about-item .sc-process-content .title {
    color: #03041c;
    transition: 0.4s;
}
.sc-about-item .sc-process-content .title:hover {
    color: var(--teal);
}
.sc-about-item:hover .about-icon i {
    color: #fff;
    background: var(--teal);
}
.sc-about-section-two {
    position: relative;
}
.sc-about-section-two::before {
    position: absolute;
    background: #f0f0f0;
    width: 68%;
    height: 100%;
    right: 0;
    content: "";
}
.sc-about-section-two .sc-about-content-area {
    display: flex;
    /* flex-wrap: wrap; */
}
.sc-about-section-two .sc-about-content-area .sc-heading-area .des {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}
.sc-about-section-two .sc-about-bg-image {
    flex: 0 0 auto;
    width: 60px;
}
.sc-about-section-two .sc-about-bg-image {
    flex: 0 0 auto;
    width: 50%;
}
.sc-about-section-two .sc-about-text-box {
    position: relative;
    flex: 0 0 auto;
	padding-left:30px;
	box-sizing:border-box;
    width: 670px;
}
.sc-overlay-bg2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.sc-product-offcanvas-area {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    z-index: 9999;
    background: #fff;
    padding: 30px 30px 30px;
    right: -450px;
    opacity: 0;
    visibility: visible;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-product-offcanvas-area .sc-offcanvas-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.sc-product-offcanvas-area .offcanvas-icon svg {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-product-offcanvas-area .offcanvas-icon svg:hover {
    fill: var(--teal);
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list {
    padding-top: 7px;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul {
    padding: 0;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li {
    display: inline-block;
    padding-right: 5px;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li i {
    background: #03041c;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-product-offcanvas-area .sc-offcanvas-icon-list ul li i:hover {
    background: var(--teal);
}
.canvas_expanded .sc-product-offcanvas-area {
    right: 0;
}
.canvas_expanded .sc-product-offcanvas-area, .canvas_expanded .sc-overlay-bg2 {
    opacity: 1;
    visibility: visible;
}
.mobile-navbar-menu .nav-menu li {
    position: relative;
}
.mobile-navbar-menu .nav-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    color: #090b1a;
    padding: 10px 0;
    line-height: 30px;
    transition: 0.4s;
    width: 100%;
    font-family: "Poppins", sans-serif;
}
.mobile-navbar-menu .nav-menu li a:hover {
    color: #d7173b;
}
.mobile-navbar-menu .nav-menu li li a {
    padding-left: 25px;
}
.mobile-navbar-menu .nav-menu li li li a {
    padding-left: 50px;
}
.mobile-navbar-menu span.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 5px;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}
.mobile-navbar-menu span.submenu-button:before, .mobile-navbar-menu span.submenu-button:after {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 20px;
    height: 1px;
    display: block;
    background: #151625;
    z-index: 2;
    content: "";
    right: 12px;
    width: 12px;
}
.mobile-navbar-menu span.submenu-button:before {
    width: 1px;
    height: 12px;
    right: 17px;
    top: 18px;
}
.mobile-navbar-menu span.submenu-button em {
    display: block;
    position: absolute;
    right: 0;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-navbar-menu .hash-has-sub span.submenu-button {
    width: 100%;
    cursor: pointer;
    top: 0;
    height: 50px;
}
.mobile-navbar-menu .submenu-button.submenu-opened:before {
    display: none;
}
.mobile-navbar-menu ul ul li, .mobile-navbar-menu li:hover > ul > li {
    height: auto;
}
#mobile-navbar-menu .nav-menu .sub-menu, #mobile-navbar-menu .nav-menu .sub-menu-list {
    display: none;
}
.sc-service-section-five {
    background:#f0f0f0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sc-services-style3 {
    padding: 20px;
    border: 2px solid #eeeff1;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-services-style3 .sc-service-image {
    flex: 0 0 auto;
    margin-bottom: -45px;
}
.sc-services-style3 .sc-service-text {
    position: relative;
    padding-left: 74px;
    padding-top: 33px;
    margin-bottom: -55px;
}
.sc-services-style3 .sc-services-icon {
    position: absolute;
    left: -50px;
    top: 37px;
}
.sc-services-style3 .sc-services-icon i {
    width: 100px;
    height: 100px;
    line-height: 85px;
    border-radius: 50%;
    background: var(--teal);
    border: 10px solid #fff;
    color: #fff;
    font-size: 35px;
    text-align: center;
    display: block;
}
.sc-services-style3 .service-title {
    margin-bottom: 10px;
}
.sc-services-style3 .service-title a {
    font-size: 22px;
    color: #03041c;
}
.sc-services-style3 .service-title a:hover {
    color: var(--teal);
}
.sc-services-style3 .des {
    margin-bottom: 35px;
}
.sc-services-style3 .sc-transparent-btn {
    background: #fff;
}
.sc-services-style3:hover {
    background: #f0f0f0;
    border-color: #f0f0f0;
}
.sc-services-style3:hover .sc-transparent-btn {
    color: #fff;
}
.sc-services-style3:hover .sc-transparent-btn::before {
    width: 100%;
}
.sc-service-style-three {
    box-shadow: 0px 1px 4px rgba(3, 4, 27, 0.10);
    background: #ffffff;
    padding: 35px 30px 25px;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
}
.sc-service-style-three .icomoon {
    background: #f0fcff;
    color: var(--teal);
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 25px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-service-style-three .title {
    color: #03041c;
    transition: 0.4s;
    margin-bottom: 15px;
    display: block;
}
.sc-service-style-three .title:hover {
    color: var(--teal);
}
.sc-service-style-three .sc-service-btn {
    display: inline-block;
    padding: 8px 19px;
    color: #03041c;
    font-size: 10px;
    font-weight: 600;
    transition: all 0.3s;
    background: #ffffff;
    border: 2px solid #eeeff1;
    border-radius: 0px 23px 23px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.sc-service-style-three .sc-service-btn i {
    font-size: 15px;
    position: relative;
    top: 2px;
}
.sc-service-style-three .sc-service-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 0px 23px 23px 0px;
    z-index: -2;
}
.sc-service-style-three .sc-service-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--teal);
    transition: all 0.3s;
    border-radius: 0px 23px 23px 0px;
    z-index: -1;
}
.sc-service-style-three:hover {
    background: #ffffff;
    box-shadow: 0px 15px 15px 5px rgba(3, 4, 27, 0.04);
}
.sc-service-style-three:hover .icomoon {
    background: var(--teal);
    color: #ffffff;
}
.sc-service-style-three:hover .sc-service-btn {
    border-color: transparent;
}
.sc-service-style-three:hover .sc-service-btn i {
    color: #ffffff;
}
.sc-service-style-three:hover .sc-service-btn:before {
    width: 100%;
}
.sc-service-style-four {
    box-shadow: 0px 1px 4px rgba(3, 4, 27, 0.10);
    background: #ffffff;
    padding: 35px 30px 25px;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
}
.sc-service-style-four .icomoon {
    background: #f0fcff;
    color: var(--teal);
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 25px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-service-style-four .title {
    color: #03041c;
    transition: 0.4s;
    margin-bottom: 15px;
    display: block;
}
.sc-service-style-four .title:hover {
    color: var(--teal);
}
.sc-service-style-four:hover .icomoon {
    background: var(--teal);
    color: #ffffff;
}
.sc-about-group-image {
    position: relative;
}
.sc-about-group-image .sc-group {
    position: absolute;
    bottom: -35px;
    right: -35px;
}
.sc-about-group-image .sc-about-text {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(3, 4, 27, 0.04);
    position: absolute;
    top: -20px;
    right: 0;
    padding: 32px 35px 10px;
}
.sc-about-group-image .sc-about-text::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--teal);
}
.sc-about-group-image .sc-about-text .sc-icon i {
    background: #f0fcff;
    color: var(--teal);
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    font-size: 45px;
}
.sc-about-group-image .sc-about-text .sc-counter-number .sc-count {
    font-weight: 700;
    font-size: 30px;
    color: #03041c;
}
.sc-about-content-style .sc-heading-area .description {
    font-weight: 400;
    font-size: 20px;
    color: #000;
}
.sc-team-style-two {
    background: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 245px;
    position: relative;
    margin-top: -195px;
}
.sc-team-style-three {
    padding-top: 100px;
    margin-top: 0;
}
.sc-team-item {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(3, 4, 27, 0.10);
    padding: 20px;
	border:1px solid #f4f4f4;
}
.sc-team-item .sc-team-content .title {
    color: #03041c;
    transition: 0.4s;
}
.sc-team-item .sc-team-content .title:hover {
    color: var(--teal);
}
.sc-team-item .sc-team-content span {
    font-weight: 400;
    font-size: 16px;
    color: #595b5e;
}
.sc-team-item .team-image {
    overflow: hidden;
    margin-bottom: 40px;
}
.sc-team-item .item-img {
    position: relative;
    margin-bottom: 10px;
}
.sc-team-item .item-img img {
    transform: scale(1);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
}
.sc-team-item:hover .item-img img {
    transform: scale(1.2);
}
.sc-team-item .team-social-1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}
.sc-team-item .team-social-1 .social-item {
    position: relative;
}
.sc-team-item .team-social-1 .social-item .social-hover-icon i {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(3, 4, 27, 0.08);
    color: #595b5e;
    font-size: 18px;
    border: none;
    border-radius: 50%;
    transition: 0.4s;
}
.sc-team-item:hover .team-social-1 .social-item .social-hover-icon i {
    background-color: var(--teal);
    color: #ffffff;
}
.sc-team-content-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: middle;
}
.sc-team-content-area .sc-team-left-content {
    flex: 0 0 auto;
    width: 35%;
    max-width: 685px;
}
.sc-team-content-area .sc-team-slider-area {
    flex: 0 0 auto;
    width: 68%;
    margin-right: -90px;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider .sc-slider-item {
    background: #0c2137;
    border-radius: 5px 5px 0px 0px;
    padding: 40px 45px 65px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider .sc-slider-item img {
    margin-bottom: 23px;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider .sc-slider-item .sc-slider-text .title {
    margin-bottom: 5px;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider .sc-slider-btn {
    position: relative;
    margin-top: -30px;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider .sc-slider-btn .sc-white-btn-two {
    display: block;
    margin: 0 24px;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider:hover .sc-slider-item {
    background: #ffffff;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider:hover .sc-slider-text .title {
    color: #03041c!important;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider:hover .sc-slider-text .sub-title {
    color: #595b5e!important;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider:hover .sc-slider-btn .sc-white-btn-two {
    color: #ffffff;
}
.sc-team-content-area .sc-team-slider-area .sc-team-slider:hover .sc-slider-btn .sc-white-btn-two::before {
    width: 100%;
}
.sc-team-content-area .sc-team-slider-area .swiper-wrapper {
    padding-bottom: 85px;
}
.sc-team-slider-pages-area .sc-blog-slider {
    padding-top: 190px;
}
.sc-team-slider-pages-area .sc-blog-slider img {
    margin-top: -230px;
    margin-bottom: 25px;
}
.sc-team-slider-pages-area .sc-pages-text-area .sc-team-pages-content-box {
    background: #f0f0f0;
    border-radius: 5px 5px 0px 0px;
    padding: 70px 45px 45px;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-team-slider-pages-area .sc-pages-text-area .sc-slider-item .sc-slider-text {
    margin-bottom: 25px;
}
.sc-team-slider-pages-area .sc-pages-text-area .sc-slider-item .sc-slider-text .title {
    margin-bottom: 5px;
    color: #03041c;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-team-slider-pages-area .sc-pages-text-area .sc-slider-item .sc-slider-text .title:hover {
    color: var(--teal);
}
.sc-team-pages-content-box .sc-page-item {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    background: #f0f0f0;
    border-radius: 5px 5px 0px 0px;
    padding: 40px 45px 65px;
}
.sc-team-pages-content-box .sc-page-item img {
    margin-bottom: 25px;
}
.sc-team-pages-content-box .sc-page-item .sc-slider-text .title {
    margin-bottom: 5px;
    color: #03041c;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-team-pages-content-box .sc-page-item .sc-slider-text .title:hover {
    color: var(--teal);
}
.sc-team-content {
    position: relative;
}
.sc-process-section-area {
    background-color: #ffffff;
}
.sc-process-section-area .sc-heading-area {
    position: relative;
    z-index: 3;
    max-width: 550px;
}
.sc-process-item {
    position: relative;
}
.sc-process-item .process-icon i {
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(3, 4, 27, 0.05);
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 82px;
    text-align: center;
    border-radius: 50%;
    color: var(--teal);
    font-size: 35px;
    margin-bottom: 25px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-process-item .process-icon i:hover {
    background: var(--teal);
    color: #fff;
}
.sc-process-item .sc-process-content .title {
    color: #03041c;
    display: block;
    margin-bottom: 15px;
}
.sc-process-item:hover i {
    background: var(--teal);
    color: #fff;
}
.sc-cta-text p:last-child{
	margin-bottom:1rem!important;
}
.sc-process-content-area {
    position: relative;
    z-index: 3;
}
.sc-cta-section-area {
    position: relative;
    margin-top: -220px;
}
.sc-cta-style-three {
    background: var(--teal);
    padding: 55px 0;
}
.sc-cta-style-three .sc-footer-cta-four :-ms-input-placeholder {
    color: #595b5e !important;
}
.sc-cta-style-three .sc-footer-cta-four ::-ms-input-placeholder {
    color: #595b5e !important;
}
.sc-footer-cta-four .sc-cta-content {
    gap: 20px;
}
.sc-cta-style-four {
    background:var(--blue);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 54px 0;
}
.sc-cta-style-four .sc-footer-cta-four :-ms-input-placeholder {
    color: #595b5e !important;
}
.sc-cta-style-four .sc-footer-cta-four ::-ms-input-placeholder {
    color: #595b5e !important;
}
.sc-cta-content-box {
	background: var(--teal);
}
.sc-cta-content-box .sc-cta-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 80px 39.5px;
    border-radius: 0px 10px 10px 0px;
}
.sc-cta-content-box .sc-cta-content .sc-cta-text {
    margin-right: 375px;
}
.sc-footer-cta .sc-cta-image {
    flex: 0 0 29%;
}
.sc-footer-cta .sc-cta-content {
    flex: 0 0 71%;
}
.sc-company-section-area {
    background: #f0f0f0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 225px;
}
.sc-project-section-area {
    position: relative;
}
.sc-project-section-area.nagetive-margin {
    margin-top: -190px;
}
.sc-project-item {
    position: relative;
    transition: 0.4s;
    overflow: hidden;
}
.sc-project-item img {
    border-radius: 5px;
}
.sc-project-item::before {
    content: "";
    position: absolute;
    background: var(--teal);
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    bottom: -100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-project-item .sc-project-content-box .sc-project-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.sc-project-item .sc-project-content-box .sc-project-icon i {
    color: var(--teal);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transform: rotate(0deg);
}
.sc-project-item .sc-project-content-box .sc-project-icon i:hover {
    transform: rotate(-45deg);
}
.sc-project-item .sc-project-content-box .sc-project-text {
    position: absolute;
    bottom: 30px;
    left: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.sc-project-item .sc-project-content-box .sc-project-text h4 {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    color: #fff;
}
.sc-project-item .sc-project-content-box .sc-project-text a::hover {
    opacity: 0.5;
}
.sc-project-item .sc-project-content-box .sc-project-text .sub-title {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
}
.sc-project-item .sc-project-content-box .sc-project-text .sub-title::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 2px;
    background: #ffffff;
    left: 0;
    top: 8px;
}
.sc-project-item .sc-project-content-box .sc-project-text .sub-title::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 2px;
    background: #ffffff;
    left: 7px;
    top: 8px;
}
.sc-project-item:hover::before {
    opacity: 0.8;
    visibility: visible;
    bottom: 0;
    border-radius: 5px;
}
.sc-project-item:hover .sc-project-icon, .sc-project-item:hover .sc-project-text {
    opacity: 1;
    visibility: visible;
}
.sc-project-content-style {
    position: relative;
    transition: 0.4s;
    overflow: hidden;
    border: 20px solid #ffffff;
}
.sc-project-content-style::before {
    content: "";
    position: absolute;
    background: var(--teal);
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    bottom: -100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-project-content-style .sc-project-content-box .sc-project-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.sc-project-content-style .sc-project-content-box .sc-project-icon i {
    color: var(--teal);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transform: rotate(0deg);
}
.sc-project-content-style .sc-project-content-box .sc-project-icon i:hover {
    transform: rotate(-45deg);
}
.sc-project-content-style .sc-project-content-box .sc-project-text {
    position: absolute;
    bottom: 30px;
    left: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.sc-project-content-style .sc-project-content-box .sc-project-text a {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    color: #fff;
}
.sc-project-content-style .sc-project-content-box .sc-project-text a::hover {
    opacity: 0.5;
}
.sc-project-content-style .sc-project-content-box .sc-project-text .sub-title {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
}
.sc-project-content-style .sc-project-content-box .sc-project-text .sub-title::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 2px;
    background: #ffffff;
    left: 0;
    top: 8px;
}
.sc-project-content-style .sc-project-content-box .sc-project-text .sub-title::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 2px;
    background: #ffffff;
    left: 7px;
    top: 8px;
}
.sc-project-content-style:hover::before {
    opacity: 0.8;
    visibility: visible;
    bottom: 0;
}
.sc-project-content-style:hover .sc-project-icon, .sc-project-content-style:hover .sc-project-text {
    opacity: 1;
    visibility: visible;
}
.sc-google-map iframe {
    width: 100%;
}
:-ms-input-placeholder {
    color: #d6d7e5 !important;
}
::-ms-input-placeholder {
    color: #d6d7e5 !important;
}
.sc-price-item {
    border: 2px solid #eeeff1;
    padding: 50px 50px 50px;
    margin: 0 13px;
    position: relative;
}
.sc-price-item .sc-price-text {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.sc-price-item .sc-price-text .sc-price {
    margin-bottom: 0;
}
.sc-price-item .sc-content-area .sc-content-list {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.sc-price-item .sc-content-area .sc-content-list .sc-list li {
    margin-bottom: 18px;
}
.sc-price-item .sc-content-area .sc-content-list .sc-list li:last-child {
    margin-bottom: 0;
}
.sc-price-item .sc-content-area .sc-content-list .sc-list li i {
    color: #595b5e;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.sc-price-item .sc-price-btn {
    display: block;
    padding: 15px 35px;
    background: #f0f0f0;
    color: #03041c;
    font-weight: 600;
    transition: all 0.5s;
    border: 2px solid #eeeff1;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}
.sc-price-item .sc-price-btn:after, .sc-price-item .sc-price-btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    border-radius: 50px;
}
.sc-price-item .sc-price-btn:after {
    background-color: transparent;
    z-index: -2;
}
.sc-price-item .sc-price-btn:before {
    background-color: var(--teal);
    z-index: -1;
    width: 0;
}
.sc-price-item .sc-price-btn:hover {
    border-color: transparent;
    color: #fff;
}
.sc-price-item .sc-price-btn:hover:before {
    width: 100%;
}
.sc-price-item .price-shape-two {
    width: 20px;
    height: 107.1%;
    background: #f0f0f0;
    position: absolute;
    top: -22px;
    left: -22px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-price-item .price-shape-one, .sc-price-item .price-shape-three {
    width: 75%;
    height: 20px;
    background: #f0f0f0;
    position: absolute;
    bottom: -22px;
    left: -2px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-price-item .price-shape-one, .sc-price-item .price-shape-three {
    width: 75%;
    height: 20px;
    background: #f0f0f0;
    position: absolute;
    bottom: -22px;
    left: -2px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-price-item .price-shape-one {
    top: -22px;
    bottom: auto;
}
.sc-price-item.sc-price-active .price-shape-one, .sc-price-item.sc-price-active .price-shape-two, .sc-price-item.sc-price-active .price-shape-three, .sc-price-item:hover .price-shape-one, .sc-price-item:hover .price-shape-two, .sc-price-item:hover .price-shape-three {
    background: var(--teal);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}
.sc-price-item.sc-price-active .sc-price-btn, .sc-price-item:hover .sc-price-btn {
    color: #fff;
}
.sc-price-item.sc-price-active .sc-price-btn::before, .sc-price-item:hover .sc-price-btn::before {
    width: 100%;
}
.sc-project-filter {
    margin-bottom: 30px;
}
.sc-project-filter button {
    background: var(--teal);
    color: #fff;
    border: none;
    color: #0f0f11;
    padding: 12px 24px;
    border: none;
    font-weight: 600;
    margin-right: 10px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border: none;
}
.sc-project-filter button::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #eef0f1;
    bottom: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    z-index: -1;
}
.sc-project-filter button.active, .sc-project-filter button:hover {
    color: #fff;
}
.sc-project-filter button.active::before, .sc-project-filter button:hover::before {
    background-color: var(--teal);
    height: 100%;
}
.sc-project-filter button:last-child {
    margin-right: 0px;
}
.sc-page-error {
    padding-bottom: 230px;
}
.sc-page-error .error-text {
    color: #102d47;
    text-align: center;
}
.sc-page-error .error-text .error-code {
    font-size: 100px;
    color: #102d47;
    position: relative;
}
.sc-page-error .error-text .error-code:after {
    position: absolute;
    content: "";
    background: #eee;
    height: 1px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
}
.sc-page-error .error-text h3.error-message {
    color: #102d47;
}
.sc-page-error .error-text form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.sc-page-error .error-text form input {
    border: 1px solid #ddd;
    color: #444444;
    padding: 10px 17px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 30px;
}
.sc-page-error .error-text form button {
    background: transparent;
    border: medium none;
    color: #666666;
    padding: 11px 16px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 10;
    font-size: 20px;
    outline: none;
    border-radius: 25px;
}
.sc-accordion-section-area {
    background: #f0f0f0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 275px;
    margin-top: -175px;
}
.sc-accordion-section-area .sc-essential-image img {
    position: relative;
    z-index: 3;
}
.sc-faq-style .accordion-item {
    border: none;
    margin-bottom: 20px;
    padding: 8px 0;
    background: #ffffff;
    box-shadow: 0px 1px 4px rgba(3, 4, 27, 0.06);
}
.sc-faq-style .accordion-item .accordion-header {
    position: relative;
}
.sc-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    background: #ffffff;
    padding: 18px 25px;
    color: #03041c;
    font-weight: 600;
    position: relative;
    font-family: "Poppins", sans-serif;
}
.sc-faq-style .accordion-item .accordion-header .accordion-button:before {
    position: absolute;
    top: 25px;
    right: 25px;
    content: "\e902";
    font-family: "icomoon" !important;
    color: #595b5e;
    font-size: 8px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #03041c;
    box-shadow: none;
}
.sc-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
    transform: rotate(-180deg);
}
.sc-faq-style .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}
.sc-faq-style .accordion-item .accordion-header .accordion-button:after {
    display: none;
}
.sc-faq-style .accordion-item .accordion-body {
    padding: 15px 25px 25px;
}
.sc-faq-style .accordion-item .accordion-body strong {
    font-size: 16px;
    color: #595b5e;
    font-weight: 400;
}
.sc-faq-style3 .accordion-item {
    border: none;
    margin-bottom: 20px;
    padding: 8px 25px;
    background: #f0f0f0;
    border-radius: 2px;
    box-shadow: none;
}
.sc-faq-style3 .accordion-item .accordion-header .accordion-button {
    background: transparent;
    font-size: 20px;
    padding: 18px 0;
    color: #03041c;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid transparent;
}
.sc-faq-style3 .accordion-item .accordion-header .accordion-button:before {
    position: absolute;
    top: 18px;
    right: 25px;
    content: "\e923";
    font-family: "icomoon" !important;
    font-weight: 400;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-faq-style3 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #03041c;
    box-shadow: none;
    border-bottom: 1px solid #e6e6e6;
    color: var(--teal);
}
.sc-faq-style3 .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
    content: "\e91f";
}
.sc-faq-style3 .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}
.sc-faq-style3 .accordion-item .accordion-header .accordion-button:after {
    display: none;
}
.sc-faq-style3 .accordion-item .accordion-body {
    padding: 15px 0 25px;
}
.sc-faq-style3 .accordion-item .accordion-body strong {
    font-size: 16px;
    color: #595b5e;
    font-weight: 400;
}
.sc-accordion-style-two {
    margin-top: 0;
    padding-top: 100px;
}
.sc-breadcrumb-style h2 {
    font-weight: 700;
    font-size: 70px;
	margin-bottom:0;
    line-height: 1.2;
}
.sc-breadcrumb-style:after {
    display:block;
    content:' ';
    background:#0c2137;
    opacity:.4;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
.sc-breadcrumb-style {
    background: url(../images/bg/breadcrumb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.fleet-page.sc-breadcrumb-style {
    background: url(../images/bg/breadcrumb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}
.sc-breadcrumb-style .sc-slider-subtitle {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding: 9px 22px 5px;
    border-left: 2px solid var(--teal);
    margin-bottom: 18px;
}
.sc-global-section-area {
    background: var(--blue);
    padding-top: 225px;
    position: relative;
    margin-top: -125px;
}
.sc-global-section-area a{color:#2da4c2!important;}
.sc-global-section-area p a{color:#39d0f6!important;}
.sc-global-style-two {
    margin-top: 0;
    padding-top: 100px;
}
.sc-global-item .sc-heading-area .active {
    color: var(--teal);
    font-style: italic;
}
.sc-global-item .sc-global-content-box .sc-global-icon {
    min-width: 195px;
    height: 195px;
    line-height: 195px;
    background: #0c2137;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
}
.sc-global-item .sc-global-content-box .sc-global-text .sub-title {
    color: #d6d7e5;
    display: block;
    margin-bottom: 20px;
    transition: 0.4s;
}
.sc-global-item .sc-global-content-box .sc-global-text .sub-title:hover {
    color: #fff;
}
.sc-global-item .sc-global-content-box .sc-global-text .des {
    color: #d6d7e5;
}
.sc-global-item .content-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sc-global-image {
    position: relative;
}
.sc-global-image .sc-images2 {
    position: absolute;
    bottom: 45px;
    left: 35px;
}
.sc-testimonial-section-two {
    background:#f0f0f0;
}
.sc-testimonial-section-six {
    background: #ffffff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    position: relative;
}
.sc-testimonial-section-six .sc-test-item {
    border: 2px solid #eeeff1;
    border-radius: 5px;
}
.sc-testimonial-section-six .swiper-button-next, .sc-testimonial-section-six .swiper-button-prev {
    transition: 0.6s;
    visibility: visible;
    opacity: 1;
}
.sc-testimonial-section-six .swiper-button-next:after, .sc-testimonial-section-six .swiper-button-prev:after {
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    font-size: 15px;
    background: #fff;
    min-width: 54px;
    box-shadow: none;
    color: #595b5e;
    height: 40px;
    line-height: 40px;
    border-radius: 0px 20px 20px 0px;
    border: 2px solid #eeeff1;
    display: inline-block;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-testimonial-section-six .swiper-button-next:hover:after, .sc-testimonial-section-six .swiper-button-prev:hover:after {
    background: var(--teal);
    border-color: var(--teal);
    color: #fff;
}
.sc-testimonial-section-six .swiper-button-prev:after {
    border-radius: 20px 0 0 20px;
}
.sc-testimonial-section-six .swiper .swiper-button-prev {
    left: auto;
    right: 110px;
}
.sc-testimonial-section-six .swiper .swiper-button-next {
    right: 43px;
}
.sc-testimonial-section-six .sc-pagination-active-30 {
    margin-left: -28px;
    margin-right: -28px;
    padding: 0 28px;
    padding-top: 150px;
    margin-top: -150px;
}
.sc-testimonial-section-six .sc-pagination-active-30.sc-blog-slider .swiper-button-next, .sc-testimonial-section-six .sc-pagination-active-30.sc-blog-slider .swiper-button-prev {
    top: 5%;
}
/* .sc-testimonial-section-four { */
    /* background-image: url(../images/bg/team-bg-three.jpg); */
    /* background-position: center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* position: relative; */
/* } */
.sc-test-item {
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(62, 68, 90, 0.04);
    padding: 35px 35px 40px;
    visibility: visible;
}
.sc-test-item .sc-testimonial-text {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.sc-test-item .sc-testimonial-text img {
    margin-bottom: 25px;
}
.sc-slider-content-area .sc-testimonial-content .des {
    font-size: 24px;
    line-height: 1.8;
}
.sc-heading-area .active {
    color: var(--teal);
}
.sc-blog-date-box {
    display: flex;
    position: relative;
    margin-top: -30px;
    box-shadow: 0px 1px 4px rgba(3, 4, 27, 0.06);
    align-items: flex-end;
    height: 45px;
}
.sc-blog-date-box .sc-blog-social {
    position: relative;
    padding-bottom: 9px;
    background: #fff;
    padding: 9px 20px;
}
.sc-blog-date-box .sc-blog-social ul li {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 15px;
}
.sc-blog-date-box .sc-blog-social ul li:last-child {
    margin-right: 0;
}
.sc-blog-date-box .sc-date-box span i {
    margin-top:18px;
}
.sc-blog-date-box .sc-date-box {
    background: var(--teal);
    display: inline-block;
    position: relative;
    min-width: 70px;
    height: 80px;
    padding-top: 8px;
    text-align: center;
    margin-top: -18px;
}
.sc-blog-date-box .sc-date-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #ff6977;
}
.sc-blog-date-box .sc-date-box .title {
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    margin-bottom: 0;
}
.sc-blog-style2 .sc-blog-date-box {
    position: relative;
    margin: -58px 20px 0;
    margin-left: 12px;
}
.sc-blog-style2 .sc-blog-text {
    background: #f0f0f0;
    padding: 25px 20px 0px;
    margin-bottom: 0;
    margin-top: 25px;
    position: relative;
    border-left: 3px solid #595b5e;
}
.sc-blog-style2 .sc-blog-btn {
    margin-top: 20px;
}
.sc-blog-style2 .sc-blog-btn .sc-transparent-btn {
    margin-bottom: -30px;
    background: #fff;
}
.sc-blog-slider .sc-blog-style2 {
    padding-bottom: 24px;
}
.sc-footer-section {
    background-color: var(--blue);
}
.sc-footer-section .footer-logo img {
    /* height: 40.5px; */
}
.sc-footer-section h5, .sc-footer-section p, .sc-footer-section a {
    color: rgba(255, 255, 255, 0.8);
}
.sc-footer-section .sc-contact-number {
    padding-top: 18px;
}
.sc-footer-section .sc-contact-number .icon-phone {
    width: 58px;
    height: 61px;
    background: var(--teal);
    text-align: center;
    line-height: 61px;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    font-size: 35px;
    margin-right: 24px;
}
.sc-footer-section .sc-contact-number .icon-phone.white-bg-color {
    background: #fff;
    color: var(--teal);
}
.sc-footer-section .sc-contact-number .contact-number {
    color: #d6d7e5;
    font-weight: 500;
}
.sc-footer-section .sc-contact-number .number {
    display: block;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    font-size: 20px;
}
.sc-footer-section .sc-contact-number .number:hover {
    color: var(--teal);
}
.sc-footer-section .footer-title {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}
.sc-footer-section .footer-about .about-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sc-footer-section .footer-about .about-icon li {
    display: inline-block;
    padding-right: 5px;
}
.sc-footer-section .footer-about .about-icon li i {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 42px;
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    font-size: 16px;
}
.sc-footer-section .footer-about .about-icon li i:hover {
    background: #fff;
    color: var(--teal);
}
.sc-footer-section .footer-about .about-icon li:last-child {
    margin-right: 0;
}
.sc-footer-section .footer-menu-area .footer-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sc-footer-section .footer-menu-area .footer-menu-list li {
    padding-bottom: 12px;
}
.sc-footer-section .footer-menu-area .footer-menu-list li:last-child {
    padding-bottom: 0;
}
.sc-footer-section .footer-menu-area .footer-menu-list li a {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.sc-footer-section .footer-menu-area .footer-menu-list li a:hover {
    color: var(--teal);
}
.sc-footer-section .copyright-area {
	background:#0c2137;
    border-top: 1px solid rgba(217, 217, 217, 0.2);
    padding: 20px 0;
}
.sc-footer-section .copyright-area .copyright-text a, .sc-footer-section .copyright-area .copyright-text p {
    color: #D6D7E;
    margin: 0;
}
.sc-footer-section .copyright-area .copyright-text a:hover {
    color: var(--teal);
}
.footer-bg-image2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-bg-image2 {
}
.sc-recent-post .recent-image {
    max-width: 90px;
}
.sc-recent-post .recent-image img {
    border-radius: 4px;
}
.sc-recent-post .post-date {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    color: #d6d7e5;
    display: block;
    margin-bottom: 10px;
}
.sc-recent-post .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.sc-recent-post .recent-text {
    padding-left: 20px;
}
.sc-google-map {
    position: relative;
    top: 10px;
}
@media only screen and (min-width: 992px) {
    .lg-fl-right{
        float:right;
    }
}
@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1340px;
    }
}
@media only screen and (max-width: 1520px) {
    .sc-slider-section .swiper-pagination {
        left: 24px;
    }
    .sc-cta-content-box .sc-cta-content .sc-cta-text {
        margin-right: 180px;
    }
}
@media only screen and (max-width: 1440px) {
    .sc-price-item {
        padding: 50px 35px 50px;
    }
    .sc-arrow-btn .swiper .swiper-button-next {
        right: 22%;
    }
    .sc-arrow-btn .swiper .swiper-button-prev {
        left: 60%;
    }
    .sc-blog-date-box .sc-date-box {
        margin-right: 0;
    }
    .sc-blog-date-box .sc-blog-social ul li {
        font-size: 12px;
        margin-right: 10px;
    }
    .sc-slider-section.sc-slider-style3 .slider-title {
        font-size: 48px;
    }
    .sc-footer-section .sc-contact-number .number {
        font-size: 17px;
    }
    .sc-footer-section .sc-contact-number .icon-phone {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 1366px) {
    .sc-cta-content-box .sc-cta-content .sc-cta-text {
        margin-right: 170px;
    }
    .sc-blog-text h4 {
        font-size: 20px;
    }
    .sc-recent-post .title {
        font-size: 15px;
    }
    .sc-ipade-pr-0 {
        padding-right: 0;
    }
    .sc-heading-area .title {
        font-size: 40px;
        line-height: 1.3;
    }
    .sc-slider-content-area .sc-testimonial-content .des {
        font-size: 25px;
    }
    .sc-team-content-area .sc-team-slider-area .sc-team-slider .sc-slider-btn .sc-white-btn-two {
        padding: 17px 20px;
    }
    .sc-cta-content-box .sc-cta-content {
        padding: 60px 50px 43.5px;
    }
    .sc-cta-content-box .sc-cta-content .sc-cta-text {
        margin-right: 120px;
    }
    .sc-cta-text h2 {
        font-size: 35px;
    }
    .sc-cta-style-four .sc-secondary-btn-two {
        padding: 17px 14px;
    }
    .sc-cta-section-area .sc-cta-content-box .sc-cta-content {
        padding: 45px 50px 28.5px;
    }
}
@media only screen and (max-width: 1199px) {
    .sc-main-menu > ul > li {
        margin-right: 30px;
    }
    .sc-header-section .header-btn .sc-primary-btn {
        padding: 13px 15px;
    }
    .sc-service-text h4 {
        font-size: 19px;
    }
    .sc-services-style3 .sc-transparent-btn {
        padding: 13px 25px;
    }
    .sc-services-style3 .service-title a {
        font-size: 18px;
    }
    .sc-price-item {
        padding: 50px 20px 50px;
    }
    .sc-arrow-btn .swiper .swiper-button-prev {
        left: 70%;
    }
    .sc-arrow-btn .swiper .swiper-button-next {
        right: 10%;
    }
    .sc-cta-content-box .sc-cta-content {
        padding: 35px 30px 26.5px;
    }
    .sc-cta-section-area .sc-cta-content h2 {
        font-size: 26px;
    }
    .sc-slider-content-area .sc-testimonial-content .des {
        font-size: 22px;
        line-height: 1.8;
    }
    .sc-heading-area .title {
        font-size: 36px;
    }
    .sc-blog-style2 .sc-blog-date-box {
        margin-left: 8px;
        margin-right: 8px;
    }
    .sc-blog-date-box .sc-date-box {
        min-width: 60px;
    }
    .sc-blog-date-box .sc-blog-social ul li {
        font-size: 11px;
        margin-right: 8px;
    }
    .sc-blog-date-box .sc-date-box {
        margin-right: 0;
    }
    .sc-about-area .sc-about-content-style {
        padding-left: 50px;
    }
    .sc-project-item img {
        width: 100%;
    }
    .sc-global-image .sc-images2, .sc-topbar-section .sc-header-content-right .sc-header-date .sc-date li, .sc-topbar-section .sc-header-content-left ul li:last-child {
        display: none;
    }
    .sc-service-style-three {
        padding-left: 18px;
        padding-right: 18px;
    }
    .sc-team-content-area .sc-team-slider-area {
        margin-right: -30px;
    }
    .sc-project-content-style img {
        width: 100%;
    }
    .sc-header-style1 .sc-topbar-section, .sc-header-style1 .sc-header-content {
        padding-left: 190px;
    }
    .sc-header-section .sc-main-logo {
        width: 170px;
        padding: 0 20px;
        height: 117px;
    }
    .sc-slider-style1 .sc-main-slider .container {
        padding-top: 140px;
        padding-bottom: 145px;
    }
    .sc-slider-style1 .sc-main-slider .slider-title {
        font-size: 45px;
    }
    .sc-slider-section .swiper-pagination {
        left: 8px;
    }
    .sc-slider-section .sc-slider-content {
        max-width: 445px;
    }
    .sc-cta-content-box .sc-cta-content .sc-cta-text {
        margin-right: 105px;
    }
    .sc-cta-btn .sc-secondary-btn {
        min-width: max-content;
    }
    .sc-cta-estimate {
        min-width: 145px;
        padding: 17px 25px;
    }
    .sc-cta-section-area .sc-cta-content-box .sc-cta-content {
        padding: 35px 30px 22.5px;
    }
    .sc-footer-service, .sc-footer-recent {
        padding-top: 40px;
    }
    .sc-price-item {
        padding: 50px 15px 50px;
    }
    .sc-price-item .sc-content-area .sc-content-list .sc-list li {
        font-size: 15px;
    }
    .sc-price-item .sc-content-area .sc-content-list .sc-list li i {
        font-size: 19px;
    }
    .sc-price-item .price-shape-two {
        height: 107.2%;
    }
    .sc-service-section-four .sc-service-style-three .title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .sc-services-style3 .sc-services-icon i {
        width: 80px;
        height: 80px;
        line-height: 60px;
        font-size: 25px;
    }
    .sc-services-style3 .sc-service-text {
        padding-left: 40px;
        padding-top: 20px;
    }
    .sc-service-style-four {
        padding: 35px 15px 25px;
    }
}
@media only screen and (min-width: 992px) {
    .sc-product-offcanvas-area .sc-canva-button, .sc-product-offcanvas-area .mobile-navbar-menu {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .sc-essential-image {
        text-align: start !important;
    }
    .sc-lg-hide, .sc-footer-cta .sc-cta-image, .sc-offcanvas-icon-list, .sc-product-offcanvas-area .sc-offcanvas-list-info, .sc-topbar-section .sc-header-content-left ul li:last-child {
        display: none;
    }
    .sc-menu-select-box .sc-hambagur-icon, .sc-about-section-two .sc-about-content-area {
        display: block !important;
    }
    .sc-about-section-two::before, .sc-about-section-two .sc-about-text-box, .sc-about-section-two .sc-about-bg-image {
        width: 100%;
    }
    .sc-accordion-section-area {
        padding-top: 255px;
    }
    .sc-footer-cta .sc-cta-content {
        flex: 0 0 100%;
    }
    .sc-topbar-section .sc-header-content-left ul li::before {
        display: none;
    }
    .sc-blog-text h4 {
        font-size: 18px;
    }
    .sc-arrow-btn .swiper .swiper-button-prev {
        left: 76%;
    }
    .sc-global-style-two {
        padding-top: 80px;
    }
    .sc-team-style-three {
        padding-top: 80px;
    }
    .sc-blog-date-box .sc-date-box {
        margin-right: 0;
    }
    .sc-breadcrumb-style h1 {
        font-size: 55px;
    }
    .sc-about-area .sc-about-content-style {
        padding-left: 0;
    }
    .slider-bg-image3 {
        background-position: left center;
    }
    .sc-slider-section.sc-slider-style3 .sc-slider-content::before {
        left: 20px;
    }
    .slider-bg-image3 .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .sc-team-style-two .sc-slider-text h4 {
        font-size: 20px;
    }
    .sc-team-content-area .sc-team-slider-area .sc-team-slider .sc-slider-btn .sc-white-btn-two {
        font-size: 14px;
    }
    .sc-global-image {
        text-align: start !important;
    }
    .sc-about-group-image .sc-group {
        right: 0;
    }
    .sc-header-style1 .sc-header-content {
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .sc-slider-style1 .sc-main-slider .container {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .sc-global-section-area {
        margin-top: 0;
        padding-top: 80px;
    }
    .sc-accordion-style-two {
        padding-top: 80px;
    }
    .sc-testimonial-section-six {
        padding-top: 80px;
    }
    .sc-footer-recent, .sc-footer-service {
        padding-top: 0;
    }
    .sc-page-error {
        padding-bottom: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .sc-footer-section .footer-about .about-icon li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .sc-footer-cta .sc-cta-content {
        display: block !important;
    }
    .sc-price-bottom {
        margin-bottom: 70px;
    }
    .sc-service-style-four {
        padding: 35px 25px 25px;
    }
    .sc-arrow-btn .swiper .swiper-button-next {
        right: 5%;
    }
    .sc-header-content-right {
        display: none !important;
    }
    .sc-blog-style2 .blog-img img {
        width: 100%;
    }
    .sc-faq-style3 .accordion-item .accordion-header .accordion-button:before {
        right: 0;
    }
    .sc-faq-style3 .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
    .sc-header-content-left {
        text-align: center;
    }
    .sc-long-width, .sc-blog-section-area .blog-img img {
        width: 100%;
    }
    .footer-menu-area {
        padding-left: 0;
        padding-top: 0;
    }
    .footer-menu-area-left {
        padding-top: 0;
    }
    .sc-team-content-area {
        display: block !important;
    }
    .sc-team-content-area .sc-team-left-content {
        width: 100%;
        margin-bottom: 40px;
    }
    .sc-team-content-area .sc-team-slider-area {
        width: 150%;
    }
    .sc-team-style-two {
        margin-top: 0;
        padding-top: 75px;
    }
    .sc-slider-section.sc-slider-style3 .slider-title {
        font-size: 40px;
    }
    .slider-bg-image3 .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .sc-team-content-area .sc-team-slider-area {
        width: 100%;
    }
    .sc-pagination-active-30 {
        margin-left: 0;
        margin-right: 0;
    }
    .sc-pagination-active-30 {
        padding: 0;
    }
    .sc-testimonial-section-six .swiper-button-next, .sc-testimonial-section-six .swiper-button-prev {
        display: none !important;
    }
    .sc-global-section-area .sc-global-text h2 {
        font-size: 35px;
    }
    .sc-project-content-style .sc-project-content-box h4 {
        font-size: 18px;
    }
    .sc-project-content-style .sc-project-content-box .sc-project-icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .sc-header-style1 .sc-header-content-left {
        text-align: end !important;
    }
    .sc-header-style1 .sc-header-content-left ul li {
        padding-right: 0;
    }
    .sc-breadcrumb-style h1 {
        font-size: 40px;
    }
    .sc-cta-style-four .sc-secondary-btn-two {
        padding: 17px 25px;
    }
    .sc-footer-recent {
        padding-top: 40px;
    }
    .sc-price-item {
        margin-right: 0;
    }
    .sc-page-error .error-text .error-code {
        font-size: 75px;
    }
    .sc-page-error .error-text h3.error-message {
        font-size: 35px;
    }
    .sc-page-error .error-text .error-code:after {
        width: 525px;
    }
}
@media only screen and (max-width: 575px) {
	.sc-about-section-two .sc-about-text-box {width:100%!important;}
    .sc-footer-cta .sc-cta-content {
        display: block !important;
    }
    .sc-heading-area .title {
        line-height: 1.4;
    }
    .sc-heading-area .title {
        font-size: 28px;
    }
    .sc-services-style3 .sc-services-icon i {
        width: 80px;
        height: 80px;
        line-height: 60px;
        font-size: 25px;
    }
    .sc-services-style3 .sc-service-text {
        padding-left: 40px;
        padding-top: 20px;
    }
    .sc-slider-section .swiper-pagination, .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .sc-price-item .price-shape-two {
        height: 107.1%;
    }
    .sc-project-content-style img {
        width: 100%;
    }
    .sc-slider-section .swiper-pagination {
        left: 10px;
    }
    .sc-global-item .sc-global-content-box .sc-global-icon {
        margin-bottom: 25px;
    }
    .sc-global-section-area {
        padding-top: 80px;
        margin-top: 0;
    }
    .sc-slider-section.sc-slider-style3 .sc-slider-content::before {
        display: none !important;
    }
    .slider-bg-image3 .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sc-header-style1 .container {
        padding-left: 0;
    }
    .sc-page-error .error-text .error-code:after {
        width: 425px;
    }
    .sc-header-section .header-btn .sc-primary-btn {
        padding: 13px 13px;
    }
}
@media only screen and (max-width: 480px) {
    .sc-global-content-box, .slider-btn-area, .sc-about-item, .sc-services-style3 {
        display: block !important;
    }
    .sc-faq-style .accordion-item .accordion-header .accordion-button, .sc-about-content-style .sc-heading-area .description, .sc-slider-content-area .sc-testimonial-content .des {
        font-size: 18px;
    }
    .sc-services-style3 .sc-service-text {
        padding-top: 95px;
    }
    .sc-services-style3 .sc-service-text {
        padding-left: 0;
    }
    .sc-services-style3 .sc-services-icon {
        left: 15px;
        top: 0;
    }
    .sc-price-item {
        padding: 50px 8px 50px;
    }
    .sc-header-style1 .sc-header-content {
        padding-top: 10px!important;
        padding-bottom: 10px!important;
    }
    .sc-header-section .sc-main-logo {
        height: 103px;
        line-height: 103px;
    }
    .sc-header-section .header-btn .sc-primary-btn {
        display: none !important;
    }
    .sc-services-style3 .sc-service-image img {
        width: 100%;
    }
    .sc-blog-date-box .sc-date-box {
        margin-right: 0;
    }
    .sc-faq-style3 .accordion-item .accordion-header .accordion-button {
        font-size: 17px;
    }
    .sc-faq-style3 .accordion-item .accordion-header .accordion-button:before {
        right: -10px;
    }
    .sc-topbar-section .sc-header-content-left ul li:first-child {
        padding-bottom: 5px;
    }
    .sc-topbar-section .sc-header-content-left ul li {
        display: block;
        padding: 0;
    }
    .sc-menu-select-box .sc-hambagur-icon {
        margin-right: 0;
    }
    .sc-blog-date-box .sc-blog-social {
        padding: 9px 4px;
    }
    .sc-slider-section .sc-slider-content .slider-desc {
        font-size: 16px;
    }
    .sc-slider-section.sc-slider-style3 .slider-title {
        font-size: 27px;
    }
    .slider-btn-area {
        display: flex !important;
    }
    .sc-slider-section.sc-slider-style3 .sc-white-btn {
        padding: 14px 18px;
    }
    .sc-slider-section.sc-slider-style3 .sc-transparent-btn {
        padding: 11.5px 18px;
    }
    .sc-heading-area .title {
        font-size: 25px;
    }
    .sc-slider-section.sc-slider-style3 .sc-slider-content {
        padding: 35px 0 32px 20px;
    }
    .slider-btn-two {
        display: block !important;
    }
    .sc-slider-style1 .sc-main-slider .slider-title {
        font-size: 35px;
    }
    .slider-btn-area .video-iconarea {
        padding-left: 0;
        margin-top: 15px;
    }
    .sc-test-item {
        padding: 35px 9px 40px;
    }
    .sc-header-section .sc-main-logo {
        width: 160px;
        padding: 0 16px;
    }
    .sc-header-style1 .sc-topbar-section, .sc-header-style1 .sc-header-content {
        padding-left: 176px;
    }
    .sc-cta-content-four {
        display: block !important;
    }
    .sc-blog-date-box .sc-blog-social ul li {
        font-size: 10px;
    }
    .sc-filter-top {
        margin-top: 15px;
    }
    .sc-faq-style .accordion-item .accordion-header .accordion-button {
        font-size: 17px;
    }
    .sc-white-btn {
        padding: 15px 35px;
    }
    .sc-product-offcanvas-area {
        width: 300px;
    }
    .sc-page-error .error-text .error-code {
        font-size: 55px;
    }
    .sc-page-error .error-text h3.error-message {
        font-size: 25px;
    }
    .sc-page-error .error-text .error-code:after {
        width: 270px;
    }
}
@media only screen and (max-width: 374px) {
    .sc-header-section .sc-main-logo {
        width: 136px;
        padding: 0 12px;
    }
    .sc-header-style1 .sc-topbar-section, .sc-header-style1 .sc-header-content {
        padding-left: 135px;
    }
    .sc-page-error .error-text form input {
        max-width: 280px;
    }
    .sc-page-error .error-text form button {
        right: 20px;
    }
}
@media only screen and (max-width: 1399px) {
	.sc-about-section-two .sc-about-text-box {width:570px}
    .sc-header-style1 .sc-main-menu > ul > li {
        margin-right: 11px;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	    .sc-team-content-area .sc-team-left-content {
        width: 100%;
		max-width:935px;
		padding-left:0;padding-right:0;
		box-sizing:border-box;
        margin-bottom: 40px;
    }
	.sc-team-content-area .sc-team-slider-area {width:965px;margin:0;padding-left:0;}
}
@media only screen and (max-width: 1199px) {
	.sc-about-section-two .sc-about-text-box{
		width:480px;
	}
    .sc-header-style1 .sc-main-menu > ul > li {
        margin-right: 6px!important;
    }
}
@media only screen and (min-width:992px) and (max-width: 1199px) {
    .sc-header-style1 .sc-main-menu > ul > li {
        margin-bottom:-2px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    .sc-team-content-area .sc-team-left-content {
        width: 100%;
		max-width:695px;
		padding-left:0;padding-right:0;
		box-sizing:border-box;
        margin-bottom: 40px;
    }
	.sc-team-content-area .sc-team-slider-area {width:725px;margin:0;padding-left:0;}
}
@media only screen and (max-width:991px)  {
.sc-about-section-two .sc-about-text-box {width:720px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;}
    .sc-header-style1 .sc-header-content {
        padding-top: 3px;
        padding-bottom: 1px;
    }
}
.dark-bg-color {
    background:var(--blue);
}
.dark-bg-color  p a{color:#2da4c2!important;}
.form-section{
    background:#0c2137;
}
.cities {
    list-style-type: none;
    line-height: 1.7em;
    padding:0;
    margin:0;
    border-top:1px solid #0c2137;
    border-left:1px solid #0c2137;
}
.cities:after {
    content: ' ';
    display: block;
    clear: both;
}
.cities li {
    width: 20%;
    float: left;
    padding: 12px 4px;
    text-align:center;
    box-sizing: border-box;
    border-right:1px solid #0c2137;
    border-bottom:1px solid #0c2137;
    display:block;
}
@media screen and (max-width:1199px) {
    .cities li {
        width: 25%;
    }
}
@media screen and (max-width:991px) {
    .cities li {
        width: 33.333%;
    }
}
@media only screen and (max-width: 767px) {
    .cities li {
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .cities li {
        width: 100%;
    }
}