/*
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.1667368242
Updated: 2022-11-02 05:50:42


*/

@import url("style2.css");

@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@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&family=Signika+Negative:wght@300;400;500;600;700&display=swap');


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


a {font-family:poppins; margin:0; padding:0;}
a:hover {text-decoration:none; }
p {font-family:poppins; margin:0; padding:0;}
h1, h2, h3, h4, h5, h6 {font-family:poppins; margin:0; padding:0;}
.deskshow {display:block;}
.mobshow {display:none;}

.vegacontainer {width:1140px!important; margin:0 auto!important;}
.home .main-tittle {display:none;}
/* .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, #f87e25 , #ff3737); width: 250px; }
ul.dropdown-menu li { padding: 0; border-bottom: 1px solid #fff; }
ul.dropdown-menu li a { 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*******************/

.navbar-brand col-sm-4 col-xs-12 p-0 brand-logo img{
	width:80% !important;
}

.disc-pg-div {padding:30px 0;}
.disc-pg-div p {font-size:15px; line-height:28px;margin-bottom: 20px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h5 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    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;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/***************Privacy Policy End*******************/




/* sticky header css start */

.sticky {
  position: sticky!important;
  top: 0;
  width: 100%;
  z-index:9999;
  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 header css start */





/***********************sticky start***************************/

/* .sticky-social{ position:fixed; top:40%; z-index:9999;left:0px; padding:0px; margin:0px;}
.social { margin: 0; list-style: none;  padding: 0; }
.social li { line-height: 60px; border-radius: 0 100px 100px 0;  font-size: 20px; width: 60px; text-align: center; height: 60px; transition: all 0.8s ease-in-out;  margin-bottom: 8px;}
li.phone i {  color: #fff; }
li.phone { background-color: #601f36; }
li.whatsapp { background-color: #11bd26; }
li.whatsapp i { color: #fff; font-size: 25px; }
.social li:hover { border-radius: 0; } */


/***********************sticky end***************************/


/**header start**/

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


/* body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 8px;
    font-weight: 400!important;
    font-size: 16px;
	color: #694285;
} */
/* body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover  {
    color: #fff;
    font-weight: 400;
    background: #694285;
    border-radius: 100px;
} */
/* ul#menu-menu-1 li {
    padding: 0 15px;
} */
/* .current-menu-item {
    background-color: #694285;
    border-radius: 100px;
} */
/* .navbar-brand img {
    padding-left: 40px;
}
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**/







@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;
} */

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


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

/* #masthead nav::before {display:none!important;}
.navbar-brand img { padding-left: 0; }
.home header#masthead { position: relative!important; padding:0; }
.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: 0; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {color: #694285; font-weight: 400; background: #69428500; border-radius: 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: #694285; padding: 1px 0; position: relative; width: 100%; }
section.main-tittle h1 { color: #fff; font-size: 20px; text-transform: uppercase; } */


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




}
@media only screen and (min-width: 320px) and (max-width: 767px){
.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 { position: relative!important; padding:0; }
.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: 0; }
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {color: #694285; font-weight: 400; background: #69428500; border-radius: 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: #694285; padding: 1px 0; position: relative; width: 100%; }
section.main-tittle h1 { color: #fff; font-size: 20px; text-transform: uppercase; } */


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




/* ***************footer**************** */

.footer-sec {
    background: url(img/ftr-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}	
.manin-ftr-box {
    text-align: center;
    padding: 100px 0 30px;
}

.ftr-cont {
    position: relative;
}

.ftr-cont h2 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-top: 30px;
}
.white-box {
    position: relative;
}

.white-box:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 150px;
    border-radius: 15px;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
}
.ftr-cont:before {
    content: "";
    position: absolute;
    width: 160px;
    height: 185px;
    background: #f68c00;
    top: -30px;
    left: 95px;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.ftr-cont img {
    position: relative;
    padding-top: 10px;
	margin-bottom: 15px;

}
.ftr-cont a {
    text-decoration: none;
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
}
.map iframe {
    height: 135px;
    max-width: 100%;
}

.map {margin-left: -122px;width: 565px;}
.disclaimer p {
    color: #000;
    padding: 25px 0;
    text-align: justify;
}
.call-font{
	font-size:30px!important;
}
.copy-rght {
    background: #f68c00;
    text-align: center;
    display: flex;
    padding: 20px 0;
}

.copy-inner {
    width: 75%;
}

.copy-inner p {
    color: #680404;
    font-size: 14px;
}

.policy a {
    text-decoration: none;
    color: #680404 !important;
    font-size: 14px;
}
.policy span {
    color: #680404;
    font-size: 14px;
}


/* **************testimonial*********** */

.testi-content {
    text-align: center;
    padding: 35px 0 0;
}

.testi-content h5 {
    font-size: 16px;
    position: relative;
    z-index: 0;
    color: #fff;
    margin-bottom: 9px;
}
.testi-content h5:before {
    background: url(img/testi-heading-shape.png);
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 306px;
    height: 37px;
    z-index: -1;
    margin: 0 auto;
}

.testi-content h2 {
    font-size: 28px;
    font-family: Signika Negative;
    font-weight: bold;
    color: #f68c00;
    border-top: 1px solid #680404;
    width: 75%;
    margin: 0 auto;
    padding-top: 10px;
}

.testi-content p {
    font-size: 14px;
    color: #666666;
    text-align: justify;
    padding: 10px 20px 10px 0;
    line-height: 24px;
}
.testimonial-section {
    background: url(img/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0;
	position:relative;
    margin-top: -26px;
}
.testimonial-section:before{
	position: absolute;
	content: "";
	background: url(img/test-bg.png);
	width: 349px;
	height: 490px;
	top: 0;
	left: 393px;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.main-testi-box p {
    font-size: 14px;
    padding: 25px 25px;
    text-align: justify;
}
.main-testi-box {
    border: 2px solid #680404;
    border-radius: 15px;
    padding: 0;
    text-align: center;
    background: #fff;
    position:relative;
    width: 85%;
    margin: 0 auto;
}

.main-testi-box p {
    font-size: 14px;
    padding: 25px 25px 0;
    text-align: justify;
	position:relative;
}
.main-testi-box p:before{
	content:"";
	background:url(img/testi-quotes-icons.png);
	width:219px;
	height:163px;
	top:30px;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	margin:0 auto;
}

.main-testi-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
	position:relative;
}

.main-testi-box ul li {
    display: inline-block;
}

.main-testi-box h2 {
    font-size: 24px;
    font-family: 'Signika Negative';
    color: #680404;
    font-weight: 800;
	padding-bottom:15px;
}
.main-testi-box:after {
    content: "";
    background: #f68c00;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 115px;
    left: 0;
    right: 0;
    z-index: 0;
}

.main-testi-box img {
    position: relative;
    z-index: 1;
}
i.fa.fa-star-o {
    color: #fffffe;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
}
.main-testi-box ul:after{
	content: "";
    background: url(img/testi-shape-bg.png);
    width: 306px;
    height: 37px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
	    margin: 0 auto;
}


/* ***************why-choose*********** */
.why-content h2 {
    width: 48%;
}
.why-content p {
    text-align: center;
	    margin-bottom: 60px;
}
.main-why-box-lft {
    display: flex;
	position:relative;
}
.main-why-box-rgt {
    display: flex;
	position:relative;
}
.why-para h2 {
    font-size: 27px;
    font-family: 'Signika Negative';
    font-weight: bold;
    color: #680404;
}

.why-para p {
    font-size: 14px;
    text-align: justify;
    padding-right: 55px;
	color: #fff;

}

.why-para {
    width: 85%;
}
.why-para.new-clr {
    text-align: right;
}

.why-para.new-clr p {
    padding-right: 0;
    text-align: right;
    padding-left: 55px;
}
.main-why-box-lft:before {
    content: "";
    position: absolute;
    background: url(img/why-choose-img-bg1.png);
    width: 661px;
    height: 173px;
    top: -30px;
    bottom: 0;
    right: 0;
    z-index: -1;
	    left: -130px;

}
.main-why-box-rgt:before {
    content: "";
    position: absolute;
    background: url(img/why-choose-img-bg3.png);
    width: 661px;
    height: 173px;
    top: -30px;
    bottom: 0;
    z-index: -1;
	left: 10px;
}
.why-para.new-clr h2 {
    color: #f68c00;
}
.main-why-box-bottom-lft {
    display: flex;
    margin-top: 60px;
}

.main-why-box-bottom-lft h2 {
    color: #f68c00;
}
.main-why-box-bottom-lft{
	position:relative;
}
.main-why-box-bottom-lft:before {
    content: "";
    position: absolute;
    background: url(img/why-choose-img-bg2.png);
    width: 661px;
    height: 173px;
    top: -25px;
    bottom: 0;
    z-index: -1;
    left: -130px;
    right: 0;
}
.main-why-box-bottom-rgt {
    display: flex;
    margin-top: 60px;
    position: relative;
}

.main-why-box-bottom-rgt h2 {
    color: #680404 !important;
}
.main-why-box-bottom-rgt:before {
    content: "";
    position: absolute;
    background: url(img/why-choose-img-bg4.png);
    width: 661px;
    height: 173px;
    top: -25px;
    bottom: 0;
    z-index: -1;
    left: 9px;
    right: 0;
}
.why-icon {
    margin-bottom: 10px;
}












/* ***************mobile-***************** */

/*****--media screen start---*****/
@media only screen and (min-width: 320px) and (max-width: 767px){


    	
	.mt-60 {
    margin-top: 0;
}
.mob-main-why {
    position: relative;
    text-align: center;
    margin-top: 25px;
    padding: 15px;
}

.mob-main-why:before {
    content: "";
    background: url(img/why-choose-bg-mob.png);
    width: 417px;
    height: 280px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
	z-index: -1;
	background-repeat: round;
}
.mob-main-why h2 {
    color: #680404;
    font-size: 25px;
    font-family: 'Signika Negative';
    font-weight: 900;
}	
	
	
.txt-box .sub-heading:before {
    content: url(img/testi-heading-shape.png);
    position: absolute;
}  
.mob-main-why img {
    padding-top: 30px;
}	
	.testimonial-section{padding:0;}	
.testi-content h2 {
    font-size: 26px;
    width: 100%;
}	
.testi-content p {
    padding: 10px 0;
}	
.main-testi-box {  
    width: 100%;
	overflow: hidden;

}

	.main-testi-box ul:after {
    content: "";
    background: url(img/testi-shape-bg.png);
    width: 306px;
    height: 37px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin: 0 auto;
}
	.white-box:before{display:none;}	
.ftr-cont:before {
    width: 100%;
    height: 160px;
    top: 0;
    left: 0;
    right: 0;
}	
.ftr-cont a {
    position: relative;
	font-size: 18px;
}
.manin-ftr-box {
    padding: 20px 0 0px;
}	
.mob-sz {
    font-size: 16px !important;
}	
.ftr-cont h2 {
    padding-bottom: 10px;
}	
.footer-sec {
    margin-top: 20px;
}	

	.current-menu-item:before{display:none;}
	
	.copy-rght {
    display: block;
}
.copy-inner {
    width: 100%;
}
.map {
    width: 496px !important;
	
}

section.top-nav-sec.mobshow {
    background: #680404;
    padding: 5px 70px;
}

ul.top-nav-link a {
    text-align: center !important;
    text-decoration: none;
    color: #fff;
    font-size: 26px !important;
    font-weight: 900;
}
ul.top-nav-link {
    margin: 0;
}	
.service-sec:before{display:none;}
	
.txt-box {
    margin-top: 60px;
}
.txt-box .heading {
    font-size: 19px;
    line-height: normal;
    padding-bottom: 5px;
}	
.ss-box {
    display: block;
        padding: 0px;
}
.ss-txt {
    width: 100%;
    padding-right: 0px;
}
.ss-box .ss-txt p {
    padding: 0 20px;
}
.ss-box .ss-txt h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}
.ss-img {
    margin-top: 15px;
	padding: 0 25px;
}
.ss-box:before {
    content: '';
    background: url(img/mob-srv-bg.png);
    position: absolute;
    width: 348px;
    height: 424px;
    z-index: -1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
	transform:none;

}	
.ss-box .ss-txt h3:before {
 content: '';
    position: absolute;
    height: 40px;
    background-color: #680404;
    width: 335px;
    z-index: -1;
    left: -35px;
    top: 0;
    transform: skewX(0);
}	
.temple-img{display:none}	
.home-form {
    top: 30px;
}
.form-txt .sub-heading {
    font-size: 23px;}
.form-txt h3 {
    font-size: 46px;
    line-height: 30px;
}
.form-txt .txt {
    font-size: 11px;
    line-height: normal;
    padding: 10px 0px;
}
.ad-box {
    margin-top: 50px;
}  
.service-box:before {
    width: 100%;
    top: 20px;
	    height: 660px;
}
.service-box {
    top: 10px;
    padding: 30px 20px;
}
.service-box h3 {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}
.service-box p {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    padding: 5px 13px;
}      	
.row.service-list {
  background-color: transparent;
    margin-bottom: 40px;
    margin-left: -30px;
    padding: 0;
    margin-right: 0;
}	
.service-list a {
    margin-bottom: 7px !important;
}	
.main-mob-list {
    background: #680404;
    padding: 15px 40px 50px;
    border-radius: 15px;
}	
.service-list a {
    width: 240px;
    font-size: 14px;
}	
.why-content h2 {
    width: 100%;
    font-size: 22px;
}	
.why-content p {
    text-align: justify;
    padding: 0;
}	
.form-txt h3 {
    font-size: 46px;
    line-height: 30px;	
}
.txt-box .sub-heading:before {
    content: url(img/testi-heading-shape.png);
    position: absolute;
}	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 10px 10px;
    text-align: left;
}
	.dropdown-menu .dropdown-item {
    text-align: left;
}
	.dropdown-menu li {
    border-bottom: 1px solid #68040433;
}
	
}







@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%}
	
.service-box:before {
    width: 100%;
    top: 0;
}
.ss-box:before {
    width: 510px;
}
.home-form {
    top: 15px;
}
.ad-box {
    margin-top: 40px;
}
.service-box {
    top: 30px;
}
.service-box h3 {
    text-align: center;
}
.service-box p {
    text-align: center;
}
.mt-20 {
    margin-top: 70px;
}
.testi-content p {
    padding: 5px 5px;
}
.mob-main-why {
    text-align: center;
    margin: 15px 0;
}
.mob-main-why {
    text-align: center;
    background: #f79410;
    border-radius: 15px;
    padding: 15px 73px;
    width: 75%;
    margin: 0 auto;
}
.mob-main-why {
    text-align: center;
    background: #f79410;
    border-radius: 15px;
    padding: 15px 73px;
    width: 75%;
    margin: 0 auto;
}

.mob-main-why h2 {
    font-family: 'Signika Negative';
    font-size: 30px;
    color: #680404;
    font-weight: 900;
}

.mob-main-why p {
    color: #fff;
    padding: 9px 0;
}
.main-testi-box {
    overflow: hidden;
}
.ftr-cont:before {
    width: 90%;
    top: -30px;
    left: 0;;
    margin: 0 auto;
}
.ftr-cont a {
    font-size: 24px;
    position: relative;
}
.manin-ftr-box {
    padding: 100px 0 0;
}
.map {
    width: 100%;
    text-align: center;
    margin-left: 0;
}
.map iframe {
    height: 170px;
}
.copy-rght {
    display: block;
}
.copy-inner {
    width: 100%;
}	
.top-nav-sec.mobshow {
    background: #680404;
    padding: 20px 0px;
}

.top-nav-sec .row {
    display: flex;
    justify-content: center;
}

.top-nav-link a {
    text-align: center !important;
    text-decoration: none;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
}
	
}


ul.social li {
    display: block;
}

li.whatsapp {
    padding: 10px 20px;
    background: #3ac04c;
    border-radius: 0 15px 15px 0px;
}

li.whatsapp a {
    font-size: 24px;
    color: #fff;
}

li.phone {
    background: #680404;
    border-radius: 0 15px 15px 0px;
    padding: 10px 20px;
    margin-top: 10px;
}

li.phone a {
    font-size: 24px;
    color: #fff;
}
