* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
/* @font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../font/greatvictorian-standard.woff2') format('woff2'),
         url('../font/greatvictorian-standard.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */
 
body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
header {
	background: #fff;
	width: 100%;
	top: 0;
	z-index: 100;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
  	-moz-transition: all 0.4s ease-in-out ;
}
.height-60 {
	height: 60% !important;
}
.very-top-navbar {
	background: #A38A00;
	font-weight: bold;
	position: relative;
	z-index: 10;
}
.very-top-navbar .row {
	padding: 0.5rem 0;
}
.content-info {
	margin-right: 20px;
	position: relative;
	color: #fff;
}
.content-info a {
	color: #fff;
	text-decoration: none;	
}
.top-navbar-details .content-info:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}
.book-btn-holder .btn {
	border-radius: 50px;
	animation: shadow-pulse 1s infinite;
	background: #D1B000;
	color: #fff;
	font-weight: bold;
}
/*.social-icon-holder a {
	color: #fff;
	margin: 0 10px;
	font-size: 16px;
}
.social-icon-holder a:hover {
	transform: scale(1.1);
}*/
.navbar-light.cstm-navbar {
	z-index: 10;
	background: #fff;
}
.navbar-light.cstm-navbar .navbar-nav {
	z-index: 1;
}
.navbar-light.cstm-navbar .navbar-nav .nav-link {
	text-transform: uppercase;
	color: #A38A00;
	font-weight: bold;
}
.navbar-light.cstm-navbar .navbar-nav .nav-link:hover,
.navbar-light.cstm-navbar .navbar-nav .active>.nav-link {
	color: #D1B000;
}
.search-anchor {
	color: #000;
}
.search-form {
    background: linear-gradient(135deg, rgba(235,209,151,1) 0%, rgba(180,136,17,0.99) 26%, rgba(162,121,13,0.98) 51%, rgba(187,155,73,0.97) 68%, rgba(190,150,60,0.95) 100%);
    color: #fff;
    position: absolute;
    transform: translateY(-300%);
    width: 100%;
    padding: 20px;
    transition: all 0.5s ease-in-out;
}
.search-form-open {
    transform: translateY(0%) !important;
}
.search-form .input-group {
    display: flex;
    justify-content: center;
    width: 80%;
}
.search-form input[type="text"], .search-form input[type="submit"] {
    padding: 8px;
}
.cross {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    cursor: pointer;
}
.banner-section {
    margin-top: 125px;
    position: relative;
}
.banner-content {
	position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
}
.banner-overlay {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f6f6f6;
	opacity: 0.7;
	z-index: 1;
}
.cstm-owl-items {
	position: relative;
}
.cstm-owl-items h1 {
	text-transform: uppercase;
	width: 65%;
}
.rounded-button {
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    margin: 20px 0;
    background: linear-gradient(135deg, rgba(235,209,151,1) 0%, rgba(180,136,17,0.99) 26%, rgba(162,121,13,0.98) 51%, rgba(187,155,73,0.97) 68%, rgba(190,150,60,0.95) 100%);
    color: #fff;
    font-size: 15px;
}
.big-rounded-btn {
	padding: 10px 30px;
	font-size: 16px;
}
.banner-section .owl-nav {
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.banner-section .owl-nav span {
	background: #fff !important;    
    border-radius: 50%;
    font-size: 40px !important;	
    opacity: 0.5;
    padding: 5px 30px 15px;
}
.banner-section .owl-prev {
	position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);    
    color: #b53508 !important;
    outline: none;
}
.banner-section .owl-next {
	position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);    
    color: #00008B !important;
    outline: none;
}
.banner-section .owl-dots {
	display: none;
}
.sub-banner-section {
	background-position: top !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding: 150px 0;
}
.sub-banner-content {
	position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
}
.sub-banner-heading {
	font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
}
.sub-banner-section .breadcrumb {
	background-color: transparent;
	font-size: 16px;
	padding: 0;
}
.sub-banner-section .banner-overlay {
	background: #000;
}
.bread-link {
	color: #A38A00;
	text-decoration: none;
}
.bread-link:hover {
	color: #D1B000;
	text-decoration: none;
}
.ask-expert-section .card, .ask-expert-section .card-header {
    border: none;
    background: transparent;
    color: #fff;
}
.ask-expert-section .card-header button {
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 30px;
    display: flex;
    align-items: center;
}
.ask-expert-section .card-header button[aria-expanded="false"]:after {
    content: "+";
    justify-content: flex-end;
    display: flex;
    width: 100%;
    font-size: 30px;
}
.ask-expert-section .card-header button[aria-expanded="true"]:after {
    content: "-";
    justify-content: flex-end;
    display: flex;
    width: 100%;
    font-size: 30px;
}
.about-section,
.service-section,
.inforamtion-section,
.choose-section,
.faq-section,
.testimonial-section,
.subscribe-section,
.video-section,
.page-section {
	padding: 80px 0;
}

.about-section,
.information-section,
.faq-section,
.video-section {
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.overall-heading {
	color: #A38A00;
	margin: 10px 0 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.overall-heading span {
	color: #A38A00;
	margin-right: 12px;
}
.cstm-about-items {
	position: relative;
}
.about-section .owl-carousel:before,
.inforamtion-section .owl-carousel:before {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	width: 50%;
	height: 40%;
	background-color: #f6f6f6;
	border-top: 4px solid #A38A00;
	border-left: 4px solid #A38A00;
	z-index: -1;
}
.about-section .owl-carousel:after,
.inforamtion-section .owl-carousel:after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 50%;
	height: 40%;
	background-color: #f6f6f6;
	border-right: 4px solid #A38A00;
	border-bottom: 4px solid #A38A00;
	z-index: -1
}
.about-section .owl-nav,
.inforamtion-section .owl-nav {
	display: none;
}
.about-section .owl-dots,
.inforamtion-section .owl-dots {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-section .owl-theme .owl-dots .owl-dot.active span, 
.about-section .owl-theme .owl-dots .owl-dot:hover span,
.inforamtion-section .owl-theme .owl-dots .owl-dot.active span, 
.inforamtion-section .owl-theme .owl-dots .owl-dot:hover span {
	background: #A38A00;
	border: 2px solid #A38A00;
}
.inforamtion-section p {
	text-align: justify;
}
.about-section .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	border: 2px solid #A38A00;
}
.about-content {
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}
.slide-content {
	position: absolute;
    top: 0;
    transform: translateX(-100%);
    width: 100%;
    transition: all 0.5s ease-in-out;
    background-color: #f6f6f6;
}
.slide-content-show {
	transform: translateX(0%) !important;
}
.service-section,
.choose-section,
.testimonial-section,
.video-section {
	position: relative;
	text-align: center;
	color: #fff;
}
.service-section .overall-heading,
.choose-section .overall-heading,
.testimonial-section .overall-heading {
	color: #fff;
}
.service-section .overall-heading span,
.choose-section .overall-heading span,
.testimonial-section .overall-heading span {
	color: #fff;
}
.service-section:after,
.choose-section:after,
.testimonial-section:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #A38A00;
	opacity: 0.9;
	top: 0;
	left: 0;
	z-index: -2;
}
.info-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 10px 0;
}
.info-block .service-img-holder {	
	width: 120px;
	height: 120px;
	background:#fff;	
	box-shadow: -1px 0px 1px 0px #e1e1e1;
	z-index: 1;
}
.info-block .service-img-holder img {
	width: 120px;
	height: 120px;
	border: 10px solid #fff;
	object-fit: cover;
}
.info-block-content {
	width: calc(100% - 120px);
    height: 90px;
    display: inline-flex;
    align-items: center;
    background: #fff;
    z-index: 0;
    padding: 0 0 0 30px;
    border-top-right-radius: 50px;
}
.info-block-content a {
	font-size: 20px;
	color: #A38A00;
	text-decoration: none;
	font-weight: bold;
}
.info-img-holder img {
	width: 100%;
}
.moretext {
  	display: none;
}
.faq-section .overall-heading {
	text-align: center;
}
.faq-section .card {
	background-color: transparent;
	margin-bottom: 5px;
}
.faq-section .card .card-header {
	padding: 0 15px;
}
.faq-section .card-header button {
    color: #000;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.faq-section .card-header button[aria-expanded="false"]:after {
    content: "+";
    justify-content: flex-end;
    display: flex;
    width: 100%;
    font-size: 30px;
}
.faq-section .card-header button[aria-expanded="true"]:after {
    content: "-";
    justify-content: flex-end;
    display: flex;
    width: 100%;
    font-size: 30px;
}
.plan-section .row,
.subscribe-section,
.ask-expert-section {
	/*background: linear-gradient(135deg, rgba(245,138,45,1) 0%, rgba(243,124,69,0.99) 26%, rgba(241,111,92,0.98) 51%, rgba(246,41,12,0.97) 68%, rgba(244,31,66,0.95) 100%);*/
	background: rgb(181 53 8);
}
.plan-section .col-lg-3 {
	padding: 0;
}
.plan-section .col-lg-3 {
	border: 2px solid #fff;
}
.plan-bg {
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.number-div {
	width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.plan-content {
	width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 10px 0;
}
.testimonial-section .owl-nav {
	display: none;
}
.client-saying {
	font-size: 16px;
	text-align: center;
	font-style: italic;
}
.subscribe-section {
	color: #fff;
}
.subscribe-section input,
.ask-expert-section input,
.ask-expert-section select,
.search-form input[type="text"] {
	background: transparent;
	color: #fff;
}
.subscribe-section input::placeholder,
.ask-expert-section input::placeholder,
.ask-expert-section select::placeholder,
.search-form input[type="text"]::placeholder {
	color: #fff;
}
.video-section iframe {
	width: 100%;
	height: 300px;
}
footer {
	background: #2a2a2a;
	padding: 80px 0;
	color: #fff;
}
footer .widget-title {
	margin-bottom: 36px;
    color: #fff;
    font-size: 1.428em;
    z-index: 1;
    position: relative;
}
footer .widget-title > span {
	display: block;
    position: relative;
    padding-bottom: 12px;
    color: #fff;
}
footer .widget-title > span:after {
	content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, rgba(235,209,151,1) 0%, rgba(180,136,17,0.99) 26%, rgba(162,121,13,0.98) 51%, rgba(187,155,73,0.97) 68%, rgba(190,150,60,0.95) 100%);
}
.footer-logo {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
footer .wprt-links,
footer ul {
	margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
footer ul.contact-menu li {
	width: 100%;
	margin-bottom: 5px;
}
footer .wprt-links li {
	width: 50%;
    display: inline-flex;
    padding: 0 0 12px;
}
footer .cstm-dropdown {
	display: block !important;
	margin: 0 auto;
}
footer .wprt-links li a {
	position: relative;
    display: inline-flex;
    padding-left: 25px;
    color: #b7b7b7;
    text-decoration: none;
}
footer .wprt-links li a:before {
	font-family: 'FontAwesome';
    content: "\f101";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}
footer .wprt-links li a:hover {
	color: #D1B000;
}
footer .sub-menu li {
	display: block;
	margin: 0 auto;
}
.widget.widget_socials .socials {
	margin-top: 20px;
}
.widget.widget_socials .socials a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 10px;
    z-index: 1;
}
.widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #D1B000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
.widget.widget_socials .socials a:hover:before {
    background: #A38A00;
    border-color: #A38A00;
}
.chat {
    position: fixed;
    bottom: 30px;
    right: 10px;        
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s linear;
}
.chat .fa-comments {
	background: linear-gradient(135deg, rgba(235,209,151,1) 0%, rgba(180,136,17,0.99) 26%, rgba(162,121,13,0.98) 51%, rgba(187,155,73,0.97) 68%, rgba(190,150,60,0.95) 100%);
    padding: 10px;
    border-radius: 10px;
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.hover-icon {
	position: absolute;
	top: -35px;
	transform: translateX(100%);
	text-align: center;
	transition: all 0.5s linear;
	opacity: 0
}
.hover-icon-show {
	transform: translateX(-105%);
	opacity: 1;
	transition: all 0.5s linear;
}
.hover-icon i {
	background-color: #dee2e6;
	border-radius: 10px;
	padding: 5px;
	display: inline-block;
	width: 100%;
	height: 50%;
	font-size: 30px;
	margin: 5px 0;
}
.hover-icon .fa-whatsapp {
	color: #0bbc16;
}
.hover-icon .fa-phone {
	color: #1a0dab;
}
.review-holder {
    position: fixed;
    bottom: 10px;
    left: 10px;        
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s linear;
}
.review-div {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    height: 90px;
    align-items: center;
    border: 2px solid #dcdcdc;
    position: relative;
}
.google-div {
    background-color: #fbfbfb;
    border-right: 2px solid #dcdcdc;
}
.google-div,
.review-content {
    display: inherit;
    height: 100%;
    padding: 0 20px;
    align-items: center;
}
.review-content {
    flex-direction: column;
    padding: 5px 30px;
}
.review-content strong {
    padding-right: 5px;
}
.review-content p {
    margin-bottom: 4px;
}
.review-holder .fa-star {
    color: #f6b900;
    font-size: 18px;
    margin: 10px 2px;
}
.stars,
.review-date {
    width: 100%;
}
.review-date {
    color: #c4c4c4;
}
.review-div i.review-cross {
    color: #dcdcdc;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.copyright-div {
	background: #000;
	color: #fff;
}
.copyright-div a {
	color: #fff;
	padding: 0 5px;
}
.contact-page-section .form-input-holder label {
	width: 100%;
}
.contact-page-section .form-btn-holder {
	justify-content: flex-start;
}
.ast_slider_wrapper {
    display: flex;
    width: 100%;
    position: relative;
    background-color: #080226;
    z-index: 1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
}
.ast_banner_text {
    width: 100%;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 210px 0px;
}
.starfield {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.starfield > * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-image: radial-gradient(2px 2px at 40px 60px, #cccccc, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 40px 60px, #ffffff, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)), radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
    background-repeat: repeat;
    background-size: 200px 200px;
    -webkit-animation-name: starfieldRotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
.ast_waves {
    position: absolute;
    width: 800px;
    bottom: -75px;
    left: 0%;
    margin-left: -400px;
}
.ast_wave {
    width: 700px;
    height: 700px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-left: 50%;
    left: -350px;
    position: absolute;
    bottom: -350px;
    z-index: -1;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -webkit-animation: pulse 3000ms ease-out infinite;
    -moz-animation: pulse 3000ms ease-out infinite;
    -ms-animation: pulse 3000ms ease-out infinite;
    -o-animation: pulse 3000ms ease-out infinite;
    animation: pulse 3000ms ease-out infinite;
}
.ast_waves2 {
    position: absolute;
    width: 100%;
    top: 385px;
    right: 0px;
    margin: 0px auto;
    left: 0px;
}
.ast_waves3 {
    position: absolute;
    width: 900px;
    bottom: 15px;
    right: -400px;
}
.ast_bannertext_wrapper img {
	width: 15%;
}
.linear-wipe {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: bold;
  	text-align: center;  
  	margin: 30px 0;
  	background: linear-gradient(to right, #FFF 20%, #F40 40%, #b53508 60%, #FFF 80%);
  	background-size: 200% auto;  
  	color: #000;
  	background-clip: text;
  	text-fill-color: transparent;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;  
  	animation: shine 3s linear infinite;
}
.blink_me {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0; }
    100% { opacity: 1.0; }
}

@keyframes shine {
to {
  background-position: 200% center;
}
}

.ast_wave:nth-of-type(2) {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -ms-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms;
}
.ast_wave:nth-of-type(3) {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -ms-animation-delay: 1200ms;
    -o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.starfield > *:nth-child(1) {
    -webkit-animation-duration: 18s;
}
.starfield > *:nth-child(2) {
    -webkit-animation-duration: 22s;
}
.starfield > *:nth-child(3) {
    -webkit-animation-duration: 26s;
}
.starfield > *:nth-child(4) {
    -webkit-animation-duration: 30s;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-text {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes starfieldRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.contact-heading {
	margin-top: 0;
}
.contact-page-form .col-md-6,
.contact-page-form .col-12 {
	margin: 10px 0;
}
.contact-page-form span {
	color: red;
}
.contact-page-form input[type="text"],
.contact-page-form input[type="email"],
.contact-page-form input[type="email"],
.contact-page-form textarea {
	background-color: #e1e0db;
}
.all-contact-info label {
	color: #A38A00;
	font-weight: bold;
}
.contact-page-form input[type="submit"] {
	width: 25%;
	text-transform: uppercase;
}
.social-icon-holder a {
	display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background-color: #00c2ff;
    border: 1px solid #00c2ff;
}
.social-icon-holder .facebook {
	background-color: #3c599d;
	border: 1px solid #3c599d;
}
.social-icon-holder .twitter:hover {
	background-color: #fff;
	color: #00c2ff;
}
.social-icon-holder .facebook:hover {
	background-color: #fff;
	color: #3c599d;
}
.contact-details {
	background-color: #f5f5f5;
	padding: 20px;
}
/*services*/
.inner-pages .big-rounded-btn {
    margin: 10px 0;
    padding: 6px 12px;
    font-size: 12px;
}
.grey-bg {
    background-color: #fff;
    padding: 10px;
  	border: 11px solid #FFFFF0;
}
.inner-pages .overall-heading {
    margin: 20px 0;
}
.left-content {
    margin-bottom: 20px;
}
.left-content li {
    list-style-type: none;
}
.left-content img {
    width: 100%;
}
.left-content .overall-heading {
    margin: 10px 10px 10px 0;
}
.related-sevices .card-header {
    background-color: #b53508;
    color: #fff;
}
.service-info {
    margin-bottom: 30px;
}
.inner-pages a {
    color: #000;
    text-decoration: none;
}

@media (max-width: 1199px) {
	.cstm-navbar .navbar-collapse {
		padding: 40px 0 30px;
	}
	.search-div {
		top: 0;
	}		
	.ast_banner_text {
		padding: 180px 0;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	.banner-section {
		margin-top: 135px;
	}
	.banner-section .carousel-inner {
		height: 50vh;
	}
	.banner-section .carousel-inner .carousel-item {
		height: 50vh;
	}	
	.cstm-owl-items h1 {
		width: 100%;
	}
	.height-60 {
		height: auto !important;
	}
	.ast_banner_text {
		padding: 150px 0;
	}
	.search-anchor {
		display: none;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.4rem;
	}
	p {
		font-weight: 400 !important;
	}
	.banner-section {
		margin-top: 60px;
	}
	.ast_bannertext_wrapper img {
	    width: 30%;
	}
	.about-section, .service-section, .inforamtion-section, .choose-section, .faq-section, .testimonial-section, .subscribe-section, .video-section, .page-section {
		padding: 40px 0;
	}
	.sub-banner-section {
		background-position: left !important;
	}
	.sub-banner-content {
		width: 70%;
	}
	.top-navbar-details,
	.book-btn-holder {
		justify-content: center !important;
	}
	.banner-content {
		width: 70%;
	}	
	.form-input-holder input, .form-input-holder textarea {
		width: 100%;
	}
	.form-input-holder button {
		margin: 0 auto;
	}
	.owl-dots {
	  text-align: center;
	  padding-top: 15px;
	}
	.owl-dots button.owl-dot {
	  width: 15px;
	  height: 15px;
	  border-radius: 50%;
	  display: inline-block;
	  margin: 0 3px;
	}	
	.owl-dots button.owl-dot:focus {
	  outline: none;
	}
	#owl1 .owl-dots {
		left: 0;
		transform: translateX(0);
	}
	.ast_banner_text {
	    padding: 140px 0px;
	}
	.ast_waves, .ast_waves3 {
	    display: none;
	}
	.overall-heading {
		margin: 10px 0 20px;
	}
	.inforamtion-section .owl-carousel,
	.about-section .owl-carousel {
		margin: 20px 0;
	}
	.choose-section ul {
		margin-left: 20px;
	}
	.rounded-button {
		margin: 10px 0 20px;
	}
	.video-section iframe {
		height: 200px;
	}
	.video-section iframe:first-child {
		margin-bottom: 30px;
	}
	.contact-details {
		margin-top: 20px;
	}
}
@media (max-width: 576px) {
	h1 {
		font-size: 1.4rem;
	}
	h3 {
		font-size: 1.2rem;
	}	
	.ast_banner_text {
	    padding: 130px 0px;
	}
	.content-info,
	.book-btn-holder .btn {
		font-size: 14px;
	}
	.banner-section .owl-nav span {
	    font-size: 26px !important;
	    padding: 5px 20px 10px;
	}
	.ask-expert-section .card-header {
		padding: 0 15px;
	}
	.faq-section .card-header button {
		font-size: 12px;
	}
	.faq-section .card-header button:after {
		display: none !important;
	}
	.ask-expert-section .card-header button,
	.ask-expert-section .card-header i {
		font-size: 25px;
	}
	.client-saying {
		font-size: 14px;
	}
	footer .wprt-links li {
		width: 100%;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: 1.2rem;
	}
	h3 {
		font-size: 1rem;
	}
	.cstm-navbar .container {
        display: flex;
    }
    .cstm-navbar .navbar-brand {
        width: 65%
    }
	.cstm-owl-items {
		height: 30vh;
	}
	.form-input-holder label {
		width: 100%;
	}
	.form-input-holder input,
	.form-input-holder textarea {
		width: 100%;
	}
	.ask-expert-section .card-header button,
	.ask-expert-section .card-header i {
		font-size: 15px;
	}
	.content-info,
	.book-btn-holder .btn {
		font-size: 12px;
	}
    .google-div {
        padding: 0 10px;
    }
    .google-div img {
        width: 20px;
    }
    .review-content {
        padding: 10px;
    }
}
@media (max-width: 360px) {
	.linear-wipe {
		font-size: 24px;
	}
	/*.cstm-navbar .container {
		display: flex;
	}
	.cstm-navbar .navbar-brand {
		width: 65%
	}*/
	.banner-section .owl-nav span {
	    font-size: 15px !important;
	    padding: 5px 15px 8px;
	}
	.content-info,
	.book-btn-holder .btn {
		font-size: 10px;
	}
	.faq-section .card-header button {
		font-size: 10px;
	}
	.faq-section .card .card-header {
		padding: 0 5px;
	}
    .review-holder {
        bottom: 50px;
    }
}
