
body{
	color: #616161;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
	color: #002c5d;
	font-weight: bold;
	font-family: 'Source Sans Pro';
}
h1{
	font-size: 48px;
}
h2{ 
	font-size: 36px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}
span{
	color: #d31c1c;
}

/* Links
------------------------------------ */
a{
  display: inline-block;
  color: #616161;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
a:hover{
	text-decoration: none;

}
a:hover,
a:focus,
a:active {
	color: #d46f6f;
}


/* =============== */

.sticky-nav {
  left: 0;
  margin: auto;
  top: 0 !important;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background-color: #002c5d;
  z-index: 9999 !important;
  animation-name: slideInDown;
  animation-duration: 1.5s;
}



.menu-box .sticky-logo{
  display: none;
}

.menu-box.sticky-nav .sticky-logo{
  display: block;
  margin-left: 100px;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/* mobile menu start ================================*/



/* ======================Topbar start========================== */
.topbar .topbar-wraper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* padding: 28px 0px 28px 0px; */
}

.topbar .topbar-wraper .contact{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.topbar .topbar-wraper .contact .phone{
	position: relative;
}

.topbar .topbar-wraper .contact .phone .icon{
	margin-right: 10px;
}

.topbar .topbar-wraper .contact .phone .icon i{
	font-size: 35px;
	color: #d31c1c;
}

.topbar .topbar-wraper .contact .spase{
	padding-right: 45px;
	position: relative;
}

.topbar .topbar-wraper .contact .spase::before{
	position: absolute;
	content: "";
	height: 50px;
	width: 1px;
	background-color: #e5e9ee;
	right: 10%;
  top: 3%;
}

.topbar .topbar-wraper .contact .phone .icon-content p{
	margin-bottom: 6px;
	font-size: 15px;
	color: #727272;
	font-weight: 400;

}

.topbar .topbar-wraper .contact .phone .icon-content span{
	font-size: 18px;
	color: #002c5d;
	font-weight: 600;
}
/* ======================Topbar end========================== */


/* ======================menu section start========================== */
.menu-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #00152d;
	/* border-radius: 6px 6px 6px 6px; */
	margin-bottom: -35px;
  z-index: 6;
  position: relative;
}

.menu-box .main-menu nav ul{
	display: flex;
	flex-wrap: wrap;
}

.menu-box .main-menu nav ul i{
	opacity: 0.7;
	font-size: 13px;
}

.menu-box .main-menu ul li a{
	padding: 10px 15px;
	color: #fff;
}

.menu-box .main-menu ul li a:hover{
	color: #d31c1c;
}

.menu-box .right-content{
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}

.menu-box .right-content .icon a{
	margin: 0px 10px;
	color: #fff;
	
}

.menu-box .right-content .icon a i{
	font-size: 20px;
	position: relative;
}

.menu-box .right-content .icon{
	position: relative;
}

.menu-box .right-content .icon::after{
	position: absolute;
	content: "";
	height: 20px;
	width: 1px;
	background-color: #8096ae;
	left: 50%;
	top: 2%;

}

.menu-box .right-content .button{
	background-color: #d31c1c;
	border-radius: 0px 6px 6px 0px;
	margin-left: 10px;
	transition: .5s;
}

.menu-box .right-content .button a{
	padding: 23px 23px;
	color: #fff;
	font-size: 16px;
	transition: .5s;
}

.menu-box .right-content .button:hover{
	background-color: transparent;
	color: #d31c1c;
	transition: .5s;
}

.menu-box .right-content .button:hover a{
	color: #d31c1c;
	transition: .5s;
}

.menu-box .right-content .button i{
	margin-left: 10px;
}
/* ======================menu section end========================== */
   /*--=====================================
    ----------start sub menu---------------
    -========================================*/

.menu-box .main-menu .sub-menu {
    height: auto;
    width: 290px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0, 0,0.2);
    position: absolute;
    text-align: left;
    top: 80px;
    transition: .3s;
    opacity: 0;
    /* left: 0; */
    visibility: hidden;
    border-radius: 7px;
    padding: 2px 0px;
    border-top: 4px solid#2D4B8B;
    border-bottom: 4px solid#d31c1c;
    letter-spacing: 1px;
    
}

.menu-box .main-menu .menu-item-has-children{
	position: relative;
}

.menu-box .sub-menu li {
    display: block;
    margin-bottom: -53px;
    
}
.menu-box .main-menu .sub-menu li a {
    position: relative;
    color: #002c5d;
    margin: 5px 8px 5px 20px;
    font-weight: 500;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 50px;
    transition: .5s;
   
}

.menu-box .main-menu .sub-menu li a:hover{
	color: #d31c1c;
	transition: .5s;
}

.menu-box .main-menu ul li:hover .sub-menu {
    top: 48px;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transition: .5s;
}

.menu-box .main-menu .sub-menu li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background-color: #d31c1c;
    left: -18px;
    top:18px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.menu-box .sub-menu li a:hover {
    margin-left: 30px;
    color: #333;
    transition: .5s;
}
.sticky-nav.header-area .main-menu .sub-menu li a:hover {
    margin-left: 30px;
    color: #d31c1c;
    transition: .5s;
}
.menu-box .sub-menu li a:hover::before {
    opacity: 1;
    visibility: visible;
}

/*--==========================================
  -------------------------
  -=========================================*/
  .menu-box .main-menu .sub1-menu {
    height: auto;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0, 0,0.2);
    position: absolute;
    text-align: left;
    top: 100px;
    transition: .3s;
    opacity: 0;
    left: 240px;
    visibility: hidden;
    border-radius: 7px;
    padding: 5px 0px;
    border-top: 4px solid#2D4B8B;
    border-bottom: 4px solid#d31c1c;
}

.menu-box .main-menu .menu-item-has-children{
	position: relative;
}

.menu-box .sub1-menu li {
    display: block;
    margin-bottom: -53px;
}
.menu-box .main-menu .sub1-menu li a {
    position: relative;
    color: #002c5d;
    margin: 5px 8px 5px 20px;
    font-weight: 500;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 50px;
    transition: .5s;
}

.menu-box .main-menu .sub1-menu li a:hover{
	color: #d31c1c;
	transition: .5s;
}

.menu-box .main-menu .u li:hover .sub1-menu {
    top: 35px !important;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transition: .5s;
}

.menu-box .main-menu .sub1-menu li a::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 15px;
    background-color: #d31c1c;
    left: -18px;
    top:18px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.menu-box .sub1-menu li a:hover {
    margin-left: 30px;
    color: #333;
    transition: .5s;
}
.sticky-nav.header-area .main-menu .sub1-menu li a:hover {
    margin-left: 30px;
    color: #d31c1c;
    transition: .5s;
}
.menu-box .sub1-menu li a:hover::before {
    opacity: 1;
    visibility: visible;
}


/* ======================Hero section start========================== */
.hero-section{
}

.hero-section .hero-slider {
  position: relative;
  height: 850px;
}

.hero-section .hero-slider .slider-content{
	position: relative;
	margin-top: 20px;
}

.hero-section .hero-slider .shape-image1{
	right: 8%;
  top: 58%;
	position: absolute;
}

.hero-section .hero-slider .shape-image1 img{
	border-radius: 7px;
}

.hero-section .hero-slider .shape-image2{
	right: 36%;
  top: 43%;
	position: absolute;
}

.hero-section .hero-slider .shape-image2 img{
	border-radius: 7px;
}

.hero-section .hero-slider .slider-content .text-section h1{
	color: #002c5d;
	font-size: 66px;
}

.hero-section .hero-slider .slider-content .text-section h1 span{
	color: #d31c1c;
	
}
.hero-section .hero-slider .slider-content .text-section p{
	font-size: 16px;
	color: #002c5d;
	font-weight: 500;
	padding: 15px 80px 20px 0px;
}

.hero-section .hero-slider .slider-content .button a{
	padding: 18px 30px;
  background-color: #d31c1c;
  border-radius: 5px;
  color: #fff;
  transition: .5s;
  border: 1px solid #d31c1c;
}

.hero-section .hero-slider .slider-content .button .left{
	margin-right: 15px;
}

.hero-section .hero-slider .slider-content .button a:hover{
	background-color: transparent;
	border: 1px solid #d31c1c;
	color: #002c5d;
	transition: .5s;
}
/* ======================Hero section end========================== */
/* ======================book section start========================== */
.book-section .booking-form-row{
	position: relative;
  margin-top: -120px;
  z-index: 66;
}

.book-section .book-content{
	background-color: #132d44;
	/* height: 220px; */
	border-radius: 5px;
}

.book-section .book-content .booking-form-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 30px 30px 55px 30px;

}

.book-section .book-content .booking-form-inner input::placeholder{
	color: #171717;
}

.book-section .book-content .booking-form-inner label{
	color: #fff;
}

.book-section .book-content .booking-form-inner .form-control{
	padding: 15px 4px;
	color: #171717;
}

.book-section .book-content .booking-form-inner .form-control.date{
	padding: 15px 30px;
}

.book-section .book-content .booking-form-inner .option{
	border: none;
	padding: 25px 60px;
}

.book-section .book-content .booking-form-inner select {
	padding: 9px 0px;
	border-radius: 4px;
	border: none;
	color: #171717;
	background-color: #fff;
}
 
 .book-section .book-content .booking-form-inner .btn-submit{
	padding: 8px 27px;
  border: none;
  background-color: #d31c1c;
  color: #fff;
  border-radius: 4px;
  margin-top: 28px;
}

 .book-section .book-content .booking-form-inner .btn-submit i{
 	margin-right: 10px;
 }
 .form-control:focus {
    background-color: transparent !important;
}
.contact-section .contact_from .contact {
    border: 1px solid #6d8aab;
    border-radius: 4px;
    height: 50px;
}
.contact-section .contact_from textarea {
    height: 150px !important;
}
/* ======================book section end========================== */
/* ======================about section start========================== */
.about-section {
    margin: 100px 0px 90px 0px;
}

.about-section .containt-wraper .right-spase{
	padding-right: 25px;
}

.about-section .containt-wraper .about-title h1{
	font-size: 44px;
}

.about-section .containt-wraper .image img{
	width: 100%;
}

.about-section .containt-wraper .left-spase{
	padding-left: 25px;
	position: relative;
}

.about-section .containt-wraper .signetire .image img{
	width: 40%;
}

.about-section .containt-wraper .left-spase .shape-image3{
	position: absolute;
	right: 10px;
  	bottom: -58px;
}

.about-section .containt-wraper .list{
	position: relative;
}

.about-section .containt-wraper .about-title p{
	font-size: 16px;
	font-weight: 500;
	margin: 25px 0px;
}

.about-section .containt-wraper .list .icon{
	margin-right: 10px;
}

.about-section .containt-wraper .list .icon i{
	color: #d31c1c;
	font-size: 20px;
  margin-bottom: 15px;
}

.about-section .containt-wraper .signetire h5{
	color: #898989;
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
}

.about-section .containt-wraper .signetire h2{
	font-size: 22px;
	font-weight: 600;
  margin-bottom: 15px;
}




.about-section1 {
  margin: 10px 0px 30px 0px;
}

.about-section1 .containt-wraper .right-spase{
padding-right: 25px;
}

.about-section1 .containt-wraper .about-title h1{
font-size: 44px;
}

.about-section1 .containt-wraper .image img{
width: 100%;
}

.about-section1 .containt-wraper .left-spase{
padding-left: 25px;
position: relative;
}

.about-section1 .containt-wraper .signetire .image img{
width: 40%;
}

.about-section1 .containt-wraper .left-spase .shape-image3{
position: absolute;
right: 10px;
  bottom: -58px;
}

.about-section1 .containt-wraper .list{
position: relative;
}

.about-section1 .containt-wraper .about-title p{
font-size: 16px;
font-weight: 500;
margin: 25px 0px;
}

.about-section1 .containt-wraper .list .icon{
margin-right: 10px;
}

.about-section1 .containt-wraper .list .icon i{
color: #d31c1c;
font-size: 20px;
margin-bottom: 15px;
}

.about-section1 .containt-wraper .signetire h5{
color: #898989;
font-size: 16px;
font-weight: 500;
margin-top: 30px;
}

.about-section1 .containt-wraper .signetire h2{
font-size: 22px;
font-weight: 600;
margin-bottom: 15px;
}

/* ======================about section end========================== */
/* ======================feature section start========================== */

.feature-secction{
	background-image: url('image/Home-1-Recovered-.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
  padding: 100px 0px 85px 0px;
}

.feature-secction .feature-title h1{
	font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
}

.feature-secction .single-feature {
  background: #fff;
  text-align: center;
  padding: 20px 20px 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0px 5px 60px 0px rgb(0 44 93 / 7%);
}

.feature-secction .single-feature .feature-content p{
	font-size: 16px;
	margin-bottom: 8px;
}

.feature-secction .single-feature .feature-content h2{
	font-size: 22px;
	margin-bottom: 30px;
  	font-weight: 600;

}

.feature-button a {
    padding: 16px 20px;
    background: #d31c1c;
    border-radius: 50px;
    color: #fff;
    transition: .5s;
}
.feature-button a span {
    display: none;
    transition: .5s;

}
.feature-button a i{
	transition: .5s;
}
.feature-button a:hover span{
		display: inherit;
		color: #fff;
}
.feature-button a:hover i{
	margin-left: 10px;
}
.feature-button a:hover{
	padding: 16px 30px;
	border-radius: 30px;
}
.feature-secction .single-feature.item-4{
	background-color: #002c5d;
	text-align: left;
}

.feature-secction .single-feature.item-4 h3{
	color: #fff;
	font-size: 24px;
	margin: 25px 0px 25px 0px;
}

.feature-secction .single-feature.item-4 p{
	color: #d31c1c;
	font-size: 16px;
	margin-bottom: 3px;

}

.feature-secction .single-feature.item-4 h4{
	color: #fff;
	font-size: 20px;
}

.feature-secction .single-feature.item-4 .bar{
	height: 1px;
	width: 100%;
	background-color: #d31c1c;
	margin: 20px 0px;
}

.feature-secction .single-feature.item-4 h2{
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
}

/* ======================feature section end========================== */
/* ======================Call do section start========================== */
.call-do-section{
	background-image: url('image/bg-call.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

.call-do-section .call-do-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 90px 0px;
}

.call-do-section .call-do-content .left-content .image img{
	width: 100%;
}

.call-do-section .call-do-content .left-content .title{
	padding-left: 25px;
}

.call-do-section .call-do-content .left-content .title p{
	font-size: 34px;
	color: #fff;
	margin-bottom: 0;
	margin-top: 0;
}

.call-do-section .call-do-content .left-content .title h1{
	font-size: 44px;
	color: #fff;
	margin-bottom: 5px;
}

.call-do-section .call-do-content .button a{
	font-size: 16px;
	color: #fff;
	background-color: #d31c1c;
	padding: 17px 25px;
	border-radius: 4px;
	transition: .5s;
}

.call-do-section .call-do-content .button a:hover{
	background-color: transparent;
	border: 1px solid #d31c1c;
	color: #fff;
	transition: .5s;
}
/* ======================Call do section end========================== */
/* ======================Service section start========================== */
.service-bg{
	background-image: url('image/Home-1.jpg');
	background-position: center;
	background-size: cover;
	padding-bottom: 250px;
	padding-top: 90px;
}

.service-bg .service-title-wraper h1{
	font-size: 44px;
	margin-bottom: 60px;
}

.service-bg .service-title-wraper p{
	font-size: 16px;
	margin-top: 20px;
}

.service-section{
	margin-top: -264px;
	padding-bottom: 100px;
	position: relative;
}

.service-section .service-slider .slider-item{
	box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.05);
	border-radius:5px;
	margin-bottom: 40px;
    overflow: hidden;

}

.service-section .service-slider .slider-item .slider-image{
	height: 265px;
	position: relative;
}

.service-section .service-slider .slider-item .icon{
	position: absolute;
	left: 70%;
	bottom: 9%;
	display: inline-block;
	background-color: #39c9ba;
	height: 80px;
	width: 80px;
	padding: 16px;
	border-radius: 5px;
	transition: .5s;

}

.service-section .service-slider .slider-item:hover .slider-image .icon{
  background-color: #002c5d;
	color: #fff;
  transition: .5s;
}


.service-section .service-slider .slider-item .text-content {
  margin: 0px 20px;
}

.service-section .service-slider .slider-item .text-content .number-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.service-section .service-slider .slider-item .text-content h2{
	font-size: 24px;
	margin-top: 25px;
}
.service-section .service-slider .slider-item .text-content p{
	font-size: 16px;
	margin: 20px 0px;
}

.service-section .service-slider .slider-item .text-content .number-box{
	padding-bottom: 30px;
}

.service-section .service-slider .slider-item .text-content .number-box .number h2{
	font-size: 140px;
	color: #f2f4f7;
	position: absolute;
	bottom: -75%;
  left: 50%;
  transition: .5s;
}

.service-section .service-slider .slider-item:hover .text-content .number-box .number h2{
	bottom: -30%;
	transition: .5s;
}


.service-button a {
    padding: 16px 20px;
    background: #d31c1c;
    border-radius: 50px;
    color: #fff;
    transition: .5s;
}
.service-button a span {
    display: none;
    transition: .5s;

}
.service-button a i{
	transition: .5s;
}
.service-button a:hover span{
		display: inherit;
		color: #fff;
}
.service-button a:hover i{
	margin-left: 10px;
}
.service-button a:hover{
	padding: 16px 30px;
	border-radius: 30px;
}
/* .service-section .service-slider .slider-item .service-button a{
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding: 0 15px;
	overflow: hidden;
	border-radius: 50%;
  	background-color: #e1f7f5;
}

.service-section .service-slider .slider-item:hover .service-button a{
	position: relative;
  	width: 125px;
  	border-radius: 30px;
  	text-align: right;
  	background-color: #d31c1c;
  	color: #fff;
}

.service-section .service-slider .slider-item .service-button a span{
	position: absolute;
	transform: translateX(17px);
	left: 0;
	visibility: hidden;
}

.service-section .service-slider .slider-item:hover .service-button a span{
	transform: translateX(15px);
	visibility: visible;
	color: #fff;
} */

.service-section .owl-dots {
 	text-align: center;
 	position: absolute;
 	left: 50%;
 	transform: translateX(-50%);
 	bottom: -5%;
 	transition: 0.5s;

}

.service-section .owl-dots .owl-dot {
  display: inline-block;
  position: relative;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d31c1c;
  margin-right: 20px;
  transition: 0.5s;

}

.service-section .owl-dots .owl-dot.active{
  background: #d31c1c;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
/* ======================Service section end========================== */

/* ======================tab section start========================== */
.tab-section{
	background-color: #f4f5f7;
	/* padding: 20px 0px; */
}

.tab-section .tab-title h1{
	font-size: 44px;
	text-align: center;
}

.tab-section .tab-title p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 0px;
}

.tab-section .accordion {
  background: #fff;
  margin-top: 70px;
}

.accordion-tabs {
  display: none;
}

.accordion-tabs :focus {
  outline: none;
}

.accordion-item {
  border-bottom: 1px solid #eaeaea;
}

.accordion-item:last-child {
  border: none;
}

.tab-section .accordion .accordion-tabs button{
	padding: 30px 0px;
}

.tab-section .accordion .accordion-tabs button img{
	margin-bottom: 20px;
}

.tab-section .accordion .accordion-tabs button span{
	font-size: 16px;
	color: #002c5d;
}

.tab-section .accordion .accordion-content{
	padding: 0px 40px;
}

.tab-section .accordion .accordion-content img{
	width: 100%;
}

.tab-section .accordion .accordion-content .left-content {
	padding-right: 20px;
}

.tab-section .accordion .accordion-content .left-content h2{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}

.tab-section .accordion .accordion-content .left-content .sub-title p{
	font-style: italic;
}

.tab-section .accordion .accordion-content .left-content p{
	font-style: normal;
}

.tab-section .accordion .accordion-content .left-content .list .icon-box p{
	margin: 5px 0px;
}

.tab-section .accordion .accordion-content .left-content .list .icon{
	margin-right: 10px;
}

.tab-section .accordion .accordion-content .left-content .list .icon i{
	color: #d31c1c;
	font-size: 20px;
  
}

.tab-section .accordion .accordion-content .left-content .button a{
	font-size: 16px;
	color: #fff;
	background-color: #d31c1c;
	padding: 15px 30px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.accordion-item__label:hover {
  background: #d3e1ff;
}
.accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
/* .accordion-active {
  background-color: #d31c1c;
} */
.accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}
.accordion-active .accordion-item__label:hover {
  background: none;
}
.accordion-active .accordion-item__label::after {
  opacity: 0;
}
.accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}
.accordion-active .accordion-item__container p:first-child, .accordion-active .accordion-item__container h1:first-child, .accordion-active .accordion-item__container h2:first-child, .accordion-active .accordion-item__container h3:first-child, .accordion-active .accordion-item__container h4:first-child, .accordion-active .accordion-item__container h5:first-child, .accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.accordion-active .accordion-item__container p:last-child, .accordion-active .accordion-item__container h1:last-child, .accordion-active .accordion-item__container h2:last-child, .accordion-active .accordion-item__container h3:last-child, .accordion-active .accordion-item__container h4:last-child, .accordion-active .accordion-item__container h5:last-child, .accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}
.left-content p {
    margin: 20px 0 23px;
}

h4.accordion-item__label {
    opacity: 0;
}




@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;
    background: rgba(68, 127, 255, 0.1);
  }
  .accordion-tabs .accordion-tab {
    background: rgba(234, 243, 244, 1);
    padding: 1rem 2rem;
    font: inherit;
    flex: 1;
    border: none;
    cursor: pointer;
    transition: background 0.1s ease;
  }
  .accordion-tabs .accordion-tab:hover {
    background: rgba(249, 249, 249, 0.01);
  }
  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .accordion-tabs .accordion-tab.accordion-active {
    background: #d31c1c;
    
  }

  .accordion-tabs .accordion-tab.accordion-active img {
    filter: brightness(0)invert(1);
  }

  .accordion-tabs .accordion-tab.accordion-active .span-color {
    color: #fff;
  }

 /*  .tab-section .accordion .accordion-content img{
	width: 100%;
} */

  .accordion-item {
    padding: 2.4rem;
    display: none;
    border: none;
    background: #fff;
    min-height: 260px;
  }


  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}

* {
  box-sizing: border-box;
}

.accordion {
  box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.05);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
/* @media (min-width: 600px) {
  .accordion {
    max-width: 600px;
  }
} */

/* ===================================================================================================== */

/* ======================tab section end========================== */
/* ======================team section start========================== */
.team-section{
	padding: 30px 0px 30px 0px;
}

.team-section .team-title h2{
	font-size: 44px;
	text-align: center;
}

.team-section .team-title p{
	font-size: 15px;
	text-align: center;
	margin-bottom: 27px;
}

.team-section .team-content .main-content{
	box-shadow: 0px 5px 60px 0px rgba(0, 44, 93, 0.07);
	margin-top: 30px;
	border-radius: 5px;
	transition: .5s;
}

.team-section .team-content .main-content:hover{
	background-color: #d31c1c;
	transition: .5s;
}

.team-section .team-content .main-content:hover .text-content .hart-icon a{
	color: #fff;
	background-color: #61d5c9;
	transition: .5s;
}

.team-section .team-content .main-content:hover .text-content ,
.team-section .team-content .main-content:hover .text-content h2, 
.team-section .team-content .main-content:hover .text-content .icon i,
.team-section .team-content .main-content:hover .text-content .button a,
.team-section .team-content .main-content:hover span,
.team-section .team-content .main-content:hover .text-content .hart-icon a{
	color: #fff;
	transition: .5s;
}

.team-section .team-content .main-content .text-content{
	position: relative;
}

.team-section .team-content .main-content .text-content h2{
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.team-section .team-content .main-content .text-content span{
	font-size: 16px;

}

.team-section .team-content .main-content .text-content p{
	font-size: 15px;
	margin-top: 15px;
	padding-right: 40px;
}

.team-section .team-content .main-content .text-content .icon{
	margin-bottom: 30px;
}

.team-section .team-content .main-content .text-content .hart-icon a{
	position: absolute;
	right: 30px;
	top: 21px;
	color: #d31c1c;
	background-color: #ebfaf8;
	border-radius: 43px;
	height: 50px;
	width: 50px;
	line-height: 51px;
	padding: 0 16px;
	overflow: hidden;

}

.team-section .team-content .main-content .text-content .icon i{
	color: #d31c1c;
	margin-left: 5px;
}

.team-section .team-content .main-content .text-content .button a{
	color: #d31c1c;
	padding: 10px 20px;
	border: 1px solid #e5e9ee;
	border-radius: 30px;
	position: absolute;
	left: 190px;
	bottom: 35px;
}
/* ======================team section end========================== */

/* ======================app-download section start========================== */
.app-download-section{
	padding-bottom: 100px;
}
.app-download-section .bg-image{
	background-image: url('image/add-bg.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 80px;
}

.app-download-section .bg-image .text-content .image{
	margin-top: 45px;
}

.app-download-section .bg-image .image{
	margin-bottom: -120px;
}

.app-download-section .bg-image .image img{
	width: 100%;
}
.app-download-section .bg-image .text-content{
	margin-top: 25px;
	margin-left: 20px;
}

.app-download-section .bg-image .text-content .image img{
	width: 100%;
}

.app-download-section .bg-image .text-content h1 {
    font-size: 44px;
}

.app-download-section .bg-image .text-content p {
    font-size: 16px;
    margin: 25px 0px 35px 0px;
}

.app-download-section .bg-image .text-content .image .app-stor {
  margin-right: 20px;
}
/* ======================app-download section end========================== */
/* ======================blog section start========================== */
.blog-section{
	padding: 5px 0px 50px 0px;
	position: relative;
}

.blog-section .blog-title h2{
	font-size: 44px;
	text-align: center;
}

.blog-section .blog-title p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 65px;
}

.blog-section .blog-item{
	box-shadow: 0px 5px 40px 0px rgba(0, 44, 93, 0.08);
}

.blog-section .blog-item .image img{
	width: 100%;
}

.blog-section .blog-item .category h5{
	color: #fff;
	background-color: #002c5d;
	padding: 15px 30px;
  border-radius: 0px 0px 5px 5px;
	font-size: 16px;
	display: inline-block;
	transition: .5s;
	/* writing-mode: vertical-rl; */
	transform: rotate(-90deg)!important;
	position: absolute;
	left: -31px;
  top: 140px;
}

.blog-section .blog-item .category h5:hover{
	background-color: #d31c1c;
	transition: .5s;
}

.blog-section .blog-item .text-wraper{
	padding: 0px 25px;
}

.blog-section .blog-item .text-wraper h3 a{
	font-size: 24px;
    margin: 25px 0px 5px 0px;
    font-weight: 600;
    transition: .5s;
    color: #d31c1c;
}
div#status {
    color: #fff;
}
.blog-section .blog-item .text-wraper h3 a:hover{
	color: #002c5d;
	transition: .5s;
}

.blog-section .blog-item .text-wraper p{
	font-size: 16px;
	margin-top: 0;
}

.blog-section .blog-item .text-wraper .bar{
	background-color: #e5e9ee;
	height: 1px;
	width: 100%;
}

.blog-section .blog-item .text-wraper .image {
    margin: 17px 0px;
}

.blog-section .blog-item .text-wraper .name-date h4{
	font-size: 16px;
}

.blog-section .blog-item .text-wraper .name-date span{
	color: #002c5d;
	margin-right: 20px;
}


/* ======================blog section end========================== */
/* ======================subscribe section start========================== */
.subscrib-section{
	background-color: #ebf6f4;
	padding: 50px 0px;
}

.subscrib-section .icon a{
	height: 50px;
  	width: 50px;
  	border-radius: 24px;
  	background-color: #d31c1c;
	color: #fff;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	padding: 8px;
	margin-right: 10px;
	transition: .5s;
}

.subscrib-section .icon a:hover{
	background-color: #002c5d;
	transition: .5s;
}

.subscrib-section .form-wraper{
	position: relative;
}

.subscrib-section .form-wraper input{
	padding: 30px 20px;
}

.subscrib-section .form-wraper input::placeholder{
	/* padding-left: 20px;
	margin-left: 30px; */
}

.subscrib-section .form-wraper button{
  position: absolute;
  padding: 19px 40px;
  border: 0;
  background-color: #d31c1c;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  right: 0;
  top: 0;
  transition: .5s;
}

.subscrib-section .form-wraper button:hover{
	background-color: #002c5d;
	border: 1px solid #d31c1c;
	color: #fff;
	transition: .5s;
}


/* ======================subscribe section end========================== */
/* ======================footer section start========================== */
.footer-section{
	background-image: url('image/Home-1-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 50px;
}

.footer-section p{
	color: #fff;
	font-size: 16px;
	margin-top: 35px;
	line-height: 1.7;
}

.footer-section .button a {
    font-size: 16px;
    color: #fff;
    background-color: #d31c1c;
    padding: 15px 30px;
    border-radius: 4px;
    margin-top: 20px;
    transition: .5s;
    border: 1px solid #d31c1c;
}

.footer-section .button a:hover{
	background-color: transparent;
	border: 1px solid #d31c1c;
	color: #fff;
	transition: .5s;
}

.footer-section h2{
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
}

.footer-section ul li a{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 21px;
	color: #fff;
	transition: .5s;
}

.footer-section ul li a:hover{
	color: #d31c1c;
	transition: .5s;
}

.footer-section ul li a i{
	margin-right: 10px;
}

.footer-section .footer-news{
	margin-bottom: 30px;
}

.footer-section .footer-news .image img{
	width: 100%;
	border-radius: 5px;
}

.footer-section .footer-news .image-content p {
	margin: 0px 0px 10px 10px;
	font-size: 16px;
  	font-weight: 500;
  	color: #fff;
}

.footer-section .footer-news .image-content p a{
	color: #fff;
}

.footer-section .footer-news .image-content p a:hover{
	color: #d31c1c;
}


.footer-section .footer-news .image-content span{
	margin: 0px 0px 0px 10px;
}

.footer-section .footer-icon .icon i{
	color: #d31c1c;
	font-size: 20px;
	font-weight: 600;
}

.footer-section .footer-icon p{
	margin: 0px 0px 0px 10px;

}

.footer-section .bar1{
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin: 25px 0px;
}

.footer-section .bar2{
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin: 25px 0px;
}

.footer-section .footer-bar{
	height: 1px;
	width: 100%;
	background-color: #fff;
	margin-top: 100px;
}

.footer-section .cuppyright-section p{
	text-align: center;
	color: #fff;
	padding: 5px 0px;
  	margin-bottom: 0;
  	font-weight: 500;
  	margin-top: 0;
}


/* ======================footer section end========================== */



/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  border: 2px solid #002c5d;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #d31c1c;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";
  border: 2px solid #d31c1c;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
  background-color: #002c5d;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */





/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(57, 202, 187, 0.5);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #d31c1c;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-popup .close-search i{
    position: relative;
    font-size: 30px;
    color: #ffffff;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"], 
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #0e3d60;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    outline: 0;
    border: none;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0e3d60;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}
.header-src-btn {
    display: inline-block;
}




/* ======================Animation section start========================== */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
/* ======================Animation section end========================== */




/* ===========================bratecome section start============================*/
.bratecome-section {
  background-image: url("img/s1/1.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-section .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-section .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}

/*  */

.bratecome-section1 {
  background-image: url("img/banner11.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.bratecome-section1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-section1 .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-section1 .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section1 .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section1 .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section1 .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section1 .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}

/*  */
.bratecome-sectionswimg {
  background-image: url("img/banner/swimg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.bratecome-sectionswimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectionswimg .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectionswimg .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionswimg .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectionswimg .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectionswimg .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionswimg .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/*  */

.bratecome-section2 {
  background-image: url("img/s3/1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.bratecome-section2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-section2 .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-section2 .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section2 .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section2 .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section2 .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section2 .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}

/*  */
.bratecome-section3 {
  background-image: url("img/s4/1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.bratecome-section3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-section3 .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-section3 .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section3 .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section3 .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section3 .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section3 .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}

/*  */
.bratecome-section4 {
  background-image: url("img/s5/1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

.bratecome-section4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-section4 .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-section4 .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section4 .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section4 .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section4 .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section4 .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/*  */
/*  */
.bratecome-sectionBehavioral {
  background-image: url("img/banner/Behavioral.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-sectionBehavioral::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectionBehavioral .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectionBehavioral .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionBehavioral .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectionBehavioral .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectionBehavioral .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionBehavioral .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/*  */
.bratecome-section5 {
  background-image: url("img/s6/1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-section5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-section5 .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-section5 .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section5 .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section5 .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section5 .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section5 .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/*  */
/*  */
.bratecome-sectionSpeech {
  background-image: url("img/banner/Speech.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-sectionSpeech::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectionSpeech .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectionSpeech .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionSpeech .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectionSpeech .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectionSpeech .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionSpeech .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}

/*  */
.bratecome-sectionSpecial {
  background-image: url("img/banner/Special.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-sectionSpecial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectionSpecial .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectionSpecial .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionSpecial .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectionSpecial .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectionSpecial .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionSpecial .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/*  */
.bratecome-sectionthy {
  background-image: url("img/banner/threpy.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-sectionthy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectionthy .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectionthy .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionthy .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectionthy .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectionthy .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionthy .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}

/*  */
.bratecome-section6 {
  background-image: url("img/s1/1.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-section6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-section6 .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-section6 .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section6 .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section6 .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section6 .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-section6 .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/*  */
.bratecome-sectioncust {
  background-image: url("img/banner/cust.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-sectioncust::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectioncust .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectioncust .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectioncust .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectioncust .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectioncust .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectioncust .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/*  */
.bratecome-sectioncosmetic {
  background-image: url("img/banner/cosmetic.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-sectioncosmetic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectioncosmetic .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectioncosmetic .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectioncosmetic .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectioncosmetic .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectioncosmetic .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectioncosmetic .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}

/*  */
.bratecome-sectionait {
  background-image: url("img/banner/gait.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-sectionait::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectionait .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectionait .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionait .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectionait .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectionait .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectiongait .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/**/
.bratecome-sectionaitgait1 {
  background-image: url("img/gait1/gait1/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-sectionaitgait1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectionaitgait1 .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectionaitgait1 .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionaitgait1 .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectionaitgait1 .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectionaitgait1 .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectiongait .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/*  */
.bratecome-sectionaudio {
  background-image: url("img/banner/audiometry.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.bratecome-sectionaudio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 3, 17, 0.619);
  
}

.bratecome-sectionaudio .contant {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.bratecome-sectionaudio .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionaudio .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-sectionaudio .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-sectionaudio .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.bratecome-sectionaudio .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
  color: #fff;
}
/* ===========================bratecome section end============================*/

/* ===========================CONTACT PAGE START===========================  */
/* ===========================************===========================  */
	/*contact-section*/
.contact-section {
    position: relative;
    padding: 100px 0px;
    
}

.contact-section .contact_from .contact {
    border: 1px solid #6d8aab;
    border-radius: 4px;
    padding-left: 15px;
    color: #fff;
}

.contact-section .contact_from .contact::placeholder{
	color: #fff;
	padding-left: 20px;
}
.row.upper12 {
    background: #002c5d;
    border-radius: 10px;
}
.contact-section .dreamit-section-sub-title h5 {
    font-size: 24px;
    margin: 0 0 31px;
    font-weight: 600;
    text-transform: capitalize;
    color: #d31c1c;
}
.contact_from.upper10 {
    background: #002c5d;
    padding: 55px 55px 43px 55px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.right-side-info {
    background: #d31c1c;
    padding: 11px 50px 72px 50px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
}
.right-side-info .dreamit-section-sub-title h5::before {
    background: #fff;
}
.contact {
    display: block;
    padding: 12px 0px 0px 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #314D8E;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Inter';
    border: none;
    margin-bottom: 26px;
}
.btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #d31c1c;
    border: 1px solid transparent;
    padding: 16px 42px;
    font-size: 16px;
    transition:.5s;
    line-height: 1.5;
    border-radius: 30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-family: inter;
}
.btn::after{
    position: absolute;
    content:"";
    height:100%;
    width:0;
    transition:.5s;
    border-radius: 30px;
    background:#fff;
    top: 0;
    right:0;
    z-index:-1;
    
}
.btn:hover::after{
    width:100%;
    left:0;
}
.btn:hover{
    color: #d31c1c;
}
.info-icon i {
    display: inline-block;
    height: 47px;
    width: 47px;
    line-height: 47px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    font-size: 22px;
    color: #0093FA;
}
.single-info-box {
    border-bottom: 1px solid#4EB4FC;
    margin-bottom: 21px;
}

.info-content h4 {
    font-size: 22px;
    margin: 0 0 11px;
    font-weight: 700;
    color: #fff;
}

.info-socail-address{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info-socail-address ul{
	display: flex;
	flex-wrap: wrap;
}
.info-socail-address ul li {
    margin-left: 13px;
}

.info-socail-address ul li a{
  height: 35px;
  width: 35px;
  background: #002C5D;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  color: #fff;

}

.info-content-inner h4{
    font-size: 16px;
    margin: 0 0 17px;
}

.info-icon {
    margin-right: 21px;
}
.info-icon.two i {
    color: #47DBA7;
}
.info-icon.three i {
    color: #FEC106;
}
.info-content p {
    color: #fff;
    font-family: 'Inter';
    line-height: 1.5;
}
/* ===========================CONTACT PAGE END===========================  */
/* ===========================************===========================  */

/* =========================Blog-detail page start ========================================= */
/* ================================================================================ */
.blog-detail-section {
  margin-top: 100px;
  margin-bottom: 65px;
}

.blog-detail-section .main-section .top-image img {
  width: 100%;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #d31c1c;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #d31c1c;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  padding: 40px 33px 20px 10px;
}

.blog-detail-section .main-section .text-detail p {
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h5 {
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .text-detail .block {
  line-height: 1.5;
  background: #f6f6f6;
  font-style: normal;
  color: #232;
  font-weight: 400;
  padding: 26px 34px;
  font-size: 16px;
  border-left: 4px solid #02BFC6;
}

.blog-detail-section .main-section .text-detail h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #02BFC6;
  margin-top: 40px;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 0px 34px 17px;
  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #02BFC6;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #565872;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #02BFC6;
  border-color: #02BFC6;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: "Roboto", sans-serif;
  margin-bottom: 60px;
  margin-top: 70px;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #02BFC6;
  right: 53%;
  bottom: 35%;
  position: absolute;
}

.blog-detail-section .main-section .text-detail .form .name{
	margin-bottom: 25px;
}

.blog-detail-section .main-section .text-detail .form .name input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form .radio {
  margin: 20px 0px 20px 20px;
}

.blog-detail-section .main-section .text-detail .form .radio label {
  padding-left: 10px;
}

.blog-detail-section .main-section .text-detail .form .number input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form textarea {
  height: 130px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 91%;
  margin: 25px 0px;
}

.blog-detail-section .main-section .text-detail .form .submit input {
  background-color: #d31c1c;
  border: 1px solid #d31c1c !important;
  color: #fff;
  font-size: 16px;
  height: 65px;
  width: 200px;
  transition: .5s;
}

.blog-detail-section .main-section .text-detail .form .submit input:hover{
  background-color: #fff;
  border: 1px solid #d46f6f !important;
  color: #333;
  transition: .5s;
}

.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #ced4da;
  color: #616161;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}

.blog-detail-section .main-section .right-side h2 {
  color: #333333;
  display: block;
  font-size: 24px;
  margin-bottom: 55px;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.blog-detail-section .main-section .right-side .line {
  height: 1px;
  width: 100px;
  background: #d46f6f;
  right: 26%;
  top: 19%;
  position: absolute;
}

.blog-detail-section .main-section .right-side .post {
  display: flex;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .right-side .post .text h3 a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  margin-left: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-section .main-section .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  color: #333333;
  display: block;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

.blog-detail-section .main-section .right-side .comment-line {
  height: 1px;
  width: 100px;
  background: #d46f6f;
  right: 8%;
  bottom: 2%;
  position: absolute;
}

/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9A241C;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #FF3C00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}
/* service */
