body{
	padding:0; margin:0; 
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: normal;
	font-size: 15px;
	background: #ffffff;
	color: #434344;
}
.mt-lg-5, .my-lg-5 {
  margin-top: 12px !important;
}
.fontn1{
	font-size: 22px !important;
}
footer h4{
	font-size: 19px;
color: #fff;
}
.fontn{
	font-size: 38px !important;
}

.service-ul{
background-color: #91469b;
}
.service-ul p{
	color: #fff;
	font-size: 18px;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
  width: 250px;
}
.service-ul ul li{
list-style: none;
color: #fff;
background-color: #732f7c;
font-size: 18px;
margin: 13px 0px;
padding: 5px;
	
}
footer {
  background: #91469b;
  padding-top: 40px;
}

p{
	line-height: 24px;
	color: #545353;
	font-size: 16px;
}
li{
	color: #545353;
}
.text-yellow{
	/*color: #f4c24f;*/
	--text-color: #f4c24f;
}
.customBtn_yellow{
	background: #91469b;
	color: #fff;
	padding: 12px 32px;
transition: 0.3s;
border-radius: 4px;
}
.customBtn_yellow:hover{
	color: #fff; 
	background: #e53e57;
}
.text-dark{
	color: #2a2a2a !important;
}
/*===========*/

.licon{
	font-size: 17px;
	line-height: 36px;
	text-align: left;
}
.paddingCommon_sec{
	padding:65px 0;
}
a{
	color:#545353;
}

a:hover{
	text-decoration: none;
}

button:focus, .btn:focus, .form-control:focus, a:focus{
	outline: 0;
	box-shadow: none;
}
.form-group input:focus, .form-group textarea:focus{
	/*border-color: #03b5c3;*/
	box-shadow: none;
	outline: 0;
}
.bg_gray{
	background: #f3f3f3;
}
.custom_heading p{
	font-size: 14px;
	line-height: normal;
	color: var(--text-color);
}
.custom_heading h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	font-style: normal;
	font-size: 38px;
}
header.header_sticky {
	background: #f2f9ff;
	box-shadow: 0 0 10px 1px #0000004a;
	position: fixed;
	top: 0;
	left: 0;
	animation: smoothScroll 1s forwards;
	padding-bottom: 15px;
}
header.header_sticky .container-fluid {
	display: none !important;
}
header .customBtn_yellow{
	padding: 9px 15px;
}
header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
	padding: 0;

	-webkit-transition: all 0.3s ease;
	-moz-transition: position 4s;
	-ms-transition: position 4s;
	-o-transition: position 4s;
	transition: all 0.3s ease;

}
header .navbar {
	z-index: 1;
	display: flex;
}

header.header_sticky .header_bg img {
	max-width: 80%;
}
header .navbar .navbar-nav li.nav-item a.nav-link.active , header .navbar .navbar-nav li.nav-item a.nav-link:hover{
	color: #3d4097;
}
header .navbar .navbar-nav li.nav-item a.nav-link {
	color: #4d0960;
	opacity: 1;
	transition: 0.2s;
	text-transform: capitalize;
	font-size: 17px;
}
header .navbar .navbar-nav li.nav-item.active a.nav-link, header .navbar .navbar-nav li.nav-item a.nav-link:hover{
	opacity: 1;
}
header.header_sticky .navbar .navbar-nav li.nav-item a.nav-link, header.inner_header .navbar .navbar-nav li.nav-item a.nav-link{
	
}
header.header_sticky .navbar .navbar-nav li.nav-item a.nav-link:hover, header.inner_header .navbar .navbar-nav li.nav-item a.nav-link:hover{
	
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

header .animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
header.header_sticky .socialMediaa_header{
	display: none;
}
header ul.social_media, .social_media_header p {
	width: auto;
	display: inline-block;
	line-height: normal;
}
.phone_mail {
	text-align: right;
}
header .phone_right li:first-child:after {
	content: '';
	position: absolute;
	right: 0;
	height: 80%;
	width: 2px;
	background: #fff;
	opacity: 0.2;
	top: 50%;
	transform: translateY(-50%);
}
header .phone_right li:first-child {
	margin-right: 20px;
	padding-right: 20px;
}
@keyframes slideIn {
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
	100% {
		transform:translateY(0rem);
		opacity: 1;
	}
	0% {
		transform: translateY(1rem);
		opacity: 0;
	}
}

@-webkit-keyframes slideIn {
	0% {
		-webkit-transform: transform;
		-webkit-opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		-webkit-opacity: 1;
	}
	0% {
		-webkit-transform: translateY(1rem);
		-webkit-opacity: 0;
	}
}

header .slideIn {
	animation: 0.2s slideIn;
	-webkit-animation: 0.2s slideIn;
	overflow: hidden;
	left: 0;
}
.socialMediaa_header{
	background: #91469b;
	padding: 7px 0;
	margin-bottom: 5px;
}
.socialMediaa_header .row{
	max-width: 1140px;
	margin: 0 auto;
}
header .slideIn .dropdown-item {
	transition: 0.7s;
	font-size: 14px;
}
header .slideIn .dropdown-item:hover{
	background: #91469b;
	color: #fff;
}

/*---- HOME PAGE ----*/

/*BANNER SECTION*/
.top_banner{
	
	background-size: cover;
	padding-top: 150px;
	background-attachment: fixed;
}
.content_topIntro .name_typography h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	font-style: normal;
	font-size: 42px;
	line-height: normal;
}
.content_topIntro .name_typography p {
	top: -8px;
	left: 11%;
	letter-spacing: 2px;
	color: var(--text-color);
}
.content_topIntro ul li.list-inline-item {
	margin-right: 20px;
	padding-right: 20px;
	font-size: 19px;
	letter-spacing: 1.5px;
}
.content_topIntro ul li.list-inline-item:last-child{
	margin-right: 0;
	padding-right: 0;
}
.content_topIntro ul li:after{
	content: '';
	position: absolute;
	right: 0;
	height: 70%;
	width: 2px;
	background: #fff;
	opacity: 0.2;
	top: 50%;
	transform: translateY(-50%);
}
.content_topIntro ul li:last-child:after{
	content: normal;
}
.content_topIntro p.text-white{
	max-width: 80%;
}
.content_topIntro .name_typography {
	left: -8px;
}

/*intro sec*/
/*.intro_sec{
	background: linear-gradient(to left, #000000, #0a1b13);
}
.intro_sec .content_left .experiences .years_exp p{
	line-height: normal;
	opacity: 0.7;
	font-size: 14px;
}
.intro_sec .content_left .experiences h1{
	font-weight: bold;
	font-size: 55px;
	line-height: normal;
	color: var(--text-color);
}
.intro_sec .image_right{
	padding-left: 70px;
}
.intro_sec .image_right img{
	transition: 0.4s;
}
.intro_sec .image_right:hover img{
	transform: scale(0.9);
}
*/

.years_exp p{
	line-height: normal;
	
	font-size: 18px;
}
.experiences h1{
	font-weight: bold;
	font-size: 55px;
	line-height: normal;
	color: var(--text-color);
}

/*services sec*/
.services_sec{
	
}
.services_sec .services_custom .image_top{
	overflow: hidden;
}
.services_sec .services_custom .image_top img{
	transition: 0.3s ease-out;
	border-radius: 15px;
}
.services_sec .services_custom:hover .image_top img{
	transform: scale(1.3) translateX(-40px);
}
.services_sec .services_custom h5{
	color: #2a2a2a;
	font-style: normal;
	font-family: 'larke_neue_boldbold';
	text-align: center;
}
.services_sec .services_custom {
	margin-top: 30px;
}
.services_sec .col-lg-4.col-md-4.col-sm-6.col-12, .blogSec_home .col-lg-4.col-md-4.col-sm-12.col-12, .testimonials_sec .col-lg-4.col-md-6.col-sm-6.col-12{
	display: flex;
}
.services_sec .services_custom .content_bottom p{
	line-height: 24px;
}

/*testimonials sec*/
.testimonials_sec{
	/*background: url('../img/services_BG.png') no-repeat;
	background-size: cover;
	background-position: bottom;*/
	background-image: linear-gradient(to left, #1b2d25, #0a1b13);
	background-color: #1b2d25;
}
.testimo_slider .owl-dots {
	display: none;
}
.testimo_slider.owl-theme .owl-nav {
	position: absolute;
	top: 42%;
	left: 0;
	transform: translateY(-42%);
	right: 0;
	margin-top: 0;
}
.testimo_slider.owl-carousel .owl-nav button.owl-prev {
	left: -40px;
	position: absolute;
	height: 25px;
	width: 25px;
}
.testimo_slider.owl-carousel .owl-nav button{
	margin:0;
}
.testimo_slider.owl-carousel .owl-nav button:hover{
	background:transparent;
}
.testimo_slider.owl-carousel .owl-nav button:hover:after{
	color: #f4c24f;
}
.testimo_slider.owl-carousel .owl-nav button:after{
	font-size: 20px;
}
.testimo_slider.owl-carousel .owl-nav button.owl-next {
	right: -40px;
	position: absolute;
	width: 25px;
	height: 25px;
}
.testimo_boxes .testimo_align .image_testimo img{
	object-fit: cover;
}
.testimo_boxes .testimo_align .image_testimo {
	height: 200px;
}
.testimo_slider .owl-nav button span {
	opacity: 0;
	height: 25px;
	width: 25px;
	display: inline-block;
}
.testimo_slider .owl-nav button.owl-prev:after {
	/*content: '\f30a';*/
	position: absolute;
	left: 0;
	height: 25px;
	width: 25px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f30a";
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	color: #fff;
	transition: 0.4s;
}
.testimo_slider .owl-nav button.owl-next:after {
	content: '\f30b';
	position: absolute;
	right: 0;
	height: 25px;
	width: 25px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	color: #fff;
	transition: 0.4s;
}
.testimo_boxes .content_testimo h5 , .icons_desc .icons_inner h5{
	font-family: 'larke_neue_boldbold';
	transition: 0.2s;
}
.videoSec_btn{
	margin-bottom: 40px;
}
.testimo_boxes{
	margin-top: 30px;
}
/*====*/
.rating li svg.text-yellow{
	color: var(--text-color);
}
.content_testimo .rating{
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 15px;
}

/*====*/

/*icon with desc sec*/
.icons_desc{
	background-color: #91469b;
}
.icons_desc .icons_inner h5{
	color: #fff;
}
.icons_desc .icons_inner{
	padding: 0px;
}
.icons_desc .icons_inner p{
	opacity: 0.7;
	transition: 0.2s;
}
.icons_desc .icons_inner:hover p{
	opacity: 1;
}
.icons_desc .icons_inner:hover h5{
	/*color: #f4c24f;*/
	
}
/*icon with desc sec ends */

/*blog sec*/
.blogSec_home{
	background: url('../img/blog_BG.png') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.services_sec.blogSec_home .services_custom h5{
	font-family: 'larke_neue_boldbold';
}

.services_sec.blogSec_home .services_custom .content_bottom h5 {
	color: #2a2a2a;
	font-size: 18px;
}

.services_sec.blogSec_home .services_custom .content_bottom{
	padding: 22px;
}
.services_sec.blogSec_home .col-lg-4.col-md-4.col-sm-4.col-12{
	display: flex;
	flex-wrap: wrap;
}
.services_sec.blogSec_home .col-lg-4.col-md-4.col-sm-4.col-12 .services_custom{
	display: flex;
}
/*blog sec ends*/

/*contact & reach us sec*/
.contact_reachSec{
	background: #fff;
}
.contact_reachSec .custom_contact h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}
.contact_reachSec .custom_contact figure:first-of-type{
	margin-bottom: 30px;
	padding-bottom: 30px;
	/*min-height: 160px;*/
	border-bottom: 1px solid #2d3c35;
}
.contact_reachSec .custom_contact{
	padding-right: 50px;
}
.contact_reachSec .custom_contact p{
	font-size: 16px;
}

/*book an appointment form*/
.form_bookingRight {
	position: fixed;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: right;
	padding: 30px;
	min-width: 320px;
	box-shadow: 0 0 15px 3px rgba(0,0,0,0.15);
	z-index: 9;
	background: #f4c24f;
	transition: 0.5s;
}
.bookingForm_right .close_btn{
	right: 5px;
	top: 5px;
	background: #fff;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	opacity: 1;
}
.bookingForm_right .close_btn:hover{
	opacity: 1 !important;
}
.bookingForm_right .close_btn span {
	font-size: 20px;
	line-height: 33px;
}
.bookingForm_right h3{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0;
}
.bookingForm_fields form input, .bookingForm_fields form textarea {
	border-color: transparent;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	color: #495057;
}
.bookingForm_fields form input:focus, .bookingForm_fields form textarea:focus, .bookingForm_fields form .date-dropdowns select:focus{
	border-color: #2a2a2a;
	outline: 0;
}
.bookingForm_fields form input[type=submit], .bookingForm_fields form input[type=submit]:focus {
	background: #0a1b13;
	border-color: #0a1b13;
	height: auto;
	padding: 12px 15px;
	font-size: 16px;
	letter-spacing: 0.2px;
}
.bookingForm_fields form .form-group span.red{
	color: red;
}

.open_BookingForm {
	padding: 14px 25px;
	border: none;
	cursor: pointer;
	position: fixed;
	top: 50%;
	transform:translateY(-50%) translateX(30%) rotate(-90deg);
	right: 0;
	background:#f4c24f;
	z-index: 1;
}
.open_BookingForm_mob.open_BookingForm{
	display: none;
	padding: 10px;
}

.bookingForm_fields form .date-dropdowns{
	display: flex;
}
.bookingForm_fields form .date-dropdowns select{
	border-color: transparent;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	color: #495057;
	flex:1;
	margin-right: 12px;	
	padding: 7px 10px;
}
.bookingForm_fields form .date-dropdowns select:last-child{
	margin-right: 0;	
}
/*book an appointment form ends*/

/*testimonials page*/
.testimonials_sec.testimo_page .boxes_testimo {
	padding-top: 10px;
	border-top: 1px solid #ffffff29;
}
.testimonials_sec.testimo_page .video_custom{
	margin-bottom: 30px;
}
/*testimonials page ends*/

/*footer sec*/
footer{
	background-image:url("../img/footer_BG.png");
	background-repeat: no-repeat;
	background-size: cover;
}
footer li{
	padding: 5px 0px;
	color: #fff;
}
footer .footer_inner p{
	max-width: 100%;
	opacity: 0.8;
}
footer .social_media li svg{
	font-size: 18px;
}
footer .copyright p span{
	font-size: 22px;
}
footer .copyright{
	border-top: 1px solid #2d3c35;
}

/*footer ends*/

/*inner pages*/
.top_banner.innerPages {
	padding-top: 130px;
	
}
.innerPages .banner_heading{
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.innerPages .banner_heading h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	font-size: 44px;
	letter-spacing: -0.8px;
}
.innerPages_content .content_inner h1{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: var(--text-color);
	font-weight: bold;
	font-size: 45px;
}
.innerPages_content .content_inner figure h4{
	font-weight: 600;
	opacity: 0.9;
	letter-spacing: 1px;
}
.innerPages_content .content_inner figure p{
	opacity: 0.7;
}

/*inner pages ends*/

/*services pages*/
.services_commonSec .list-unstyled.list-inline li ul li .media-body h5{
	font-family: 'larke_neue_boldbold';
}
.services_commonSec .list-unstyled.list-inline li ul li .media-body p{
	opacity: 0.8;
}
.services_commonSec{
	background: url('../img/servicesPage_bg.png') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.services_commonSec .container-fluid{
	max-width: 90%;
}
.services_commonSec .list-unstyled.list-inline li{
	flex: 1 0 0;
}
.services_commonSec .list-unstyled.list-inline {
	box-shadow: 0 0 40px 20px rgb(221 229 233 / 5%);
}
.services_commonSec .content_servRight{
	background: #0f231a;
	padding: 40px;
}
.services_commonSec .image_servLeft img{
	object-fit: cover;
}
.services_commonSec .list-unstyled.list-inline li ul li{
	color: #fff;
	margin-bottom: 35px;
}
.services_commonSec .list-unstyled.list-inline li ul li:last-child{
	margin-bottom: 0;
}
.services_commonSec .list-unstyled.list-inline li ul li svg {
	height: 55px;
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: #f4c24f;
	color: #0f231a;
	transition: 0.4s;
}
.services_commonSec .list-unstyled.list-inline li ul li:hover svg{
	transform: scale(1.07);
}
.servicesIntro_right{
	padding-left: 50px;
}
/*services pages ends*/

/*blog page*/
.blogPosts_page{
	padding: 60px 0 90px;
}
/*blog page ends */

/*contact us page*/
.contactDetails .contact_inner{
	padding: 40px;
}
.contactDetails .contact_inner h3{
	color: #91469b;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	letter-spacing: 1px;
}
.contactDetails .contact_inner {
	padding: 60px 40px;
	
	transition: 1.5s;
	height: 100%;
}
.contactDetails .contact_inner:hover{
	border-color: #fff;
}
.contact_mapSec{
	
}
.map_address iframe{
	float: left;
}
.bookingForm_contact h2{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
}
.bookingForm_contact .fields_combine .form-group{
	flex: 1 0 0;
}
.bookingForm_contact .fields_combine .form-group:first-child{
	margin-right: 2%;
}
.bookingForm_contact .form-group input, .bookingForm_contact .form-group textarea{
	overflow: hidden;
	border-color: #ccc;
	/*background: #ffffff26;*/
	background: transparent;
	color: #171717;
	height: 45px;
}
.bookingForm_contact .form-group textarea{
	height: auto;
}
.bookingForm_contact .form-group input[type=submit] {
	border-color: #91469b;
	border-bottom: 1px solid #91469b;
	background: #91469b;
	height: auto;
	color: #fff;
}
.bookingForm_contact .form-group input[type=submit]:hover {
	background: #e53e57;
}

.bookingForm_contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
}
.bookingForm_contact input::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
}
.bookingForm_contact input::-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
}
.bookingForm_contact input::-moz-placeholder { /* Firefox 18- */
	color: #ccc;
}
.bookingForm_contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
}
.bookingForm_contact textarea::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
}
.bookingForm_contact textarea::-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
}
.bookingForm_contact textarea::-moz-placeholder { /* Firefox 18- */
	color: #ccc;
}
.bookingForm_contact .form-group{margin-bottom: 25px;}
.bookingForm_contact .form-group:last-child{margin-bottom: 0;}
.bookingForm_contact .form-group input:focus, .bookingForm_contact .form-group textarea:focus{
	background: transparent;
}
.bookingForm_contact{
	max-width: 80%;
	margin: 0 auto;
}

.bookingForm_contact form .date-dropdowns{
	display: flex;
}
.bookingForm_contact form .date-dropdowns select{
	border-color: transparent;
	font-size: 14px;
	height: 45px;
	overflow: hidden;
	color: #495057;
	flex:1;
	margin-right: 12px;	
	padding: 7px 10px;
	background: transparent;
	color: #fff;
	border: 1px solid #ccc;
}
.bookingForm_contact form small{
	color: #fff;
	opacity: 0.7;
}
small{
	letter-spacing: 0.6px;
}
.bookingForm_contact form .date-dropdowns select:last-child{
	margin-right: 0;	
}
.bookingForm_contact form .date-dropdowns select:focus{
	outline: 0;
	border-color: #fff;
}
/*contact us page ends */

/*MEDIA QUERIES*/
@media(min-width: 1201px){
	.icons_desc .icons_inner {
		padding: 10px;
		border: 1px solid transparent;
		transition: 0.7s;
		background-color: #82378c;
		min-height: 340px;
margin-bottom: 29px;
	}
	.icons_desc .icons_inner:hover{
		background-color: #732f7c;
	}
}

@media(max-width: 1199px){
	.form_bookingRight {
		transform: rotateY(-90deg) translateY(-50%);
		transform-origin: right;
	}
	.icons_desc .icons_inner {
		padding: 0;
	}
	.custom_heading h1 {
		font-size: 45px;
	}
	.content_topIntro .name_typography h1 {
		font-size: 70px;
	}
	.content_topIntro ul li.list-inline-item{
		font-size: 16px;
	}
	.socialMediaa_header .row {
		max-width: 960px;
	}
	header .customBtn_yellow {
		font-size: 14px;
	}
	.innerPages .banner_heading h1{
		font-size: 60px;
	}
	.innerPages_content .content_inner h1 {
		font-size: 38px;
	}
	.services_commonSec .list-unstyled.list-inline li ul li .media-body h5 {
		line-height: 27px;
		font-size: 18px;
	}
	.contactDetails .contact_inner {
		padding: 50px 20px;
	}
}

@media(max-width: 991px){
	.experiences {
		justify-content: center;
	}
	.innerPages_content .row {
		flex-direction: column-reverse;
	}
	.servicesIntro_right {
		padding-left: 0;
		margin-bottom: 30px;
	}
	.services_commonSec .list-unstyled.list-inline li {
		flex: 100%;
	}
	.services_commonSec .list-unstyled.list-inline{
		flex-wrap: wrap;
	}
	header .slideIn.dropdown-menu{
		float: left;
	}
	.top_banner , .blogSec_home, footer{
		background-attachment: unset;
	}
	.testimo_slider.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	.testimo_slider.owl-carousel .owl-nav button.owl-prev{
		left: -30px;
	}
	.contact_reachSec .custom_contact figure:first-of-type{
		min-height: unset;
	}
	.content_topIntro .name_typography p {
		left: 13%;
		font-size: 13px;
	}
	.content_topIntro .name_typography h1 {
		font-size: 60px;
	}
	header .header_bg .navbar-nav {
		background: #91469b;
		padding: 25px;
		box-shadow: 0 0 20px 10px rgba(0,0,0,0.15);
		margin-top: 10px;
	}

	.paddingCommon_sec {
		padding: 60px 0;
	}
	.blogPosts_page{
		padding: 30px 0 60px;
	}
	header .header_bg button.navbar-toggler span.navbar-toggler-icon {
		width: 25px;
		height: 22px;
		color: #000;
	}
	header .header_bg button.navbar-toggler {
		padding: 6px 10px;
		color: #000;
		border-color: #3d4097;
	}
	.intro_sec .content_left .experiences h1 {
		font-size: 45px;
	}
	.intro_sec .content_left .experiences .years_exp h6 {
		font-size: 14px;
	}
	.bookingForm_right h3{
		font-size: 22px;
	}
	.content_topIntro {
		
		padding: 35px 15px 15px 15px;
		text-align: center;
	}
	.content_topIntro .name_typography p{
		left: 0;
		right: 0;
	}
	.content_topIntro p.text-white {
		max-width: 90%;
		margin: 15px auto 0;
	}
	.content_topIntro .name_typography h1 {
		font-size: 50px;
	}
	.content_topIntro .name_typography p {
		left: 3px;
		top: -28px;
	}

	.innerPages_content .content_inner h1{
		font-size: 35px;
	}
	.innerPages_content .content_inner figure h4 {
		font-size: 20px;
	}
	.services_sec.blogSec_home .services_custom .content_bottom {
		padding: 15px;
	}
	.services_sec.blogSec_home .services_custom h5 {
		font-size: 18px;
	}
	footer .footer_inner p {
		max-width: 80%;
	}
	.innerPages .banner_heading h1 {
		font-size: 50px;
	}
	.innerPages .innerPages_banner img {
		height: 200px;
		object-fit: cover;
		width: 100%;
	}
	.bookingForm_contact .fields_combine .form-group {
		flex: 100%;
		margin: 0;
		width: 100%;
	}
	.bookingForm_contact .fields_combine {
		flex-wrap: wrap;
	}
	.bookingForm_contact .fields_combine .form-group:first-child {
		margin: 15px 0;
	}
	.bookingForm_contact .fields_combine:first-child .form-group:first-child {
		margin-top: 0;
	}
	.bookingForm_contact .form-group textarea{
		margin-top: 15px;
	}
	.bookingForm_contact h2 {
		font-size: 23px;
	}

	.contactDetails .contact_inner h3{
		font-size: 25px;
	}
	.contactDetails .contact_inner {
		padding: 30px 15px;
	}
}

@media(max-width: 767px){
	.bookingForm_contact{
		max-width: 100%;
	}
	header .container{
		max-width: 100%;
	}
	.blogSec_home .col-12:nth-child(2) .services_custom {
		margin-top: 15px;
	}
	.blogSec_home.blogPosts_page .col-12:nth-child(2) .services_custom {
		margin-top: 30px;
	}
	.innerPages_content .content_inner h1 {
		font-size: 27px;
		line-height: 1.5;
	}
	.innerPages_content .content_inner figure h4 {
		font-size: 17px;
		line-height: 25px;
	}

	.top_banner.innerPages {
		padding-top: 142px;
	}
	.contact_reachSec .custom_contact {
		padding-right: 0;
		text-align: center;
		margin-top: 20px;
	}
	.testimo_boxes .content_testimo h5 {
		font-size: 17px;
	}
	.intro_sec .image_right {
		padding-left: 0;
		margin-bottom: 45px;
	}
	.intro_sec .row{
		flex-direction: column-reverse;
	}
	.paddingCommon_sec {
		padding: 40px 0;
	}
	.blogPosts_page{
		padding: 10px 0 40px;
	}
	body{
		font-size: 14px;
		letter-spacing: 0;
	}
	.content_topIntro ul li.list-inline-item {
		margin-right: 15px;
		padding-right: 15px;
		font-size: 14px;
		letter-spacing: 0;
	}
	.icons_desc .icons_inner {
		margin-bottom: 40px;
	}
	.icons_desc .col-lg-4.col-12:last-child .icons_inner{
		margin-bottom: 0;
	}
	.custom_heading h1 {
		font-size: 40px;
	}
	.services_sec .services_custom h5 , .icons_desc .icons_inner h5{
		font-size: 19px;
	}

	.contact_reachSec .custom_contact figure:first-of-type {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.contact_inner.custom_contact{
		margin-top: 40px;
	}
	header .header_bg img {
		max-width: 80%;
	}
	header .phone_right li:first-child {
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}
	header .phone_right li{
		width: 100%;
	}
	header .phone_right li:first-child:after{
		content: normal;
	}
	p{
		line-height: 24px;
		font-size: 14px;
	}
	.content_topIntro p.text-white{
		max-width: 100%;
	}

	.form_bookingRight {
		padding: 33px 20px 20px;
	}
	.bookingForm_fields form .form-group {
		margin-bottom: 10px;
	}
	.bookingForm_fields form input[type=submit], .bookingForm_fields form input[type=submit]:focus {
		padding: 10px 15px;
		font-size: 15px;
	}
	.contactDetails .contact_inner{
		margin-bottom: 20px;
		height: auto;
	}
	.contactDetails .col-lg-4.col-md-4.col-sm-12.col-12:last-child .contact_inner{
		margin-bottom: 0;
	}

	.contact_reachSec .row{
		flex-direction: column-reverse;
	}
}

@media(max-width: 575px){
	.services_commonSec .content_servRight {
		padding: 20px;
	}
	.services_commonSec .list-unstyled.list-inline li ul li .media-body {
		flex: 100%;
		margin-top: 15px;
	}
	.services_commonSec .list-unstyled.list-inline .media {
		flex-wrap: wrap;
	}
	.services_commonSec .content_servRight {
		padding: 30px;
	}
	.innerPages .banner_heading h1 {
		font-size: 35px;
	}
	footer .footer_inner p {
		max-width: 90%;
	}
	.top_banner.innerPages {
		padding-top: 173px;
	}
	.custom_heading h1 , .contact_reachSec .custom_contact h2{
		font-size: 28px;
	}
	.videoSec_btn {
		margin-bottom: 30px;
	}
	.phone_mail {
		text-align: center;
	}
	.social_media_header {
		text-align: center;
		margin-bottom: 10px;
	}
	.top_banner {
		padding-top: 170px;
	}
	.content_topIntro .name_typography h1 {
		font-size: 40px;
		letter-spacing: 0.4px;
	}
	.testimo_slider.owl-carousel .owl-nav button.owl-next {
		right: 10px;
	}
	.testimo_slider.owl-carousel .owl-nav button.owl-prev {
		left: 10px;
	}
	.testimo_slider .owl-nav button.owl-next:after, .testimo_slider .owl-nav button.owl-prev:after {
		top: 45%;
		transform: translateY(-45%);
		font-size: 16px;
	}
	.testimo_slider.owl-carousel .owl-nav button {
		background-color: #00000057 !important;
		border-radius: 0;
	}
	.testimo_slider.owl-carousel .owl-nav button:hover:after{
		color: #fff;
	}
	.form_bookingRight {
		min-width: unset;
		max-width: 300px;
	}
	.services_sec div.col-12:nth-child(2) .services_custom {
		margin-top: 15px;
	}
	.icons_desc .icons_inner {
		padding: 0 20px;
	}
	.testimo_boxes .testimo_align .image_testimo {
		height: auto;
	}
	header .slideIn.dropdown-menu {
		float: none;
		min-width: 100%;
	}
	.open_BookingForm{
		display: none;
	}
	.open_BookingForm_mob.open_BookingForm {
		display: block;
		transform: translateY(-50%) translateX(0) rotate(0);
		right: 5px;
	}

	.contactDetails .contact_inner h3 {
		font-size: 23px;
	}
	.bookingForm_fields form .date-dropdowns {
		display: inline-block;
		width: 100%;
	}
	.bookingForm_fields form .date-dropdowns select{
		width: 30%;
	}
	.bookingForm_contact form .date-dropdowns select{
		margin-right: 9px;
	}
}