*{ 
    font-family: 'BodoniSvtyTwoITCTTBold';
}
.text-center img {
	display: inline-block;
}
header .mainmenu {
    padding-top: 30px;
}
.menu-left {
	float: right;
}
header .header-logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	z-index: 9;
}
header .header-top {
    padding: 20px 0px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}
.mainmenu ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
	padding-bottom: 10px;
}
header {
	padding: 0px;
}
header .mainmenu ul li {
	padding: 0px 17px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	background-image: url(img/others/active-icon.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
header .header-bottom {
	position: relative;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	width: 100%;
}
header .banner-contents h3 {
	font-size: 96px;
	color: #fff;
	text-transform: uppercase;
}
.banner-info {
    width: 40%;
    float: right;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #edb200;
}
.video-cont-wrap {
	position: relative;
}
.video-cont-wrap:hover .video-contents {
	display: block;
}
.video-contents img {
	width: auto !important;
	margin: 0px auto 10px;
}
.video-contents h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.video-contents p {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: "Montserrat";
}
.video-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 45%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	background-color: rgba(49, 118, 181,0.7);
    display: none;
}
.footer-section {
    background-image: url(img/others/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}
.social-icons {
    text-align: center;
}
.footer-menu {
	text-align: center;
}
.footer-menu ul li a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}
.footer-menu ul li {
	margin-right: 20px;
}
.footer-menu ul li:last-child {
	margin-right: 0px;
}
.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: transparent;
	border: 2px solid #fff;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 18px;
	color: #fff;
	font-family: "Open Sans";
	margin-bottom: 0px;
}
.banner-details.inner-page {
    padding-top: 9%;
}
.common-section {
    background-color: #000;
    padding: 70px 0px;
}
.heading h3 {
	font-size: 45px;
	text-transform: uppercase;
	color: #fff;
}
.heading p {
	font-size: 20px;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 20px;
	font-family: "Open Sans";
}
.chuck-wrap {
    padding-top: 40px;
}
.chuck-img {
    text-align: center;
    margin-bottom: 30px;
}
.resourses-form .form-control {
	background-color: transparent!important;
	border-radius: 2px!important;
	height: 55px!important;
	border: 1px solid #fff!important;
	font-weight: 700!important;
	font-family: "Montserrat"!important;
	font-size: 17px!important;
	color: #fff!important;
}
.resourses-form .form-control::-webkit-input-placeholder {
  color: #fcfcfc!important;
  opacity: 1!important;
}

.resourses-form .form-control::-moz-placeholder {
  color: #fcfcfc!important;
  opacity: 1!important;
}

.resourses-form .form-control::-ms-input-placeholder {
  color: #fcfcfc!important;
  opacity: 1!important;
}

.resourses-form .form-control::placeholder {
  color: #fcfcfc!important;
  opacity: 1!important;
}
.resourses-form .form-group {
	margin-bottom: 20px!important;
}
.resourses-form p {
	margin-bottom: 30px;
}
.resourses-form .submit-btn {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 700;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 9px 35px;
	border: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0040ff+0,003bff+100 */
background: #0040ff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #0040ff 0%, #003bff 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #0040ff 0%,#003bff 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #0040ff 0%,#003bff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0040ff', endColorstr='#003bff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.devote-wrap h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	font-family: "Montserrat";
	margin: 30px 0px;
}
.devote-wrap h5 {
	font-size: 27px;
	color: #fff;
	font-weight: 700;
	font-family: "Montserrat";
	margin-bottom: 30px;
	padding-top: 15px;
}

/* custom css*/
.holder.inerpost-holder {
	padding: 70px 0px;
}

.holder.inerpg-holder{
	padding: 70px 0px;
}
.wptheme-content.single h3 {
	 font-size: 30px;
	color: #000;
}
.wptheme-content.single h4 {
	 font-size: 24px;
	color: #000;
}
.wptheme-content.single h5 {
	 font-size: 20px;
	color: #000;
}
.inerpost-holder h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
}
.wptheme-content.single p {
	font-size: 18px;
	color: #000;
	line-height: 1.7;
	margin-bottom: 20px;
	font-family: "Open Sans";
}
.wptheme-content.single ul li{
	font-size: 18px;
	color: #000;
	line-height: 1.7;
	margin-bottom: 20px;
	font-family: "Open Sans";
}
.wptheme-content.single ol li {
	font-size: 18px;
	color: #000;
	line-height: 1.7;
	margin-bottom: 20px;
	font-family: "Open Sans";
}

#wpforms-submit-65 {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 700;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 9px 35px;
	border: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0040ff+0,003bff+100 */
background: #0040ff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #0040ff 0%, #003bff 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #0040ff 0%,#003bff 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #0040ff 0%,#003bff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0040ff', endColorstr='#003bff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: transparent!important;
	border: 1px solid #fff!important;
}

.btn.learnmore-btn.common-btn {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 700;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 9px 15px;
	border: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0040ff+0,003bff+100 */
background: #0040ff; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #0040ff 0%, #003bff 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #0040ff 0%,#003bff 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #0040ff 0%,#003bff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0040ff', endColorstr='#003bff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: transparent!important;
	border: 1px solid #fff!important;
}
/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {
	.video-contents {
	    padding-top: 35%;
	}
}
@media screen and (max-width: 1680px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {
	.video-contents {
	    padding-top: 25%;
	}
}

@media screen and (max-width: 1366px) {

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	.video-contents p {
	    font-size: 17px;
	}
}
@media screen and (max-width: 1279px) {
	header .mainmenu ul li {
	    padding: 0px 8px;
	}
	.mainmenu ul li a {
	    font-size: 16px;
	}
	header .banner-contents h3 {
	    font-size: 55px;
	}
	.video-contents h3 {
	    font-size: 17px;
	}
	.video-contents p {
	    font-size: 13px;
	}
	.video-contents {
	    padding-top: 20%;
	}
	.footer-menu ul li a {
	    font-size: 16px;
	}
	.copyrights p {
	    font-size: 14px;
	}
	.header-logo {
	    width: 30%;
	    margin: auto;
	    top: 0px;
	}
	header .mainmenu {
	    padding-top: 20px;
	}

}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	header .banner-contents h3 {
	    font-size: 40px;
	}
	header .header-bottom .banner-contents {
	    top: 40%;
	}
	.video-contents h3 {
	    font-size: 14px;
	}
	.video-contents p {
	    font-size: 10px;
	}
	.video-contents {
	    padding-top: 14%;
	}
	.heading h3 {
	    font-size: 35px;
	}
	.heading p {
	    font-size: 17px;
	}
	.devote-wrap h4 {
	    font-size: 20px;
	}
	.devote-wrap h5 {
	    font-size: 16px;
	}
	.wptheme-image img {
	margin: auto;
	display: table;
	padding-bottom: 20px;
}
	.wptheme-content.single p {
	font-size: 16px;
	
}
	.wptheme-content.single ul li{
	font-size: 16px;
	
}
	
	.wptheme-content.single ol li{
	font-size: 16px;
	
}
	.wptheme-content.single h3 {
	font-size: 25px;
	color: #000;
}
	.wptheme-content.single h4 {
	font-size: 20px;
	color: #000;
}
	.wptheme-content.single h5 {
	font-size: 18px;
	color: #000;
}
}

@media screen and (max-width: 767px) {
	
	.holder.inerpg-holder{
	padding: 40px 0px;
}
	
	.holder.inerpost-holder {
	padding: 40px 0px;
}
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.navbar-dark .navbar-brand {
	    color: #fff;
	    width: 240px;
	}
	.video-contents {
	    padding-top: 22%;
	}
	header .header-top {
	    padding: 10px 0px;
	    position: relative;
	    background-color: #000;
	}
	.menu-left {
	    float: left;
	    text-align: left !important;
	}
	.banner-details.inner-page {
	    padding-top: 0%;
	}
}
@media screen and (max-width: 480px) {
	header .banner-contents h3 {
	    font-size: 30px;
	}
	.footer-menu ul li a {
	    font-size: 13px;
	}
	.footer-menu ul li {
	    margin-right: 7px;
	}
	.copyrights p {
	    font-size: 12px;
	}
}
@media screen and (max-width: 414px) {
	header .banner-contents h3 {
	    font-size: 24px;
	}
	.navbar-dark .navbar-brand {
	    color: #fff;
	    width: 200px;
	}
	.heading h3 {
	    font-size: 25px;
	}
	.common-section {
	    padding: 50px 0px;
	}
}
@media screen and (max-width: 387px) {

}
@media screen and (max-width: 375px) {

}
@media screen and (max-width: 360px) {
	.footer-menu ul li a {
	    font-size: 11px;
	}
}
@media screen and (max-width: 320px) {

}