html {
  scroll-behavior: smooth;
}
body{
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
#hdr{
    width: 100%;
	background-image: url('../images/hdr-bg.jpg');
	background-size: cover;
	min-height: 600px;
	height:100%;
	background-position: 50% 50%;
	position: relative;
}

#hdr:before{
	 width: 100%;
	position: absolute;
	content: "";
	background: rgb(28,42,104);
	background: linear-gradient(50deg, rgba(28,42,104,0.9) 0%, rgba(59,112,173,0.9) );
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	z-index:0;
	min-height: 600px;
	height:100%;

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0px;
}
#top-hd{
	width: 100%;
}
#top-on{
	position: relative;
	z-index: 1;
}
.log-wrp{
	background-color:#ffffff;
	width: 100%;
	padding: 10px;
	
}

.logo{
	margin: auto;
	display: table;
}
#hdr .navbar{
	width: 100%;
    
}

#hdr .bg-dark {
    background-color: #142c65  !important;

}



#hdr .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:500 !important;
    font-size: 14px;
    position: relative;
    margin: 0px 35px 0px 35px;
}

#hdr .navbar-dark .navbar-nav .nav-link:hover:before {
	content: "\f21e";
    position:absolute;
    color:#ffffff; 
    font: normal normal normal 14px/1 FontAwesome;
    bottom: -4px;
    left: 40%;
}
#hdr .navbar-dark .navbar-nav .nav-link.active:before {
    content: "\f21e";
    position:absolute;
    color:#ffffff; 
    font: normal normal normal 14px/1 FontAwesome;
    bottom: -4px;
    left: 40%;
}
#hdr .navbar-dark .navbar-nav .nav-link:hover:after {
    content: "";
    position:absolute;
    width: 100%;
    height: 3px;
    background-color:#c32127; 
    bottom:-8px;
    left: -2px;
}

 #hdr .navbar-dark .navbar-nav .nav-link.active:after {
    content: "";
    position:absolute;
    width: 100%;
    height: 3px;
    background-color:#c32127; 
    bottom: -8px;
    left: -2px;
}


#hdr h2{
	color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:800 !important;
    font-size: 36px;
    margin-top: 12%;
    line-height: 55px;
    letter-spacing: 1px;
    padding: 10px;

}

.hd-img-wrp{
	width: 400px;
	height: 500px;
}
.hd-img{
	margin-top: 125px;
}

.btn-wrp{
   padding: 10px;
}
.btn-grn{
    width: 175px;
    height: 50px;
    background-color:#b37363;
    position: relative;
}
.btn-grn:before{
    content: "";
    font: normal normal normal 14px/1 FontAwesome !important;
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #c32127;
    right: -10px;
    top: 8px;


}
.btn-grn:after{
    content: "\f054";
   font: normal normal normal 14px/1 FontAwesome !important;
   color:#ffffff;
    right: 2px;
    position: absolute;
    top: 17px;
}
    
.btn-grn {
    color:#ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    display: block;
    text-decoration: none;
   

}

.btn-grn:hover{

    color:#ffffff;
    text-decoration: none;
    background-color: #c32127;
}

.btn-grn:hover:before{
    color:#000000;
    text-decoration:none;
    background-color:#b37363;
}
.about-wrp{
	width: 100%;
	padding: 0px;
}
.white-top {
    background-color: 
    #ffffff;
    margin-top:-60px;
    position: relative;
    z-index: 0;
    left: -15px;
}
.abt-txt-cvr{
  padding-left:50px;
}

.about-wrp h2{
	color: #3f72b0;
    font-family: 'Poppins', sans-serif;
    font-weight:500 !important;
    font-size: 36px;
    margin-top: 20%;
    line-height:46px;
    letter-spacing: 1px;
}

.about-wrp p{
	color:#545454;
    font-family: 'Poppins', sans-serif;
    font-weight:normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
     margin-top:5%;
}

#service-sec{
 background-color:#37629f;
}

#service-sec h2{
	color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:500 !important;
    font-size: 36px;
    margin-top: 12%;
    line-height:46px;
    letter-spacing: 1px;
}
#service-sec ul{
	list-style:none;
	padding-left: 10px;
	margin-top: 5%;
}

#service-sec ul li{
	display:block;
	line-height: 75px;
}

#service-sec ul li i{
	color:#c32127;
	background-color:#ffffff;
	border-radius: 30px;
	padding: 8px 8px 6px 11px;
	margin-right:10px;
	font-size: 12px;
	box-shadow: #000 1px 1px 3px 0px;
}   
#service-sec span{
	color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:300 !important;
    font-size:18px;
    /*cursor: pointer;*/
}
#service-sec span:hover{
    color:#b37363;
}
.service-bg{
	background-image: url('../images/service-bg.jpg');
	background-size: cover;
	height: 100%;
	position: relative;
    top:-65px;
    z-index:0;
    padding: 15px;
    padding-bottom: 50px;
}

#service-sec h5{
	color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:500 !important;
    font-size: 22px;
    margin-top: 20%;
    line-height:46px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.payment-cvr{
	padding-bottom:15px;
	text-align: center;
}
.white-cut{
	background-color:#ffffff;
    width: 100%;
    height:20%;
    position: relative;
    top: -65px;
}
#location-sec{
	padding: 80px 0px 0px 0px;
}
#location-sec h2{
	color:#37629f;
    font-family: 'Poppins', sans-serif;
    font-weight:500 !important;
    font-size: 36px;
    line-height:46px;
    letter-spacing: 1px;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

#location-sec h5{
	color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:500 !important;
    font-size: 18px;
    line-height:26px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 15%;
    padding-left: 10px;
    margin-left: 15%;
}

.loc-one{
	background-color:#34609e;
}
.loc-two{
	background-color:#3a6aa9;
}
.loc-three{
	background-color:#3f72b0;
}
#location-sec span {
	float:left;
	padding-top:30px;
}

#location-sec p{
	color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:300 !important;
    font-size: 16px;
    line-height:26px;
    letter-spacing: 1px;
    padding: 10px 0px 0px 70px;
}
.pado{
	padding:0px;
}
#contact-sec{
 background-color:#37629f;
 margin-top: 0px;
}
.contact-bg{
	background-image: url('../images/contact-bg.jpg');
	background-size: cover;
	
}

#contact-sec h2{
	color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight:800 !important;
    font-size: 36px;
    margin-top: 15%;
    line-height: 55px;
    letter-spacing: 1px;
    padding: 10px;

}

.contact-form-panel{
	background-color:#fff;
	border-radius: 5px;
	box-shadow: 0 1px 73px 0
	rgba(40,40,40,.15);
}

#contact-sec h3{
	color: #0b2653;
    font-family: 'Poppins', sans-serif;
    font-weight:800 !important;
    font-size: 26px;
    line-height: 55px;
    letter-spacing: 1px;
    padding-bottom: 20px;
   
}
.contact__form-panel {
    background-color: #fff;
    padding:60px;
    border-radius: 5px;
    box-shadow: 0 1px 73px 0 rgba(40,40,40,.15);
    margin-top:-40px;
    position: relative;
    z-index: 0;
}
.form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-control {
    height: 60px;
    line-height: 60px;
    border: none;
    border: 2px solid #e7ebef;
    background-color:transparent;
    border-radius: 2px;
    padding: 0 0 0 20px;
    font-size: 14px;
}

textarea.form-control {
    height: 110px;
    padding-top: 10px;
    line-height: 25px;
}

#contact-sec .btn__primary {
    background-color:#b37363;
    color:#fff;
    
}
#contact-sec .btn__primary:hover {
    background-color: #c32127;
    color:#000000;
    
}
#contact-sec .btn__block {
    width: 100%;
}
#contact-sec .btn {
    text-transform: capitalize;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    letter-spacing: .2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#contact-sec .form-control:focus{
	border-color: #c32127;
	box-shadow: 0 0 0 .2rem rgba(155, 32, 32, 0.06);
}
#contact-sec ul{
	list-style: none;
}
#contact-sec ul li{
	display: inline-block;
}
#ftr{
	background-color:#c32127;
	padding: 35px 0px 15px 0px;
	font-family: 'Poppins', sans-serif;
	color: #ffffff;
	text-align:center;
	font-weight:300;
	font-size: 14px;
	margin-top: -20px;
	z-index:-5;
	position: relative;
}


#social {
  margin: 20px 10px;
  
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border:2px solid #ddd; /* add border to the buttons */
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
    text-decoration: none;
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
      text-decoration: none;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
      border-color: #e64522;
      text-decoration: none;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
      border-color: #0094BC;
      text-decoration: none;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.locmap{
	padding:0!important;
	margin:0!important;
}
.locmap p
{
	padding:0!important;
	margin:0!important
}
