
:root {
	--color1: #37384A;
	--color2: #B13694;
	--theme-border-radius:5px;
--title-color: #27477d;
--title-color2: #000000;
--body-color: #888c92;
--body-color2: #555555;
--secondary-color: #cdf8ff;
--smoke-color: #f3f6f7;
--light-color: #afafaf;
--black-color: #000000;
--dark-color: #060d0f;
--white-color: #ffffff;
--yellow-color: #fec624;
--success-color: #28a745;
--error-color: #dc3545;
--border-color: rgba(0, 0, 0, 0.10);
--title-font: "Inclusive Sans", sans-serif;
--body-font:"Inclusive Sans", sans-serif;
--subtitle-font: "Dancing Script", cursive;
--icon-font: "Font Awesome 5 Pro";
--flaticon: "Flaticon";
--ripple-ani-duration: 5s
}

.home-five {
    --theme-color:  var(--color1);
    --title-color: #000000;
    --body-color: #555555
}
section.home_banner {
    min-height: 650px;
    display: flex;
    position: relative;
    background-position: center;
    align-items:center;
    background-repeat: no-repeat;
    background-size: cover;
}
.g-recaptcha {
    display: none;
}
section.home_banner:before {
    content: '';
    position: absolute;
    background: #000000a1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.6;
}
section.home_banner h1 {
    position: sticky; 
    color: #fff;
}
.sticky-active {
    border-bottom: 1px solid var(--color1);
}
.sticky-active.active {
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom-color: #ffffffab;
}
section.home_banner p {
    color: #fff;
    position: sticky;
    font-size: 16px;
    font-weight: 500;
}
.boxed_wrapper {
    overflow: hidden;
}
.footer-widget__links-points-box ul li a {
    color: #fff;
}
.footer-widget__links-points-box ul li a:hover {
    color: #fff;
    text-decoration: underline;
}


.single-sidebar h3 {
    margin-bottom: 20px;
    font-size: 24px;
}
.blog-single-area .sidebar-wrapper .single-sidebar:not(:last-child){
    margin-bottom:30px;
}

.single-sidebar {
    padding: 20px;
    border-radius: var(--theme-border-radius);
    border: 1px solid rgba(56, 56, 56, 0.12);
    height:100%;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.error{
    color: red;
}
label.error{
    display:none !important;
}
input.error,
textarea.error{
    border-color:red !important;
}
.wiki-p h3 {
    display: none;
}

html,
body {
    scroll-behavior: auto !important
}

body {
    font-family:"Inclusive Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}

input:focus {
    outline: none;
    box-shadow: none
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    font-weight: 500
}

td,
th {
    border-top: 1px solid var(--border-color);
    padding: 9px
}

a {
    color: var(--color1);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}

a:hover {
    color: var(--title-color)
}


a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

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

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.5;
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 36px
}

.h3,
h3 {
    font-size: 30px
}

.h4,
h4 {
    font-size: 24px
}

.h5,
h5 {
    font-size: 18px
}

.h6,
h6 {
    font-size: 16px
}

.gx-2px {
    --bs-gutter-x: 2px
}

.form-control {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #e3e3e3;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: var(--theme-border-radius);
    font-weight: 400
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: var(--white-color);
    border-color: #e3e3e3
}

.form-control::-moz-placeholder {
    color: var(--body-color);
    text-transform: capitalize
}

.form-control::-moz-placeholder {
    color: var(--body-color);
    text-transform: capitalize
}

.form-control::placeholder {
    color: var(--body-color);
    text-transform: capitalize
}



.form-control.shadow {
    box-shadow: 0px 10px 38px 2px rgba(0, 0, 0, .05) !important
}

input.form-control::-webkit-outer-spin-button,
input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input.form-control[type=number] {
    -moz-appearance: textfield
}

textarea.form-control {
    padding-top: 20px;
}

label {
    margin-bottom: .6em;
    text-transform: capitalize;
   margin-top: .6em;
   margin-left: 0.5em;
    display: block;
}

.form-group {
    margin-bottom: 12px;
    position: relative
}

@media(min-width:992px){
    .form-group {
        margin-bottom: var(--bs-gutter-x);
    }
}

.form-group>i {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 18px;
    color: var(--color1)
}

.row.no-gutters>.form-group {
    margin-bottom: 0
}

.arrow-wrap .slick-arrow {
    opacity: 0;
    visibility: hidden
}

.arrow-wrap:hover .slick-arrow {
    opacity: 1;
    visibility: visible
}

.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    height: 100%;
    transition: all ease .8s
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 25px;
    padding-top: 40px;
    display: inline-block
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    color: var(--white-color);
    background-color: var(--color1);
    border-radius: 50%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-right: 3px solid var(--color1);
    height: 100%;
    position: relative;
    left: -1000px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper .vs-menu-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 122px;
    background-color: var(--color1);
    opacity: .1;
    z-index: -1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    transition: all ease .8s
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: all ease 1s
}

.vs-mobile-menu {
    overflow-y: scroll;
    max-height: 58vh;
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color)
}

.vs-mobile-menu ul li a:before {
    content: "";
    font-family: var(--icon-font);
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px;
    display: inline-block
}

.vs-mobile-menu ul li ul li {
    padding-left: 20px
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    background-color: var(--color1);
    color: var(--white-color);
    display: inline-block;
    border-radius: 50%
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}

.scrollToTop.show {
    bottom: 60px;
    opacity: 1;
    visibility: visible
}

.scroll-bottom {
    display: inline-block
}
.scroll-bottom i {
    width: 60px;
    height: 70px;
    background-color: var(--color1);
    color: var(--white-color);
    line-height: 70px;
    text-align: center;
    right: 11px;
    bottom: 80px;
    font-size: 1.2em;
    box-shadow: 0 -5px 50px 0 rgba(0, 0, 0, .1);
    transition: all ease .4s;
    position: fixed;
    right: 10px;
    z-index: 99;
    border: 1px solid #fff;
    border-radius:var(--theme-border-radius);
}

.scroll-bottom:hover i {
    background-color: var(--white-color);
    color: var(--color1);
    border: 1px solid #000;
}

.scroll-bottom.show {
    bottom: 0
}

.sec-bottom-btn {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 30px
}

.sec-title {
    color: var(--title-color2);
    margin: 0 0 10px 0
}

.sec-title .inner-text {
    text-decoration: underline;
   color: var(--color1)
}

.sec-subtitle5,
.sec-subtitle4,
.sec-subtitle3 {
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    display: block;
    margin-bottom: 2px
}

.sec-subtitle4 {
    position: relative;
    margin-bottom: 7px;
    margin-top: -0.4em;
    color:#000 !important;
}

.sec-subtitle4.text-white:before {
    background-color: currentColor
}

.sec-line {
    width: 75px;
    height: 3px;
    background-color: var(--color1);
    margin-bottom: 10px;
    display: inline-block
}

.sub-plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--white-color);
    font-size: 18px;
    color: #e4e4e4;
    display: inline-block;
    border-radius: 50%;
    transition: all ease .4s
}
.slick-arrow {
    --arrow-horizontal: -130px;
    width: 60px;
    height: 60px;
    background-color: var(--white-color);
    color: var(--color1);
    text-align: center;
    z-index: 4;
    border-radius: 50%;
}
.slick-slide img {
    display: inline-block;
}
.slick-arrow:hover {
    background-color: var(--color1);
    color: var(--white-color)
}
.media-body {
    flex: 1
}

.font-flaticon {
    font-family: var(--flaticon)
}

.font-icon {
    font-family: var(--icon-font)
}

.font-title {
    font-family: var(--title-font)
}

.font-body {
    font-family: var(--body-font)
}

.font-subtitle {
    font-family: var(--subtitle-font)
}

.fw-light {
    font-weight: 300
}

.fw-normal {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fs-md {
    font-size: 18px
}

.fs-xs {
    font-size: 14px
}

.fs-20 {
    font-size: 20px
}

.fs-12 {
    font-size: 12px
}


.bg-theme {
    background-color: var(--color1) !important
}

.bg-smoke {
    background-color: var(--smoke-color) !important
}

.bg-secondary {
    background-color: var(--secondary-color) !important
}

.bg-white {
    background-color: var(--white-color) !important
}

.bg-black {
    background-color: var(--black-color) !important
}

.bg-title {
    background-color: var(--title-color) !important
}

.bg-light2 {
    background-color: #f5f7ff
}

[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bg-fluid {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center
}

.bg-auto {
    background-size: auto auto
}

.bg-top-right {
    background-position: top right;
    background-size: auto
}

.bg-fixed {
    background-attachment: fixed
}

.bg-box1 {
    shape-size: 545px
}

.text-theme {
    color: var(--color1) !important
}

.text-title {
    color: var(--title-color) !important
}

.text-body {
    color: var(--body-color) !important
}

.text-light {
    color: var(--light-color) !important
}

.text-white {
    color: var(--white-color) !important
}

.text-yellow {
    color: var(--yellow-color) !important
}

.text-success {
    color: var(--success-color) !important
}

.text-error {
    color: var(--error-color) !important
}

.text-inherit {
    color: inherit
}

.text-inherit:hover {
    color: var(--color1)
}

.text-reset:hover {
    color: var(--color1) !important
}

.text-white-light {
    color: rgba(255, 255, 255, .8)
}

[data-overlay] {
    position: relative
}

[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
    z-index: 1
}

[data-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

[data-overlay=theme]:before {
    background-color: var(--color1)
}

[data-overlay=theme3]:before {
    background-color: var(--color1)
}

[data-overlay=title]:before {
    background-color: var(--title-color)
}

[data-overlay=white]:before {
    background-color: var(--white-color)
}

[data-overlay=dark]:before {
    background-color: var(--dark-color)
}

[data-opacity="1"]:before {
    opacity: 0.1
}

[data-opacity="2"]:before {
    opacity: 0.2
}

[data-opacity="3"]:before {
    opacity: 0.3
}

[data-opacity="4"]:before {
    opacity: 0.4
}

[data-opacity="5"]:before {
    opacity: 0.5
}

[data-opacity="6"]:before {
    opacity: 0.6
}

[data-opacity="7"]:before {
    opacity: 0.7
}

[data-opacity="8"]:before {
    opacity: 0.8
}

[data-opacity="9"]:before {
    opacity: 0.9
}

[data-opacity="10"]:before {
    opacity: 1
}



.widget {
    padding: 40px;
    margin-bottom: 30px;
    background-color: var(--smoke-color);
    border-radius: var(--theme-border-radius);
}

.widget_title {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: -0.07em
}



.footer-widget {
    margin-bottom: 34px;
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}
.footer-widget .widget_title {
    position: relative;
    border-left: none;
    font-family: var(--title-font);
    padding-left: 0;
    font-size: 24px;
    margin-top: -0.1em;
    margin-bottom: 32px;
    padding-bottom: 20px;
    color: #fff;
    line-height: 35px;
}

.widget.footer-widget address a {
    padding: 0;
}

.footer-widget .widget_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
}


.footer-media2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.footer-media2:first-of-type {
    padding-top: 5px
}

.footer-media2:last-child {
    margin-bottom: 0
}

.footer-media2 .media-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: var(--white-color);
    font-size: 24px;
    margin-right: 20px
}

.footer-media2 .media-label {
    color: var(--white-color);
    font-size: 16px
}
.footer-media2 address{
    color: #fff !important;
    font-weight: 700 !important;
}
.footer-media2 .media-text {
    color: var(--white-color);
    font-weight: 700;
    margin: 0
}

.footer-media2 .media-text a {
    color: inherit
}
.footer-media2 .media-text a:hover {
    text-decoration: underline
}
.header-wrapper {
    position: relative;
    z-index: 41
}

.main-menu a:hover {
    color: #fff;
    text-decoration:underline;
}

.main-menu>ul>li {
    margin: 0 15px
}

.main-menu>ul>li>a .has-new-lable {
    position: relative
}

.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}


.menu-style4 ul.sub-menu li a:before {
    box-shadow: inset 0px 2px 4px 0px rgba(242, 0, 0, .4)
}

.menu-style4>ul>li {
    margin: 0
}

.menu-style4>ul>li>a {
    padding: 27px 30px;
    font-weight: 500;
    color: var(--white-color);
    position: relative;
    font-size: 18px;
    display:block;
    cursor: pointer;
}

.menu-style4>ul>li>a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #fff;
    height: 16px;
    width: 1px;
    margin: -8px 0 0 0
}

.menu-style4>ul>li:first-child>a {
    padding-left: 0
}

.menu-style4>ul>li:last-child>a {
    padding-right: 0
}

.menu-style4>ul>li:last-child>a::before {
    display: none
}

.header-list1 ul {
    margin: 0 0 0 0
}

.header-list1 li {
    display: inline-block;
    margin-right: 40px
}

.header-list1 li:last-child {
    margin-right: 0
}

.header-list1 a {
    color: var(--title-color);
    font-weight: 600;
    display: block
}
.header-list1 address {
    color: var(--title-color)!important;
    font-weight: 600!important;
    display: block !important;
}

.header-list1 a i {
    color: #000;
    font-size: 28px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    transition: all ease .4s
}
.header-list1 address i {
    color: #000;
    font-size: 28px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
    transition: all ease .4s
}
.header-list1 address:hover,
.header-list1 a:hover,
.header-list1 a:hover i {
    color: var(--color1)
}

.header-layout5 .vs-menu-toggle {
    background-color: var(--white-color);
    color: var(--color1);
    border-radius: 0;
    margin: 15px 0
}

.header-layout5 .menu-area {
    position: relative;
    z-index: 31;
     background-color: var(--color1);
}


section.about-us {
    padding: 70px 0;
}
section.our-services-sec {
    padding: 70px 0;
    background: #f6f6f6;
}

.footer-widget__links-list li {
        padding-bottom: 10px;
}

.footer-layout3 {
    margin-top: 15px
}

.footer-layout3 .widget_title {
    margin-bottom: 35px
}

.footer-layout3 .widget-column {
    padding: 60px 40px 50px 40px;
    border-left: 1px solid #fff ;
}

.footer-layout3 .widget-column:last-child {
    background-color: var(--color1);
    border-left: none;
    position: relative;
    margin-top: -15px;
    height: 520px;
}

.footer-layout3 .widget-column:last-child:before {
    content: "";
    position: absolute;
    left: -25px;
    top: -1px;
    border-bottom: 8px solid var(--color1);
    border-top:9px solid rgba(0, 0, 0, 0);
    border-right: 13px solid var(--color1);
    border-left: 13px solid rgba(0, 0, 0, 0);
    z-index: 1;
    display: inline-block;
    opacity: 0.8;
}

.footer-layout3 .copyright-wrap {
    background-color: var(--color2);
    padding: 8px 0;
    border-top: 1px solid #fff;
}
footer.footer-wrapper.footer-layout3 {
    background-color: var(--color2);
    padding: 0 15px;
}
.footer-layout3 .copyright-wrap a{
    color:#fff !important;
}
.footer-layout3 .copyright-wrap a:hover {
    color: var(--white-color);
    text-decoration: underline;
}
.copyright-wrap p {
    margin-bottom: 0px !important;
}

a.scroll-to-target[data-target="#contactUs"] {
    color: #fff;
}
a.scroll-to-target[data-target="#contactUs"]:hover {
    color: #fff;
    text-decoration: underline;
}
textarea.form-control {
    min-height: 150px !important;
}
.flex-row-reverse {
    margin-top: 30px;
}

.booking-form1 .form-control {
    height: 64px;
    border: 1px solid #b7b7b7;
    background-color: var(--white-color);
    background-image: none;
    box-shadow: 10px 17px 24px 0px rgba(0, 0, 0, .03);
    border-radius: var(--theme-border-radius);
}

.booking-form1 .form-control~i {
    top: 13px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid #b7b7b7;
    color: #777;
    font-size: 24px;
    padding-right: 3px
}
.social-bars p {
    color: #fff;
}
.form-contact {
       padding: 70px 50px; 
}
.testi-wrap1 {
    position: relative;
   padding: 70px 0;
}

.testi-wrap1 .testi-shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-clip-path: polygon(0 32%, 100% 0, 100% 100%, 0 79%);
    clip-path: polygon(0 32%, 100% 0, 100% 100%, 0 79%)
}

.testi-wrap1 .testi-shape2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    opacity: .85
}
.space-md, .space-md-bottom {
    padding: 70px 0;
}
.testi-style1 {
   background-color: var(--color2);
    max-width: 680px;
    text-align: center;
    padding: 80px 80px 120px 80px;
    margin: 0 75px 30px 0;
    position: relative;
}
.testi-style1::before {
    content: "";
    position: absolute;
    right: -33px;
    top: -1px;
    clip-path: polygon(0 0, 0% 100%, 100% 88%);
    width: 33px;
    height: 33px;
    background-color: var(--color2);
    opacity: 0.7;
}

.testi-style1 .testi-icon {
    width: 158px;
    height: 158px;
    line-height: 158px;
    background-color: var(--color1);
    color: var(--white-color);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    margin: 0 auto 58px auto;
    outline: 1px solid var(--white-color);
    outline-offset: -10px
}

.testi-style1 .testi-icon .sub-plus {
    top: 15px;
    right: 3px;
    color: var(--color1)
}

.testi-style1 .testi-text {
    color: #e3e3e3;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 27px 0;
    padding: 0 40px
}

.testi-style1 .testi-name {
    color: var(--white-color);
    font-size: 32px;
    font-weight: 700;
    margin: 0
}

.testi-style1 .testi-arrows {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%)
}

.testi-style1 .testi-arrows .slick-arrow {
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    box-shadow: 10px 17.321px 24px 0px rgba(0, 0, 0, .03);
    border: 1px solid var(--color1);
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
    margin: 0;
    font-size: 20px;
    line-height: 58px
}

.testi-style1 .testi-arrows .slick-arrow:not(:last-child) {
    margin-right: 15px
}

.content-text-area-sec a:hover {
    color: #fff !important;
    text-decoration: underline;
}


section.top-sec {
    padding: 70px 0;
    background: #f6f6f6;
}

.social-bars-title {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 40px
}

.widget.footer-widget address a {
    color: #fff !important;
}

.space-top.space-md-bottom {
   
    background: #F4F4F4F4;
}



.contact-form-area {
    
    padding-bottom: 16px;
}
section.breadcrumb-area.cnct.conttct-us h1 {
    
    display: flex;
    align-items: center;
    color: #fff;
}
section.error-page-area {
    padding: 70px 0;
}
input.btn-one {
    display: flex;
    margin: 0 auto;
     padding: 14px 50px;
    background: var(--color1);
    color: #fff;
    border: 1px solid var(--color1);
    border-radius: 16px;
}
.contact-form-area .contact-form-wraper .contact-form .rts-btn{
        display: flex;
    margin: auto;
}
section.breadcrumb-area.cnct.conttct-us {
    height: 300px;
    background-position: center;
    display: flex;
    align-items: center;
}
section.breadcrumb-area h1 {
    color: #fff;
    position: sticky;
}
section.error-page-area h4 {
    font-size: 42px;
    font-weight: 800;
    padding-bottom: 10px;
}

.btns-box span {
    background: var(--color2);
    color: #fff;
    padding: 10px 40px;
    border: 1px solid var(--color2);
    border-radius: var(--theme-border-radius);
    display:inline-block;
}
.btns-box span:hover {
    border: 1px solid var(--color1);
   background: var(--color1); 

}
section.error-page-area p {
    color: #000;
    font-size: 18px;
}
input.btn-one:hover {
    background: var(--color2);
    border: 1px solid var(--color2);
}
section#clients-section2 {
    padding: 70px 0;
}
section#clients-section2 h4 {
    
    
    font-size: 30px;
    text-align: center;
   
}
section#clients-section2 h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    background: var(--color2);
    color: #fff;
     padding: 10px 0;
}
section#clients-section2 ul li a {
    color: #000;
    font-size: 18px;
}
section#clients-section2 ul li a:hover {
    color: var(--color1);
}

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

.px-10 {
    padding-right: 10px;
    padding-left: 10px
}

.px-15 {
    padding-right: 15px;
    padding-left: 15px
}

.px-20 {
    padding-right: 20px;
    padding-left: 20px
}

.px-25 {
    padding-right: 25px;
    padding-left: 25px
}

.px-30 {
    padding-right: 30px;
    padding-left: 30px
}

.px-35 {
    padding-right: 35px;
    padding-left: 35px
}

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

.px-45 {
    padding-right: 45px;
    padding-left: 45px
}

.px-50 {
    padding-right: 50px;
    padding-left: 50px
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-45 {
    padding-top: 45px;
    padding-bottom: 45px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pt-80 {
    padding-top: 80px
}

.pb-80 {
    padding-bottom: 80px
}

.pt-100 {
    padding-top: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-lg-30 {
    padding-top: 30px
}


.mx-5 {
    margin-right: 5px;
    margin-left: 5px
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-15 {
    margin-right: 15px;
    margin-left: 15px
}

.mx-20 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-25 {
    margin-right: 25px;
    margin-left: 25px
}

.mx-30 {
    margin-right: 30px;
    margin-left: 30px
}

.mx-35 {
    margin-right: 35px;
    margin-left: 35px
}

.mx-40 {
    margin-right: 40px;
    margin-left: 40px
}

.mx-45 {
    margin-right: 45px;
    margin-left: 45px
}

.mx-50 {
    margin-right: 50px;
    margin-left: 50px
}

.my-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.my-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

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

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

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

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

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

.mt-45 {
    margin-top: 45px
}

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

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

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

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mt-n1 {
    margin-top: -0.25rem
}

.mt-n2 {
    margin-top: -0.5rem
}

.mt-n3 {
    margin-top: -1rem
}

.mt-n4 {
    margin-top: -1.5rem
}

.mt-n5 {
    margin-top: -3rem
}

.mb-6 {
    margin-bottom: 6px
}

.mr-135 {
    margin-right: 135px
}

.mt-70 {
    margin-top: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-60 {
    margin-bottom: 60px
}

.mt-60 {
    margin-top: 60px
}

.space,
.space-top {
    padding-top: 70px
}

.space,
.space-bottom {
    padding-bottom: 70px
}

.space-md,
.space-md-top {
    padding-top: 70px
}

.space-md,
.space-md-bottom {
    padding-bottom: 70px
}

ul.ul3 {
    column-count: 3;
}
.btm-cities {
    padding: 70px 0;
}
.btm-cities .text-center h4 {
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 16px;
}
.col-auto.updated-col {
    width: 70%;
}

.col-auto.updated-col ul {
    display: flex;
    justify-content: space-around;
    align-items:center;
}
 address {
    margin-bottom: 0px !important;
}


section.breadcrumb-area {
    height: 500px;
    display: flex;
    position: relative;
    margin-top: -42px;
    background-repeat: no-repeat;
    background-position: center;
    align-items: center;
    background-size:cover;
    
}
.inner-content.clearfix.text-center h1 {
    display: flex;
}
.inner-content.clearfix.text-center p {
    display: flex;
    color: #fff;
    font-size: 26px;
}
.bread-crum a {
    color: #fff;
}
.bread-crum {
    color: #fff;
    display: flex;
    align-items: center;
}
.bread-crum i {
    margin: 0 7px;
}

.text-holder h2 {
    font-size: 32px;
}
.text-holder p {
    font-size: 18px;
    color: #000;
}
.text-holder h4 {
    font-size: 26px;
}
.brd {
    background: var(--color2);
}

section.space {
    padding: 70px 0;
}

footer.footer-wrapper.footer-layout3 .row {
    display: flex;
}
.copyright-wrap img {
    width: 80%;
    height: auto;
}

div#city_section ul li {
    line-height: 30px;
   
}
div#city_section ul {
    column-count: 4;
}

.header-top .row {
    display: flex;
    align-items: center;
}

.widget.footer-widget p {
    color: #fff !important;
}
ul.ul3 li a {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}

ul.ul3 li a:hover {
    color: var(--color1);
}

.contact-form-area h2 {
    font-size: 32px;
    font-weight: 600;
}

div#city_section h3 {
    margin-bottom: 16px;
}


service-circle__lines .line {
    display:none;
}


section.vs-blog-wrapper.space-top.space-md-bottom {
    padding: 60px 0;
}

.widget.footer-widget address a:hover {
    text-decoration: underline;
}

.row.flex-row-reverse p {

    text-align: center;
}

.contact-form-area {
    padding: 70px 0;
}
section.cnct-us-map .container-fluid {
    padding: 0;
}

.contact-form-wraper {
    margin: 20px;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius:var(--theme-border-radius);
   
}
section.breadcrumb-area.cnct.conttct-us:before {
    content: '';
    position: absolute;
    background: #0e0e0e;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.3;
}
section.space-bottom .about-text {
    text-align: left;
}

.rc-anchor-logo-portrait {
    margin: 0px 0 0 0px !important;
}

.slick-active h3 {
    color: #000 !important;
}

.slick-current h3 {
    color: #000 !important;
}

.rts-service-area-one .nav-link[aria-selected=true] .btn-main-wrapper-service-one .icon {
  background: #fff;
}
.rts-service-area-one .nav-link[aria-selected=true] .btn-main-wrapper-service-one .info-main .title {
  color: #fff;
}

div#services {
    background: #fff;
}
.btn-main-wrapper-service-one .info-main p {
    margin-bottom:0px !important;
}

.title-area-left p.pre {
    
    font-family: var(--font-primary);
}
.title-area-left .title {
    font-weight: 700;
    font-size: 40px;
    color: #1F1F25;
}
.rts-service-area-one .nav-link {
    border: 1px solid #EFEFEF;
    padding: 25px;
    
    border-radius: var(--theme-border-radius);
    background-color: transparent !important;
    cursor: pointer;
}
.rts-service-area-one .nav-link:not(:last-child){
    margin-bottom: 20px;
}
.rts-service-area-one .nav-link[aria-selected=true] {
    background-color: var(--color2) !important;
}
.btn-main-wrapper-service-one {
    display: flex;
    align-items: center;
}
.btn-main-wrapper-service-one .icon{
    flex: 0 0 60px;
}
.btn-main-wrapper-service-one .info-main {
    margin-left: 20px;
}
.rts-service-area-one .nav-link[aria-selected=true] .btn-main-wrapper-service-one .info-main .title {
    color: #fff;
}
.btn-main-wrapper-service-one .info-main .title {
    font-weight: 600;
    font-size: 22px;
    
    color: #1F1F25;
    margin-bottom: 5px;
}
.nav-link[aria-selected=true] .btn-main-wrapper-service-one .info-main p{
  color:#fff !important;  
}
.rts-service-area-one .nav-link[aria-selected=true] .btn-main-wrapper-service-one .info-main p {
    font-weight: 400;
    font-size: 16px;
    color: #74787C;
}

.rts-service-area-one a.rts-btn {
    display: block;
    max-width: inherit;
    text-align: center;
}
.rts-service-area-one a.rts-btn::before {
  border-radius: var(--theme-border-radius);
}
.rts-btn {
    background: var(--color1);
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: var(--font-secondary);
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    min-width: max-content;
    border-radius: var(--theme-border-radius);
    border: 1px solid #fff;
}
.rts-btn:active{
    background-color:var(--color1) !important;
    border-color: var(--color1);
}
.rts-service-area-one a.rts-btn::before {
    border-radius: var(--theme-border-radius) !important;
}
.rts-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: var(--theme-border-radius);
}
.service-one-tab-conetnt .thumbnail img {
    width: 100%;
    border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}
.service-one-tab-conetnt .disc {
    padding: 27px 35px;
    background: #F6F6F6;
    border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius);
}
.rts-btn:hover {
    background:var(--color2);
    color: #fff;
    border: 1px solid #fff;
}
.rts-btn:hover::before {
    background: var(--color1);
    transform: scaleX(0);
}
.choose-us-content {
    display: flex;
    flex-direction: column;
    padding: 10px;

}
.choose-us-content h2 {
    font-weight: 700;
    margin-bottom: 24px;
}
.choose-us-content p {
    color: #414141;
}
.choose-us-content .op {
    display:none !important;
}
.left-side-choose {
    display: flex;
    padding: 10px 0;
}
.choose-us-content h4,
.choose-us-content .subtitle
{
    color: var(--color1);
    margin-bottom: 10px;
}
.choose-us .col-lg-5 {
   align-items: center;
    display: flex;
    justify-content: center; 
}
.choose-right-img img {
    border-radius:var(--theme-border-radius);
}
.icon-choose {
    margin-right: 15px;
}

.primary-single-item {
    position: relative;
    border-radius: var(--theme-border-radius);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.27);
    text-align: center;
    border: 1px solid #fff;
}
.front-primary-content {
    height: 100%;
    text-align: center;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index: 2;
    background: var(--color1);
    padding: 75px 35px;
    position: relative;
    transition: 1s;
}
.front-primary-content .front-img {
    margin-bottom: 25px !important;
}
.front-primary-content .front-img img {
    width: 50px;
    height: auto;
}
.primary-single-item h2 {
    font-size: 25px;
    margin: 0;
    min-height: 60px;
}
.front-primary-links {
    background: var(--color2);
    position: absolute;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    text-align: center;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    align-items: center;
    display: grid;
    transition: 1s;
   
}
.front-primary h2 {
    color: #fff !important;
}
.primary-single-item h3 {
    font-size: 20px;
    margin: 0;
    min-height: 30px;
    color: #fff;
}
.front-primary p {
    color: #fff !important;
    margin-bottom: 30px;
}
.services-content a {
    width: fit-content;
}
.services-content h4,
.services-content .subtitle{
    margin-bottom: 10px;
    color:#fff;
}
.services-content p {
   
    color:#fff;
}
.services-content span {
    font-weight: 900;
    color: #fff;
}
.services-content {
    padding: 0 150px 0 50px;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.services-content h2 {
    margin-bottom: 15px;
    color: #fff;
}

.primary-single-item:hover .front-primary-content {
    transform: rotateY(180deg);
    transition: 0.5s;
    z-index: 1;
}
.primary-single-item:hover .front-primary-links {
    transform: rotateY(0deg);
    z-index: 2;
    transition: 0.5s;
}

.services-sec .col-md-4 {
    padding:0px !important;
    display:flex;
}
.services-sec .col-lg-6 {
    
    padding-right: 0;
}
.field-item {
    min-width: 100%;
}

section.services-sec:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #0000005c;
}
.below-header-content {
    display: flex;
    background: var(--color2);
    min-height: 150px;
    padding: 20px;
    border-right: 1px solid var(--color1);
    border-top: 1px solid var(--color1);
    align-items:center;
}
.below-header-sec .col-lg-2 {
    padding:0 !important;
}
.below-header-content h4 {
    color:#fff;
}
.below-header-content img {
     filter: invert(1);
}
.content-list-sec {
    background: var(--color1);
    padding: 0 50px;
    min-height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
.content-block .content-text-area-sec:before {
    content: '';
    position: absolute;
    background: #0b0b0b;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
}
.content-text-area-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 270px;
    justify-content: center;
    align-items: center;
    text-align:center;
}
section.content-block .col-lg-6 {
    padding: 0 0px 0 !important;
   
}
.content-list-sec h4,
.content-list-sec .h4{
    color:#fff;
    font-size:22px;
}
@media(min-width:992px){
    .content-list-sec .h4 {
        font-size:34px;
    }
}
.content-list-sec p{
    color:#fff;
}
.content-text-area-sec p {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.content-text-area-sec a{
    font-size: 40px;
    font-weight: 700;
    color:#fff;
     position: relative;
}

.vs-blog-wrapper {
    background:#f6f6f6;
}

section.bottom-block {
    padding: 70px 0 !important;
}

.rts-section-gap .title-area-center {
    text-align: center;
}
.rts-section-gap .title-area-center p.pre {
    color: var(--color1);
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-bottom:10px;
    text-transform: uppercase;
}
.rts-section-gap .title-area-center p.pre span {
    padding: 3px 7px;
    background: var(--color1);
    border-radius: var(--theme-border-radius);
    color: #fff;
}
.rts-section-gap .title-area-center .title {
    font-weight: 700;
    font-size: 48px;
    color: var(--color2);
    margin-bottom: 30px;
}
.rts-section-gap .rts-single-working-process {
    position: relative;
    min-height: 420px;
    padding: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.rts-section-gap .rts-single-working-process .icon {
    width: 100px;
    height: 100px;
    background: #FEF6ED;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}
.rts-section-gap .rts-single-working-process .content h5 {
        font-size: 20px;
    color: #000;
    font-weight: 700;
    padding-bottom: 20px;

}
.rts-section-gap .rts-single-working-process .icon img {
   
    transition: 0.3s;
}
.rts-single-working-process:hover .icon img {
   filter:invert(1);
}
.rts-single-working-process:hover .icon {
    background: var(--color1);
}
.rts-section-gap .rts-single-working-process .content p.disc {
    font-weight: 400;
    font-size: 16px;
}
.rts-section-gap .rts-single-working-process .content .step_number {
    position: absolute;
    bottom: -15px;
    left:0;
    right:0;
    margin:0 auto;
    width: 55px;
    height: 55px;
    background: var(--color1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rts-section-gap .rts-single-working-process .content .step_number span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.rts-section-gap .rts-single-working-process::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background: #00000052;
    filter: blur(120px);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.35;
}
.bg-cta-two {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta-two-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-area-left {
    text-align: left;
}
.title-area-left p.pre {
    color: var(--color1);
    letter-spacing: 0.04em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
.title-area-left p.pre span {
    padding: 3px 7px;
    background: var(--color1);
    border-radius: var(--theme-border-radius);
    color: #fff;
    line-height: 30px;
}
.cta-two-main-wrapper .title-area-left .title {
    color: #fff;
    margin-bottom: 0;
        font-weight: 700;
    font-size: 48px;
    
}
.cta-two-main-wrapper .cta-button-area {
    display: flex;
    align-items: center;
    gap: 15px;
}
.rts-btn.btn-border {
    background: transparent !important;
    border: 2px solid #FFFFFF;
    color: #ffff;
    
}
.rts-btn.btn-border:hover {
    background: var(--color2) !important;
    color: #fff !important;
}
.rts-btn.btn-border:hover::before {
    background: var(--color1) !important;
    transform: scaleX(0) !important;
}
.rts-problem-solution-area {
    position: relative;
    background: #F7F7F7;
}
.rts-solution-left-area-left {
    position: relative;
    max-width: max-content;
}
.rts-solution-left-area-left .small-image {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    right: -50%;
}
.rts-solution-left-area-left .small-image img {
    border-radius: var(--theme-border-radius);
    max-width: 170px;
}
.solution-content-inner-one p.disc {
    margin-bottom: 30px;
}
.solution-content-inner-one .solution-main-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.solution-content-inner-one .solution-main-wrapper .single-solution {
    flex-basis: 48%;
    background: #FFFFFF;
    box-shadow: 0px 13px 25px 4px rgba(0, 0, 0, 0.03);
    padding: 25px 30px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    border-radius: var(--theme-border-radius);
}
.solution-content-inner-one .solution-main-wrapper .single-solution i {
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    color: var(--color1);
    margin-right: 15px;
    transition: 0.3s;
    font-family: 'Font Awesome 5 Pro';
    font-style:normal;
}
 .fa-circle-check:before {
    content: "\f058";
}
.solution-content-inner-one .solution-main-wrapper .single-solution p {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    transition: 0.3s;
    color: var(--color2);
        margin-bottom: 0 !important;
}
.solution-content-inner-one .cta-btn-solution {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.solution-content-inner-one .cta-btn-solution .call-btn {
    display: flex;
    align-items: center;
}
.title-area-left .title span {
    color: var(--color1);
}
.solution-content-inner-one .cta-btn-solution .call-btn .icon {
    height: 90px;
    width: 90px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-left: 30px;
    border: 1px solid #EDD9D9;
}
.solution-content-inner-one .cta-btn-solution .call-btn .icon i {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    transform: rotate(-60deg);
        font-family: 'Font Awesome 5 Pro';
}
.solution-content-inner-one .solution-main-wrapper .single-solution:hover i {
    color: var(--color1);
}
.solution-content-inner-one .solution-main-wrapper .single-solution:hover i:before {
    color: #fff;
}

.solution-content-inner-one .solution-main-wrapper .single-solution:hover {
    transform: translateY(-5px);
    background: var(--color1);
   
}
.solution-content-inner-one .solution-main-wrapper .single-solution:hover p {
    color: #fff;
}
.solution-content-inner-one .cta-btn-solution .call-btn .call-info a:hover {
    color: var(--color1) !important;
    text-decoration: underline;
}
.fa-phone-volume:before {
    content: "\f2a0";
}
.solution-content-inner-one .cta-btn-solution .call-btn .call-info {
    margin-left: 20px;
}
.solution-content-inner-one .cta-btn-solution .call-btn .call-info span {
    display: block;
    color: #74787C;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.solution-content-inner-one .cta-btn-solution .call-btn .call-info a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--color2);
    margin-top: 10px;
    display: block;
    transition: 0.3s;
}


.list_title h2 {
    color: #fff;
}
.list_title p {
    color: #fff;
    margin-bottom: 15px;
}
section#our-door-services {
    padding: 60px 0;
    background-color: var(--color2);
}
.list_title {
    margin-bottom: 5px;
    text-align: center;
}
ul.services_all {
    column-count: 3;
}
section.banner-bottom-service {
        margin-top: -90px;
    /* z-index: 999999; */
    position: relative;
}
.banner-bottom-service .col-lg-4 {
    margin: 0px !important;
    padding: 0px !important;
    display: flex;
}
.banner-bottom-service .bottom-box-serive {
    padding: 20px 10px;
    transition: all 0.5s ease;
}
.banner-bottom-service .bottom-box-serive:hover{
transform: translateY(-15px); 
transition: all 0.5s ease;
}

.banner-bottom-service .service-box-1{
    background: #f7f2ed;
}
.banner-bottom-service .service-box-2{
    background: var(--color1);
}

.banner-bottom-service .last-service{
    background: var(--color2);
}
.banner-bottom-service .service-box-2 p ,.banner-bottom-service .service-box-2 h3, .banner-bottom-service .last-service p,.banner-bottom-service .last-service h3 {
    color:#fff;
}
.banner-bottom-service .bottom__box__img {
    height: fit-content !important;
    border-radius: 78px;
    
    margin-right: 10px;
    transition: all 0.5s ease;
    background:#fff;
}
@media(max-width:991.98px){
    .banner-bottom-service .bottom__box__img {
        width: 25%;
    }
}
.banner-bottom-service .bottom__box__img img {
    max-width: 100%;
    padding: 15px;
}
.banner-bottom-service .bottom__text {
    width: 80%;
}
.banner-bottom-service .bottom__text h3 {
    font-size: 20px;
    line-height: 28px !important;
    margin-bottom: 5px;
}

.banner-bottom-service .bottom__text p {
   font-size: 15px;
 
       margin-bottom: 0 !important;
}

.bottom-box-serive:hover .bottom__box__img {
    
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.testi-wrap1 .slick-current h3{
    color:#fff !important;
}


.testi-wrap1 .slick-active h3{
    color:#fff !important;
}
section.services-sec {
    background-color: #eee;
    position: relative;
}
section.inner-pages {
    min-height: 450px !important;
    display: flex;
    position: relative;
    background-position: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-top-heading {
    text-align: center;
    background: var(--color1);
    padding: 25px;
}

.services-top-heading h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0 !important;
    color:#fff;
}
.main-services-sec {
    padding: 40px 20px 0;
}
.homepage_all_services .main-services-sec {
    padding-bottom:150px;
}

.main-services-sec h3 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}
.main-services-sec p {
    color: #fff;
    text-align: center;
    margin-bottom: 40px !important;
    width: 50%;
    margin: auto;
}
.main-services-sec span {
    background: var(--color1);
    color: #fff;
    padding: 5px 16px;
    border-radius: var(--theme-border-radius);
}
@media(min-width:992px){
    .main-services-sec {
        padding: 70px 50px;
    }
    .homepage_all_services .main-services-sec {
        padding-bottom:180px;
    }
    .main-services-sec h3 {
        margin-bottom: 10px;
    }
}
.all-services-list .services_all li a {
    color: #000000;
    padding: 20px;
    display: flex;
    font-size: 16px;
    line-height: 1.2em;
    margin: auto;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.all-services-list .services_all li {
   list-style:none;
    text-align: center;
    background: #ffffffab;
    border-radius: var(--theme-border-radius);
}

.all-services-list .services_all {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5,1fr);
    padding-left:0;
    margin-bottom:0;
}

.below-services-inner {
    background: var(--color1);
    padding: 40px 20px;
    margin-top: -113px;
    position: relative;
    border-radius: var(--theme-border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
}

  .below-services-inner h3 {
    font-weight: 900;
    font-size: 36px;
    color: #fff;
}
 .below-services-inner p {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}
@media(min-width:992px){
    .below-services-inner {
        padding: 40px;
    }
    .all-services-list .services_all li a {
        padding: 20px 30px;
    }
}
.text-center.load-more.call-to-action {
    margin: 50px 0;
}
.cta-two-main-wrapper .title-area-left p.pre {
    color:#fff !important;
}
.all-services-list .services_all li:hover {
    background: #ffffff;
}
.all-services-list .services_all li:hover a{
    text-decoration:underline;
}
.header-top .header-list1 .list-unstyled li span {
    padding: 0 10px;
    color: #000;
    font-weight: 600;
}
.banner-content {
    position: relative;
    top: -50px;
}
.banner-content a.rts-btn {
    display: block;
    text-align: center;
    width: 100px;
}
.below-services-inner a.rts-btn
{
    display: block;
    text-align: center;
    width: 100px;
}
.home_banner video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    right: 0;
    z-index:-1;
}
.below-banner-video video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.services-sec video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

section.services-sec .services-content {
    top: 20%;
    position: absolute;
    z-index: 9;
    left: 0;
    width: 50%;
}
.sidebar-content button {
    background: var(--color1);
    border: var(--color1);
}
.sidebar-content button:hover {
    background: var(--color2);
    border: var(--color2);
}
.brd a:hover {
    text-decoration: underline;
}
.rating_review span {
    color:#fff;
}
.certificates-area {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 40px 0;
}
section.service_single_area.section_padding,
section.choose-us,
.rts-section-gap,
.rts-call-to-action-two,
.rts-problem-solution-area,
section.blog-single-area{
    padding: 40px 0;
}

@media(min-width:992px){
    section.choose-us,
    .certificates-area,
    section.service_single_area.section_padding,
    .rts-section-gap,
    .rts-call-to-action-two,
    .rts-problem-solution-area,
    section.blog-single-area{
        padding: 70px 0;
    }
}
.single-certificates-box {
    position: relative;
    display: block;
    border: 1px solid #a39b8780;
    z-index: 1;
    
    border-radius:var(--theme-border-radius);
}

.single-certificates-box .pattern-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #f5f5f5;
	background-repeat: repeat;
	z-index: -1;
}

.single-certificates-box .pattern-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--color1);
	transform: perspective(400px) scaleX(0);
	transform-origin: center;
	transition: all 300ms linear;
	transition-delay: 0.1s;
}

.single-certificates-box:hover .pattern-bg:before {
	transform: perspective(400px) scaleX(1);
}

.single-certificates-box .img-box {
	position: relative;
	display: block;
	padding: 5px;
}

.single-certificates-box .img-box .inner {
	position: relative;
	display: block;
	overflow: hidden;
}

.single-certificates-box .img-box .inner:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: rgba(0, 0, 0, 0.7);
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
	opacity: 0;
	z-index: 5;
}

.single-certificates-box:hover .img-box .inner:before {
	opacity: 1;
}

.single-certificates-box .img-box img {
	width: 100%;
}

.single-certificates-box .text-holder {
	position: relative;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

.single-certificates-box .text-holder h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0 !important;
}
@media(max-width:991.98px){
    .single-certificates-box .text-holder h3 {
        font-size: 16px !important;
    }
}
.single-certificates-box .text-holder h3 a {
	color: #000;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

.single-certificates-box:hover .text-holder h3 a {
	color: #ffffff;
}

.certificates-carousel_1.owl-carousel.owl-dot-style1 .owl-dots {
	display: none;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer .owl-item {
	opacity: 0;
	transition: all 300ms ease 100ms;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer .owl-item.active {
	opacity: 1;
}
section.certificates-area h2 {
    padding-bottom: 30px;
}
section.certificates-area h6,
.certificates-area .subtitle{
    color: var(--color1);
    margin-bottom:10px;
}
.form-btn .rts-btn {
    border:1px solid #ffffff12;
}
.field-item.even .front-primary-content {
    background: var(--color2);
}
.field-item.even .front-primary-links {
    background: var(--color1);
}

.updated__sec .animated {
    animation-fill-mode: none;
}

.single-blog-style2 .text-holder a {
    color:var(--color1);
}


.single-blog-style2 .text-holder a:hover {
    color:var(--color2);
    text-decoration:underline;
}
.below-banner-video {
    position: relative;
    width: 100%;
    height: 250px;
}
.content-text-area-sec-video{
  position: absolute;
  padding: 0 20px;
}
@media(min-width:992px){
    .content-text-area-sec-video {
        padding: 0 50px;
    }
}
.content-block{
    position: relative;
}
.content-block video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    min-height: 270px;
    max-height: 270px;
}
@media only screen and (max-width: 1600px) {
    .container-fluid.px-0:not(.default) {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .container-fluid.px-0:not(.default) .row {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
     .d-none-xxxl {
        display: none !important
    }

    .vs-container {
        max-width: 100%
    }
}

@media(min-width: 1600px) {
    .custom-container {
        max-width: 1620px
    }

    .container-style1 {
        max-width: 1400px
    }

    .vs-container {
        max-width: 1565px;
        margin-left: 0;
        margin-right: auto
    }
     .vs-container {
        margin-left: auto
    }
      .home-four .container-style2,
    .home-five .container-style2,
    .container-style2 {
        margin-left: auto;
        margin-right: 0;
        padding-right: 0;
        overflow: hidden;
        max-width: calc(1586px + var(--bs-gutter-x))
    }
}

@media(max-width: 1500px) {

    .header-layout5 .menu-area {
        margin-bottom: 0
    }

    .header-layout5 .header-shape1 {
        max-width: 100%
    }

    .header-layout5 .header-shape1:before {
        -webkit-clip-path: none;
        clip-path: none
    }

    .header-layout5 .header-shape1:after {
        display: none
    }

    .header-note .note-text {
        padding: 13.2px 0 13.2px 100px
    }
      .slick-arrow {
        --arrow-horizontal: -20px
    }
    
    .member-details-img {
        position: relative
    }

    .member-details-img:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 35%;
        background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 84%);
        opacity: .6
    }
}

@media(min-width: 1399px) {
    .gx-20 {
        --bs-gutter-x: 20px
    }

    .gx-30 {
        --bs-gutter-x: 30px
    }

    .gx-40 {
        --bs-gutter-x: 40px
    }

    .gx-60 {
        --bs-gutter-x: 60px
    }
    
}

@media(max-width: 1399px) {
     .testi-style1 {
        padding: 80px 30px 80px 30px;
        margin: 0 0 30px 0
    }

    .testi-style1:before {
        display: none
    }

    .testi-wrap1 {
        padding: 70px 0
    }

    .testi-wrap1 .testi-shape2 {
        -webkit-clip-path: none;
        clip-path: none
    }
       
     .header-btn {
        padding-left: 30px
    }

    .header-btn:before {
        display: none
    }

    .header-btn .vs-btn {
        margin-left: 0
    }

    .header2-btn .vs-btn {
        margin-left: 25px
    }
      .bg-box-shape2 {
        background-size: cover;
        background-position: right top
    }


       .slick-arrow {
        --arrow-horizontal: 40px
    }
    
}

@media only screen and (min-width: 1300px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        --bs-gutter-x: .75rem;
        max-width: calc(1220px + var(--bs-gutter-x)*2)
    }

    .home-five .container-xxl,
    .home-five .container-xl,
    .home-five .container-lg,
    .home-five .container-md,
    .home-five .container-sm,
    .home-five .container,
    .home-four .container-xxl,
    .home-four .container-xl,
    .home-four .container-lg,
    .home-four .container-md,
    .home-four .container-sm,
    .home-four .container {
        --bs-gutter-x: .75rem;
        max-width: calc(1295px + var(--bs-gutter-x)*2)
    }
}

@media(max-width: 1199px) {
     .vs-hero-wrapper .ls-v6 .ls-bottom-nav-wrapper {
        display: none
    }

    .vs-hero-wrapper a.ls-gui-element.ls-nav-prev,
    .vs-hero-wrapper a.ls-gui-element.ls-nav-next {
        display: none
    }

    .ls-layer .vs-btn,
    .ls-btn .vs-btn {
        padding: 14px 30px 14px 30px;
        font-size: 14px;
        margin-left: 0
    }

    .ls-layer .vs-btn:before,
    .ls-btn .vs-btn:before {
        display: none
    }

    .ls-layer .vs-btn i,
    .ls-btn .vs-btn i {
        display: none
    }
    .blog-card .blog-content {
        padding: 24px 30px 22px 30px
    }

    .blog-card .blog-date {
        right: 20px;
        top: 20px
    }

    
     .popup-search-box form {
        max-width: 600px
    }
    

    .testi-nav1 .testi-avater {
        width: 80px;
        height: 80px
    }

    .testi-style1 .testi-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 auto 40px auto
    }

    .testi-style1 .testi-icon .sub-plus {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 32px
    }

    .testi-style1 .testi-text {
        font-size: 18px;
        margin: 0 0 17px 0;
        padding: 0 0
    }

    .testi-style1 .testi-name {
        font-size: 22px;
        font-weight: 500;
        margin: 0
    }

    
     .form-wrap3 {
        padding: 40px 40px 40px 40px
    }


    .booking-form1 {
       
        max-width: 100%;
        text-align: center
    }

    .booking-form1 .form-title {
        margin-left: auto;
        margin-right: auto;
        max-width: 400px
    }

    .about-img2 .img-2 {
        right: 0;
        max-width: 100%;
        width: 100%;
        margin: 30px 0 0 0
    }

     .main-menu a {
        font-size: 14px
    }
    .breadcumb-wrapper {
        padding-top: 100px
    }

    .breadcumb-title {
        font-size: 48px
    }

    .breadcumb-menu {
        padding: 25px 60px
    }

    .breadcumb-menu-wrap {
        margin-top: 60px;
        margin-bottom: -38.25px
    }

    .breadcumb-wrapper {
        margin-bottom: 39px
    }
    .menu-style1>ul>li>a {
        padding: 39px 0
    }

    .menu-style3>ul>li {
        margin: 0 20px
    }

    .menu-style3>ul>li>a {
        color: var(--title-color)
    }

    .infobox-style1 {
        padding: 25px 25px 25px 25px;
        margin-bottom: 0
    }

    .header-layout4 .menu-top {
        border-bottom: 1px solid var(--color1)
    }

    .header-layout4 .menu-area .main-menu {
        position: relative
    }

    .header-help {
        margin-left: 0;
        padding-left: 40px;
        padding: 6px 0 6px 25px
    }

    .header-help__title {
        display: none
    }

    .header-list1 li {
        margin-right: 25px
    }

    .header-list1 a {
        font-size: 14px
    }

    .header-list1 a i {
        font-size: 20px
    }
    .footer-layout2 .widget-column {
        padding-left: 40px;
        padding-right: 40px
    }

    .footer-layout2 .copyright-wrap {
        padding: 30px 0
    }

    .footer-layout2 .footer-shape1 {
        max-width: 430px;
        max-height: 290px
    }

    .footer-layout2 .widget-area {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .footer-layout3 .widget-column {
        padding: 60px 20px 10px 0;
        border-left: none
    }

    .footer-layout3 .widget-column:last-child {
        padding-left: 20px
    }
    
    .text-center.text-xl-start .title-divider:before,
    .text-center.text-xl-start .title-divider:after {
        left: 50%;
        margin-left: -45px
    }

    .text-center.text-xl-start .title-divider:after {
        margin-left: 40px
    }

    
        .solution-content-inner-one .solution-main-wrapper {
    display: none !important;
}
    
    .h1,
    h1 {
        font-size: 42px
    }

    .h2,
    h2 {
        font-size: 32px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }
    
    
}

@media (min-width: 992px) and (max-width: 1299px) {
    .footer-layout3 .widget-column:last-child:before {
    content: unset;
}
.footer-layout3 .widget-column:last-child {
     margin-top: 0px; 
}
.front-primary-links {
    padding: 30px 10px;
}
.rts-section-gap .rts-single-working-process .icon {
    margin-bottom: 5px !important;
}
.rts-section-gap .rts-single-working-process .content h5 {
    padding-bottom: 0px !important;
}
.rts-section-gap .rts-single-working-process {
    padding: 10px 15px !important;
}


}

@media(min-width: 991px){
    
    section.video-banner .container {
        /*top: 15%;
        position: absolute;
        z-index: 9;
        left: 20%;*/
    }
    a.scroll-to-target[data-target="#contactUs"] {
        display: none;
    }
.home_banner video {
    max-height: 650px;
    min-height: 650px;
}
}

@media(max-width: 992px) {
     .banner-content {
    position: relative;
    top: 0 !important;
}
    .content-block .row {
        flex-direction: column-reverse;
    }

      .ls-container .ls-hide-md {
        display: none !important
    }
    

    
    blockquote {
        font-size: 20px;
        line-height: 34px;
        padding: 30px 40px 30px 40px
    }

    blockquote cite {
        font-size: 16px;
        margin-top: 20px
    }

    blockquote:before {
        right: 20px;
        bottom: 20px;
        font-size: 4rem
    }

    .blog-author {
        padding: 30px 30px
    }

    .blog-style2 .blog-content {
        padding: 25px 30px 30px 25px
    }
     .team-layout2 {
        padding-top: 80px !important
    }
        .banner-bottom-service .col-lg-4{
        display: block !important;
    }
    .cta-two-main-wrapper .title-area-left .title {
    font-size: 23px !important;
}

    .testi-nav1 {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .testi-wrap1 {
        padding: 70px 0
    }
   ul.services_all {
    column-count: 2 !important;
    padding-left: 0px !important;
}

    .middle-box-layout1 {
        margin-bottom: 80px !important
    }



     .footer-social a {
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .footer-layout1 .widget-area {
        padding-top: 60px;
        padding-bottom: 5px
    }

    .copyright p {
        font-size: 14px
    }
    .footer-layout2 .widget-column {
        padding-left: 0;
        padding-right: 0;
        border: none
    }

    .footer-layout2 .footer-text {
        max-width: 70%;
        margin-bottom: 20px
    }

    .footer-layout2 .footer-logo {
        margin: 0 0 20px 0
    }

    .footer-layout2 .footer-widget .widget_title,
    .footer-layout2 .footer-widget.widget_nav_menu .widget_title {
        margin-bottom: 22px
    }

    .footer-layout3 .widget-column {
        padding: 0 0 0 0
    }

    .footer-layout3 .widget-column:last-child {
        padding: 50px 20px 0 20px
    }

    .footer-layout3 .widget-column:last-child:before {
        display: none
    }

    .footer-layout3 .widget_title {
        margin-bottom: 20px
    }

    .footer-layout3 .widget-area {
        padding: 60px 0;
    }
    .header-help {
        border-left: none;
        padding: 0
    }

    .header-social2 {
        margin-left: 0
    }

    .header-social2 a {
        width: 45px;
        height: 55px;
        line-height: 55px
    }

    .header-layout5 .header-list1 {
        display: none
    }
     .breadcumb-menu-wrap {
        margin-left: auto;
        margin-right: auto;
        left: 15px
    }

    .breadcumb-title {
        font-size: 36px
    }

    .breadcumb-wrapper {
        padding-top: 88px;
        text-align: center
    }

    .breadcumb-menu-wrap {
        margin-top: 80px
    }
     .play-btn.style4 {
        --icon-size: 90px;
        --icon-font-size: 22px
    }
      .section-title {
        margin-bottom: 35px
    }

    

    .sec-bottom-btn {
        margin-top: 20px
    }

    .sec-subtitle4 {
        letter-spacing: 0
    }

    .sec-subtitle5 {
        letter-spacing: 0;
        font-size: 14px;
        margin-bottom: 5px
    }
     

    
 .contact-map.mt-70 {
        margin-top: 10px
    }
    
       
    .rts-section-gap  .col-lg-3:not(:last-child) {
        margin-bottom: 40px !important;
    }
.pl--90 {
    padding-left: 30px !important;
    padding-top: 60px !important;
}
    .space,
    .space-top {
        padding-top: 80px
    }

    .space,
    .space-bottom {
        padding-bottom: 70px
    }

    .space-md,
    .space-md-top {
        padding-top: 70px
    }

    .space-md,
    .space-md-bottom {
        padding-bottom: 70px
    }
    .header-top .row {
    text-align: center;
    align-items: center;
}
    
    section.banner-bottom-service {
    margin-top: 0px !important;
}

section.services-sec:before {
    width: 100% !important;
}
section.services-sec .services-content {
    top: 13% !important;
     width: 100% !important; 
}
.copyright-wrap img {
    display: none !important;
}
.footer-layout3 .widget-column:last-child {
    margin-top: 15px !important;
    height: unset !important;
}
section.video-banner .container {
  /*  left: 5% !important;
  position:absolute;*/
}
    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 28px
    }

    .h3,
    h3 {
        font-size: 24px
    }

    .h4,
    h4 {
        font-size: 20px
    }
    section.space .row {
    flex-direction: column-reverse;
}

     .slide-nav1 {
        margin-top: 10px
    }

    .slide-nav1 .slick-dots .slick-active button {
        width: 35px;
        background-color: var(--color1)
    }
    
     .no-pl-md {
        padding-left: 0
    }

    .pt-lg-30 {
        padding-top: 0
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    section.inner-pages {
    min-height: 300px !important;
}
      .service-circle {
        width: 700px;
        height: 700px
    }

    .service-circle__center {
        width: 375px;
        height: 375px
    }

       .main-services-sec p {
    width: 80% !important;
}
    .all-services-list .services_all {
    grid-template-columns: repeat(4,1fr) !important;
}
    .services-top-heading h2 {
        font-size: 28px !important;
    }
}

@media (min-width: 768px){
    .home_banner video {
    max-height: 650px;
    min-height: 650px;
}
    .field-item {
        display: flex;
    }
}
.sidebar-search-box-rating {
    display: flex;
    background: #f7f7f7;
    text-align: center;
    justify-content: center;
    margin-top: 18px;
    padding: 10px 0;
    border-radius:var(--theme-border-radius);
}
.rating_logo img {
    vertical-align: sub;
    padding: 0 6px;
}
.img_rated_logo img {
    padding-right: 10px;
}

@media(max-width: 767px) {
    .below-banner-video {
        height: 130px;
    }
    .rts-section-gap .rts-single-working-process{
        min-height:auto;
            padding: 20px 20px 40px;
    }
    .service_single_area .col-md-6:not(:last-child)  {
        margin-bottom:30px;
    }
section.breadcrumb-area.cnct.conttct-us {
    height: 150px;
}
    .sidebar-search-box-rating {
    display: block;
   
}
    .btn_banner {
    margin-top: 20px;
    position:relative;
}
    .cta-two-main-wrapper .cta-button-area {
        width: 100%;
    }
    .cta-two-main-wrapper .rts-btn {
        flex: 1;
        text-align: center;
    }
    section.services-sec .services-content {
    position: relative;
}
    .services-sec video {
    width: 100%;
    height: 17%;
    display: block;
    object-fit: cover;
    object-position: center;
    position:absolute;
    z-index:0;
}
        .services-content:before{
content:"";
position:absolute;
bottom:0;
right:0;
left:0;
top:0;
background:#000;
opacity:0.5;
z-index:-4;
}
    .banner-bottom-service .bottom__text p{
        margin:0;
    }
    .mbl-reverse {
    display: flex;
    flex-direction: column-reverse;
}


    
    .ls-container .ls-hide-sm {
        display: none !important
    }

    .ls-btn .vs-btn {
        padding: 10px 20px 10px 30px
    }

    .ls-layer .vs-btn,
    .ls-btn .vs-btn {
        padding: 12px 23px 12px 23px;
        font-size: 12px;
        margin-left: 0
    }


    

    

    .service-circle__item {
        display: none;
        background-color: var(--color1);
        padding: 30px 20px 20px 20px;
        border-radius: var(--theme-border-radius);
        text-align: center
    }

    .service-circle__item:not(.active) {
        opacity: 0
    }

    .service-circle__item.active {
        display: block;
        transition: opacity .15s linear
    }

    .service-circle__title {
        color: var(--white-color)
    }

    .service-circle__title a {
        color: inherit
    }

    .service-circle__title a:hover {
        text-decoration: underline
    }

    .service-circle__text {
        color: var(--white-color)
    }

    .services-content a {
    margin-bottom: 0px !important;
}
.services-content p {
    display:none;
}
.below-services-inner p {
    font-size: 16px;
}
    .form-contact {
       padding: 40px 0; 
    }
.services-content {
    padding: 70px 50px !important;
   
}
ul.ul3 {
    column-count: 2;
}
    

    
    .service-circle__lines {
    display: none;
}

    .booking-form1 select,
    .booking-form1 input {
        padding-left: 25px
    }
.booking-form1 .form-title {
   font-size:26px !important;
}
    .booking-form1 .form-title {
        max-width: 100%
    }
  .blog-style2 , .vs-blog{
      margin-bottom:0px !important;
  }
  section.vs-blog-wrapper.space-top.space-md-bottom{
      background:#fff;
  }


.single-certificates-box:hover h3 {
    color:#fff !important;
}
   .content-text-area-sec {
    align-items: center !important;
    text-align: center;
   
}
.content-list-sec {
      padding: 40px 20px  !important;
}

.rts-service-area-one a.rts-btn {
    margin-bottom: 20px;
}
    


    .testi-style1 {
        padding: 60px 30px 60px 30px;
        margin: 0 0 30px 0
    }
    
     ul.services_all {
    column-count: 1 !important;
    padding-left: 0px !important;
}
    

    
        .service-circle {
        position: relative;
        width: 800px;
        height: 800px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        border-radius: 50%
    }

    .service-circle__center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
        border-radius: 50%;
        width: 425px;
        height: 425px;
        border-radius: 50%;
        background-color: var(--color1)
    }

    .service-circle__item {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        border-radius: 50%;
        padding: 20px 20px;
        text-align: center;
        transition: all ease .4s;
        opacity: 0;
        visibility: hidden
    }
    .service-circle__item.active {
        opacity: 1;
        visibility: visible
    }

    .service-circle__title {
        color: var(--white-color);
        max-width: 260px;
        position: relative;
        padding-bottom: 20px
    }

    .service-circle__title a {
        color: inherit
    }

    .service-circle__title a:hover {
        text-decoration: underline
    }

    .service-circle__title:after,
    .service-circle__title:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 220px;
        margin: 0 0 0 -110px;
        height: 1px;
        background-color: var(--white-color);
        border-radius: var(--theme-border-radius);
        opacity: .7
    }

    .service-circle__title:after {
        height: 3px;
        width: 40px;
        margin: 0 0 -1px -20px;
        opacity: 1
    }

    .service-circle__text {
        color: var(--white-color);
        margin: 0 0 3px 0;
        max-width: 260px
    }

    .service-circle__lines .line {
        background-color: #f5f7ff;
        width: 20px;
        height: 900px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-30deg);
        z-index: 2
    }

    .service-circle__lines .line:nth-child(2) {
        transform: translate(-50%, -50%) rotate(30deg)
    }

    .service-circle__lines .line:nth-child(3) {
        transform: translate(-50%, -50%) rotate(90deg)
    }

    
    
    .vs-list li,
    .about-list li {
        padding-left: 30px
    }

    .vs-list li:before,
    .about-list li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 3px;
        font-size: 12px
    }

    .about-call-text.h4 {
        font-size: 16px
    }

    .breadcumb-menu-wrap {
        --icon-size: 30px;
        --shape-size: 40px
    }

    .breadcumb-menu-wrap>i:before {
        font-size: 14px
    }

    
     .header-layout4 .menu-top,
    .header-layout4 .header-top {
        padding: 15px 0
    }

    .header-top-links {
        text-align: center
    }

    .header-top-links li:not(:last-child) {
        padding-right: 0;
        margin-right: 17px;
        border-right: none
    }

    .header-link2 {
        padding: 10px 13px;
        font-size: 10px
    }

    .header-layout5 .header-link1 {
        display: none
    }
    .breadcumb-title {
        font-size: 30px
    }

    .breadcumb-menu {
        padding: 25px 30px;
        border-radius: 20px
    }

    .breadcumb-menu li,
    .breadcumb-menu a,
    .breadcumb-menu span {
        font-size: 16px
    }

    .breadcumb-menu-wrap {
        left: 7.5px
    }
    .footer-layout2 .text2 {
        margin: 0 0 15px 0
    }

    .footer1-logo:before {
        display: none
    }
       .scroll-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        right: 15px;
        bottom: 50px
    }

    .scroll-btn.show {
        bottom: 15px
    }
       .play-btn>i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 1.2em
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 20px
    }

    .scroll-bottom {
        right: 15px
    }

    .scroll-bottom i {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .scroll-bottom.show {
        bottom: 15px
    }
    

    tfoot.checkout-ordertable th {
        display: none
    }
    
    .rts-section-gap .title-area-center .title {
        font-size: 30px !important;
    }
    
    
    ul.ul3 {
        font-size: 16px;
    }
    section.services-sec .services-content {
        top:0% !important;
        width: 100% !important;
    }
    .h1,
    h1 {
        font-size: 30px !important;
    }

    .h2,
    h2 {
        font-size: 26px !important;
    }

    .h3,
    h3 {
        font-size: 24px !important;
    }
    
    .call-box {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: var(--color2);
        z-index: 10;
        padding: 10px 20px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        align-items: center;
        box-shadow: 0px -5px 8px 0px #22212112;
    }
    .mobile-icon {
        font-size: 40px;
        color: #fff !important;
    }
    footer.footer-wrapper.footer-layout3 {
        background-color: var(--color2);
        padding: 0 15px;
        margin-bottom: 81px;
    }
    .call-number span a {
        font-size: 30px;
        font-weight: 700;
        color:#fff;
    }
     .call-number span a:hover {
        color:#fff;
        text-decoration:underline;
    }
    section.vs-blog-wrapper.space-top.space-md-bottom {
        padding: 40px 0;
    }
    
     .no-pt-sm {
        padding-top: 0
    }
  
        .main-services-sec p {
    width: 100%;
}
    .all-services-list .services_all {
    grid-template-columns: repeat(2,1fr) !important;
}
    .services-top-heading h2 {
        font-size: 28px !important;
    }
.main-services-sec p {
    display: none !important;
}

  .bg-cta-two {
    background-position: left;
}
.cta-two-main-wrapper {
   
    align-items: baseline;
    
}
.header-logo {
    width: 100%;
    min-width: 90px;
}
.header-top .col.col-sm-auto {
    width: 100% !important;
    min-width:fit-content;
}
section.error-page-area h4 {
    font-size: 24px;
}

.title {
    font-size: 22px;
}
section.space {
    padding-top: 20px;
}
.header-top .row {
    text-align: center;
    align-items: center;
}
.footer-layout3 .widget-column:last-child {
     padding: 40px;
    margin-top: 0;
    height: 370px;
    margin-bottom: 30px;
    border-radius: var(--theme-border-radius);
}
.title-area-left .title {
    font-size: 30px !important;
}
.solution-content-inner-one .cta-btn-solution .call-btn .icon{
        display: none !important;
}
.cta-two-main-wrapper {
    justify-content: center !important;
    flex-direction: column;
}
.cta-two-main-wrapper .title-area-left .title {
    font-size: 28px !important;
    margin-bottom: 30px !important;
   
}
.cta-two-main-wrapper .cta-button-area {
    align-items: normal;
}
    .rts-section-gap  .col-lg-3:not(:last-child) {
        margin-bottom: 40px !important;
    }
.rts-problem-solution-area .pl--90 {
    
    padding: 40px 15px 0px !important;
}
.solution-content-inner-one .solution-main-wrapper {
    justify-content: center !important;
}
.solution-content-inner-one .cta-btn-solution .call-btn .icon {
   
    border: none !important;
}
section.home_banner {
    min-height: 200px !important;
}
    section.home_banner h1{
        display: flex;
        font-size:28px !important;
    }
    .media-icon .icon {
    max-width: 20px;
}
section.home_banner p {
    display: none !important;
   
}
section.space , section.vs-blog-wrapper.space-top.space-md-bottom{
    padding: 70px 0 !important;
}
.space-md, .space-md-bottom {
    padding-bottom: 40px;
    background: #ebe7e7;
}
.media-icon {
    width: 30px;
    margin-right: 5px;
}
section.error-page-area p {
    
        padding-bottom: 10px;
}
section.error-page-area {
    padding: 40px 0;
}

ul.ul3 {
    column-count: 2;
}
.flex-row-reverse{
    margin-top:0px !important;
}

}

@media only screen and (max-width: 575px) {
       .home_banner video {
    max-height: 300px;
    min-height: 300px;
}
    .all-services-list .services_all {
    grid-template-columns: repeat(1, 1fr) !important;
    gap:10px;
}
      .share-links-title {
        display: block;
        margin-bottom: 8px
    }

    .blog-style2 .blog-content {
        padding: 20px 30px 30px 20px
    }
    
    
     .h1,
    h1 {
        font-size: 24px
    }

    .h2,
    h2 {
        font-size: 22px
    } 
    
    section.video-banner .container {
    left: 0% !important;
}
    
    
    .form-control {
        padding-right: 30px;
        padding-left: 15px
    }
    
    section.services-sec .services-content {
    top:0% !important;
  
}
.front-primary-links {
    padding: 20px 50px;
}
.front-primary-content {
    padding: 50px 20px;
}
    .services-content p {
    display: none !important;
}
    .content-list-sec h4 {
    font-size: 28px !important;
}
.content-text-area-sec a {
    font-size: 34px !important;
}
.content-text-area-sec p {
    font-size: 28px !important;
}
.content-lists li {
    column-count: 1 !important; 
    margin-right: 30px !important;
}

.services-content {
    padding: 40px 20px !important;
}
.below-header-content {
    justify-content: center;
}
.footer-layout3 {
     margin-top: 0 !important; 
}
}

@media(max-width: 506px) {
    .banner-content {
    float: left !important;
    padding: 20px;
}
    section.home_banner p {
    display: none;
    }
  .footer-widget__links-points-box ul {
    margin-bottom: 33px;
}  
    
   .social-bars-title {
      margin-bottom: 20px;
}
section.testi-wrap1.arrow-wrap {
    padding: 40px 0;
}
    

section.vs-blog-wrapper.space-top.space-md-bottom {
    padding: 70px 0;
}
.space-md, .space-md-bottom {
    padding-bottom: 40px;
}

section.space {
    padding-top: 20px;
}  
}

.wiki_new_class img {
    width: 100%;
}
.sidebar-search-box {
    height: 88%;
}
.sidebar-wrapper .sidebar-search-box iframe {
    height: revert-layer;
}
.sidebar-search-box iframe {
    height: 100%;
}

@media(max-width: 424px) {
    .solution-content-inner-one .cta-btn-solution .call-btn {
        text-align: center;
    }
    .solution-content-inner-one .cta-btn-solution .call-btn .call-info {
        margin-left: 0px;
    }
    
    .banner-content a.rts-btn {
        display: none !important;
    }
    .content-lists {
        column-count: 1 !important;
    }
  
    .banner-content {
    float: left !important;
}
    .solution-content-inner-one .cta-btn-solution{
        flex-direction: column;
    gap: 15px;
    }
    
    section#clients-section2 h4 {
        font-size: 20px;
    }
    section.space-top img {
    display: none;
}
    
   div#city_section h3 {
    margin-bottom: 14px;
} 

    
    section.space {
    padding-top: 20px;
}
 
 section.home_banner p {
    display: none;
}
    
div#city_section ul {
    column-count: 2;
    
}
.contact-form-area h2 {
    font-size: 22px;
}
section.breadcrumb-area.cnct.conttct-us {
    height: 250px;
    
}

.testi-wrap1 {
    padding: 40px 0;
}

.text-holder h2 {
    font-size: 22px;
}
.text-holder p {
    font-size: 16px;
    
}
.h3, h3 {
    font-size: 20px !important;
}
.social-bars-title {
    margin-bottom: 16px;
}

div#city_section ul li a {
    font-size: 16px;
}
.footer-layout3 .widget-column:last-child {
    height: 350px;
    margin: 20px 0;
}
section.inner-pages {
    padding:30px 0;
}
section#clients-section2 h4 {
    font-size: 22px;
}
section#clients-section2 h3 {
    
    font-size: 22px;
}
.row.align-items-center.justify-content-between {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.vs-menu-toggle {
    width: 36px;
    height: 36px;
    
}
.header-logo {
    width: 100%;
    min-width:80px;
}
.header-top .row {
    text-align: center;
    align-items: center;
}

.space, .space-bottom {
    padding-bottom: 40px;
}
.space, .space-top {
    padding-top: 40px;

.space-md, .space-md-bottom {
    padding-bottom: 40px;
}

.space-md, .space-md-bottom {
    padding: 40px 0;
}

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

    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}

@media(max-width: 320px) {
    .home_banner video {
    max-height: 300px;
    min-height: 300px;
}
 .banner-content {
    float: left !important;
}   
 .rts-btn {
    padding: 12px 20px;
} 
section.breadcrumb-area.cnct.conttct-us {
    height: 200px;
}
section#clients-section2 h4 {
    font-size: 20px;
}
section#clients-section2 h3 {
    font-size: 18px;7
}
section.space {
    padding-top: 20px;
}
}
.single-certificates-box:hover h3 {
    color:#fff !important;
}
section.breadcrumb-area.cnct.conttct-us {
   margin-top: 0 !important;
}

.grecaptcha-badge {
    display: none !important;
}