/*Table Content
==========================
    # General
        - Fonts
    # Links
    # Headings
    # Lists
        - Social-List
        - Contact-List
    # Images
*/
/* General
======================= */
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
body {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

/* Links
==========================*/
a, a:hover, a:focus {
  text-decoration: none;
}

/* Headings 
========================== */
h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0;
}

p {
  margin: 0;
}

/*Lists
==========================*/
ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Images
=========================== */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Section Setting
============================ */
.section-lg {
  padding: 50px 0;
}

.row {
  /*    flex-direction: row-reverse*/
}

*:focus,
*:hover {
  outline: none !important;
}

iframe {
  width: 100%;
  height: 100%;
}

/*loader******/
.loader {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.loader img {
  object-fit: contain;
  animation: opac 0.9s ease-in-out alternate-reverse infinite;
}

@-webkit-keyframes opac {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.owl-dots {
  top: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff42 !important;
  margin: 0 6px;
}
.owl-dots .owl-dot.active {
  background-color: #E8C43A !important;
}

.owl-carousel .owl-nav button {
  position: absolute;
  z-index: 222;
  top: 50%;
  outline: none;
  width: 40px;
  height: 40px;
  background-color: #e8c43a !important;
  line-height: 40px !important;
  border-radius: 50%;
  text-align: center;
  font-size: 35px !important;
  color: #172e3e !important;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button span {
  color: #FFF;
  margin-top: -5px;
  display: block;
}
.owl-carousel .owl-nav button:focus {
  outline: none;
}
.owl-carousel .owl-nav button:hover {
  box-shadow: 0px 0px 5px 0px #e8c43ade;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 31px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 31px;
}

.cust_header {
  color: #E8C43A;
  margin-bottom: 38px;
  font-size: 50px;
  font-weight: 300;
}

.cut_p {
  font-size: 20px;
  font-weight: 300;
  color: #102938;
  margin-bottom: 38px;
  line-height: 37px;
  letter-spacing: -1;
}

.cust_hint {
  color: #707070;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300;
}

.cut_btn {
  border-radius: 4px;
  background-color: #E8C43A;
  color: #102938;
  display: inline-block;
  font-size: 22px;
  padding: 10px 25px;
  position: relative;
  font-weight: 300;
}
.cut_btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background-color: #1029381f;
  transition: all 0.3s ease-in-out;
  left: 0;
  top: 0;
}
.cut_btn:hover {
  color: #102938;
}
.cut_btn:hover::after {
  width: 100%;
}

.normal_title {
  color: #102938;
  font-weight: 400;
  font-size: 28px;
}

header {
  background-color: #fff;
  box-shadow: 0px 0px 11px 1px #0000003d;
}
header nav {
  padding: 0 !important;
}
header nav .navbar-brand {
  padding: 0;
}
header nav .navbar-brand img {
  height: 77px;
  transform: scale(0.8);
}
header nav .navbar-toggler {
  outline: none;
  color: #E8C43A;
}
header nav .collapse ul li {
  font-size: 20px;
  font-weight: 400;
  margin-left: 15px;
  letter-spacing: -1px;
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 77px;
  line-height: 67px;
}
header nav .collapse ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #E8C43A;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
header nav .collapse ul li:hover::after, header nav .collapse ul li.active::after {
  height: 100%;
}
header nav .collapse ul li a {
  color: #102938;
  position: relative;
  z-index: 1;
}

.container-fluid {
  padding: 0;
}

.home {
  height: calc(100vh - 77px);
  text-align: center;
  padding: 0;
  position: relative;
}
.home .owl-carousel {
  height: calc(100vh - 77px);
}
.home .owl-carousel .slide_item {
  position: relative;
}
.home .owl-carousel .slide_item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #10293899;
  opacity: 0.9;
}
.home .owl-carousel .slide_item img {
  height: calc(100vh - 77px);
  object-fit: cover;
}
.home .home_content {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  margin: auto;
  left: 50%;
}
.home .home_content .home_brand img {
  margin: auto;
  width: 230px;
}
.home .home_content .home_header {
  color: #E8C43A;
  margin: 40px 0;
  font-weight: 400;
}
.home .home_content .home_description {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.about_us {
  padding: 70px 0;
}

.service {
  padding: 40px 0;
  background: linear-gradient(to bottom, #10293899, #10293899), url("../images/item2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.service .select_item:nth-of-type(even) {
  padding-left: 70px;
}
.service .service_content {
  margin-bottom: 50px;
  border: 1px solid transparent;
  border-radius: 9px;
  transition: all 0.4s ease-in-out;
  padding: 20px;
  cursor: pointer;
}
.service .service_content:hover {
  box-shadow: 0px 0px 14px 7px #e8c43a47;
  transform: translateY(-5px);
}
.service .service_content .service_header {
  margin-bottom: 30px;
}
.service .service_content .service_header h3 {
  display: flex;
  align-items: center;
  color: #E8C43A;
}
.service .service_content .service_header h3 img {
  width: 50px;
  margin-right: 30px;
}
.service .service_content .service_header h3 span {
  font-weight: 300;
  line-height: 37px;
  display: inline-block;
}
.service .service_content p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.service .service_content p span {
  display: block;
  line-height: 33px;
}

@keyframes pro {
  0% {
    box-shadow: 0px 0px 0px 0px #fbe3ad;
  }
  50% {
    box-shadow: 0px 0px 5px 15px #fbe3ad;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #fbe3ad;
  }
}
.products {
  padding: 70px 0;
}
.products .product_header {
  margin-bottom: 80px;
}
.products .product_body .product_content {
  margin-bottom: 50px;
}
.products .product_body .product_content:last-of-type {
  margin-bottom: 20px;
}
.products .product_body .product_content .cust_header {
  font-weight: 400;
  margin-bottom: 25px;
}
.products .product_body .product_content .cut_p {
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 40px;
}
.products .product_body .product_content .product_img {
  margin: 10px;
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 15px #fbe3ad;
  border: 5px solid #E8C43A;
  overflow: hidden;
  animation: pro 1.5s ease-in-out infinite;
  width:400px;
  height:400px;
}
.products .product_body .product_content .product_img:hover img {
  transform: scale(1.2);
}
.products .product_body .product_content .product_img img {
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px 3px #00000015;
  height:100%;
  object-fit:cover;
}

.counter_sec {
  color: #fff;
  background: #102938;
  position: relative;
  padding: 60px 0;
  text-align: center;
  overflow: hidden;
}
.counter_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/counter_bg.png");
  background-repeat: repeat;
  background-size: contain;
}
.counter_sec .counter_container .counter_content {
  margin: 10px;
  padding-bottom: 20px;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.counter_sec .counter_container .counter_content:hover {
  box-shadow: 0px 0px 7px 1px #000;
}
.counter_sec .counter_container .counter_content img {
  width: 100px;
  margin: auto;
  transform: scale(0.7);
}
.counter_sec .counter_container .counter_content h4 {
  color: #E8C43A;
  font-size: 43px;
  font-weight: 300;
  margin-bottom: 19px;
  letter-spacing: 0;
}
.counter_sec .counter_container .counter_content .count_title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 300;
}

.parteners {
  padding: 50px 0;
  position: relative;
}
.parteners .owl-dots {
  top: 117% !important;
}
.parteners .owl-dots .owl-dot {
  background-color: #11293699 !important;
}
.parteners .owl-dots .owl-dot.active {
  background-color: #E8C43A !important;
}
.parteners .partener_container .partener_content {
  padding: 10px 0;
}
.parteners .partener_container .partener_content:hover img {
  filter: grayscale(0);
}
.parteners .partener_container .partener_content img {
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.subscribe {
  background: linear-gradient(to bottom, #10293899, #10293899), url("../images/item2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px 0;
  text-align: center;
  color: #fff;
}
.subscribe .cust_header {
  margin-bottom: 40px;
}
.subscribe p {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
}
.subscribe form {
  background: #fff;
  border-radius: 37px;
  width: 63%;
  height: 57px;
  clear: both;
  padding: 0 6px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.subscribe form input {
  border: none;
  background: transparent;
  font-weight: 300;
}
.subscribe form input:focus {
  outline: none;
}
.subscribe form input[type=email] {
  float: left;
  width: 100%;
}
.subscribe form button {
  float: right;
  background-color: #E8C43A;
  color: #102938;
  padding: 0;
  border-radius: 38px;
  font-size: 19px;
  border: none;
  overflow: hidden;
  width: 200px;
  height: 41px;
  text-align: center;
  font-weight: 400;
  line-height: 32px;
}
.subscribe form button::after {
  border-radius: 38px;
}

.contact_us {
  height: calc(100vh - 77px);
  position: relative;
  display: flex;
  align-items: center;
}
.contact_us iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.contact_us .contact_form {
  position: relative;
  z-index: 1;
  background: #102938;
  border-radius: 6px;
  padding: 30px;
}
.contact_us .contact_form .cust_header {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
}
.contact_us .contact_form input,
.contact_us .contact_form textarea {
  display: block;
  width: 100%;
  margin: auto;
  background: #ffffff10;
  color: #fff;
  border: none;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
  resize: none;
  font-weight: 300;
}
.contact_us .contact_form input::placeholder,
.contact_us .contact_form textarea::placeholder {
  color: #fff;
  transition: all 0.1s ease-in-out;
}
.contact_us .contact_form input:focus,
.contact_us .contact_form textarea:focus {
  outline: none;
}
.contact_us .contact_form input:focus::placeholder,
.contact_us .contact_form textarea:focus::placeholder {
  font-size: 12px;
}
.contact_us .contact_form button {
  width: 103px;
  border: none;
  font-size: 17px;
  float: right;
  margin-top: 20px;
  border-radius: 4px;
  font-weight: 400;
}

footer {
  color: #fff;
  background: #102938;
  position: relative;
  overflow: hidden;
  padding: 50px 0 0;
}
footer::after {
  content: "";
  background: url("../images/counter_bg.png");
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
footer a {
  transition: all 0.2s ease-in-out;
}
footer a:hover {
  color: #E8C43A !important;
  text-decoration: underline;
}
footer .container {
  position: relative;
  z-index: 1;
}
footer .footer_logo img {
  margin-left: 0;
}
footer p {
  letter-spacing: 0;
  font-size: 14px;
  margin: 20px 0;
  font-weight: 300;
}
footer .media ul li {
  display: inline-block;
  margin-right: 20px;
}
footer .media ul li a {
  color: #fff;
  font-size: 20px;
}
footer .footer_title h4 {
  font-size: 26px;
  font-weight: 300;
  color: #E8C43A;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
footer .footer_title h4::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 100%;
  width: 68%;
  height: 2px;
  background-color: #E8C43A;
  margin-top: 5px;
}
footer .page_links ul li {
  margin-bottom: 20px;
}
footer .page_links ul li a {
  color: #fff;
}
footer .Office_loc ul li {
  margin-bottom: 15px;
}
footer .Office_loc ul li a {
  color: #fff;
  clear: both;
  display: flex;
}
footer .Office_loc ul li a img {
  float: left;
  margin-right: 10px;
  width: 20px;
}
footer .copy_right {
  margin-top: 20px;
  border-top: 0.2px solid #E8C43A;
  padding: 10px 0;
  text-align: center;
}

.faq_page .faq_body {
  padding: 70px 0 50px;
}
.faq_page .faq_body .faq_header .cust_header {
  font-weight: bold;
}
.faq_page .faq_body #accordion .card {
  background-color: transparent;
  border: 0;
  box-shadow: 1px 1px 5px 1px #0000001f;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.faq_page .faq_body #accordion .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 18px;
}
.faq_page .faq_body #accordion .card .card-header .card-link {
  display: block;
  padding: 9px 15px 15px;
  background-color: #E8C43A;
  color: #102938;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 15px;
}
.faq_page .faq_body #accordion .card .card-header .card-link svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translatey(-50%);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.faq_page .faq_body #accordion .card .card-header .card-link.collapsed {
  background-color: #fff;
}
.faq_page .faq_body #accordion .card .card-header .card-link.collapsed i {
  transform: translatey(-50%) rotate(180deg);
}
.faq_page .faq_body #accordion .card .card-body {
  background-color: #F5F6F7;
  color: #102938;
  font-size: 16px;
}

.policy_page .policy_body {
  padding: 70px 0 50px;
}
.policy_page .policy_body .policy_header {
  margin-bottom: 40px;
}
.policy_page .policy_body .policy_header .cust_header {
  font-weight: 400;
}
.policy_page .policy_body .Policy_content .cut_p {
  margin: 30px 0;
  font-size: 19px;
}

/*# sourceMappingURL=style.css.map */
