.vbox-overlay *,
.vbox-overlay :after,
.vbox-overlay :before {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vbox-overlay * {
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.vbox-overlay {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999
}

.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 50px;
    overflow: hidden;
    position: fixed;
    display: none;
    left: 0;
    z-index: 89
}

.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 50px;
    height: 40px;
    padding: 6px;
    display: block;
    background-position: 10px center;
    overflow: hidden;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    z-index: 99
}

.vbox-left {
    cursor: pointer;
    position: fixed;
    left: 0;
    height: 40px;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    z-index: 99;
    display: flex;
    align-items: center
}

.vbox-num {
    display: inline-block;
    margin: 6px 0 6px 15px
}

.vbox-share {
    line-height: 28px;
    font-size: 12px;
    overflow: hidden;
    position: fixed;
    left: 0;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center
}

.vbox-next,
.vbox-prev {
    position: fixed;
    top: 50%;
    margin-top: -15px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 99
}

.vbox-next span,
.vbox-prev span {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top-color: #b6b6b6;
    border-right-color: #b6b6b6;
    text-indent: -100px;
    position: absolute;
    top: 8px;
    display: block
}

.vbox-prev {
    left: 15px
}

.vbox-next {
    right: 15px
}

.vbox-prev span {
    left: 10px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.vbox-next span {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px
}

.vbox-open {
    overflow: hidden
}

.vbox-container {
    position: absolute;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    overflow-x: auto;
    overflow-y: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%
}

.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 4%
}

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

.vbox-figlio {
    box-shadow: 0 0 12px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    max-width: 100%;
    text-align: initial
}

img.vbox-figlio {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

@font-face {
    font-family: Gravity-Regular;
    src: url(../Fonts/Gravity-Regular.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Gravity-Bold;
    src: url(../Fonts/Gravity-Bold.otf) format("opentype");
    font-display: swap
}

@font-face {
    font-family: Gravity-Book;
    src: url(../Fonts/Gravity-Book.otf) format("opentype");
    font-display: swap
}

body,
h4,
p {
    font-family: Gravity-Book!important;
    color: #000;
    /* color: #444 */
}

a {
    color: #000
}

a:hover {
    color: #ee9445;
    text-decoration: none;
    transition: .2s
}

h1 {
    font-family: Gravity-Bold!important
}

h2,
h3,
h5,
h6 {
    font-family: Gravity-Regular!important
}

.back-to-top {
    position: fixed;
    display: none;
    /* right: 25px; */
    right: 100px;
    bottom: 25px;
    z-index: 99999
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    width: 39px;
    height: 39px;
    background: #0880e8;
    color: #fff;
    background-color: #000!important;
    border: #000!important;
    transition: .2s
}

.back-to-top i:hover {
    background: #f6b024;
    color: #fff;
    padding-bottom: 5px
}

@media screen and (max-width:768px) {
    [data-aos-delay] {
        transition-delay: 0!important
    }
}

#header {
    background: #fff;
    transition: all .5s;
    z-index: 997;
    padding: 15px 40px;
    top: 48px;
}

#header.header-scrolled {
    /* top: 0; */
    background: #fff
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase
}

#header .logo a {
    color: #fff
}

#header .logo img {
    max-height: 72px
}

@media (max-width:992px) {
    #header {
        /* top: 0; */
        padding: 15px 0;
        background: #fff
    }
    #header .logo {
        font-size: 28px
    }
    #header .logo img {
        max-height: 49px
    }
    #topbar{
        padding: 0px !important;
    }
}

.header-inner-pages {
    background: rgba(5, 87, 158, .9)!important
}

.topbar-inner-pages {
    background: rgba(6, 98, 178, .9)!important
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu>ul {
    display: flex
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 15px
}

.nav-menu a {
    display: block;
    position: relative;
    color: #090909;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif
}

.nav-menu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    width: 0;
    transition: all .3s ease-in-out 0s
}

.nav-menu>ul>li>.bottom_line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -12px!important;
    left: 0;
    background-color: #000;
    visibility: hidden;
    width: 0;
    transition: all .3s ease-in-out 0s
}

.nav-menu .active>a:before,
.nav-menu a:hover:before,
.nav-menu li:hover>a:before {
    visibility: visible;
    width: 100%
}

.nav-menu .active>a,
.nav-menu a:hover,
.nav-menu li:hover>a {
    color: #000
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 26px 0;
    background: #fff;
    transition: .3s;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 10px;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative
}

.nav-menu .drop-down ul a {
    padding: 8px 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000
}

.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover>a {
    text-decoration: underline;
    text-underline-position: under
}

.nav-menu .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    /* content: "\eaa0";
    font-family: IcoFont; */
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 15px
}

/* @media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }
    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%
    }
    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d"
    }
} */

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    /* top: 30px; */
    top: 80px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0!important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: #000
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #0665b7;
    padding: 10px 10px;
    font-weight: 500;
    outline: 0
}

.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
    color: #f6b024;
    text-decoration: none
}

.span-drop-down {
    display: none;
    position: static;
    right: 0;
    float: right;
    /* top: 55px; */
    /* width: 50px; */
    height: auto;
    /* padding: 9px 12px 9px 0; */
    font-size: 15px;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box
}

.span-drop-up {
    display: none;
    position: static;
    right: 0;
    float: right;
    /* top: 55px; */
    /* width: 50px; */
    height: auto;
    /* padding: 9px 12px 9px 0; */
    font-size: 15px;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box
}
.span-drop-down-nested {
    display: none;
    position: static;
    right: 50px;
    float: right;
    /* top: 110px; */
    /* width: 50px; */
    height: auto;
    /* padding: 9px 12px 9px 0; */
    font-size: 15px;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box
}

.span-drop-up-nested {
    display: none;
    position: static;
    right: 50px;
    float: right;
    /* top: 110px; */
    /* width: 50px; */
    height: auto;
    /* padding: 9px 12px 9px 0; */
    font-size: 15px;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box
}

.span-drop-down i, .span-drop-up i, .span-drop-down-nested i, .span-drop-up-nested i{
    font-size: 28px;
}
@media screen and (max-width:768px) {
    .span-drop-down {
        display: inline-block;
    }
    .covid-protection p{
        margin-top: 0px !important;
    }
    .contact-form-div-6{
        display: block !important;
        margin-top: 30px;
    }
}

.mobile-nav .drop-down>a {
    padding-right: 20px;
}

.mobile-nav .drop-down ul, .mobile-nav .drop-down .drop-down ul {
    display: none;
    overflow: hidden;
    margin: 0px 30px;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.mobile-nav .drop-down li {
    padding-left: 0px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(5, 74, 133, .6);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}

#hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    /* margin-bottom: -90px; */
    /* margin-bottom: -60px; */
    margin-bottom: 0px;
}

#hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
    width: 10%
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: 0 0;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto
}
.cta{
    position: absolute;
    bottom: 8%; /* Adjust the percentage to your preference */
    left: 50%;
    transform: translateX(-70%);
    display: flex;
    justify-content: center;
}
@media (min-width:1024px) {
    #hero p {
        width: 60%
    }
    #hero .carousel-control-next,
    #hero .carousel-control-prev {
        width: 5%
    }
    .cta{
        bottom: 20% !important;
    }
}

@media (max-width:768px) {
    #hero {
        height: unset!important;
        width: 100%!important;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: -3px !important;
    }
    #hero .carousel-container img {
        width: 100%
    }
}
/* @media (max-width: 767px) and (min-width: 425px) {
    #hero {
        margin-bottom: -60px !important;
    }
} */
@media (max-width:426px) {
    .why-us-mobile .content{
        text-align: center;
        padding: 0px !important;
    }
    .cutom-paddings{
        text-align: center;
        padding: 0px !important;
        display: block !important;
    }
    .why-us-mobile .what-we-do{
        padding-left: 0px !important;
    }
    .why-us-mobile .ul-paddings{
        display: inline-block !important; 
        padding-left: 0px !important;
    }
    .why-us-mobile .ul-paddings li{
        text-align: left !important;
    }
}

section {
    padding: 60px 0;
    overflow: hidden
}

.section-bg {
    background-color: #f1f8ff
}

.section-title {
    text-align: center;
    padding-bottom: 30px
}

.section-title h1 {
    font-size: 35px;
    font-weight: 600!important;
    line-height: 1.3em;
    letter-spacing: .08em;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000
}

.section-title h2 {
    font-size: 35px;
    font-weight: 600!important;
    line-height: 1.3em;
    letter-spacing: .08em;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #000
}

.section-title p {
    margin-bottom: 0;
    font-style: italic;
}

.icon-boxes {
    padding-top: 0;
}

.icon-boxes .icon-box {
    /* padding: 100px 50px; */
    padding: 25px 20px !important;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, .2);
    transition: all .3s ease-in-out;
    text-align: center;
    width: 100%!important;
}

.icon-boxes .icon {
    margin: 0 auto 20px auto;
    display: inline-block;
    text-align: center
}

.icon-boxes .icon i {
    font-size: 36px;
    line-height: 1;
    color: #f6b024
}

.icon-boxes .title {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: Gravity-Regular!important
}

.icon-boxes .title a {
    color: #000;
    line-height: 1.2em;
    letter-spacing: .13em
}

.icon-boxes .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: #777
}

.clients .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px
}

.clients .owl-item img {
    width: 155px;
    height: auto;
    transition: .3s
}

.clients .owl-item img:hover {
    opacity: 1
}

.clients .owl-dots,
.clients .owl-nav {
    margin-top: 5px;
    text-align: center
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent!important;
    border: 1px solid rgba(9, 9, 9, .5)!important
}

.clients .owl-dot.active {
    background-color: #090909!important
}

.clients .owl-dot:hover {
    background-color: #090909!important
}

.owl-centered .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.why-us {
    padding: 60px 0
}

.why-us .content {
    padding: 60px 0 0 100px
}

@media (max-width:1024px) {
    .why-us .accordion-list,
    .why-us .content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:992px) {
    .why-us .content {
        padding-top: 30px
    }
    .why-us .accordion-list {
        padding-bottom: 30px
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.portfoio #myClassicTab {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    border-radius: 50px
}

.portfoio #myClassicTab li a {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .06em;
    color: #838383!important;
    margin: 0 20px 10px 20px;
    transition: all ease-in-out .3s;
    padding: 7px 26px
}

.portfoio #myClassicTab .nav-item a.active,
.portfoio #myClassicTab .nav-item a:hover {
    color: #000!important;
    border-bottom: 1px solid #29ace0
}

.contact {
    position: relative
}

.contact:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.contact .container {
    position: relative
}

.contact .php-email-form {
    width: 100%
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
    padding-right: 20px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    border: 0;
    padding: 10px 15px;
    color: #fff;
    transition: .4s;
    border-radius: 10px!important;
    background-color: #10395c!important;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .06em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif
}

#footer {
    background: #fff;
    padding: 0;
    color: #fff;
    font-size: 14px
}

#footer .footer-newsletter {
    padding: 50px 0;
    background: #05579e
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    margin: 3px;
    background: #f6b024;
    color: #fff;
    transition: .3s;
    border-radius: 50px
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #0880e8
}

#footer .footer-top {
    background: #11395c;
    padding: 25px 0 26px
}

#footer .footer-top .footer-info {
    margin-bottom: 0
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    transition: .3s;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .1em;
    font-family: "Open Sans", sans-serif!important
}

#footer .footer-top .social-links a {
    font-size: 16px;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: #f6b024;
    color: #fff;
    text-decoration: none
}

#footer .footer-top h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin: 14px 0;
    letter-spacing: .1em;
    line-height: 1.3em;
    font-family: "Open Sans", sans-serif!important
}

#footer .footer-top .footer-links {
    margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #5db1f9;
    font-size: 18px;
    line-height: 1
}

#footer .footer-top .footer-links ul li {
    margin: 14px 0;
    display: flex;
    align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: .3s;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.3em;
    font-family: "Open Sans", sans-serif!important
}

#footer .footer-top .footer-links ul a:hover {
    color: #ee9445
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    max-width: 20%;
    margin-left: 55px
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    transition: .3s;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .1em;
    font-family: "Open Sans", sans-serif!important
}

#footer .footer-top .footer-contact p a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    transition: .3s;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .1em
}

#footer .footer-top .footer-contact p a:hover {
    color: #ee9445
}

#footer .copyright p {
    padding: 20px 0 0;
    text-align: center;
    font-size: 16px!important;
    font-weight: 500!important;
    color: #000!important
}

.nav-menu a span {
    background-color: #11395c;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600
}

.plpr {
    padding-left: 0;
    padding-right: 0
}

.z-index {
    z-index: -1!important
}

@media (max-width:1366px) {
    .z-index {
        z-index: -1!important
    }
}

.pd-right {
    padding-right: 0!important
}

.pd-left {
    padding-left: 0!important
}

.hover-overlay {
    position: relative;
    overflow: hidden
}

.hover-overlay-light {
    position: relative;
    overflow: hidden
}

.hover-overlay img {
    transition: ease-in-out .5s!important
}

.hover-overlay:hover img {
    transform: scale(1.1)
}

.hover-overlay:hover .overlay {
    opacity: 1
}

.hover-overlay-light:hover .overlay-light {
    opacity: .5
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: ease-in-out .5s!important;
    background-color: rgba(0, 0, 0, .68)
}

.overlay-light {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: ease-out .1s!important
}

.hover-text {
    color: #fff;
    text-transform: uppercase!important;
    font-size: 15px;
    font-weight: 600!important;
    letter-spacing: .13em;
    vertical-align: bottom;
    text-align: left;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    height: auto;
    margin-right: 10px;
    margin-bottom: 25px
}

.hover-text:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: calc(-500% - 25px);
    width: 500%;
    background-color: #fff;
    height: 1px;
    top: 50%
}

.blog-holder {
    margin-bottom: 26px!important
}

.blog-title {
    margin: 8px 0!important
}

.blog-title a {
    font-size: 14px!important;
    color: #080808
}

.blog-title a:hover {
    color: #ee9445!important
}

.blog-content a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px!important;
    line-height: 20px!important
}

.blog-content h4 {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.3em;
    margin: 0 0 20px
}

.hover-overlay:hover .overlay-light {
    opacity: 1
}

.overlay-light {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: ease-in-out .5s!important;
    background-color: rgba(0, 0, 0, .48)
}

@media (max-width:768px) {
    .pd-right {
        padding-right: 15px!important
    }
    .pd-left {
        padding-left: 15px!important
    }
}

.request-more {
    color: #fff;
    background-color: #11395c;
    letter-spacing: .06em;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid transparent;
    line-height: 2em;
    padding: 12px 46px 13px;
    display: inline-block;
    vertical-align: middle
}

.request-more:hover {
    background-color: #ee9445!important;
    transition: .5s;
    color: #fff!important
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-50%)
}

.owl-prev {
    left: 0
}

.owl-prev span {
    left: -2rem;
    font-size: 32px;
    font-weight: lighter
}

.owl-next {
    right: 0
}

.owl-next span {
    left: -2rem;
    font-size: 32px;
    font-weight: lighter
}

.owl-dot:focus,
.owl-next:focus,
.owl-prev:focus {
    outline: 0
}

@media (max-width:768px) {
    .clients .owl-item img {
        width: 155px!important;
        height: auto!important
    }
    .clients .owl-item .blog-holder img {
        width: 100%!important;
        height: auto!important
    }
    .owl-centered .owl-item {
        left: 85px
    }
    .plpr {
        padding-left: 15px;
        padding-right: 15px
    }
    .icon-boxes .icon-box {
        padding: 20px 20px
    }
    .covid-protection {
        /* margin-top: 20px!important */
        margin-top: 60px!important
    }
    .sub-content {
        padding-right: 0!important
    }
    .ta-pr {
        text-align: left!important
    }
    .mt-30 {
        margin-top: 0!important
    }
    .understanding-your-needs {
        padding-left: 37px!important
    }
    .custom-margin {
        margin: unset!important
    }
    .top-margin-50 {
        margin-top: unset!important
    }
    .our-interior {
        margin-left: unset!important
    }
    .ml {
        margin-left: unset!important
    }
    .item-left-right-pd {
        padding-top: 70px!important;
        padding-left: 70px!important;
        padding-right: 70px!important
    }
    .converting-every-aspect {
        padding-top: 35px!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
        padding-bottom: 50px!important
    }
    .vastly-experienced-image {
        height: 180px!important
    }
    .h1-mobile {
        font-size: 16px!important;
        margin-top: 10px!important;
        margin-bottom: 10px!important;
        line-height: 25px!important;
        letter-spacing: .08em!important
    }
    .pd-bottom {
        padding-bottom: 35px!important
    }
    .mg-top {
        margin-top: 50px!important
    }
    .cctv {
        padding-left: 15px!important
    }
    .margin-top {
        margin-top: 60px!important
    }
    .electrical-custom {
        margin: 0 15px 30px
    }
    .page-title {
        margin-top: 20%;
        background-color: #f8f8f8!important
    }
    .pa-bo-0 {
        padding-bottom: 0
    }
    .pa-top-0 {
        padding-top: 0!important
    }
    .pa-top-35 {
        padding-top: 35px
    }
    .space-planing {
        padding: 80px 60px 50px!important
    }
    /* .mobile-padding {
        padding-right: 30px;
        padding-left: 30px
    } */
    .contact .php-email-form .form-group {
        padding-right: 0!important
    }
    .blank-space {
        height: 0!important
    }
    .mt-48 {
        margin-top: 48px
    }
    .what-we-do-image img {
        height: 200px!important
    }
    .pd-left-pd-right {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .office-funiture {
        padding-top: 50px!important
    }
    .img-responsive {
        display: none!important
    }
    .img-responsive-mobile {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .img-res-mobile {
        display: block!important;
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .space-0 {
        height: 0!important
    }
    .portfolio-details .portfolio-description {
        padding-top: 0!important
    }
    .align-bottom {
        padding-top: 20px!important
    }
    .padding-top-15 {
        padding-top: 15px!important
    }
    .margin-top-30 {
        margin-top: 30px
    }
    .remove-mobile-view {
        display: none
    }
    .margin-between-images {
        margin-top: 3rem
    }
    .space-75 {
        height: 75px!important
    }
    .margin-between-images_ {
        margin-top: 1.5rem
    }
    .margin-between-images_2 {
        margin-top: 1.5rem!important
    }
    .space-50 {
        height: 50px!important
    }
    .blog-page-title-section {
        margin-top: 80px!important;
        padding-bottom: 40px!important
    }
    .blog-contents img {
        width: 100%!important;
        height: auto!important
    }
    .blog-contents p>img {
        max-width: 100%!important;
        height: auto!important
    }
    .blog-heading-image img {
        height: auto!important
    }
    .slider-text {
        font-size: 15px!important
    }
    .slider-text_ {
        font-size: 15px!important
    }
    .mt-100-70 {
        margin-top: 0!important
    }
    .cta{
        bottom: 28% !important;
        transform: translateX(-60%);
    }
    #heroCarousel .cta .request-more-white{
        font-size: 12px !important;
        padding: 8px 20px 9px !important;
    }
    .covid-protection-text{
        margin-top: 22px;
    }
}

@media (max-width: 1025px){
    .responsive-image {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px){
    #h2-content-box{
        margin-top: 15px !important;
    }
}

@media (max-width:768px) {
    #footer .footer-top .footer-contact {
        max-width: unset;
        margin-left: unset
    }
    .content-office-partition {
        padding-left: 15px!important
    }
}

.h1-custom {
    color: #000;
    text-transform: none!important;
    letter-spacing: 0!important;
    margin: 20px 0!important;
    line-height: 1.3em!important;
    font-weight: 600!important;
    font-size: 34px!important
}

.h1-cus {
    color: #000;
    text-transform: none;
    margin: 20px 0;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 34px;
    letter-spacing: .08em!;
}

.h3-custom {
    text-align: center;
    font-size: 18px;
    letter-spacing: .13em;
    margin: 20px 0;
    color: #000
}

.h3-custom-sub {
    color: #000;
    font-size: 18px!important;
    margin-bottom: 20px;
    font-weight: 500!important;
    letter-spacing: 0!important
}

.a-custom {
    color: #29ace0
}

.ul-list-custom {
    padding: 0!important;
    list-style-position: inside
}

.ul-list-custom li {
    margin-bottom: 10px!important
}

.office-furniture {
    background-image: url(../../images/single-images/ali-yahya-ytNFYf4d912e.webp);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.text-white {
    color: #fff!important
}

.bottom-title {
    font-size: 15px!important;
    font-weight: 600!important;
    color: #000;
    letter-spacing: .1em;
    line-height: 1.3em;
    text-transform: uppercase
}

.covid-protection {
    /* margin-top: 30px; */
    margin-top: 80px;
    background-color: #efefef;
    padding-bottom: 0!important
}

.covid-protection a {
    font-size: 16px;
    color: #090909;
    letter-spacing: .03em
}

.covid-protection p {
    margin-top: 22px;
    margin-bottom: 12px
}

.why-us .content li {
    margin-top: 15px!important;
    margin-bottom: 10px!important
}

.a-hover a:hover {
    color: rgb(238 148 70);
    transition: .2s
}

.what-we-do {
    padding-left: 15px;
    color: #000;
    letter-spacing: .08em;
    line-height: 1.3em!important;
    font-weight: 600!important;
    font-size: 34px!important
}

.sub-content {
    color: #000;
    margin: 10px 0!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 1.8em;
    padding-right: 130px
}

.sub-con {
    color: #000;
    margin: 10px 0!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 1.8em;
    letter-spacing: .04em!important
}

.paragraph {
    color: #000;
    margin: 10px 0!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 27px!important;
    letter-spacing: .03em!important
}

.blog-paragraphs {
    color: #000!important;
    margin: 10px 0!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 27px!important;
    letter-spacing: .03em!important;
    font-family: Gravity-Book!important
}

.blog-contents li.blog-paragraphs {
    margin: 25px 0px !important
}

.blog-contents li.blog-paragraphs p {
    margin-top: 0px !important;
}

.ta-pr {
    text-align: right;
    padding-right: 0!important
}

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

.owl-carousel .owl-dots.disabled {
    display: block
}

.clients .owl-item {
    padding-right: 0
}

@media (max-width:768px) {
    .clients .owl-item {
        padding-right: 20px
    }
}

.mg-top-bottom {
    margin: 25px 0
}

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

.our-work-title {
    font-size: 15px!important;
    font-weight: 600!important;
    letter-spacing: .13em;
    color: #090909;
    line-height: 1.3em;
    text-transform: uppercase !important;
    /* text-transform: initial!important */
}

.fur-title {
    font-size: 16px;
    font-weight: 600!important;
    text-align: center;
    padding-top: 10px
}

.range-holder {
    padding-top: 35px
}

.row-custom {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    background-color: #f8f8f8!important
}

.range-holder img {
    width: 100%;
    height: 190px
}

.understanding-your-needs {
    padding-right: 80px;
    padding-left: 124px
}

.h2-custom {
    margin: 0 0 20px!important;
    color: #000;
    letter-spacing: .07em;
    line-height: 1.3em;
    font-size: 25px!important;
    font-weight: 600!important
}

.custom-margin {
    margin: 50px 25px 0
}

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

.our-interior {
    margin-left: 20px;
    padding-top: 15px
}

.a-color a {
    color: #2b4e6c
}

.a-color a:hover {
    color: #ee9445
}

.form-lable {
    font-size: 12px;
    line-height: 1;
    letter-spacing: .04em;
    color: #2f2f2f;
    text-transform: none!important
}

.form-control-custom {
    position: relative;
    width: 100%;
    padding: 10px 18px;
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: inherit;
    color: #090909;
    border-radius: 0;
    outline: 0;
    border: none!important;
    background-color: #fff!important
}

.nav-span {
    font-family: Gravity-Regular!important
}

.ml {
    margin-left: 60px
}

.item-left-right-pd {
    padding-left: 70px;
    padding-right: 76px
}

.converting-every-aspect {
    padding-top: 130px;
    padding-right: 108px;
    padding-left: 60px
}

.vastlu-ul-li li {
    display: inline-flex!important;
    float: left!important;
    width: 50%!important
}

.vastly-experienced-image {
    width: 100%;
    height: 115px;
    margin-bottom: 12px
}

.timeline {
    position: relative;
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    padding: 4em 0;
    overflow-x: hidden;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #cbcbcb;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px
}

.container1 {
    position: relative;
    background-color: inherit;
    width: 50%
}

.container-gray {
    position: relative;
    background-color: inherit;
    width: 50%
}

.container1::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: #29ace0;
    border: 4px solid #fff;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 0 #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 0 rgba(0, 0, 0, .05)
}

.container-gray::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: #cbcbcb;
    border: 4px solid #fff;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 0 #fff, inset 0 2px 0 rgba(0, 0, 0, .08), 0 3px 0 0 rgba(0, 0, 0, .05)
}

.left {
    left: 0
}

.right {
    left: 50%
}

.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #fff;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff
}

.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent
}

.right::after {
    left: -13px
}

.content-left {
    padding: 0 30px 0 0;
    background-color: #fff;
    position: relative;
    border-radius: 6px
}

.content-right {
    padding: 0 0 0 30px;
    background-color: #fff;
    position: relative;
    border-radius: 6px
}

.hr-cus {
    border-top: 2px solid rgba(0, 0, 0, .1)!important
}

@media screen and (max-width:600px) {
    .timeline::after {
        left: 0
    }
    .container1 {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }
    .container-gray {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }
    .content-right {
        padding: 0!important
    }
    .container1::before {
        left: 60px;
        border: medium solid #fff;
        border-width: 10px 10px 10px 0;
        border-color: transparent #fff transparent transparent
    }
    .timeline::after {
        margin-left: 0px !important;
    }
    .left::after,
    .right::after {
        left: -12px
    }
    .right {
        left: 0
    }
}

.line-8 {
    width: 100%;
    height: 1px;
    margin-bottom: 35px;
    position: relative;
    background: #fff;
    border-radius: .25em;
    padding: .5em;
    box-shadow: 0 2px 0 #ddd
}

.cctv {
    padding-left: 120px
}

.covid-sub-content {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.3em;
    color: #383838;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center
}

.model-title {
    color: #000;
    text-align: left;
    font-family: inherit!important;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px
}

.margin-top {
    margin-top: 230px
}

.footer-icon {
    color: #fff!important;
    font-size: 1.33333333em!important
}

.page-title {
    margin-top: 40px;
    background-color: #f8f8f8!important
}

.t-and-c {
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: .03em;
    color: #585858
}

.category a:hover {
    color: #ee9445!important;
    text-decoration: none;
    transition: .2s
}

.color-09 {
    color: #090909
}

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

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

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

.blank-space {
    height: 60px
}

.holder {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px
}

.padding-20 {
    padding: 20px
}

.office-funiture {
    padding-top: 100px;
    padding-bottom: 100px
}

.tbounce-up {
    opacity: 0;
    transition: all .8s ease-out;
    transform: translate3d(0, 20px, 0)
}

.tbounce-up.in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.bounce-up {
    opacity: 0;
    transition: all .7s ease-out;
    transform: translate3d(0, 20px, 0)
}

.bounce-up.in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.slide-right {
    opacity: 0;
    -moz-transition: all .8s linear;
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
    -moz-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
    -o-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate3d(-100px, 0, 0)
}

.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0)
}

.slide-left {
    opacity: 0;
    -moz-transition: all .8s linear;
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
    -moz-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
    -o-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate3d(100px, 0, 0)
}

.slide-left.in-view {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate3d(0, 0, 0)
}

.portfolio-details {
    padding-top: 40px
}

.portfolio-details .portfolio-details-container {
    position: relative
}

.portfolio-details .portfolio-info {
    padding: 35px 15px 40px 15px;
    background-color: #f8f8f8!important;
    position: absolute;
    bottom: -140px;
    z-index: 2;
    box-sizing: border-box
}

.portfolio-title {
    font-size: 32px!important;
    font-weight: 600!important;
    vertical-align: middle;
    margin: 20px 0;
    color: #090909;
    letter-spacing: .08em;
    line-height: 1.3em
}

.portfolio-sub-title {
    font-size: 15px!important;
    font-weight: 400!important;
    vertical-align: middle;
    margin: 20px 0;
    color: #090909;
    letter-spacing: .07em;
    line-height: 1.3em
}

.portfolio-details .portfolio-description {
    padding-top: 50px
}

.portfolio-h3 {
    letter-spacing: .13em;
    line-height: 1.3em;
    font-size: 18px!important;
    font-weight: 500!important
}

.portfolio-p {
    margin: 10px 0;
    font-size: 16px!important;
    font-weight: 500!important;
    color: #000!important;
    line-height: 27px;
    letter-spacing: .03em
}

@media (max-width:768px) {
    .portfolio-details .portfolio-info {
        position: static
    }
    .recent-blog-img {
        width: 100%!important;
        height: auto!important
    }
    .what-we-do-imges {
        width: 100%!important;
        height: auto!important
    }
    .pt-120 {
        padding-top: 60px!important
    }
}

.img-res-mobile {
    display: none
}

.empty-space {
    height: 85px
}

.align-bottom {
    padding-top: 140px
}

.blog-heading-image {
    margin-bottom: 22px
}

.created-date a {
    margin-bottom: 5px;
    color: #434343!important;
    font-size: 14px;
    letter-spacing: .035em;
    line-height: 27px;
    font-weight: 400
}

.blog-hovers a:hover {
    color: #ee9445!important;
    text-decoration: none;
    transition: .2s
}

.blog-entry-title {
    color: #000;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 5px;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: .08em!important
}

.blog-page-title-section {
    margin-top: 120px;
    padding-bottom: 40px;
    background-color: #f8f8f8!important
}

.blog-contents {
    display: block!important
}

.blog-contents p>img {
    max-width: 100%;
    height: 100%;
    margin: 10px auto
}

.blog-bottom-content a {
    color: #090909!important;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: .03em;
    font-family: "Open Sans", sans-serif
}

.blog-bottom-content span {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: .03em;
    font-family: "Open Sans", sans-serif!important
}

.blog-contents h2 {
    margin: 40px 0 20px 0!important;
    color: #000;
    letter-spacing: .07em;
    line-height: 1.3em;
    font-size: 25px!important;
    font-weight: 600!important
}
.blog-contents h3 {
    font-family: Gravity-Regular !important;
    color: #000 !important;
    font-size: 22px!important;
    font-weight: bold !important;
}
.blog-contents h4 {
    font-family: Gravity-Regular !important;
    color: #000 !important;
    font-size: 20px!important;
    font-weight: bold !important;
    margin: 20px 0px;
}
.blog-contents h5 {
    font-family: Gravity-Regular !important;
    color: #000 !important;
    font-size: 18px!important;
    font-weight: bold !important;
}

.blog-bottom-content {
    padding-bottom: 21px
}

.related-post {
    padding: 20px 0 20px
}

.related-post-title {
    margin: 0 0 20px
}

.blog-title-related {
    color: #090909;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.3em;
    font-weight: 300
}

.blog-content-related {
    color: #585858;
    text-decoration: none;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: .03em;
    margin: 4px 0 0
}

.blog-contents img {
    max-width: 100%;
    height: 100%;
    margin: 10px auto
}

.recent-blog-img {
    width: 724px;
    height: 414px
}

.recent-blog-img img {
    max-width: 100%;
    height: auto;
    object-fit: cover
}

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

.what-we-do-imges {
    width: 535px;
    height: 357px
}

.what-we-do-imges img {
    max-width: 100%;
    height: auto;
    object-fit: cover
}

@media screen and (min-width:1150px) {
    .remove-top-margin {
        margin-top: 0!important
    }
}

@media screen and (min-width:1200px) {
    /* .icon-boxes {
        padding-top: 35px
    } */
    #hero {
        height: 85vh;
        padding-top: 0
    }
}

@media screen and (min-width:1440px),
(min-width:1600px),
(min-width:1680px) {
    #hero .container {
        max-width: 3810px
    }
    .request_model_width {
        max-width: 1380px!important
    }
    .cutome-height {
        height: 900px!important
    }
    #hero {
        height: 65vh;
        padding-top: 0;
        /* margin-bottom: -30px; */
    }
    .cta{
        bottom: 6% !important;
    }
    .slide1 img {
        object-position: bottom
    }
    /* .icon-boxes {
        padding-top: 30px
    } */
    #hero .carousel-container {
        align-items: unset
    }
    #hero .carousel-container img {
        object-fit: cover
    }
    .container {
        max-width: 1240px
    }
    .timeline {
        max-width: 1240px
    }
    .clients .blogs-carousel-one .owl-item>div {
        min-height: 484px
    }
    .wwd-img-height {
        height: 670px
    }
    .range-holder img {
        height: 250px
    }
}

@media screen and (min-width:1920px) {
    #hero .container {
        max-width: 3810px!important
    }
    .request_model_width {
        max-width: 1840px!important
    }
    .cutome-height {
        height: 900px!important
    }
    #hero {
        height: 72vh;
        padding-top: 0
    }
    #hero .carousel-container {
        align-items: unset
    }
    #hero .carousel-container img {
        object-fit: cover
    }
    .container {
        max-width: 1650px!important
    }
    .timeline {
        max-width: 1650px!important
    }
    .range-holder img {
        height: 250px
    }
    .clients-carousel .owl-stage-outer {
        padding: 0 50px 0
    }
    .clients .blogs-carousel-one .owl-item>div {
        min-width: 1080px;
        min-height: 647px
    }
}

@media screen and (min-width:2560px) {
    #hero .container {
        max-width: 3810px!important
    }
    .request_model_width {
        max-width: 2440px!important
    }
    .cutome-height {
        height: 900px!important
    }
    #hero {
        height: 62vh;
        padding-top: 0;
        margin-bottom: -14px !important;
    }
    .cta{
        bottom: 22% !important;
    }
    .covid-protection-text-section{
        padding-bottom: 0px !important;
    }
    /* .covid-protection-text-section{
        margin-top: 22px;
    } */
    .slide1 img {
        object-position: bottom
    }
    /* .icon-boxes {
        padding-top: 15px
    } */
    #hero .carousel-container {
        align-items: unset
    }
    #hero .carousel-container img {
        object-fit: cover
    }
    .container {
        max-width: 2280px!important
    }
    .timeline {
        max-width: 2335px!important
    }
    .cctv {
        padding-left: 155px
    }
    .range-holder img {
        height: 250px
    }
    .clients-carousel .owl-stage-outer {
        padding: 0 90px 0
    }
    .clients .blogs-carousel-one .owl-item>div {
        min-height: 865px
    }
}

.cutome-height {
    height: 675px
}

.ul-paddings {
    padding-left: 15px;
    list-style-position: inside
}

.clients .blogs-carousel-one .owl-item {
    display: block!important;
    padding: 0!important
}

.carousel-img-1 {
    padding: 0;
    margin: 0 0;
    background-image: url(../../images/client-images/Clients-2-2.webp);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 434px
}

.carousel-img-2 {
    padding: 0;
    margin: 0 0;
    background-image: url(../../images/client-images/Clients-3-2.webp);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 434px
}

.carousel-img-3 {
    padding: 0;
    margin: 0 0;
    background-image: url(../../images/client-images/Clients-1-2.webp);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 434px
}

.carousel-img-4 {
    padding: 0;
    margin: 0 0;
    background-image: url(../../images/client-images/Clients-4-2.webp);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 434px
}

.auto-resize {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%
}

.auto-resize img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cutom-paddings {
    padding: 0 0 0 100px!important;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) and (orientation:landscape) {
    /* #hero {
        margin-bottom: unset!important
    } */
    #hero .container {
        max-width: 768px!important;
        height: 72vh
    }
    #hero .carousel-container {
        align-items: unset
    }
    #hero .carousel-container img {
        object-fit: cover
    }
}

@media screen and (max-width:768px) {
    #hero .container {
        max-width: 768px!important
    }
    #hero .carousel-container {
        align-items: unset
    }
    #hero .carousel-container img {
        object-fit: cover
    }
    .height-30-60{
        height: 30px !important;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) and (orientation:portrait) {
    #hero {
        height: 40vh;
        padding-top: 0;
        margin-bottom: unset!important
    }

}

.l-spacing {
    letter-spacing: .03em
}

.project-image-content-center {
    display: flex;
    align-items: center
}

.trust-pilot {
    padding: 20px;
    border-width: 1px 1px 2px;
    border-style: solid;
    border-top-color: #d3d3d3;
    border-right-color: #d3d3d3;
    border-left-color: #d3d3d3;
    border-image: initial;
    margin-bottom: 5px;
    border-bottom-color: initial;
    position: relative
}

._df_book {
    background-color: #12385d!important
}

.cutome-hr {
    border-top: 1px solid #585858!important
}

.g-recaptcha {
    position: fixed;
    left: -186px;
    bottom: 25px
}

.g-recaptcha:hover {
    transition: .3s ease 0s;
    left: 0
}

#cookieConsent {
    background-color: #464646;
    min-height: 26px;
    font-size: 18px;
    color: #ccc;
    line-height: 26px;
    padding: 15px 0;
    text-align: center;
    position: fixed;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999
}

#cookieConsent a {
    color: #fff;
    text-decoration: none
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: 700
}

#closeCookieConsent:hover {
    color: #fff
}

#cookieConsent a.cookieConsentOK, #cookieConsent a.cookieConsentNO, #cookieConsent a.findoutmore {
    background-color: #000;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 20px;
    cursor: pointer;
    margin: 0 0px 0 10px
}

#cookieConsent a.cookieConsentOK:hover, #cookieConsent a.cookieConsentNO:hover, #cookieConsent a.findoutmore:hover {
    background-color: #ee9445
}

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

.footer-clients {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.footer-client-img img {
    margin: 5px
}

.tp-widget-wrapper .visible {
    text-align: right!important;
    margin-right: 50px
}

.g-review a img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.blog-contents table tbody tr:first-child {
    background-color: #11395c!important;
    color: #fff
}

.gb {
    font-family: Gravity-Book!important
}

.slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
    font-family: Gravity-Bold!important;
    line-height: 1.3em;
    letter-spacing: .08em;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: anim-1
}

.slider-text_ {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
    font-family: Gravity-Bold!important;
    line-height: 1.3em;
    letter-spacing: .08em
}

@keyframes anim-1 {
    0%,
    8.3% {
        left: -100%;
        opacity: 0
    }
    25%,
    8.3% {
        left: 50%;
        opacity: 1
    }
}

.slider-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100vw;
    background-color: rgba(0, 0, 0, .4)
}

.who-we-are {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../../images/single-images/ARP-3_Hi-res.webp);
    background-repeat: no-repeat!important;
    background-size: cover!important
}

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

#launcher {
    margin: 16px 80px!important
}

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

.h4-custom {
    margin: 20px 0;
    color: #090909;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.3em;
    font-weight: 300
}

.faq .faq-list ul {
    padding: 0;
    list-style: none
}

.faq .faq-list {
    margin-left: 15px
}

.li_li {
    margin-top: 30px
}

.faq .faq-list li {
    background: #fff;
    border-radius: 4px;
    position: relative
}

.faq .faq-list h4 {
    display: block;
    position: relative;
    margin-bottom: 0!important;
    margin: 20px 0;
    color: #090909;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.3em;
    font-weight: 400;
    outline: 0;
    cursor: pointer;
    padding-left: 30px
}

.plusicon {
    padding-right: 10px
}

.faq .faq-list .icon-help {
    position: absolute
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0
}

.faq .faq-list .icon-show {
    display: inline-block
}

.faq .faq-list h4.collapsed {
    color: #343a40
}

[data-toggle=collapse].collapsed:before {
    content: "\f067"
}

[data-toggle=collapse]:before {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    margin-top: 3px;
    margin-left: -22px;
    position: absolute;
    color: grey;
    font-weight: 600;
    font-size: 15px
}

@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0
    }
}

.auraa-redirect {
    color: #fff;
    background-color: #28ace2;
    border-color: #28ace2;
    font-weight: 700;
    border: 1px solid transparent;
    line-height: 2em;
    padding: 12px 46px 13px;
    cursor: pointer;
    letter-spacing: .06em;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px!important
}

.auraa-redirect:hover {
    color: #11395c;
    background-color: #fff;
    border-color: #fff
}

.location-based-pages-paragraph {
    display: flex;
    align-items: center
}

.heading {
    font-family: Gravity-Bold!important;
}

.form-styling {
    background-color: #F6F6F6E3;
    padding: 35px 35px 35px 35px;
    border-radius: 12px 12px 12px 12px;
}

.form-icon-request {
    background-color: #1A3857;
    font-size: 36px !important;
    padding: 14px 18px 14px 18px;
    border-radius: 50%;
}

.for-heading {
    font-size: 27px;
    font-weight: 600;
    color: #1A3857;
}

.form-fields {
    background-color: #ffffff !important;
    border-radius: 5px 5px 5px 5px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #4A4A4A !important;
    border: 1px solid #818a91 !important;
}

.form-checkbox {
    height: auto !important;
    margin-right: 5px;
}

.form-checkbox-group {
    display: flex !important;
    flex-wrap: wrap !important;
}

.row-gallery {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
}

.team .member .pic {
    overflow: hidden;
    width: 180px;
    border-radius: 50%;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px;
    color: #05579e;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #bfe0fd;
    bottom: 0;
    left: 0;
}

.team .member p {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    background: #ecf6fe;
    color: #0665b7;
}

.team .member .social a i {
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #0880e8;
    color: #fff;
}

.team .member .social a+a {
    margin-left: 8px;
}

.testimonials-star-icon {
    color: #00B67A;
}


/* Landing page */

.ready-to-kickstart {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(images/single-images/kickstart-your-office.webp);
    background-size: cover;
}
.specialises-in {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(images/single-images/GXI-Group-Specialises-in-Office-Fit-outsbr-and-Refurbishment-within-the-City-of-London.webp);
    background-size: cover;
}
.Main__Container-sc-1n4ud0o-0 a:last-child {
    display: none !important;
}

.bottom-form-button {
    padding: 0px 15px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    width: 100%;
}
.pt-pb{
    padding-top: 60px;
    padding-bottom: 60px;
}

.ready-to-kickstart-text {
    color: #FFFFFF;
    font-family: 'Open Sans' !important;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    line-height: 60px;
    text-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

.specialises-in-text {
    color: #FFFFFF;
    font-family: 'Open Sans' !important;
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    line-height: 60px;
    text-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}

.ready-to-kickstart-line {
    width: 100px;
    float: left;
    border-top: 4px solid #00dcff!important;
    margin-top: 8px !important;
}

.Main__Container-sc-1n4ud0o-0 a:last-child {
    display: none !important;
}

.bottom-form-button {
    padding: 0px 15px !important;
    font-weight: bold !important;
    font-size: 18px !important;
    width: 100%;
}

.tf-coutor {
    margin: 0 15px;
    /* padding: 97px 15px 96px 15px; */
    /* margin-top: -11.7%; */
}

.tf-coutor .box .icon-wrap {
    width: 83px;
    height: 83px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 20%);
    text-align: center;
    padding-top: 17px;
    margin-left: 22px;
    margin-top: 6px;
    transition: all 0.5s ease;
}

.tf-coutor .box .icon-wrap:hover {
    background-color: rgba(255, 255, 255, 50%);
    transition: all 0.5s ease;
}

.tf-coutor .box,
.tf-coutor .box .icon-wrap,
.tf-coutor .box .coutor-box {
    display: inline-block;
}

.tf-coutor .box .icon-wrap {
    position: absolute;
}

.tf-blog .sub-title {
    margin-bottom: 19px;
    margin-left: 4px;
}

.icon-wrap-style2 {
    padding-top: 20px !important;
}

.tf-coutor .box .icon-wrap i {
    font-size: 46px;
}

.tf-coutor .item-firt,
.tf-coutor .box .coutor-box .number {
    font-size: 25px;
    letter-spacing: -0.9px;
    line-height: 56px;
    font-weight: bold;
    font-family: Gravity-Regular!important;
}

.tf-coutor .box {
    position: relative;
}

.tf-coutor .box .coutor-box .item {
    position: absolute;
    font-size: 38px;
    font-weight: bold;
    top: 10%;
}

.tf-coutor .item-firt {
    margin-top: 4px;
    line-height: 40px;
}

.tf-coutor .box .coutor-box p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin-top: 1px;
}

.tf-coutor .box .coutor-box .elementor-counter-title {
    letter-spacing: 0.5px !important;
}

.tf-coutor .box .icon-wrap .icon-iconcoutor3 {
    font-size: 40px !important;
    padding-top: 10px !important;
}

.margin-left120 {
    margin-left: 120px;
}

/* Thank You Page */

.thanks-page {
    max-width: 570px;
    width: auto;
    padding: 40px;
    margin: 0 auto;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .than-conten {
    text-align: center;
  }
  .than-conten h1 {
    font-size: 36px;
    margin: 20px 0;
    font-family: initial !important;
    color: #000;
  }
  .than-conten p {
    font-size: 16px;
    font-family: initial !important;
    color: #000;
  }
  .than-conten a {
    background: #29aae1;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    font-size: 22px;
    border-radius: 5px;
    margin-top: 50px;
    font-family: initial !important;
  }
  .than-main {
    background-image: url("images/single-images/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
  }

  /* New Page */

  .box-shadow-cutom{
    box-shadow: 0 18px 35px rgb(50 50 93 / 10%), 0 8px 15px rgb(0 0 0 / 7%);
  }

  .our-work-title-csutom{
    text-align: center;
    margin-bottom: 0px !important;
  }
  /* Close New Pages */

  
  /* Contact-Us Form Styling */

  .check-box-group{
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
}
.check-box-group-span{
    flex: 1 1 50%;
    /* display: flex; */
/* flex-direction: column; */
    /* align-items: flex-start; */
}
.check-box-group-label{
    display: flex;
    align-items: baseline;
}
.check-box-group-span label{
    line-height: 1.5 !important;
}
.check-box-group-span input[type="checkbox" i]{
    transform: scale(1.5);
}
.gxi-forms-lables label{
    font-size: 16px;
}
.gxi-forms-lables input,
.gxi-forms-lables textarea {
    background-color: #ffffff !important;
    border-radius: 5px !important;
}
.checkbox-title-margin{
    margin-top: 10px;
}
  /* End Contact-Us Form Styling */

  #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#prevButton, #nextButton {
    font-size: 3em;
    color: #fff;
}
#exitButton {
    color: #fff;
    font-size: 3em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#overlay img {
    width: 60%;
    margin: 0;
    /* width: 80%; */
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}
img.carousel-image:hover,
#prevButton:hover, #nextButton:hover, #exitButton:hover{
    cursor: pointer;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-15{
    margin-bottom: 15px;
}
.mt-mb-30{
    margin-top: 30px;
    margin-bottom: 30px;
}
.mg-bottom-row{
    margin-bottom: 80px;
}
.height-30-60{
    height: 60px;
}
img.carousel-image {
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
}
.align-items-in-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.align-items-in-center div {
    text-align: left;
}
.image-resize-auto{
    aspect-ratio: 3/2;
    object-fit: cover;
}
.image-resize-auto img{
    margin-bottom: 30px;
}
.carousel-image-single img.carousel-image {
    object-fit: cover !important;
    mix-blend-mode: unset !important;
    border: 1px solid;
}
.carousel-image-single .carousel-image {
    transition: transform 0.4s ease;
}
#image-gallery:hover .carousel-image-single .carousel-image {
    transform: scale(1.05);
}
.owl-item .carousel-image {
    transition: transform 0.4s ease;
}
.owl-item:hover .carousel-image {
    transform: scale(1.05);
}
.project-images{
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
}

/* #topbar */

#topbar{
    height: 48px;
    padding: 0;
    /* font-size: 14px; */
    transition: all 0.5s;
    overflow: hidden;
    /* color: rgba(255, 255, 255, 0.8); */
    z-index: 996;
    background: #11395c;
    padding: 0px 40px;
}
#topbar #gxicall, #topbar #gxiemail{
    color: #fff;
}
#topbar #gxicall:hover, #topbar #gxiemail:hover{
    color: #ee9445;
}
/* End #topbar */

.contact_us_modal_header{
    display: flex;
    align-items: center;
    text-align: center !important;
}
.contact_us_modal_header img{
    width: 90px;
}
.contact_us_modal_header h2{
    color: #000;
    letter-spacing: .07em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 35px;
    margin-top: 30px
}
.contact_us_modal_body{
    align-items: center;
    justify-content: space-evenly;
}
#contact_us_modal .close{
    padding: unset !important;
    margin: unset !important;
}
.mt-mb-15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.mr-30{
    margin-right: 30px;
}
.ml-30{
    margin-left: 30px;
}
.request-more-orange {
    color: #fff;
    background-color: #ee9445;
    letter-spacing: .06em;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid transparent;
    line-height: 2em;
    padding: 12px 46px 13px;
    display: inline-block;
    vertical-align: middle
}
.request-more-orange:hover {
    background-color: #11395c!important;
    transition: .5s;
    color: #fff!important
}
.request-more-white {
    color: #000;
    background-color: #ffffff;
    letter-spacing: .06em;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid transparent;
    line-height: 2em;
    padding: 12px 46px 13px;
    display: inline-block;
    vertical-align: middle
}
.request-more-white:hover {
    background-color: #ee9445!important;
    transition: .5s;
    color: #fff!important
}
.of-cover{
    object-fit: cover;
}
@media (max-width:431px) {
    .cta{
        bottom: 8% !important;
        transform: translateX(-68%) !important;
    }
    #heroCarousel .cta .request-more-white{
        font-size: 12px !important;
        padding: 6px 10px 7px !important;
    }
}
@media (max-width:426px) {
    .contact_us_modal_header {
        flex-direction: column;
    }
    .contact_us_modal_header h2{
        font-size: 25px;
    }
    .trustpilot-google-review .g-review{
        margin-right: 25px;
    }
    .trustpilot-google-review{
        justify-content: unset !important;
    }
    .request-more-white {
        padding: 8px 22px 8px !important;
    }
    .request-more-orange {
        padding: 8px 22px 8px !important;
    }
    .request-more {
        padding: 8px 22px 8px !important;
    }
    /* .cta{
        bottom: 8% !important;
        transform: translateX(-60%) !important;
    }
    #heroCarousel .cta .request-more-white{
        font-size: 12px !important;
        padding: 6px 10px 7px !important;
    } */
    .covid-protection-text{
        margin-top: 16px !important;
    }
    .covid-protection-text-section {
        padding-bottom: 0px !important;
    }
}

.trustpilot-google-review{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0px 12px;
}
.covid-protection-text{
    display: flex;
    margin-top: 22px;
    align-items: center;
    justify-content: center;
}
#heroCarousel .cta .request-more-white{
    margin: 0px 4px;
}
.covid-protection-text-section{
    background-color: #efefef;
    padding-top: 0px;
    padding-bottom: 8px;
}
.contact-form-div-6{
    display: flex;
    align-items: center;
}

/* Trustpilot Reveiws design */

.what-say {
    background: #11395c !important;
    padding-top: 65px !important;
}

.testimonial {
    margin: 0 20px 0px 40px;
}

.testimonial .testimonial-content {
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
}
.testimonial .content-container {
    overflow: hidden;
    height: 100px;
}
.testimonial .testimonial-content:before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #718076;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #718076;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #26ace7;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

.testimonial-content .testimonial-icon:before {
    content: "";
    border-bottom: 16px solid #26ace7;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

/* .testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
} */

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #0CCA4A;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #0CCA4A;
}
.client-reviews-tp .owl-dots{
    text-align: center;
    padding-bottom: 15px;
}
.client-reviews-tp .owl-dot{
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent !important;
    border: 1px solid #ffffff !important;

}
.client-reviews-tp .owl-dot.active{
    background-color: #ffffff !important;
}
.client-reviews-tp .owl-dot:hover{
    background-color: #ffffff !important;
}

/* End Trustpilot Reveiws design */

.image-resize-seo{
    width: 100%;
    height: auto;
}
