*{
	padding: 0;
	margin: 0;
}
 body{
 	font-family: 'Arimo', sans-serif;
	font-size:14px;
	letter-spacing: 1px;
 }
 ul{
 	list-style: none;
 	margin: 0;
 	padding: 0;
 }

 a{
 	text-decoration: none !important;
 	color: #fff;
 }
 a:hover {
 	text-decoration: none !important;

 }

.mtb-80{
	margin: 80px 0;
}
.custom-btn{
	padding: 12px;
	background: #FAD02C;
	color: #000;
	border-radius:3px;
}
.custom-btn1{
	margin-left: 20px;
	border-radius:3px;
	padding: 12px;
	background: #333652;
	color: #fff;
}

/*marquee*/


/*==========toggle==========*/
.toggle_main{
	display: none;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}




.fa-solid{
	color: #FAD02C;
	margin: 0 7px;
}
.top-header{
	margin: -5px;
	padding: 0;
	min-height: 50px;
	background: #333652;
}

.top-header .main-info ul{
	line-height: 50px;
}
.top-header .main-info ul li{
	display: inline-block;
}

/*==========togalle=========*/

.toggle_main{
	position: absolute;
	right: 0;
	margin: 10px;
}
/*======= navbar ======*/
.nav_bar {
	justify-content: center;
    a: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3px;
}
.nav_bar .nav_bar_logo{
	margin-right: 80px;
	position: relative;

}
.nav_bar .nav .main_drop_down {
	height: 50px;
	display: inline-flex;
	align-items: center
}
.nav_bar .nav .main_drop_down .drop_down{
	position: relative;
}
.nav_bar .nav .main_drop_down .drop_down .sub_drop_down{
	    position: absolute;
    width: 170px;
    height: auto;
    top: 51px;
    left: -43px;
}
.nav_bar .nav .main_drop_down .drop_down .sub_drop_down li a{
	display: block;
    margin: 4px;
    background: #fff;
    padding: 10px 5px;
    width: 196px;
}
.nav_bar .nav .main_drop_down li a{
	    font-size: 16px;
    padding: 20px 15px;
    font-weight: 500;
    color: black;
}


.nav_bar .nav .main_drop_down .drop_down .sub_drop_down{
	display: none;
}
.nav_bar .nav .main_drop_down .drop_down:hover .sub_drop_down{
display: block;
 margin-top: -13px;
}
.nav_bar_logo img{
	max-width: 220px;
}
/*=========== slider ===================*/

.carousel-inner .carousel-caption h2{
	color: #FAD02C;
	font-weight: 600;
	text-shadow: 0px 6px 0px #333652;
}
.carousel-inner .carousel-caption h2 span{
	color: #FFF;
}
.top-header .container{
    border-top: 9px solid #fad02c;
    border-radius: 55px;
    }
    marquee{
    	background: #333652;
    	color: #fff;
    	font-weight: 600;
    	padding: 5px;
    }


header .carousel-inner .item{
  height: 100vh;
}
header .carousel-inner .item img{
  width: 100%;
}
.carousel-caption{
  padding-bottom: 150px;
}
.carousel-caption h2{
  font-size: 50px;
  text-transform: uppercase;
}
.carousel-control.right{
  background-image: none;
}
.carousel-control.left{
  background-image: none;
}

/* ignore the code below */
.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}

#carousel-example-generic{
	z-index: -1;
}
/*============= main section ==========*/
.main-section .content h1{
	font-weight: 700;
}
.main-section .content h1 span{
	color:#FAD02C ;
}

/*============ about ===============*/
.sharma_about .a_img_b img{
	width: 100%;
}
.content-img img{
	border-left: 5px solid #FAD02C;
	width: 100%;
}
/*============ main Heading ===========*/
.main-heading{
	padding-top: 50px;

}
.main-heading h3{
	font-weight: 600;
	font-size: 30px;
}
/*============ Services ================*/
.services{
	background: #333652;
	padding: 20px;
	color: #000;
}
.services .s-ser p{
	padding: 10px;
}
.services .s-ser a{
border-bottom-left-radius: 6px;
}
.services .s-ser a:hover{
	color: #fff;
	background:#333652 ;
}
.services .s-ser h3{
	padding: 5px 0;
	text-align: center;
	color: #FAD02C;
	background: #333652;
	margin: 0;
}
.services .s-ser{
  box-shadow: 0px 10px 0px #FAD02C;
  border-radius: 30px;
	background: #fff;
}
.services .s-ser img{
	margin-bottom: 10px;
	width: 100%;
}

.services .col-12{
	margin: 18PX 0;
}
/*========== gallery =========*/
.gallery img{
	width: 100%;
	margin: 15px 0;
	transition: all 0.8s;
}
.gallery img:hover{
	transform: scale(1);
	padding: 10px;
	transition: all 0.8s;
}
/*contact*/
.jumbotron {
background: #FAD02C;
color: #333652;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}


/*======= about page =======*/
.about_box1{
	width: 100%;
	padding: 50px 0;
	background-image: url("../img/sharma_bg/bg1.jpg");
	background-position:center;
	text-align: center;
}
.about_box1 h2{
	color: #fff;
	margin-bottom: 10px;
	font-size:40px;
	font-weight: bold;
}
.about_box1 .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #333652;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    max-width: 24%;
}
.about_box1 .a_img_b img{
	width: 100%;
}


/*======== sharma_services =========*/
.sharma_services{
	width: 100%;
	padding: 40px 0;
}
.sharma_services ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sharma_services .s_heading h3{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.sharma_services ul li a{
	color: #000;
	padding: 8px;
	text-align: center;
	background-color: #ffff;
	color: #000;
	font-weight: bold;
	display: block;
	width: 100%;
	box-shadow: 0px 0px 5px #80808099;
	margin-bottom: 10px;
	font-size: 16px;
}

.sharma_services .s_image{
	width: 100%;
}
.sharma_services .s_image img{
	width: 100%;
}
.sharma_services .s_content_b{
	padding: 20px;
}

/*location*/
.service .location h2{
  padding-bottom: 7px;
}
.service .map{
  margin-top: 15px;
}
.main-location {
  margin-bottom: 80px;
  padding: 12px;
}
.main-location  ul{
  list-style: none;
}
.main-location  ul li a{
  display: block;
  margin: 8px;
  color: #fff;
  padding: 10px 8px;
  background:#333652;
}
.main-location  ul li a:hover{
  color: #FAD02C;
}
.main-location h2{
  padding:30px 0;
}
/* ==========================================================================
    6.0 statistics Styling
   ========================================================================== */
.statistics {
  padding: 70px 0; }
  .statistics .content-warpper .stat-col i {
    font-size: 64px;
    width: 65px;
    display: inline-block;
    color: #333652;
    text-align: center;
    margin-right: 0px; }
  .statistics .content-warpper .stat-col .text-wrapper {
    color: #fad02c;
    margin-left: 70px; }
    .statistics .content-warpper .stat-col .text-wrapper h3 {
      font-size: 40px;
      font-family: 'open-sans';
      font-weight: 700;
      padding-bottom: 5px; }
    .statistics .content-warpper .stat-col .text-wrapper p {
      font-size: 16px; }
/*========= whatsapp_btn =======*/
.call_whatsapp_btn{
	position: fixed;
	z-index: 1200;
	bottom: 30%;
	left:5px;
}
.call_whatsapp_btn a{
	margin-bottom: 10px;
	display: block;
}
.call_whatsapp_btn img{
	width: 65px;
}












/*footer*/
/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #333652 !important;
}
#footer p{
	color: #fff;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
    font-size: 24px;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}


/*==================owl Slider=============*/
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    box-shadow: 0px 0px 5px #808080b8;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




@media(max-width: 480px){

	header .carousel-inner .item{
  height: 50vh;
}
	.carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
	.carousel .carousel-inner .item h2{
		font-size: 30px;
	}
	.carousel .carousel-inner .item h3{
		display: none;
	}
	.carousel-caption {
	padding-bottom: 30px;
	}
	.nav{
		background: black !important;
	}
	.nav_bar{
		background: #fff;
	}
	.nav_bar .nav ul {
		display: flex;
		flex-direction: column;
	}
	.nav_bar .nav .main_drop_down .drop_down .sub_drop_down li a {
		background: black;
	}
	.nav_bar .nav .main_drop_down .drop_down .sub_drop_down{
		position: static; !important;
	}
	.toggle_main{
		display: block;
	}

.nav_bar .nav .main_drop_down {
	background: #333652;
    position: absolute;
    margin-top: 35px;
    left: 0px;
    z-index: 1200;
    width: 100%;
    min-height: 260px;
    
	}
	.nav_bar .nav .main_drop_down li a{
		display: block;
		padding: 10px !important;
		color: #fff !important;
	}
	.sub_drop_down{
    width: 100% !important;
	}
}
