/*
  Theme Name: Name - Multipurpose HTML Template
  Author: 
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer 
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
 body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform:normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	color: #262525;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.separator {
	border-top: 1px solid #f2f2f2;
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #1696e7 none repeat scroll 0 0;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	padding: 13px 25px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #106fab;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.search-form form{position:relative;}
.search-form button{position:absolute; top:0%; right: 0;  height: 100%; width: 50px; background: none; border: none;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

/********************** Header-top Area **********************/
.header-top{
    
}

.borderleft{
    border-left:1px solid #4272d7;
}
.social-icon a {
    margin-left: 15px;
    color: #4272d7;
    font-size: 24px;
}
/********************** Header-Area **********************/
.header-area{
    border-bottom:5px solid #4272d7;
}


/********************** Menu Area **********************/
.main-menu ul{}
.main-menu ul li{
	display:inline-block; 
	margin-right:35px;
	position:relative;
	text-align:left
	}
.main-menu ul li a{
	font-size:15px; 
	color:#666; 
	display:block;
    font-weight:700
	}
.main-menu ul li:hover a{color:#4272d7}

/*sub-menu*/
.main-menu ul li ul.sub-menu{
	position:absolute; 
	background:#171a21; 
	width:260px; 
	border-top:3px solid #4272d7; 
	transition: .3s;
	visibility:hidden; 
	opacity:0;
	left:0;
	top:100%;
	z-index:10
	}
.main-menu ul li:hover ul.sub-menu{
	visibility:visible; 
	opacity:1;
	top:120%;
	}
.main-menu ul li ul.sub-menu li{
	display:block; 
	margin:0; 
	border-bottom:1px solid #e3e3e3
	}
.main-menu ul li ul.sub-menu li a{
	padding:15px 20px; 
	color:#fff; 
	}
.main-menu ul li ul.sub-menu li:hover> a{
	background:#4272d7
	}

/*sub-menu Part II*/


.main-menu ul li ul.sub-menu ul.sub-menu{
	left:100%;
	top:0%;
	visibility:hidden;
	opacity:0
	}
.main-menu ul li ul.sub-menu li:hover> ul.sub-menu{
	visibility:visible;
	opacity:1;
}


.header-search{
	position:relative;
	padding:30px 0;
    cursor: pointer;
	}
.header-search:before{
	position:absolute; 
	content:"";
	background:#ccc;
	height:15px;
	width:1px;
	left:9px;
	top:34px;
	}
.search-form {
	background-color: #000;
	width: 230px;
	top: 100%;
	position: absolute;
	right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.header-search:hover .search-form{
    opacity: 1;
    visibility: visible;
}
.search-form input{
    background: none;
    border: 0;
    width: 100%;
    padding:5px 15px;
   
}
.logo img{
    width:100px;  
}
/* BANNER AREA */

.banner-image {
  background-image:url(images/slider/banner.jpg);
  background-color: #cccccc;
  height: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-content{
   
}

.banner-text{color:#fff;}
.banner-text h4{font-size:38px; font-weight:700}
.banner-text h6{}

.banner-bottom{}
.bnr-btm-txt h6{color:#fff; font-size:26px; font-weight:700}

.abt-area{}
.section_title h2{font-size:36px}
.section_title span{width:100px; height:3px; background-color:#007bff; display:inline-block}
.gesss-pgrm img{width:100%}

.card {
    min-height: 500px;
}
.fearturd-box img{width:100%}

.banner-image-inner {
  background-image:url(images/slider/banner-inner.jpg);
  background-color: #cccccc;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}




.footer-area{min-height:200px}
.main-menu ul{}
.main-menu ul li{
	display:inline-block; 
	margin-right:15px;
	position:relative;
	text-align:left
	}
.footer-menu ul li a{ 
	color:#fff; 
	}
.footer-menu ul li:hover a{color:#fff}

/*sub-menu*/
.footer-menu ul li ul.sub-menu{
	top:100%;
	}
.footer-menu ul li:hover ul.sub-menu{
	top:100%;
	}
.footer-menu ul li ul.sub-menu li{
	display:block; 
	margin:0; 
	border-bottom:1px solid #e3e3e3
	}
.footer-menu ul li ul.sub-menu li a{
	padding:10px; 
	color:#fff; 
	}
.footer-menu ul li ul.sub-menu li:hover> a{
	background:#19307d
	}

/*sub-menu Part II*/
.main-menu ul li ul.sub-menu ul.sub-menu{
	left:100%;
	top:0%;
	visibility:hidden;
	opacity:0
	}
.main-menu ul li ul.sub-menu li:hover> ul.sub-menu{
	visibility:visible;
	opacity:1;
}

.footer-text p{color:#fff; padding:20px 0; margin:0}
