* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

ul, li {
    list-style: none;
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    color: #006634;
    text-decoration: none;
    outline: none;
    border: none;
    transition: 0.5s linear;
}

a:hover {
    text-decoration: none;
    color: #75c100;
    transition: 0.5s linear;
}

a:focus {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    padding: 0px;
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    margin-bottom: 10px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-control:focus {
    display: none;
}

/*.form-control::-moz-placeholder{color:#fff;}
.form-control::-webkit-input-placeholder{color:#fff;}
*/
select {
    color: #000;
}

input:focus, select:focus {
    outline: none;
    border: none;
}

:focus {
    outline: none;
}

::-webkit-scrollbar {
    width: 6px;
    color: #000;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #000;
    border-radius: 10px;
    border-color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #000;
}

body {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.logo a {
    display: flex;
}

.no-padding {
    padding: 0px;
}

.top-section {
    padding: 0px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/bb-bg1.jpg);
    position: relative;
    border-top: 5px solid #fff;
}

.top-section:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 60%);
}

.banner-section {
    position: relative;
    z-index: 9;
}

.logo {
    max-width: 270px;
}

.top-call {
    max-width: 345px;
    width: 100%;
    float: right;
}

.top-call ul li {
    padding: 15px 15px 17px 15px;
    display: block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    background-color: #fff;
    margin: 0;
}

.top-call ul li img {
    float: left;
    margin-right: 10px;
}

.top-call ul li p {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0px;
}

.top-call ul li p a {
    color: #006634;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding: 0px;
    font-size: 36px;
    line-height: 34px;
    display: inline-block;
}

.top-call ul li p a:hover {
    color: #000;
}

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

.top-header {
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
    left: 0;
    top: 0;
}

/*.top-header {*/
/*padding-bottom: 52px;*/
/*    width: 1370px;*/
/*    position: fixed;*/
/*    z-index:99;*/
/*    background-color:#18691C;*/
/*}*/
/*.navbar-fixed-top {*/
/*    position: fixed;*/
/*    top: 0;*/
/*     z-index: 1; */
/*  background: white;*/
/*  text-align:center;*/
/*}*/
.banner-section {
    padding-top: 130px;
}

.banner-section .col-md-8 {
    display: flex;
    align-items: center;
}

.top-left-bottom img {
    float: right;
    margin-top: 20px;
}

.banner-left-main {
    max-width: 270px;
    width: 100%;
    position: absolute;
    left: 11.3%;
}

.banner-left {
    padding: 30px 0px 0px 20px;
}

.banner-content h1 {
    font-size: 50px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 14px;
    margin: 0px 0px 0px 0px;
}

.desktop-fm {
    width: 28%;
}

.why-us ul li {
    display: block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    padding: 0px 0px 8px 30px;
    font-size: 21px;
}

.why-us ul li:after {
    position: absolute;
    content: "\f058";
    font-family: FontAwesome;
    font-size: 20px;
    color: #fff;
    top: 0px;
    left: 0px;
}

.form-section {
    background-color: #006634;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    float: right;
    width: 100%;
    max-width: 345px;
}

.form-column-inner {
    padding: 25px 25px 0px 25px;
}

.form-section h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin: 0px;
    text-transform: uppercase;
    padding: 20px 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.3);
}

.form-section input, .form-section textarea, .form-section select {
    padding: 8px 12px;
    color: #000 !important;
    border-radius: 0px;
    border: 1px solid #e0c72d;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.4);
}

.form-section select {
    background-image: url(../images/drop-down.png);
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: 98% center;
}

.form-section textarea {
    height: 80px;
    resize: none;
}

.form-section select option:first {
    color: #000;
    opacity: 1 !important;
}

.form-section input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
    opacity: 1 !important;
}

.form-section input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
    opacity: 1 !important;
}

.form-section input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
    opacity: 1 !important;
}

.form-section input:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
    opacity: 1 !important;
}

/*.form-section textarea::-webkit-input-placeholder{color:#000;  opacity: 1 !important;}
.form-section textarea::-moz-input-placeholder{color:#000;  opacity: 1 !important;}
.form-section input::-webkit-input-placeholder, .form-section textarea::-webkit-input-placeholder{color:#000;}*/
.form-section textarea::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.form-section textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
    opacity: 1 !important;
}

.form-section textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
    opacity: 1 !important;
}

.form-section textarea:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.form-section input.button-submit {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff !important;
    padding: 15px 20px;
    text-align: center;
    box-shadow: none;
    width: 100%;
    border: none;
    background-color: #000;
    text-transform: uppercase;
    border-radius: 50px;
    margin: 0px auto 0px auto;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
}

.form-section input.button-submit:hover {
    background-color: #fff;
    color: #000 !important;
    text-decoration: none;
}

.form-section label {
    font-size: 13px;
    margin: -7px 0px 2px 0px !important;
    display: block;
    color: #ff0000;
}

.common-just-call {
    padding: 16px 10px;
    background-color: #006634;
    width: 63%;
    position: absolute;
    bottom: 0px;
    z-index: 9;
}

.common-just-call h4, .call-bottom h4 {
    font-size: 18px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0px;
    position: relative;
}

.common-just-call:before {
    position: absolute;
    content: '';
    border-top: 24px solid #006634;
    border-left: 20px solid #006634;
    border-right: 20px solid transparent;
    border-bottom: 30px solid transparent;
    top: 0px;
    right: -39px;
}

.common-just-call h4 span, .call-bottom h4 span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.common-just-call h4 span a {
    color: #fff !important;
    background: linear-gradient(to bottom, #006634 0%, #000 100%);
    padding: 14px 15px;
    transition: .4s;
}

.common-just-call h4 span a:hover {
    background: linear-gradient(to bottom, #000 0%, #006634 100%);
}

.about-left h3 {
    font-size: 50px;
    color: #006634;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0px;
    line-height: 45px;
    text-transform: uppercase;
}

.about-left h4 {
    font-size: 38px;
    color: #1b100e;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0px;
    padding-bottom: 18px;
}

.about-left p, .about-left li {
    font-size: 15px;
    color: #1b100e;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0px;
    padding-bottom: 15px;
    line-height: 22px;
}
.about-left li b{
    font-weight:700;
}
.about-section {
    position: relative;
    padding: 0px 0px 40px 0px;
}

.about-section .common-just-call {
    background: #006634;
    background: linear-gradient(to right, #000 0%, #006634 100%);
}

.about-section .common-just-call:before {
    border-top: 30px solid #006634;
    border-left: 20px solid #006634;
}

.about-section .common-just-call h4, .about-section .common-just-call h4 a {
    color: #fff;
}

.common-just-call h4 a:hover {
    color: #fff;
}

.about-section .common-just-call h4 a:hover {
    color: #000;
}

.about-section .common-just-call:before {
    position: absolute;
    content: '';
    border-top: 0px solid #006634;
    border-left: 20px solid #006634;
    border-right: 20px solid transparent;
    border-bottom: 54px solid #006634;
    top: 0px;
    right: -36px;
}

.services-wrapper {
    padding: 68px 0px 110px 0px;
    background-position: center;
    background-size: cover;
    background-image: url(../images/services-back.jpg);
    position: relative;
}

.services-wrapper .common-just-call {
    right: 0px;
}

.services-wrapper .common-just-call h4 a:hover {
    color: #fff;
}

.services-wrapper .common-just-call:before {
    left: -35px;
    right: auto;
    border-top: 52px solid #006634;
    border-left: 35px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #006634;
}

.recent-work .servi-top-heading h3, .recent-work .servi-top-heading p {
    color: #000;
}

.servi-top-heading h3 {
    text-align: center;
    margin: 0px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.servi-top-heading p {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0px;
    padding-bottom: 30px;
    text-align: center;
}

.services-mid {
    padding: 0px 7px;
}

.services-common {
    width: 25%;
    float: left;
    padding: 0px 7px;
    margin-bottom: 20px;
}

.services-content {
    padding: 20px 25px 0px 20px;
    background-color: #2d2d2d;
    text-align: center;
    position: relative;
}

.services-content:before {
    position: absolute;
    content: '';
    width: 90%;
    height: 8px;
    background-color: #fff;
    bottom: -8px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.services-content h4 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
}

.services-content p {
    font-size: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0px;
    padding-bottom: 18px;
    text-align: center;
    line-height: 1.5;
    min-height: 148px;
}

.services-content a {
    display: inline-block;
    padding: 10px 12px;
    background-color: #006634;
    color: #fff;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.services-content a:hover {
    background-color: #000;
}

.recent-work {
    background-image: url(../images/recent-work.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 50px 0px;
    border-top: 1px solid #fff;
}

.recent-mid {
    padding: 0px 6px;
}

.recent-work-image {
    background-position: center;
    background-size: cover;
    height: 440px;
}

.work-common {
    padding: 0px 12px;
}

.right-image {
    position: absolute;
    right: -34px;
    width: auto;
}

.about-container {
    position: relative;
}

.recent-work-image p {
    position: absolute;
    right: 12px;
    padding: 12px 10px;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.recent-work-image p:after {
    position: absolute;
    content: '';
    left: -20px;
    right: auto;
    border-top: 59px solid rgba(0, 0, 0, 0.58);
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.58);
    top: 0px;
}

.work-common:nth-child(even) .recent-work-image p {
    right: auto;
    left: 12px;
}

.work-common:nth-child(even) .recent-work-image p:after {
    right: -20px;
    left: auto;
    border-top: 59px solid rgba(0, 0, 0, 0.58);
    border-left: 0px solid rgba(0, 0, 0, 0.58);
    border-right: 20px solid transparent;
    border-bottom: 0px solid transparent;
}

.recent-work-slider .slick-prev {
    left: 12px;
    width: 45px;
    height: 80px;
    border-radius: 0px 50px 50px 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}

.recent-work-slider .slick-next {
    right: 12px;
    width: 45px;
    height: 80px;
    border-radius: 50px 0px 0px 50px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5;
}

.recent-work-slider .slick-prev:before {
    content: "\f104";
    font-size: 34px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.recent-work-slider .slick-next:before {
    content: "\f105";
    font-size: 34px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.recent-work-slider .slick-prev:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.recent-work-slider .slick-prev:hover:before {
    color: #000;
}

.recent-work-slider .slick-next:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.recent-work-slider .slick-next:hover:before {
    color: #000;
}

.testimonial-wrapper {
    background-size: cover;
    padding: 55px 0px 80px 0px;
    background-position: center;
    background-image: url(../images/testimonial-back.jpg);
}

.testimonial-slider {
    padding: 0px 250px;
}

.testimonial-wrapper .after-heading h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    padding-bottom: 30px;
}

.testimonial-clm {
    padding: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.testimonial-slider .slick-next {
    right: 46%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #85a186;
    opacity: 1;
}

.testimonial-slider .slick-prev {
    left: 46%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #85a186;
    opacity: 1;
}

.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
    top: 100%;
    z-index: 5;
}

.testimonial-slider .slick-next:before {
    content: "\f105";
    font-size: 24px;
    color: rgba(255, 255, 255, 0.58);
    opacity: 1;
    font-family: FontAwesome;
}

.testimonial-slider .slick-prev:before {
    content: "\f104";
    font-size: 24px;
    color: rgba(255, 255, 255, 0.58);
    opacity: 1;
    font-family: FontAwesome;
}

.testimonial-slider .slick-prev:hover {
    background-color: #000;
}

.testimonial-slider .slick-next:hover {
    background-color: #000;
}

.test-cont p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0px;
    padding: 0px 24px 10px;
    display: block;
    position: relative;
    text-align: center;
    height: 165px;
    overflow-y: scroll;
}

.test-cont h4 {
    font-size: 25px;
    color: #fff;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding-top: 22px;
    text-align: center;
}

.testimonial-clm p:before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    background-image: url(../images/blockguote-1.png);
    left: auto;
    bottom: auto;
    background-repeat: no-repeat;
    margin: 1px 0px 0px -23px;
}

.testimonial-clm p:after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    background-image: url(../images/blockguote-2.png);
    top: auto;
    left: auto;
    background-repeat: no-repeat;
    margin: 6px 0px 0px 14px;
}

.testi-pr {
    padding: 0px;
}

.test-cont {
    padding: 0px 10px;
    text-align: center;
}

.client-wrapper {
    padding: 30px 0px;
    text-align: center;
}

.call-bottom {
    padding: 40px 0px 70px 0px;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid #fff;
    background: #000;
}

.call-bottom h4 {
    text-align: center;
}

.call-bottom h4 a:hover {
    color: #FFF;
}

.copyright {
    background-color: #000;
    padding: 60px 0px 30px 0px;
}

.copyright p {
    text-align: center;
    margin: 0px;
    color: #fff;
    padding: 0px 20px;
}

.get_free_quote {
    text-align: center;
    margin: -104px 0px 20px 0px;
}

.get_free_quote a {
    padding: 25px 60px;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    border-radius: 50px;
    background: #006634;
    border: 3px solid #006634;
}

.get_free_quote a:hover {
    background: #000;
}

.input-clm.select-box p {
    margin-bottom: 0;
}

/* .thankyou {
	padding: 160px 25px 160px 25px;
	text-align: center;
	color: #000;
}
 */
.thankyou p {
    font-size: 18px;
}

.thankyou .form-section h4 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: 'AvenirNextLTPro-Demi';
    font-weight: 500;
}

textarea.text-area {
    height: 70px;
}

.satisfaction-guarantee .call-now p a:hover {
    color: #0b6cac;
}

.mobile-form {
    display: none;
}

.design {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 20px 0px;
    color: #000;
}

.design p {
    font-size: 16px;
    margin: 0px;
    color: #000;
    display: flex;
    justify-content: center;
}

.form-section.thankyou {
    top: 205px;
    height: 680px;
}

.thank-content {
    width: 100%;
    height: 100%;
    height: 493px;
    display: table;
}

.form-section.thankyou h3 {
    text-align: center;
}

.form-section.thankyou h4 {
    font-size: 24px;
}

.why-us.custom-offer {
    color: #eeb310;
    margin-top: 5%;
    margin-bottom: 80px;
}

.why-us.custom-offer p {
    font-size: 26px;
    animation: blink 1s linear infinite;
}

.clogo-slider .slick-track {
    display: flex;
}

.c-item {
    height: auto;
}

.c-item img {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
}

.gallery-row a {
    width: 100%;
    height: 260px;
    display: block;
    margin-bottom: 15px;
    background-color: #000;
}

.gallery-row a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.gallery-row a:hover img {
    opacity: 0.5;
}

.services-column {
    margin: 0 5px 20px;
}

.services-column img {
    width: 100%;
    height: 211px;
    object-fit: cover;
}

.banner-right .row {
    justify-content: flex-end;
}

.why-choose {
    padding: 50px 10px 40px 10px;
}

.why-choose h2, .faqs-container h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.wc-box {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}

.wc-img img {
    width: 100px;
    margin: 0 auto 20px auto;
    border: 5px solid #006634;
    border-radius: 100%;
}

.wc-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wc-content p {
    font-size: 15px;
}

.about-container {
    padding: 60px 0;
}

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

.about-img img {
    margin: 15px 0;
}

.banner-section .why-us p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.banner-section .why-us a.cta-btn, a.cta-btn {
    background-color: #006634;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

.banner-section .why-us a.cta-btn:hover, a.cta-btn:hover {
    background-color: #000;
    color: #fff;
}

.main-accordion .accord-item {
    cursor: pointer;
    margin: 10px 0;
}

.main-accordion .accord-item h3 {
    font-size: 20px;
    font-weight: 600;
    background-color: #F0F0F0;
    padding: 15px 60px 15px 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.main-accordion .accord-item h3:before {
    content: "\f0d7";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 30px;
    right: 20px;
    top: 10px;
    transition: all 0.3s ease-in-out;
}

.main-accordion .accord-item.active h3:before {
    transform: rotate(-180deg);
}

.main-accordion .accord-item h3:hover, .main-accordion .accord-item.active h3 {
    color: #006634;
}

.main-accordion .accord-item .accord-content {
    padding: 15px 25px;
}

.main-accordion .accord-item .accord-content p, .main-accordion .accord-item .accord-content ul {
    font-size: 16px;
    font-weight: 400;
}

.faqs-container {
    padding: 50px 10px;
}

.accord-content ul li {
    list-style: disc;
}

.accord-content ul {
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 10px;
}

/* .services-mid {
    justify-content: center;
}

.services-mid .service-col {
    width: 20%;
} */
.thank-section {
    padding: 200px 20px 100px 20px;
    z-index: 9;
    position: relative;
}

.thank-section h1 {
    color: #fff;
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
}

.inner-section {
    text-align: center;
    padding: 50px 0;
}

.inner-section h3 {
    font-weight: 700;
    font-size: 4rem;
    margin-bottom: 20px;
}

.form-section ul.kn-form-group.columns.kn-form-group-1 {
    padding: 0px;
}

.form-section .kn-scenes.kn-section {
    padding: 0px;
}

.form-section .kn-scene.kn-container.group-layout-wrapper {
    padding: 0px;
    margin: 0px;
}

.form-section .view-header {
    display: none;
}

.form-section label {
    margin: 2px 0px 0px 0px !important;
    font-weight: 600;
}

.form-section textarea {
    min-height: 80px !Important;
    height: 80px;
}

.form-section input.checkbox {
    width: 18px;
    height: 15px;
    padding: 0px;
}

.control:not(:last-child) {
    margin-bottom: 12px;
}

.kn-content .column:only-child {
    padding: 0px;
}

.kn-content span {
    color: #000;
}

.form-section label {
    color: #000;
}

.form-section .kn-view input[type=submit], .form-section .kn-button.is-primary:hover {
    color: #003e80 !important;
    border-color: #003e80 !important;
    padding: 20px 1px !important;
    background-color: #fff !important;
}

.form-section .kn-view input[type=submit],.form-section .kn-button.is-primary {
    background-color: #003e80 !important;
    border-color: #003e80 !important;
    padding: 20px 1px !important;
}

.col-sm-12.why-us.custom-offer img {
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.blink-p p {
    font-size: 30px;
    animation: blink 1s linear infinite;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    top: -62px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.gallery-row {
    justify-content: center;
}

.choose_btn {
    text-align: center;
    padding: 20px 0px;
}

.why-choose a.cta-btn {
    display: inline-block;
}
.about-left ul {
    padding-left: 20px;
}