:root {
    --primary: #242F6C;
    --secondary: #16BD9C;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-90px);
	}
	100% {
		transform: translateY(0px);
	}
}

* {
    padding: 0;
    margin: 0;
}

body {
    color: #4e4e4e;
    font-size: 16px;
    line-height: 1.8;
}

a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

header {
    background-color: var(--primary);
    padding: 0px 0;
}

.star-text {
    display: inline-flex;
        margin-top: 11px;
}

.star-text p {
    margin-bottom: 0px !important;
    color: #fff;
}

.hcontact-info h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    color: #001733;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.hcontact-info h6 a {
    color: #001733;
}

.hcontact-info h6 a:hover {
    color: var(--secondary);
}

.hcontact-info p {
    color: #7a7a7a;
    margin: 0;
}

.hcontact-info p a {
    color: #7a7a7a;
}

.hcontact-info p a:hover {
    color: #d33;
}

header .quote-link-btn,
.sticky-header-wrapper .quote-link-btn {
    padding: 0 35px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0px;
    height: 50px;
    font-weight: 600;
    line-height: 50px;
    margin-left: auto;
    box-shadow: none;
    border: none;
    text-shadow: none;
    background: var(--secondary);
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
}
header row{
    align-item: center;
}
.head-section {
    overflow: hidden;
}

.head-section img{
    /*float: left;*/
    margin-right: 15px;
    margin-left: 15px;
    height: 25px;
}
.wp-block-button__link:hover,
button:hover,
.btn:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: var(--secondary);
    color: #fff;
}

.head-logo img {
    width: 180px;
    height: auto;
}

.navbar {
    padding: 10px 0;
}

.navbar-nav>li {
    padding: 18px 10px !important;
    margin-right: 2px;
    position: relative;
}

.navbar-nav>li:after {
    content: "";
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-right: 1px solid rgba(0, 0, 0, .1);

}
.request-form h2 {
    font-size: 27px;
    line-height: 35px;
}
.request-form h3 {
    font-size: 22px;
    line-height: 30px;
}.request-form ul li {
    list-style: disc;
}
.request-form ul {
    padding-left: 30px;
}
.navbar-nav>li:last-child:after {
    content: none;
}

.navbar-nav>li:first-child {
    padding-left: 0;
}

.navbar-nav>li>a {
    color: #444;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    line-height: 22px;
    text-transform: capitalize;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-family: "Montserrat", sans-serif;
}

.navbar-nav>li>a:hover {
    color: var(--secondary);
}

.navbar-nav>li>a::before {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    content: ".";
    color: transparent;
    background: var(--secondary);
    height: 2px;
    transition: all .4s;
}

.navbar-nav>li>a:hover:before {
    width: 100%;
}

.banner {
    background: url(/images/child-name-change-banner.jpg) no-repeat;
    /*background-size: contain;*/
    padding:70px 30px 70px;
    position:relative;
    background-size:cover;
    background-position:top center;
    min-height: 450px;
}

.banner-inner-page {
   
    padding:70px 30px 70px;
    position:relative;
    background-size:cover;
    background-position:top center;
    min-height: 450px;
}
a.banner-btn {
    display: inline-block;
    margin-top: 15px;
}

.banner-inner-page h1 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin: 10px 0;
    font-weight: 700;
    clear: both;
    font-family: "Montserrat", sans-serif;
}




/*.banner .row {*/
/*    align-items: center;*/
/*    min-height: 690px;*/
/*}*/

.slider-inner h2, .slider-inner h3, .slider-inner strong, .slider-inner li {
    color: #fff;
}

.slider-inner ul {
    padding: 12px 10px 15px 5px;
}

.banner .heading-sep-front {
    content: "";
    height: 2px;
    width: 30px;
    background: #d33;
    display: inline-block;
    margin-top: auto;
    margin-bottom: 3px;
    margin-right: 10px;
}

.banner span {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: auto;
    margin-top: auto;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.banner h1 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin: 10px 0;
    font-weight: 700;
    clear: both;
    font-family: "Montserrat", sans-serif;
}

.banner p {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    margin: 30px 0;
    color: #fff;
}

.banner a {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    text-shadow: none;
    background: var(--secondary);
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
}

.banner-inner-page a {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    text-shadow: none;
    background: var(--secondary);
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all .4s ease-in-out .1s;
    -moz-transition: all .4s ease-in-out .1s;
    -o-transition: all .4s ease-in-out .1s;
    transition: all .4s ease-in-out .1s;
}

.banner-inner-page a:hover {
    background: var(--primary);
}

.name-change-order li {
    position: relative;
    list-style: none;
    padding-left: 25px;
}
.name-change-order li:before {
    content: '\f046';
    position: absolute;
    font-family: fontawesome;
    color: var(--primary);
    left: 0;
}

.our-company-bg {
    background-image: url(https://strongholdthemes.com/demos/plumbit/demo1/wp-content/uploads/2019/11/bubbles2.png);
    background-position: center center;
    background-repeat: repeat;
    min-height: 120px;
}

.our-company-wrap {
    margin-top: -14%;
}

.our-company-facility {
    box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
    -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, 0.1);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-style: none;
    border-radius: 15px;
    background-color: #fff;
    padding: 50px;
    margin-bottom: 30px;
}

.stronghold-info-icon,
.info-icon-img img {
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    line-height: 0;
    position: relative;
}

.stronghold-info-icon .icon-circle-top {
    left: 40%;
    top: 20%;
}

.stronghold-info-icon .icon-circle-top,
.stronghold-info-icon .icon-circle-bottom {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: 1;
    background: var(--secondary)1c;
    bottom: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.stronghold-info-icon .icon-circle-bottom {
    height: 60px;
    width: 60px;
    top: 85%;
    left: 60%;
}

.icon-box-icon {
    color: var(--secondary);
    font-size: 50px;
    vertical-align: initial !important;
    z-index: 2;
    font-size: 40px;
    position: relative;
}

.our-company-facility .info-content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #001733;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.our-company-facility .info-content p {
    margin: 0;
    text-align: center;
}

.our-company-facility .info-content {
    padding-top: 20px;
}

.our-company-facility:hover {
    -ms-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}


/*Partners logo CSS Start*/


section#logo-partners {
    padding: 10px 0px;
}

.sec-img img {
    width: 150px;
}



.about-us {
    padding: 80px 0;
    background: #f9f9f9;
}

.about-head {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: flex;
    display: -webkit-flex;
    font-family: "Montserrat", sans-serif;
    color: var(--secondary);
}

.about-head .heading-sep-front {
    content: "";
    height: 2px;
    width: 30px;
    background: var(--secondary);
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.heading-title-element h3 {
    font-size: 42px;
    clear: both;
    font-family: "Montserrat", sans-serif;
    color: #001733;
    font-weight: 700;
    line-height: 50px;
}
.name-change-order strong {
    padding-bottom: 5px;
    display: block;
}

.heading-title-element p {
    margin-bottom: 20px;
}

.info-list-wrraper {
    padding-bottom: 20px;
}

.info-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.info-list-item img {
    margin-bottom: auto;
    margin-top: auto;
    margin-right: 10px;
}

.about-us-btn .btn {
    background-color: var(--secondary);
    border: none;
    text-shadow: none;
    background: #1b66a0;
    color: #fff;
    border-radius: 6px;
    padding: 13px 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.about-us-btn .btn:hover {
    background: var(--secondary);
    color: #fff;
}

.services {
    background-color: #f9f9f9;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 85px 0 80px;
}

.heading-subtitle .heading-sep-front {
    content: "";
    height: 2px;
    width: 30px;
    background: var(--secondary);
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.heading-subtitle .heading-sep-back {
    content: "";
    height: 2px;
    width: 30px;
    background: var(--secondary);
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
}

.services .heading-subtitle {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: flex;
    display: -webkit-flex;
    font-family: "Montserrat", sans-serif;
    color: var(--secondary);
    justify-content: center;
}

.services h3 {
    font-size: 42px;
    font-family: "Montserrat", sans-serif;
    color: #001733;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.services p {
    padding: 0 0 30px;
}

.service-item {
    background-color: white;
    padding: 20px;
    margin-bottom: 30px;
}

.services .service-item img {
    width: 100%;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.services .service-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.service-main-detail {
    padding: 0 20px 10px;
}

.service-detail-icon-wrapper {
    text-align: center;
    margin-top: -35px;
}

.service-detail-icon {
    height: 65px;
    width: 65px;
    font-size: 30px;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: var(--secondary);
    margin-bottom: 10px;
    color: #fff;
    position: relative;
}

.service-detail-icon i {
    z-index: 2;
    position: relative;
}

.service-detail-icon-wrap {
    width: 75px;
    height: 75px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: var(--secondary);
    opacity: .5;
    border-radius: 50%;
    z-index: 0;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.service-block:hover .service-detail-icon-wrap {
    width: 65px;
    height: 65px;
}

.service-main-name {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.service-main-name a {
    color: #001733;
}

.service-main-name a:hover {
    color: var(--secondary);
}

.service-main-name:after {
    content: "";
    height: 3px;
    width: 50px;
    background: #d33;
    display: block;
    margin-top: 15px;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}

.get-quote {
    background-color: var(--secondary);
}

.get-quote h3 {
    margin-bottom: 30px;
}

.get-quote-img {
    background-image: url(images/quote-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.get-quote-form {
    background-attachment: fixed;
    background-color: var(--secondary);
    background-image: url(images/form-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.quote-form {
    padding: 3.85em 4.5em 4.25em 4.5em;
}

.specialize {
    padding: 90px 0;
    background:#f9f9f9;
}

.specialize-content .heading-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.specialize-content .heading-subtitle {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: flex;
    display: -webkit-flex;
    font-family: "Montserrat", sans-serif;
    color: var(--secondary);
}

.specialize-content .heading-title h3 {
    font-size: 42px;
    margin-top: 30px;
}

.specialize-content a {
    background-color: var(--secondary);
    border: none;
    text-shadow: none;
    background: #1b66a0;
    color: #fff;
    border-radius: 6px;
    padding: 13px 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    margin-top: 50px;
}

.testimonials {
    background-color: var(--primary);
    padding: 80px 0;
}


/*Procesas section CSS Start*/


section#process-help {
    padding: 80px 0px;
}

.header-new h2 {
    text-align: center;
    padding-bottom: 30px;
}

#process-help img {
    width: auto;
    height: 220px;
}

#process-help h4 {
    padding: 25px 10px 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #001733;
}
.h2, h2 {
    font-size: 2rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #001733;
}
.h1, h1 {
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #001733;
}
 
.side-bar {
 
    padding: 20px;
    border: 1px solid #ccc;
}
.side-bar div {
    padding: 15px;
    background: var(--primary);
    margin: 10px 0;
}
.side-bar h3 {
    color: #fff;
}
.side-bar p {
    color: #f9f9f9;
}

/*Procesas section CSS End*/



.testimonial-head {
    padding-bottom: 40px;
}

.testimonial-head .heading-subtitle {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    display: flex;
    display: -webkit-flex;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.testimonial-head h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
}

.testimonial {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #f4f4f4;
    border-radius: 15px;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, .1);
    -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, .1);
}


.testimonial .testim-text {
    border: none;
    border-left: none;
    box-shadow: none;
    margin-bottom: 0;
    padding: 10px;
    font-size: 16px;
}

.testimonial .testim-text img {
    position: absolute;
    padding: 5px;
    right: 30px;
    top: 15px;
}

.testimonial .testim-main-info {
    margin-top: 20px;
    display: flex;
}

.testimonial .stronghold-author img,
.stronghold-author-img img {
    margin-right: 5px;
    max-width: 70px !important;
    border-radius: 50% !important;
}

.testimonial .stronghold-testim-name {
    font-size: 16px;
    margin: 0;
    clear: both;
    font-family: "Montserrat", sans-serif;
    color: #001733;
    font-weight: 700;
    line-height: 1.5;
}

.stronghold-testim-position {
    font-size: 14px;
    color: #9e9e9e;
}

.testimonial .testim-main-info .stronghold-author-info {
    padding: 0 8px;
}

footer {
    background-color: var(--primary);
}

footer .footer-top {
    padding: 65px 0px 40px;
}

footer .footer-top section {
    margin: 0 0 20px;
}

.footer-widget-title {
    color: #fff;
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.footer-widget-title:after {
    content: "";
    width: 50px;
    height: 3px;
    bottom: -15px;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
}

.textwidget p {
    margin: 0;
    font-size: 15px;
    color: #ccc;
}

.footer-top section ul,
.footer-top section ol {
    padding: 0;
    margin-bottom: 30px;
    list-style-type: none;
}

.company-info-wid li,
.opening-hours-wid-two li {
    font-weight: 400;
    display: flex;
    margin-bottom: 5px;
    display: -webkit-flex;
    
}

.company-info-wid li:last-child,
.opening-hours-wid-two li:last-child {
    border: none;
}

.company-info-wid .info-title,
.opening-hours-wid-two .open-hrs-text {
    margin-bottom: auto;
    margin-top: auto;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
}

.company-info-wid span {
    font-size: 15px;
    color: #dadada;
    font-weight: 400;
}

.footer-top a {
    color: #dadada;
    font-size: 15px;
}

.footer-top a:hover {
    color: var(--secondary) !important;
}

.footer-top {
    color: #ccc;
    font-size: 15px;
}

.footer-copyright {
    background: var(--secondary);
    color: #ccc;
    padding: 10px;
    border-top: 1px solid rgba(232, 232, 232, .05);
}

.copyright {
    font-size: 14px;
    padding: 8px 20px 2px;
    color: #fff;
}
span.copyright strong a {
    color: #ffffff;
}

.footer-contact-detail {
    display: flex;
    display: -webkit-flex;
    margin-bottom: auto;
    margin-top: auto;
    justify-content: flex-end;
    padding-right: 0;
}

.footer-contact-detail .footer-contact-icon {
    margin-right: 10px;
    margin-bottom: auto;
    margin-top: auto;
}

.footer-contact-detail .footer-contact-info {
    margin-right: 0;
    margin-bottom: auto;
    margin-top: auto;
    font-weight: 600;
}

.footer-contact-detail .footer-contact-info a {
    color: #fff;
}

.footer-contact-detail .footer-contact-info a:hover {
    color: var(--secondary);
}

.social-widget-item {
    display: inline-block;
    margin-right: 6px;
    padding: 5px 0;
}

.social-widget-item a {
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    background: var(--secondary);
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all ease-in .2s;
    -moz-transition: all ease-in .2s;
    -o-transition: all ease-in .2s;
    transition: all ease-in .2s;
    overflow: hidden;
}

.footer-top .social-widget-item:hover a {
    background: #fff;
    color: #d33;
}

.company-info-wid li i,
.open-hrs-item i {
    padding-right: 20px;
    font-size: 25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: var(--secondary);
}

.company-info-item:hover>i,
.open-hrs-item:hover>i {
    color: #dadada;
}

/*My CSS*/
.home-blocks-wrap {
    position: relative;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    background-color: #fdfdfd;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
}

.home-blocks-1, .home-blocks-2, .home-blocks-3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.txt_center {
    text-align: center;
}

.home-blocks-wrap .blockQuotes {
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    color: #413f3f;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.6em;
}
.home-blocks-1 {
    background: #f9f9f9;
}

.home-blocks-2 {
    background: #f5f5f5;
}
.home-blocks-3 {
    background: #f9f9f9;
}
.home-blocks-wrap .blockQuotes > span:before {
    position: absolute;
    width: 27px;
    height: 21px;
    display: block;
    content: url(/images/block-qoutes.png);
    opacity: 0.67;
    left: 50%;
    margin-left: -13px;
    top: -5px;
}

.home-blocks-wrap .blockQuotes > span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 33px;
}

.client-scroller {
    padding: 30px 0px 25px;
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.20);
    position: relative;
    height: 200px;
    background: #f5f5f5;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.client-carousel.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.mrg-t-b{
    margin-top:60px;
    margin-bottom:40px;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}

.homepagecities {
    
    padding: 50px 0px !important;
}
.clint-brand-section{
        margin-top: 35px;
}

.site-info-inner{
    text-align:center;
}


/*New Section */

.outer-wrapper {
    padding: 50px 0;
}

.rlContentWrapper {
    padding: 0 20px;
}
.rlContentWrapper {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}
.rlContentWrapper:after, .rlContentWrapper:before {
    display: table;
    content: "";
    line-height: 0;
}
.row:after, .row:before {
    content: " ";
    display: table;
}
h2.header-new {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    z-index: 500;
}
.nowrap {
    white-space: nowrap;
}
.column:first-child, .columns:first-child {
    padding-left: 0;
}
.three-steps-wrap figure {
    text-align: center;
    margin: 0;
    padding: 0 8px;
}
.three-steps-wrap figure img {
    height: 200px;
}
.three-steps-wrap figure dt {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 28px;
}
.three-steps-wrap figure dd {
    margin-left: 9px;
    max-width: 260px;
    margin: auto;
}
.row-new {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 960px;
}
.column:first-child, .columns:first-child {
    padding-left: 0;
}
a.header-btn {
    display: none;
}

.navbar-light .navbar-toggler {
    background: #dedede !important;
}

.h3, h3 {
    font-size: 1.75rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #001733;
}

.brd {
    
    background: #dedede;
    padding: 5px;
}
.brd a {
    color: #000;
    text-transform: capitalize;
    font-size: 13px;
}
.wikibox img {
    width: 100%;
}
.wa-content-section {
    background: #f9f9f9;
    padding: 25px 0px;
}


@media (max-width: 767px) {
    .cs-bnnr{
            min-height: 150px !important;
    }
    .lst-hdng{
        display:block !important;
        font-size: 17px !important;
    line-height: 22px !important;
    display: block !important;
    margin: 0 !important;
    }
    .banner-inner-page ul li {
    color: #fff;
    font-size: 15px !important;
    display: inline-flex;
}
    .mrg-t-b{
        margin:0 !important;
    }
    .footer-copyright {
        text-align: center;
    }

    .footer-contact-detail {
        justify-content: center;
    }

    .banner h1, .banner-inner-page h1 {
        font-size: 28px;
        line-height: 38px;
        width: 100%;
    }
    .request-form h2{
        font-size:24px !important;
    }
    .banner h2, .banner h3, .banner-inner-page h2, .banner-inner-page h3 {
    display:none ;
}
    section.banner, .banner-inner-page {
    min-height: auto;
    padding:10px 0px !important;
}
a.banner-btn {
    display:none;
}
.heading-title-element h3 {
    font-size: 22px;
    line-height: 30px;
}
.about-head {
    padding-top: 25px;
}
#logo-partners .col-sm-3 {
    width: 50% !important;
}
.navbar {
    padding: 0px 0 !important;
}
a.header-btn {
    display: block !important;
    text-align: center;
    background: var(--primary);
    color: #fff;
    padding: 7px;
    font-weight: bold;
}
.darkHeader {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    animation: smoothScroll 2s forwards !important;
}
.about-us, section#process-help, section#process-help, .testimonials, .footer-top, .homepagecities{
    padding: 30px 0 !important;
    
}
h3, .h3, .h2, h2 {
    font-size: 22px !important;
    line-height: 33px !important;
}
.ul3 {
    column-count: 2 !important;
    margin-left: 30px !important;
}
.wa-content-section img {
    width: 100% !important;
    height: auto !important;
}
.main-content h3{
    font-size: 18px !important;
    line-height: 28px !important;
}
.main-content h2{
        font-size: 17px !important;
        line-height: 24px !important;
}
.main-content h3{
        font-size: 16px !important;
        line-height: 23px !important;
}

    
}

@media (max-width: 812px) {
    .quote-form {
        padding: 20px;
    }

    .navbar-collapse {
        margin: 20px 0;
        background: #fff;
        box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, .1);
        -webkit-box-shadow: 0px 8px 11px 4px rgba(158, 158, 158, .1);
        text-align: left;
    }

    .navbar-collapse li {
        border-bottom: 1px solid rgba(0, 0, 0, .03);
        font-weight: 500;
    }
}

.form-control {
    display: block;
    margin: 15px 0px;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
label.error {
    color: red;
    float: left;
}

button.get-quot {
        padding: 10px 20px;
    border-radius: 5px;
    border: solid transparent;
    background: var(--primary);
    color: #fff;
}
button.get-quot:hover{
    background: var(--secondary);
    color: #fff;
}
section.thnk {
    padding: 80px 0;
}
a.get-quot {
    padding: 10px 20px;
    border-radius: 5px;
    border: solid transparent;
    background: var(--primary);
    color: #fff;
}
a.get-quot:hover{
     background: var(--secondary);
    color: #fff;
}
h3.text-center.text-danger {
    margin: 45px;
}


.form-bx{
   
    border-radius: 5px;
   
}
/*.form-bx h3{*/
/*    text-align:center;*/
/*}*/

.left button.get-quot {
    float: left;
}

.gt-qute {
    padding: 40px 0;
}
.logo-side .sec-img {
    text-align: center;
}

.logo-side{
box-shadow: 0 0 5px;
border-radius:5px;
}
button.get-quot {
    margin-top: 16px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    text-align: left;
}

.form-check-input {
    position: absolute;
    margin-top: 0.5rem;
    margin-left: -1.25rem;
}

#contactUs p.frm-p{
     text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
     
}

input::placeholder{
   color:#545e68ad !important;

}


@media (max-width: 767px) {

.form-bx {
    padding: 17px;
    border-radius: 5px;
    margin: 0px 0px 35px ;
}
.divider .row{
    flex-direction: column-reverse;
}

}




/****btm areaa css ***/
ul.ul3 {
    column-count: 4;
}
li.company-info-item:before {
    font-family: 'FontAwesome';
    content: "\f101";
    margin-right: 10px;
    color:var(--secondary);
}

  .ul-manage ul li:before {
    content: '✓';
    margin-right: 6px;
  }

  .ul3 a {
    color: blue;
  }

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

  li {
    list-style: none;
  }

  .ul-manage h3 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 10px;
    border-top: 1px solid;
    padding-top: 12px;
  }

  .padding-50px-tb {
    padding: 30px 0px;
  }

  @media only screen and (max-width: 767px) {

    .ul3 {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 2;
    }

    .bg-white h2 {
      font-size: 19px;
      text-align: center;
    }

    .xs-padding-top-60px {
      padding: 15px 0px 60px 0px;
    }
    .footer-widget-title {
    margin-bottom: 27px;
}
  }
  
  
  /*** Btm cities ***/
  section.btm-cities {
    padding: 50px 0;
    text-align: center;
}

/**** Contact Us ****/
.icon-box {
    position: relative;
    z-index: 0;
    transition: all 0.5s ease;
}
.icon-box.iconbox-theme-colored1 .icon.icon-dark {
    background-color: var(--primary);
    color: #fff;
}
.icon-box .icon i {
    display: inline-block;
    font-size: 40px;
    line-height: 70px;
}


.icon-box.icon-left .icon-text {
    overflow: hidden;
}
.icon-box.icon-left .icon-text .icon-box-title, .icon-box.icon-left .icon-text .icon-box-title a {
    margin-top: 0;
}
.icon-box .icon-box-title, .icon-box .icon-box-title a {
    transition: all 0.1s ease;
}
.icon-box .content a {
    color: #7d8196;
    font-weight: 400;
}
.form-control, .input-text {
     height: 50px;
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.bg-white-f1 {
    background-color: #f1f1f1 !important;
}
:active, :focus {
    outline: none !important;
}
.p-30 {
    padding: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}
.btn-primary {
    background: var(--secondary) !important;
}
.btn {
    border-radius: 5px;
    border-width: 0;
    font-weight: 600;
    letter-spacing: .05rem;
    padding: 1.1rem 2.2rem;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
}
section.divider {
    padding: 50px 0;
}
.sidebar-block.mb-5 {
    padding: 23px;
    background: var(--primary);
    text-align: center;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.sidebar-heading h3 , .wiki-p p{
    color:#fff !important;
}
.divider h2 , .divider .content a , .content{
    color:var(--primary);
}
.divider .content a , .content{
    font-weight: 600;
    font-size: 19px;
    
}

/*** Contact Page End ****/
/*** Service-contact-pages**/
.cs-bnnr{
     min-height: 250px;
    display:flex;
    align-items:center;
    padding:0 !important;
}

/*** Service-contact-pages end**/
section.banner-inner-page:before {
    content: "";
    background: linear-gradient(
45deg, #00000099, transparent);
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
}
section.banner-inner-page{
    position:relative;
}
ul.info-list li a {
    font-size: 20px;
}
ul.info-list li i {
    margin-right: 10px;
}
li.pn-lst span {
    margin-left: 5px;
}
.wa-content-section ul {
    padding-left: 20px;
}
.wa-content-section li {
    list-style: inherit;
}
ul.ul3 li {
    text-align: left;
}
.wikibox h3 {
    display: none;
}
.main-content h2{
        font-size: 27px;
        line-height: 35px;
}
.main-content h3{
        font-size: 22px;
        line-height: 30px;
}
.wiki-p p{
    text-align:left;
}

/*** right col banner ***/
.banner-inner-page h2 {
    font-size: 27px;
    line-height: 35px;
    color: #fff;
    margin: 10px 0;
    font-weight: 700;
    clear: both;
    
}
.banner-inner-page ul li {
    color: #fff;
    font-size: 20px;
}
.banner-inner-page ul li:before {
    content: '✓';
    margin-right: 6px;
    color: #fff;
}
/** rigth col right end **/

.gt-qute img {
    width: 100%;
    margin-bottom: 50px;
}
.butn {
    background: var(--primary);
    display: table;
    margin: auto;
}
.butn a {
    color: #fff;
}
 div#main-navigation {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.mr-aut{
margin:0 auto;
}

