@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/*---- style ---*/

body{ font-family: Lato, Helvetica, sans-serif; font-size:15px;}

*{ font-family: Lato;}

.fa{ font-family: fontawesome !important;}


a {
  color: #ff636b;
}

a:hover, a:Focus{
  color: #00295a;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Lato, Helvetica, sans-serif;
}

p{ font-family: Lato, Helvetica, sans-serif; font-size:15px; line-height:24px; font-weight: 400; color:#333; text-align:justify;}

dl, ol, ul{ font-family: Lato, Helvetica, sans-serif; font-size:15px; line-height:24px; font-weight: 400; color:#333; text-align:left;}

.container-fluid{ --bs-gutter-x: 0;}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar{ background:#00295a; font-size: 16px; line-height: 24px; padding: 10px 5px;	transition: all 0.5s; width: 100%; overflow: hidden;}

#topbar .contact-info{ color: white; float: left; font-family: Lato, Helvetica, sans-serif; font-size:15px; }
#topbar i { color: #ff636b; font-size:20px; padding-right: 4px;}
#topbar .contact-info i + i {
  margin-left: 15px;
}

.social-lnks{ float:right; color:#fff; font-size: 16px;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header{ text-align:center;}
header img{ max-width:100%; margin-top:15px;}

/*--Baner content----*/

.banner-cont{
    position: absolute;
    top: 20%;
    width: 560px;
    padding:60px 50px;
    right: 10%;
    z-index: 999;
    text-align: center;
    background: rgba(254,254,254,.9);
    }
	
.banner-cont h3 {
  margin: 0;
  font-size: 30px;
  text-align: left !important;
  font-weight: 700;
  line-height: 56px;
  padding-left:15px;
  color: #ff636a;
  text-align:justify;
  border-left:5px solid #ff636a;
}

.banner-cont h3 span {
  color: #00295a; /*display:block;*/
}

.banner-cont p { 
    font-size: 16px;
    font-weight: 400;
    color: #00295a; text-align:left;
    line-height: 30px;
    letter-spacing: 1px;
}

.banner-cont a{ text-decoration:none;}

.banner-cont h4 {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 30px; text-align:center
}

.banner-cont .btns {
  margin-top: 30px;
}

.banner-cont .btn-menu,.banner-cont .btn-book {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: white;
  background:#00295a;
  border: 2px solid #ff636b;
}

.banner-cont .btn-menu:hover, .banner-cont .btn-book:hover {
  background: #ff636b;
  color: #00295a;
}

.banner-cont .btn-book {
  margin-left: 15px;
}
/*-- //Slider --*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

.section-bg{ background-color: #1a1814;}
.section-title{ padding-bottom: 40px; }
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: Lato, Helvetica, sans-serif;
}

.section-title h2:after{
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 10px;
}

.contact .section-title h2:after, .Calcul-sec .section-title h2:after { background:rgba(249, 191, 30, 0.5)}

.section-title p{ margin: 0; margin: 0; font-family: Lato, Helvetica, sans-serif; font-size: 36px; font-weight: 700; color: #ff636b;}

.sub_heading{ position: relative; font-size: 25px; padding-left: 120px; color: #ff636a;}
.sub_heading:before{ position: absolute; content: ""; width: 18%; height: 2px; background: #ff636a; bottom: 10px; left: 36px;}
.main_heading{ font-size: 40px; font-weight: 700; margin: 0; text-align: center; color: #00295a; text-transform: capitalize; }


.about{ padding: 70px 0; background:#f5f5f5;}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color:#333;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff636b;
}

.about p {color: #232323; font-size: 16px; line-height:24px; text-align:justify; }



/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us{padding: 10px 20px;}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  background: #00295a;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ff636b;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.8);
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ff636b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}


.section-box-eleven {
    height: 250px;
    position: relative;
    overflow: hidden;
    cursor: default;
    box-shadow: 0px 4px 10px #ccc;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.section-box-eleven figure {text-align:center;
    position: absolute;
    padding: 8px 15px;
    width: 100%;
    top: -50%;
    transition: 0.5s all ease-in-out;
    background: rgb(0 ,41 ,90 , .95);
}
.section-box-eleven .title h5 {
    color: #fff;
    margin: 18px; text-transform: uppercase; font-size:20px;
    letter-spacing: 1px; text-align:center; font-weight:600;    display: inline-block;
}
.section-box-eleven .title p {
    color: #fff;
    padding: 15px; line-height:24px; text-align:center; border:1px solid #eee; margin-top:50px;
    font-size: 16px;
}
.section-box-eleven .icon-img{}
.section-box-eleven .fa{ font-size: 30px; color: #ff636a; margin-top: 12px;}
.section-box-eleven:hover figure {
    top: 0px;
    height: 100%;
}

/*
.section-box-eleven img {
    height: 100%;
}
*/


.tm-img{ float:left; margin-right:10px; border:1px #ccc solid; padding:3px;}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service {
    background: url(image/serv-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 60px;
    padding-top: 50px;
}
.sub-heading-1 {
    position: relative;
    font-size: 22px;
    color: #00295a;
    text-align: center;
    margin: 0 0 5px;
}
.sub-heading-1:before {
    position: absolute;
    content: "";
    width: 5%;
    height: 2px;
    background: #ff636a;
    bottom: 10px;
    left: 36%;
}
.sub-heading-1:after {
    position: absolute;
    content: "";
    width: 5%;
    height: 2px;
    background: #ff636a;
    bottom: 10px;
    right: 36%;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
.grid figure {
	border-top:5px solid #ff636a;border-bottom:5px solid #ff636a;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 100%;
    max-width: 100%;
    max-height: 265px;
    width: 99%;
    /* background: #000000; */
    text-align: center;
    cursor: pointer;
    /* box-shadow: 0px 3px 30px rgba(0,0,0,0.85); */
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}
figure.effect-6 img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-6 figcaption {
    padding: 3em;
    background-color: rgba(58,52,42,0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
figure.effect-6 figcaption::before {
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;
    border: 1px solid #fff;
    content: '';
	padding:10px;
}
figure.effect-6 figcaption::before, figure.effect-6 p {
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
    font-size: 16px;
	text-align:center;
}
figure.effect-6 h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    opacity: 0;
    font-weight: 700;
}
.grid figure h2 {
    /* word-spacing: -0.15em;*/
    font-weight: 600;
    font-size: 20px;
}
figure.effect-6:hover {
    background: #00295a;
	border-top:5px solid #00295a;border-bottom:5px solid #00295a;
}
figure.effect-6:hover img {
    opacity: 0.1;
}
figure.effect-6:hover figcaption {
    background-color: rgba(0,41,90,0);
}
figure.effect-6:hover figcaption::before, figure.effect-6:hover p {
    opacity: 1;
    color: #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
}
figure.effect-6:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
}
figure.effect-6 .ser-cont{position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding: 15px 30px;}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/


.form-bx{ background: #eee; padding:15px 20px; border-radius:10px;}
.form-bx .txt{ font-size:20px; line-height:30px; font-weight:600;}
.form-bx h4{ font-size:30px; line-height:30px; font-weight:700; text-align:left; color:#fe0000; display: block;}
.form-bx p{ font-size:16px; line-height:30px; text-align:left; display: inline-block;}
.form-bx .fa{ float:right; font-size:60px; width:60px; height:50px; position: relative; right: 10px; top: -20px; color: #02aec4;}

.form-bx .form-control { background: transparent; border: 1px solid #b3b3b3; border-radius: 0; font-size: 16px; padding: 10px 10px; color: #222; box-shadow: 1px 10px 20px -12px rgba(0,0,0,0.2);}

.form-bx .sbmt{ color: #fe0000; cursor: pointer; border-radius:20px; padding: 10px 25px; font-size:16px; 
border:2px #fe0000 solid;}



footer {
  background: #001c3e;
  padding: 0 0 10px 0;
  color: #eee;
  font-size: 14px;
}

footer .footer-top {
  background: #00295a;
  padding: 60px 0 0px 0;
}

footer .footer-top .footer-info {
  margin-bottom: 30px;
}

footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: Lato, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #ff636b;
}

footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Lato, Helvetica, sans-serif;
  color: #eee;
}
footer .footer-top .social-links{ margin-top:15px;}

footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00295a;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
footer .footer-top .social-links a .fa{ margin-right:0px;}
footer .footer-top .social-links a:hover {
  background: #ff636b;
  color: #fff;
}
footer .footer-top .social-links a:hover .fa{ 
  color: #fff;
}

footer h2{color:#fff; font-size:25px; font-weight:bold; border-left:5px solid #ff636a; padding-left:15px;}
footer h2 span{color:#fff; font-size:18px;}
footer .footer-contact .fa{margin-right:10px; color:#ff636b; font-size:16px;}
footer .footer-top h4 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

footer .footer-top h4::before,
footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

footer .footer-top h4::before {
  right: 0;
  background: #fff;
}

footer .footer-top h4::after {
  background: #ff636a;
  width: 60px;
}

footer p{ font-size: 16px; text-align:left; line-height: 24px;}
footer .footer-top .footer-links {
  margin-bottom: 30px;
}

footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #FFF;
}

footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #fff;
  padding: 7px 5px;
}

footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

footer .footer-top .footer-links ul a {
  color: #eee;
  font-size: 16px;
  text-decoration:none;
  line-height: 30px;
}

footer .footer-top .footer-links ul a:hover {
  color: #ff636b;
}

footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

footer .footer-top .footer-contact p {
  line-height: 24px; color: #fff; margin-top:5px; margin-bottom:5px; }

footer .copyright { font-size: 16px; line-height: 30px; color: #fff; padding-top: 10px; text-align: left;  }

footer .credits{ font-size: 16px; line-height: 30px; color: #fff;  text-align: right; padding-top: 10px; }
footer .credits a{ color: #fff; text-decoration:none;}


.top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #00295a;
    padding: 10px 10px;
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    opacity: 0;
    transition: ease-in 0.5s;
}


.top.scll-top {
    opacity: 1;
    transition: ease-in 0.5s;
    bottom: 50px;
}

.top .fa {
    display: block !important;
}



@media (min-width: 1367px) {
	
#MenuControl:after{ display:none;}

}

@media (max-width: 991px) {
.navbar-nav:after{display:none;}

}


@media(max-width:767px){
.nav-fill .nav-item, .nav-fill>.nav-link{ text-align:left;}
.nav-item ul li .dropdown-toggle::after{ transform: rotate(90deg);}

}


@media (max-width: 767px) {

.hm-team .left.carousel-control, .hm-team .right.carousel-control {
    display: none;
}
	
.ser-box {
    width: 100%;
}	
.caption {
	display: none !important;
}	
		
  .fix-box{display:none;}
  .navbar {
    background: #ffbc3b;}
	header img {
    top: 0 
}
.hm-serv-lft-inner{padding:0;}
.hm-serv-rht-inner{width:49%;}
}


@media (max-width: 575px) {

.hm-serv-rht-inner{width:100%;}
.nav-tp .head-rht{display:none;}
}


.frm-ft.change ul li {
  font-size: 14px;
}
.frm-ft.change p {
  font-size: 14px;
}

