@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

body {
	font-family: "Montserrat", sans-serif  !important;
	font-size:14px;
	color:#777777;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#08c8af;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Montserrat', sans-serif ; 
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

p{
	position:relative;
	line-height:1.8em;	
}

.bl_cl{
	color:#2a3b9b !important;
}

.bl_bg{
	background:#2a3b9b !important;
}

.rd_cl{
	color:#e20004 !important;
}

.rd_bg{
	background:#e20004 !important;
}


.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding:12px 34px 12px;
	line-height:24px;
	background:#222495;
	color:#ffffff;
	font-size:13px;
	cursor: pointer;
	font-weight:700;
	border-radius: 1px;
	letter-spacing:1px;
	border:2px solid #222495;
	text-transform:uppercase;
}

.btn-style-one:hover{
	background:#222222;
	border-color:#222222;
	color:#ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:14px 36px 14px;
	line-height:24px;
	background:#2a3b9b;
	color:#fff;
	font-size:13px;
	font-weight:800;
	border-radius: 2px;
	letter-spacing: 1px;
	border:2px solid #2a3b9b;
	text-transform:uppercase;
	cursor:pointer;
}

.btn-style-two:hover{
	background:none;
	color:#2a3b9b;
	border-color:#2a3b9b;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	padding:14px 36px 14px;
	line-height:24px;
	background:#ffe361;
	color:#151515;
	font-size:13px;
	font-weight:800;
	border-radius: 2px;
	letter-spacing: 1px;
	border:2px solid #ffe361;
	text-transform:uppercase;
}

.btn-style-three:hover{
	background:none;
	color:#ffe361;
	border-color:#ffe361;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	padding:14px 43px 14px;
	line-height:24px;
	background:#e20909;
	color:#ffffff;
	font-size:13px;
	font-weight:800;
	border-radius: 2px;
	letter-spacing: 1px;
	border:2px solid #e20909;
	text-transform:uppercase;
}

.btn-style-four:hover{
	background:none;
	color:#e20909;
	border-color:#e20909;
}

/*Social Icon One*/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-right:0px;
	color:#222222;
	font-size:18px;
	margin-left:12px;
	display:inline-block;
}

.social-icon-one li a{
	position:relative;
	width:30px;
	height:30px;
	font-size:15px;
	color:#11100f;
	font-weight:400;
	text-align:center;
	line-height:30px;
	border-radius:50px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ffffff;
}

.social-icon-one li a:hover{
	color:#ffffff;
	background-color:#e20909;
}

.theme_color{
	color:#08c8af;
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-size:100px; background-image:url(../img/preloader.svg);}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.scroll-to-top{
	position:absolute;
	right:30px;
	top:-60px;
	width:50px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:58px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#e20909;
	display:none;
	border-radius:50px 50px 0px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top span{
	position:relative;
	display:inline-block;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	transform:rotate(-90deg);
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#e20909;
}

.sec-title{
	position:relative;
	margin-bottom: 24px;
}

.sec-title h2{
	position:relative;
	color:#161616;
	font-size:55px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom: 10px;
}

.sec-title .text{
	position:relative;
	color: #e20909;
	font-size: 21px;
	line-height: 1.8em;
}

.sec-title.centered{
	text-align: center;
}

.sec-title.light h2,
.sec-title.light .text{
	color:#ffffff;
}

.main-header{
	position:absolute;
	z-index:999;
	width:100%;
}

.main-header .header-top{
	position:relative;
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:18px 0px 9px;
}

.main-header .header-top .top-left .links{
	position:relative;
	float:left;
}

.main-header .header-top .top-left .links li{
	position:relative;
	float:left;
	margin-right:18px;
	line-height:1em;
	color:#ffffff;
	padding-right:18px;
}

.main-header .header-top .top-left ul li:last-child{
	margin-right:0px;
	padding-right:0px;
}

.main-header .header-top .top-left .links li:last-child:after{
	display:none;	
}

.main-header .header-top .top-left .links li .icon{
	position:relative;
	top:0px;
	color:#ffffff;
	font-size:18px;
	line-height:24px;
	margin-right:10px;
}

.main-header .header-top .top-left .links li a{
	position:relative;
	line-height:22px;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .header-top .top-left .links li a:hover{
	color:#e20909;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	padding: 16px 0px 4px;
}

.main-header .header-top .top-right .links li{
	position:relative;
	color:#808080;
	font-size:14px;
	float:left;
	line-height:1.6em;
	margin-right:20px;
}

.main-header .header-top .top-right .links li span{
	position:relative;
	margin:0px 5px;
}

.main-header .header-top .top-right .links > li > a{
	position:relative;
	color:#ffffff;
	font-size:15px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .header-top .top-right .links > li > a:hover{
	color:#e20909;
}

.main-header .header-top .top-right .links{
	position:relative;
	float:left;
	top:3px;
}

.main-header .header-top .top-right .links > li:last-child{
	margin-right:0px;
}

.main-header .header-top .top-right .social-icon-one{
	float:left;
	margin-left:15px;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header .nav-toggler{
	position:absolute;
	top:50%;
	margin-top:0px;
	display: block;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	color:#444444;
	text-align:center;
	font-size:24px;
	line-height:34px;
	font-weight:normal;
	background:none;
}

.main-header .header-upper{
	position:relative;
}

.main-header .header-upper .header-upper-inner{
	background-color:#ffffff;
	position:relative;
	padding-left: 32px;
}

/*.main-header .header-upper:before{
	position:absolute;
	content: '';
	left: 0px;
	bottom: -42px;
	width: 100%;
	height:42px;
}*/

.main-header .header-upper .contact-number{
	position:relative;
	float: left;
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	padding:12px 0px 12px 32px;
	border-left: 1px solid #dde4db;
}

.main-header .header-upper .contact-number .number-inner{
	position:relative;
	padding-left: 35px;
	line-height:30px;
}

.main-header .header-upper .contact-number .icon{
	position:absolute;
	left: 0px;
	top: 0px;
	color: #e20909;
	font-size: 28px;
	line-height: 1em;
}

.main-header .nav-outer{
	position:relative;
}

.main-header .header-upper .logo-box{
	padding: 0px 0px 0px;
	margin-right:30px;
	top: -6px;
    position: absolute;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
	background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.main-header .header-upper .logo-box .logo a{
	display:block;
}

.main-header .header-upper .logo-box .logo a img{
	width:84px;
	height:92px;
}


.main-header .header-upper .btn-box{
	position: absolute;
	right: 24px;
	top: 24px;
}

/*Language Dropdown*/

.main-header .language .dropdown-menu{
	top:100%;
	left:0px;
	width:160px;	
	border-radius:0px;
	margin-top:16px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #e20909;
}

.main-header .language > a{
	padding:0px 0px;
	background:none !important;
    border:0px;	
	border-radius:0px;
}

.main-header .language > a:after,
.main-header .language > .dropdown-btn{
	display:none;
}

.main-header language a:hover{
	background:none;
}

.main-header .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	width:100%;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .language .dropdown-menu > li > a{
	padding:8px 15px !important;
	color:#ffffff !important;
	text-align:left;
	display:block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#e20909;
}

.main-menu{
	position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navbar-collapse{
	padding:0px;
	justify-content: center;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding-right:22px;
	margin-right:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*.main-menu .navigation > li:after{
	position:absolute;
	 content: "\f005";
	right:0px;
	top:50%;
	color:#e20909;
	font-size:10px;
	margin-top:-13px;
	font-family: 'FontAwesome';
}*/

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li > a{
	color:#444444 !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color:#e20909;
	background-color:inherit !important;
}

.sticky-header .nav-outer .options-box{
	margin-top:26px;
}

.main-header .header-upper .upper-right{
	padding-top:32px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:35px;
	font-size:14px;
	color:#98b2c4;
	text-align:left;
	text-transform:uppercase;
	padding:0px 0px 0px 50px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	color:#e20909;
	font-size:36px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	color:#7c7b7b;
	font-size:18px;
	font-weight:400;
	line-height:1.2em;
	text-transform:capitalize;
}

.main-header .info-box li strong{
	color:#262626;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.header-style-three{
	position:relative;
}

.wlcms{
	text-align: center;
}

.wlcms h1{
	font-size: 90px;
	margin-bottom:10px;
	line-height: 1.3;
	font-family: "Serendipity One Regular" !important;
	text-align: center;
	color: #006b3f;
}

.wlcms h2{
	text-transform: uppercase;
	color: #2a3b9b;
	font-size: 80px;
	letter-spacing: 5px;
	font-weight: bold;
	margin: 0;
	font-family: cambria;
	line-height: normal;
}

.wlcms h4{
	text-transform: uppercase;
	color: #e20004;
	letter-spacing: 15px;
	font-family: fantasy;
	margin: 0;
	line-height: normal;
	font-size: 3rem;
}

.wlcms span{
	display: inline-block;
	background: #fff;
	color: #006b3f;
	font-size: 3em;
	line-height:1;
	padding:5px 48px;
	letter-spacing: 7px;
	font-weight: bold;
	border-radius: 20px;
	font-family:"Montserrat", sans-serif;
	box-shadow: 0px 0px 7px #e20909;
}


/**************************/


.blockquote-wrapper {
   display: flex;
   height: 100vh;
   padding: 0 20px;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: fantasy;
    max-width: 620px;
    margin: 80px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    font-family: cambria;
    position: relative; /* for pseudos */
    color: #e74848;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #e74848;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -62px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #292a2b;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}


/**************************/


/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #e8f1f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:9px 0px 9px;
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#3e3e3e;
	text-align:center;
	line-height:30px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	font-weight:700;
	padding:35px 0px;
	font-size:13px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:0px;
	margin-right:0px;
}

.sticky-header .main-menu .navigation > li:before,
.sticky-header .main-menu .navigation > li:after{
	display:none;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-header.light-version .main-menu .navigation > li.current > a{
	opacity:1;
	color:#e20909;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding: 0px 0px;
	background-color: #ffffff;
	border-top: 3px solid #e20909;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul:before{
	position:absolute;
	content:'';
	left:0px;
	top:-30px;
	width:100%;
	height:30px;
	display:block;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 16px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#7c7b7b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .main-menu .navigation > li > a{
	padding:19px 0px;
}

.sticky-header .main-menu .navigation > li > a:before{
	display: none;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;
	background:#e20909;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:15px;
	top:14px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
	background-color: #ffffff;
	border-top: 3px solid #e20909;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom: 1px solid #f4f2f2;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 18px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	text-transform:capitalize;
	color:#7c7b7b;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#e20909;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right: 5px;
	top:6px;
	width:30px;
	font-size:23px;
	height:30px;
	text-align:center;
	color:#ee2d50;
	line-height:28px;
	border:1px solid #ee2d50;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider .slide{
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}

.main-slider .content{
	position:relative;
	padding:320px 0px 240px;
}

.main-slider .content .rating{
	position:relative;
	opacity:0;
	text-align:center;
	margin-bottom:20px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
}

.main-slider .content .rating .fa{
	position:relative;
	color:#ffeb40;
	font-size:20px;
	margin:0px 4px;
}

.main-slider .active .rating{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 600ms;
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:90px;
	font-weight:700;
	line-height:1.1em;
	opacity: 0;
	text-align:center;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider h2 span{
	display:block;
	color:#ffeb40;
}

.main-slider .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider .owl-dots{
	position: absolute;
    left: 50%;
    bottom: 150px;
    max-width: 100px;
    margin-left: -50px;
    width: 100%;
	display: none;
    text-align: center;
}

.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display:inline-block;
	border:1px solid #e20909;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background-color: #e20909;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
	height:100%;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-40px;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	color:#ffffff;
	font-size:24px;
	text-align: center;
	line-height: 48px;
	border:1px solid rgba(255,255,255,0.70);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	right: 50px;
	width: 50px;
	height: 50px;
	color:#ffffff;
	font-size:24px;
	text-align: center;
	line-height: 48px;
	border:1px solid rgba(255,255,255,0.70);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#ffffff;
	border-color:#e20909;
	background-color:#e20909;
}

.stgps{
	text-align: center;
    background: #fff;
    margin-top: -3em;
    border-radius: 20px;
}

.stgps h1{
	font-weight:bold;
	color:#212121;
}

.gplst{
	background:#fff;
	border-radius:5px;
	padding: 3em 25px;
	height:100%;
	display:flex;
	position:relative;
	flex-direction:column;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
	border:1px solid transparent;
	-webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.gplst:before{
	content: '';
    position: absolute;
    width: 70%;
    height: 10px;
    top: 0;
    background: #2a3b9b;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 0 0 10px 10px;
}

.gplst:hover{
	border:1px solid #2a3b9b;
}

.gplst .gpsmg{
	width:150px;
	height:150px;
	margin: 0px auto;
	border-radius: 50%;
	border: 1px solid #f2f3f3;
	overflow: hidden;
	padding: 3px;
}

.gplst .gpsmg img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	padding: 4px;
	border: 1px solid #f2f3f3;
}

.gplst .gpsinf{
	margin-top:10px;
	text-align:center;
}

.gplst .gpsinf h3{
	font-weight:bold;
	font-size:2em;
	color: #212121;
}

.gplst .gpsinf span{
	color: #6a7676;
	display:block;
	font-size: 15px;
	font-weight: bold;
}

.gplst .gpsinf p{
	color: #6a6969;
	margin: 0;
}


.gplst.gpcoms{
	padding:0 0 2em 0;
}

.gplst.gpcoms h3{
	font-weight:bold;
	color:#fff;
	font-size:1.5rem;
	background:#2a3b9b;
	padding:10px 20px;
	border-radius:0 0 10px 10px;
	text-align:center;
}

.gplst.gpcoms h4{
	font-weight:bold;
	text-align:left;
	color:#212121;
	padding:0 20px;
}

.gplst.gpcoms .gpsinf ul li i{
	color:#2a3b9b;
}

.lstmh{
	background:#fff;
	border-radius:5px;
	padding: 1em 0px;
	position:relative;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
	border:1px solid transparent;
}

.lstmh h3{
	background:#2a3b9b;
	color:#fff;
	font-size:2em;
	margin:0;
	padding:0 5px;
	font-weight:bold;
	text-align:center;
}

.lsth{
    background:#fff;
	border-radius:5px;
	position:relative;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

.lsth span{
    font-size:medium;
}

.scpk{
	background:#2a3b9b;
	display:flex;
	padding:0;
	min-height:80px;
	color:#fff;
	justify-content:space-around;
	align-items:center;
	position:relative;
}

.spkimg{
	width:100%;
	position:relative;
}

.spkimg .gpsmg{
	padding: 3px;
	border-radius: 20px;
    position: absolute;
	top: -90px;
    left: 10px;
	border: 1px solid #f2f3f3;
	overflow: hidden;
    width: 100%;
    height: 150px;
    background: #fff;
}

.spknms{
	text-align:center;
	line-height:1.2;
	font-size:2em;
}

.spkimg .gpsmg img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	padding: 4px;
}

.psspk{
	position: absolute;
    top: 20px;
    width: 66.666667%;
	font-weight:bold;
    left: auto;
    right: 0;
    text-align: center;
    font-size: 1.4em;
}

.lstmh h3:before,.lstmh h3:after,.scpk:before,.scpk:after{
	content: '';
    position: absolute;
    width: 7px;
    height: 80%;
    top: 50%;
    background: #fff;
    left: 0;
    border-radius: 0 15px 15px 0;
    transform: translate(0, -50%);
}

.lstmh h3:after,.scpk:after{
	left:auto;
	right:0;
	border-radius:15px 0 0 15px;
}

.lstmh span{
	display:block;
	margin-top:5px;
	font-weight:500;
	text-align:center;
	color:#f3f33;
	padding:10px 20px;
	font-size:20px;
}


.desccong{
	background:#fff;
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15);
	border:1px solid transparent;
}

.desccong:hover{
	border-color:#2a3b9b;
}

.desccong:before{
	content: '';
    position: absolute;
    width: 10px;
    height: 70%;
    top: 50%;
    background: #2a3b9b;
    left: 0;
    transform: translate(0, -50%);
    border-radius: 0 10px 10px 0;
}

.anscg .desccong:before{
	right:0;
	left:auto;
	border-radius:10px 0 0 10px;
}

.congbtn{
	
}

.congshfimg{
	position:relative;
	left:-76px;
}


.chnmp{
	background: #a10909;
    color: #fff;
    width: 95%;
    margin: 0 auto;
    margin-top: -10px;
    z-index: 1;
    border-radius: 10px;
}

.chnmp strong{
	margin-left:10px;
}

.chnmp h4{
	color:#fff !important;
	text-align:center !important;
}



.conc-info {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.conc-info .address i, .conc-info .phone i,.conc-info .email i {
  font-size: 20px;
  color: #2a3b9b;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.conc-info .social-links a{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.conc-info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.conc-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
  font-weight:bold;
}

.conc-info .email, .conc-info .phone {
  margin-top: 40px;
}

.conc-info p a{
	color:#2a3b9b;
	font-weight:bold;
}

.conc-info .email:hover i, .conc-info .address:hover i, .conc-info .phone:hover i {
  background: #2a3b9b;
  color: #fff;
}


.social-links{
	display: flex;
    justify-content: space-between;
}


.congbtn a{
	display: block;
    background: #fff;
    padding: 7px 12px;
    font-size: 23px;
    border-radius: 20px;
    color: #2a3b9b;
	border:1px solid transparent;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.congbtn a:hover{
	background:#2a3b9b;
	border-color:#2a3b9b;
	color:#fff;
}

.social-links a {
      font-size: 30px;
    display: inline-block;
    background: #fff;
    color: #fff;
    line-height: 1.2;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}


.social-links a:nth-child(1) {color:#3a7ae6;}
.social-links a:nth-child(2) {color:#33ccff;}
.social-links a:nth-child(3) {color:#dc4a38;}
.social-links a:nth-child(4) {color:#e10606;}
.social-links a:nth-child(5) {color:#41b2dc;}
.social-links a:nth-child(6) {color:#00e1ae;}

.congbtn.social-links a:hover{
	background:#fff;
}


.form-row {
    position: relative;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 50px;
}

.contact .php-email-form {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #2a3b9b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #61b959;
}

.sdnote {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
	background:#fff;
}

.msdf {
    border-right: 5px solid #8f288c;
    border-left: 5px solid #383094;
    padding: 0 30px;
    border-radius: 20px;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);
}

.tmth {
    position: relative;
    text-align: center;
}

.tmth h4 {
    position: relative;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.sdnote p{
	color:#212121;
}




/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding-bottom: 100px;
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#f5f5f5;
}

.services-section.tpabout::before{
	position: fixed;
    content: '';
    background: url(../img/bible-art.png);
    padding-bottom: 100px;
    background-position: left center;
    background-repeat: no-repeat;
    width: 60%;
    display: block;
    background-size: cover;
    top: -28px;
    height: 100%;
    opacity: 0.1;
}

.services-section .upper-section{
	position:relative;
	padding-bottom: 70px;
	margin-top:-50px;
	z-index:1;
}

/* Services Block */

.services-block{
	position:relative;
	margin-bottom:30px;
}

.services-block .inner-box{
	position:relative;
	padding:22px 24px;
	background-color:#ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.services-block .inner-box .content{
	position:relative;
	min-height:180px;
	padding-top:15px;
}

.services-block .inner-box .content .image{
	position:absolute;
	left:0px;
	top:0px;
	width:133px;
	min-height:180px;
	display:block;
}

.services-block .inner-box .content .image img{
	width:100%;
	display:block;
}

.services-block .inner-box .content .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
	text-align:center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.services-block .inner-box .content .image .overlay-box:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(255,235,64,0.90);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.services-block .inner-box .content .image .overlay-box .overlay-inner{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 43px;
}

.services-block .inner-box .content .image .overlay-box .overlay-inner .icon-box{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block .inner-box .content .image .overlay-box .overlay-inner .icon{
	position:relative;
	color:#000000;
	font-size:56px;
	line-height:1em;
}

.services-block .inner-box:hover .content .image .overlay-box::before{
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.services-block .inner-box:hover .content .image .overlay-box{
	opacity:1;
}

.services-block .inner-box .content h3{
	position:relative;
	font-size:24px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:10px;
}

.services-block .inner-box .content h3 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box .content h3 a:hover{
	color:#e20909;
}

.services-block .inner-box .content .text{
	position:relative;
	color:#5c5c5c;
	font-size:16px;
	line-height:1.6em;
}

.services-section .lower-section{
	position:relative;
}

.services-section .lower-section .image-column{
	position:relative;
}

.services-section .lower-section .image-column .inner-column{
	position:relative;
}

.services-section .lower-section .image-column .inner-column .image .icon{
	position:absolute;
	left:-60px;
	bottom:-60px;
}

.services-section .lower-section .image-column .inner-column .image{
	position:relative;
}

.services-section .lower-section .image-column .inner-column .image img{
	position:relative;
	display:block;
	margin:0 auto;
}

.services-section .lower-section .content-column{
	position:relative;
}

.services-section .lower-section .content-column .inner-column,.hddsg{
	position:relative;
	padding-left:10px;
}

.services-section .lower-section .content-column .inner-column h2,.hddsg h2{
	position:relative;
	color:#161616;
	font-size:35px;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:22px;
}

.services-section .lower-section .content-column .inner-column h2:after,.hddsg h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:172px;
	height:5px;
	background:url(../img/seperater.png) no-repeat;
}

.services-section .lower-section .content-column.ldrmsg .inner-column h2:after,.hddsg h2:after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%, 0px);
}

.services-section .lower-section .content-column .inner-column h3{
	position:relative;
	color:#000000;
	font-size:21px;
	font-weight:400;
	line-height:1.2em;
}

.services-section .lower-section .content-column .inner-column .text{
	position:relative;
	margin-top:15px;
	color:#5c5c5c;
	font-size:16px;
	line-height:1.5em;
	margin-bottom:25px;
}






    
.event-bx{
	/*box-shadow:0 0 15px 0 rgba(29,25,0,0.25);*/
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	
}

.evpst .item{
	height:100%;
}

.evpst .action-box{
    height: 230px;
    background-size: cover !important;
    background-position: center !important;
}

.evpst .action-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:top center;
}

.upcoming-event-carousel{
	margin-top:-15px;
}
.upcoming-event-carousel .item{
	padding:15px;
}
.event-bx .info-bx{
	padding:10px;
	border:1px solid #ccc;
}
.event-time{
	color: #fff;
    background-color: #1E446C;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 20px;
}
.event-time .event-date{
	font-size: 55px;
    font-weight: 700;
    line-height: 55px;
}
.event-info .event-title a{
	font-weight:500;
	margin-bottom:5px;
	font-size:24px;
	color:#1E446C;
	cursor:pointer;
}
.event-info .media-post{
	margin-bottom:10px;
	padding:0;
	border-bottom:1px solid #ccc;
}

.media-post li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
  margin-right: 5px;
}

.event-info li span{
	text-transform: capitalize;
    font-size: 14px;
	color:#757575;
}
.event-info p{
	color: #454545;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}
.upcoming-event-carousel  .owl-item {
	box-shadow: none;
    transform: scale(0.9);
	transition: all 0.5s;
	opacity:0.4;
}
.upcoming-event-carousel .owl-item .item{
	padding:0;
}
.upcoming-event-carousel .owl-item.active.center .item{
	padding:15px 0;
}
.upcoming-event-carousel .owl-item.active.center{
    transform: scale(1);
	transition: all 0.5s;
	opacity:1;
}

.upcoming-event-carousel.owl-btn-1 .owl-nav{
	display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

.upcoming-event-carousel .owl-dots {
  text-align: center;
  padding-top: 15px;
  margin-top:-25px;
}

.upcoming-event-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #3696c2;
  margin: 0 3px;
}

.upcoming-event-carousel .owl-dots .owl-dot.active {
  background-color: #d61e28;
}

.upcoming-event-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.upcoming-event-carousel.owl-btn-1 .owl-prev,
.upcoming-event-carousel.owl-btn-1 .owl-next{
	margin: 0 100px !important;
    font-size: 20px;
    background-color:#449efb;
    width:50px;
	border:1px solid transparent;
	color:#fff;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.upcoming-event-carousel.owl-btn-1 .owl-prev:hover,
.upcoming-event-carousel.owl-btn-1 .owl-next:hover{
	background-color: transparent;
	color:#449efb;
	border-color:#449efb;
}

.pagination__option{
	text-align:center;
}

.pagination__option a{
	border: 1px solid #449efb;
    background: #449efb;
    color: #fff;
    display: inline-block;
    padding: 1px 20px;
    font-size: 25px;
    border-radius: 0 20px 20px 0;
}

.pagination__option a:first-child{
	border-radius: 20px 0 0 20px;
}

.pagination__option span{
	border: 2px solid #449efb;
    background: #1e446c;
    color: #fff;
    display: inline-block;
    padding: 9px 20px;
    font-size: 15px;
    position: relative;
    top: -4.5px;
}


@media all and (max-width: 992px) {
	
	.event-time .event-date{
		font-size: 30px;
		line-height: 30px;
	}
	.event-month{
		font-size:12px;
	}
	.event-time{
		padding: 10px 8px;
	}
	.event-bx .info-bx {
		padding: 20px;
		position:relative;
	}
	.event-info .event-title{
		 font-size: 20px;
	}
	.upcoming-event-carousel.owl-btn-1 .owl-prev, 
	.upcoming-event-carousel.owl-btn-1 .owl-next{
		margin: 0 50px !important;
	}
	
}


/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;
	padding-top: 90px;
	z-index:1;
}

.map-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 591px;
	background-size:cover;
	background-repeat:no-repeat;
}

.map-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(193,0,0,0.94);
}

.map-section h2{
	position:relative;
	color:#ffffff;
	font-size: 42px;
	font-weight:700;
	line-height:1.2em;
	text-align:center;
	margin-bottom:50px;
}

.map-section h2 span{
	position:relative;
	display:block;
	color:#ffe361;
	margin-top: 1px;
}

.map-section .map-box{
	position:relative;
}

.map-section .map-box .map-canvas{
	position:relative;
	height:450px;
	border:12px solid #ffffff;
	box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.services-section-two{
	position:relative;
	padding: 100px 0px 36px;
}

/* Services Block Two */

.services-block-two{
	position:relative;
	margin-bottom:60px;
}

.services-block-two .inner-box{
	position:relative;
	text-align:center;
}

.services-block-two .inner-box .icon-box{
	position:relative;
	font-size:70px;
	line-height:1em;
	color:#4c4c4c;
	margin-bottom:12px;
}

.services-block-two .inner-box h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:16px;
	margin-bottom:15px;
}

.services-block-two .inner-box h3:after{
	position:absolute;
}

.services-block-two .inner-box h3 a{
	position:relative;
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-two .inner-box h3 a:hover{
	color:#e20909;
}

.services-block-two .inner-box h3:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:5px;
	background:url(../img/seperater-1.png) center center no-repeat;
}

.services-block-two .inner-box .text{
	position:relative;
	color:#5c5c5c;
	font-size:16px;
	line-height:1.7em;
}


.accordian-section{
	position:relative;
	padding: 100px 0px 30px;
	background-color:#232323;
	background-position:left top;
	background-repeat:no-repeat;
}

.accordian-section .accordian-column{
	position:relative;
	margin-bottom:40px;
}

.acc-dwn{
	position:relative;
	z-index:10;
	margin-bottom:30px;
}

.acc-dwn .block{
	position:relative;
	margin-bottom:28px;
	background-color:#ffffff;
}

.acc-dwn .block:last-child{
	margin-bottom:0px;
}

.acc-dwn .block:last-child .acc-btn{
	border:0px;
}

.acc-dwn .block .acc-btn{
	position:relative;
	font-size:21px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:24px;
	font-weight:700;
	overflow:hidden;
	color:#000000;
	padding: 10px 20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.acc-dwn .block .acc-btn.active{
	background-color:#2a3b9b;
	color:#ffffff;
}

.acc-dwn .block .acc-btn .icon-outer{
	position:absolute;
	right: 23px;
	top:50%;
	font-size:20px;
	color:#e20909;
	line-height:26px;
	text-align:center;
	border-radius:50%;
	font-weight:600;
	margin-top:-16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.acc-dwn .block .acc-btn .icon-outer .icon{
	position: relative;
    top: 50%;
    display: block;
	width:32px;
	height:32px;
	color:#e20909;
	line-height:32px;
	text-align:center;
	border-radius:50%;
}

.acc-dwn .block .acc-btn.active .icon-outer .icon-plus{
	opacity:1;
	color:#ffffff;
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.acc-dwn .block .icon-outer .icon-minus{
	opacity: 0;
    font-weight: 700;
}

.acc-dwn .block.active-block .icon-minus{
	opacity:0;
	color:#ffffff !important;
	margin-top:-32px;
	border-color:#0a15a9;
}

.acc-dwn .block .acc-content{
	position:relative;
	display:none;
	background-color:#ffffff;
}

.acc-dwn .block .acc-content.current{
	display:block;	
}

.acc-dwn .block .content{
	position:relative;
	font-size:15px;
	padding: 21px 30px 25px 30px;
}

.acc-dwn .block .content p{
	margin-bottom:10px;
	line-height:1.8em;
	font-size:16px;
	color:#444444;
}

.acc-dwn .block .content p:last-child{
	margin-bottom:0px;	
}

.accordian-section .content-column{
	position:relative;
}

.accordian-section .content-column .inner-column{
	position:relative;
	padding-left:15px;
	margin-bottom:40px;
}

.accordian-section .content-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:35px;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:26px;
}

.accordian-section .content-column .inner-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:172px;
	height:5px;
	background:url(../img/seperater.png) no-repeat;
}

.accordian-section .content-column .inner-column h3{
	position:relative;
	color:#ffffff;
	font-size:21px;
	font-weight:400;
	line-height:1.2em;
}

.accordian-section .content-column .inner-column .text{
	position:relative;
	margin-top:22px;
	color:#ffffff;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:35px;
}


.expert-section{
	position:relative;
	padding: 86px 0px 60px;
	background-color:#f5f5f5;
	background-size:cover;
}

.team-block{
	position:relative;
	margin-bottom: 30px;
}

.team-block .inner-box{
	position:relative;
	padding: 30px 5px;
}

.team-block .inner-box .image{
	position:relative;
	width:100%;
	height:269px;
	overflow:hidden;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top center;
	display:block;
	border-radius: 5px;
}

.team-block .inner-box .lower-content{
	position: relative;
	padding-top: 25px !important;
	text-align: center;
	background: #fff;
	top: -35px;
	padding: 13px 5px;
	margin: 0px 9px;
	border-radius: 0px 0 10px 10px;
}

.team-block .inner-box .lower-content h3{
	position:relative;
	font-size:24px;
	color:#000000;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:6px;
}

.team-block .inner-box .lower-content h3 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .lower-content h3 a:hover{
	color:#e20909;
}

.team-block .inner-box .lower-content .designation{
	position:relative;
	font-size: 16px;
	color:#e20909;
	margin-bottom: 7px;
}

.team-block .inner-box .lower-content .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}


.clients-section{
	position:relative;
	padding:40px 0px 40px;
}

.clients-section:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(193,0,0,0.95);
}

.clients-section .sponsors-outer{
	position:relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	margin-bottom: 0;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:0.6;
}


.main-footer{
	position:relative;
	padding:30px 0px 0px;
	background-color:#2a3b9b;
}

.main-footer.alternate{
	padding-top:200px;
	margin-top:-100px;
}

.main-footer .widgets-section{
	position:relative;
	padding-bottom:25px;
}

.main-footer .widgets-section .footer-column{
	position:relative;
	margin-bottom:30px;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:15px;
}

.main-footer .widgets-section .logo-widget .text{
	position:relative;
	font-size: 15px;
	font-weight:400;
	color:#ffffff;
	line-height:1.7em;
	margin-bottom:25px;
}

.main-footer .widgets-section .logo-widget .social-icon-one li{
	margin-left:0px;
	margin-right:10px;
}

.main-footer .widgets-section h2{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:30px;
}

.brnlgs{
	
}

.ftcont h3{
	font-size: 1rem;
}

/* Post Block */

.recent-post .post-block{
	position:relative;
	margin-bottom:20px;
}

.recent-post .post-block .text{
	position:relative;
	font-size: 17px;
	color:#ffffff;
	margin-bottom: 4px;
}

.recent-post .post-block .text a{
	position:relative;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.recent-post .post-block .text a:hover{
	color:#ef1414;
}

.recent-post .post-block .post-date{
	position:relative;
	color:#ffe361;
	font-size: 15px;
}

/* Links */

.links{
	position:relative;
}

.links li{
	position:relative;
	margin-bottom:10px;
}

.links li a{
	position:relative;
	color:#ffffff;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.links li a:hover{
	color:#ffe361;
}

/* Opening Time */

.opening-time{
	position:relative;
}

.opening-time li{
	position:relative;
	color:#ffffff;
	text-align:right;
	font-size:14px;
	margin-bottom:8px;
}

.opening-time li span{
	position:absolute;
	left:0px;
}

.main-footer .footer-bottom{
	position:relative;
	padding:25px 0px;
	border-top:1px solid rgba(255,255,255,0.20);
}

.main-footer .footer-nav{
	position:relative;
}

.main-footer .footer-nav li{
	position:relative;
	margin-right:20px;
	display:inline-block;
}

.main-footer .footer-nav li a{
	position:relative;
	color:#ffffff;
	font-weight:bold;
	opacity:0.4;
	text-transform:uppercase;
}

.main-footer .footer-nav li a:hover{
	opacity:0.8;
}

.main-footer .copyright-column{
	position:relative;
}

.main-footer .copyright-column .copyright{
	position:relative;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:right;
}

.boxed-view .page-wrapper{
	position:relative;
	max-width:1400px;
	margin:0 auto;
}

.grid-view .auto-container{
	max-width: 1360px;
	padding:0px 80px;
}

.boxed-view:before{
	position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(193,0,0,0.94) url(../img/3.jpg) repeat;
}



.services-section-three{
	position:relative;
	padding:100px 0px 60px;
	background-color:#f5f5f5;
}

.services-block-three{
	position:relative;
	margin-bottom:40px;
}

.services-block-three .inner-box{
	position:relative;
	padding:30px 30px;
	background-color:#ffffff;
}

.services-block-three .inner-box .image{
	position:relative;
}

.services-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-three .inner-box .lower-content{
	position:relative;
	padding-top:25px;
	text-align:center;
}

.services-block-three .inner-box .lower-content h3{
	position:relative;
	font-size:24px;
	color:#000000;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:6px;
}

.services-block-three .inner-box .lower-content h3 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-three .inner-box .lower-content h3 a:hover{
	color:#e20909;
}

.services-block-three .inner-box .lower-content .designation{
	position:relative;
	font-size:21px;
	color:#e20909;
	margin-bottom:18px;
}

.services-block-three .inner-box .lower-content .text{
	position:relative;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}



.clients-section-two{
	position:relative;
	padding:120px 0px 90px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}

.clients-section-two h2{
	position:relative;
	font-size:55px;
	color:#ffffff;
	line-height:1.3em;
	font-weight:700;
	text-align:center;
	margin-bottom:40px;
}

.clients-section-two h2 span{
	color:#ffe361;
	display:block;
}

.clients-section-two:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.80);
}

.clients-section-two .sponsors-outer{
	position:relative;
}

.clients-section-two .sponsors-outer .owl-dots,
.clients-section-two .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section-two .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section-two .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section-two .sponsors-outer .image-box img:hover{
	opacity:0.6;
}




.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
	background-color:#232323;
}

.fluid-section-one .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float:right;
	width:50%;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	max-width:600px;
	width:100%;
	margin:0 auto;
	padding:120px 15px 120px 60px;
}

.fluid-section-one .content-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:35px;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:26px;
}

.fluid-section-one .content-column .inner-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:172px;
	height:5px;
	background:url(../img/seperater.png) no-repeat;
}

.fluid-section-one .content-column .inner-column h3{
	position:relative;
	color:#ffffff;
	font-size:21px;
	font-weight:400;
	line-height:1.2em;
}

.fluid-section-one .content-column .inner-column .text{
	position:relative;
	margin-top:22px;
	color:#ffffff;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:35px;
}


.pricing-section{
	position:relative;
	padding: 90px 0px 70px;
	background-color:#f5f5f5;
	background-size:cover;
}

.pricing-block{
	position:relative;
	margin-bottom:30px;
}

.pricing-block .inner-box{
	position:relative;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-block .inner-box:hover{
	box-shadow:0px 0px 25px rgba(0,0,0,0.20);
}

.pricing-block .inner-box .image{
	position:relative;
}

.pricing-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.pricing-block .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding:30px 15px 45px;
}

.pricing-block .inner-box .lower-content h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	color:#000000;
}

.pricing-block .inner-box .lower-content .price{
	position:relative;
	font-size:35px;
	font-weight:700;
	color:#e20909;
	margin-top:15px;
	margin-bottom:40px;
}

.pricing-block .inner-box .lower-content .price-list{
	position:relative;
	margin-bottom:35px;
}

.pricing-block .inner-box .lower-content .price-list li{
	position:relative;
	margin-bottom:15px;
	color:#5c5c5c;
	font-size:21px;
}

.pricing-block .inner-box .lower-content .price-list li:last-child{
	margin-bottom:0px;
}


.page-title{
	position:relative;
	padding:200px 0px 80px;
	text-align: center;
	background-repeat:no-repeat;
	background-size:cover;
	background-image: url(../img/page-info-bg.png);
	background-color: #e20909;
	background-position-y: 5%;
	background-position-x: center;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(11,9,9,0.30);
}

.page-title h1{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
	text-transform:capitalize;
}

.page-title .text{
	position:relative;
	color:#ffe361;
	font-size:21px;
	margin-top:0px;
}



.about-section{
	position:relative;
	padding: 100px 0px 100px;
}

.about-section .image-column{
	position:relative;
}

.about-section .image-column .inner-column{
	position:relative;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:50%;
	margin:0 auto;
	display:block;
}

.about-section .content-column{
	position:relative;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-left:15px;
}

.about-section .content-column .inner-column h2{
	position:relative;
	color:#161616;
	font-size:35px;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:20px;
	margin-bottom:22px;
	margin-top:-10px;
}

.about-section .content-column .inner-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:172px;
	height:5px;
	background:url(../img/seperater.png) no-repeat;
}

.about-section .content-column .inner-column h3{
	position:relative;
	color:#000000;
	font-size:21px;
	font-weight:400;
	line-height:1.2em;
}

.about-section .content-column .inner-column .text{
	position:relative;
	margin-top:15px;
	color:#5c5c5c;
	font-size:16px;
	line-height: 1.6em;
	margin-bottom:25px;
}



.clients-page-section{
	position:relative;
	padding: 58px 0px 58px;
}

.clients-page-section .clients-list{
	position:relative;
}

.clients-page-section .clients-list li{
	position:relative;
	float:left;
	width:25%;
	margin-bottom:20px;
}

.clients-page-section .clients-list li img{
	opacity:0.4;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-page-section .clients-list li img:hover{
	opacity:1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}



.contact-form-section{
	position:relative;
	padding: 85px 0px 88px;
	background:url(../img/7.jpg) left top repeat-x;
}

/*Contact Form*/

.contact-form{
	position:relative;
}

.contact-form .row{
	margin:0px -6px;
}

.contact-form .form-group{
	position:relative;
	padding:0px 6px;
	margin-bottom:12px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:58px;
	font-size:14px;
	padding:10px 22px;
	background:none;
	color:#000000;
	background-color:#ffffff;
	border:1px solid #e7e6e6;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.contact-form textarea{
	height:206px;
	resize:none;
	font-size:14px;
	background-color:#ffffff;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#e20909;
}

.contact-form .theme-btn{
	cursor: pointer;
	margin-top:20px;
	padding:12px 45px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}


.faq-form-section{
	position:relative;
	padding: 100px 0px 70px;
	background-color:#f5f5f5;
}

.faq-form-section .title-column{
	position:relative;
}

.faq-form-section .title-column .inner-column{
	position:relative;
	margin-bottom:40px;
}

.faq-form-section .title-column .inner-column h2{
	position:relative;
	color:#161616;
	font-size:35px;
	font-weight:700;
	line-height:1.3em;
	padding-bottom:18px;
	margin-bottom:20px;
}

.faq-form-section .title-column .inner-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:68px;
	background-color:#e20909;
}

.faq-form-section .title-column .inner-column .title{
	position:relative;
	color:#161616;
	font-size:21px;
	margin-bottom:25px;
}

.faq-form-section .title-column .inner-column .text{
	position:relative;
	line-height:1.6em;
	font-size:16px;
	color:#5c5c5c;
}



.gallery-page-section{
	position:relative;
	padding: 100px 0px 100px;
}

/* Gallery Block Three */

.gallery-block{
	position:relative;
	margin-bottom: 30px;
}

.gallery-block .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-block .image-box{
	position:relative;
	display:block;
	margin-bottom: 0px;
}

.gallery-block .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-block .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
}

.gallery-block .overlay-box:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color:rgba(226,9,9,0.80);
	-moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.gallery-block .inner-box:hover .overlay-box:before{
	-moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.gallery-block .inner-box:hover .overlay-box{
	opacity:1;
}

.gallery-block .inner-box .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-block .inner-box .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-block .inner-box .overlay-inner .link{
	position:relative;
	font-size:28px;
	color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-block .inner-box .overlay-inner .link .icon{
	position:relative;
}

.gallery-page-section .btn-box{
	margin-top:30px;
}



.we-do-section{
	position:relative;
	padding: 100px 0px 25px;
}

.services-block-four{
	position:relative;
	margin-bottom:75px;
}

.services-block-four .inner-box{
	position:relative;
	background-color:#ffffff;
}

.services-block-four .inner-box .image{
	position:relative;
}

.services-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-four .inner-box .lower-content{
	position:relative;
	padding-top:26px;
}

.services-block-four .inner-box .lower-content h3{
	position:relative;
	font-size:24px;
	color:#000000;
	font-weight:700;
	line-height:1.4em;
	margin-bottom:10px;
}

.services-block-four .inner-box .lower-content h3 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-four .inner-box .lower-content h3 a:hover{
	color:#e20909;
}

.services-block-four .inner-box .lower-content .text{
	position:relative;
	font-size:16px;
	color:#5c5c5c;
	line-height:1.7em;
	margin-bottom:25px;
}


.team-section{
	position:relative;
	padding: 20px 0px 70px;
	background-color:#f5f5f5;
}

.services-page-section{
	position:relative;
	padding-top: 100px;
}

.price-page-section{
	position:relative;
	padding: 100px 0px 70px;
	background-color:#f5f5f5;
}




.blog-page-section{
	position:relative;
	padding:100px 0px 60px;
	background-color:#f5f5f5;
}




.sidebar-page-container{
	position:relative;
	z-index: 9;
	background-color: #f5f5f5;
	padding: 100px 0px 0px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .sidebar.left-padding{
	padding-left:15px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-title{
	position: relative;
	margin-bottom: 25px;
}

.sidebar-page-container .sidebar-title h2{
	position: relative;
	display: block;
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding: 0px 0px 15px;
	padding-left:100px;
	min-height:87px;
	margin-bottom:16px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border-bottom:none;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:87px;
	 overflow:hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #e20909;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(51,51,51,0.70);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:17px;
	margin:0px 0px 6px;
	font-weight:400;
	color:#000000;
	line-height:1.6em;
	padding-right:20px;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#000000;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:#e20909;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:16px;
	color:#e20909;
	font-weight:400;
}

/* Category List */

.category-list{
	position:relative;
}

.category-list li{
	position:relative;
	margin-bottom:12px;
}

.category-list li a{
	position:relative;
	color:#5c5c5c;
	font-size:16px;
	padding-left:24px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.category-list li a:hover{
	color:#e20909;
}

.category-list li a:before{
	position:absolute;
	content:'';
	left:0px;
	top:4px;
	width:14px;
	height:14px;
	background-color:#e20909;
}

/*Instagram Widget*/

.sidebar .instagram-widget .images-outer{
	position:relative;
	margin:0px -11px;
}

.sidebar .instagram-widget .image-box{
	position:relative;
	float:left;
	width:33.3333%;
	padding:0px 11px;
	margin-bottom:22px;
}

.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6){
	margin-right:0px;
}

.sidebar .instagram-widget .image-box .overlay-box{
	position:absolute;
	content:'';
	left: 13px;
	top:0px;
	bottom:0px;
	right:11px;
	display:block;
	z-index:1;
	opacity:0;
	text-align:center;
	padding:8px;
	color:#ffffff;
	font-size:28px;
	line-height:44px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:rgba(0,0,0,0.20);
}

.sidebar .instagram-widget .image-box .overlay-box:before{
	position:absolute;
	top:50%;
	margin-left:-14px;
	margin-top:-22px;
	display:inline-block;
}

.sidebar .instagram-widget .image-box:hover .overlay-box{
	opacity:1;
}

.sidebar .instagram-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/* News Block */

.news-block{
	position:relative;
	margin-bottom:60px;
}

.news-block .inner-box{
	position:relative;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.news-block .inner-box .image{
	position:relative;
	padding:30px 30px 0px;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .lower-content{
	position:relative;
	text-align: left;
	padding:35px 30px 0px;
}

.news-block .inner-box .lower-content h3{
	position:relative;
	font-size:35px;
	font-weight:700;
	line-height:1.3em;
}

.news-block .inner-box .lower-content h3 a{
	position:relative;
	color:#000000;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	position:relative;
	color:#e20909;
}

.news-block .inner-box .lower-content .designation{
	position:relative;
	font-size:21px;
	color:#e20909;
	margin-top:10px;
	margin-bottom:22px;
}

.news-block .inner-box .lower-content .text{
	position:relative;
	color:#5c5c5c;
	font-size:16px;
	line-height:1.8em;
	padding-bottom:30px;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
	padding:22px 0px;
	border-top:1px solid #eeeeee;
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	color:#5c5c5c;
	font-size:15px;
	margin-right:15px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:5px;
	color:#e20909;
}

.news-block .inner-box .theme-btn{
	width:100%;
	text-align:center;
}

/* Quote Block */

.quote-block{
	position:relative;
	margin-bottom:60px;
}

.quote-block .inner-box{
	position:relative;
	text-align:center;
	padding:60px 60px 50px;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.quote-block .inner-box .icon-box{
	position:relative;
	color:#e20909;
	font-size:26px;
	line-height:1em;
	margin-bottom:20px;
}

.quote-block .inner-box .text{
	position:relative;
	color:#000000;
	font-weight:700;
	line-height:1.3em;
	font-style:italic;
	font-size:35px;
	margin-bottom:15px;
}

.quote-block .inner-box .author{
	position:relative;
	font-size:21px;
	color:#e20909;
}

/* News Single */

.blog-single{
	position:relative;
	margin-bottom:60px;
}

.blog-single .inner-box{
	position:relative;
	background-color:#ffffff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.blog-single .inner-box .image{
	position:relative;
	padding:30px 30px 0px;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content{
	position:relative;
	text-align: left;
	padding:35px 30px 0px;
}

.blog-single .inner-box .lower-content h2{
	position:relative;
	font-size:35px;
	font-weight:700;
	color:#000000;
	line-height:1.3em;
}

.blog-single .inner-box .lower-content .designation{
	position:relative;
	font-size:21px;
	color:#e20909;
	margin-top:10px;
	margin-bottom:22px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text .row{
	position:relative;
	margin:0px -7px;
}

.blog-single .inner-box .lower-content .text .two-column{
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text .column{
	position:relative;
	padding:0px 7px;
	margin-bottom:14px;
}

.blog-single .inner-box .lower-content .text .column img{
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#5c5c5c;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:30px;
}

.blog-single .inner-box .lower-content .text p span{
	color:#e20909;
}

.blog-single .inner-box .lower-content .text h3{
	position:relative;
	font-size:24px;
	font-weight:700;
	color:#000000;
	line-height:1.3em;
	margin-bottom:25px;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
	padding:22px 0px;
	border-top:1px solid #eeeeee;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	color:#5c5c5c;
	font-size:15px;
	margin-right:15px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:5px;
	color:#e20909;
}




.sidebar-page-container .comments-area{
	position:relative;
	margin-top:50px;
	margin-bottom: 50px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:24px;
	color:#000000;
	font-weight:400;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding: 30px 30px 28px;
	margin-bottom:30px;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box.reply-comment{
	margin-left:170px;
}

.sidebar-page-container .comments-area .comment-box.reply-comment:before{
	position:absolute;
	content:'';
	left:-120px;
	top: 97px;
	width:50px;
	height:31px;
	background:url(../img/reply.png) no-repeat;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:0px;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#222222;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:relative;
	margin-top:10px;
	color:#e20909;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .fa{
	color:#242424;
	font-size:14px;
	margin-left:4px;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover{
	color:#242424;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	border-radius:50%;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#000000;
	line-height:24px;
	font-size:18px;
	font-weight:600;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:16px;
	font-weight:600;
	color:#222222;
	line-height: 1.1em;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#5c5c5c;
	font-size:14px;
    margin-top:10px;
    line-height: 1.7em;
	margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-time{
	position:relative;
	font-size:15px;
	color:#5c5c5c;
	font-weight:400;
	margin-bottom:7px;
}

.sidebar-page-container .comments-area .comment-time span{
	color:#e20909;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}




.comment-form .row{
	 margin:0px -7px;
}
 
.comment-form .form-group{
	position:relative;
	padding:0px 7px;
	margin-bottom:22px;	
}

.comment-form .form-group:last-child{
	margin-bottom:0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 15px;
	color: #000000;
	line-height: 32px;
	padding: 10px 22px;
	font-weight: 400;
	background: #ffffff;
	border:1px solid #e7e6e6;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.comment-form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 150px;
	font-size: 15px;
	color: #000000;
	line-height: 32px;
	padding: 10px 22px;
	font-weight: 400;
	resize:none;
	background: #ffffff;
	border:1px solid #e7e6e6;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.comment-form .theme-btn{
	cursor:pointer;
	padding: 16px 45px 13px;
	text-transform: uppercase;
}

