* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
html, body {
	height: 100%;
	font-size: 16px;
	color: gray;
	font-family: roboto, sans-serif;
	vertical-align: baseline;
	line-height: 26px;
}
a:focus {
	outline: 0 solid;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	margin: 0 0 20px;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	font-weight: 600;
	font-family: roboto, sans-serif;
	color: #011e40;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
a {
	transition: all .5s ease-out;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
	color: #011e40;
	text-decoration: none
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
::-moz-selection {
	background: #0090cb;
	text-shadow: none;
	color: #fff;
}
::selection {
	background: #0090cb;
	text-shadow: none;
	color: #fff;
}
textarea:focus, input:focus {
	outline: none
}
.padding50{
	padding:50px 0;
}
.padding20{
	padding:20px 0;
}
.padding30{
	padding:30px 0;
}
.mb15{
	margin-bottom:15px;
}
.mt30{
	margin-top:30px;
}
.mb30{
	margin-bottom:30px;
}
/* Head Section*/
.headertop{
	background-color: #22253a;
	padding: 0;
}
.headerleft{
	padding: 10px 0;
}
.headerleft ul{
	display: inline-block;
}
.headerleft ul li{
	display: inline-block;
	color: #fff;
	padding-right: 40px;
	position: relative;
}
.headerleft ul li::before{
	content : "";
	height: 16px;
	width: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top:6px;
}
.headerleft li:last-child:before{
	display: none;
}
.headerleft li a{
	text-decoration: none;
	color: #fff;
}
.headerleft li i{
	color: #fff;
	margin-right: 10px;
}
.headerright{
	text-align: right;
	padding-top: 7px;
}
.headerright .socialtitle{
	display: inline-block;
	color: #fff;
	font-weight: 500;
}
.headerright ul{
	display: inline-block;
}
.headerright ul li{
	display: inline-block;
	color: #fff;
	padding:5px 0;
}
.headerright ul li a i{
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background-color:#011e40;
	
}
.headerright ul li a{
	color:#fff;
	padding-left:5px;	
}
.headerright ul li a i:hover{
	color: #fff;
}
.headermenu{
	background-color: #fff;
	//border-bottom: 2px solid #003366;
}
.logosection{
	padding: 9px 0 8px 0;
}
.logosection img{
	max-width: 100%;
	height: 60px;
}
.menuarea{
	text-align: right;
}
.menu{
	display: inline-block;
	position: relative;
}
.mainmenu{
	display: inline-block;
	text-align: right;
	margin-right: 10px;
}
.mainmenu ul{
	margin: 0;
	padding: 0;
	position: relative;
}
.mainmenu ul li{
	display: inline-block;
	padding: 0;
	position: relative;
}
.mainmenu ul li a{
	display: block;
	font-size: 18px;
	padding: 30px 12px 20px 12px;
	text-transform: capitalize;
	transition: all .4s ease 0s;
	text-decoration: none;
	position: relative;
	font-weight: 600;
	color: #011e40;
}
.mainmenu ul li a:hover{
	color: #ffa500;
	transition: all .4s ease 0s;
}
.mainmenu ul ul{
	background: #22253a none repeat scroll 0 0;
	left: 12px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 80px;
	visibility: hidden;
	z-index: 99999;
	transition: all .3s ease 0s;
	border-top: 2px solid #ffa500;
}
.mainmenu ul li:hover ul{
	visibility: visible;
	transition: all .4s ease 0s;
	opacity: 1;
	top: 77px;
}
.mainmenu ul ul li{
	float: none;
	width: 260px;
}
.mainmenu ul ul li a{
	color: #ddd;
	line-height:120%;
	padding:10px 20px;
	border-bottom: 1px solid #2c2e3d;
}
.mainmenu ul ul li a:hover{
	background-color: #ffa500;
	color: #011e40;
}
.animation {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.reg_book{
	padding:27px 0 20px 0
}
.reg_book span{
	border:1px solid #ffa500;
	padding:10px 25px;
	background-color:#ffa500;
	color:#011e40;
	font-weight:600;
	font-size:16px;
}
.reg_book span a{
	color:#011e40;
}
/* Main Banner Section*/
.banner-slider .container {
	display: table;
	height: 100%;
}
.banner-outer .slide1, .banner-outer .slide2, .banner-outer .slide3 {
	display: block;
	height: 660px;
}
.banner-outer .slide1 {
	background: url(../images/h8.jfif);
	background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}
.banner-outer .slide2 {
	background: url(../images/banner/slider-new-2.jpeg);
	background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}
.banner-outer .slide3 {
	background: url(../images/banner/slider-new-1.jpeg);
	background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}
.banner-outer .content {
	display: table-cell;
	vertical-align: middle;
}
.banner-outer .content h1 {
	display: block;
	//padding-bottom: 20px;
	font-size: 32px;
	color: #fff;
	//line-height: 50px;
	text-transform: capitalize;
	-webkit-animation-delay: 0.2s;
}
.banner-outer .content h1 span {
	display: block;
	font-size: 62px;
	-webkit-animation-delay: 0.3s;
}
.banner-outer .content p {
	display: block;
	padding-bottom: 0px;
	//max-width: 390px;
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
	text-align:center;
	-webkit-animation-delay: 0.34s;
}
.banner-outer .content a.btn {
	-webkit-animation-delay: 0.36s;
}
.banner-outer .slide2 .content a.btn {
	margin: 0 10px;
}
.banner-outer .slide2 .content {
	float: none;
	text-align: center;
}
.banner-outer .slide2 .content h1, .banner-outer .slide3 .content h1 {
	color: #fff;
}
.banner-outer .slide2 .content p {
	margin: 0 auto;
	color: #fff;
	margin-bottom:20px;
}
.banner-outer .slide3 .content h1, .banner-outer .slide3 .content p {
	color: #fff;
}
.btn {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 4px;
	background: #ffa500;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn span {
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	content: "";
	opacity: 0.5;
}
.btn:hover, .btn:focus {
	background: #003366;
	color: #fff;
}
.btn.white {
	background: #fff;
	color: #595545;
}
.btn.white:hover {
	background: #2c97ea;
	color: #fff;
}
.btn.blue {
	background: #2c97ea;
	color: #fff;
}
.btn.blue:hover {
	background: #17a43b;
}
.banner-outer .bx-wrapper .bx-pager {
	bottom: 60px;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.banner-outer .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}
.banner-outer .bx-wrapper .bx-pager a {
	background: #fff;
	border-radius: 2px;
	display: block;
	height: 5px;
	margin: 0 4px;
	outline: 0 none;
	text-indent: -9999px;
	width: 18px;
	opacity: 0.3;
}
.banner-outer .bx-wrapper .bx-pager a:hover, .banner-outer .bx-wrapper .bx-pager a.active {
	background: #fff;
	opacity: 1;
}
/* Counter Section */
.service-counter{
	background-color:#011e40;
}
.oddcolor{
	background-color:#ffa500;
}
.counter-inner{
	padding:25px 0px;
	float:left;
	width:100%;
}
.counter-inner i{
	float:left;
	font-size:60px;
	margin:15px 40px 0 0;
	color:#fff;
}
.counter-txt{
	float:left;
}
.counter-txt strong{
	font-size:34px;
	line-height:60px;
	color:#fff;
}
.counter-txt span{
	display:block;
	color:#ffffff;
	font-size:14px;
	line-height:25px;
}
/* Services Section*/
.servicearea{
	padding-bottom:50px;
}
.vc-title-head h2{
	font-size:30px;
	letter-spacing:-0.3px;
	margin-bottom:20px;
	color:#011e40;
	font-size:36px;
	text-transform:uppercase;
}
.vc-title-head h4{
	margin-bottom:10px;
}
.vc-head-decoration{
	position:relative;
	color:#ffa500;
	text-align:center;
	margin-top:0px !important;
}
.vc-head-decoration .first {
 	width: 30px;
}
.vc-head-decoration .second {
	width: 100px;
	animation:move 1.5s infinite linear;
	-webkit-animation:move 1.5s infinite linear;
}
@keyframes move {
  from {left: 0px;}
  to {left: 0px;}
}
.vc-head-decoration > span {
  display: inline-block;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
  transition: width .4s linear;
  border-top: 3px solid;
}
/* Serivce Section */
.service-row{
	margin-top:50px;
}
.service-box{
	margin-bottom:30px;
	float:left;
}
.service-img{
	float:left;
	width:87px;
	height:87px;
	line-height:87px;
	margin-right:30px;
	text-align:center;
	display:inline-block;
}
.service-img img{
	background-color:#f8f8f8;
	padding:20px;
	border-radius:50%;
}
.service-about{
	float:left;
	width:calc(100% - 117px);
}
.service-about h4{
	font-size:18px;
	font-weight:600;
	letter-spacing:0;
	margin:0;
	margin-bottom:15px;
}
.service-about h4 a{
	color:#545454;
	text-decoration:none;
}
.service-about h4 a:hover{
	color:#ffa500;
	text-decoration:none;
}
.service-about p{
	color:#8a8a8a;
	font-size:15px;
	letter-spacing:.4px;
	line-height:26px;
	margin:9px 0 0;
}
.service-rm{
	width:100%;
	float:left;
	text-align:center;
	padding:15px 0;
	margin-top:20px;
}
.service-rm a{
	color:#011e40;
	font-size:16px;
	text-decoration:none;
	font-weight:600;
	border:2px solid #011e40;
	padding:8px 25px;
	border-radius:100px;
}
.service-rm a:hover{
	color:#ffa500;
	background-color:#011e40;
}
/* Footer Section*/
.footer{
	background:#22253a none repeat scroll 0 0;
}
.padding50{
	padding:50px 0;
}
.footer-about{
	
}
.about-img{
	margin-bottom:15px;
	background-color:#ffa500;
}
.about-img img{
	width:100%;
	height:60px;
}
.about-text{
	margin-bottom:15px;
}
.about-text p{
	color:#ccc;
	font-size:14px;
}
.about-social ul{
	list-style:none;
}
.about-social ul li{
	display:inline-block;
	margin:0 10px 0 0;
	background-color:#011e40;
}
.about-social ul li a{
	color:#fff;
	font-size:18px;
}
.about-social ul li a i{
	border:1px solid #011e40;
	padding:10px;
}
.about-social ul li a:hover{
	color:#fff;
}

.footer-quick-link, .latest-activity-head, .footer-contact-head{
	margin-top:10px;
}
.quick-link-head , .footer-contact-head , .latest-activity-head{
	font-size:20px;
	color:#fff;
	position:relative;
	margin-bottom:15px;
	padding-bottom:15px;
	text-transform:capitalize;
}
.quick-links h3::before , .footer-contact h3::before, .footer-recent-activity h3::before{
	content:"";
	position:absolute;
	left:0;
	width:40px;
	height:2px;
	bottom:-1px;
	background:#ffa500;
	display:block;
}
.quick-links ul{
	list-style:none;
}
.quick-links ul li{
	margin-bottom:10px;
}
.quick-links ul li i{
	color:#fff;
	padding-right:15px;
	font-size:14px;
}
.quick-links ul li i:hover{
	color:#ffa500;
}
.quick-links ul li a{
	color:#ccc;
	text-decoration:none;
}
.quick-links ul li a:hover{
	color:#ffa500;
}
.single-activity{
	position:relative;
	margin-bottom:10px;
	border-bottom:1px dotted #ffa500;
	padding-bottom:5px;
}
.activity-photo img{
	height:50px;
    width:50px;
    display:block;
    position:absolute;
    border-radius:100%;
    background:#fff;
    left:0;
    top:0;
    margin-top:4px;
    padding:5px;
	margin-top:10px;
}
.activity-content{
	padding-left:65px;
}
.post-time{
	margin:0;
	padding:0;
	padding-top:5px;
	font-size:12px;
	color:#ffa500;
}
.post-content{
	margin:0;
	padding:0;
	font-size:14px;
	color:#ccc;
}
.footer-contact p{
	margin:0;
	padding:0;
	color:#ccc;
	font-size:16px;
	padding-bottom:5px;
}
.footer-contact i{
	color:#fff;
	font-size:18px;
	padding-top:7px;
}
.footer-two{
	background:#1d2033;
	padding:15px 0;
}
.copyright p{
	margin:0;
	padding:0;
	color:#ccc;
	font-weight:600;
}
.specialtxt{
	color:#ffa500;
}

.aboutarea{
	padding:50px 0;
}
.about-txt-wrapper h2{
	font-family: "Dancing Script", cursive;
	font-size:42px;
}
.about-txt-wrapper p{
	font-size:22px;
	text-align:justify;
	line-height:1.5;
}

.ourproducts{
	padding-bottom:50px;
}
.product-wrapper{
	padding:40px 25px;
	border-radius:8px;
	margin-top:20px;
	text-align:center;
}
.product-wrapper:after{
	content:'';
	position:absolute;
	top:36px;
	right:30px;
	width:40px;
	height:40px;
	background:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	opacity:0.06;
}
.bg-blue{
	background-color:#4582ff;
}
.bg-orange{
	background-color:#fea116;
}
.bg-red{
	background-color:#fc4557;
}
.bg-green{
	background-color:#1cb5a3;
}
.product-wrapper span i{
	font-size:40px;
	font-weight:900;
	color:#fff;
}
.product-icon{
	margin-bottom:10px;
}
.product-content h5{
	font-size:20px;
	color:#fff;
	line-height:26px;
	margin-bottom:20px;
	text-transform:capitalize;
	font-weight:600;
}
.product-content a{
	display:inline-block;
	font-size:14px;
	color:#333;
	background-color:#fff;
	padding:8px 15px;
	border-radius:20px;
	min-width:95px;
	opacity:0.60;
}
.product-content a:hover{
	background-color:#fff;
	opacity:1;
}
.clientfeedback{
	padding-bottom:50px;
}
.client-msg{
	background-color:#ffa500;
	padding:35px 10px;
}
.client-msg .testimonial_para{
	color:#343a40;
}
.testimonial_head{
	font-size:24px;
	margin-bottom:5px;
}
.testimonial_subtitle{
	color:#343a40;
	font-size:18px;
}
.item .col-md-2{
	padding-left:0;
}
.item i{
	color:#011e40;
}
.item .img-thumbnail{
	border:none;
}
.testimonial_control a{
	font-size:36px;
	color:#343a40;
	background-color:#fced91;
	border:2px solid #011e40;
}
.testimonial_control a:hover, .testimonial_control a:focus{
	background-color:#fced91;
	border-color:#011e40;
}
.wa-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	box-shadow: none;
	z-index:100;
}
.my-float{
	margin-top:16px;
}
.book-inner{
	padding:15px 0;
	margin-bottom:10px;
}
.book-inner h4{
	color:#fff;
	margin:0;
	padding:0;
}
.slick-slide .item{ 
	text-align:center; 
	background-color:#fff; 
	font-weight:700; 
	border:5px solid #fff;
}
.slick-slide .item p{
	font-size:14px;
} 
.slick-prev:before, .slick-next:before{ 
	color:#fff !important; 
	font-size:20px !important;
	border:1px solid #22253a;
	padding:15px 15px;
	background-color:#22253a;
}
.slick-prev, .slick-next{ 
	width:50px !important; 
	height:50px !important; 
	z-index:9;
}
.center .slick-slide{ 
	transition:all 0.6s linear;
}
.center .slick-center{ 
	transform:scale(1.2); 
}
.center .slick-center .item{ 
	background:#9c9fff;
	color:#FFF; 
	border:10px solid rgba(0,0,0,0);
}
.slick-next{ 
	right:10px;
	top:45%;
}
.slick-prev{ 
	left:10px;
	top:45%;
}
.responsive{
	background-color:#fff;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
}
.mt20{
	margin-top:20px;
}
.containertext h4{
	padding:15px 0;
}
.card img{
	width:100%;
	height:240px;
}
.joinnewsletter{
	background-color:#ffa500;
	padding-top:25px;
}
.vc-form .input-group .form-control{
	height:60px;
	padding-left:20px !important;
	border-radius:0;
	font-size:18px;
	border-right:none;
}
.vc-form .input-group .form-control:focus{
    border-color:#ccc;
	box-shadow:none;
}
.vc-form .input-group-addon{
	background-color:#fff;
	border-radius:0;
	padding:0 25px;
}
.vc-form .input-group-addon .fa{
	font-size:24px;
	color:#22253a;
}
.vc-form .btn-custom-green{
	background-color:#22253a;
	color:#fff;
	font-weight:600;
	border-radius:25px;
	padding:10px 50px;
	font-size:18px;
	border:none;
	margin-top:20px;
}
.application-box{
	background-color:#fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	border-radius:10px;
}
.application-box img{
	width:100%;
	height:280px;
}
.application-txt h2{
	text-align:center;
	font-size:24px;
	padding:15px 0;
}
.miarea{
	padding: 0 0 50px 0;	
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  background-color:#e7e7e7;
  -webkit-transform: translate3d(0,0,0);
}