@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

*{
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

body{
  font-family: 'Open Sans', sans-serif;
}
label{ 
	
	float: right;
}
/*---------------top header----------------*/
.top-header{
	display: block;

}
.top-header ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color:#525c69f2;
}
.top-header li {
  float: right;
  margin-right: -5px;
}
.top-header li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.top-header .fa{
margin-right: -6px;
color: white;
}
.top-header .fa-mobile{
	font-size: 21px;
}
.top-header li .z{
margin-right: -15px;
}
.icon-button {
	background-color: transparent;
	border-radius: 2.6rem;
	cursor: pointer;
	color: #000;
	display: inline-block;
	font-size: 1.3rem;
	height: 2.6rem;
	line-height: 2.6rem;
    margin: 3px 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	width: 2.6rem;
}
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 2.6rem;
	margin: -1.3rem;
}
.icon-button i {
	background: none;
	color: white;
	height: 2.6rem;
	left: 0;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
    -o-transition: all 0.3s;
	transition: all 0.3s;
	width: 2.6rem;
	z-index: 10;
}
.icon-button span {
	background-color: #091454;
}
@media all and (max-width: 680px) {
  .icon-button {
    border-radius: 1.6rem;
    font-size: 16px;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }
.icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
    margin-top: -5px;
}
.icon-button i {
	  height: 1.6rem;
	  line-height: 2.6rem;
      width: 1.6rem;
}
.pinterest {
   display: none; 
  }
  .top-header li {
    margin-right: -7px;
}

}
@media (max-width: 566px){
.icon-button {
    border-radius: 1.6rem;
    font-size: 17px;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 17px;
}
.icon-button:hover span {
    margin-top: -5px;
    margin-left: -6px;
}
.top-header .fa {
    margin-right: -11px;
}
.top-header li {
    margin-right: -4px;
}}
@media (max-width: 492px){
.top-header li {
  float: none;
  text-align: center;
}
.icon-button i {
	float: none;
	text-align: center;
	font-size: 23px;
}
.icon-button {
	background-color: transparent;
	text-align: center;
	border-radius: 2.6rem;
	cursor: pointer;
	color: #000;
	display: inline-block;
	font-size: 1.3rem;
	height: 2.6rem;
	line-height: 2.6rem;
    margin: 3px 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	width: 2.6rem;
}
}
/*
}.top-header li .z{
display: inline-block;
margin-top: 15px;
margin-right: 34px;
}
.icon-button {
    height: 2.6rem;
}
.icon-button:hover span {
    margin-top: -12px;
    margin-left: -8px;
}
}*/
/*----------------menu------------------*/
.header{
	position: sticky; 
	   top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    margin-top: -18px;
    margin-bottom: 0;
    height: 81px;
    background-color: #013F7E;
}
nav{
    height: 80px;
	background: transparent;
	position:sticky;
}
nav img{
	position: absolute;
	width: 170px;
	top: 13px;
	left: 7%;
}
nav ul{
  float: right;
  margin-right: 25px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 15px;
}
nav ul li a{
  position: relative;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  text-decoration:  none;
}
nav ul li a:before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  font-size: 18px;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s linear;
}
nav ul li a:hover{
	text-decoration:none;
	color:#fff;
}
nav ul li a:hover:before{
  transform: scaleX(1);
  font-size: 20px;
  text-decoration: none;
  transform-origin: left;
}
label #btn,
label #cancel{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}
@media (max-width: 1118px){
  nav img{
    left: 8%;
  }
}
@media (max-width: 944px){
  	nav{
    height: 100px;
	background: #013F7E ;
}
  nav img{
    width: 130px;
		top: 30px;
		left: 6%;
  }
	nav ul li a{
		font-size: 17px;
	}
}
@media (max-width: 860px){
	nav{

    height: 88px;
	background: #013F7E ;
}
  label #btn{
    display: block;
    color:  #fff;
  }
  nav ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background:#013F7E ;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 18px;
  }
  #check:checked ~ ul{
    left: 0;
  }
	#check:checked ~ label #btn{
    display: none;
  }
	#check:checked ~ label #cancel{
    display: block;
  }
}
/*------------------------slider---------------------*/
.slider{
	height: 60%;
}

 .carousel-fade .carousel-item {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity .75s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
}
.carousel-fade {
  position: absolute;
  top: -15px;
  left: 0;
}
.slider h3{
	font-size: 35px;
	font-weight: 500;
	color: #fff;
}
.slider p{
	font-size: 20px;
	color: #fff;
}
.ci .carousel-item:nth-child(1) {
  background-image: url(images/m1.jpg);
  	height: 58vh;
	background-size: cover;
	background-position: center;
}
.ci .carousel-item:nth-child(2) {
  background-image: url(images/m9.jpg);
  	height: 58vh;
	background-size: cover;
	background-position: center;
}
.ci .carousel-item:nth-child(3) {
  background-image: url(images/m5.jpeg);
  	height: 58vh;
	background-size: cover;
	background-position: center;
}

/*-----------------------Welcome Text-----------------------*/
.welcome{
	padding: 50px 100px;
	margin-top: -140px;
	background-color: #fff;
	box-shadow: 0 0 20px 7px rgba(0,0,0,0.2);
}
.welcome h1{
	color: #333;

}
.welcome .home-btn{
	margin-top: 10px;
	padding: 10px 30px;
	border-radius: 30px;
	color: #fff;
	background-color: #013f7e;
}
.welcome .btn:focus{
	box-shadow: none;
}
#about{
	padding-top: 50px;
	padding-bottom: 50px;
}
#about .col-md-6{
	padding: 20px 10px;
	
}
#about h3{
	color: #013F7E;
	padding: 20px auto;
	
}
.img-fluid {
	background-image: url(images/1.psd);
    max-width: 80px;
    height: auto;
}
/*-----------------------------Services----------------------*/
#services{
	background-color: #efefef;
	padding-top: 20px;
	padding-bottom: 80px;
}
#services .col-md-4{
	padding: 20px;
}
#services .col-md-4 h4{
	padding: 5px;
}
#services .col-md-4 img{
	width: 50px;
	
}
#services .col-md-4 p{
	padding: 5px;
	text-align: justify;
	
}

/*----------------------------------Features-----------------------*/
#features
{
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)),
	url(images/certifacte1.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;

}
#features .col-md-6, .col-md-3{
	padding: 20px;
}

.feature-box{
	height: 120px;

}
.feature-box .feature-left{
	height: 120px;
	width: 20%;
	float: left;
}
.feature-box .feature-left .fa{
	padding-top: 13px;
	font-size: 50px;
}
.feature-box .feature-right{
	width: 80%;
	float: left;
}
.feature-box .feature-right h4{
	padding-top: 10px;
	padding-left: 15px;
	text-align: left;
}
.feature-box .feature-right p{
	
	padding-left: 15px;
	text-align: left;
}
/*-------------------------Testimonials----------------------*/
#testimonials {
	padding-top: 100px;
	padding-bottom: 100px;
}
h2 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 30px 0 60px;
}
h2::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #013F7E;
	left: 0;
	right: 0;
	bottom: -20px;
}
#testimonials .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
#testimonials .carousel .item {
	color: #747d89;
	min-height: 241px;
    text-align: center;
	overflow: hidden;
}
#testimonials .carousel .thumb-wrapper {
	padding: 35px 15px;
    margin-top: 10px;
	background: #fff;
	border-radius: 6px;
	text-align: center;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#testimonials .carousel .item .img-box {
	height: 120px;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}
#testimonials .carousel .item img {	
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
#testimonials .carousel .item h4 {
	font-size: 18px;
}
#testimonials .carousel .item h4, #testimonials .carousel .item p, #testimonials .carousel .item ul {
	margin-bottom: 5px;
}
#testimonials .carousel .carousel-control {
	height: 44px;
	width: 40px;
	background: #013F7E;	
    margin: auto 0;
    border-radius: 4px;
	opacity: 0.8;
}
#testimonials .carousel .carousel-control:hover {
	background: #02264a;
	opacity: 1;
}
#testimonials .carousel .carousel-control i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -19px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #fff;
	text-shadow: none;
    font-weight: bold;
}
#testimonials .carousel .carousel-control.left i {
	margin-left: -2px;
}
#testimonials .carousel .carousel-control.right i {
	margin-right: -4px;
}
/*
#testimonials .carousel {	
	margin: 30px auto 50px;
	padding: 20px 65px;
}
#testimonials .carousel .item {
    text-align: center;
	overflow: hidden;
    height: 260px;
}
#testimonials .carousel .item .img-box {
	background: #fff;
	padding: 9px;
	margin-top: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#testimonials .carousel .item img {
    margin: 0 auto;
}
#testimonials .carousel .carousel-control {
	width: 30px;
	background: none;
}
#testimonials .carousel .carousel-control i {
    font-size: 28px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -59px;
    z-index: 5;
    left: 0;
    right: 0;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
#testimonials .carousel .carousel-indicators {
	bottom: -40px;
}
#testimonials .carousel-indicators li, #testimonials .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 1px 4px;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
#testimonials .carousel-indicators li {	
	background: #999;
	border-color: transparent;
}
#testimonials .carousel-indicators li.active {
	background: #555;
}
/*-------------------------------Subscribe------------------*/
.subscribe{
	padding: 50px 20px;
	background-color: #013f7e;
	position: relative;
	box-shadow: 0 0 20px 7px rgba(0,0,0,0.2);
	margin-bottom: -160px;
}
.subscribe h3, .subscribe p{
	color: #fff;
}
.subscribe .input-group{
	border-radius: 30px;
	background: #fff;
	max-width: 500px;
	margin: 10px auto;
	padding: 5px;
}
.subscribe .form-control{
	border: none;
	background: transparent;
}
.subscribe .form-control:focus{
	box-shadow: none;
	background: transparent;
}
.subscribe .input-group-append{
	background-image: linear-gradient(to right, #1c03b5, #5c8bef);
	border-radius: 30px;
}
.subscribe .input-group-text{
	background: transparent;
	border: none;
	color: #fff;
}
.subscribe .btn:focus{
	box-shadow: none;
}

/*-------------------------Footer---------------------*/
#footer{
	margin-top: 80px;
	padding: 100px 100px 50px 100px; 
	background-color:#7593b140;
	color: #094582;
}
.footer-logo{
	width: 200px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#footer h1{
	font-size: 19px;
	text-align: left;
	margin-top: 37px;
	margin-bottom: 35px;
}
#footer p{
	font-size: 13px;
	text-align: left;
	
}
#footer .city{
	margin-left: 37px;

}
#footer .row .fa{
	padding-right: 20px;
	font-size: 15px;
}
#footer .row .fa-hand-o-right{
	margin-right: -17px;
}
#footer hr{
	margin-top: 10px;
	width: 93%;
	background-color:#013F7E;

}
#footer .copyright{
	margin-bottom: : -80px;
	text-align: center;
	font-size: 17px;
}

/*----------topdown scoll---------------------*/
#button {
    display: inline-block;
    background-color:#091454;
    width: 51px;
    height: 50px;
    text-align: center;
    /*border-radius: 5px 0 0 5px;*/
    position: fixed;
    bottom: 10px;
    right: 5px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #091454;
  color: #fff;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}