/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, html body{
    overflow-x: hidden;
    font-family: "Barlow", sans-serif !important;
} 
header {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 25px 0;
}

.section-1 {
    background: rgba(251, 248, 239, 1);
    padding: 160px 0 30px;
}

.section-1 .desc h3 {
    color: rgb(0, 0, 0);
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
}

.section-1 .desc  h1 {
    font-size: 50px;
    font-weight: 900;
    font-style: normal;
    color: #000;
}
.section-1 .desc p {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-family: Barlow;
    font-weight: 400;
    font-style: normal;
}

.section-1  ul.list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-1 ul.list li {
    /* max-width: 33.33%; */
    /* flex: 0 0 33.33%; */
    min-height: 100px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 0 15px;
}

.section-1 ul.list li img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: contain;
}

/* dev mh css */
.section-logo  ul.list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.section-logo ul.list li {
    /* max-width: 33.33%; */
    /* flex: 0 0 33.33%; */
    min-height: 100px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 0 15px;
}

.section-logo ul.list li img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: contain;
}

section.section-logo {
    background: #fbf8ef;
	padding: 60px 0 0;
}

.section-1 iframe {
	margin-top: 20px;
	border-radius: 15px;
	}

section.section-7 {
    background-color: #fbf7e7;
    padding: 40px 0 20px;
}

section.section-7 .col-md-12 {
    padding: 0;
}

/* end dev mh css */



.section-1 .form-div {
    background: #ffffff;
    padding: 15px 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 11px;
}

.section-1 .form-div h3 {
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
}

.section-1 .form-div p {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-family: Barlow;
    font-weight: 400;
    font-style: normal;
}
.section-1 input {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    background-color: #f9f9f9;
    color: #000;
    border-radius: 8px;
    font-size: 18px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 5px auto;
    font-weight: 500;
    padding: 10px 8px;
}

.section-1 form {
    width: 85%;
    margin: 0 auto;
}

.section-1  select {
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    font-size: 18px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbbbb;
    width: 100%;
    font-weight: 500;
    margin: 5px auto;
    outline: none !important;
    padding: 10px 8px;
}

.section-1 .form-div input[type="submit"] {
    display: block;
    border-style: solid;
    border-radius: 100px;
    background: rgba(254, 232, 63, 1);
    color: #050505;
    border-width: 0px;
    border-color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: Barlow;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    padding: 10px 0;
    height: auto;
}
.section-2 {
    background: rgba(251, 248, 239, 1);
    background: -webkit-linear-gradient(#FBF8EF, #fef5b9);
    background: -moz-linear-gradient(#FBF8EF, #fef5b9);
    background: linear-gradient(#FBF8EF, #fef5b9);
    background: -ms-linear-gradient(#FBF8EF, #fef5b9);
    background: -o-linear-gradient(#FBF8EF, #fef5b9);
    padding: 80px 0;
}

.section-2 .desc h3 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-family: Barlow;
    font-weight: 500;
    font-style: normal;
}

.section-2 .desc  h2 {
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
}

.section-2 .desc p {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-family: Barlow;
    font-weight: 400;
    font-style: normal;
}
.section-2 .parent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-2 .parent .inner-1 {
    max-width: 30%;
    flex: 0 0 30%;
}

.section-2 .parent .inner-2 {
    max-width: 70%;
    flex: 0 0 70%;
}

.section-2 .parent .inner-1 h4 {
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    color: rgb(99, 131, 64);
}

.section-2 .parent .inner-2 p {
    color: rgb(99, 131, 64);
    font-size: 18px;
    font-family: Barlow;
    font-weight: 500;
    font-style: normal;
}   
.section-2 .row {display: flex;align-items: center;}

.section-2 .more a {
    /* display: block; */
    border-style: solid;
    border-radius: 100px;
    background: rgba(254, 232, 63, 1);
    color: #050505;
    border-width: 1px;
    border-color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: Barlow;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    padding: 10px 40px;
    border: none;
}

a {
    text-decoration: none !important;
}
.section-3 {
    background: rgba(254, 245, 185, 1);
    background: -webkit-linear-gradient(#FEF5B9, #FBF8EF);
    background: -moz-linear-gradient(#FEF5B9, #FBF8EF);
    background: linear-gradient(#FEF5B9, #FBF8EF);
    background: -ms-linear-gradient(#FEF5B9, #FBF8EF);
    background: -o-linear-gradient(#FEF5B9, #FBF8EF);
    padding: 50px 0;
}

.section-3 .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-3 .desc h3 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-family: Barlow;
    font-weight: 500;
    font-style: normal;
}

.section-3 .desc h2 {
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    margin-top: 0;
}

.section-3 .desc p {
    font-size: 24px;
}

.section-3  .main .count h4 {
    font-size: 48px;
    font-weight: 700;
    font-style: normal;
    color: rgb(99, 131, 64);
}

.section-3 .main .title p {
    color: rgb(99, 131, 64);
    font-size: 18px;
    font-family: Barlow;
    font-weight: 500;
    font-style: normal;
}

.section-3 .main .more a {}

.section-2 .more {
    margin: 30px auto;
}

.section-3 .more a {
    border-style: solid;
    border-radius: 100px;
    background: rgba(254, 232, 63, 1);
    color: #050505;
    border-width: 1px;
    border-color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: Barlow;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    padding: 10px 40px;
    border: none;
}

.section-3 .more {
    margin: 30px auto;
}

.section-4 .pic {
    position: relative;
    height: 450px;
}

.section-4 .pic .ab-img {
    position: absolute;
    bottom: 19%;
    left: 22%;
    width: 58px;
    height: 49px;
}

.section-4 .pic .ab-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.section-4 .pic img {
    object-fit: cover;
    margin: auto;
    display: block;
}

.section-4 {
    background: rgba(251, 248, 239, 1);
    background: -webkit-linear-gradient(#FBF8EF, #FBF8EF);
    background: -moz-linear-gradient(#FBF8EF, #FBF8EF);
    background: linear-gradient(#FBF8EF, #FBF8EF);
    background: -ms-linear-gradient(#FBF8EF, #FBF8EF);
    background: -o-linear-gradient(#FBF8EF, #FBF8EF);
}

.section-4 .desc h2 {
    font-size: 44px;
    font-weight: 900;
    font-style: normal;
}

.section-5 {
    background: rgba(251, 248, 239, 1);
    background: -webkit-linear-gradient(#FBF8EF, #FEF5B9);
    background: -moz-linear-gradient(#FBF8EF, #FEF5B9);
    background: linear-gradient(#FBF8EF, #FEF5B9);
    background: -ms-linear-gradient(#FBF8EF, #FEF5B9);
    background: -o-linear-gradient(#FBF8EF, #FEF5B9);
    padding: 50px 0;
}

.section-5 .desc h3 {
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-family: Barlow;
    font-weight: 500;
    font-style: normal;
}

.section-5 .desc h2 {
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
}

.section-5 ul {
    column-count: 2;
    margin: 30px auto;
    padding: 0 0 0 15%;
}

.section-5 ul li {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-family: Barlow;
    font-weight: 400;
    font-style: normal;
    padding: 0 0%;
    line-height: 44px;
}

.section-5 .desc-2 {
    margin: 30px auto;
}

.section-5 .desc-2 h2 {
    color: rgb(0, 0, 0);
    font-size: 36px;
    font-family: Barlow;
    font-weight: 600;
    font-style: normal;
}

.section-5  .more {
    text-align: center;
}

.section-5 .more a {
    border-style: solid;
    border-radius: 100px;
    background: rgba(254, 232, 63, 1);
    color: #050505;
    border-width: 1px;
    border-color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: Barlow;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    padding: 10px 40px;
    border: none;
}

.section-6 {
    background: rgba(254, 245, 185, 1);
    background: -webkit-linear-gradient(#FEF5B9, #FBF8EF);
    background: -moz-linear-gradient(#FEF5B9, #FBF8EF);
    background: linear-gradient(#FEF5B9, #FBF8EF);
    background: -ms-linear-gradient(#FEF5B9, #FBF8EF);
    background: -o-linear-gradient(#FEF5B9, #FBF8EF);
    padding: 50px 0;
}

.section-6 .desc {
    text-align: center;
}

.section-6 .desc h3 {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-family: Barlow;
    font-weight: 500;
    font-style: normal;
}

.section-6 .desc h2 {
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    margin: 0 auto 50px;
}

.section-6 .main {
    background: #fff;
    padding: 30px;
    width: 85%;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 10px;
}

.section-6 .main .g-icon img {
    display: block;
    margin: 5px 0;
}

.section-6 .main .desc-2 {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 28px;
}

.section-6 .main  h4 {
    font-family: Barlow;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
}
.section-6 .main .desc-2 p {
    min-height: 160px;
    margin: 15px auto;
}

.footer {
    list-style: none;
    text-align: center;
    background: rgba(254, 245, 185, 1);
    background: -webkit-linear-gradient(#FBF8EF, #FBF8EF);
    background: -moz-linear-gradient(#FBF8EF, #FBF8EF);
    background: linear-gradient(#FBF8EF, #FBF8EF);
    background: -ms-linear-gradient(#FBF8EF, #FBF8EF);
    background: -o-linear-gradient(#FBF8EF, #FBF8EF);
    padding: 50px 0;
}
.section-2 .pic img {
    width: auto;
    height: auto;
}
.section-1 input:focus {
    outline: none;
}


.wpcf7-response-output {
    margin: 0 auto !important;
}
.lg-none {
    display: none !important;
}
.page-template-about-us header, .page-template-about-us footer {
    display: none;
}

.thank-1 {
    background: rgba(254, 245, 185, 1);
    background: -webkit-linear-gradient(#FEF5B9, #FBF8EF);
    background: -moz-linear-gradient(#FEF5B9, #FBF8EF);
    background: linear-gradient(#FEF5B9, #FBF8EF);
    background: -ms-linear-gradient(#FEF5B9, #FBF8EF);
    background: -o-linear-gradient(#FEF5B9, #FBF8EF);
}

.thank-1 {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.thank-1 .desc h1 {
    font-size: 100px;
    font-weight: 900;
    font-style: normal;
    color: #000;
}

.thank-1 .desc p {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-family: Barlow;
    font-weight: 400;
    font-style: normal;
}

.thank-1 .more {
    text-align: center;
}

.thank-1 .more a {
    border-style: solid;
    border-radius: 100px;
    background: rgba(254, 232, 63, 1);
    color: #050505;
    border-width: 1px;
    border-color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: Barlow;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    padding: 10px 40px;
    border: none;
}

.thank-1 .more {
    margin: 50px auto 0;
}





.select2-container--default .select2-search--inline .select2-search__field {
    padding: 5px !important;
    font-size: 18px !important;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #000 !important;
}

.select2-container--default .select2-selection--multiple, .section-1 select {
    border-radius: 10px !important;
    border: 1px solid #aaa !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 20px !important;
    margin-right: 0px !important;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}