
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {background: #fff; font-family: "Open Sans", sans-serif; font-size:14px; color:#000; position: relative; z-index:999;}

.no_padding {
  padding-left: 0;
  padding-right: 0;  
}
ul {
  padding:0;
  margin:0;
}
.btn {
  background: #76b0d0;
  border: 1px solid #76b0d0;
  color: #fff;
  padding: 6px 20px;
  margin: 30px 0 0;
  margin: 30px 0 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn:hover {
  background: #003e4c;
  border: 1px solid #003e4c;
  color: #fff;
}
input:focus, .form-control:focus, .accordion-button:focus {
  outline: 0;
  box-shadow: none;	  
  border-color: none;
}

.header {
  position: relative;
  z-index: 11;
}
.header .main_head {
  padding: 7px 70px;
  background: #fff;
}
.header .main_head.sticky {
  position: fixed;
  top: 0;
  z-index: 11;
  background: #fff;
  width: 100%;
  box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
}
.header .main_head .menus {
  float: right;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .close {
  display: none;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  font-weight: 500;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover, 
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #76b0d0;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu {
	position: absolute;
    top: 46px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu {
    position: absolute;
    top: 46px;
    left: -323px;
}	
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show {
    display: flex;
    width: 540px;
    padding: 12px;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li {
    list-style: none;	
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li a.sub-item {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    padding: 4px 0;
    display: block;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li a.sub-item:hover {
    color: #244ebc;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li {
    margin: 0 20px 0 0;
}
.header .main_head .menus .navbar .navbar-collapse .navbar-nav .dropdown-menu.submenu.show li h4 {
    font-size: 19px;
    font-weight: 700;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #244ebc;
}
.header .main_head .logo .stcky_logo img {
    display: none;
}
.header .main_head.sticky .logo .stcky_logo img {
    display: block;
}
.header .main_head.sticky .logo img {
    display: none;
	width: 60%;
}
.main_banner {
  background-image: url(../images/bg001.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main_banner .bnr_slide.owl-carousel .item {
  background-repeat: no-repeat;
  background-position: top right;
  height: 540px;
}
.main_banner .bnr_slide.owl-carousel {
  position: relative;	
}
.main_banner .bnr_slide.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot {
  position: relative;
  margin: 0 5px;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot::after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot span {
  background: #ccc;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot.active span, 
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot:hover span {
  background: #2851bf;
}
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot.active::after {
  border: 1px solid #2851bf;	
} 
.main_banner .bnr_slide.owl-carousel .owl-dots .owl-dot span {
  margin: 0;	
}
.main_banner .bnr_slide.owl-carousel .itm_inr {
  height: 100%;
  display: flex;
  align-items: center;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr h2 {
  font-size: 40px;
  color: #000;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom:24px;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr h2 strong {
  color: #2851bf;	
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr p {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  color: #444;
  margin-bottom:18px;
}
.main_banner .bnr_slide.owl-carousel .item .itm_inr .sld_btn {
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  padding: 16px 24px;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

.about {
    margin: 90px 0 0;
}
.about .abt_imag img {
    border-radius: 4px;
}
.head h2 {
    font-size: 27px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.about .abt_text p {
    font-size: 15px;
    line-height: 19px;
    text-align: justify;	
}
.about .abt_imag img {
    width: 100%;
}
.contact {
  margin: 90px 0 70px;	
}
.contact .cntct_box {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
.contact .cntct_box span {
    background: #eee;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: block;
    border-radius: 100%;
    margin: 0 20px 0 0;
}
.contact .cntct_box .cntct_txt h4 {
    font-size: 19px;
    margin: 0 0 4px;
}
.contact .cntct_box .cntct_txt p {
    font-size: 15px;
    margin: 0;
}
.contact .cntct_box .cntct_txt a {
    color: #000;
	text-decoration: none;
}

footer {
    background: #f9f9f9;
    padding: 40px 0;
}
footer .hm_cntct .ftr_logo {
  margin: 0 0 40px;
}
footer .hm_cntct .phone {
  margin: 0 0 15px;
}
footer .hm_cntct .phone strong {
  display: block;
  font-size: 21px;
  font-weight: 700;
  line-height: 19px;
}
footer .hm_cntct .phone a {
  font-size: 17px;
  color: #76b0d0;
  text-decoration: none;
  font-weight: 500;
}
footer .hm_cntct .adrs {
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 19px;
  color: #444;
}
footer .hm_cntct .adrs a {
  color: #444;	
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
footer .hm_cntct .adrs a:hover {
  color: #76b0d0;
}
footer .links {
  padding: 0 0 0 60px;
  margin: 57px 0 0;
}
footer .links h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 27px;
}
footer .links ul li {
  list-style: none;
  display: block;
}
footer .links ul li a {
  text-decoration: none;
  color: #444;
  padding: 5px 0;
  display: block;
  font-size: 14px;
  line-height: 19px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
footer .links ul li a:hover {
  color: #76b0d0;
}
footer .links.scl li {
  width: 100%;
  display: block;
}
footer .links.scl li img {
  padding: 0 12px 0 0;
  width: 19%;
}
.copyright {
  background: #76b0d0;
}
.copyright p {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 12px 0;
}
.copyright .links li {
    display: inline-block;
    padding: 0 10px 0 0;
}
.copyright .links li a {
    color: #fff;
	text-decoration: none;
}
.copyright .links.scl {
    float: right;
}
.copyright .links.scl li {
    padding: 0;
}
.copyright .links.scl li img {
    width: 80%;
}


.inner_banner .inr_bnr img {
    width: 100%;
}
.team {
    margin: 90px 0 70px;
}
.team .head {
    text-align: center;
    max-width: 710px;
    margin: 0 auto 50px;
}
.team .team_slide.owl-theme .item {
    background: #fff;
    padding: 0 0 7px;
    text-align: center;
    border-bottom: 2px solid #76b0d0;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}
.team .team_slide.owl-theme .item h3 {
    margin: 16px 0 7px;
    font-size: 24px;
    font-weight: 600;
}
.team .team_slide.owl-theme .item p {
    font-size: 17px;
    color: #6c6874;
    margin: 0 auto 12px;
    max-width: 240px;
    line-height: 23px;
}
.team .team_slide.owl-theme .item img {
    border-radius: 4px 4px 0 0;
}
.team .team_slide.owl-theme .owl-nav [class*="owl-"] {
    background: #76b0d0;
    border-radius: 100%;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
}
.team .team_slide.owl-theme .owl-nav [class*=owl-]:hover {
    background: #00404e;
}
	
.product {
    margin: 90px 0 0;
}
.product .head {
    max-width: 830px;
    margin: 0 auto;
}
.product .prdct_box {
    border-right: 2px solid #fff;
    position: relative;
    width: 20%;
    float: left;
    padding: 0;
}
.product .prdct_box.lst {
    border-right: 0;
}
.product .prdct_box img {
    width: 100%;
}
.product .prdct_box h4 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    font-size: 23px;
    padding: 18px 10px;
    color: #fff;
    opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.product .prdct_box h4 a {
    color: #fff;
    text-decoration: none;	
}
.product .prdct_box:hover h4 {
    opacity: 1;	
}
.prodcts {
    margin: 90px 0 0;
    position: relative;
}
.prodcts .prdct_box {
    margin: 0 0 70px;
}
.prodcts .prdct_box img {
    width: 100%;
}
.prodcts .prdct_box .prdct_txt {
    background: #f3fbff;
    padding: 30px 50px;
}
.prodcts .prdct_box .prdct_txt .hdngs h3 {
    margin: -90px 0 0 0;
    background: #00414f;
    text-align: center;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    min-height: 230px;
    line-height: 230px;
	position: relative;
	z-index:1;
    border-radius: 60px;	
}
.prodcts .prdct_box.mn .prdct_txt .hdngs h3 {
    background: #d1a711;
}
.prodcts .prdct_box.wmn .prdct_txt .hdngs h3 {
    background: #5b8ea9;
}
.prodcts .prdct_box.hm .prdct_txt .hdngs h3 {
    background: #e9cb81;
}
.prodcts .prdct_box.unfrms .prdct_txt .hdngs h3 {
    background: #7b6fab;	
}
.prodcts .prdct_box .prdct_txt .inr_txt {
    margin: 0 0 0 30px;
}
.prodcts .prdct_box .prdct_txt .inr_txt h4 {
    font-size: 17px;
    font-weight: 600;
}
.prodcts .prdct_box .prdct_txt .inr_txt ul {
    margin: 0 0 30px;
}
.prodcts .prdct_box .prdct_txt .inr_txt ul li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 12px;
}
.prodcts .prdct_box .prdct_slide.owl-theme .owl-nav .owl-prev {
    left: 0;
    top: 50%;
}
.prodcts .prdct_box .prdct_slide.owl-theme .owl-nav .owl-next {
    right: 0;
    top: 50%;
}
.prodcts .prdct_box .prdct_slide.owl-theme .owl-nav [class*="owl-"] img {
    width: auto;
}

.spcl {
    background-image: url(../images/spcl_bnr.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    margin: 90px 0 130px 0;
    padding: 90px 0 0;
}
.spcl_text {
    background: #fff;
    padding: 45px 30px;
    border-radius: 7px;	
}
.spcl_text h2 {
    color: #1b232c;
    font-size: 40px;
    font-weight: 900;
    line-height: 44px;
    margin: 0 0 30px;
}
.spcl_text p {
    font-size: 15px;
    line-height: 27px;
    margin: 0;
    text-align: justify;	
}
.spcl .spcl_imag {
    border: 4px solid #fff;
    padding: 7px;
    background: #fff;
    border-radius: 4px;
    margin: 70px 0 0;
	overflow: hidden;
}
.spcl .spcl_imag img {
    border-radius: 4px;
    width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.spcl .spcl_imag:hover img {
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.spcl.clbrt, .spcl.ovrse {
    background-image: url(../images/clbrt_bnr.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    margin: 90px 0 0 0;
    padding: 90px 0 0;
}
.spcl.clbrt .spcl_text, .spcl.ovrse .spcl_text {
    margin: 180px 0 0;
}
.spcl.srce, .spcl.clsr {
    background: #fff;
    padding: 0;
    margin: 50px 0 0 0;
}
.spcl.clsr {
    margin: 90px 0 70px 0;
}
.spcl.srce .spcl_imag, .spcl.clsr .spcl_imag {
    margin: 0px;
    background: #eee;
    border-radius: 7px;
}
.spcl.srce .spcl_text p, .spcl.clsr .spcl_text p {
    padding: 0;
	margin: 0;
}
.spcl.ovrse {
    background-image: url(../images/ovrse_bnr.jpg);
}
.spcl.dlvr {
    margin: 90px 0 0;
}
.spcl.srce.last {
    margin: 50px 0 90px;
}
.spcl.chrmn .spcl_text p strong {
    display: block;
}
.spcl.chrmn .spcl_imag {
    float: left;
    margin: 0 30px 40px 0;
}
.spcl.chrmn .spcl_text p b {
    font-size: 21px;
    margin: 20px 0 0;
    display: block;
    font-weight: 900;
}
.contact .cntct_frm form {
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px;
}
.contact .cntct_frm form .head h2 {
    font-size: 24px;
    margin: 0 0 20px;
}
.contact .cntct_frm form .form_group {
    margin: 0 0 12px;
}
.contact .cntct_frm form .form_group .fotm_control {
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    padding: 13px 10px;
    border-radius: 4px;
    color: #000;
    font-size: 14px;
}
.contact .cntct_frm form .form_group textarea .fotm_control {
    height: 180px;	
}
.prtnrs {
    margin: 90px 0 0;
}
.prtnrs .hm_prdct {
    margin: 30px 0 0;
}
.prtnrs .hm_prdct.owl-carousel .item {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
}
.prtnrs .hm_prdct.owl-carousel .item img {
    width: 80%;
    margin: 0 auto;
}
.nwsevnts {
    margin: 90px 0 0;
}
.nwsevnts .nwsevnts_slide.owl-carousel .item .ofr_box {
    position: relative;
    overflow: hidden;
    text-align: left;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    color: #777777;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.nwsevnts .nwsevnts_slide.owl-carousel .item .ofr_box .ofr_txt {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 60px;
	position: relative;
    padding: 18% 15px 30px;
    margin-top: -11.2%;
    z-index: 1;
}
.nwsevnts .nwsevnts_slide.owl-carousel .item .ofr_box .ofr_txt::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    transform-origin: 100% 50%;
    transform: skewY(-6deg);
    will-change: transform;
    transition: all .3s ease;
    pointer-events: none;
    z-index: -1;
}
.nwsevnts .nwsevnts_slide.owl-carousel .item  .ofr_box:hover .ofr_txt::before {
    transform: none;
}
.nwsevnts .nwsevnts_slide.owl-carousel .item .ofr_box .ofr_txt h5 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.25;
}
.nwsevnts .nwsevnts_slide.owl-carousel .item .ofr_box .ofr_txt span {
    width: 70px;
    height: 70px;
    font-size: 36px;
    line-height: 70px;
    transform: translate3d(105%, -50%, 0);
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: .075em;
    color: #fff;
    background: #003f4e;
    transform: translate3d(140%, -50%, 0);
    will-change: transform;
    transition: all .3s ease;
}
.nwsevnts .nwsevnts_slide.owl-carousel .item .ofr_box:hover .ofr_txt span {
    transform: translate3d(-50%, -50%, 0);
}
.nwsevnts .nwsevnts_slide.owl-carousel .owl-stage-outer {
    margin: -10px -15px;
    padding: 10px 15px;
}
.nwsevnts .nwsevnts_slide.owl-carousel .item .ofr_box .ofr_txt h5 a {
    color: #000;
    text-decoration: none;
}
.nwsevnts .nwsevnts_slide.owl-theme .owl-dots {
	margin-top: 30px;
}
.nwsevnts .nwsevnts_slide.owl-theme .owl-dots .owl-dot span {
    width: 64px;
    height: 4px;
    border-radius: 0;
}