/*
Theme Name: WP Bootstrap Starter Child
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Template: wp-bootstrap-starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Tags: blog,custom-menu,featured-images,threaded-comments,translation-ready,right-sidebar,custom-background,e-commerce,theme-options,sticky-post,full-width-template
Version: 3.3.6.1691488087
Updated: 2023-08-08 09:48:07

*/

@import url("style2.css");

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.desktopBanner img {
    width: 100% !important;
}


/**Own Css**/
/**Own Css**/


a {font-family: 'Fira Sans', sans-serif; margin:0; padding:0;}
a:hover {text-decoration:none; }
span { font-family: 'Fira Sans', sans-serif; margin:0; padding:0;}
p {font-family: 'Fira Sans', sans-serif; margin:0; padding:0; font-size: 13px;}
h1, h2, h3, h4, h5, h6 {font-family: 'Fira Sans', sans-serif; margin:0; padding:0;}
.deskshow {display:block;}
.mobshow {display:none;}

.vegacontainer {width:1140px!important; margin:0 auto!important;}
.home .main-tittle {display:none;}
.main-tittle {
    text-align: center;
    display: block;
    padding: 25px 0;
    background-color: #ffad00;
}
.main-tittle h1 {
    text-transform: capitalize;
    font-weight: 700;
	color: #7a0001;
}
.dropdown:hover .dropdown-menu {  display: block; }
 ul.sub-menu { display: none; }
.dg-btn {display:none;}
li#menu-item-30:hover ul.sub-menu {
    z-index: 9;
    position: absolute;
    margin-top: 0;
    display: block;
    background-color: #000;
    background-image: linear-gradient(#fef347, #da4926);
}
ul.dropdown-menu {
    margin-top: -4px;
    background-image: linear-gradient(to top, #810706 , #c90d0b);
    width: 280px;
    padding: 0;
}
ul.dropdown-menu li { padding: 0; border-bottom: 1px solid #fff; }
ul.dropdown-menu li a { color: #fff; padding: 5px 0 5px 10px; }
ul.dropdown-menu li:last-child {border-bottom: 0px;}
#content.site-content { padding-bottom: 0; padding-top: 0; }
.wpcf7 form.sent .wpcf7-response-output { background-color: #222; border-color: #222; color: #fff;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {background-color: #222; border-color: #222; color: #fff;}



/***************Privacy Policy*******************/

.disc-pg-div {padding:30px 0;}
.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
	margin-top: 14px;
    color: #3e0001;
    padding-bottom: 10px;
	text-transform:capitalize;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h5 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
	text-transform:capitalize;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h6 {
    text-transform: capitalize;
   margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
	margin-top:14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/***************Privacy Policy End*******************/

/***************Sticky Header Start***************/

.sticky {
	background-color: #fff!important;
  top: 0;
	position: fixed;
  width: 100%;
  z-index:9999!important;
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
}
@keyframes smothScroll{
	0%{ transform:translateY(-40px); }
	100%{ transform:translateY(0px); }
}
.sticky + .site-content { padding-top: 102px; }
.sticky .stk {
    display: none;
}
/***************Sticky Header Start***************/

/**sticky button start**/
.sticky-social{
  position:fixed;
  top:50%;
  z-index:9999;
  left:0px;
  padding:0px;
  margin:0px;
}

.social{
  list-style:none;
	padding: 0;
	margin: 0;
}

.social li {
    padding: 15px 20px;
    transition: all 0.8s ease-in-out;
    border-radius: 0 5px 5px 0;
    margin-bottom: 5px;
	transition:all 0.8s ease-in-out;
}

.social li:hover{
    margin-right:-11px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:10px;
  
}
.sticky-social .fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
	font-size: 25px;
}
.fb{
  background-color: #7a0001;
}

li.whatsapp {
    background: #1ab32c;
}
.link{background:#0077b5;}
.env{background:#a67fae;} 
.phone{background:#000;}

/**sticky button end**/


/**header start**/
header#masthead {
    margin-bottom: 0;
    background-color: #fff;
    padding: 0;
}
.widget {margin:0;}
.home header#masthead {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  
    width: 100%;
    z-index: 9;
}
header#masthead { box-shadow:none;}
#masthead nav {  position: relative; }


body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 0 30px;
    font-weight: 400!important;
    font-size: 16px;
    color: #0d2232!important;
}

ul#menu-menu-1 li {
    padding: 0 15px;
}
.topheader-menu .navbar-nav {
    justify-content: center;
    text-align: center;
    width: 100%;
}
.topheader-menu {
    position: relative;
	padding-top: 10px;
	margin-bottom: 20px!important;
}
.topheader-menu::before {
    content: '';
    position: absolute;
    background-image: url(img/topheader.png);
    width: 1110px;
    height: 46px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
ul.top-header {
    position: absolute;
    right: 15px;
    display: flex;
    list-style: none;
    gap: 10px;
    top: 75px;
    padding: 0;
    margin: 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li { margin-bottom: 0!important; }

.current-menu-item a.dropdown-item {
    font-size: 14px;
    font-weight: 500!important;
}

/**header finish**/


ul.topheader-call {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

ul.topheader-call li p {
    font-size: 14px;
    color: #222222;
}

ul.topheader-call li a {
    color: #000000;
    font-size: 26px;
    font-weight: 800;
    line-height: 24px;
}

ul.gml li a {
    font-size: 16px;
}

ul.gml {
    float: right;
}
ul.gml li:first-child {
    text-align: right;
}
.text-center {
	text-align:center;
}
.abssection {
    padding: 50px 0;
    position: relative;
}

.abssection::before {
    content: '';
    position: absolute;
    background-color: #ffad00;
    height: 400px;
    width: 100%;
    top: 0;
}

.abssection {
    padding: 50px 0;
    position: relative;
}

.abssection::before {
    content: '';
    position: absolute;
    background-color: #ffad00;
    height: 400px;
    width: 100%;
    top: 0;
}

.abs {
    text-align: center;
}

.abs span {
    font-size: 26px;
    text-transform: uppercase;
    color: #222222;
}

.abs h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    filter: drop-shadow(0 0 5px rgba(244,189,0,0.75));
}
.homeservice {
    border-radius: 50px 0px 50px 0px;
    background-color: #ffffff;
    text-align: center;
    padding: 21px 0;
}

.homeservice {
    border-radius: 50px 0px 50px 0px;
    background-color: #ffffff;
    text-align: center;
    padding: 21px 0;
	border: 1px solid #eeeeee;
}

ul.arrowservice {
    list-style: none;
    display: flex;
    padding: 7px;
    background-color: #7a0001;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    border-radius: 0 50px 50px 0;
    margin-top: -26px;
    margin-left: 18px;
    z-index: 99;
    position: relative;
	margin-bottom: 0px;
}
ul.arrowservice:hover li a i {
    background-color: #7a0001;
    color: #fff;
}
ul.arrowservice li {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Fira Sans';
}

ul.arrowservice li i {
    border-radius: 18px;
    background-color: #ffffff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #7a0001;
}

.homeservice p {
    color: #222222;
    text-align: justify;
    padding: 15px 15px 10px 15px;
}
ul.arrowservice:hover {
    background-color: #ffad00;
}
.bottomvideo {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 23px 15px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.bottomvideo::before {
    content: '';
    position: absolute;
    background-image: url(img/cta-bg.png);
    width: 516px;
    height: 96px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}
.bottomvideo h5 {
    font-size: 20px;
    padding-bottom: 25px;
}
.bottomvideo p {
    font-size: 16px;
    color: #fff;
    z-index: 0;
    position: relative;
    padding-top: 9px;
}


.testimonials {
    padding: 50px 0 0px;
}
.tstcontent h2 {
    color: #7a0001;
    box-shadow: none;
    filter: none;
}

.testimonails {
    padding: 0 35px 96px 35px;
    background-image: url(img/testibg.png);
    overflow: hidden;
    margin: 0 auto;
    background-size: cover;
}
.stars {
    text-align: center;
    position: relative;
    padding-top: 19px;
}

.stars i {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    filter: drop-shadow(0 0 5px rgba(244,189,0,0.75));
}

.stars::before {
    content: '';
    position: absolute;
    background-image: url(img/stars-bg.png);
    width: 212px;
    height: 40px;
    top: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonails p {
    font-size: 14px;
    text-align: justify;
    padding: 25px 0 0;
}
.testimonails span {
	    margin-right: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #7a0001;
    font-weight: 400;
    font-family: "Fira Sans";
    text-align: left;
    padding-top: 10px;
    display: inline-block;
}

.Homeform {
    text-align: center;
    padding-top: 140px;
    position: relative;
    overflow: hidden;
}
.Homeform h4 {
    font-size: 34px;
    color: #ffad00;
}

.Homeform h5 {
    font-size: 22px;
    padding: 15px 0 0;
    display: inline-block;
    color: #fff;
    font-weight: 400;
}
.Homeform p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 5px 0 10px;
}

.Homeform::before {
    content: '';
    position: absolute;
    background-image: url('img/formbg.png');
    width: 498px;
    height: 658px;
    top: -66px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

ul.onebx {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 85%;
    gap: 20px;
}

ul.onebx li .wpcf7-text {
    border-radius: 100px;
    width: 100%;
    border: 0;
    padding-left: 20px;
    height: 40px;
}

ul.onebx li p {
    width: 100%;
}
.msgbx .wpcf7-textarea {
    border: 0;
    height: 125px;
    border-radius: 10px;
    padding: 10px 15px;
	margin-bottom: -12px;
}

.msgbx p {
    width: 85%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.sharenw.btn.btn-primary {
	color: #0d2232;
	position:relative;
	width: 100%;
	padding: 5px 0 0;
	font-size: 16px;
	background-color: transparent;
	border: 0px;
	margin-top:10px;
	z-index: 9;
}
.Homeform::after {
    content: '';
    position: absolute;
    background-image: url(img/formbutton.png);
    width: 450px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
}
.wpcf7-spinner {display:none!important;}
.leftcontent {
    text-align: left;
}
.leftcontent h2 {
	text-align:left;
	font-size: 40px;
}
.border-part {
    border: 1px solid #eee;
    border-radius: 15px;
    margin-top: 50px!important;
    padding: 30px;
    position: relative;
}

.two-section {
    display: flex;
    gap: 25px;
	padding-top: 15px;
}

ul.service-links {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.service-links li a {
    width: 100%;
    background-color: #ffad00;
    display: block;
    border-radius: 100px;
    padding: 11px 12px 11px 45px;
    position: relative;
    color: #000;
}

ul.service-links li {
    margin-bottom: 15px;
}

ul.service-links li a::before {
    content: '';
    position: absolute;
    background-image: url('img/service-icon.png');
    width: 26px;
    height: 26px;
    left: 10px;
    top: 9px;
}

ul.service-links li a:hover {
    background-color: #7a0001;
    color: #fff;
}
.vdotop::before {
    content: '';
    position: absolute;
    background-image: url('img/topvideo.png');
    width: 450px;
    height: 215px;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.vdotop::after {
    content: '';
    position: absolute;
    background-color: #7a0001;
    width: 570px;
    height: 491px;
    right: -30px;
    bottom: -29px;
    z-index: -1;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

.vdotop {
    position: relative;
}
.videorun {
    margin-top: 160px;
}

.border-two {
	border: 1px solid #eee;
    border-radius: 15px;
    margin-top: 50px!important;
    padding: 30px;
    position: relative;
}
.border-two::before {
    content: '';
    position: absolute;
    background-color: #ffad00;
    height: 53px;
    top: -53px;
    width: 256px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/**why choose us**/

ul.listarea {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    align-items: center;
    margin-bottom: 20px;
}

ul.listarea li h5 {
    color: #7a0001;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.listarea li:last-child {
    width: 40%;
    float: right;
}
ul.listarea li:first-child {text-align: right;width: 100%;}

ul.listarea li p {
    font-size: 14px;
}
.centerbg {
    position: relative;
    padding-top: 25px;
    margin-top: 20px;
}
.centerbg::before{
	content: '';
    position: absolute;
    background-image:url('img/centerbg.png');
    height: 687px;
    top: 0px;
    width: 256px;
    margin: 0 auto;
    left: 0px;
    right: 0;
}

ul.rgh li:first-child {
    width: 40%;
    float: left;
}

ul.rgh li:last-child {
    width: 80%;
}

/**location**/

.redbg {
    background-color: #7a0001;
    padding: 50px 0;
}
.world span {
    color: #fff;
}
.world h2 {
    color: #ffad00;
}
.world p {
    color: #fff;
    font-size: 14px;
}

.boxx {
    border: 1px solid #8d1718;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px 0px;
}
.boxx:hover {
    filter: drop-shadow(0 0 7.5px rgba(122,0,1,0.75));
    background-color: #7a0001;
    border: 1px solid #ffad00;
}
.boxx h5 {
    background-image: url(img/location-heading.png);
    line-height: 24px;
    font-size: 18px;
    text-transform: uppercase;
    color: #222222;
    position: relative;
    font-weight: 400;
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.whitebg {
    background-color: #fff!important;
    margin-top: -204px;
    z-index: 9;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.logo-footer {
    padding-top: 45px;
    text-align: center;
}
ul.footercta {
    display: flex;
    list-style: none;
    padding: 25px;
    margin: 0;
    gap: 15px;
    align-items: center;
}

ul.footercta li p {
    color: #222222;
    font-size: 14px;
    line-height: 24px;
}

ul.footercta li a {
    font-size: 28px;
    font-weight: 800;
    color: #222222;
    line-height: 24px;
}

.emailcta a {
    font-size: 16px!important;
}

.emailcta {
    border-top: 1px solid #eee;
}

.leftwid {
    padding: 0 0 0 15px;
    border-right: 1px solid #eee;
}
.rightwid {
    padding: 0 15px 0 0px;
    border-left: 1px solid #eee;
}
.locatcta a {
    font-size: 20px!important;
}
ul.social-footer {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

ul.social-footer li a {
    border-radius: 100px;
    background-image: linear-gradient(90deg, #45d311 0%, #038537 100%);
    color: #fff;
    padding: 12px 20px;
    width: 153px;
    display: block;
    text-align: center;
}

ul.social-footer li a:hover{
	background-image: linear-gradient(90deg, #038537 0%, #45d311 100%);
}

ul.social-footer li:last-child a {
    background-image: linear-gradient(90deg, #5465e6 0%, #5465e6 1%, #1d53b6 100%);
}

ul.social-footer li:last-child a:hover {
    background-image: linear-gradient(90deg, #1d53b6 0%, #5465e6 1%, #5465e6 100%);
} 

ul.locatcta {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.discl {
    padding: 25px 0;
    background-color: #7a0001;
}

.Disclaimer p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.copyright-para {
    background-color: #7a0001;
    padding: 10px 0;
    border-top: 1px solid #9d1213;
}

.copyright-para p {
    color: #fff;
    font-size: 14px;
}

.copyright-para a {
    color: #fff;
}

.copyright-para span {
    float: right;
}
.tophead {
    background-color: #ffaf02;
    text-align: center;
    padding: 5px 0;
}

.tophead a {
    color: #810704;
    font-size: 30px;
    font-weight: 800;
}



/**about us part**/
.both-pd {
	padding: 50px 0;
}
.forminr {
    padding: 15px;
    background-color: #faaa00;
	border-radius: 10px;
}

.inrlayer {
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
	border-radius: 10px;
}

.inrlayer h3 {
    font-size: 25px;
}

.inrlayer p {
    font-size: 16px;
    padding-bottom: 10px;
}

.inrlayer .wpcf7-text {
    border-radius: 100px;
    color: #000;
    font-size: 14px;
    height: 40px;
    border: 0;
    padding-left: 20px;
}

.inrlayer .wpcf7-textarea {
    height: 100px;
    border: 0px;
    border-radius: 7px;
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.buttonSubmit.btn.btn-primary {
    background-color: #7a0001;
    border: 0;
    width: 100%;
    border-radius: 100px;
    font-size: 18px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.buttonSubmit.btn.btn-primary:hover {
    background-color: #000;
}

.parainr h2 {
    font-size: 25px;
    color: #7a0001;
    padding-bottom: 10px;
}

.parainr p {
    font-size: 16px;
    text-align: justify;
}
.bottomvideo a {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
	position:relative;
}
.section-two {padding:50px 0;}
.whatsapp-cta img {
    border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.whatsapp-cta {
    padding-top: 25px;
}

.problemcta {
    background-image: url(img/bg-cta.jpg);
    text-align: center;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 23px 15px 0;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.problemcta::before {
    content: '';
    position: absolute;
    background-image: url(img/cta-bg.png);
    width: 516px;
    height: 96px;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}
.problemcta h5 {
    z-index: 1;
    position: relative;
    font-size: 25px;
    line-height: 25px;
}
.problemcta a {
    color: #fff;
    font-size: 52px;
    position: relative;
}

/**contact**/

.borderall {
    padding: 24px!important;
    border: 1px solid #eee;
    border-radius: 10px;
	 margin-bottom: 30px!important;
}

.footermap iframe {
    border-radius: 12px;
}
.borderall:hover {
    transition: 1.5s;
    border: 1px solid #faaa00;
}

/**contact end**/

.page-id-21 .homeservice {
    margin-bottom: 30px;
}

/*******************Appointment*****************/

.bookappo {
    border-radius: 15px;
    padding: 30px 0;
    text-align: center;
    background-color: #7a0001;
}

.bookappo .wpcf7-text {
    height: 45px;
    border-radius: 100px;
    border: 0;
    padding-left: 25px;
	margin-bottom: -10px;
}

.bookappo .wpcf7-date {
    height: 45px;
    border-radius: 100px;
    border: 0;
    padding-left: 25px;
	margin-bottom: -12px;
}

.bookappo .wpcf7-textarea {
    border: 0px;
    border-radius: 10px;
    height: 110px;
	padding-left: 25px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.appo-submt.btn.btn-primary {
    background-color: #ffad00;
    border: 0;
    width: 40%;
    height: 40px;
    border-radius: 100px;
    color: #000;
    font-size: 20px;
	width: 100%!important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.appo-submt.btn.btn-primary:hover {
    background-color: #fff;
    color: #000;
}

.bookappo h2 {
    color: #fff;
    font-size: 30px;
    background-color: #fdac00;
    padding: 8px 0;
}

.bookappo p {
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
}

.bookappo .book-para {
    padding: 10px 10px;
    font-size: 18px;
    color: #fff;
}
.book-me {
    padding: 0 30px;
}

.top-bottom {
	padding: 50px 0;
}
.apart {
    justify-content: space-between;
	margin-bottom: 35px!important;
}

.apart li a {
    width: 210px!important;
}

.book-vid {
    border: 1px solid #eee;
    margin-bottom: 30px!important;
	border-radius: 10px;
}

.inst-sol {
    text-align: center;
/* 	border-radius: 10px 10px 0 0; */
}

.inst-sol h5 {
    background-color: #fdac00;
    color: #fff;
    padding: 20px 5px;
    font-size: 22px;
    border-radius: 10px 10px 0 0;
    line-height: 25px;
}

.anchor-i {
    background-color: #7a0001;
    padding: 10px;
	border-radius: 0 0 10px 10px;
}

.anchor-i i {
    color: #fdac00;
    border: 3px solid #fdac00;
    width: 50px;
    height: 50px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 25px;
}

.anchor-i a {
    color: #fff;
    margin-left: 10px;
    font-size: 20px;
}

.anchor-i a:hover{
	color: #fdac00;
}



@media only screen and (min-width: 767px) and (max-width: 1023px){
	
.ipad{width:100%!important;}
.deskshow {display:none;}
.mobshow {display:block!important;}
#content.site-content { padding-bottom: 0; padding-top: 0; }
.vegacontainer {width:100%!important; margin:0 auto!important;}

/************************Drop Down Area***************************/

#masthead .navbar-nav .dropdown-menu li a { text-transform: capitalize !important; }
.navbar-nav li.dropdown {  position: relative; }
.navbar-nav li.dropdown .dg-btn {position: absolute;height: 35px;right: 0; width: 40px;display: flex;align-items: center;justify-content: center; color: #694285;font-size: 24px;z-index:99;}
.dropdown-toggle::after, ul.dropdown-menu { display: none !important; }
.navbar-nav li.dropdown.mega-toggle-on ul.dropdown-menu{ display:block !important; }
.dropdown-menu li { border-bottom: 1px solid #eee; }
.dropdown-menu li:last-child{ border-bottom:0px; }
.dropdown-menu li.current-menu-item { background: #330f48; }
#masthead .navbar-nav .dropdown-menu li.current-menu-item a{ color:#fec904 !important; }
.dropdown-menu{ padding:0px; }
	.serv-ipad{
		width: 100%!important;
	}

/************************Drop Down Area End***************************/


/********************************mobile menu********************************/

#masthead nav::before {display:none!important;}
.navbar-brand img { padding-left: 0; }
.home header#masthead { padding: 10px 0;
    margin-bottom: -20px;}
.top-hd {  padding: 10px 0; background-color: #694285; }
ul.top-hdr { padding: 0; list-style: none; text-align: center; width: 100%;  margin: 0; }
ul.top-hdr li a { color: #fff; font-size: 30px; vertical-align: middle; padding-left: 9px; padding-bottom: 0; font-weight: 800; }
header#masthead { margin-bottom: 0; background-color: #ffffff; box-shadow: none; padding: 10px 0; }


.navbar-light .navbar-toggler {  border-radius: 100px; background-color: #fdac02; padding: 12px; }
div#main-nav { position: relative; right: 0; top: 10px; margin-bottom:10px;}
ul#menu-menu-1 li { border-bottom: 1px solid #69428540; padding:0px;}
ul#menu-menu-1 li:nth-child(5) { border-bottom: 0px!important; }
.current-menu-item { background-color: #69428500; border-radius: 0; }
 #masthead .navbar-nav > li.current_page_item > a { color: #694285!important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 8px 0; }
ul.dropdown-menu { padding: 0; margin: 0px!important; }
ul.dropdown-menu li a { padding: 5px 0; font-size: 16px; color: #694285; }
ul.dropdown-menu li:last-child { border-bottom: 0px!important; }
section.main-tittle { text-align: center; background-color: #7a0001; padding: 20px 0; position: relative; width: 100%; }
section.main-tittle h1 { color: #fff; font-size: 20px; text-transform: uppercase; }
/********************************mobile menu********************************/

	.navbar-brand {
    height: auto;
    width: 50%;
}
.homeservice {
    padding: 15px;
}
ul.arrowservice {
    padding: 7px 7px 7px 15px;
    width: 80%;
    border-radius: 0 50px 50px 0;
    margin-left: 0;
}
.reddmore {
    width: 90%!important;
    margin: 0 auto 20px!important;
}	
.bottomvideo h5 {
    line-height: 24px;
    padding-bottom: 15px;
}
.bottomvideo::before {display:none!important;}
.bottomvideo {  margin-bottom: 20px!important; }
.abs span {
    font-size: 20px;
}
   
.abs h2 {
    font-size: 25px;
}	
	
.testimonails {
    margin: 15px!important;
    padding: 0;
    background-image: none;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    background-size: contain;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}	
.testimonails img {
    display: block!important;
    margin: 15px auto 15px!important;
    width: 40px!important;
}
.testimonails span {
    margin-right: 0;
    font-size: 18px;
    text-align: center;
    display: block;
}
.testimonails p {
    font-size: 14px;
    padding: 20px 20px 0 20px;
}
.stars {
    padding-top: 7px;
}
.stars::before {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}	
	.Homeform::before {
        content: '';
        position: absolute;
        background-image: url('img/formbg.png');
        width: 498px;
        height: 658px;
        top: -66px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
    }
	.one-form {
        padding: 0px 170px;
		margin-bottom: 20px!important;
    }
	.gif-img{
		margin-top:15px;
	}
	.one-form .msgbx .wpcf7-textarea{
		height:80px;
	}
	.one-form input.wpcf7-form-control.wpcf7-submit.has-spinner.sharenw.btn.btn-primary{
		margin-top:-10px;
	}
.Homeform h4 {
    font-size: 25px;
    line-height: 24px;
    color: #ffad00;
}
.Homeform h5 {
    font-size: 15px;
    padding: 5px 0 0;
    line-height: 24px;
}
.Homeform p {
    width: 100%;
}
ul.onebx {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.msgbx p {
    width: 100%;
}
.Homeform::after {display:none!important;}
input.wpcf7-form-control.wpcf7-submit.has-spinner.sharenw.btn.btn-primary {
    color: #0d2232;
    background-color: #ffad00;
    border-radius: 100px;
}
.border-part {
    padding: 10px 0;
    margin: 15px 0!important;
}
.two-section {
    display: block;
}
.two-section ul:first-child {
    margin-bottom: 15px;
}
.whitebg {
    margin-top: 0;
    padding-bottom: 20px;
}
.centerbg::before {display:none!important;}
.whychoose {
    border-radius: 10px;
    text-align: center;
    border: 1px solid #eee;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 15px 0;
}
.whychoose h5 {
    font-size: 22px;
    padding-bottom: 7px;
    color: #7a0001;
}
.boxx  {
    margin-bottom: 20px;
}
.logo-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright-para p {
    text-align: center;
}
.copyright-para span {
    float: none;
    display: block;
}
.vdotop::before {display:none!important;}
.bottomvideo p {
    color: #000;
}
.videorun {
    margin-top: 15px;
}
.vdotop::after {
    right: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-nav li {
    border-bottom: 1px solid #e7d4d4;
}

.navbar-nav li:last-child {
    border-bottom: 0;
}
/**about us**/
	
.problemcta::before{display:none!important;}
.problemcta a {
    color: #000;
	font-size:30px;
}
.problemcta {margin-bottom: 25px!important; padding:25px 0;}
.whatsapp-cta {
    padding-bottom: 25px;
    text-align: center;
}
ul.service-links {
    margin-bottom: 15px!important;
}

.page-id-25 .forminr {
    margin-bottom: 30px;
}
.vdotop::after{
		display: none !important;
	}
.book-vid {
    margin-top: 20px;
}
}












@media only screen and (min-width: 320px) and (max-width: 767px){
	.gif-img{
		margin-top:15px;
	}
	ul.onebx li .wpcf7-text{
		margin-bottom:15px!important;
	}
	.Homeform{
		padding-top:115px!important;
	}
.deskshow {display:none;}
.mobshow {display:block!important;}
#content.site-content { padding-bottom: 0; padding-top: 0; }
.vegacontainer {width:100%!important; margin:0 auto!important;}


/************************Drop Down Area***************************/

#masthead .navbar-nav .dropdown-menu li a { text-transform: capitalize !important; }
.navbar-nav li.dropdown {  position: relative; }
.navbar-nav li.dropdown .dg-btn {position: absolute;height: 35px;right: 0; width: 40px;display: flex;align-items: center;justify-content: center; color: #694285;font-size: 24px;z-index:99;}
.dropdown-toggle::after, ul.dropdown-menu { display: none !important; }
.navbar-nav li.dropdown.mega-toggle-on ul.dropdown-menu{ display:block !important; }
.dropdown-menu li { border-bottom: 1px solid #eee; }
.dropdown-menu li:last-child{ border-bottom:0px; }
.dropdown-menu li.current-menu-item { background: #330f48; }
#masthead .navbar-nav .dropdown-menu li.current-menu-item a{ color:#fec904 !important; }
.dropdown-menu{ padding:0px; }

/************************Drop Down Area End***************************/


/********************************mobile menu********************************/

#masthead nav::before {display:none!important;}
.navbar-brand img { padding-left: 0; }
.home header#masthead {
    
    padding: 10px 0;
    margin-bottom: -20px;
}
.top-hd {  padding: 10px 0; background-color: #694285; }
ul.top-hdr { padding: 0; list-style: none; text-align: center; width: 100%;  margin: 0; }
ul.top-hdr li a { color: #fff; font-size: 30px; vertical-align: middle; padding-left: 9px; padding-bottom: 0; font-weight: 800; }
header#masthead { margin-bottom: 0; background-color: #ffffff; box-shadow: none; padding: 10px 0; }

.navbar-light .navbar-toggler {  border-radius: 100px; background-color: #fdac02; padding: 12px; }
div#main-nav { position: relative; right: 0; top: 10px; margin-bottom:10px;}
ul#menu-menu-1 li { border-bottom: 1px solid #69428540; padding:0px;}
ul#menu-menu-1 li:nth-child(5) { border-bottom: 0px!important; }
.current-menu-item { background-color: #69428500; border-radius: 0; }
 #masthead .navbar-nav > li.current_page_item > a { color: #694285!important; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a { padding: 8px 0; }
ul.dropdown-menu { padding: 0; margin: 0px!important; }
ul.dropdown-menu li a { padding: 5px 0; font-size: 16px; color: #694285; }
ul.dropdown-menu li:last-child { border-bottom: 0px!important; }
section.main-tittle { text-align: center; background-color: #7a0001; padding: 20px 0; position: relative; width: 100%; }
section.main-tittle h1 { color: #fff; font-size: 20px; text-transform: uppercase; }
/********************************mobile menu********************************/
	
.navbar-brand {
    height: auto;
    width: 50%;
}
.homeservice {
    padding: 15px;
}
ul.arrowservice {
    padding: 7px 7px 7px 15px;
    width: 80%;
    border-radius: 0 50px 50px 0;
    margin-left: 0;
}
.reddmore {
    width: 90%!important;
    margin: 0 auto 20px!important;
}	
.bottomvideo h5 {
    line-height: 24px;
    padding-bottom: 15px;
}
.bottomvideo::before {display:none!important;}
.bottomvideo {  margin-bottom: 20px!important; }
.abs span {
    font-size: 20px;
}
   
.abs h2 {
    font-size: 25px;
}	
	
.testimonails {
    margin: 15px 7px!important;
    padding: 0;
    background-image: none;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 10px;
    background-size: contain;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}	
.apart li a {
    width: auto!important;
}
.sticky {
    background-color: #fff!important;
    top: -1px;
}
.bookappo {
    margin-bottom: 25px!important;
}
.bookappo .wpcf7-date {
    margin-top: 10px;
}
.testimonails img {
    display: block!important;
    margin: 15px auto 15px!important;
    width: 40px!important;
}
.testimonails span {
    margin-right: 0;
    font-size: 18px;
    text-align: center;
    display: block;
}
.testimonails p {
    font-size: 14px;
    padding: 20px 20px 0 20px;
}
.stars {
    padding-top: 7px;
}
.stars::before {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
	.Homeform::before {
           content: '';
    position: absolute;
    background-image: url(img/formbg.png);
    width: 295px;
    height: 658px;
    top: -42px;
    background-size: contain;
    background-repeat: no-repeat;
    left: -1px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    }
	.one-form {
    background: #7a0001;
    padding: 20px;
    margin: 0px 10px;
		margin-bottom: 15px!important;
}

.Homeform h4 {
    font-size: 25px;
    line-height: 24px;
    color: #ffad00;
}
.Homeform h5 {
    font-size: 15px;
    padding: 5px 0 0;
    line-height: 24px;
}
.Homeform p {
    width: 100%;
	padding:0px 10px;
 	font-size:14px!important; 
}
	.one-form input{
		margin-bottom:10px;
	}
ul.onebx {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.msgbx p {
    width: 100%;
}
.Homeform::after {display:none!important;}
input.wpcf7-form-control.wpcf7-submit.has-spinner.sharenw.btn.btn-primary {
    color: #0d2232;
    background-color: #ffad00;
    border-radius: 100px;
}
.border-part {
    padding: 10px 0;
    margin: 15px 0!important;
}
.two-section {
    display: block;
}
.two-section ul:first-child {
    margin-bottom: 15px;
}
.whitebg {
    margin-top: 0;
    padding-bottom: 20px;
}
.centerbg::before {display:none!important;}
.whychoose {
    border-radius: 10px;
    text-align: center;
    border: 1px solid #eee;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 15px 0;
}
.whychoose h5 {
    font-size: 22px;
    padding-bottom: 7px;
    color: #7a0001;
}
.boxx  {
    margin-bottom: 20px;
}
.logo-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright-para p {
    text-align: center;
}
.copyright-para span {
    float: none;
    display: block;
}
.vdotop::before {display:none!important;}
.bottomvideo p {
    color: #000;
}
.videorun {
    margin-top: 15px;
}
	.navbar-nav li {
    border-bottom: 1px solid #e7d4d4;
}

.navbar-nav li:last-child {
    border-bottom: 0;
}
/**about us**/
	
	.parainr h2 {
    font-size: 20px;
}
.problemcta::before{display:none!important;}
.problemcta a {
    color: #000;
	font-size:30px;
}
.problemcta {margin-bottom: 25px!important; padding:25px 0;}
.whatsapp-cta {
    padding-bottom: 25px;
    text-align: center;
}
ul.service-links {
    margin-bottom: 15px!important;
}

/**service**/

.homeservice {
    margin-bottom: 30px;
}	

.page-id-25 .forminr {
    margin-bottom: 30px;
}
.vdotop::after{
		display: none !important;
	}
.Homeform h5 {
    font-size: 12px;
}
}


/* Flags */

h2.flag-heading {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a0001;
    margin-top: 20px;
}

ul.flags {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px;
    margin: 0;
}

ul.flags li {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 10px;
    margin: 0 6px;
    padding: 0 10px;
}

ul.flags li img {
    width: 80%;
    margin: auto;
    text-align: center;
}

.no-pad .vc_column-inner {
    padding: 0!important;
}

ul.flags h6 {
    font-size: 15px;
    text-transform: capitalize;
    color: #7a0001;
    padding-bottom: 6px;
}

img.pad {
    margin: 20px 0!important;
}