@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Roboto-l";
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto-b";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto";
  font-size: 18px;
  color:#0b3b61;
  background-position: top center;
  background-repeat: no-repeat;
}

.navbar {
  padding: 1.2rem 1rem;
}

.nav-socail{
  margin-left: 15px;
}

.nav-socail img{
  max-width: 32px;
  height: auto;
}

.container {
  max-width: 1400px;
}

.container-s {
  max-width: 1120px;
}

a {
  color:#183962;
}

a:hover {
  color:#25538a ;
  text-decoration: none;
} 

ul, ol {
  padding: 0;
  list-style: none;
}

.text-primary {
  color: #183962!important;
}

.btn-primary {
  color: #fff;
  background-color: #023351;
  border-color: #023351;
}

.btn-primary:hover {
  color: #fff;
  background-color:#25538a;
  border-color:#25538a;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color:#25538a;
  border-color:#25538a;
}

.btn {
  padding: 8px 30px;
  border-radius: 50px;
 }

.btn-buy_now {
  font-size: 20px;
  font-family: "Roboto";
  padding: 10px 80px;
  border-radius: 50px;
}

.title-l {
  font-size: 60px;
  font-family: "Roboto-b";
 }

.title-m {
 font-size: 40px;
 font-family: "Roboto-b";
 letter-spacing: 1px;
 margin-bottom: 2rem;
}

 .logo {
  max-width: 160px;
 }

 .section-control {
  padding: 8rem 0;
 }

 .bg-gray {
  background-color: #f1f6fb;
 } 

 .navbar-light .navbar-nav .nav-link {
  color: #183962;
}


 #home {
  margin-top: 90px;
  height: 550px;
  background-image: url(../images/home-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
  display: flex;
  align-items: center;
 }

 .home-content {
  margin-left: 8rem;
 }

 .home-content p{
  margin: 30px 0 40px 0;
 }


 #buynow img {
  max-width: 320px;
 }

 .guarantee img {
  max-width: 320px;
 }

 .country-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 5px;
 }

 .country-list .country {
  display: flex;
  align-items: center;
  flex: 25%;
  padding: 10px 10px;
  border: 1px solid #e8e8e8;
  border-radius: 1px;
  gap: 5px;
 }

 .country .ship-from {
  font-size: 12px;
 }

 .country-list .country .flag{
  width: 30px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
 }

 .flag .small-text{
  font-size: 10px;
 }

 #pratice img {
  max-width: 400px;
 }

.products-item {
  margin-bottom: 2rem;
  height: 100%;
}

.products-item img{
  margin-bottom: 2rem;
  border-radius: 10px;
}

.work-item {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

 .expert-item {
  margin-bottom: 2rem;
 }

 .expert-item img {
  margin-bottom: 2rem;
  max-width: 124px;
 }

 .carousel-item {
  min-height: 180px;
 }

 .carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #023351;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.faq-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-item a{
  font-size: 20px;
  display: block;
}

footer {
  padding: 4rem 0;
}

footer .foot-link {
  display: flex;
  gap: 1rem;
}

footer .foot-link img{
  width: 36px;
  height: auto;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background: none;
  border-radius: 0.25rem;
}

.breadcrumb-item.active {
  color: #023351;
  font-family: "Roboto-b";
}

#other_countries {
  padding: 4rem 0;
}

.other_countries {
  display: flex;
  gap: 4rem;
}

.other_countries-content {
  flex: 1;
}

.other_countries-content li{
  margin-bottom: 1rem;
}

.other_countries-content li a{
  text-decoration: underline;
}

.other_countries-content img{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}


 


