
/*====================== TABLE 
    1.BASIC
    2.COMMON
	3.PRELOADER
    4.NAVIGATION
    5.HOME
	6.SERVICE
    7.ABOUT 
    8.COUNTER
	9.TEAM
	10.PRICING
	11.TESTIMONIAL
    12.GALLERY	
	13.SOLUTION
	14.BLOG
	15.APPOINTMENT
	16.MAP
	17.BRAND	
    18.FOOTER
	19.SCROLL-TOP
    20.RESPONSIVE
 ========================*/


/*====================== BASIC ========================*/   

body {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: .03em;
}
h1{
	font-weight: 700;
	text-transform: uppercase;
}
h1.head-title{
font-size: 55px;
}

h2, .head-title{
	font-size: 50px;
    line-height: 55px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
	letter-spacing: .03em;
	margin: 0;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 30px;
	text-align: center;
}
h2::after, .head-title::after {
    background: url(http://shivkumarsharma.com/wp-content/uploads/2021/10/saprator.png);
    content: '';
    height: 24px;
    display: block;
    margin: 10px auto;
    background-size: contain;
	width: 80px;
	background-repeat: no-repeat;
}

h3{
	color: #000000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}
p {
    font-family: 'Open Sans', sans-serif;
}
a, a:hover, a:focus {
    text-decoration: none;
	color: #fff;
}
button, button:focus {
    outline: none;
    box-shadow: none;
}
ul{
    padding: 0;
	list-style: none;
	margin: 0;
}
img{
	width: 100%;
}
/*========================== END BASIC ============================*/

/*========================== START COMMON ============================*/    
.section {
    padding: 100px 0;
    position: relative;
	overflow: hidden;
}
.common-desc {
    max-width: 700px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
}
.common-transition{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn {
    padding: 10px 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    box-shadow: none !important;   
    outline: none !important;
	font-weight: 400;
	border-radius: 0;
}
.custom-btn {
    border: 1px solid #fdc500;
	background-color: #fdc500;
	position: relative;
	z-index: 0;
}
.custom-btn:focus{
    color: #000;
    background-color: #fdc500;
    border-color: #fdc500;
}
.custom-btn::after {
    top: -7px;
    left: -7px;
    border-top: 1px solid #fdc500;
    border-left: 1px solid #fdc500;
	width: 30px;
    height: 30px;
	content: '';
	position: absolute;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}

.custom-btn::before {
    bottom: -7px;
    right: -7px;
    border-bottom: 1px solid #fdc500;
    border-right: 1px solid #fdc500;
	width: 30px;
    height: 30px;
	position: absolute;
	content: '';
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.layer{
	position:relative;
	background-position: center center;
    background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
}
.layer::before {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
	left:0;
	bottom:0;
    width: 100%;
    height: 100%;
	content:'';
	z-index: 0;
}


/*========================== END COMMON ============================*/

/*==========================  START PRELOADER ============================*/      
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
}
.loader {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	animation: pre 1s linear infinite;
}
.preloader span {
	width: 30px;
	height: 30px;
	background: #fdc500;
	position: absolute;
	animation: spin 1s linear infinite;
}
.loader .light {
	background: #d00000;
}
.loader span:nth-child(1) {
	top: 0;
	left: 0;
}
.loader span:nth-child(2) {
	top: 0;
	right: 0;
}
.loader span:nth-child(3) {
	bottom: 0;
	left: 0;
}
.loader span:nth-child(4) {
	bottom: 0;
	right: 0;
}

@keyframes pre {
  50% {
    width: 110px;
    height: 110px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  50%, 90%, 100% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes pre {
  50% {
    width: 110px;
    height: 110px;
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
  }
  50%, 90%, 100% {
    transform: rotate(90deg);
  }
}

/*==========================  END PRELOADER ============================*/      

/*==========================  START NAVIGATION ============================*/      
.custom-navbar {
    background-color: rgba(0,0,0,0.1);
    background-color: #d00000;
    z-index: 999;
    padding: 18px 0;
    /*position: fixed;*/ 
    width: 100%;
}
.custom-navbar .navbar-nav li a.nav-link {
    line-height: 24px;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0 7px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.2px;
	padding: 22px 8px;
}
.custom-navbar .navbar-nav li a:hover,
.custom-navbar .navbar-nav li a.active {
    color: #fdc500;
}
.custom-navbar .navbar-nav li.nav-item{
	position: relative;
}
.custom-navbar .navbar-nav li a.nav-link i.fa-angle-down {
    margin-left: 6px;
    font-size: 16px;
}
.custom-navbar .navbar-nav li a.nav-btn {
    background-color: #fdc500;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    color: #000;
}
.custom-navbar .navbar-nav li a.nav-btn:hover{
	color: #fff;
}
.custom-navbar .navbar-nav li:last-child a {
    margin: 14px 0 14px 7px;
}
.bar-toggler {
	display: none;
	cursor: pointer;
}
.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	animation: smoothScroll 1s forwards;
	background: #d00000;
	border-bottom: 1px solid #d00000;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-60px);
	}
	100% {
		transform: translateY(0px);
	}
}
.logo {
    position: relative;
}
.navbar img {
    width: 120px;
}
.logo.l-center{
	display: none;
}
.menu-bar {
    position: fixed;
    top: 0;
    left: -40px;
    width: 0px;
	padding: 15px;
	z-index: 999;
	display: none;
	background-color: #161616;
    border-radius: 0px;
	overflow: auto;
	border-top: 3px solid #fdc500;
	height: 100%;
}
.menu-bar.active{
	width: 290px;
	left: 0;
}
.menu-bar ul li a {
    font-weight: 400;
    text-transform: uppercase;
    display: block;
	text-align: center;
	font-size: 14px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.03em;
	border-bottom: 1px solid #2C2C2E;
    padding: 10px;
}
.menu-bar ul li a:hover,
.menu-bar ul li a.active,
.menu-bar ul li.drop-mobile-li ul.custom-drop-mobile-menu li a.active{
	color: #fdc500;
}
.menu-bar ul li a.nav-btn {
    background-color: #fdc500;
	margin-top: 15px;
}
.menu-bar ul li a.nav-btn:hover, .menu-bar ul li a.nav-btn:focus{
	color: #fff;
}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-3px, 3px);
	transform: rotate(-45deg) translate(-3px, 3px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
.top-nav {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.top-nav ul.navbar-nav {
    display: table-cell;
    vertical-align: middle;
    width: 450px;
}
.top-nav ul.navbar-nav li.nav-item {
    display: inline-block;
    vertical-align: middle;
	margin-left: 25px;
}
.top-nav ul.navbar-nav li:first-child.nav-item, 
.top-nav ul.navbar-nav.two li:first-child.nav-item {
	margin-left: 0;
}
.top-nav .logo {
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.top-nav ul.navbar-nav.two {
    text-align: right;
}
.custom-navbar .top-nav .navbar-nav li a.nav-link {
    margin: 0px;
	padding: 22px 0;
}
.custom-navbar .top-nav .navbar-nav li a.nav-btn {
    padding: 0.5rem 1.5rem;
}
ul.custom-drop-menu.dropdown-menu {
    background: #fff;
    position: absolute;
    top: 64px;
    width: 190px;
    right: 0;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    z-index: 100;
    display: block;
	padding: 20px;
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
				0 6.7px 5.3px rgba(0, 0, 0, 0.048),
				0 12.5px 10px rgba(0, 0, 0, 0.06),
				0 22.3px 17.9px rgba(0, 0, 0, 0.072),
				0 41.8px 33.4px rgba(0, 0, 0, 0.086),
				0 100px 80px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
				0 6.7px 5.3px rgba(0, 0, 0, 0.048),
				0 12.5px 10px rgba(0, 0, 0, 0.06),
				0 22.3px 17.9px rgba(0, 0, 0, 0.072),
				0 41.8px 33.4px rgba(0, 0, 0, 0.086),
				0 100px 80px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
				0 6.7px 5.3px rgba(0, 0, 0, 0.048),
				0 12.5px 10px rgba(0, 0, 0, 0.06),
				0 22.3px 17.9px rgba(0, 0, 0, 0.072),
				0 41.8px 33.4px rgba(0, 0, 0, 0.086),
				0 100px 80px rgba(0, 0, 0, 0.12);
	left: unset;
}
ul.custom-drop-menu.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 20px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}
.navbar-nav li.drop-li.dropdown ul.custom-drop-menu.dropdown-menu.show {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}
ul.custom-drop-menu.dropdown-menu li a {
    display: block;
    color: #2d2d2d;
    font-size: 13px;
    text-transform: uppercase;
    padding: 4px 0;
    font-weight: 400;
}
.custom-navbar .navbar-nav ul.custom-drop-menu.dropdown-menu li:last-child a {
    margin: 0;
}
.custom-navbar .navbar-nav li.dropdown a.dropdown-toggle::after{
	display: none;
}
.menu-bar ul.custom-drop-mobile-menu {
    background: #fff;
    position: relative;
	display: none;
    width: 100%;
	margin: 0;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
	padding: 20px;
	border-radius: 4px;
}
.menu-bar ul.custom-drop-mobile-menu.active {
	display: block;
}
.menu-bar ul li.drop-mobile-li a i{
	margin-left: 10px;
}
.menu-bar ul li.drop-mobile-li ul.custom-drop-mobile-menu li a {
    color: #212529;
	border-bottom: 1px dashed #212529;
}
.menu-bar ul li.drop-mobile-li ul.custom-drop-mobile-menu li a:hover {
    color: #fdc500;
}
.menu-bar ul li.drop-mobile-li ul.custom-drop-mobile-menu li:last-child a {
    border-bottom: none;
}
/*==========================  END NAVIGATION ============================*/

/*==========================  START HOME ============================*/
.homepag {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.homepag .home-image::before {
   /* background-color: rgba(0, 0, 0, 0.6); */
    position: absolute;
    top: 0;
    right: 0;
	left:0;
	bottom:0;
    width: 100%;
    height: 100%;
	content:'';
	z-index: 1;
}
.homepag .home-image img {
	animation: shrink 5s infinite alternate;	
}
@keyframes shrink {
  0% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 110% 110%;
  }
}
.homepag .home-detail {
    position: absolute;
    top: 50%;
    right: 0;
    margin: auto;
    left: 0;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    text-align: center;
    padding: 0 70px;
    z-index: 1;
}
.home-detail h3{
	color: #fff;
}
.homepag .home-title {
    font-size: 110px;
    line-height: 110px;
	font-family: 'Oswald', sans-serif;
    color: #fff;
	margin-bottom: 30px;
}
.homepag.index .home-title {
	font-size: 90px;
}
.homepag .home-title::after {
    background: url(../images/saprator.png);
    content: '';
    height: 34px;
    display: block;
    margin: 10px auto;
    background-size: contain;
	width: 120px;
	background-repeat: no-repeat;
}
.home-detail p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.homepag .owl-item.active h1.home-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}
.homepag .owl-item.active .home-detail h3 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}
.homepag.inner-page .home-title {
    font-size: 90px;
}
.homepag .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.5s;
}
.homepag .owl-item.active .home-button {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}
.wow {
    visibility: hidden;
}
.homepag .owl-nav button{
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    width: 50px;
	transition: all 1s ease;
	background: #363636 !important;
    color: #a1a1a1 !important;
	border-radius: 50%;
}
.homepag .owl-nav button:hover{
	background-color: #fff !important;
}
.homepag .owl-nav button:hover span{
	color: #000 !important;
}
.homepag .owl-nav button.owl-prev {
    left: 15px;
}
.homepag .owl-nav button.owl-next {
    right: 15px;
}
.homepag .owl-nav button span {
    color: #fff;
    font-size: 27px;
    line-height: 14px;
}
.homepag .owl-carousel .owl-dots {
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.homepag .owl-carousel .owl-dot.active::before {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.homepag .owl-carousel .owl-dot {
    height: 15px;
    margin-right: 4px;
    width: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px dashed #fff;
    position: relative;
}
/*==========================  END HOME ============================*/

/*==========================  START SERVICE ============================*/
.service .service-data{
	position: relative;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.service {

}

.service-name h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fdc500;
}
.service-name .custom-btn {
    border: 1px solid #000;
    background-color: transparent;
    position: relative;
    z-index: 0;
    color: #000;
	margin-bottom: 7px;
}
.service-image {
    overflow: hidden;
    margin-bottom: 10px;
}
.service .service-data:hover .service-image img {
    transform: scale(1.2);
}
.service .service-name {
    position: relative;
	text-align: center;
	padding: 15px;
}
.service-name h3:after {
    content: '';
    width: 36px;
    background-color: #fdc500;
    height: 2px;
    display: block;
    margin: 15px auto;
}
.service-name p{
    font-size: 13px;
    line-height: 26px;
    color: #494949;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.service .service-data:hover,
.service .service-data.active{
	background: #000;
}
.service .service-data:hover h3,
.service .service-data.active h3{
	color: #fff;
}
.service .service-data:hover h3::after,
.service .service-data.active h3::after{
	background: #fff;
}
.service .service-data:hover p,
.service .service-data.active p{
	color: #c7c7c7;
}
.service .service-data:hover .service-name .custom-btn,
.service .service-data.active .service-name .custom-btn{
	border: 1px solid #fdc500;
    background-color: #fdc500;
    position: relative;
    z-index: 0;
    color: #000;
}
.service .service-data .service-name .custom-btn::before {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.service .service-data .service-name .custom-btn::after {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.service .service-data:hover .service-name .custom-btn::after,
.service .service-data.active .service-name .custom-btn::after{
	border-top: 1px solid #fdc500;
    border-left: 1px solid #fdc500;
}
.service .service-data:hover .service-name .custom-btn::before,
.service .service-data.active .service-name .custom-btn::before{
	border-bottom: 1px solid #fdc500;
    border-right: 1px solid #fdc500;
}
.service.two{
	background: #fff;
}
.service.two .service-data {
    display: flex;
    flex-wrap: wrap;
}
.service.two .service-image {
    margin-bottom: 0;
	width: 40%;
}
.service.two .service-name {
    text-align: left;
	width: 60%;
}
.service.two .service-data.active h3::after{
	display: none;
}
.service.two .service-name p {
    font-size: 13px;
    line-height: 22px;
}
.service.two .service-name h3 {
    font-size: 22px;
}
.service.two .service-data.active .service-name .custom-btn{
	margin-left: 7px;
}
.service.three .service-data:hover{
	transform: scale(1.04);
    z-index: 998;
    position: absolute;
}
.service.three .service-name {
    padding: 15px 30px;
}
.service.three .service-name h3{
	font-size: 24px;
}
.service.four{
	background: #fff;
}
.service.index .service-data {
    margin-bottom: 30px;
}
.section.service.index{
	padding: 100px 0 70px 0;
}
.service.four .service-data.two.active .service-image {
    margin-bottom: 0px;
	margin-top: 10px;
}

.ast_service_box .service-image img{
width: 150px;
object-fit: contain;
height: 150px;
}

.ast_service_box .service-name h3{
    font-size: 18px;
    color: #d00000;
}
.ast_service_box:hover .service-name h3{
    color: #fff !important;
}
.service .ast_service_box:hover, .service .ast_service_box.active{
    background: #d00000;
}
.ast_service_box .service-name h3::after{
    content:  none;
}
.ast_service_box .service-name h3.life{color: #80e5e5;}
.ast_service_box .service-name h3.career{color: #bb3101;}
.ast_service_box .service-name h3.gemstone{color: #871f58;}
.ast_service_box .service-name h3.vastu{color: #fea500;}
.ast_service_box .service-name h3.matchmaking{color: #56c52c;}
.ast_service_box .service-name h3.pooja{color: #f04845;}
.ast_service_box .service-name h3.janam{color: #fc2d05;}
.ast_service_box .service-name h3.manglik{color: #dea7f6;}
.ast_service_box .service-name h3.kalsarp{color: #010103;}
.ast_service_box .service-name h3.palm{color: #f2b379;}
.ast_service_box .service-name h3.foreign{color: #64b9c0;}
.ast_service_box .service-name h3.health{color: #4265a4;}
.ast_service_box .service-name h3.marriedlife{color: #ada140;}
.ast_service_box .service-name h3.children{color: #fe897c;}
.ast_service_box .service-name h3.financial{color: #6c71ab;}
.ast_service_box .service-name h3.court{color: #bf7e2d;}
.ast_service_box .service-name h3.obstacles{color: #c4cfd1;}


/*==========================  END SERVICE ============================*/

/*==========================  START ABOUT ============================*/
.about h2::after{
	margin: 10px 0;
}
.about p {
    font-size: 14px;
    line-height: 26px;
    color: #2d2d2d;
    font-weight: 400;
}
.about .custom-btn{
	margin-top: 19px;
    margin-left: 7px;
    margin-bottom: 7px;
}
.about-title h3 {
    font-weight: 400;
	text-align: left;
}
.about-title h2 {
	text-align: left;
}
.about.two {
    background-color: #eaeff2;
}
.no-after h1::after, .no-after h2::after {
    display: none;
}
.exp span.one {
    display: block;
    margin-bottom: 24px;
    color: #fdc500;
    font-size: 170px;
    line-height: 160px;
}
.exp span.two {
    display: block;
    color: #000;
    font-size: 40px;
    line-height: 44px;
	font-weight: 500;
	text-transform: uppercase;
}
/*==========================  END ABOUT ============================*/

/*==========================  START COUNTER ============================*/
.counter{
	background-image: url("https://www.shivkumarsharma.com/wp-content/uploads/2021/10/happyclients.jpg");
	text-align: center;
	color: #fff;
}
.counter .counter-icon {
    font-size: 50px;
	margin-bottom: 15px;
}
.counter .counter-number {
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: 'Oswald', sans-serif;
}
.counter span.counter-text {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
	font-weight: 300;
}
.counter-icon i {
    color: #fdc500;
}
/*==========================  END COUNTER ============================*/

/*==========================  START TEAM ============================*/
.team-sec .team-image {
    position: relative;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    float: none;
	z-index: 1;
	width: 280px;
}
.team-sec .team-image::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px;
    z-index: 1;
}
.team-sec .team-data:hover .team-image img {
    transform: scale(1.1) rotate(5deg);
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
}
.team-sec .team-data {
	text-align: center;
}
.team-sec h2{
	text-align: center;
}
.team-sec h2::after{
	margin-left: auto;
	margin-right: auto;
}
.team-sec .team-image .team-inner ul {
    padding: 0;
    margin: 0;
	list-style: none;
}
.team-sec .team-inner ul li {
    display: inline-block;
}
.team-sec .team-inner ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    position: relative;
    color: #e7e7e7;
	background: #191818;
    border-radius: 50%;
	transition: all .3s ease;
}
.team-sec .team-inner ul li a:hover{
	background-color: #fff;
	border-color: #fff !important;
	color: #000;
}
.team-sec .team-data .team-info {
    text-align: center;
    position: relative;
    padding: 20px 15px;
    background-color: #d00000;
	z-index: 0;
	overflow: hidden;
	border: 1px solid #d00000;
    border-top: none;
}
.team-sec .team-data .team-info::before {
    content: '';
    position: absolute;
    left: 0;
    top: -100%;
    right: 0;
	height: 100%;
    background-color: #fdc500;
    z-index: -1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.team-sec .team-data:hover .team-info::before {
    top: 0;
}
.team-sec .team-info h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.team-sec .team-image img {
    width: 100%;
}
.team-sec .team-data .team-image-before {
    position: relative;
	overflow: hidden;
}
.team-sec .team-data .team-image-before::before {
    position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #d00000;
	width: 100%;
	height: 80px;
}
.team-sec .team-data .team-image-before::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    right: 0;
	height: 80px;
    background-color: #fdc500;
    z-index: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.team-sec .team-data:hover .team-image-before::after {
    bottom: 0;
}
.team-sec .team-info span {
    color: #fdc500;
    text-transform: uppercase;
    font-size: 14px;
	font-weight: 500;
    margin: 15px 0 12px 0;
    display: block;
	transition: all .3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	font-family: 'Oswald', sans-serif;
}
.team-sec .team-data:hover .team-info h3 a{
	transition: all .3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.team-sec .team-data:hover .team-info h3 a {
        color: #d00000;
}
.team-sec .team-data:hover .team-info span, 
.team-sec .team-data:hover .team-info p{
	color: #000;
}
.team-sec.two {
    background-color: #eaeff2;
}
.team-sec.two .team-inner {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.team-sec.two .team-inner ul li a {
    color: #fff;
    background: #fdc500;
}
.team-sec.two .team-inner ul li a:hover {
    color: #000;
    background: #fff;
}
.team-sec.two .team-data:hover .team-inner {
	opacity: 1;
}
.team-sec.three .team-data .team-image-before::before{
	display: none;
}
.team-sec.three .team-image{
	width: 100%;
}
/*==========================  END TEAM ============================*/

/*==========================  START PRICING ============================*/
.pricing{
	background-image: url("../images/pricing-bg.jpg");
	text-align: center;
	color: #fff;
}
.pricing .pricing-image {
    overflow: hidden;
    width: 100%;
	position: relative;
	flex: 0 0 30%;
    max-width: 30%;
}
.pricing-data {
    display: flex;
    flex-wrap: wrap;
}
.pricing .pricing-data:hover .pricing-image-box img {
    transform: scale(1.2);
}
.pricing .pricing-desc {
    padding: 0px 10px;
	color: #000000;
	position: relative;
    overflow: hidden;
    z-index: 0;
	flex: 0 0 70%;
    max-width: 70%;
	text-align: left;
	padding-left: 15px;
}
.pricing .pricing-desc span.price {
    font-size: 26px;
    display: block;
    line-height: 36px;
    margin-top: 6px;
    color: #fdc500;
}
.pricing h2 {
	color: #fff;
}
.pricing h2::after {
	margin-left: auto;
	margin-right: auto;
}
.pricing .pricing-desc p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
	color: #c2c2c2;
}
.pricing-desc h3 {
    font-size: 20px;
	border-bottom: #656464 dashed 1px;
    padding-bottom: 10px;
	color: #fff;
}
.pricing.two{
	background: #eaeff2;
	color: #000;
}
.pricing.two h2 {
	color: #000;
}
.pricing.two .pricing-desc h3 {
    border-bottom: #fff dashed 1px;
    color: #fff;
}
.pricing.two .pricing-desc p{
	color: #c5c1c1;
}
.pricing.two .pricing-data {
    border: 2px solid #000;
    padding: 10px;
}
.pricing.two .pricing-desc{
	background: #000;
	padding: 15px;
}
.pricing.two .pricing-image{
	padding-right: 10px;
}
/*==========================  END PRICING ============================*/

/*==========================  START TESTIMONIAL ============================*/
.testimonial{
	background: #eaeff2;
	position: relative;
	overflow: hidden;
}
.testimonial::before {
   /* content: '';
    position: absolute;
    bottom: -25px;
    left: -108px;
    height: 208px;
    width: 350px;
    background: url(../images/before.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(27deg);
    */
}
.testimonial::after {
   /* content: '';
    position: absolute;
    top: -25px;
    right: -108px;
    height: 195px;
    width: 350px;
    background: url(../images/after.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    transform: rotate(27deg);
    */
}
.testimonial .testimonial-img {
    margin: 0 auto;
    width: 120px;
    height: auto;
}
.testimonial .testimonial-desc {
    padding: 9px 0;
}
.testimonial span.client-name {
    padding: 5px 2px;
    display: block;
    width: 100%;
    font-size: 24px;
    color: #d00000;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    line-height: 24px;
    margin-top: 20px;
}
.testimonial span.client-profession{
    font-family: 'Open Sans', sans-serif;
    color: #8c8c8c;
    letter-spacing: -0.1px;
    font-size: 14px;
}
.testimonial .inner-testimonial .testimonial-data .testimonial-detail {
    padding: 5px 5px 100px 5px;
	position: relative;
	text-align: center;
}
.testimonial .inner-testimonial .testimonial-data .testimonial-detail:before {
    content: "";
    background: url(../images/quote-img.png) no-repeat center center;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 78px;
    height: 63px;
    margin: 0 auto;
}
.testimonial .inner-testimonial .testimonial-data .client-review {
    font-size: 18px;
    color: #2d2d2d;
    margin: 0 auto;
    font-weight: 400;
    line-height: 26px;
    max-width: 570px;
	font-style: italic;
}
.testimonial .owl-carousel .owl-nav {
    text-align: center;
    margin-top: 30px;
}
.testimonial .owl-carousel .owl-nav button {
    height: 40px;
    width: 40px;
	border: 1px solid #e5e5e5;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	border-radius: 50%;
}
.testimonial .owl-carousel .owl-nav button.owl-prev {
	margin-right: 5px;
}
.testimonial .owl-carousel .owl-nav button span {
    font-size: 28px;
    line-height: 16px;
}
.testimonial .owl-carousel .owl-nav button:hover {
    background-color: #d00000;
	border: 1px solid #d00000;
}
.testimonial .owl-carousel .owl-nav button:hover span{
    color: #fdc500;
}

/*==========================  START TESTIMONIAL ============================*/

/*==========================  START PORTFOLIO GALLERY ============================*/
.portfolio .portfolio-data{
	position: relative;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}
.portfolio p.common-desc {
    color: #666;
	margin: 0 auto;
}
.tab-grid{
	max-width: 100%;
	width: 100%;
	margin-left: 11px;
    margin-right: 11px;
}
.portfolio .filter-button-group button,
.portfolio .filter-button-group li{
	cursor: pointer;
}
.portfolio .filter-button-group button,
.portfolio .filter-button-group li {
    background-color: #eaeff2;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
	color: #d00000;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.portfolio .button-group.filter-button-group {
    text-align: center;
    margin-bottom: 15px;
}
.portfolio .filter-button-group button.active,
.portfolio .filter-button-group button:hover,
.portfolio .filter-button-group li.active,
.portfolio .filter-button-group li:hover {
    background-color: #d00000;
    color: #fff;
}
.portfolio .common-title {
    text-align: center;
}
.portfolio {
	background-color: #fff;
}
.portfolio-image {
    overflow: hidden;
	position: relative;
}
.portfolio-image::before{
	position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    margin: 10px;
	content: '';
	opacity: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.portfolio .portfolio-data:hover .portfolio-image::before{
	opacity: 1;
}
.portfolio-image a i {
    position: absolute;
    color: #fff;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 28px;
    width: 60px;
	z-index: 1;
    height: 60px;
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    padding: 0;
    display: block;
    border-radius: 0;
    text-align: center;
    line-height: 60px;
    left: 0;
    bottom: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
}
.portfolio-image a {
    display: block;
}
.portfolio .portfolio-data .portfolio-image img{
	transition: .4s;
}
.portfolio .portfolio-data:hover .portfolio-image img {
    transform: scale(1.2);
}
.portfolio .portfolio-data:hover .portfolio-image a i {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
/*==========================  END PORTFOLIO GALLERY ============================*/

/*==========================  START SOLUTION ============================*/
.solution{
	text-align: center;
	position:relative;
    background-position: 0 0; 
	overflow: hidden;
	text-align: center;
	background-attachment: fixed;
}
.solution::before {
    background-color: rgba(253, 197, 0, 0.54);
    position: absolute;
    top: 0;
    right: 0;
	left:0;
	bottom:0;
	content:'';
	z-index: 0;
}
.solution p.common-desc {
    max-width: 580px;
	color: #000;
    font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
.solution h2{
    color: #d00000;
}
.solution h2::after {
    background: url(https://www.shivkumarsharma.com/wp-content/uploads/2021/10/solution-saprator-1.png);
	background-size: contain;
    background-repeat: no-repeat;
}
.solution .custom-btn.two {
    border: 1px solid #d00000;
    color: #fdc500;
    font-style: italic;
    background: #d00000;
}
.solution .custom-btn.two:hover {
    color: #fff;
}
.solution .custom-btn::before {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.solution .custom-btn::after {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.solution .custom-btn:hover::after{
	border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.solution .custom-btn:hover::before{
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
/*==========================  END SOLUTION ============================*/

/*==========================  START BLOG ============================*/
.blog .blog-data{
	position: relative;
	overflow: hidden;
}
.blog {
	background-color: #eaeff2;
}
.blog-date span b {
    font-size: 26px;
    font-weight: normal;
	line-height: 32px;
}
.blog .blog-image {
    overflow: hidden;
    margin-bottom: 30px;
	position: relative;
}
.blog .blog-date span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    display: block;
    padding: 6px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
}
.blog .latest {
    display: inline-block;
    background: #fdc500;
    color: #fff;
    padding: 6px 15px;
    position: absolute;
    top: 7px;
    left: -24px;
    transform: rotate(-43deg);
    width: 100px;
    text-align: center;
}
.blog .blog-date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #eaeff2;
    padding: 6px;
    border-radius: 50% 50% 0 50%;
    font-family: 'Oswald', sans-serif;
}
.blog .blog-data:hover .blog-image img {
    transform: scale(1.2);
}
.blog .blog-name {
    position: relative;
}

.blog .blog-name h2{
    font-size: 28px;
    font-weight: 700;
   line-height: 39px;
   text-align: left;
}
.blog .blog-name h2::after{
    display: none;
}
.blog .blog-name h3{
        font-size: 22px;
}
.blog .blog-name a h3 {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	font-size: 24px;
	font-weight: 400;
}
.blog .blog-name a:hover h3 {
	color: #fdc500;
}
.blog .blog-name h3:after {
    display: none;
}
.author span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.author span.admin{
	color: #fdc500;
}
.author {
    margin-bottom: 10px;
}
.blog .blog-name p{
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -.1px;
    text-align: left;
    color: #292727;
    font-weight: 400;
    margin: 0 0 20px 0;

}
.blog .custom-btn {
    border: 1px solid #000;
	background: transparent;
	margin-left: 7px;
    margin-bottom: 7px;
}
.blog .custom-btn:hover {
    border: 1px solid #fdc500;
	background: #fdc500;
	color: #000;
    position: relative;
    z-index: 0;
}
.blog .custom-btn::before {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.blog .custom-btn::after {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.blog .custom-btn:hover::after{
	border-top: 1px solid #fdc500;
    border-left: 1px solid #fdc500;
}
.blog .custom-btn:hover::before{
	border-bottom: 1px solid #fdc500;
    border-right: 1px solid #fdc500;
}
.blog.two, .blog.two .blog-date{
	background: #fff;
}
.blog-sidebar {
    border-radius: 0;
    background-color: #f8f8f8;
    padding: 30px;
	float: left;
    width: 100%;
}
.blog-searchbox .input-group {
    border-radius: 0;
    border: none;
    background-color: #fff;
    overflow: hidden;
    padding: 0 12px 0 0;
}
.blog-searchbox input.form-control {
    border: none;
    text-transform: capitalize;
    background-color: #fff;
    box-shadow: none;
    color: #bdbdbd;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 45px;
    font-size: 13px;
    font-weight: 400;
    width: 200px;
    height: 45px;
    line-height: 45px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;   
}
.blog-searchbox .btn.search-btn {
    background-color: #fff;
    color: #bdbdbd;
	width: 35px;
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;   
    line-height: 12px;
    margin-left: 0;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
	text-align: center;
}
.blog-searchbox input::placeholder {
    color: #bdbdbd;
}
.blog-searchbox span.input-group-btn {
    vertical-align: middle;
    display: table-cell;
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.blog-sidebar .blog-sidebar-title h5 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 24px;
}
.blog-sidebar .blog-sidebar-post .blog-sidebar-title h5 {
    margin-bottom: 33px;
}
.blog-sidebar-category {
    margin-top: 44px;
}
.blog-sidebar-category .blog-sidebar-content ul.blog-sidebar-menu li a {
    color: #afafaf; 
    position: relative;
    padding-left: 15px;
	font-size: 14px;
    font-weight: 400;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
    line-height: 32px;
	font-family: 'Open Sans', sans-serif;
}
.blog-sidebar-category .blog-sidebar-content ul.blog-sidebar-menu li a:hover,
.blog-sidebar-category .blog-sidebar-content ul.blog-sidebar-menu li a:hover::after {
	color: #fdc500;
}
.blog-sidebar .hr {
    background: #eee;
    height: 1px;
    margin: 30px 0;
}
.blog-sidebar-category .blog-sidebar-content ul.blog-sidebar-menu li a::after {
    position: absolute;
	right: auto;
    content: "\f105";
	color: #afafaf;
    top: 0;
    left: 0;
    font-family: fontawesome;
    font-size: 14px;
    font-weight: 400;  
    bottom: 0;
    margin: auto;
    line-height: 20px;	
}
.blog-sidebar-category .blog-sidebar-content ul.blog-sidebar-menu {
    margin: 0px;
    list-style: none;
}
.blog-sidebar-post-content .blog-recent-entry {
    position: relative;
    margin-bottom: 30px;
	float: left;
    width: 100%;
}
.blog-sidebar-post-content .blog-recent-entry img {
    position: relative;
    width: 76px;
    float: left;
}
.blog-sidebar-post-content div:last-child {
    margin-bottom: 0;
}
.blog-sidebar-post-content .blog-recent-entry .blog-entry-desc {
    position: relative;
    margin-left: 90px;
}
.blog-sidebar-post-content .blog-recent-entry .blog-entry-desc .blog-entry-title {
    margin-bottom: 5px;
}
.blog-sidebar-post-content .blog-recent-entry .blog-entry-desc .blog-entry-title a {
    font-family: 'Open Sans', sans-serif;   
    font-weight: 400;
    line-height: 24px;
	color: #333;
    font-size: 14px;
    text-transform: capitalize;
}
.blog-sidebar-post-content .blog-recent-entry .blog-entry-desc .blog-entry-date a,
.top-entry-meta.blog-entry-date, .top-entry-meta.blog-entry-date a{
    font-family: 'Open Sans', sans-serif;
    color: #999;
    line-height: 20px;
	font-size: 11px;
    font-weight: 400; 
    position: relative;
}
.blog-sidebar-post-content .blog-recent-entry .blog-entry-desc .blog-entry-date span:first-of-type,
.top-entry-meta.blog-entry-date span:first-of-type{
    margin-right: 10px;
}
.blog .blog-name .blog-quote p,
.blog .blog-name blockquote p,
.page blockquote p{
    color: #000;
    border-left: 3px solid #fdc500;
    padding-left: 18px;
    margin-left: 42px;
    font-weight: 700;
}
.blog-hr-line {
    background: #e5e5e5;
    height: 1px;
    width: 100%;
    margin: 15px 0;
    display: inline-block;
}
.blog-social-share ul,
.blog-social-share ul li {
    display: inline-block;
}
.blog-social-share span {
    margin-right: 15px;
}
.blog-social-share ul li a {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
	box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(0, 0, 0, 0.15);
}
.blog-social-share ul li a.facebook{
	color: #fff;
	background: #3b5998;
}
.blog-social-share ul li a.twitter{
	color: #fff;
	background: #1da1f2;
}
.blog-social-share ul li a.pinterest{
	color: #fff;
	background: #bd081c;
}
.blog-social-share ul li a.google-plus{
	color: #fff;
	background: #dd4b39;
}
.blog-social-share {
    margin: 15px 0;
}
.blog-next-prev {
    background: #f8f8f8;
    float: left;
    width: 100%;
    padding: 15px;
    margin-top: 16px;
}
.blog-entry-next, .blog-entry-prev {
    width: 50%;
    float: left;
}
.blog-next-prev .blog-entry-prev {
    padding-right: 15px;
}
.blog-next-prev .blog-entry-next {
    padding-left: 15px;
    text-align: right;
}
.blog-next-prev .blog-entry-prev-content p,
.blog-next-prev .blog-entry-next-content p {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
	color: #999;
}
.blog-next-prev .blog-entry-prev-content a,
.blog-next-prev .blog-entry-next-content a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-top: 13px;
}
.blog-pagination {
    display: inline-block;
}
.blog-pagination ul li {
    margin-right: 3px;
    display: inline-block;
}
.blog-pagination ul li a {
    background-color: transparent;
    color: #191919;
	width: 35px;
    height: 35px;
	display: block;
    font-family: 'open sans',sans-serif;
    font-size: 14px;
    font-weight: 400;   
    padding: 0;  
    line-height: 33px;
    text-align: center;
    border-radius: 0;
	border: 1px solid #dadada;
    text-transform: uppercase;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.blog-pagination ul li.active a,
.blog-pagination ul li:hover a{
	display: block;
	background-color: #191919;
    color: #fff;
    border: 1px solid #191919;
}
/*==========================  END BLOG ============================*/

/*==========================  START APPOINTMENT ============================*/
.appointment{
	background-image: url("../images/appointment-bg.jpg");
	text-align: center;
}
.appointment h2 {
    color: #fff;
}
.appointment-form {
    width: 100%;
    margin: 0 auto;
    background: #fdc500;
    z-index: 1;
    padding: 40px;
	position: relative;
}
.appointment-form::before {
    content: '';
    border: 1px solid #fff;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    margin: 10px;
	bottom: 0;
	right: 0;
}
.appointment p.common-desc {
    color: #8e8d8d;
}
.appointment .appointment-form textarea.form-control {
    height: auto;
	min-height:150px;
}
.appointment .appointment-form .form-control {
    box-shadow: none !important;
    height: 40px;
    color: rgba(0,0,0,0.7);
    border-radius: 0;
    font-size: 15px;
    background: #ffedac;
    border: 1px solid #fdf6dd;
    font-family: 'Open Sans', sans-serif;
}
.appointment .appointment-form .form-control:focus {
    border: 1px solid #000;
    background-color: #fff;
}
.appointment .appointment-form .form-control::placeholder {
    color: rgba(0,0,0,0.7);
}
.appointment .custom-btn {
    border: 1px solid #000;
    background-color: #000;
    position: relative;
    z-index: 0;
    color: #fdc500;
    display: block;
    width: 100%;
}
.appointment .custom-btn:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
}
.appointment .custom-btn::before,
.appointment .custom-btn::after{
	display: none;
}
.appointment .form-group{
	position: relative;
}
.appointment .form-group i.fa.fa-calendar {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 18px;
	color: rgba(0,0,0,0.7)
}
.contact .form-control {
    color: #aaaaaa;
    border: 1px solid #e0e0e0;
    font-weight: 400;
	border-radius: 23px;
}
.contact .form-control::placeholder {
    color: #aaaaaa;
}
.contact .form-control:focus{
	box-shadow: none;
	border: 1px solid #000;
}
.contact-form {
    max-width: 500px;
    margin: 0 auto;
}
.contact-form .custom-btn {
    margin-left: 7px;
    margin-top: 7px;
	border-radius: 23px;
}
.contact-form .custom-btn::before{
	border-radius: 0 0 23px 0;
}
.contact-form .custom-btn::after{
	border-radius: 23px 0 0 0;
}
.contact p.common-desc {
    color: #666;
    margin: 0 auto;
	text-align: center;
}
/*==========================  END APPOINTMENT ============================*/

/*==========================  START MAP ============================*/
.map {
    width: 100%;
    overflow: hidden;
}
.map-frame{
	height: 400px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.map-frame iframe {
    height: 100%;
    width: 100%;
    border: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.map-frame::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
    background: url(../images/map-icon.png);
    z-index: 99;
    height: 54px;
    width: 36px;
    margin: auto;
}
/*==========================  END MAP ============================*/

/*==========================  START BRAND ============================*/
.brand .item {
    border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
    padding: 0 10px;
    text-align: center;
}
.brand .brand-inner.owl-carousel .owl-item img {
    width: 150px;
    vertical-align: text-top;
    display: inline-block;
}
/*==========================  END BRAND ============================*/

/*==========================  START FOOTER ============================*/
.footer{
	background-color: #fdc500;
	position: relative;
	padding: 100px 0;
	text-align: center;
}
ul.menu {
    display: inline-block;
    text-align: center;
    margin: 60px auto 28px auto;
}
ul.menu li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
ul.menu li::after {
    content: '';
    position: absolute;
    right: 0;
    border-right: 1px solid #808080;
    top: 0;
    height: 16px;
    bottom: 0;
    margin: auto;
    transform: rotate(27deg);
}
ul.menu li:last-child::after {
	display: none;
}
ul.menu li a {
    color: #575757;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: normal;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	margin-bottom: 5px;
    display: block;
}
ul.menu li a:hover{
	color: #d00000;
}
ul.social-nav.footer-social {
    display: inline-block;
}
ul.social-nav li a {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(0, 0, 0, 1);
}
ul.social-nav li a:hover{
	background: #fdc500;
	box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(209, 157, 100, 0.9);
	-webkit-box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(209, 157, 100, 0.9);
	-moz-box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(209, 157, 100, 0.9);
}
.foot_social {
    margin-top: 30px;
}
ul.social-nav.footer-social li {
    display: inline-block;
}
.footer-logo img {
    width: 120px;
}
.bottom-footer {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #FF4B4B;
    background-color: #d00000;
}
.bottom-footer h6 {
    margin: 0;
	color: #ffbebe;
	font-size: 15px;
}
.bottom-footer h6 a {
    color: #fdc500;
}
.subscribe-inner {
    margin-top: 30px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.s-form{
	position: relative;
}
.s-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    border: none;
    background: #917758;
    cursor: pointer;
}
.subscribe-inner input.form-control {
    background: transparent;
    border: 1px solid #626262;
    border-radius: 0;
    color: #a2a3a5;
    font-size: 13px;
    outline: none;
    box-shadow: none;
	height: 40px;
	font-family: "open sans" , sans-serif;
	padding-right: 44px;
}
.address .icon i {
    color: #575757;
    font-size: 24px;
}
.address-data h4 {
    color: #575757;
    text-transform: uppercase;
    font-size: 18px;
    margin: 14px 0 4px 0;
}
.address {
    padding: 20px 15px;
	border: 1px solid;
	margin-bottom: 10px;
}
.footer-logo {
    margin-bottom: 30px;
}
.address-data h5 a, .address-data h5{
    color: #d00000;
    text-transform: capitalize;
    font-size: 15px;
    margin-bottom: 0;
	font-weight: 400;
}
.address-data h5 a:hover{
	text-decoration: underline;
}
.no-border{
    border: 0px;
}
/*==========================  END FOOTER ============================*/

/*==========================  START SCROLL-TOP ============================*/
.scroll-top .scrollToTop {
    bottom: 0;
    display: none;
    height: 40px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 999;
}
.scroll-top .scrollToTop::before {
    content: '';
    position: absolute;
    background-color: #fdc500;
    height: 100px;
    width: 100px;
    right: -50px;
    bottom: -50px;
    transform: rotate(45deg);
}
.scroll-top .scrollToTop i:focus {
    color: #fff;
}
.scroll-top .scrollToTop:hover i {
    color: #fff;
}
.scroll-top .fa-angle-up {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 13px;
    top: 0;
    font-size: 30px;
    line-height: 34px;
}
/*==========================  END SCROLL-TOP ============================*/


/*by me */
.bg-white{
background-color: #ffffff !important;
}
.site-color{
    color: #d00000;
}
.shadow-mid{
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.21)!important;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.21)!important;
}

img{
   image-rendering: -webkit-optimize-contrast;
}
/*
.blog .blog .blog-name a h3{
    font-size: 17px;
    letter-spacing: -.2px;
    font-weight: 700;
}
.blog .blog .blog-name p{
    font-size: 14px
}
*/

.blog .table{background-color: #fff;}
.blog .blog-name .author,
.blog .blog-name .author a{
    color: #d3d3d3;
    font-weight: 100;
    font-size: 13px;
}
.home .blog .blog-name a h3,
.blog .blog .blog-name a h3{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 22px;
}
.home .blog .blog-name p,
.blog .blog .blog-name p{
   font-size: 14px;
}


.single-post .blog .blog-name ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
}
.single-post .blog .blog-name ul li{
    list-style: disc;
}
.single-post .blog .blog-name ul li,
.single-post .blog .blog-name ol li{
    line-height: 1.8;
    margin-bottom: 0.7rem;
}

.ast_service_box{
padding: 25px 1px;
height: 260px;
border-radius: 5px;
margin-bottom: 30px;
background-color: #fff;
border: 1px solid #fdc5006b;
-webkit-box-shadow: 0 10px 20px 0 rgba(253, 197, 0, 0.69) !important;
box-shadow: 0 10px 20px 0 rgba(253, 197, 0, 0.3) !important;
}
.page p{
    line-height: 1.8;
    letter-spacing: -.3px;
} 

.timeline {
    border-left: 2px solid #e0e0e0;
    padding: 15px 0;
}

.timeline-item, .timeline-item:before{
    border-color: #2196f3;
}

.timeline-item {
    position: relative;
    padding: 15px 20px 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-left: 2px solid #fdc500;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
}

.timeline-item:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    top: 20px;
    left: -29px;
    border: 2px solid #fdc500;
    z-index: 2;
}

.timeline-item .item-title {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1.2em;
}

.timeline-item .item-period {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2em;
    color: #d00000;
    margin-bottom: 8px;
}
.timeline-item .item-small {
    display: inline-block;
    font-size: 12px;
    line-height: 1.2em;
    color: #9e9e9e;
    margin-left: 5px;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 1px solid #e0e0e0;
}

.timeline-item:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #fdc500;
    border-radius: 10px;
    width: 29px;
    height: 2px;
    top: 25px;
    left: -29px;
    z-index: 1;
}
.timeline-item:hover {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}
.timeline.membership .timeline-item .item-small{
    margin-left: 0;
    padding-left: 0;
    border-left: 0px;
}

.color-yellow{
    color: #fdc500
}

.bg-pattern{
        background-image: url("http://shivkumarsharma.com/wp-content/uploads/2021/10/white-patternchakra.png");
}
.bg-star{
        background-image: url("http://shivkumarsharma.com/wp-content/uploads/2021/10/bgstar.png");
}
.bg-gray{
    background-color: #eaeff2;
}
.bg-lightyellow{
background-color: #ffe896;
}
.bg-lightred{
background-color: #ff9292;
}
.font-400{
    font-weight: 400;
}
.font-46{
    font-size: 46px;
}

.badge-primary{
    background-color: #d00000 !important;
}
.badges-highlight{
    background-color: #fdc500;
    padding: 30px 5px 20px;
    border-radius: 8px;
}
.badges-highlight h3{
text-shadow: 0 1px white;
}
.badges-highlight .badge{
font-size: 95%;
margin-right: .25rem;
margin-bottom: 10px;
text-shadow: 0 1px #4f4f4f;
}
.shadow-one{
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.3);
}
.shadow-one:hover{
-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.05) !important;
box-shadow: 0 1px 3px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.05) !important;
transition: all .4s ease-in-out;
}
.post-51 .portfolio{
    background-color: #eaeff2 !important;
}
.members{

}
.member-col{
border-right: 0.5rem solid #fff;
padding-right: 4px;
padding-top: 20px;
}

.members .member-col:hover{
background-color: #eaeff2;
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.07) !important;
box-shadow: 0 1px 2px 0 rgba(0,0,0,.07) !important;
transition: 0.3s;
}
.members img{
min-width: 85px;
max-width: 85px;
border: 4px solid #fff;
-webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.05) !important;
box-shadow: 0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -1px rgba(0,0,0,.05) !important;
}
.members .member-tag{
background-color: #fdc500;
display: -webkit-inline-box;
color: #fff;
padding: .25rem .65rem .30rem;
font-size: 13px;
border-radius: 20px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
}
.members .mukhya-member{
background-color: #d00000 !important;
}
.members .president{
background: #626161 !important; 
}

.members .only-member{
    color: #d00000 !important;
}
.members p{
font-size: 13px;
color: #777;
}

.single-post .blog .head-title{
    font-size: 40px;
    letter-spacing: -2px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 1px 1px rgb(58 58 58 / 36%);
    color: #d00000;
}

.single-post .blog .head-title,
.single-post .blog h1,
.single-post .blog h2,
.single-post .blog h3{
line-height: 1.3;
letter-spacing: -.1px;
}
#comments, #comments .comments-title{
 font-family: 'Oswald', sans-serif;   
}
#comments .comments-title{
    
}
/*===========================  RESPONSIVE ============================*/
@media (max-width: 1199px) {
	.homepag .home-title {
		font-size: 90px;
		line-height: 92px;
		margin-bottom: 10px;
	}
	.service-name h3 {
		font-size: 24px;
	}
	h2, .head-title {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	h1.head-title{
	  	font-size: 40px;  
	  	line-height: 40px;
	}
    .font-46{
        font-size: 34px;
    }
    .blog .blog-name h2{
    font-size: 26px;
}
}
@media (min-width: 992px) {
	.custom-navbar .navbar-nav li.drop-li.dropdown:hover ul.custom-drop-menu.dropdown-menu{
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-o-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
  .max-650{
    max-width: 650px;
    margin: 0 auto;
    }  
}
@media (max-width: 991px) {
	.custom-navbar, .custom-navbar.sticky {
	    padding: 4px 0;
	}
	.logo.l-center{
		display: block;
	}
	.bar-toggler {
		display: block;
	}
	.section, .footer {
		padding: 90px 0;
	}
	.custom-navbar .navbar-nav li a {
		margin: 0;
		padding-left: 18px;
	}
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
	.menu-bar {
		display: block;
	}
	.service-data.one {
		margin-bottom: 24px;
	}
	.service.two .service-data.two, .service.two .service-data.one {
		margin-bottom: 0px;
	}
	.homepag .home-title {
		font-size: 42px;
		line-height: 46px;
		margin-bottom: 10px;
	}
	.homepag.inner-page .home-title {
		font-size: 42px;
	}
	.homepag.index .home-title {
		margin-bottom: 30px;
		font-size: 42px;
	}
    .single-post .blog .head-title {
    font-size: 40px;
    line-height: 1.2;
    }
	.service-name h3 {
		font-size: 24px;
	}
	.navbar img {
		width: 100px;
	}
	.homepag .owl-carousel .owl-dots {
		bottom: 15px;
	}
	.section.service.index {
		padding: 90px 0 60px 0;
	}
	.about .about-title {
		margin-top: 15px;
	}
	.clock-section {
		height: 500px;
		margin-bottom: 30px;
	}
	.exp {
		margin-bottom: 30px;
	}
	.about-right-col {
		margin-top: 30px;
	}
	.portfolio .button-group.filter-button-group {
		margin-top: 15px;
	}
	.layer, .solution{
		background-position: center center !important;
		background-size: 100% 100% !important;
		background-attachment: fixed !important;
	}
}
@media (max-width: 767px) {
	.section, .footer {
		padding: 66px 0;
	}
	.section.service.index {
		padding: 66px 0 36px 0;
	}
	.homepag .home-title, .homepag.inner-page .home-title {
		font-size: 36px;
		line-height: 44px;
	}
    .single-post .blog .head-title {
        font-size: 34px;
        line-height: 1.2;
    }
	.homepag .home-image img {
		/*height: 400px;*/
	}
	h2, .head-title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	h1.head-title{
	  	font-size: 32px;  
	}
    .font-46{
        font-size: 26px;
    }
    .blog .blog-name h2{
    font-size: 23px;
    }
	.counterarea.third, .counterarea.fourth {
		margin-top: 30px;
	}
	.testimonial::after {
		top: -40px;
		right: -140px;
	}
	.testimonial::before {
		bottom: -40px;
		left: -140px;
	}
	.portfolio .button-group.filter-button-group {
		margin-top: 15px;
	}
	.blog .blog-data {
		margin-top: 2rem !important;
	}
	.service .service-data.two{
		margin-bottom: 24px;
	}
    .mt-space{
        margin-top: 20px;
    }
    
    .member-col:nth-child(even){
    border-right:0px;
    }
}
@media (max-width: 575px) {	
	.homepag .home-detail p {
        line-height: 20px;
	}
	.counterarea.sec {
		margin-top: 30px;
	}
	.homepag .owl-nav button{
		height: 36px;
		width: 36px;
	}
	.homepag .owl-nav button span {
		font-size: 24px;
		line-height: 20px;
	}
	.homepag .owl-nav button.owl-prev {
		left: 6px;
	}
	.homepag .owl-nav button.owl-next {
		right: 6px;
	}
	.homepag .home-detail{
		padding: 0 45px;
	}
	.homepag .home-title, .homepag.inner-page .home-title {
		font-size: 28px;
		line-height: 34px;
	}
    .single-post .blog .head-title {
        font-size: 27px;
        line-height: 1.2;
    }
	.section, .footer {
		padding: 58px 0;
	}
	.section.service.index {
		padding: 58px 0 28px 0;
	}
	.subscribe-inner {
		width: 256px;
	}
	.service-name h3 {
		font-size: 18px;
	}
	.homepag.index .home-title {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.testimonial::after {
		top: -94px;
		right: -200px;
	}
	.testimonial::before {
		bottom: -80px;
		left: -200px;
	}
	.portfolio .filter-button-group button,
    .portfolio .filter-button-group li{
		margin-top: 5px;
	}
	.clock {
		width: 200px;
		height: 245px;
	}
	.clock-section {
		height: 329px;
		margin-bottom: 30px;
	}
	.appointment-form{
		padding: 20px;
	}
	.menu-bar.active {
		width: 230px;
	}
	.exp span.two {
		font-size: 28px;
		line-height: 32px;
	}
	.exp {
		margin-bottom: 15px;
	}
	.blog .blog-name a h3 {
		font-size: 18px;
		margin-bottom: 10px !important;
	}
	.blog-sidebar {
		padding: 15px;
	}
}



/*===========================  END RESPONSIVE ============================*/

