body {
	font-family: 'Poppins', sans-serif;
	color: #2B2A28;
	line-height: 30px;
	font-size: 16px;
	overflow-x: hidden;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #2B2A28;
}

@-webkit-keyframes autofill {
	to {
		color: #2B2A28;
		background: #ffffff;
	}
}
input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
}
::-webkit-scrollbar {
	width: 11px;
	background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
	background-color: #2d3436;
}

/* Top Head Logo Strat */
.fixed {
	position: fixed;
    top: 0;
    float: left;
    width: 100%;
    background-color: #2a2b26;
    z-index: 9;
    box-shadow: 0 0 5px #262626;
    padding: 0;
    margin: -30px 0 0 0;
}

.header{
	transition: ease-in 0.4s;
	-webkit-transition: ease-in 0.4s;
	-moz-transition: ease-in 0.4s;
	-ms-transition: ease-in 0.4s;
	-o-transition: ease-in 0.4s;
}

.navbar{
	padding: 30px 0 0 0 !important;
}
.navbar-nav > li > a {
	font-size: 15px;
	color: #ffffff;
	font-weight: normal;
	transition: ease-in 0.2s;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	-ms-transition: ease-in 0.2s;
	-o-transition: ease-in 0.2s;
	border-bottom: 2px solid transparent;
}
.navbar-nav > li:hover > a {
	color: #ffffff;
	border-bottom: 2px solid #61b035;
}
.navbar-nav > .active a {
	color: #ffffff;
	border-bottom:2px solid #61b035;
}
.navbar-brand{
	position: absolute;
    top: 10px;
}

.btn_grnd{
	background: -o-linear-gradient(to left, #61b035, #1d4993);
	background: -webkit-linear-gradient(to left, #61b035, #1d4993);
	background: -moz-linear-gradient(to left, #61b035, #1d4993);
	background: linear-gradient(to left, #61b035, #1d4993);
	padding: 4px 23px;
	border-radius: 20px;
	display: block;
	border: 1px solid #fff !important;
	font-size: 16px;
	color: #fff !important;
	position: relative;
    top: 3px;
	transition: all 0.2s !important;
	-webkit-transition: all 0.2s !important;
	-moz-transition: all 0.2s !important;
	-ms-transition: all 0.2s !important;
	-o-transition: all 0.2s !important;
}

.btn_grnd:hover{
	background: -o-linear-gradient(to right, #61b035, #1d4993);
	background: -webkit-linear-gradient(to right, #61b035, #1d4993);
	background: -moz-linear-gradient(to right, #61b035, #1d4993);
	background: linear-gradient(to right, #61b035, #1d4993);
}
/* Top Head Logo End */



.divLine {
	width: 100%;
	float: left;
}
.section {
	width: 100%;
	float: left;
	padding: 90px 0;
}
.sectionGrey {
	width: 100%;
	float: left;
	padding: 90px 0;
	background-color: #f7f7f7;
}
.section_title {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.section_title > h5 {
	font-size: 25px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	color: #292929;
	font-weight: bold;
 }

 /*
.section_title > h5::before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 10px;
	height: 10px;
	background-color:#61b035;
	z-index: 1;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.section_title > h5::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 2px;
	background-color:#1d4993;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
} */
.section_title > p {
	font-size: 16px;
}



/* backToTop */
.backToTop {
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color:#61b035;
	z-index: 666;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	box-shadow:0px 0px 15px #61b035;
	transition: ease-in 0.4s;
	overflow: hidden;
	-moz-animation: scroll 2s infinite;
	-webkit-animation: scroll 2s infinite;
	animation: scroll 2s infinite;
	-webkit-transition: ease-in 0.4s;
	-moz-transition: ease-in 0.4s;
	-ms-transition: ease-in 0.4s;
	-o-transition: ease-in 0.4s;
}
.backToTop:hover {
	background-color: #61b035;
	box-shadow: 0px 0px 19px #2d3436;
}
.backToTop i {
	color: white;
	font-size: 37px;
}


.hideRes {
	display: block;
}
.navbar-toggler {
	background-color: #FEFEFE;
	margin: 0 10px 0 0;
}


.section_banner{
    float: left;
	width: 100%;
	position: relative;
}
.banner{
	width: 100%;
}

.man_banner{
	position: absolute;
	bottom: 10%;
	left: 15%;
	width: 26%;
}

.benner_descri{
	position: absolute;
	bottom: 13px;
	width: 100%;
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 0 !important;
}
.banner_text{
	position: absolute;
	top: 17%;
	right: 15%;
	width: 60%;
}
.banner_text h1{
    font-weight: bold;
    font-size: 80px;
	color: #ffffff;
	text-align: right;
	text-shadow: -2px 2px #000;
}
.banner_text h1 span{
	font-size:30px;
    float: left;
    width: 100%;
    line-height: 55px;
	margin-top: 10px;
	font-weight: bold;
}


.section_about_us{
	position: relative;
}
.section_about_us::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color:#2a2b26;
}

.about_us {
	float: left;
	width: 100%;
	position: relative;
    padding: 50px;
    background-color: #f7f7f7;
    border-radius: 50px 0 0 50px;
 }

 .about_us::after {
	content: "";
    position: absolute;
    width: 220px;
    background-color: #f7f7f7;
    height: 100%;
    top: 0;
 }

 
.about_us p{
	float: left;
    width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 17px;
    line-height: 40px;
    word-spacing: 3px;
    text-align: justify;
 }
 .about_us p:last-child{ margin-bottom: 0 !important; }

 .imgAuthor{
	border-radius: 0 50px 50px 0;
	top: 15%;
	position: relative;
	box-shadow: 7px 7px 8px #bbb;
	-webkit-border-radius: 0 50px 50px 0;
	-moz-border-radius: 0 50px 50px 0;
	-ms-border-radius: 0 50px 50px 0;
	-o-border-radius: 0 50px 50px 0;
}
.about_us p a{
	color: #1D4993;
	transition: ease-in 0.2s;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	-ms-transition: ease-in 0.2s;
	-o-transition: ease-in 0.2s;
}
.about_us p a:hover{ color: #61b035;}

.about_us_o {
	float: left;
    width: 100%;
}

.about_us_o p{
	float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 17px;
    line-height:35px;
    word-spacing: 3px;
    text-align: justify;
 }
 .about_us_o p:last-child{ margin-bottom: 0 !important; }
 .about_us_o p span{ color: #1D4993;}
 

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

 .about_us_o ul li {
	margin-top: 20px;
    float: left;
	width: 100%;
	padding: 0 0 10px 40px;
    border-bottom: 1px solid #e6e6e6;
 }

 .about_us_o ul li span:nth-child(1){ color: #1D4993;margin-bottom: 5px;font-weight: bold; }
 .about_us_o ul li span:nth-child(2){ color: #61b035;margin-bottom: 5px;font-weight: bold; }
 .about_us_o ul li span:nth-child(2) a { color: #61b035; }
 .about_us_o ul li span:nth-child(2) a:hover { color: #1D4993; }


 .about_us_o ul li span{
    font-weight: normal;
	font-size: 17px;
	float: left;
    width: 100%;
 }
 .about_us_o ul li span i{ margin: 0 20px 0 -38px; }


 .vimarsh_about{
	 float: left;
	 width: 100%;
	 height: 1100px;
	 padding: 100px 0;
	 position: relative;
	 background-color:#030a1b;
	 display: table;
 }
.vimarsh_about video{
	width: 100%;
    height: 1100px;
    margin: 0px;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: fill;
 }

 
 .div_overlay{
	position: absolute;
    top: 0;
    left: 0;
    height: 1100px;
    width: 100%;
    background-color: #000000;
    opacity: 0.6;
    z-index: 1;
 }
 


 .site_topics{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
 }
 .site_topics h2{
	float: left;
    width: 100%;
    color: #1D4993;
    font-size: 20px;
    margin-bottom: 15px;
 }
 .site_topics p{
	float: left;
	width: 100%;
	margin: 0;
 }

 .arrange_talk_form label{
	font-size: 14px;
    margin: 0;
    color: #b3b3b3;
 }
 .arrange_talk_form label span{
	color: #ff9797;
    margin-left: 10px;
 }

 .arrange_talk_form input{
	border-color: #d6d6d6 !important;
	font-size:15px !important;
 }

 .arrange_talk_form .form-control:focus{
	border-color: #1d4993 !important;
	box-shadow:none !important;
 }
 .arrange_talk_form .at_address{
	height:206px !important;
 }
 .arrange_talk_form .at_talk_address{
	height:123px !important;
 }

 .arrange_talk_form .at_talk_address{
	height:123px !important;
 }

 .alert{line-height: 25px !important;}

 .btn-primary {
	background-color: #1d4993 !important;
 }
 .btn-primary:hover{
	background-color:#61b035 !important;
 }

 .section_contact{
	background-image: url('../images/harshal_pushkarna_author.jpg');
	background-attachment: fixed;
	background-position: top;
	background-color: #ffffff;
	float: left;
	width: 100%;
	padding: 150px 0;
	background-size: cover;
	position: relative;
 }

 .section_contact::before{
	 content: '';
	 position: absolute;
	 top: 0;
	 left: 0;
	 height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
 }

 .site_contact {text-align: center;font-size: 18px;line-height: 34px;color: #ffffff;}
 .site_contact a{color: #ffffff;}

 
.headSocial {
	margin: 0;
	padding: 0px 0 0 0;
	text-align: center;
	list-style-type: none;
	float: left;
	width: 100%;
}
.headSocial li {
	display: inline-block;
}
.headSocial li a {
	color: #ffffff;
	padding: 0px 20px 0 0px;
	font-size: 25px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.headSocial li a:hover {
	color:#1d4993 !important;
}

.footer_copytight{float: left;width: 100%;padding: 10px 0;background-color: #020202;font-size:14px;}

.footer_l p{ margin: 0;text-align: left; color: #ffffff;}
.footer_r p{ margin: 0; text-align: right; color: #ffffff}
.footer_l p a, .footer_r p a{  color: #ffffff !important }
.footer_l p a:hover, .footer_r p a:hover{  color:#61b035 !important }


@media only screen and (max-width: 768px) {
	.hideRes {
		display: none !important;
	}

	.fixed-top{
		position: relative !important;
	}
	
	.navbar-collapse {
		background-color: #2a2b26 !important;
		font-size: 16px !important;
		margin-top: 50px !important;	
	}
	
	.navbar {
		padding: .5rem 1rem !important;
		background-color:#2a2b26 !important;
	}

	.navbar-toggler {
		background-color: #61b035 !important;
		margin: 0 0 0 auto !important;
	}

	.navbar-brand {
		top: 0 !important;
	}

	.navbar-brand img{
		width: 80px !important;
	}

	.navbar-nav .nav-link {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.benner_descri{
		font-size: 10px !important;
		margin: 0 !important;
		bottom: -25px !important;
		z-index: 5 !important;
	}
	.banner_text h1 {
		font-size: 30px !important;
	}	
	.banner_text h1 span {
		font-size: 15px !important;
		line-height: 20px !important;
		margin: 0 !important;
	}
	.banner_text {
		top: 10% !important;
		right: 7% !important;}
	
	.section_title > h5{
		font-size: 20px !important;;
	}

	.vimarsh_about{height: auto !important;}
	.vimarsh_about video {height: auto !important;object-fit: contain !important; object-position: top !important;}	


	.rowRev{flex-direction: column-reverse !important;}

	.imgAuthor {
		top: 0 !important;
		position: unset !important;
		box-shadow: none !important;
		margin: 0 auto 20px auto !important;
		display: block !important;
		object-fit: cover !important;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
	}

	.about_us {
		position: unset !important;
		padding: 0 !important;
		background-color: transparent !important;
		border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-ms-border-radius: 0 !important;
		-o-border-radius: 0 !important;
	}

	.about_us::after{
		position: unset !important;
	}
	
	.about_us_o{
		margin-top: 10px;
	}
    
	
	.site_topics{
		margin-bottom: 50px;
	}

	.footer_l p, .footer_r p{
		text-align: center !important;
		line-height: 15px !important;
		margin-bottom: 10px !important;
	}

	.arrange_talk_form .at_address{
			height: 123px !important;
	}


}
