@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Poppins: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');

body{font-family: "Poppins", sans-serif;font-size: 1rem;font-weight: 400;overflow-x: hidden;/* background: #ebebeb; */}

[class*="col-"] , .col {padding: 0 10px;} 

.row {    margin: 0 -10px;    }

a:hover, a:focus, button:hover, button:focus{outline: none;}

section {   padding: 100px 0;   clear: both;    position: relative; margin: 0;    overflow: hidden;    } 

h1,h2,h3,h4,h5,h6{  font-family: "Merriweather", serif;	color: #3e2d2c;	  font-weight: 600;	}

p {color: #585858;font-weight: 400;margin-bottom: 20px;position: relative;font-size: 1rem;font-family: "Poppins", sans-serif;}

img{max-width: 100%;}

textarea {   resize: none   }

input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }

label.error {display: none !important;}

span, b , strong , i{vertical-align:baseline;}

select { -webkit-appearance: listbox !important;	}

ul {    margin: 0;    padding: 0;	} 

a{color: #091e45;text-decoration: none;}

.btn {
    background: #fff;
    color: #000000;
    text-transform: capitalize;
    padding: 10px 25px;
    display: inline-block;
    font-weight: 500;
    font-size: 1.125rem;
    border-radius: 10px;
    border: 1px solid #cacaca;
}

.btn:hover , .btn:active , .btn:focus {
    background: #fe5e3c;
    color: #fff;
    border-color: #fe5e3c;
}

.green .btn:hover  {
    background: #4a5d50;
    color: #fff;
    border-color: #4a5d50;
}

.various.green:before{
    background:url('../images/swing-arrow.png') no-repeat scroll center center #4a5d50;
}

.various {
    display: flex;
    margin-right: 11px;
}

.btn-block {
    display: flex;
    /* justify-content: center; */
}

.various + .various {}

header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    padding: 20px 0;
    overflow: hidden;
}

header .row {
    align-items: center;
}

.btn-head ul {
    display: flex;
    /* justify-content: end; */
    /* align-items: center; */
    margin-left: 30px;
}

.btn-head ul li {
    margin-left: 30px;
}

.btn-head ul li:first-child {
}

.btn-head ul li .btn {
    /* font-size: 14px; */
}

.btn + .btn {
    margin-left: 7px;
}

a.head-phone {
    color: #fff;
    font-size: 1.1rem;
    /* font-style: italic; */
    font-style: italic;
    font-weight: 500;
    position: relative;
}

img.sticker-70 {
    position: absolute;
    right: -77px;
    z-index: 1;
    top: 20px;
}

section.our-banner h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: none;
    line-height: 3.2rem;
    letter-spacing: -0.2px;
    /* text-align: center; */
}

section.our-banner .info-banner p {
    color: #ffff;
    margin-top: 30px;
    margin-bottom: 40px;
}

.info-banner {
    position: relative;
    /* text-align: center; */
    padding-left: 0;
    position: relative;
    left: 27px;
    width: 102%;
}

.info-banner:after {	}

.img-banform {position: absolute;top: -15px;right: 0;}

.info-ban-shd {
    min-width: 400px;
    float: right;
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 5px 40px 70px 0px;
    box-shadow: 0px 25px 20px #2433ca1f;
    overflow: hidden;
}

.info-ban-form {
    padding: 0;
    width: 100%;
    border-radius: 10px;
    margin-top: 0;
    position: relative;
    /* overflow: hidden; */
    /* max-width: 380px; */
    float: right;
    z-index: 1;
}


.info-ban-form h4 {
    letter-spacing: -0.2px;
    margin-bottom: 0;
    color: #999999;
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: none;
    font-family: 'Poppins' , sans-serif;
}

.info-ban-form  h2 {
    font-size: 1.875rem;
    letter-spacing: -0.2px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    /* background: #0fd5ad; */
    line-height: 2.375rem;
    margin-bottom: 0;
    position: relative;
}

img.book-form {
    position: absolute;
    top: -20px;
    left: 0;
}

.info-ban-form h2:before {
    content: "";
}

ul.ul-3col {
    margin: 0;
}

form.validate-banner li textarea.form-control {
    height: 95px;
}
 
form.validate-banner li.last {
    margin-bottom: 0;
}
 
.info-ban {
    /* background: #1e1c22; */
    padding: 10px;
    width: 100%;
}

.info-ban p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.info-ban p b {
    font-weight: 500;
}

form.validate-banner {
    margin-top: 0;
    width: 100%;
}

form.validate-banner li {
    width: 100%;
    margin: 12px 0;
}

form.validate-banner li .form-control {
    font-size: 15px;
    border-radius: 0;
    height: 43px;
    border-radius: 3px;
    background: #f1f1f1;
    border-color: #f1f1f1;
}

form.validate-banner li .btn {
    width: 100%;
    background: #ffa800;
    padding: 12px 34px;
    color: #000;
    border-radius: 5px;
    border: none;
    font-size: 1.25rem;
}

form.validate-banner li .btn:hover , form.validate-banner li .btn:active , form.validate-banner li .btn:focus {
    background: #56423f;
    color: #fff;
}

img.hero-img {
    max-width: none;
    position: relative;
    right: 0;
    margin-top: 0;
}

.heading {
    margin-bottom: 2rem;
}

.heading  h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    position: relative;
}

.heading h2:after {
	content: url('../images/shadow.png');
	position: absolute;
	right: -40px;
	z-index: 0;
	top: -20px;
}

.heading h2 strong {
    display: block;
    font-weight: 700;
}

.heading h2 span {
    position: relative;
}

.banner-shd {
    /* background: #f6e9e8; */
    position: relative;
    z-index: 1;
}

section.our-banner {
    padding-top: 9rem;
    padding-bottom: 0;
    overflow: unset;
}

section.our-banner:after {
    content: "";
    position: absolute;
    right: 0;
    width: 65%;
    height: 100%;
    background: url('../images/banner-right.jpg') no-repeat scroll right top #56423f;
    background-size: cover;
    top: 0;
    z-index: -1;
    border-radius: 0px 0px 0px 70px;
}

section.our-banner:before {
    content: url('../images/shape-rdbl.png');
    position: absolute;
    right: 0;
    width: 70px;
    height: 131px;
    bottom: -61px;
}

.our-banner  .container {
    position: relative;
    /* z-index: 1; */
}
 
.what_service:before {
    content: url('../images/shape-dbl.png');
    position: absolute;
    left: 0;
    width: 164px;
    height: 229px;
    z-index: 0;
    top: 12px;
}

.banner-shd:after {
    background: #f6e9e8;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 55%;
    z-index: -2;
    top: 0;
}


.info-ban-form h2 span {
    color: #ff6000;
}

.info-ban-shd p {
    background: #fe5e3c;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    width: 124.5%;
    left: -12.5%;
    padding: 8px 0;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
 
img.banner-thumb {
    max-width: none;
    margin-top: -80px;
}

.our-banner .col-md-5 {
	order: 2;
}

.our-banner .col-md-4 {
    order: 1;
}

.our-banner .col-md-3 {
    order: 3;
}

.partner-logo {
    margin-top: 60px;
}

img.partner {
    margin-right: 40px;
}

img.partner:last-child {
    margin-right: 0;
}

img.isticker-70 {
    position: absolute;
    right: -100px;
    z-index: 1;
    top: 40px;
}

.container-wh {
    background: #fff;
    box-shadow: 0 10px 10px #ddd;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    padding: 60px 52px;
}

.info-ser {
    background: #fff;
    padding: 30px;
    margin-bottom: -140px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px #dddddd8c;
    border-radius: 5px;
    margin-top: 30px;
    min-height: 300px;
}

img.banner-bg {
    width: 100%;
    position: relative;
    z-index: 0;
    left: 0;
    display: block;
}

.what_service .heading.text-center {
    /* padding-top: 70px; */
}

h6.h5pen {
    font-family: "Poppins", sans-serif;
    background: #fbf6da;
    display: table;
    margin-bottom: 20px;
    padding: 6px 19px;
    border-radius: 10px;
    border: 1px solid #e1dbba;
    color: #495b50;
}

.text-center h6.h5pen{
    margin: 0 auto 20px;
}
 
.ser-txt h4 {
    color: #343434;
    font-family: 'Poppins' , sans-serif;
    font-size: 1.25rem;
}

.ser-txt  p {
    font-size: 14px;
    margin: 0;
}

.ser-box {
    margin: 20px 0;
}

.banner-back {
    width: 110%;
    left: -5%;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

section.what_service {
    padding-bottom: 20px;
    padding-top: 70px;
}

section.grey-bar {
    background: #fffaf1;
    padding-bottom: 30px;
    margin-top: -80px;
}

.grey-bar h4 {
    color: #000;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 1.375rem;
}

.owl-carousel .owl-item img {
    width: auto !important;
}

section.our-story:before {
	content:"";
	background:url('../images/grey-bg.jpg') no-repeat scroll center top #2d3037;
	background-size: cover;
	position: absolute;
	left: 0;
	width: 100%;
	height: 59%;
	top: 0;
	z-index: -1;
}

.what_service .container-wh {
    padding-bottom: 0;
}

.nav-container {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}

ul.nav.nav-pills {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

ul.nav.nav-pills a.nav-link {
    background: #ffefe4;
    display: flex;
    height: 100%;
    border: 1px solid #eddccf;
    color: #4c3d3c;
    font-size: 14px;
    font-family: "Merriweather", serif;
    align-items: center;
    padding: 10px 24px;
    border-radius: 25px;
}

ul.nav.nav-pills li.nav-item {
    /* display: flex; */
    /* align-items: center; */
}

ul.nav.nav-pills a.nav-link.active {
    background: #4c3d3c;
    color: #ffefe4;
}

.tab-pane .row {
    align-items: center;
}

.book-txt h2 {
    margin-bottom: 40px;
    font-size: 1.625rem;
}

.book-txt p {
    margin-bottom: 40px;
}

.heading.wh h2 {
    color: #fff;
}

.heading.wh p {
    color: #cacaca;
}

.ul2-b {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

img.girl-thumb {
    max-width: none;
}

.our-story .row.mb-5 {
    align-items: center;
}

.ul2-b li {
    color: #fff;
    font-size: 1.125rem;
    margin: 8px 0;
    position: relative;
    padding-left: 30px;
}

.ul2-b li:before {
    content: url('../images/chk.png');
    position: absolute;
    left: 0;
}

section.cta-heading {
    background: url('../images/cta-orbg.jpg') no-repeat scroll center center #fe7456;
    background-size: cover;
    width: 96%;
    margin: 0 auto;
    border-radius: 40px;
    padding: 50px 0 0px;
    z-index: 2;
}

.cta-heading {
    /* display: flex; */
    /* justify-content: space-between; */
}

img.cta-sticker {
    /* position: absolute; */
    /* right: 0; */
    top: 0;
    margin-right: 0;
}

.cta-heading h2 {
    color: #fff;
    font-size: 2.625rem;
    font-size: 3.625rem;
}

.cta-heading h3 {
    font-family: "Poppins", sans-serif;
    color: #fff;
}

section.testimonial {
    margin-top: -60px;
    z-index: 1;
    padding-bottom: 20px;
    overflow: unset;
}


section.testimonial:before {
	content:"";
	background: url('../images/shapesbg.jpg') no-repeat scroll center top;
	background-size: cover;
	position: absolute;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: -1;
	top: 0;
}

.our-sponser {
    margin-bottom: 80px;
    margin-top: 50px;
}

.cta-in-4 {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 30px;
}

img.cta-books {
    max-width: none;
}

.owl-testimonial  p {
    color: #463635;
    font-size: 1.375rem;
    font-style: italic;
    position: relative;
    padding-top: 48px;
}

.owl-testimonial {
    margin-top: 70px;
}

.owl-testimonial h5 {
    color: #fc7052;
    font-family: "Poppins", sans-serif;
}

.owl-testimonial p:before {
    content: url('../images/coma.png');
    position: absolute;
    left: 0;
    top: 0;
}

.testi-inn .container-wh {
    padding-right: 100px;
    padding-left: 100px;
    box-shadow: 0 -10px 10px #00000017;
    overflow: unset;
    margin-bottom: 0;
    overflow: unset;
}

.testi-inn .container-wh:before {
    content: "";
    position: absolute;
    left: -40px;
    width: 100%;
    top: 20px;
    height: 100%;
    z-index: -1;
    background: lab(80.76 22.31 36.56 / 0.80);
}

section.or-cta {
    background: url('../images/brown-bg.jpg') no-repeat scroll center center #1f1410;
    background-size: cover;
    text-align: center;
    margin-top: -60px;
    z-index: 0;
    padding-top: 150px;
}

section.or-cta h3 {
    color: #fff;
    font-size: 2.25rem;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

section.or-cta  p {
    color: #fff;
    font-size: 1.1rem;
}

.cta-left {margin-bottom: 50px;}

footer.footer {
    background: url('../images/footerbg.jpg') no-repeat scroll center center #fbf8f3;
    background-size: cover; 	
}

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

.copy p {
    margin: 0;
    color: #000;
    font-size: 15px;
}

.copy ul {
    display: flex;
    justify-content: end;
}

.copy {
    border-top: 1px solid #2d3037;
    padding: 30px 0;
    width: 100%;
}

.copy ul li {
    margin-left: 20px;
}

.copy ul li a {
    color: #000;
    font-size: 15px;
}

section.footer-up p {
    margin-bottom: 0;
}

img.ftr-logo {
    margin-bottom: 30px;
}

img.writing {
    position: absolute;
    left: -145px;
    top: -20px;
}

.btn-block.text-center {
    justify-content: center;
}



.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #fe5e3c  5px solid;
}

.popupform h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    padding-left: 15px;
    border-left: #fe5e3c  6px solid;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}

.popupform .fancybox-close-small { 
    border: #fe5e3c  3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    padding: 5px;
}

.popupform .fancybox-close-small svg {
    color: #fe5e3c;
}

.popupform .fancybox-close-small:after {
    color: #fe5e3c ;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}



.popupform ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0;
    display: inline-block;
}

.popupform ul li input[type="text"], .popupform ul li input[type="email"], .popupform ul li textarea {
    /* background: #fafafa; */
    border: #dcdcdc 1px solid;
    padding: 10px 15px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 12px;
    left: 10px;
}

.popupform ul li.first,.popupform ul li:nth-child(4) {
    /* width: 98%; */
}

.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: #fe5e3c;
    color: #fff;
    font-size: 18px;
    border: #fe5e3c 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 3px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
    background: #fe5e3c ;
}

.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #fe5e3c  1px solid;
}

.owl-testimonial .owl-nav {
    position: absolute;
    bottom: 0;
    width: 116%;
    display: flex;
    justify-content: space-between;
    left: -8%;
}

.owl-testimonial .owl-nav span{	display:none !important	}

.owl-testimonial .owl-nav .owl-prev {
	background: url('../images/prev-ico.png') !important;
	width: 51px;
	height: 51px;
}

.owl-testimonial .owl-nav .owl-next {
	background: url('../images/next-ico.png') !important;
	width: 51px;
	height: 51px;
}

.cta-heading .row { 
}

.cta-heading .btn-block {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.owl-site-logo .owl-stage {
    display: flex;
    align-items: center;
}

.heading.text-center h2 {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.heading.wh h2 {
    display: table;
}


.heading.wh h2:after {
    content: url(../images/shadow-wh.png);
    position: absolute;
    right: -40px;
    z-index: 0;
    top: 20px;
}

a.logo img {
    width: 230px;
}

.thankyou-banner {
    text-align: center;
    background: url(../images/thanks-banner.jpg);
    display: -webkit-flex;
    display: inline-flex
;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}

a.live-chat-thank {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff !important;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
.thankyou-banner h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 58px;
    color: #fff;
    margin-top: 20px;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
header .btn-head img {
    max-width: 30px;
}
.thankyou-banner p {
    color: white;
    line-height: 30px;
    font-size: 19px;
}

a.logo-thankyou img {
    width: 400px;
}

.our-banner.inn-banner {
    padding-block: 9rem 6rem;
}

.our-banner.inn-banner h1 {
    font-size: 3.5rem;
}

.btn2 {
    background: #fe5e3c;
    border-color: #fe5e3c;
    color: #fff;
}

.btn2:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

section.cta-heading .btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}