@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');

* {
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}
#Category {
  padding: 20px;
  font-size: 20px;
  text-align: center;
}
.left-menu:first-child{
	padding-top: 70px;
}
.custom_nav-container  {
	background:#fff;
  /*padding:10px !important;*/
  box-shadow: 2px 2px 10px #ccc;
}

.layout_padding {
  padding: 70px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 3.5rem;
    font-weight: bold;
}

.heading_container h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: #7690e5;
    margin: 10px auto 10px;
}

.heading_container h2 span {
  color: #7690e5;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
    padding: 2px 0;
    box-shadow: 2px 2px 10px #ccc;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Playfair Display', serif;
      width: 120px !important;
    margin: 0 0 0 40px;
    padding: 0;
}

.navbar-brand img {
  width: 120px;
  /*position: absolute;*/
  /*padding-top: 55px;*/

  /*border-radius: 20px;*/
}
.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}

.custom_nav-container {
  padding: 5px 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
  align-items: center;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600 !important;
    padding: 5px 10px;
    color: #131313;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
}
.custom_nav-container .navbar-nav-2 .nav-item .nav-link {
  padding: 5px 10px !important;
  margin-left: 0 !important;
}

.custom_nav-container .navbar-nav .nav-item .nav-link svg {
  width: 17px;
  height: auto;
  fill: #000000;
  margin-bottom: 2px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #7690e5;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link svg, .custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
  fill: #7690e5;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #7690e5;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);   
          background: transparent;
          
}


.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); 
          background: transparent;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, 
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          width:60%;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before {
  top: 0;
    
}
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
       top: 10px;
    left: 10px;
    transform: rotate(0deg);
    
}
/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 90px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box h1 {
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #002c3e;
    line-height: 70px;
}

.slider_section .detail-box h1 span {
  color: #7690e5;
}

.slider_section .detail-box p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 1.5rem;
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 12px 45px;
    background-color: #7690e5;
    border: 1px solid #7690e5;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    font-weight: 700;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #7690e5;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  margin-top: 45px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #7690e5;
}

.slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}

.product_section .heading_container {
  margin-bottom: 20px;
}

.product_section .box {
    position: relative;
    margin-bottom: 25px;
    padding: 20px;
    background-color: #e2f5fb;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    /* box-shadow: 5px 5px 5px -5px rgba(0,0,0,.2); */
    border: solid #e4e4e4 10px;
}

.product_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 215px;
  overflow: hidden;
}

.product_section .box .img-box img {
  max-width: 100%;
  max-height: 160px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_section .box .detail-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_section .box .detail-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.product_section .box .detail-box h6 {
  margin-top: 10px;
  color: #002c3e;
  font-size: 18px;
  font-weight: 600;
}

.product_section .box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product_section .box:hover .option_container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.arrival_section {
    background-color: #e2f5fb;
}
.product_section .option_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.product_section .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_section .options a {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 30px;
  width: 165px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 5px 0;
}

.product_section .options .option1 {
  background-color: #7690e5;
  border: 1px solid #7690e5;
  color: #ffffff;
}

.product_section .options .option1:hover {
  background-color: transparent;
  color: #7690e5;
}

.product_section .options .option2 {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.product_section .options .option2:hover {
  background-color: transparent;
  color: #000000;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #7690e5;
  border: 1px solid #7690e5;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  color: #7690e5;
}

.arrival_section .heading_container {
  color: #002c3e;
  margin-bottom: 10px;
}

.arrival_section .box {
  padding: 120px 45px;
  position: relative;
}

.arrival_section .arrival_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.arrival_section .arrival_bg_box img {
    width: 40%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
}

.arrival_section a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #7690e5;
  border: 1px solid #7690e5;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.arrival_section a:hover {
  background-color: transparent;
  color: #7690e5;
}

.why_section .box {
    text-align: center;
    margin-top: 45px;
    background-color: #002c3e;
    padding: 45px 50px;
    border-radius: 5px;
    color: #ffffff;
}

.detail-box h5 {
    font-size: 21px;
    font-weight: 700;
}

.remove_line_bt h2::after {
    display: none;
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #ffffff;
}

.subscribe_section {
  text-align: center;
}

.subscribe_section .box {
  background-color: #d4ced0;
  padding: 75px 45px;
}

.subscribe_section .subscribe_form .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #002c3e;
}

.subscribe_section .subscribe_form .heading_container h2 {
  padding: 0 25px;
}

.subscribe_section .subscribe_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_section .subscribe_form form input {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 90px;
    outline: none;
    padding: 5px 25px;
    background-color: #ffffff;
    margin-top: 15px;
    text-align: left;
}

.subscribe_section .subscribe_form form input::-webkit-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input:-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::-ms-input-placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form input::placeholder {
  color: #171620;
}

.subscribe_section .subscribe_form form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #7690e5;
  border: 1px solid #7690e5;
  color: #ffffff;
  border-radius: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 600;
  width: 100%;
  max-width: 285px;
}

.subscribe_section .subscribe_form form button:hover {
  background-color: transparent;
  color: #7690e5;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 55px;
}

.client_section .box .img_container {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.client_section .box .img_container .img-box {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    margin-right: -1px;
}

.client_section .box .img_container .img-box .img_box-inner {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.client_section .box .img_container .img-box .img_box-inner img {
  width: 100%;
}

.client_section .box .detail-box {
  margin-top: 25px;
}

.client_section .box .detail-box h5 {
  font-size: 20px;
  font-weight: 600;
}

.client_section .box .detail-box h6 {
  font-size: 15px;
  color: #999998;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  width: auto;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #ffffff;
  background-color: #7690e5;
  border-radius: 100%;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #212121;
}

.client_section .carousel-control-prev {
  left: 25%;
}

.client_section .carousel-control-next {
  right: 25%;
}

/* footer section*/
.footer_section {
  background-color: #002c3e;
  color: #ffffff;
  padding-top: 70px;
}



.footer_section {
    color: #ffffff;
    text-align: left;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  text-align: left;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
    margin: 10px 0;
    color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #7690e5;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.footer_section .footer_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: center;
    justify-content: left;
    margin-top: 25px;
    margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002c3e;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #7690e5;
}

.footer_section .map_container {
  width: 100%;
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_section .map_container .map #googleMap {
  height: 100%;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
    color: #ffffff;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.heading_container.heading_center h3 {
    position: relative;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
}

li.nav-item ul {
    background: #fff;
    border: solid #000 2px;
    border-radius: 0;
    padding: 10px 20px;
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: 4px 4px 0px 0 #000;
    width: 190px;
}

li.nav-item ul li {
    float: left;
    width: 100%;
    margin: 6px 0;
}

li.nav-item ul li a {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-top: 10px;
    transition: ease all 0.5s;
}

li.nav-item ul li a:hover, li.nav-item ul li a:focus {
    color: #7690e5;
}

.inner_page_head {
    background: #7690e5;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}

.inner_page_head h3 {
    font-size: 42px;
    font-weight: 800;
}

/** footer **/

footer {
    background: #e2f5fb;
    padding: 0px 0 0px 0 ;
}
footer .full, footer .widget_menu{
  padding-top: 40px;
}
.logo_footer {
    margin-bottom: 30px;
}

.information_f p {
    margin-bottom: 1.2rem;
    line-height: 25px;
    font-size: 15px;
}
.information_f p strong {
  margin-right: 8px;
}

.widget_menu h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.widget_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_menu ul li {
    float: left;
    width: 100%;
}

.widget_menu ul li a {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.widget_menu ul li a:hover {
  color: #7690e5;
  font-weight: 600;
}
.widget_menu ul li a i{
  margin-right: 8px;
}

.field {
    display: flex;
}

.widget_menu {
    float: left;
    width: 100%;
}

div.form_sub .field input[type="email"], div.form_sub .field input[type="text"], div.form_sub .field input[type="email"]:hover, div.form_sub .field input[type="email"]:focus {
    padding: 10px 30px 10px 15px;
    border-radius: 0;
    border: solid #ccc 1px;
    font-size: 14px;
    position: relative;
    box-shadow: none;
    width: 100%;
    height: 36px;
    margin-bottom: 0;
}

.form_sub {
    position: relative;
}

.form_sub input[type="email"] + input[type="submit"] {
    position: absolute;
    right: 0;
    background: #7690e5;
    color: #fff;
    border: none;
    top: 0px;
    font-size: 14px;
    height: 36px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 15px;
}

.form_sub .field button {
  position: absolute;
  right: 0;
  background: #7690e5;
  color: #fff;
  border: none;
  border-radius: 0 !important;
  top: 0px;
  font-size: 14px;
  height: 36px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 15px;
}
.form_sub .field button:hover {
  background: #0c0c0c;
  color: #fff;
  border: none;
}

form input {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
}

form textarea {
    background: #fff;
    border: solid #ccc 1px;
    padding: 15px 15px;
    width: 100%;
    min-height: 150px;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: normal;
}

form input[type="submit"] {
    border: none;
    padding: 15px 45px;
    width: auto;
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
    margin: 0 auto;
    display: flex;
    background: #333;
    color: #fff;
    font-weight: 600;
    transition: ease all 0.1s;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background: #7690e5;
    color: #fff;
}

/** cpy **/

.cpy_ {
    background: #222;
    text-align: center;
    padding: 20px 0;
}

.cpy_ p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.cpy_ p a {
    margin: 0;
    color: #7690e5;
    font-size: 15px;
    font-weight: 400;
}

.banner-bottom {
  width: 100%;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}

.banner-ade img{
  width: 100%;
  height: 200px;
}
.banner-ade .col-md-6  {
  padding: 0;
  border: 2px solid;
}

.profile-dropdown-menu{
  left: auto !important;
  right: 0 !important;
}

/*----------------- Owl Carousel --------------------*/
.item{
  min-width: 100%;
}
.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-theme{
  position: relative;
}
.owl-carousel .owl-stage-outer{
  margin-top: 20px !important;
}
.owl-theme .owl-nav{
  position: absolute;
  right: 0;
}

.owl-carousel .owl-nav button{
  margin: 0 5px;
  width: 40px;
  height: 40px;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
  color: #fff !important;
  background-color: #7690e5 !important;
  border-radius: 100%;
  border-radius: 50px !important;
  transition: 0.3s ease-in-out;
}
.owl-carousel .owl-nav button:hover{
  color: #fff !important;
  background-color: #131313 !important;
}
.owl-carousel .owl-nav button span{
  display: none;
}
.owl-carousel .owl-nav button.owl-prev::before{
  font-family: "Font Awesome 6 Free"; /* Set the Font Awesome font family */
    content: "\f177"; /* Unicode for the search icon */
    font-weight: 900; /* Set the appropriate weight (solid) */
}
.owl-carousel .owl-nav button.owl-next::before{
  font-family: "Font Awesome 6 Free"; /* Set the Font Awesome font family */
    content: "\f178"; /* Unicode for the search icon */
    font-weight: 900; /* Set the appropriate weight (solid) */
}

.owl-theme .owl-dots{
  margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot span{
  width: 12px !important;
  height: 12px !important;
}
.owl-theme .owl-dots .owl-dot.active span{
  background: #7690e5 !important;
}

.special_img{
  border: 1px solid #002C3E30;
  margin-top: 20px;
}
.banner_bg_color{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F6F3EF;
}













.hero_area .hero_area .item {
  position: relative;
}
.hero_area .hero_area .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_area .hero_area .item .cover {
  display: flex;
  align-items: center;
}
.hero_area .item .cover .header-content {
  position: relative;
  overflow: hidden;
}
.hero_area .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.hero_area .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 56px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.hero_area .item .cover .header-content h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  word-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.hero_area .item .cover .header-content h4 {
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.hero_area .item .cover .header-content h5 {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  margin: 0;
}
.hero_area .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInLeft;
  animation-delay: 1s;
}
.hero_area .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInRight;
  animation-delay: 1s;
}
.hero_area .owl-item.active h4 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInLeft;
  animation-delay: 1s;
}
.hero_area .owl-item.active h5, .hero_area .owl-item.active h6, .hero_area .owl-item.active p, .hero_area .owl-item.active i {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}
@keyframes slideInDownRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(175%, -150%, 0) rotate(-45deg);
    visibility: visible;
 }
  100% {
    -webkit-transform: translateZ(0);
    transform: translate3d(15px, 0px, 0) rotate(0deg);
 }
}
.hero_area .owl-item.active .img-container {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideInDownRight;
  animation-delay: 0.3s;
}
.hero_area .owl-dots {
  width: auto;
  top: 124px;
  position: absolute;
}
.hero_area .owl-theme .owl-dots .owl-dot {
  display: block;
  outline: none;
}
.hero_area .owl-theme .owl-dots .owl-dot span {
  width: 3px;
  height: 3px;
  margin: 4px 2px;
  background: #000;
}
.hero_area .owl-theme .owl-dots .owl-dot.active span {
  height: 15px;
}
.hero_area .owl-theme .owl-nav {
  /*max-width: 570px;*/
  bottom: -25px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-height: 90px;
}
.hero_area .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  float: left;
}
.hero_area .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #000;
  float: left;
}
.hero_area .owl-nav .owl-prev:focus {
  outline: 0;
}
.hero_area .owl-theme .owl-nav [class*="owl-"] {
  display: block;
  width: 40px;
  height: auto;
  position: unset;
  margin: 0;
}
.hero_area .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.hero_area .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
  float: right;
}
.hero_area .owl-nav .owl-prev span, .hero_area .owl-nav .owl-next span {
  font-size: 40px;
  color: #000;
  font-weight: 700;
}
.hero_area .owl-nav .owl-next:focus {
  outline: 0;
}
.hero_area header:hover .owl-prev {
  left: 0;
  opacity: 1;
}
.hero_area header:hover .owl-next {
  right: 0;
  opacity: 1;
}
.hero_area .owl-thumbs {
  text-align: center;
  width: fit-content;
  margin: auto;
  z-index: 1;
  position: relative;
  max-width: 520px;
  cursor: pointer;
      display: flex;
    justify-content: space-around;
    width: 100%;
}
.hero_area .owl-thumbs .owl-thumb-item {
  background: transparent;
  border: none;
  overflow: hidden;
  margin: 0;
  outline: none;
  padding: 15px 5px;
  transition: ease-in-out 1s;
  cursor: pointer;
}
.hero_area .owl-thumbs .owl-thumb-item.active {
  position: relative;
}
.hero_area .owl-thumbs .owl-thumb-item.active::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  box-shadow: 0 0 5px 0 #00002b !important;
  background: #fff 4d;
  border-radius: 8px;
}
.hero_area .owl-thumbs .owl-thumb-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.hero_area .img-container {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 10px 5px #afa7a7;
  margin: 14px;
}
.hero_area .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_area .slider-start {
  width: 100%;
  background: #e2f5fb !important;
  overflow: hidden; 
  background: linear-gradient(45deg, #f7f5eb, #f5f5f5);
  padding: 30px 30px 30px 30px;
  margin: 102px auto 50px;
  border-radius: 24px;
  position: relative;
}
.hero_area .owl-carousel {
  z-index: 1;
}
.hero_area .card {
  border: 0;
  box-shadow: 0 0 20px 0 #bfbfbf;
  background: #fbfbfb;
  border-radius: 8px;
  padding: 30px 12px;
}
.hero_area .card h6 {
  font-size: 12px;
}
.hero_area p {
  margin: 0;
}
.hero_area .card-body {
  padding: 0;
}
.hero_area .card-text {
  font-size: 12px;
  margin-bottom: 20px;
}
.hero_area .card-text i {
  padding: 8px;
  background: #e1e1e1;
  border-radius: 50%;
}
.hero_area .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 50%;
  box-shadow: inset 0 0 20px 3px #d7d7d7;
}
.hero_area .owl-theme .owl-dots .owl-dot.active span, .hero_area .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.hero_area .rounded-gradient-borders {
  width: 600px;
  height: 600px;
  border: double 80px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f83600, #f9d423);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: inline-block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: -78%;
  left: -16%;
}
.hero_area .rounded-corners-gradient-borders-2 {
  border: double 10px #000;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-clip: content-box;
  background-color: red;
  float: left;
}


.common-slider .owl-thumbs {
	display:none !important;
}

@media only screen and (max-width: 640px) {
  .hero_area .item .cover .header-content h1 {
  	font-size: 30px;
  }
} 

@media only screen and (max-width: 991px) {
    .custom_nav-container{
        min-height: 100px;
    }
    .navbar-brand {    
        position: absolute;
    top: 5px;   
    right:0;
        
    }
    .mobile_search{
        padding-left: 0!important;
    }
    .hero_area .owl-theme .owl-nav{
        display: none;
    }
   
}
