@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
}
p {
	font-size: 14px;
!important;
	font-family: 'Montserrat', sans-serif;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 60px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
h2 {
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	color: #667f9d;
	font-weight: 800;
}
h3 {
	font-size: 24px;
	color: ##06a5ed;
	line-height: 30px;
	color: #009140;
	font-weight: 700;
}
h4 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
h5 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
h6 {
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
}
a {
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
	moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #3F3D3D;
}
a:hover, a:focus {
	color: #d43133;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
.btn-primary {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #c52d2f;
	outline: none;
	box-shadow: none;
}
.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}
.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
a:hover, a:focus {
	color: #033e09;
	text-decoration: none;
	outline: none;
}
ol, ul {
	padding: 0px;
	margin: 0px;
	list-style: none
}
.text-black {
	color: #333
}
.container {
	max-width: 1200px !important;
	width: 100%
}
.center h2 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 15px;
	color: #0872a2;
	text-transform: uppercase
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
.box-pr {
	padding: 0 6px;
	margin-bottom: 12px
}
.row6 {
	margin-left: -6px;
	margin-right: -6px
}
.rugged-o-v1.pdf {
	margin-top: 40px
}
.margin10 {
	margin-top: 10px
}
.margin0 {
	margin: 0
}
.no-padding {
	padding: 0px;
}
.ask {
	padding: 8px 30px !important;
	font-size: 18px !important;
	font-weight: bold
}
.row0 {
	margin: 0 !important;
}
.row10 {
	margin-left: -10px;
	margin-right: -10px
}
.row7 {
	margin-left: -7px;
	margin-right: -7px
}
.row5 {
	margin-left: -5px;
	margin-right: -5px
}
.row12 {
	margin-left: 50px;
	margin-right: 50px;
}
.row14 {
	margin-left: 100px!important;
}
.padding-0 {
	padding: 0 !important;
}
.padding-10 {
	padding: 0 10px !important;
}
.padding-7 {
	padding: 0 7px
}
.padding-6 {
	padding: 0 6px
}
.padding-5 {
	padding: 0 5px
}
.padding-bottom-0 {
	padding-bottom: 0px;
}
/*************************
*******Header******
**************************/


.logo img {
	margin-top: 15px;
}
.ml-auto, .mx-auto {
	margin-top: 24px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.8rem !important;
	padding-left: 0.5rem;
	font-weight: 600;
}
button.btn.btn-primary.mybtn01 {
	background: #667f9d;
	margin: 29px 0px 0px;
	border-radius: 15px;
}
button.btn.btn-primary.mybtn01:hover {
	transform: translateY(-8px);
	transition-duration: 0.4s;
	transition-property: transform;
	transition-timing-function: ease-out;
	background: #9ebcd6 ;
}
.banner_bottom_bg {
	position: relative;
	margin: 39px 0 0 0;
}
.banner_img {
	height: 700px;
	background-size: cover;
	cursor: auto;
	margin-top: 13px;
}
.banner_text {
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 210px;
	z-index: 999;
}
.banner_text p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	font-size:20px;
}
.banner_text h1 {
	font-weight: 800;
	color: #fff;
	padding: 0;
	margin: 0;
}
.bnr_icon01 {
	height: 167px;
	width: 203px;
	/* background: red; */
	border-radius: 15px;
	border: solid 1px #fff;
	margin: 16px 0 0 0px;
	float: left;
}
.bnr_icon02 {
	height: 167px;
	width: 203px;
	/* background: red; */
	border-radius: 15px;
	border: solid 1px #fff;
	margin: 16px 0 0 26px;
	float: left;
}
.bnr_icon01 img {
	margin: 0 auto;
	display: table;
	margin-top: 30px;
}
.bnr_icon01 h3 {
	text-align: center;
	color: #fff;font-size:20px !important;
}
.bnr_icon02 img {
	margin: 0 auto;
	display: table;
	margin-top: 30px;
}
.bnr_icon02 h3 {
	text-align: center;
	color: #fff;font-size:20px !important;
}
.bnr_icon01 p {
	text-align: center;
}
.bnr_icon02 p {
	text-align: center;
}
.banner_bottom_bg {
	position: relative;
}
.banner_bottom_bg img {
	width: 100%;
	z-index: 9999999;
	position: absolute;
	bottom: -1px;
}
.abt_img img {
	margin: 0 auto;
	display: table;
}
.abt_txt h2 {
	text-transform: uppercase;
}
.abt_txt {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.abt_txt p {
	padding: 33px 0 0px 0;
	line-height: 30px;
}
.service_bg {
	background: url(../images/service_bg.jpg);
	height: 930px;
}
h2.theme-heading {
	text-align: center;
	margin: 0 auto;
	padding: 58px 0 58px 0;
	color: #fff;
	font-size: 30px;
}
.snip1581 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}
.snip1581 * {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.snip1581 img {
	max-width: 100%;
	vertical-align: top;
}
.snip1581 figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.snip1581 .title3 {
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
.snip1581 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.snip1581:hover img, .snip1581.hover img {
	-webkit-transform: scale(1.3) rotate(5deg);
	transform: scale(1.3) rotate(5deg);
}
.snip1581_other {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 8px;
	width: 96%;
	text-align: left;
	font-size: 16px;
	box-shadow: 6px 10px 5px rgb(0 0 0 / 36%);
	border-radius: 18px;
}
.snip1581_other * {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.snip1581_other img {
	max-width: 100%;
	vertical-align: top;
}
.snip1581_other figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.snip1581_other .title3 {
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
}
.snip1581_other a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.snip1581_other:hover img, .snip1581_other.hover img {
	-webkit-transform: scale(1.3) rotate(5deg);
	transform: scale(1.3) rotate(5deg);
}
.service-window {
	min-height: 741px;
}
.tip_section {
	margin-top: 100px;
}
.tip_section li img {
	float: left;
	margin: 1px 22px 0 3px;
	width: 70px;
	height: 74px;
}
.tip_txt h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.tip_section li {
	display: flex;
	margin: 32px 0 0 0;
}
.tip_txt p {
	color: #fff;
}
button.btn.btn-primary.mybtn02 {
	background: #667f9d;
	margin: 48px 90px 0;
	border-radius: 15px;
}
button.btn.btn-primary.mybtn02:hover {
	transform: translateY(-8px);
	transition-duration: 0.4s;
	transition-property: transform;
	transition-timing-function: ease-out;
	background: #9ebcd6;
}
.tip_txt {
	margin: 10px 0 0 0;
}
.testi_bg {
	background: url(../images/testi_bg.png);
	height: 461px;
	width: 100%;
}
section.testi_col {
	margin-top: 80px;
}
.testi_hdr h3 {
	color: #667f9d;
	font-size: 30px;
	border-bottom: solid 5px #dee9de;
	width: 77%;
	padding: 3px 7px 12px 0;
}
.testi_images {
	height: 397px;
	width: 100%;
	background: #000000;
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
	margin-top: 62px;
}
.testi_images img {
	width: 100%;
}
.testi_part_img {
	height: 670px;
	cursor: auto;
	margin-top: 0px;
}
.quart_icon {
	margin-top: 63px;
}
.client_txt {
	width: 80%;
	margin-top: 45px;
}
.testi_client_say p {
	color: #FFFFFF;
	font-size: 14px;
}
.testi_client_say h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
}
.bmi_calculation_col {
	height: 563px;
	margin-top: 80px;
	background: url(../images/bmi_bg.jpg);
}
.bmi_hdr {
	margin-top: 82px;
	width: 80%;
	border-bottom: solid 1px #fff;
}
.bmi_hdr h2 {
	font-size: 30px;
	color: #FFFFFF;
}
.bmi_hdr p {
	color: #FFFFFF;
}
.formBox {
	margin-top: 0;
	padding: 53px 0 0 0;
}
.formBox h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 48px;
}
.inputBox {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.inputBox .inputText {
	position: absolute;
	font-size: 14px;
	line-height: 50px;
	transition: .5s;
	opacity: .5;
	color: #ffff;
}
.inputBox .input {
	position: relative;
	width: 100%;
	height: 51px;
	background: transparent;
	border: none;
	outline: none;
	font-size: 7px;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
	color: #ffff;
	font-size: 14px;
}
.focus .inputText {
	transform: translateY(-30px);
	font-size: 13px;
	opacity: 1;
	color: #cb3752;
}
textarea {
	height: 100px !important;
}
.button {
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	background: #03A9F4;
	color: #fff;
}
button.btn.btn-primary.mybtn03 {
	background: #cb3752;
	margin: -9px 15px 0;
	border-radius: 15px;
}
button.btn.btn-primary.mybtn03:hover {
	transform: translateY(-8px);
	transition-duration: 0.4s;
	transition-property: transform;
	transition-timing-function: ease-out;
	background: #C41F3D;
}
.bmi_cal_result h4 {
	color: #FFFFFF;
	font-size: 43px;
}
.bmi_cal_result h2 {
	color: #FFFFFF;
	;
	font-size: 67px;
}
.bmi_cal_result {
	margin-top: 131px;
	padding: 133px 30px 50px 75px;
	border-left: solid 1px #fff;
	margin-left: 60px;
}
.ftr_section {
	padding-top: 85px;
	color: #FFFFFF;
}
.address h5 {
	font-size: 24px;
	text-align: center;
	padding-top: 13px;
	font-weight: bold;
	border-bottom: solid 2px #FFFFFF;
	width: 144px;
	margin-bottom: 26px;
	color: #FFFFFF;
}
.address p {
	margin: 13px;
	color: #FFFFFF;
}
.quik_links h5 {
	font-size: 24px;
	text-align: center;
	padding-top: 13px;
	font-weight: bold;
	border-bottom: solid 2px #F5F5F5;
	width: 144px;
	margin-bottom: 26px;
	color: #FFFFFF
}
.quik_links li {
	list-style: none;
	margin: 9px 0 0 11px;
	font-size: 16px;
	
	color: #151515;
	list-style: none;
}
.quik_links li a {
	color: #FFFFFF;
}
.quik_links li a:hover {
	text-decoration: none;
	color: #C7C8C7;
}
.scl_media_icons h4 {
	margin: 35px 0px 13px 3px;
	font-family: 'Noto Sans', sans-serif;
	color: #FFFFFF
}
.ftr_col {
	background: url(../images/ftr_bg.jpg);
	height: 364px;
	margin-top: 2px;
}
.bottam_bar {
	background: #141e2c;
	height: 43px;
}
.site_id {
	float: right;
	color: #fff;
	padding: 9px 0 0 0;
}
.ftr_txt01 {
	float: right;
	padding: 9px 0 0 0;
	color: #fff;
	font-size: 14px;
}
.ftr_txt01 span {
	color: #fff;
}
.ftr_txt01 span:hover {
	color: #D4D3D3;
	text-decoration: none;
}
.ftr_abt img {
	margin-bottom: 0px;
}
.ftr_abt p {
	padding: 20px;
}
.social_media_icon {
	float: right;
	margin: -50px 0 0 0;
}
.fa.fa-facebook {
	border: solid 1px #fff;
	padding: 10px 14px 9px 12px;
	border-radius: 55px;
	color: #fff;
}
.fa.fa-facebook:hover {
	color: #094AF9;
	border: solid 1px #094AF9;
}
.fa.fa-instagram {
	border: solid 1px #fff;
	padding: 10px 11px 9px 11px;
	border-radius: 55px;
	color: #fff;
}
.fa.fa-instagram:hover {
	color: #FD6926;
	border: solid 1px #FD6926;
}
.fa.fa-twitter {
	border: solid 1px #fff;
	padding: 10px 11px 10px 12px;
	border-radius: 55px;
	color: #fff;
}
.fa.fa-twitter:hover {
	color: #1AC4EF;
	border: solid 1px #1AC4EF;
}
.fa.fa-youtube-play {
	border: solid 1px #fff;
	padding: 10px 11px 10px 10px;
	border-radius: 55px;
	color: #fff;
}
.fa.fa-youtube-play:hover {
	color: #F11414;
	border: solid 1px #F11414;
}




  /*--about-us--*/
.inner_pages { background: url(../images/who_we_are.jpg); background-size: cover; cursor: auto; height: 420px; }
.inner_page_hdr h3 { color: #FFFFFF; text-transform: uppercase; font-size: 30px; font-weight: 600; text-align: center; padding-top: 20%; }
section.about-us_col { padding-top: 80px; padding-bottom: 80px; }
.about-us_txt_col h3 { padding-bottom: 20px;  color:#667f9d; font-size:30px;}
.about-us_img_col img { border-radius: 14px; border: solid 2px #667f9d; width: 100%; }
/*--about-us/--*/


 /*--service--*/
h3.theme-heading_inner {
	text-align: center;
	margin: 0 auto;
	padding: 58px 0 58px 0;
	color: #667f9d;
	font-size: 30px;
}

 /*--/service--*/
 
 
 
   /*--Contact--*/
.inner_pages04 { background: url(../images/contact_us.jpg); background-size: cover; cursor: auto; height: 430px; }
.inner_page_hdr04 h3 { color: #fff; text-transform: uppercase; font-size: 32px; font-weight: 600; text-align: center; padding-top: 20%; }
.formBox { margin-top: 45px; padding: 50px; }
.formBox h1 { margin: 0; padding: 0; text-align: center; margin-bottom: 50px; text-transform: uppercase; font-size: 20px; }
.inputBox { position: relative; box-sizing: border-box; margin-bottom: 24px; }
.inputBox .inputText { position: absolute; font-size: 16px; line-height: 67px; transition: .5s; opacity: .5; }
.inputBox .input { position: relative; width: 100%; height: 50px; background: transparent; border: none; outline: none; font-size: 18px; border-bottom: 1px solid rgba(0, 0, 0, 0.14); padding: 16px 0 0 0; color:#0B0B0B; }
.focus .inputText {
    transform: translateY(-30px);
    font-size: 16px;
    opacity: 1;
    color: #667f9d;
}
textarea { height: 100px !important; }
.button { width: 100%; height: 50px; border: none; outline: none; background: #03A9F4; color: #fff; }
.sbmt_icon { background: #667f9d; padding: 6px 18px 6px 18px; margin: 0 auto; display: table; color: #fff; font-size: 18px; border-radius: 7px; }
.sbmt_icon:hover { text-decoration: none; color: #D3C8C8; }
.add_part { margin-top: 39%; text-align: center; }
.add_part h4 { font-size: 26px; color: #667f9d; font-weight: 700; padding-bottom: 26px; }
.add_part P { text-align: center; }
.map { margin-top: 5px; border-bottom: solid #f1eaea; }

/*--/Contact--*/

 
 

@media (max-width:767px) {
.banner_img {
	height: 217px;
}
.banner_text h1 {
	font-weight: 800;
	font-size: 24px;
}
.bnr_icon01 {
	height: 167px;
	width: 203px;
	/* background: red; */
	border-radius: 15px;
	border: solid 1px #fff;
	margin: 16px 0 0 0px;
	float: left;
	display: none;
}
.bnr_icon02 {
	height: 167px;
	width: 203px;
	/* background: red; */
	border-radius: 15px;
	border: solid 1px #fff;
	margin: 16px 0 0 26px;
	float: left;
	display: none;
}
.banner_text {
	position: absolute;
	left: 30px;
	right: 0;
	bottom: 58px;
	z-index: 999;
}
.banner_bottom_bg img {
	width: 100%;
	z-index: 9999999;
	position: absolute;
	bottom: 32px;
	display: none;
}
.abt_img img {
	margin: 0 auto;
	display: table;
	width: 40%;
}
.abt_txt h2 {
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
}
.abt_txt h4 {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}
.abt_txt p {
	padding: 16px 0 0px 0;
	line-height: 30px;
}
button.btn.btn-primary.mybtn01 {
    background: #667f9d;
    margin: 0 0px 25px;
    border-radius: 0px !important;
}

.service_bg {
	background: url(../images/service_bg.jpg);
	height: auto;
}
.main_bx {
	margin: 0 auto;
	display: table;
}
.tip_txt h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
section.testi_col {
	margin-top: 26px;
}
.testi_hdr h3 {
	color: #667f9d;
	font-size: 24px;
	border-bottom: solid 5px #dee9de;
	width: 77%;
	padding: 3px 7px 12px 0;
}
.btn-primary {
	padding: 5px 15px;
	font-size: 14px;
}
button.btn.btn-primary.mybtn02 {
	background: #667f9d;
	margin: 13px 90px 0;
	border-radius: 15px;
}
h2.theme-heading {
	text-align: center;
	margin: 0 auto;
	padding: 58px 0 58px 0;
	color: #fff;
	font-size: 22px;
}
.testi_bg {
	background: none;
	height: auto;
	width: 100%;
	background: #667f9d;
}
.quart_icon img {
	width: 20%;
	margin: 0 auto;
	display: table;
}
.client_txt {
	width: 80%;
	margin-top: 45px;
	margin: 0 auto;
}
.quart_icon {
	margin-top: 23px;
}
.bmi_calculation_col {
	height: auto;
	margin-top: 2px;
	background: url(../images/bmi_bg.jpg);
}
.bmi_cal_result {
	margin-top: 0px;
	padding: 46px;
	border-left: 0;
	margin-left: 00;
	text-align: center;
}
.testi_images {
	height: 397px;
	width: 100%;
	background: #000000;
	clip-path: polygon(0% 0%, 100% 0%, 100% 99%, 0% 99%);
	margin-top: 0px;
}
.ftr_col {
	background: url(../images/ftr_bg.jpg);
	height: auto;
	margin-top: 2px;
}

.logo img {
    margin-top: 15px;
    width: 50%;
}

nav.navbar.navbar-expand-lg.navbar-light {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -53px;
}


.bar1, .bar2, .bar3 {
    width: 20px;
    height: 3px;
    background-color: #667f9d;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

div#navbarSupportedContent {
    background: #667f9d;
     margin-top: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    z-index: 999999;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
}
li.nav-item {
    font-size: 14px;
}
.snip1581 .title3 {
    
    font-size: 14px;}
	
	.tip_section {
    margin-top: 0;
}
.scl_media_icons {
  margin: -17px 0 33px 0;
}

.banner_text p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
}
.inner_pages {
  background: url(../images/who_we_are.jpg);
    background-size: auto;
  background-size: cover;
  cursor: auto;
  height: auto;
}
.inner_page_hdr h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-top: 7%;
  margin: 50px 0 50px 0;
}

}
