/*Copyright (c) 2017 Himanshu Softtech.
------------------------------------------------------------------
[Master Stylesheet]

Project:	Education Loan Responsive HTML Template
Version:	1.0.0
Assigned to:	---
-------------------------------------------------------------------

[Table of contents]

1. Body
2. Normal Css
3. Social Icons/ .el_social_icons
4. Banner Section / .el_banner_wrapper
5. Navigation Section / .el_menu_btn
6. About Section / .el_about_wrapper
7. Counter Section / .el_counter_wrapper
8. Team Section / .el_team_wrapper
9. Service Section / .el_service_wrapper
10. Pricing Section / .el_pricing_wrapper
11. Blog Section / .el_blog_wrapper
12. Testimonial Section / .el_testimonial_wrapper
13. Loan Section / .el_form_wrapper
14. Faq Section / .el_faq_wrapper
15. First Footer Section / .el_footer_wrapper
16. Second Footer Section/ .el_footer2_wrapper
17. Page Title Section / .el_page_title_wrapper
18. About Page / .el_about_wrapper.el_about_page
19. Loan Page / .el_doc_caption
20. Contact Page / .el_map_wrapper #map
21. Blog Single Page / .widget.widget_search
22. 2 Column Blog Page / .el_blog_img img
23. Masonary Blog Page / .el_img_overlay

*/

/*1. Body Strat */
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #333;
	margin:0;
	padding:0;
	background:#fff;
}
/* Body End */

/*2. Normal css start */
a {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:focus {
	color: #333;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Crimson Text', serif;
	font-weight: 400;
	color: #202020;
	margin: 0px;
}
p{
	color:#666;
	font-size: 17px;
	margin: 0px;
}
input {
	outline: none;
}
input:focus {
	outline: none !important;
	box-shadow:none !important;
	border-color:#ccc !important;
}
textarea {
	outline: none;
}
textarea:focus {
	outline: none !important;
	box-shadow:none !important;
	border-color:#ccc !important;
}
button {
	outline: none;
}
button:focus {
	outline: none ;
	box-shadow:none ;
}
.el_top_padder100{
	padding-top: 100px;
}
.el_top_padder90{
	padding-top: 90px;
}
.el_top_padder80{
	padding-top: 80px;
}
.el_top_padder70{
	padding-top: 70px;
}
.el_top_padder60{
	padding-top: 60px;
}
.el_top_padder50{
	padding-top: 50px;
}
.el_top_padder40{
	padding-top: 40px;
}
.el_top_padder30{
	padding-top: 30px;
}
.el_top_padder20{
	padding-top: 20px;
}
.el_top_padder10{
	padding-top: 10px;
}
.el_bottom_padder100{
	padding-bottom: 100px;
}
.el_bottom_padder90{
	padding-bottom: 90px;
}
.el_bottom_padder80{
	padding-bottom: 80px;
}
.el_bottom_padder70{
	padding-bottom: 70px;
}
.el_bottom_padder60{
	padding-bottom: 60px;
}
.el_bottom_padder50{
	padding-bottom: 50px;
}
.el_bottom_padder40{
	padding-bottom: 40px;
}
.el_bottom_padder30{
	padding-bottom: 30px;
}
.el_bottom_padder20{
	padding-bottom: 20px;
}
.el_bottom_padder10{
	padding-bottom: 10px;
}
.el_button{
	background: #18ba60;
    border: 1px solid transparent;
    padding: 8px 20px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    font-weight: 400;
    position: relative;
    perspective: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_button:before{
	content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 0%;
    background: #18ba60;
    z-index: -1;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_button:after{
	content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 0%;
    background: #18ba60;
    z-index: -1;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_button:hover{
	color:#fff;
}
.el_button:hover:before,
.el_button:hover:after{
	width:70%;
}
.ColorSwitcher__control{
	background: rgba(0,0,0,0.5);
}
.ColorSwitcher--open{
	z-index: 5;
}
.ColorSwitcher{
    z-index: 10;
}
/*-------- normal css end ----------*/


/* social icons section start */
.el_social_icons h2{
	top: 30%;
	right: -123px;
    position: fixed;	
    width:170px;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_social_icons h2:hover{
	right:0px;
}
.el_social_icons h2.twitter{
	margin-top: 50px;
}
.el_social_icons h2.google{
	margin-top: 100px;
}
.el_social_icons h2.linkedin{
	margin-top: 150px;
}
.el_social_icons h2.instagram{
	margin-top: 200px;
}
.el_social_icons h2 a{
	color: #fff;
    font-size: 21px;
    padding: 12px 18px 15px;
    display: inline-block;
}
.el_social_icons h2 i{
	width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    padding: 14px 0px;
    border-right: 2px solid #fff;
    text-align: center;
}
.el_social_icons h2.facebook{
	background:#3b5998;
}
.el_social_icons h2.facebook i{
	background: #3b5998;
}
.el_social_icons h2.twitter{
	background:#00aced;
}
.el_social_icons h2.twitter i{
	background: #00aced;
}
.el_social_icons h2.google{
	background:#dd4b39;
}
.el_social_icons h2.google i{
	background: #dd4b39;
}
.el_social_icons h2.linkedin{
	background:#007bb6;
}
.el_social_icons h2.linkedin i{
	background: #007bb6;
}
.el_social_icons h2.instagram{
	background:#bc2a8d;
}
.el_social_icons h2.instagram i{
	background: #bc2a8d;
}
/* social icons section end */

/* banner section start */
.el_banner_wrapper{
	text-align: center;
    background:-webkit-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/banner3.jpg);
    background:-moz-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/banner3.jpg);
    background:-ms-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/banner3.jpg);
    background:-o-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/banner3.jpg);
	background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/banner3.jpg);
	background-size: cover;
	background-position: center;
	position: fixed;
	width:100%;
	top:0;
	height:100%;
	min-height:100vh;
	z-index: -1; 
}
.el_banner_wrapper .container{
	position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.el_banner_caption i{
	font-size: 70px;
    color: #fff;
    margin-bottom: 30px;
}
.el_banner_caption p{
	color:#fff;
	margin-bottom: 50px;
}
.el_banner_caption .el_button{
	background:none;
	border:1px solid #18ba60;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.el_banner_caption .el_button:hover{
	border:1px solid #18ba60;
	background: none;
}
.typing_text span{
	color:#fff;
	font-size: 50px;
	font-family: 'Crimson Text', serif;
	font-weight:bold;
}
#particles-js{
    position:absolute;
    top:0;
    width: 100%;
    height:100%;
}
/* banner section end */

/* navigation section start */
.el_menu_btn{
	display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    border: none;
    width: 45px;
    height: 45px;
    font-size: 21px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}
.el_navigation_wrapper.el_main_menu_hide{
	-webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity:1;
}
.el_navigation_wrapper{
	z-index: 20;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width:300px;
    overflow-x: hidden;
    background-color: rgba(0,0,0,0.95);
    -webkit-transform: rotateY(-90deg) perspective(1000px);
    -moz-transform: rotateY(90deg) perspective(1000px);
    -ms-transform: rotateY(90deg) perspective(1000px);
    -o-transform: rotateY(90deg) perspective(1000px);
    transform: rotateY(-90deg) perspective(1000px);
    opacity: 0;
    transform-origin: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_navigation_menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.el_navigation_logo{
	text-align: center;
	border-bottom:1px solid #fff;
	background:rgba(0,0,0,0.4);
}
.el_navigation_menu ul li a{
	display: block;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.el_navigation_menu ul li a:before{
	content:"";
	position: absolute;
	top: 0;
	left:-20px;
	width:0%;
	height:100%;
	background:#fff;
	-webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}
.el_navigation_menu ul li a:after{
	content:"";
	position: absolute;
	top: 0;
	right:-20px;
	width:0%;
	height:100%;
	background:#fff;
	-webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}
.el_navigation_menu ul li:hover a{
	color:#18ba60;
}
.el_navigation_menu ul li:hover a:before,
.el_navigation_menu ul li:hover a:after{
	width:100%;
}
.el_navigation_menu ul li a i{
	width:40px;
	color:#18ba60;
}
.el_navigation_menu ul li a.active{
	color:#18ba60;
}
.el_navigation_menu ul li a.active:before{
	content:"";
	position: absolute;
	top: 0;
	left:-20px;
	width:100%;
	height:100%;
	background:#fff;
	-webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}
.el_navigation_menu ul li a.active:after{
	content:"";
	position: absolute;
	top: 0;
	right:-20px;
	width:100%;
	height:100%;
	background:#fff;
	-webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}
.el_navigation_menu ul li a span{
	position: absolute;
    right: 0;
    height: 55px;
    width: 55px;
    top: 0;
    font-size: 20px;
    text-align: center;
    line-height: 56px;
}
.el_navigation_menu ul li .sub-menu li{
	background:white;
}
.el_navigation_menu ul li .sub-menu li a{
	color:#18ba60;
	position: relative;
	border-top: 2px solid #e1e1e1;
	transition: all 0.5s;
}
.el_navigation_menu ul li .sub-menu li a:after{
	content: "";
    z-index: 10;
    position: absolute;
    right: -13px;
    top: 50%;
    border: 12px solid transparent;
    border-right: 12px solid #18ba60;
    width: 20px;
    transform: skew(0deg) translate(0,-50%);
    height: 20px;
}
.el_navigation_menu ul li .sub-menu li a:hover:after{
	right:0;
}
.el_navigation_menu ul li .sub-menu li a.active:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    border: 12px solid transparent;
    border-right: 12px solid #18ba60;
    width: 20px;
    transform: skew(0deg) translate(0,-50%);
    height: 20px;
}
/* navigation section end */

/* about section start */
.el_about_wrapper{
	background:#fff;
	margin-top: 100vh;
}
.el_about_caption h1{
	font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.el_about_caption ul{
	list-style: none;
	padding: 0;
	margin:20px 0px;
}
.el_about_caption ul li{
	font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
}
.el_about_caption ul li i{
	color:#18ba60;
	margin-right: 10px;
}
.el_about_caption ul li:last-child{
	margin:0;
}
.el_about_img{
    text-align: center;
}
.el_about_img img{
    display: inline-block;
}
/* about section end */

/* counter section start */
.el_counter_wrapper{
    background:-webkit-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/counter.jpg);
    background:-moz-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/counter.jpg);
    background:-ms-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/counter.jpg);
    background:-o-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/counter.jpg);
	background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/counter.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.el_counter_caption{
	text-align: center;
}
.el_counter_caption i{
	font-size: 25px;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    border: 2px solid #18ba60;
    color: #fff;
    background:#18ba60;
    padding: 16px 15px;
    margin-bottom: 15px;
}
.el_counter_caption h2{
	color:#fff;
	font-weight:bold;
}
.el_counter_caption p{
	color: #fff;
}
/* counter seciton end */

/* team section start */
.el_team_wrapper{
	background:#fff;
}
.el_heading{
	text-align: center;
}
.el_heading h1{
	font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.el_team_img{
	position:relative;	
}
.el_team_overlay{
	position: absolute;
    padding: 10px 0px;
    width: 100%;
    bottom: 0;
    left: 0;
    background:rgba(0,0,0,0.5);
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: rotateX(-90deg) perspective(100px);
    -moz-transform: rotateX(-90deg) perspective(100px);
    -ms-transform: rotateX(-90deg) perspective(100px);
    -o-transform: rotateX(-90deg) perspective(100px);
    transform: rotateX(-90deg) perspective(100px);
    opacity: 0;
}
.el_team_img:hover .el_team_overlay{
	-webkit-transform:rotateX(0deg);
	-moz-transform:rotateX(0deg);
	-ms-transform:rotateX(0deg);
	-o-transform:rotateX(0deg);
	transform:rotateX(0deg);
	opacity: 1;
}
.el_team_overlay h4{
	font-weight:bold;
	color:#18ba60;
}
.el_team_overlay p{
	font-size: 15px;
	color:#fff;
	margin-bottom: 15px;
}
.el_team_overlay a i{
	width: 20px;
    height: 20px;
    color: #fff;
    font-size: 17px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_team_overlay a i:hover{
	color:#18ba60;
}
/* team section end */

/* service section start */
.el_service_wrapper{
	background:#f5f5f5;
}
.el_service_caption{
	text-align: center;
	border: 1px solid #e1e1e1;
	padding: 70px 30px 30px 30px;
	position:relative;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_service_caption:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    height: 2px;
    width: 0;
    background: #18ba60;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_service_caption:after{
    content: "";
    position: absolute;
    top: -2px;
    right: 50%;
    height: 2px;
    width: 0;
    background: #18ba60;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_service_caption .el_service_icon{
	font-size: 35px;
    height: 80px;
    color: #18ba60;
    top: -41px;
    z-index: 10;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0) rotate(45deg);
    -moz-transform: translate(-50%,0) rotate(45deg);
    -ms-transform: translate(-50%,0) rotate(45deg);
    -o-transform: translate(-50%,0) rotate(45deg);
    transform: translate(-50%,0) rotate(45deg);
    width: 80px;
    background:#f5f5f5;
    padding: 14px 0px;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_service_caption .el_service_icon i{
	transition:all 0.5s;
    -webkit-transform:rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);  
}
.el_service_caption h2{
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_service_caption:hover h2{
	color:#18ba60;
}
.el_service_caption p{
	margin-bottom: 20px;
}
.el_service_caption:hover:before,
.el_service_caption:hover:after{
	width:50%;
	transition-delay: 0.26s;
}
.el_service_caption:hover{
    box-shadow: 0px 7px 22px -8px;
    background: #fff;
}
.el_service_caption:hover .el_service_icon{
    border:1px solid #18ba60;
    background:#18ba60;
}
.el_service_caption:hover .el_service_icon i{
    color:#fff;
}

.el_service_caption .el_button{
	background:#18ba60;
}
.el_service_caption .el_button:before,
.el_service_caption .el_button:after{
    background: #fff;
}
.el_service_caption .el_button:hover{
	color:#18ba60;
}
/* service section end */

/* pricing section start */
.el_pricing_wrapper{
	background:#fff;
}
.el_pricing_caption{
	text-align: center;
    border: 1px solid #e1e1e1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.el_pricing_caption:hover{
	box-shadow: 0px 8px 20px -7px;
	-webkit-transform:translate(0px,-5px);
	-moz-transform:translate(0px,-5px);
	-ms-transform:translate(0px,-5px);
	-o-transform:translate(0px,-5px);
	transform:translate(0px,-5px);
}
.el_pricing_header h3{
	font-size: 30px;
	padding: 40px 0px;
}
.el_pricing_header h1{
	background:#18ba60;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    padding: 20px 0px 10px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_pricing_body ul{
	text-align: left;
	list-style: none;
	margin:0;
	padding:0;
}
.el_pricing_body ul li{
	font-size: 17px;
	border-bottom: 1px solid #e1e1e1;
    padding: 10px 20px;
}
.el_pricing_body ul li span{
	float: right;
}
.el_pricing_footer{
	padding:40px 0px;
}
.el_pricing_footer .el_button{
	background:#18ba60;
}
.el_pricing_footer .el_button:before,
.el_pricing_footer .el_button:after{
    background: #fff;
}
.el_pricing_footer .el_button:hover{
	color:#18ba60;
}
/* pricing section end */

/* blog section start */
.el_blog_wrapper{
	background:#fff;
}
.el_blog_caption{
	border:2px solid #e1e1e1;
}
.el_blog_img{
	position: relative;
}
.el_img_overlay{
	background: rgba(0,0,0,0.5);
    padding: 20px 0px;
    text-align: center;
    position:absolute;
    bottom:0;
    left: 0;
    right:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_img_overlay ul{
	list-style: none;
	padding:0;
	margin:0; 
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_img_overlay a{
	color:#fff;
	font-weight:bold;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_img_overlay a i{
	margin-right: 10px;
	color:#18ba60;
}
.el_img_overlay a:hover{
    color:#18ba60;
}
.el_blog_content{
	padding:20px;
}
.el_blog_content h2{
	margin-bottom: 10px;
    text-transform: capitalize;
}
.el_blog_content h2 a{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_blog_content h2 a:hover{
    color:#18ba60;
}
.el_blog_content p{
	margin-bottom: 25px;
}
.el_blog_content .blog_button{
    background: #18ba60;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    font-weight: 400;
    display:inline-block;
    position: relative;
    perspective: 1px;
    border:1px solid #18ba60;
    overflow:hidden;
    margin-right: 10px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.el_blog_content .blog_button:before{
    content: "";
    position: absolute;
    top: 0;
    left: -13px;
    width: 0%;
    background: #fff;
    z-index: -1;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_blog_content .blog_button:after{
    content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 0%;
    background: #fff;
    z-index: -1;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_blog_content .blog_button:hover{
    color:#18ba60;
}
.el_blog_content .blog_button:hover:before,
.el_blog_content .blog_button:hover:after{
    width:70%;
}
/* blog section end */

/* testimonial section start */
.el_testimonial_wrapper{
    background:-webkit-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/banner3.jpg);
    background:-moz-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/banner3.jpg);
    background:-ms-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/banner3.jpg);
    background:-o-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/banner3.jpg);
	background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.5)), url(../images/banner3.jpg);
	background-size:cover; 
	background-attachment: fixed;
}
.el_testimonial_wrapper .el_heading h1,
.el_testimonial_wrapper .el_heading p{
	color:#fff;
}
.el_testimonial_caption:after{
	content:"";
	display: table;
	width:100%;
}
.el_testimonial_img{
	text-align: center;
	float: left;
	position:relative;
}
.el_testimonial_img img{
	border-radius: 100%;
    border: 7px solid #fff;
}
.el_testimonial_content{
	background:#fff;
	padding: 40px 30px;
	margin: 17px 0;
	float: right;
    width: calc(100% - 250px);
}
.el_testimonial_content p{
	margin-bottom: 10px;
    font-style:italic;
    font-size: 18px;
}
.el_testimonial_content sup{
	margin-right: 5px;
    font-size: 18px;
    color: #e6e6e6;
}
.el_testimonial_content sub{
	margin-left: 5px;
	font-size: 18px;
    color: #e6e6e6;
}
.el_testimonial_content h5{
	font-size: 17px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_testimonial_content:hover h5 a{
	color:#18ba60;
}
.el_testimonial_wrapper .owl-carousel .owl-item img{
	width:initial;
	display: inline-block;
}
/* testimonial seciton end */

/* loan form section start */
.el_form_wrapper .el_heading h1,
.el_form_wrapper .el_heading p{
	color:#fff;
}
.el_form_caption:after{
	content:"";
	display: table;
	width: 100%;
}
.el_form input{
	width: 100%;
    height: 50px;
    padding: 0px 20px;
    margin-bottom: 30px;
    width:100%;
    background:rgba(0,0,0,0.5);
    border:none;
    border-radius:0px;
    color:#fff;
}
.el_form .form-control::-moz-placeholder{color:#fff;opacity:1}
.el_form .form-control:-ms-input-placeholder{color:#fff}
.el_form .form-control::-webkit-input-placeholder{color:#fff}
.el_form_wrapper{
    background:-webkit-linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/form.jpg);
    background:-moz-linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/form.jpg);
    background:-ms-linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/form.jpg);
    background:-o-linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/form.jpg);
    background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/form.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.el_range_slider{
	border:none;
	background:rgba(0,0,0,0.5);
	padding:20px;
	margin-bottom: 30px;
}
.rangeslider--horizontal{
	height:15px;
	margin-bottom: 20px;
}
.rangeslider__fill{
	background:#18ba60;
}
.rangeslider--horizontal .rangeslider__handle{
	top:-5px;
}
.rangeslider__handle {
	width: 25px;
	height:25px;
	background:#18ba60;
	border:5px solid #fff;
	top:-6px;
}
.el_range_slider h3{
	font-size: 20px;
	color:#fff;
}
output{
	display: inline-block;
	font-size: 20px;
	color:#fff;
	padding:0;
	text-align: right;
}
.el_form{
	text-align: center;
}
.el_form button{
	height: 50px;
	width:200px;
	background:none;
	border:1px solid #18ba60;
}
/* loan form seciton end */

/* faq section start */
.el_faq_wrapper{
	background:#f5f5f5;
}
.panel.panel-default{
	border:1px solid #e1e1e1;
	border-radius: 0px;
}
.panel-heading{
	padding:0;
	border:1px solid #18ba60;
}
.panel-heading a[aria-expanded="true"]{
	background:#18ba60;
	color:#fff;
}
.panel-heading a{
	position:relative;
	display:block;
}
.panel-heading a span{
	padding: 15px 15px;
    display: inline-block;
    font-size: 20px;
}
.panel-heading a span:after{
	content: "\f107";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 51px;
    text-align: center;
    padding: 14px;
    font-size: 20px;
    font-weight: bold;
}
.panel-heading a[aria-expanded="true"] span:after{
	content: "\f106";
    font-family: fontawesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 51px;
    text-align: center;
    padding: 14px;
    font-size: 20px;
    font-weight: bold;
}
/* faq section end */

/* footer section start */
.el_footer_wrapper{
    background: #011823;
}
.widget-title{
    color:#fff;
    padding-bottom: 20px;    
    border-bottom:2px solid #18ba60;
    margin-bottom: 30px;
}
.widget.contact input{
    width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
    height: 50px;
    color:#fff;
    background:none;
}
.widget.contact .form-control::-moz-placeholder{color:#fff;opacity:1}
.widget.contact .form-control:-ms-input-placeholder{color:#fff}
.widget.contact .form-control::-webkit-input-placeholder{color:#fff}
.widget.contact button{
    background:none;
    border:1px solid #18ba60;
}
.widget.text-widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.text-widget ul li{
    margin-bottom: 10px;
}
.widget.text-widget ul li:last-child{
    margin: 0;
}
.widget.text-widget ul li a{
    color:#fff;
    font-size: 17px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.widget.text-widget ul li a:hover{
    color:#18ba60;
}
.widget.text-widget ul li a i{
    color:#18ba60;
    margin-right: 10px;
}
.el_footer_caption{
    margin-bottom: 20px;
}
.el_footer_caption:after{
    width: 100%;
    display: table;
    content:"";
}
.el_footer_icon{
    float: left;
}
.el_footer_icon i{
    height: 40px;
    width: 40px;
    border: 1px solid #18ba60;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 9px 0px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.el_footer_caption:hover .el_footer_icon i{
    background:#18ba60;
}
.el_footer_content{
    float: right;
    width:calc(100% - 60px);
}
.el_footer_content p{
    color:#fff;
}
.el_footer_content p a{
    color:#fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_footer_content p a:hover{
    color:#18ba60;
}
/* footer section end */

/* footer2 section start */
.el_footer2_wrapper{
    background:#021119;
    text-align:center;
}
.widget-area .widget.text-widget p{
    color:#fff;
}
/* footer2 section end */

/* page title section start */
.el_page_title_wrapper{
    background:-webkit-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/page_title.jpg);
    background:-moz-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/page_title.jpg);
    background:-ms-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/page_title.jpg);
    background:-o-linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/page_title.jpg);
    background:linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/page_title.jpg);
    background-size:cover;
    background-position:bottom;
}
.el_page_title_caption{
    text-align: center;
}
.el_page_title_caption ul{
    background:none;
    padding:0;
    margin:0;
}
.el_page_title_caption ul li{
    color:#18ba60;
    font-weight:bold;
    font-size:17px; 
}
.el_page_title_caption ul li a{
    color:#fff;
}
/* page title section end */

/* about page start */
.el_about_wrapper.el_about_page{
	margin: 0;
}
.el_vision_wrapper{
    text-align: center;
}
.el_vission_icon{
    width: 70px;
    display: table-cell;
    text-align: center;
}
.el_vission_icon i{
    font-size: 35px;
    color: #18ba60;
    line-height: 70px;
    height:70px;
    width:70px;
    border:1px solid #e1e1e1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.el_vision_content{
     display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    text-align: left;
}
.el_vision_content h3{
    margin-bottom: 10px;
}
.el_vision_caption:hover .el_vission_icon i{
    background:#18ba60;
    color:#fff;
    border:1px solid #18ba60;
}
.el_vision_caption{
    display: inline-block;
    width:auto;
}
/* about page end */

/* loan page start */
.el_doc_caption{
	border:2px solid #e1e1e1;
}
.el_doc_caption h2{
	background: #18ba60;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}
.el_doc_caption h4{
	padding:20px 20px;
	border-bottom: 2px solid #e1e1e1;
}
.el_doc_caption ul{
	list-style: none;
	padding: 0;
    margin: 0;
}
.el_doc_caption ul li{
	padding:20px 0px;
	border-bottom:2px solid #e1e1e1;
}
.el_doc_caption ul li p{
	font-size: 18px;
    color: #666;
    padding: 0px 20px;
}

.el_doc_caption ul li i{
	color:#18ba60;
	margin-right: 10px;
}
.el_doc_caption ul li .el_sub_menu{
	padding: 20px 55px 0px;
	border:none;
}
.el_doc_caption ul li .el_sub_menu li{
	font-size:16px;
	margin-bottom: 15px;
	padding:0px 0px;
	color:#666;
	border:none;
}
.el_doc_caption .el_doc_menu li .el_sub_menu li:last-child{
	margin: 0;
}
/* loan page end */

/* contact page start */
.el_map_wrapper #map{
	height:500px;
}
.el_contact_form_group:after{
	width: 100%;
	content:"";
	display: table;
}
.el_contact_form_heading{
	text-align: center;
	margin-bottom: 40px;
}
.el_contact_form input{
	height:50px;
	width: 100%;
	padding:0px 20px;
	border-radius: 0px;
    box-shadow: none;
	margin-bottom: 30px;
}
.el_contact_form textarea{
	height:100px;
	width:100%;
	resize: none;
    box-shadow: none;
	padding:20px 20px;
	border-radius: 0px;
	margin-bottom: 30px;
}
.el_contact_form .el_button:before,
.el_contact_form .el_button:after{
    background: #fff;
}
.el_contact_form .el_button:hover{
	color:#18ba60;
}
.el_contact_content{
	padding:30px 20px 20px;
	text-align: center;
	border:2px solid #e1e1e1;
	position:relative;
	margin-bottom: 50px;
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.el_contact_content:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    height: 2px;
    width: 0;
    background: #18ba60;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_contact_content:after{
    content: "";
    position: absolute;
    top: -2px;
    right: 50%;
    height: 2px;
    width: 0;
    background: #18ba60;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_contact_content h3{
	margin-bottom: 10px;
}
.el_contact_content .el_contact_icon i{
	-webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.el_contact_content .el_contact_icon{
	height: 40px;
    width: 40px;
    font-size: 20px;
    background: #fff;
    color: #18ba60;
    border:2px solid #e1e1e1;
    position: absolute;
    padding: 4px 0px;
    top: -21px;
    left:50%;
    z-index: 10;
    -webkit-transform: translate(-50%) rotate(0deg);
    -moz-transform: translate(-50%) rotate(0deg);
    -ms-transform: translate(-50%) rotate(0deg);
    -o-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg);
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.el_contact_content:hover{
	box-shadow: 0px 7px 22px -8px;
	-webkit-transform:translate(0px,-3px);
	-moz-transform:translate(0px,-5px);
	-ms-transform:translate(0px,-5px);
	-o-transform:translate(0px,-5px);
	transform:translate(0px,-3px);
}
.el_contact_content:hover:after,
.el_contact_content:hover:before{
	width:50%;
	transition-delay: 0.26s;
}
.el_contact_content:hover .el_contact_icon{
	background:#18ba60;
	border:2px solid #18ba60;
	-webkit-transform: translate(-50%) rotate(45deg);
    -moz-transform: translate(-50%) rotate(45deg);
    -ms-transform: translate(-50%) rotate(45deg);
    -o-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
}
.el_contact_content:hover .el_contact_icon i{
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color:#fff;
}
/* contact page end */

/* blog single page start */
.widget.widget_search{
	margin-bottom: 30px;
}
.widget.widget_search form{
	position: relative;
}
.widget.widget_search form input{
	height: 50px;
    width: 100%;
    padding: 0px 70px 0px 20px;
    border-radius: 0px;
    box-shadow: none;
}
.widget.widget_search form i{
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: #18ba60;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
.widget-area .widget-title{
	color:#555;
	font-size: 25px;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:10px; 
	border:none;
}
.widget.widget_categories{
	margin-bottom: 30px;
}
.widget.widget_categories ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_categories ul li{
	margin-bottom: 0px;
    border-bottom: 2px solid #e1e1e1;
    padding: 15px 20px;
}
.widget.widget_categories ul li a{
	display: inline-block;
    font-size: 17px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.widget.widget_categories ul li a:hover{
	color:#18ba60;
}
.widget.widget_categories ul li a i{
	margin-right: 10px;
	color:#18ba60;
	font-weight:bold;
}
.widget.widget_archives{
	margin-bottom: 30px;
}
.widget.widget_archives ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_archives ul li{
	margin-bottom: 0px;
}
.widget.widget_archives ul li a{
	display: inline-block;
    width: 100%;
    font-size: 17px;
    padding: 15px 20px;
    border-bottom: 2px solid #e1e1e1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.widget.widget_archives ul li a:hover{
	color:#18ba60;
}
.widget.widget_archives ul li a i{
	margin-right: 10px;
	color:#18ba60;
	font-weight:bold;
}
.widget.widget_tags a{
	display: inline-block;
    background: #18ba60;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
    display:inline-table;
    position: relative;
    perspective: 1px;
    border:2px solid #18ba60;
    overflow:hidden;
    margin-right: 10px;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.widget.widget_tags a:before{
	content: "";
    position: absolute;
    top: 0;
    left: -13px;
    width: 0%;
    background: #fff;
    z-index: -1;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.widget_tags a:after{
	content: "";
    position: absolute;
    top: 0;
    right: -13px;
    width: 0%;
    background: #fff;
    z-index: -1;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.widget.widget_tags a:hover{
	color:#18ba60;
}
.widget.widget_tags a:hover:before,
.widget.widget_tags a:hover:after{
	width:70%;
}
.el_blog_item{
	border:2px solid #e1e1e1;
	margin-bottom: 50px;
}
.el_blog_item_content{
	padding:20px 30px;
}
.el_blog_item_content h2{
	margin: 10px 0px;
}
.el_blog_item_content ul{
	list-style: none;
	padding:0;
	margin: 0;
}
.el_blog_item_content ul li{
	display: inline-block;
	margin-right: 20px;
}
.el_blog_item_content ul li:last-child{
	margin-right: 0px;
}
.el_blog_item_content ul li i{
	margin-right: 10px;
	color:#18ba60;
}
.el_blog_item_content p{
	margin-top: 20px;
	text-align: justify;
}
.el_blog_item_content p span{
	float: left;
	margin-right: 30px;
}
.el_blog_item_content blockquote{
	margin: 20px 0px 0px 20px;
    border-left: 5px solid #18ba60;
    font-style: italic;
    font-weight:bold;
}
.el_blog_comment{
	margin-bottom: 50px;
}
.comment_area .comment-list{
	list-style: none;
	padding:0;
	margin: 0;
}
.comment_area .comment-list li{
	padding: 30px 0px;
	border-bottom: 2px solid #e1e1e1;
}
.comment_area .comment-list li .el_comment_caption .el_comment_img{
	width:125px;
	display: table-cell;
}
.comment_area .comment-list li .el_comment_caption .el_comment_text{
	display: table-cell;
	vertical-align: top;
}
.comment_area h2{
}
.el_comment_text h3{
	margin-bottom: 10px;
}
.el_comment_text h3 a{	
	float: right;
	font-size: 18px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_comment_text h3 a:hover{
	color:#18ba60;
}
.comment_area .comment-list li ul.children li{
	list-style:none;
	padding-bottom: 0px;
	border:none;
}
.el_blog_comment_form form h2{
	margin-bottom: 20px;
}
.el_form_group textarea{
	border-radius:0px;
	height:100px;
	width: 100%;
	resize: none;
	padding:20px;
    box-shadow: none;
	margin-bottom: 20px;
}
.el_form_group input{
	height: 50px;
	width: 100%;
	border-radius:0px;
    box-shadow: none;
	padding:0px 20px;
	margin-bottom: 20px;
}
.el_blog_form:after{
	content:"";
	width:100%;
	display: table;
}
.el_blog_form{
	margin-left: -15px;
    margin-right: -15px;
}
.el_form_group .el_button{
	background:#18ba60;
}
.el_form_group .el_button:before,
.el_form_group .el_button:after{
    background: #fff;
}
.el_form_group .el_button:hover{
	color:#18ba60;
}
/* blog single page end */

/* blog 2 column page start */
.el_blog_img img{
	width:100%;
}
/* blog 2 Column page end */

/* Masonary Blog page start */
.el_img_overlay a{
	display: inline-block;
	margin-right: 20px;
	color:#fff;
}
.el_img_overlay a i{
	color:#18ba60;
	margin-right: 10px;
}
.el_masonary_blog .grid{
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
}
.el_masonary_blog .grid li{
	float: left;
	width: 33%;
	padding:0px 15px;
	margin-bottom: 30px;
}
.el_masonary_blog .grid li a{
	display:initial;
	max-width: 100%;
}
.el_blog_content .el_button{
    color:#fff;
    display: inline-block !important;
}
.el_blog_content .el_button:before,
.el_blog_content .el_button:after{
    background: #fff;
}
.el_blog_content .el_button:hover{
    color:#18ba60;
}
/* masonary blog column page end */



/* responsive start */
@media(min-width:1200px){
.el_testimonial_img:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    border: 15px solid transparent;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-left: 20px solid #fff;
    height:0;
    width:0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_testimonial_caption:hover .el_testimonial_img:before{
	right:-32px;
}
}

@media (min-width:992px) and (max-width: 1200px){
.el_team_wrapper{
	text-align: center;
}
.el_team_img{
	float: none;
	display: inline-block;
	width: auto;
}
.el_service_caption{
	padding:50px 0px 20px 0px;
}
.el_testimonial_content{
	margin:0; 
}
.el_testimonial_img:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    border: 15px solid transparent;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    border-left: 20px solid #fff;
    height:0;
    width:0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.el_testimonial_caption:hover .el_testimonial_img:before{
	right:-32px;
}
.el_masonary_blog .grid li .el_img_overlay a{
    display: block;
    margin-bottom: 10px;
}
.el_masonary_blog .grid li a:last-child{
    margin-bottom: 0px; 
}
}

@media(max-width:991px){
.el_team_wrapper{
	text-align: center;
}
.el_team_img{
	float: none;
	display: inline-block;
	width: auto;
}
.el_testimonial_content{
	width:100%;
}
.el_testimonial_caption{
	text-align: center;
}
.el_testimonial_img{
	float: none;
    width: auto;
    display: inline-block;
    margin-bottom: 20px;
}
.el_testimonial_img:before{
	content: "";
    position: absolute;
    border: 15px solid transparent;
    border-top: 20px solid #fff;
    height: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    bottom: 0px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    left: 50%;
}
.el_testimonial_caption:hover .el_testimonial_img:before{
	bottom:-34px;
}
.el_masonary_blog .grid li{
    width: 50%;
}
@media(max-width:991px) and (orientation:landscape){
.el_banner_wrapper{
    height: 400px;
    position: initial;
}
.el_banner_wrapper .container{
    position: initial;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.el_about_wrapper{
    margin: 0;
}
.el_social_icons h2{
    display: none;
}
.particles-js{
    position: initial;
}
.particles-js-canvas-el{
    display: none !important;
}
}

@media (max-width: 767px){
.el_slider{
	padding:150px 0px;
}
.el_banner_caption span{
	font-size: 35px;
}
.el_masonary_blog .grid li{
    width: 100%;
}
}

@media (max-width: 480px){
.comment_area .comment-list li .el_comment_caption .el_comment_img{
	display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.el_masonary_blog .grid li .el_img_overlay a{
    display: block;
    margin-bottom: 10px;
}
.el_masonary_blog .grid li a:last-child{
    margin-bottom: 0px; 
}
.el_blog_item_content p span{
    display: block;
    float: none;
    margin-bottom: 30px;
    margin-right: 0px;
    text-align: center;
}
}
/* responsive end */