@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'gotham';
    src: url(../fonts/gotham.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'speeday';
    src: url(../fonts/speeday.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'pervitina';
    src: url(../fonts/pervitina.ttf);
    font-weight: 400;
    font-style: normal
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

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

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

.mt-8 {
    margin-top: 80px;
}

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

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

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

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

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

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'speeday';
    font-size: 87px;
    line-height: 95px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 25px;
}

h2 {
    font-family: 'speeday';
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'speeday';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 0px;
}


select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Header Start */


.menuSec {
    padding: 0px 0;
    position: relative;
}

.menuSec:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 337px;
    height: 100%;
    left: 0;
    z-index: -1;
    box-shadow: 0 0 10px 0 #0000009e;
}

.menuSec img {
    margin: 0;
}

.menusec-link ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.header-logo img {
    width: 100%;
    transform: scale(1.1);
}

.menuSec .no-padding-right {
    padding: 0;
}

.menusec-link ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
    margin-top: 15px;
}

.menusec-link ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 20px 47px;
    font-size: 16px;
    background: #333333;
    color: #fff;
    border-right: 1px solid #6e6e6e;
    position: relative;
    transition: 0.5s;
}

.menusec-link ul li a:hover {
    background: #0084cf;
    font-weight: 700;
    color: #000 !important;
}

.menusec-top-row ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.menusec-top-row {
    padding: 20px 0;
}

.menusec-btn {
    background: #57b753 !important;
    font-size: 22px !important;
    border-radius: 50px !important;
    padding: 12px 25px !important;
    color: #fff !important;
    animation: pulse-animation-one 2s infinite;
}
@keyframes pulse-animation-one {
    0% {
        box-shadow: 0 0 0 0px rgb(0 132 207);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}

@keyframes pulse-animation-two {
    0% {
        box-shadow: 0 0 0 0px rgb(87 183 83);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}
.menusec-top-row ul li p {
    font-size: 27px;
    color: #000;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #57b753;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.add-padding {
    padding: 0 5%;
}

.menusec-call-now ul li h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    margin-bottom: 0;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
}

.menusec-call-now ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menusec-call-now ul li span {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    animation: pulse-animation-two 2s infinite;
}

.menuSec:after {
    content: "";
    position: absolute;
    background-image: url(../images/meun-call-now-back.png);
    width: 395px;
    height: 163px;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 0;
}

.menusec-call-now {
    position: relative;
    z-index: 9;
}

.menusec-call-now ul li a {
    font-family: 'gotham';
    font-size: 30px;
    color: #fff;
    margin-top: 5px;
}

/* Header Ends */

/* Banner Start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h1 span {
    font-family: 'pervitina';
    font-size: 92px;
    color: #57b753;
}

.banner_text p {
    color: #fff;
    width: 80%;
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

.theme-btn-1 span i {
    background: #000;
    align-items: center;
    justify-content: center;
    display: inline;
    padding: 6px 12px;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 25px;
}

.theme-btn-1 {
    background-image: url(../images/theme-btn-back.png);
    padding: 22px 20px 22px 25px;
    border-radius: 50px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background-size: cover;
    background-repeat: no-repeat;
    animation: pulse-animation-two 2s infinite;
}

.banner-circle-box a {
    background: #0084cf;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 185px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 9999;
}

.banner-circle-box {
    background: #fff;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 #00000040;
    position: relative;
    margin: 0 auto;
    animation: pulse-animation-two 2s infinite;
}

@keyframes movup {
    0% {
        transform: translate(0px, 0px);

    }

    50% {
        transform: translate(0px, -35px);
    }

    100% {
        transform: translate(0px, 0px);

    }

}

.banner-circle-sec {
    margin-top: -130px;
}

.banner-circle-box.chg a {
    background: #57b753 !important;
}

.banner-circle-box a img {
    width: 66px;
    height: 62px;
    object-fit: contain;
    margin-bottom: 10px;
}

.banner-circle-box a p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 70%;
    margin: 0 auto;
}

.banner-circle-box:before {
    content: "";
    position: absolute;
    width: 215px;
    height: 215px;
    border: 3px solid #0084cf;
    border-radius: 50%;
}
.btn-shine {
    background: linear-gradient(to right, #fff 0, #0084cf, #57b753 33%, #fff 0%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 7s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    width: 100%;
}
@keyframes shine {
 0%,
 100% {
  background-position: 0;
 }

 10% {
  background-position: 50px;
 }

 20% {
  background-position: 100px;
 }

 30% {
  background-position: 150px;
 }

 40% {
  background-position: 200px;
 }

 50% {
  background-position: 250px;
 }

 60% {
  background-position: 300px;
 }

 70% {
  background-position: 350px;
 }

 80% {
  background-position: 400px;
 }

 90% {
  background-position: -450px;
 }
}

/* Banner End*/

/*Get a Free Estimate Start*/

.get-free-estimate-sec {
    padding: 55px 0;
}

.get-free-estimate-heading {
    text-align: center;
}

.get-free-estimate-heading h2 {
    text-transform: uppercase;
    color: #000000;
}

.get-free-estimate-heading h2 {
    margin-bottom: 12px;
}

.get-free-estimate-from {
    margin-top: 50px;
}

.get-free-estimate-from input {
    width: 100%;
    height: 65px;
    padding: 0 20px;
    border-radius: 50px;
    border: 2px solid #000;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.get-free-estimate-from input::placeholder {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.get-free-estimate-heading p {
    width: 45%;
    margin: 0 auto;
}

.get-free-estimate-from button {
    width: 100%;
    height: 65px;
    border-radius: 50px;
    font-size: 20px;
    background: #57b753;
    color: #fff;
    border: none;
    animation: pulse-animation-one 2s infinite;
}

/*Get a Free Estimate End*/


/*About Us Start*/


.about-us-sec {
    padding: 80px 0 20px;
}

.about-us-text label {
    font-size: 35px;
    color: #0084cf;
    font-weight: 500;
    margin-bottom: 12px;
}

.about-us-text P {
    margin-bottom: 30px;
    line-height: 32px;
    font-weight: 700;
}

.about-us-text h2 {
    color: #0084cf;
    margin-bottom: 25px;
}

.about-us-text h2 span {
    color: #57b753;
}

.about-us-text h3 {
    font-family: 'pervitina';
    font-size: 55px;
    margin-bottom: 30px;
}

.about-us-btn {
    margin-top: 50px;
}

.about-us-images {
    text-align: center;
    position: relative;
}

.about-us-images:before {
    content: "";
    position: absolute;
    width: 710px;
    height: 624px;
    /*background-image: url(../images/about-img-back.png);*/
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -22px;
    background-size: cover;
}

.about-us-btn a {
    background-image: url(../images/theme-btn-back-2.png);
    width: 100%;
    height: 100%;
    animation: pulse-animation-one 2s infinite;
}

.about-us-images img {
    width: 90%;
    height: 575px;
    object-fit: cover;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/*About Us End */

/*Our Services Start*/


.our-services-heading {
    text-align: center;
}

.our-services-sec {
    background-image: url(../images/our-services-back.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 90px 0;
    background-position: center;
    margin: 80px 0;
}

.our-services-silder .slick-slide {

    opacity: 1.2;
}

.our-services-heading h2 {
    color: #fff;
}

.our-services-heading label {
    font-size: 35px;
    color: #fff;
    margin-bottom: 5px;
}

.our-services-box-btn {
    margin-top: 0px;
    float: right;
}

.our-services-box-btn a {
    background: #57b753;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    animation: pulse-animation-one 2s infinite;
}

.our-services-silder .slick-slide {
    margin: 20px 15px;
}

.our-services-box {
    position: relative;
}

.our-services-silder .slick-active {
    opacity: 1.5;
}
.our-services-silder-items {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
}

.our-services-box-img img {
    width: 100% !important;
    object-fit: contain !important;
    margin: 0 auto !important;
    filter: inherit !important;
}
.our-services-box-text {
    margin-top: 15px;
}

.our-services-box-text h2 {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
    line-height: 30px;
}



.our-services-box-text h2 span {
    display: block;
}





.our-services-silder .slick-prev:before {
    content: '\f177';
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    opacity: 1 !important;
    background: #57b753;
    color: #fff !important;
    padding: 12px 15px;
    animation: pulse-animation-two 2s infinite;
}

.our-services-silder .slick-prev {
    left: -55px;
}

.our-services-silder .slick-next {
    right: -10px;
}

.our-services-silder .slick-next:before {
    content: '\f178';
    position: absolute;
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    opacity: 1 !important;
    background: #57b753;
    color: #fff !important;
    padding: 12px 15px;
    animation: pulse-animation-two 2s infinite;
}

/*Our Services End*/


/*Our Gallery Start*/

.our-gallery-one-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-gallery-sec {
    padding: 20px 0;
}

.our-gallery-one-img a:before {
    content: "";
    position: absolute;
    background: #57b75396;
    width: 20%;
    height: 20%;
    transition: 0.5s;
    opacity: 0;
}
.our-gallery-one-img:hover a:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}


.our-gallery-two-img a:before {
    content: "";
    position: absolute;
    background: #57b75396;
    width: 20%;
    height: 20%;
    transition: 0.5s;
    opacity: 0;
}
.our-gallery-two-img:hover a:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}


.our-gallery-three-img a:before {
    content: "";
    position: absolute;
    background: #57b75396;
    width: 20%;
    height: 20%;
    transition: 0.5s;
    opacity: 0;
}
.our-gallery-three-img:hover a:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.our-gallery-four-img a:before {
    content: "";
    position: absolute;
    background: #57b75396;
    width: 20%;
    height: 20%;
    transition: 0.5s;
    opacity: 0;
}
.our-gallery-four-img:hover a:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.our-gallery-heading {
    text-align: center;
}

.our-gallery-heading h2 {
    color: #0084cf;
    margin-bottom: 20px;
}

.our-gallery-heading h2 span {
    color: #57b753;
}

.our-gallery-heading p {
    width: 44%;
    margin: 0 auto;
    font-weight: 700;
    line-height: 28px;
}

.our-gallery-row {
    margin-top: 45px;
}

.our-gallery-one-img img {
    width: 100%;
    height: 357px;
    object-fit: cover;
    box-shadow: 0 0 25px 0 #00000061;
}

.our-gallery-two-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    box-shadow: 0 0 15px 0 #00000061;
}

.our-gallery-two-img {
    margin-top: 20px;
      position: relative;
}

.our-gallery-three-img img {
    width: 100%;
    height: 465px;
    object-fit: cover;
    box-shadow: 0 0 15px 0 #00000061;
}

.our-gallery-four-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.our-gallery-three-img {
    position: relative;
}


.our-gallery-four-img {
    margin-top: 20px;
    position: relative;
}

/*Our Gallery End*/


/*Our Testimonials Start*/


.our-testimonials-heading {
    text-align: center;
}

.our-testimonials-heading h2 {
    margin-bottom: 10px;
}

.our-testimonials-heading p {
    width: 43%;
    margin: 0 auto;
}

.our-testimonials-sec {
    margin: 50px 0 0;
    background-image: url(../images/our-testimonials-back.png);
    width: 100%;
    height: 100%;
    padding: 120px 0;
    background-size: cover;
}

.our-testimonials-row {
    margin-top: 10px;
}

.our-testimonials-heading h2 {
    color: #fff;
}

.our-testimonials-heading p {
    color: #fff;
}

.our-testimonials-silder-items {
    background: #fff;
    padding: 40px 35px;
    box-shadow: 0 0 10px 0 #00000066;
    position: relative;
}

.our-testimonials-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.our-testimonials-icon span {
    background: #0084cf;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 0px 0 0px 100px;
}

.our-testimonials-silder-items ul li img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.our-testimonials-silder-items ul li h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 30px;
    color: #000;
}

.our-testimonials-silder-items ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.our-testimonials-silder-items ul li span {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}

.our-testimonials-silder .slick-active {
    opacity: 1.5;
}

.our-testimonials-silder .slick-slide {
    margin: 50px 15px;
}

.our-testimonials-silder-items p {
    font-size: 24px;
    line-height: 35px;
}

.our-testimonials-icon span img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-left: 20px;
    margin-top: -20px;
}

.our-testimonials-silder .slick-prev {
    left: -50px;
}

.our-testimonials-silder .slick-next {
    right: -30px;
}
.footer-contact-info.wow.fadeInUp {
    color: #fff;
}
.our-testimonials-silder .slick-prev:before {
    content: '\f177';
    position: absolute;
    font-weight: 900;
    font-family: 'FontAwesome';
    opacity: 1 !important;
    color: #fff !important;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    animation: pulse-animation-one 2s infinite;
}
.menusec-call-now {
    color: #fff;
    left: 15px;
}
.our-testimonials-silder .slick-next:before {
    content: '\f178';
    position: absolute;
    font-weight: 900;
    font-family: 'FontAwesome';
    opacity: 1 !important;
    color: #fff !important;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    animation: pulse-animation-one 2s infinite;
}
.our-testimonials-silder .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    opacity: 1;
}

.our-testimonials-silder .slick-dots li {
    width: 20%;
    margin: 0 0px;


}

.our-testimonials-silder .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    background: #fff;
    opacity: 6;
    height: 5px;
    margin-top: -1px;
    border-radius: 50px;
}

.our-testimonials-silder .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


/*Our Testimonials End*/

/*Our Packages Start*/

.our-packages-sec {
    padding: 100px 0;
}

.our-packages-heading {
    text-align: center;
}

.our-packages-heading h2 {
    color: #0084cf;
    margin-bottom: 20px;
}

.our-packages-heading p {
    width: 40%;
    margin: 0 auto;
}

.our-packages-heading h2 span {
    color: #000;
}

.our-packages-box {
    background: #0084cf;
    padding: 30px 30px 50px;
    border-radius: 8px;
}

.our-packages-box h2 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.our-packages-box h3 {
    font-size: 77px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.our-packages-box h3 {
    text-align: center;
}

.our-packages-box h3 sup {
    font-size: 18px;
    color: #b8d3ed;
    top: -40px;
}

.our-packages-box p {
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    margin-top: 45px;
}

.our-packages-box ul {
    margin-top: 20px;
    line-height: 38px;
    margin-bottom: 40px;
}

.our-packages-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.our-packages-box h3 sub {
    font-size: 18px;
    color: #b8d3ed;
    margin-left: 5px;
}

.our-packages-row {
    margin-top: 50px;
}

.our-packages-box.chg {
    background: #57b753;
}

.our-packages-box.chg a {
    animation: pulse-animation-one 2s infinite;
}

.our-packages-box a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    font-size: 18px;
    color: #000;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
  
    animation: pulse-animation-two 2s infinite;
}

/*Our Packages End*/

/*Footer Start*/

.fooetr-sec {
    background: #121212;
    padding: 85px 0 50px;
}


.footer-logo a img {
    width: 100%;
}

.footer-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.footer-logo ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 45px;
    height: 45px;
    font-size: 20px;
    color: #000;
    transition: 0.5s;
    animation: pulse-animation-one 2s infinite;
}

.footer-logo ul li a:hover {
    background: #57b753;
    transition: 0.5s;
    color: #fff;
}

.fooetr-sec h2 {
    font-size: 30px;
    color: #fff;
    font-family: 'pervitina';
    margin-bottom: 0px;
}

.footer-contact-info ul li {
    margin-bottom: 38px;
}

.footer-contact-info h2 {
    margin-bottom: 12px;
}

.footer-contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
}

.footer-quick-link ul {
    line-height: 55px;
    column-count: 2;
}

.footer-newletter input {
    width: 100%;
    height: 58px;
    padding: 0 20px;
    border-radius: 50px;
    border: none;
    color: #000;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer-copy-right {
    background: #1b1b1b;
    text-align: center;
    padding: 25px 0;
}
.footer-copy-right p {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 12px;
}

.footer-copy-right a {
    color: #57b753;
    font-weight: 600;
}

.footer-newletter h2 {
    margin-bottom: 12px;
}

.footer-newletter input::placeholder {

    color: #000;
    font-weight: 700;
}

.footer-quick-link ul li a {
    font-size: 17px;
    color: #fff;
}

.footer-logo {
    width: 80%;
}

.footer-newletter button {
    background-image: url(../images/footer-button.png);
    border: none;
    padding: 18px 35px 18px 65px;
    text-transform: capitalize;
    animation: pulse-animation-one 2s infinite;
}

.footer-newletter button span i {
    margin-left: 80px;
}
.footer-contact-info ul li a i {
    font-size: 20px;
}


/*Footer End*/


@media only screen and (min-width: 1400px) and (max-width: 1600px){

.menusec-link ul li a {
   
    padding: 20px 43px;
    font-size: 16px;
    
}
.menuSec:before {
    width: 325px;
}

.footer-newletter button {
    padding: 18px 35px 18px 55px;
    
}


.menusec-call-now ul li a {
   
    font-size: 25px;
    
}

}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .menuSec::after {
  bottom: 0;
  width: 230px;
  height: 120px;
}
html {
  overflow-x: hidden;
}
.menusec-top-row ul li p {
  font-size: 16px;
}
.menusec-link ul li a {
  font-size: 16px;
  padding: 20px !important;
}
.menusec-btn {
  font-size: 16px !important;
  padding: 12px 12px !important;
}
.menusec-top-row ul {
  align-items: flex-start;
  justify-content: left;
}

.menuSec::before {
  width: 100%;
  left: 0;
  top: 0;
}
.header-logo img {
  transform: scale(1.0);
  margin-left: 0 !important;
}
.menusec-call-now ul li a {
  font-size: 12px;
}
.menusec-call-now ul li h2 {
  font-size: 12px;
}
.menusec-call-now ul li {
  gap: 10px;
}


h1 {
  font-size: 40px;
  line-height: 50px;
}
.banner_text p {
  width: 100%;
  font-size: 13px;
  margin: 0 0 30px;
  line-height: 24px;
}
.main-banner-img {
  height: 50vh;
}
.theme-btn-1 {
  padding: 17px 14px 15px 16px !important;
  font-size: 12px !important;
}
.banner-circle-sec {
  margin-top: -30px;
}
.banner-circle-box {
  margin: 0 0 30px;
  width: 170px;
  height: 170px;
}
.banner-circle-box:before {
  width: 170px;
  height: 170px;
}
.banner-circle-box a {
  width: 170px;
  height: 170px;
}
.our-testimonials-icon span {
  width: 70px;
  height: 70px;
}
.our-testimonials-silder-items ul li h2 {
  font-size: 26px;
}
.our-testimonials-silder-items p {
  font-size: 18px;
  line-height: 28px;
}

.banner-circle-box a p {
  font-size: 14px;
  width: 90%;
  line-height: 20px;
}
.banner-circle-box a img {
  width: 45px;
  height: 45px;
}
h2 {
  font-size: 34px;
  line-height: 44px;
  margin: 0 0 20px;
}
.about-us-images img {
  height: 470px;
}
.about-us-text P {
  font-size: 14px;
  line-height: 22px;
}
.our-services-sec {
  padding: 20px 0;
}
.our-services-silder-items {
  padding: 10px 10px;
  height: 260px !important;
}
p {
  font-size: 14px;
  line-height: 22px;
}
.our-services-box-text h2 {
  font-size: 16px;
  line-height: 26px;
}
.our-packages-sec {
  padding: 30px 0;
}
.our-packages-sec .vc_col-sm-3 {
  width: 50%;
}
.addon-serv {
  padding: 16px;
  height: 280px;
}
.addon-serv h2 {
  font-size: 18px;
  line-height: 24px;
}
.our-testimonials-sec {
  padding: 50px 0;
  background-position: center;
}
.fooetr-sec h2 {
  font-size: 20px;
}
.footer-quick-link ul li a {
  font-size: 12px;
}
.footer-contact-info ul li a {
  font-size: 12px;
}
.footer-newletter input {
  font-size: 10px;
  padding-left: 10px;
}
.footer-newletter button span i {
  margin-left: 0px;
  font-size: 13px;
  padding: 6px 9px;
}
.footer-copy-right p {
  font-size: 16px;
}
#mc4wp-form-1 .theme-btn-1 {
  font-size: 12px !important;
}

.our-packages-row .col-md-3 {
  width: 50%;
  height: auto !important;
}
.our-packages-box {
  height: 600px !important;
  margin: 0 0 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    #mc4wp-form-1 .theme-btn-1 {
  font-size: 12px !important;
}
.menuSec::after {
  bottom: 0;
  width: 190px;
  height: 120px;
}
html {
  overflow-x: hidden;
}
.menusec-top-row ul li p {
  font-size: 12px;
}
.menusec-link ul li a {
  font-size: 12px;
  padding: 14px !important;
}
.menusec-btn {
  font-size: 11px !important;
  padding: 12px 5px !important;
}
.menusec-top-row ul {
  align-items: flex-start;
  justify-content: left;
}

.menuSec::before {
  width: 100%;
  left: 0;
  top: 0;
}
.header-logo img {
  transform: scale(1.0);
  margin-left: 0 !important;
}
.menusec-call-now ul li a {
  font-size: 12px;
}
.menusec-call-now ul li h2 {
  font-size: 12px;
}
.menusec-call-now ul li {
  gap: 10px;
}


h1 {
  font-size: 40px;
  line-height: 50px;
}
.banner_text p {
  width: 100%;
  font-size: 13px;
  margin: 0 0 30px;
  line-height: 24px;
}
.main-banner-img {
  height: 50vh;
}
.theme-btn-1 {
  padding: 17px 14px 15px 16px !important;
  font-size: 12px !important;
}
.banner-circle-sec {
  margin-top: -30px;
}
.banner-circle-box {
  margin: 0 0 30px;
  width: 210px;
  height: 210px;
}
.banner-circle-box a p {
  font-size: 14px;
  width: 90%;
  line-height: 20px;
}
.banner-circle-box a img {
  width: 45px;
  height: 45px;
}
h2 {
  font-size: 34px;
  line-height: 44px;
  margin: 0 0 20px;
}
.about-us-images img {
  height: 470px;
}
.about-us-text P {
  font-size: 14px;
  line-height: 22px;
}
.our-services-sec {
  padding: 20px 0;
}
.our-services-silder-items {
  padding: 10px 10px;
  height: 260px !important;
}
p {
  font-size: 14px;
  line-height: 22px;
}
.our-services-box-text h2 {
  font-size: 16px;
  line-height: 26px;
}
.our-packages-sec {
  padding: 30px 0;
}
.our-packages-sec .vc_col-sm-3 {
  width: 50%;
}
.addon-serv {
  padding: 16px;
  height: 280px;
}
.addon-serv h2 {
  font-size: 18px;
  line-height: 24px;
}
.our-testimonials-sec {
  padding: 50px 0;
  background-position: center;
}
.fooetr-sec h2 {
  font-size: 20px;
}
.footer-quick-link ul li a {
  font-size: 12px;
}
.footer-contact-info ul li a {
  font-size: 12px;
}
.footer-newletter input {
  font-size: 10px;
  padding-left: 10px;
}
.footer-newletter button span i {
  margin-left: 0px;
  font-size: 13px;
  padding: 6px 9px;
}
.footer-copy-right p {
  font-size: 16px;
}
body #mc4wp-form-1 .theme-btn-1 {
  font-size: 12px !important;
}


.our-packages-row .col-md-3 {
  width: 50%;
}
.our-packages-box {
  height: auto !important;
  margin: 0 0 20px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    html {
  overflow-x: hidden;
}
.menusec-top-row ul {
  flex-wrap: wrap;
  gap: 16px;
}
.menusec-top-row ul li p {
  font-size: 15px;
  line-height: 24px;
}
.menusec-btn {
  font-size: 15px !important;
  padding: 12px 12px !important;
}
.header-logo img {
  transform: scale(1.0);
  margin-left: 0;
  z-index: 91;
  position: relative;
  width: 50%;
  margin-left: 0 !important;
}
.menuSec::after {
  display: none;
}
.menusec-call-now ul li h2 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.menusec-call-now ul li a {
  color: #000;
  font-size: 20px;
}
.menusec-call-now ul li i {
  color: #000;
}
.menusec-top-row {
  padding: 0;
  margin: 0 0 20px;
}
.header-logo {
  text-align: center;
  margin-top: 12px;
}
.menusec-call-now {
  text-align: center;
  margin: 0 auto 0;
  right: 0;
  left: 0;
}
.menusec-call-now ul {
  margin: 0 auto 0;
}
.banner-circle-sec {
  margin-top: -50px;
}
.main-banner-img {
  height: 100vh;
  object-position: -480px 0;
}
h1 {
  font-size: 40px;
  line-height: 50px;
}
.banner_text p {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
.theme-btn-1 {
  padding: 20px 10px 15px 15px;
  font-size: 12px;
}
.banner-circle-box {
  width: 110px;
  height: 110px;
  margin: 0 0 30px;
}
.banner-circle-box::before {
  width: 120px;
  height: 120px;
}
.banner-circle-box a img {
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
}
.banner-circle-box a p {
  font-size: 10px;
  width: 100%;
  line-height: 20px;
}
.banner-circle-box a {
  width: 110px;
  height: 110px;
}
h2 {
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 10px;
}
.about-us-images::before {
  display: none;
}
.about-us-images img {
  width: 100%;
  height: 370px;
}
.about-us-sec {
  padding: 20px 0 20px;
}
p {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px;
}
.about-us-text P {
  line-height: 20px;
}
.our-services-sec {
  padding: 80px 0;
  margin: 10px 0;
}
.our-services-heading label {
  font-size: 20px;
}
.our-services-silder-items {
  padding: 5px 10px;
}
.our-services-silder .slick-next {
  right: 10px;
}
.our-services-silder .slick-next::before {
  padding: 5px 5px !important;
}
.our-services-silder .slick-prev::before {
  padding: 5px 5px !important;
}
.our-services-silder .slick-prev {
  left: -20px;
  z-index: 1;
}
.our-packages-sec {
  padding: 20px 0;
}
.our-packages-row {
  margin-top: 0;
}
.addon-serv {
  padding: 20px;
  width: 100%;
}
.addon-serv {
  height: auto !important;
}
.our-testimonials-sec {
  padding: 20px 0;
  background-position: center;
}
.our-testimonials-silder-items ul li h2 {
  font-size: 20px;
}
.our-testimonials-icon span {
  width: 60px;
  height: 60px;
}
.our-testimonials-icon span img {
  width: 30px;
  height: 30px;
}
.our-testimonials-silder-items {
  padding: 14px 10px;
}
.our-testimonials-silder-items p {
  font-size: 14px;
  line-height: 24px;
}
.our-testimonials-silder .slick-prev {
  left: -8px;
  z-index: 1;
}
.our-testimonials-silder .slick-prev::before {
  width: 25px;
  height: 25px;
}
.our-testimonials-silder .slick-next {
  right: -5px;
}
.our-testimonials-silder .slick-next::before {
  width: 25px;
  height: 25px;
}
section.why-choose-us {
  padding: 40px 0 40px 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 10px !important;
}
.fooetr-sec {
  padding: 10px 0 20px;
}
.footer-logo a img {
  height: 130px;
  object-fit: cover;
}
.footer-logo ul {
  margin-top: 5px;
}
.footer-quick-link {
  margin-top: 40px;
}
.fooetr-sec h2 {
  font-size: 24px;
}
.footer-quick-link ul li a {
  font-size: 12px;
}
.footer-quick-link ul {
  line-height: 30px;
}
.footer-contact-info {
  margin-top: 20px;
}
.footer-contact-info ul li a {
  font-size: 12px;
}
.footer-newletter input {
  font-size: 13px;
}
.footer-newletter button {
  padding: 15px 20px 15px 20px;
}
.footer-newletter button span i {
  margin-left: 10px;
}
.footer-copy-right p {
  font-size: 12px;
}
.footer-copy-right {
  padding: 0 20px;
}
.menusec-call-now ul li {
  justify-content: center;
}
.footer-contact-info ul li {
  margin-bottom: 20px;
}
.footer-newletter {
  margin-top: 20px;
}

.our-packages-box {
  margin: 0 0 20px;
  height: auto !important;
  padding: 35px 15px 50px;
}
.our-packages-box p {
  margin-top: 0;
}
.our-packages-box {
}
.our-packages-box h2 {
  line-height: 25px;
}
.our-packages-box ul li {
  font-size: 12px;
}
.our-packages-box a {
  height: 50px;
  font-size: 14px;
}

.footer-logo ul li a {
  width: 32px;
  height: 32px;
}

#gform_submit_button_1 {
  width: fit-content !important;
  padding: 0 27px;
  height: 50px !important;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){
    
html {
  overflow-x: hidden;
}
.menusec-top-row ul {
  flex-wrap: wrap;
  gap: 16px;
}
.menusec-top-row ul li p {
  font-size: 15px;
  line-height: 24px;
}
.menusec-btn {
  font-size: 15px !important;
  padding: 12px 12px !important;
}
.header-logo img {
  transform: scale(1.0);
  margin-left: 0;
  z-index: 91;
  position: relative;
  width: 50%;
  margin-left: 0 !important;
}
.menuSec::after {
  display: none;
}
.menusec-call-now ul li h2 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.menusec-call-now ul li a {
  color: #000;
  font-size: 20px;
}
.menusec-call-now ul li i {
  color: #000;
}
.menusec-top-row {
  padding: 0;
  margin: 0 0 20px;
}
.header-logo {
  text-align: center;
  margin-top: 12px;
}
.menusec-call-now {
  text-align: center;
  margin: 0 auto 0;
  right: 0;
  left: 0;
}
.menusec-call-now ul {
  margin: 0 auto 0;
}
.banner-circle-sec {
  margin-top: -50px;
}
.main-banner-img {
  height: 100vh;
  object-position: -480px 0;
}
h1 {
  font-size: 40px;
  line-height: 50px;
}
.banner_text p {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}
.theme-btn-1 {
  padding: 20px 10px 15px 15px;
  font-size: 12px;
}
.banner-circle-box {
  width: 110px;
  height: 110px;
  margin: 0 0 30px;
}
.banner-circle-box::before {
  width: 120px;
  height: 120px;
}
.banner-circle-box a img {
  width: 30px;
  height: 30px;
  margin-bottom: 2px;
}
.banner-circle-box a p {
  font-size: 10px;
  width: 100%;
  line-height: 20px;
}
.banner-circle-box a {
  width: 110px;
  height: 110px;
}
h2 {
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 10px;
}
.about-us-images::before {
  display: none;
}
.about-us-images img {
  width: 100%;
  height: 370px;
}
.about-us-sec {
  padding: 20px 0 20px;
}
p {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 10px;
}
.about-us-text P {
  line-height: 20px;
}
.our-services-sec {
  padding: 80px 0;
  margin: 10px 0;
}
.our-services-heading label {
  font-size: 20px;
}
.our-services-silder-items {
  padding: 5px 10px;
}
.our-services-silder .slick-next {
  right: 10px;
}
.our-services-silder .slick-next::before {
  padding: 5px 5px !important;
}
.our-services-silder .slick-prev::before {
  padding: 5px 5px !important;
}
.our-services-silder .slick-prev {
  left: -20px;
  z-index: 1;
}
.our-packages-sec {
  padding: 20px 0;
}
.our-packages-row {
  margin-top: 0;
}
.addon-serv {
  padding: 20px;
  width: 100%;
}
.addon-serv {
  height: auto !important;
}
.our-testimonials-sec {
  padding: 20px 0;
  background-position: center;
}
.our-testimonials-silder-items ul li h2 {
  font-size: 20px;
}
.our-testimonials-icon span {
  width: 60px;
  height: 60px;
}
.our-testimonials-icon span img {
  width: 30px;
  height: 30px;
}
.our-testimonials-silder-items {
  padding: 14px 10px;
}
.our-testimonials-silder-items p {
  font-size: 14px;
  line-height: 24px;
}
.our-testimonials-silder .slick-prev {
  left: -8px;
  z-index: 1;
}
.our-testimonials-silder .slick-prev::before {
  width: 25px;
  height: 25px;
}
.our-testimonials-silder .slick-next {
  right: -5px;
}
.our-testimonials-silder .slick-next::before {
  width: 25px;
  height: 25px;
}
section.why-choose-us {
  padding: 40px 0 40px 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 10px !important;
}
.fooetr-sec {
  padding: 10px 0 20px;
}
.footer-logo a img {
  height: 130px;
  object-fit: cover;
}
.footer-logo ul {
  margin-top: 5px;
}
.footer-quick-link {
  margin-top: 40px;
}
.fooetr-sec h2 {
  font-size: 24px;
}
.footer-quick-link ul li a {
  font-size: 12px;
}
.footer-quick-link ul {
  line-height: 30px;
}
.footer-contact-info {
  margin-top: 20px;
}
.footer-contact-info ul li a {
  font-size: 12px;
}
.footer-newletter input {
  font-size: 13px;
}
.footer-newletter button {
  padding: 15px 20px 15px 20px;
}
.footer-newletter button span i {
  margin-left: 10px;
}
.footer-copy-right p {
  font-size: 12px;
}
.footer-copy-right {
  padding: 0 20px;
}
.menusec-call-now ul li {
  justify-content: center;
}
.footer-contact-info ul li {
  margin-bottom: 20px;
}
.footer-newletter {
  margin-top: 20px;
}

.our-packages-box {
  margin: 0 0 20px;
  height: auto !important;
  padding: 35px 15px 50px;
}
.our-packages-box p {
  margin-top: 0;
}
.our-packages-box {
}
.our-packages-box h2 {
  line-height: 25px;
}
.our-packages-box ul li {
  font-size: 12px;
}
.our-packages-box a {
  height: 50px;
  font-size: 14px;
}

.footer-logo ul li a {
  width: 32px;
  height: 32px;
}

#gform_submit_button_1 {
  width: fit-content !important;
  padding: 0 27px;
  height: 50px !important;
}
}



