@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'timesroman';
	background: url(../images/background.jpg) repeat;
	background-attachment: fixed;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}
.pad-left {
	padding-left:0;
}

.pad-right {
	padding-right:0;
}

.pad-top {
	padding-top:0;
}

.pad-bottom {
	padding-bottom:0;
}

.padding {
	padding:0;
}


h1{
	font-size: 30px;
	line-height: 22px;
}

h2{
	font-size: 30px;
	line-height: 20px;
}

h3{
	font-size: 18px;
	line-height: 18px;
}

h4{
	font-size: 16px;
	line-height: 16px;
}

h5{
	font-size: 13px;
	line-height: 13px;
}

h6{
	font-size: 12px;
	line-height: 12px;
}

p{
	font-size: 16px;
	line-height: 16px;
}

.content {
	padding: 0 30px 30px 30px;
	background: #fff;
	border-bottom: 10px solid #ebebeb;
}

.alignleft {
	float: left;
	margin: 15px 15px 15px 0;
}

.alignright {
	float: right;
	margin: 15px 15px 0 15px;
}

.aligncenter {
	float: none;
	margin: 15px auto;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.top-header{
	padding: 10px 30px;
	background: #3e489e;
}

.h-times ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.h-times ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0 6px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	font-family: 'arial';
	border-right: 2px solid #fff;
}

.h-times ul li:last-child{
	border: none;
}

.h-times ul li:first-child{
	padding-left: 0;
}

.h-times ul li a{
	color: #fff;
	text-decoration: none;
}


.h-social{
	text-align: right;
}

.h-social ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.h-social ul li{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0 13px;
}

.h-social ul li:last-child{
	padding-right: 0;
}

.h-social ul li a{
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
}

.h-social ul li a:hover{
	color: #febf0f;
}




.bottom-header{
	padding: 15px 30px;
	background: #fff;
}

.h-menu {
	display: flex;
	justify-content: flex-end;
}

.h-menu .navbar{
	padding: 0;
}

.h-menu .navbar-nav .nav-link{
	font-family: 'timesroman';
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 10px 0;
	text-transform: capitalize;
	color: #252525;
	border-bottom: 2px solid transparent;
}

.h-menu .navbar-nav .nav-link:hover{
	border-bottom: 2px solid #3e489e;
}

.h-menu .navbar-nav .nav-item{
	padding: 0 10px;
}

.h-menu .navbar-nav .nav-item:last-child{
	padding-right: 0;
}

.h-menu .navbar-nav .nav-item > .dropdown-menu {
	border-radius: 0;
	border: none;
	padding: 0;
}

.h-menu .navbar-nav .nav-item>.dropdown-menu .dropdown-item{
	font-size: 14px;
	line-height: 14px;
	font-family: 'timesroman';
	color: #252525;
	padding: 10px;
}

.h-menu .navbar-nav .nav-item>.dropdown-menu .dropdown-item:hover{
	background: #3e489e;
	color: #fff;
}

.h-menu .navbar-nav .nav-item>.dropdown-menu .dropdown-item:active,
.h-menu .navbar-nav .nav-item>.dropdown-menu .dropdown-item.active {
	background: #3e489e;
	color: #fff;
}

a.text-dark,
a.text-dark:hover,
a.text-dark:focus {
	color: #fff !important;
}

a.bg-light,
a.bg-light:hover,
a.bg-light:focus {
	background: #3e489e !important;
}

.h-menu .navbar-nav .nav-item .dropdown-menu ul{
	padding: 0;
	border: none;
	border-radius: 0;
	margin-left: 160px !important;
	margin-top: -34px !important;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========================= Slider Start ==========================*/
/*================================================================*/
.banner-section .owl-nav{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	left: 30px;
	right: 30px;
}

.banner-section .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	right: 100%;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.banner-section .owl-nav .owl-next{
	position: absolute;
	right: 0;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.banner-section .owl-dots{
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	bottom: 20px;
}

.banner-section .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	border: 1px solid #fff;
	margin: 0 5px;
}

.banner-section .owl-dots .owl-dot.active{
	background: #f0cf3a;
}

/*==================================================================*/
/*=========================== Slider End ==========================*/
/*================================================================*/



/*==================================================================*/
/*===================== Service Section Start =====================*/
/*================================================================*/


.service-section{
	padding: 25px 0 50px;
}

.service-block{
	position: relative;
	display: block;
}

.service-block img{
	width: 100%;
}

.service-overlay{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(62,72,158,0.6);
}

.service-inner{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	text-align: center;
	z-index: 9;
	padding: 0 20px;
}

.service-inner h3{
	font-family: 'timesbold';
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}

/*==================================================================*/
/*===================== Service Section End =======================*/
/*================================================================*/




/*==================================================================*/
/*===================== Service Info Start ========================*/
/*================================================================*/
.service-info{
	padding: 0 0 40px;
}

.info-left h3{
	font-family: 'timesbold';
	color: #3e489e;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px;
}

.info-left p{
	font-family: 'timesroman';
	font-size: 16px;
	line-height: 30px;
	color: #252525;
	margin: 0 0 10px;
}

.info-right{
	text-align: center;
}

.info-right h3{
	font-family: 'timesbold';
	color: #3e489e;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 20px;
	padding: 0 0 40px;
	text-transform: uppercase;
	border-bottom: 1px solid #fec013;
}

.info-right ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.info-right ul li{
	display: inline-block;
	list-style-type: none;
	margin: 0; 
	padding: 0 13px;
}


/*==================================================================*/
/*======================= Service Info End ========================*/
/*================================================================*/


/*==================================================================*/
/*======================= Learn More Start ========================*/
/*================================================================*/

.learn-more{
	background: #3e489e;
	text-align: center;
	padding: 40px 0;
	border-radius: 10px;
}

.learn-more p{
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	margin: 0;
	font-family: 'arial';
	font-weight: normal;
}

.learn-more p a{
	font-weight: bold;
	color: #f0cf3a;
	text-decoration: none;
	padding-left: 15px;
}

.learn-more p a:hover{
	color: #fff;
}

/*==================================================================*/
/*======================= Learn More End ========================*/
/*================================================================*/


/*==================================================================*/
/*==================== Service Area Pannel Start ==================*/
/*================================================================*/

.service-are-pannel{
	padding: 40px 0 20px;
}

.area-title{
	padding: 0 0 25px;
}

.title-img{
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
}

.title-img img{
	min-width: 100%;
	height: 100%;
}

.title-name{
	padding-left: 10px;
	vertical-align: middle;
	display: inline-block;
}

.title-name h3{
	font-family: 'timesbold';
	color: #3e489e;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
}

.area-desc p{
	font-size: 13px;
	line-height: 20px;
	color: #252525;
	font-family: 'arial';
	font-weight: normal;
	margin: 0;
}

.area-desc a{
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'arial';
	font-weight: bold;
	color: #3e489e;
}

.area-desc a:hover{
	color: #252525;
}


/*==================================================================*/
/*===================== Service Area Pannel End ===================*/
/*================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.top-footer{
	padding:30px;
	background: #252525;
}

.top-footer [class*=col-]{
	flex: 0 0 20%;
	max-width: 20%;
}

.f-logo{
	margin: 0 0 30px;
}

.f-block.f-add ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.f-block.f-add ul li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	color: #c8c8c8;
	font-family: 'arial';
	font-weight: normal;
}

.f-block.f-add ul li a {
	font-family: 'arial';
	font-weight: normal;
}

.f-block h6{
	font-size: 12px;
	line-height: 20px;
	margin: 30px 0 30px;
	text-transform: uppercase;
	font-family: 'arial';
	font-weight: bold;
	color: #fff;
}

.f-block p{
	font-size: 11px;
	line-height: 18px;
	color: #c8c8c8;
	font-family: 'arial';
	font-weight: normal;
	margin: 0 0 5px;
}

.f-block ul{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.f-block ul li{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.f-block ul li a{
	font-size: 11px;
	line-height: 18px;
	color: #c8c8c8;
	text-decoration: none;
	text-transform: capitalize;
	font-family: 'arial';
	font-weight: normal;
}

.f-block ul li a:hover{
	color: #febf0f;
}

.f-block .form-control{
	border: none;
	border-radius: 0;
	font-size: 13px;
	line-height: 13px;
	height: auto;
	font-family: 'arial';
	font-weight: normal;
	padding: 10px;
}

.f-block .form-control:focus{
	box-shadow: none;
	border: none;
}

.f-block form .btn-primary {
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	font-family: 'arial';
	font-weight: normal;
	padding: 10px 25px;
	border-radius: 25px;
	background: #3e489e;
	border: 1px solid transparent;
}

.f-block form .btn-primary:hover {
	border: 1px solid #3e489e;
}

.f-block .btn-primary{
	font-size: 14px;
	line-height: 14px;
	text-transform: capitalize;
	color: #fff;
	background: #3E489E;
	border: 1px solid transparent;
	border-radius: 0;
	padding: 10px 30px;
	font-family: 'arial';
	font-weight: normal;
}


.bottom-footer{
	background: #000000;
	padding: 15px 30px;
}

.copy-section p{
	font-size: 12px;
	line-height: 12px;
	color: #c8c8c8;
	font-family: 'arial';
	font-weight: normal;
	margin: 0;
}

.copy-section p a{
	color: #c8c8c8;
	text-decoration: underline;
}

.copy-section p a:hover{
	color: #3e489e;
}

.f-social{
	text-align: right;
}

.f-social ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.f-social ul li{
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.f-social ul li:last-child{
	padding-right: 0;
}

.f-social ul li:first-child{
	padding-left: 0;
}

.f-social ul li a{
	color: #fff;
}

.f-social ul li a:hover{
	color: #3e489e;
}


/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/



/*==================================================================*/
/*======================== Inside Page Start ======================*/
/*================================================================*/
.innerpg-banner-section{
	background: #fff;
	padding: 0 30px 30px 30px;
}
.innerpg-banner-section img{
	width: 100%;
}


.inner-page-content h2{
	font-family: 'timesbold';
	text-transform: uppercase;
	color: #3e489e;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 10px;
}

.inner-page-content p{
	font-family: 'timesroman';
	font-size: 16px;
	line-height: 30px;
	color: #252525;
	margin: 0 0 30px;
}

.inner-video{
	position: relative;
}

.inner-video .play-icone{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.inner-video .play-icone a{
	color: #fff;
	font-size: 50px;
	line-height: 50px;
}



#footer-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.inner-page-content h1 {
    font-family: 'timesbold';
    text-transform: uppercase;
    color: #3e489e;
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px;
	}

/*==================================================================*/
/*======================== Inside Page End ========================*/
/*================================================================*/

.inner-page-content img {
    max-width: 100%;
    height: auto !important;
}

.post-block {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 25px;
    padding-top: 25px;
}
.widget ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.widget-title h3 {
    color: #3E489E;
    font-weight: bold;
}
.widget {
    border: 1px solid #c8c8c8;
    border-radius: 25px;
    padding: 25px 25px 25px 25px;
    margin-bottom: 25px;
}

.widget-title h3 {
    color: #3E489E;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
#upload-1-field.forminator-upload-button {
    background-color: #454599;
}
#upload-1-field.forminator-upload-button:hover {
    background-color: #008FCA;
}
.wpcf7-submit {background-color: #454599;color:white;}
.wpcf7-submit:hover {background-color: #008FCA;color:white;}
.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}