body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}
img {
    max-width: 100%;
    height: 0 auto;
}
a {
    text-decoration: none !important;
}
a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0px;
}
a:focus, a:hover {
    text-decoration: none !important;
}

/* Fonts Poppins Family */

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Fonts Trajan Pro Family */

@font-face {
    font-family: 'Trajan Pro';
    src: url('../fonts/TrajanPro-Regular.eot');
    src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TrajanPro-Regular.woff2') format('woff2'),
         url('../fonts/TrajanPro-Regular.woff') format('woff'),
         url('../fonts/TrajanPro-Regular.ttf') format('truetype'),
         url('../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fonts Source Sans 3 */

@font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/SourceSans3-ExtraLight.eot');
    src: url('../fonts/SourceSans3-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SourceSans3-ExtraLight.woff2') format('woff2'),
         url('../fonts/SourceSans3-ExtraLight.woff') format('woff'),
         url('../fonts/SourceSans3-ExtraLight.ttf') format('truetype'),
         url('../fonts/SourceSans3-ExtraLight.svg#SourceSans3-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Fonts Baskerville BT */

@font-face {
    font-family: 'Baskerville BT';
    src: url('../fonts/BaskervilleBT-Roman.eot');
    src: url('../fonts/BaskervilleBT-Roman.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BaskervilleBT-Roman.woff2') format('woff2'),
         url('../fonts/BaskervilleBT-Roman.woff') format('woff'),
         url('../fonts/BaskervilleBT-Roman.ttf') format('truetype'),
         url('../fonts/BaskervilleBT-Roman.svg#BaskervilleBT-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fonts Coco Gothic */

@font-face {
    font-family: 'Coco Gothic';
    src: url('../fonts/CocoGothic-Light.eot');
    src: url('../fonts/CocoGothic-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CocoGothic-Light.woff2') format('woff2'),
         url('../fonts/CocoGothic-Light.woff') format('woff'),
         url('../fonts/CocoGothic-Light.ttf') format('truetype'),
         url('../fonts/CocoGothic-Light.svg#CocoGothic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.header-sec{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.darkHeader {
    background-color: #ccf3ffb8;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header-bottom{
    padding: 5px 0;
}
.header-logo img {
    width: 100px;
    height: auto;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.darkHeader .header-logo img {
    width: 80px;
	height: auto;
}
.header-menu ul {
    margin: 0;
    padding: 0;
}
.header-menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
	margin-right: 15px;
}
.header-menu ul li:nth-child(7){
    margin-right: 0;
}
.header-menu ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #696969;
    font-weight: 500;
    text-transform: uppercase;
	font-family: 'Poppins';
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-menu ul li a:hover {
    color: #ffc025;
}
.header-menu ul .header-btn{
    margin-right: 0;
    margin-left: 30px;
}
.header-menu ul .header-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    padding: 12px 30px;
    border-radius: 30px;
	background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86);
	font-family: 'Poppins';
}
.header-menu ul .header-btn a:hover {
    background: linear-gradient(to right, #000000, #333333);
    color: #fff;
}
.banner-sec{
    position: relative;
    background: url("../images/banner-img2.jpg") no-repeat top left;
    background-size: cover;
    padding: 350px 0;
}
.banner-welcome-title{
    font-size: 33px;
    color: #8F7B30;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
	font-family: 'Coco Gothic';
}
.banner-head{
    font-size: 40px;
    color: #8F7B30;
/*  -webkit-text-stroke: 1px #000000d0;
    -moz-text-stroke: 1px #000000d0; 
    font-weight: bold;*/
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
	font-family: 'Baskerville BT';
}
.services-sec{
    padding-top: 80px;
    padding-bottom: 80px;
}
.services-head{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-family: "Trajan Pro";
    line-height: 1.2;
    text-align: center;
    margin-bottom: 50px;
}
.services-part img{
    border-radius: 15px;
}
.services-part::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    border-radius: 0 0 15px 15px;
    background-image: -moz-linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
}
.services-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    padding: 0 10px 15px 10px;
    text-align: center;
}
.services-part-head{
    position: relative;
    font-size: 23px;
    text-transform: uppercase;
    color: #FFDB82;
    font-family: "Trajan Pro";
    text-align: center;
    line-height: 1.2;
    padding-bottom: 10px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .services-part-head{
	color: #6bd1cb;
}
.services-part-head::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #FFDB82;
    border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .services-part-head::before{
	background: #6bd1cb;
}
.srv-btn{
	margin-top: 15px;
	display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    color: #FFDB82;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-part:hover .srv-btn{
	color: #6bd1cb;
}
.inner_tagline{
	display: inline-block;
	margin-top: 20px;
/* 	background-color: #f1f1f1;
    border-radius: 30px;
    padding: 8px 25px 8px 38px;
	box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px; */
}
.inner_tagline strong{
	position: relative;
	display: inline-block;
	text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #000;
	margin: 0 10px;
}
.inner_tagline strong:first-child{
	margin-left: 0;
}
.inner_tagline strong:last-child{
	margin-right: 0;
}
.inner_tagline strong:last-child{
	margin-right: 0;
}
/* .inner_tagline strong::after{
	content: "";
	width: 10px;
    height: 10px;
	position: absolute;
	left: -16px;
    top: 7px;
	background: #6bd1cb;
	border-radius: 50%;
} */

.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    background: url("../images/srv-arrow-img.png") #fff no-repeat center;
    position: absolute;
    top: -70px;
    right: 60px;
    transition: all 0.5s ease 0s;
    border: 1px solid #b2d0d7;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
}
.owl-carousel .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    background: url("../images/srv-arrow-img.png") #fff no-repeat center;
    position: absolute;
    top: -70px;
    right: 10px;
    transition: all 0.5s ease 0s;
    border: 1px solid #b2d0d7;
    filter: drop-shadow(0px 6px 3px rgba(0,0,0,0.28));
    transform: scaleX(-1);
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.about-sec{
    padding-bottom: 80px;
}
.about-head{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-family: "Trajan Pro";
    line-height: 1.2;
    margin-bottom: 20px;
}
.about-txt{
    font-size: 17px;
    color: #262626;
    font-weight: bold;
    margin-bottom: 30px;
	font-family: 'Source Sans 3';
}
.about-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 12px 30px;
    border-radius: 30px;
    background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-btn a:hover {
    background: linear-gradient(to right, #000000, #333333);
    color: #fff;
}
.about-right img{
    border-radius: 15px;
}
.upcoming-sec{
    padding-bottom: 80px;
}
.upcoming-head{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-family: "Trajan Pro";
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
.upcoming-txt{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-align: center;
	font-family: 'Source Sans 3';
}
.upcoming-part{
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #76d7d2;
    padding: 15px 10px 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	min-height: 100%;
}
.upcoming-part .upcoming-img{
    width: 50%;
    border-radius: 20px;
}
.upcoming-part-head{
    font-size: 22px;
    text-transform: capitalize !important;
    color: #000;
    font-family: "Trajan Pro";
    margin-bottom: 15px;
	font-weight: 600;
}
.upcoming-part-txt{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin-bottom: 15px;
	font-family: 'Source Sans 3';
}
.upcoming-part-list ul{
    margin: 0;
    padding: 0;
}
.upcoming-part-list ul li{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
    padding-bottom: 8px;
    font-family: 'Source Sans 3';
}
.upcoming-part-list ul li:last-child{
    padding-bottom: 0;
}
.upcoming-part-list ul li img{
    margin-right: 7px;
    width: 18px;
}
/* .upcoming-part-price{
    display: inline-block;
    vertical-align: middle;
} */
.upcoming-btn a{
	position: relative;
	margin-top: 10px;
	display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #57bcbe;
	text-transform: uppercase;
	font-family: "Trajan Pro";
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.upcoming-btn a:hover{
	color: #FFDB82;
}
.upcoming-btn a::after{
	position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background: #57bcbe;
    border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.upcoming-btn a:hover::after{
	background: #FFDB82;
}
.customise-sec{
    padding-bottom: 100px;
    background: url("../images/wave-img.png") no-repeat center;
    background-size: auto;
}
.customise-head{
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-family: "Trajan Pro";
    line-height: 1.2;
    text-align: center;
    margin-bottom: 100px;
}
.customise-part{
    text-align: center;
}
.customise-icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Trajan Pro";
}
.customise-part-head{
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Trajan Pro";
    line-height: 1.2;
    margin-top: 15px;
}
.customise-btn{
    text-align: center;
    padding-top: 50px;
}
.customise-btn a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 12px 30px;
    border-radius: 30px;
    background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.customise-btn a:hover {
    background: linear-gradient(to right, #000000, #333333);
    color: #fff;
}
.info-left{
    border-radius: 20px;
    border: 1px solid #5c5b5b;
    padding: 30px 40px;
}
.join-today-txt{
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
	font-family: "Trajan Pro";
	margin-bottom: 15px;
}
.info-head{
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    font-family: "Trajan Pro";
    line-height: 1.2;
    margin-bottom: 22px;
}
.info-right .info-head{
    text-align: center;
}
.info-right .sp-testimonial-content p{
	font-size: 17px !important;
	color: #262626 !important;
	font-weight: bold !important;
	font-family: 'Source Sans 3' !important;
}
.info-right .sp-testimonial-client-name{
	font-size: 18px !important;
	color: #006773 !important;
	font-weight: 600 !important;
	text-transform: capitalize !important;
	font-family: "Trajan Pro" !important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation{
	color: #000 !important;
}
.sp-testimonial-client-testimonial{
	height: 200px !important;
    overflow: auto;
    scrollbar-width: thin;
}
.sp-testimonial-free-section .sp-testimonial-client-rating i.fa-star{
	background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
footer{
    padding-top: 500px;
    background: url("../images/footer-bg-img.jpg") no-repeat top center;
    background-size: cover;
}
.footer-part-title{
    font-size: 18px;
    text-transform: uppercase;
    color: #002d5a;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
	font-family: "Trajan Pro";
}
.footer-list ul{
    margin: 0;
    padding: 0;
}
.footer-list ul li{
    list-style: none;
    padding-bottom: 20px;
}
.footer-list ul li:last-child{
    padding-bottom: 0;
}
.footer-list ul li img{
    margin-right: 8px;
}
.footer-list ul li a {
    display: inline-block;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    text-transform: none;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-list ul li a:hover{
    color: #007386;
    padding-left: 4px;
}
.footer-list ul li span{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}
.footer-list ul li span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6bd1cb;
    border-radius: 50%;
    min-width: 30px;
    height: 30px;
    margin-right: 6px;
}
.footer-list ul li span img{
    margin-right: 0;
}
.footer-list ul li strong{
    display: inline-block;
	vertical-align: super;
    font-size: 15px;
    color: #000;
    font-weight: normal;
}
.footer-social{
    margin-top: 30px;
}
.footer-social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6bd1cb;
    border-radius: 50%;
    padding: 7px;
    min-width: 30px;
    height: 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-social a:last-child{
    margin-left: 5px;
}
.footer-social a:hover{
   transform: rotateY(360deg);
}
.footer-list-last{
    display: flex;
    gap: 100px;
} 
.footer-copyright{
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: normal;
    margin-top: 40px;
    border-top: 1px solid #98968f80;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.footer-copyright a{
    color: #000;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-copyright a:hover{
    color: #006773;
}

.contact_page_heading {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: normal;
    padding-bottom: 15px;
    position: relative;
	font-family: "Trajan Pro";
}
.contact_page_heading:before {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #000;
}
.contact_page_heading strong {
    color: #000;
	font-weight: normal;
}
.contact_page_info {
    position: relative;
    color: #000;
    margin-top: 38px;
    padding-left: 60px;
}
.contact_page_info_last{
	margin-top: 25px;
}
.contact-img {
    position: absolute;
    top: -12px;
    left: 0;
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.contact-img-last{
	top: 0;
}
.contact-text {
    color: #666;
    font-size: 16px;
}
.contact_page_info strong {
    color: #000 ;
    font-weight: 500;
    font-size: 18px;
	font-family: "Trajan Pro";
}
.contact_page_info a {
    color: #666;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: normal;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact_page_info a:hover{
    color: #007386;
}

.contact_right {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px 1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 25px 25px;
    border-radius: 5px;
}
.get-sec .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
}
.get-sec .frm_fld input::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .frm_fld select {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
	
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
    appearance: none;
    background: url("../images/dropdown.png") #fff no-repeat center right 10px;
    background-size: auto;
}
.get-sec .frm_fld textarea {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    border-radius: 4px;
    /* background-color: #ededed; */
    border: 1px solid #ccc !important;
    padding: 12px 10px;
    height: 120px;
}
.get-sec .frm_fld textarea::placeholder{
    font-size: 16px;
    font-weight: normal;
    color: #666 ;
}
.get-sec .send_btn input {
    margin-top: 30px !important;
    text-transform: uppercase !important;
    background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86) !important;
    color: #000 !important;
    padding: 12px 30px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
	border-radius: 30px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.get-sec .send_btn input:hover {
    background: linear-gradient(to right, #000000, #333333) !important;
	color: #fff !important;
}
.get-sec .contact-deatails .frm_fld p, .get-sec .contact-deatails .send_btn p{
    margin-bottom: 0;
}
#back2Top.show {
    opacity: 1;
    right: 15px;
}
#back2Top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 25px;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 54px;
    right: -30px;
    color: #fff;
    background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86);
    text-align: center;
    opacity: 0;
    transition: ease 0.2s all 0s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
#back2Top img{
    filter: brightness(0);
}
.page .entry-header, .blog_page_header {
    background: url("../images/banner-img2.jpg") no-repeat top left !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 500px !important;
    margin: 0 0 50px !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.page .entry-title, .blog_page_title {
    text-align: center !important;
    color: #696969 !important;
    width: 100% !important;
    font-size: 25px !important;
    font-weight: bold !important;
    text-transform: capitalize !important;
    position: relative !important;
	font-family: "Trajan Pro" !important;
    z-index: 99 !important;
    margin-bottom: 5px !important;
/* 	-webkit-text-stroke: 1px #000000d0;
    -moz-text-stroke: 1px #000000d0;
	font-family: "poppins"; */
}
.breadcrumb-container {
    width: 100%;
    color: #ffc025;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #ffc025;
}
.info-left .frm_fld input {
    width: 100%;
    margin-top: 18px;
    border: none;
    outline: 0;
    /* background-color: #ededed; */
    border-bottom: 1px solid #000 !important;
    padding: 12px 10px 12px 0;
}
.info-left .frm_fld input::placeholder{
    font-size: 15px;
    font-weight: normal;
    color: #000;
}
.info-left .subscribe_btn input {
    margin-top: 40px !important;
    text-transform: uppercase !important;
    background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86) !important;
    color: #000 !important;
    padding: 12px 30px !important;
	border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.info-left .subscribe_btn input:hover {
    background: linear-gradient(to right, #000000, #333333) !important;
	color: #fff !important;
}
.info-left .frm_fld p, .info-left .subscribe_btn p{
    margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: #6bd1cb !important;
}
.post .entry-summary, .post .entry-content {
    color: #262626;
	font-weight: bold;
	font-family: 'Source Sans 3';
}
.more-link {
    background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86);
    display: block;
    color: #000 !important;
    text-transform: capitalize;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 18px;
    width: 230px;
    font-family: 'poppins';
    margin-top: 30px;
    border-radius: 50px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.more-link:hover {
    background: linear-gradient(to right, #000000, #333333);
	color: #fff !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 8px 0 9px;
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.inner_content {
    padding: 20px 0;
}
.inner_page_img img{
    width: 100%;
}
.inner_titl {
    color: #000;
    font-size: 25px;
    line-height: 1.2;
    font-weight: normal;
    position: relative;
    padding-bottom: 12px;
	font-family: "Trajan Pro";
}
 .inner_titl strong {
    color: #000;
	font-weight: normal;
} 
.inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #000;
}
.inner_txt {
    color: #262626;
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
	font-family: 'Source Sans 3';
}
.last-txt{
	margin: 50px 0;
	color: #57bcbe;
	font-style: italic;
}
.inner_list_txt{
    margin-top: 20px;
}
.inner_list_txt ul {
   padding: 0;
   margin: 0
}
.inner_list_txt ul li {
    background: url("../images/list-img.png");
    background-position: top 4px left;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #262626;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    padding-bottom: 6px;
	font-family: 'Source Sans 3';
}
.inner_bottm_sec {
    background: #f1f1f1;
    padding: 30px 20px;
    text-align: center;
}
.inner_bottm_sec .inner_titl:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #f178b5;
}
.core-img img{
    margin-bottom: 20px;
}
.core-box {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 30px 30px;
    background: #fff;
    border-radius: 12px;
    min-height: 100%; 
}
.inner-bg-part{
	background-color: #f3f3f3;
	padding: 60px 0;
    border-radius: 12px;
}
.tour-head{
	color: #191919;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
	text-align: center;
	font-family: "Trajan Pro";
}
.separate_titl:after{
	left: 50%;
	transform: translatex(-50%);
}
.inner_middle_img img, .turkey-last-img{
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
	border-radius: 20px;
}

.ref_form_box p{
	margin-bottom: 0 !important;
}
.ref_form_box_label {
	color: #666;
	margin-top: 20px;
    margin-bottom: 5px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 2px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: 0;
}
.ref_form_box_radio p{
	margin-bottom: 0 !important;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box .submit_btn input {
	font-weight: 600;
	background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86);
	color: #000;
	font-size: 16px;
	margin-top: 30px;
	border-radius: 30px;
	padding: 13px 30px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ref_form_box .submit_btn input:hover{
	color: #fff;
	background: linear-gradient(to right, #000000, #333333);
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 1px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #6bd1cb;
	border-color: #6bd1cb;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.review-content {
    padding: 30px 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
/* 	background: url("../images/quote-img.png") no-repeat !important;
    background-size: auto !important;
    background-position: bottom 30px right 30px !important; */
    border-radius: 10px;
    min-height: 100%;
}
.review-content .review-txt{
    color: #262626;
    font-size: 17px;
    font-weight: bold;
	height: 150px !important;
    overflow: auto;
    scrollbar-width: thin;
	font-family: 'Source Sans 3';
}
 .review-content img {
    margin-top: 20px;
}
.reviews-name {
    color: #006773;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
	font-family: "Trajan Pro";
}
.reviews-name::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    background: #000;
    width: 32px;
    height: 2px;
}
.reviews-year{
	color: #000;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}
.faq-small-head{
	color: #6bd1cb;
    font-size: 26px;
    line-height: 1.2;
    font-weight: normal;
    padding: 50px 0 20px;
    font-family: "Trajan Pro";
	text-align: center;
}
.sp-easy-accordion .sp-ea-single .ea-header{
	font-family: "Trajan Pro" !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body{
	font-family: 'Source Sans 3' !important;
	font-weight: bold;
	font-size: 17px;
}
.sp-easy-accordion .sp-ea-single .ea-header a{
	font-weight: 500 !important;
    font-size: 18px !important;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    background: #57bcbe;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.footer_btn2 {
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding-top: 9px;
}
.footer_btn3 {
    background: #000;
    width: 50%;
    float: left;
    color: #fff !important;
    padding: 10px 0;
    text-decoration: none !important; 
    text-transform: capitalize;
}
.thankyou-btn a {
    text-decoration: none !important;
    color: #000;
    background: linear-gradient(90deg, #ffe08a, #fff2c1, #e8cf86) !important;
    text-align: center;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: ease 0.5s all 0s;
}
.thankyou-btn a:hover{
	color: #fff;
    background: linear-gradient(to right, #000000, #333333) !important;
}
.error_page {
    padding: 40px 0 80px;
}


/*================Responsive==============*/

@media only screen and (min-width : 300px) and (max-width : 1023px){
	.header-menu{
		display: none;
	}
	.customise-sec{
		background-image: none;
	}
	.header-logo img{
		width: 80px;
		height: auto;
	}
	.rmp-menu-title-image {
		width: 40%;
		height: 100%;
	}
	.banner-sec{
		padding: 295px 0;
	}
	.services-sec{
		padding: 40px 0;
	}
	.about-sec, .upcoming-sec, .customise-sec{
		padding-bottom: 60px;
	}
	.banner-head{
		font-size: 30px;
	}
	.banner-welcome-title, .services-head, .about-head, .upcoming-head, .customise-head, .info-head{
		font-size: 26px;
	}
	.customise-head{
		margin-bottom: 40px;
	}
	.about-btn a{
		font-size: 15px;
	}
	.info-left .subscribe_btn input{
		font-size: 15px !important;
	}
	.customise-btn a{
		font-size: 15px;
		padding: 12px 25px;
	}
	.page .entry-header, .blog_page_header{
		 padding: 120px 0 400px !important;
	}
	.rmp-submenu .rmp-menu-item-link {
		height: auto !important;
		line-height: 1.2 !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
}

@media only screen and (min-width : 300px) and (max-width : 991px){
   .banner-sec {
        padding: 120px 0 400px;
    }
	.upcoming-part-head{
		font-size: 20px;
	}
	.upcoming-part{
		padding: 15px 15px 20px;
	}
	.upcoming-part .upcoming-img{
		width: 100%;
	}
	.upcoming-part-price{
		margin-top: 25px;
	}
	.customise-part-head br{
		display: none;
	}
	.info-left{
		padding: 30px 20px;
	}
	footer{
		padding-top: 700px;
	}
	.owl-nav{
		margin-top: 30px;
		text-align: center;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
		position: static;
		margin: 0 5px;
	}
	.footer-copyright{
		padding-bottom: 60px;
	}
}

@media only screen and (max-width : 320px) {
	.banner-head {
        font-size: 25px;
    }
	.services-part-head{
		font-size: 19px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.banner-head {
        font-size: 25px;
    }
	.services-part-head{
		font-size: 19px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
   .services-part-head{
		font-size: 20px;
	}
	.inner_page_img img {
        margin-bottom: 30px;
    }
	.contact_right{
		margin-top: 30px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-menu ul .header-btn{
		margin-left: 10px
	}
	.header-menu ul .header-btn a{
		padding: 12px 25px;
	}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-menu ul .header-btn{
		margin-left: 10px
	}
	.header-menu ul .header-btn a{
		padding: 12px 25px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-menu ul .header-btn{
		margin-left: 10px
	}
	.header-menu ul .header-btn a{
		padding: 12px 25px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.header-menu ul li{
		margin-right: 0;
	}
	.header-menu ul .header-btn{
		margin-left: 10px
	}
	.header-menu ul .header-btn a{
		padding: 12px 25px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-sec{
		padding: 421px 0;
	}
	.services-sec .container-fluid{
		padding: 0 4% !important;
	}
	footer{
		padding-top: 515px;
	}
	.page .entry-header, .blog_page_header{
		padding: 250px 0 450px !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-sec{
		padding: 487px 0;
	}
	.services-sec .container-fluid{
		padding: 0 10% !important;
	}
	footer{
		padding-top: 580px;
	}
	.page .entry-header, .blog_page_header{
		padding: 300px 0 510px !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-sec{
		padding: 585px 0;
	}
	.services-sec .container-fluid{
		padding: 0 16% !important;
	}
	footer{
		padding-top: 690px;
	}
	.page .entry-header, .blog_page_header{
		padding: 380px 0 590px !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-sec{
		padding: 627px 0;
	}
	.services-sec .container-fluid{
		padding: 0 18% !important;
	}
	footer{
		padding-top: 750px;
	}
	.page .entry-header, .blog_page_header{
		padding: 380px 0 655px !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-sec{
		padding: 793px 0;
	}
	.services-sec .container-fluid{
		padding: 0 24% !important;
	}
	footer{
		padding-top: 900px;
	}
	.page .entry-header, .blog_page_header{
		padding: 500px 0 800px !important;
	}
}
