@import url('https://fonts.googleapis.com/css2?family=Alkatra:wght@400;500;600;700&family=Barlow+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Kanit:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Prompt:wght@100;200;300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');





@font-face {
  font-family: 'Cormorant-Bold';
  src: url('../fonts/Cormorant-Bold.ttf');
}

@font-face {
  font-family: 'Cormorant-Italic';
  src: url('../fonts/Cormorant-Italic.ttf');
}

@font-face {
  font-family: 'PTSerif-Bold';
  src: url('../fonts/PTSerif-Bold.ttf');
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.ttf');
}



/*=====================================header-top===============================*/
.header-top {
  padding: 20px 0;

}

.header-top ul {
  margin: 0;
  padding: 0;
}

.header-top ul li {
  display: inline;
}

.local-btn {
  margin-top: 24px;
}

/*==============================header bottom=============================*/

.header-bottom {
  background-color: #083576;
}

.header-bottom img {
  width: 15%;
}

.preheader-details {
  padding-top: 20px;
}

.travel-logo a {
  color: #f56960;
  font-family: 'Cormorant-Italic';
  font-weight: 600;
  font-size: 48px;
}

.travel-logo a:hover {
  text-decoration: none;
}

.fast {
  display: flex;
  justify-content: space-between;
}

.best li a {
  text-decoration: none;
  color: #fff;
  padding-right: 10px;
  padding-left: 3px;
  text-align: right;
  font-family: 'Roboto-Bold';
  font-size: 14px;
  font-weight: 500;
}

.icon i {
  color: #fff;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  margin-right: 40px;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #083576;
  background-color: #fff;
}

.btn {
  text-transform: uppercase;
  justify-content: center;
  padding: 8px 13px;
  font-size: 14px;
  background-size: 300%;
  transition: all 0.6s;
  border-radius: 0 !important;
  border: 0;
}

.black {
  color: #000;
  background-image: linear-gradient(90deg, #56ccf8 50%, #083576 50%);
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
}

.btn:hover {
  color: #fff;
  background-position: 100%;
  transform: translateX(0.5rem);
}

.btn:active {
  transform: translate(0.5rem, 0.5rem);
  box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.preheader-icon {
  display: flex;
  width: 50%;
}

.preheader-icon .icon-details {
  width: 15%;
  margin-right: 15px;
}

.preheader-icon .icon-details i {
  font-size: 36px;
  color: #083576;
}

.preheader-details {
  display: flex;
}

.site-logo {
  width: 23%;
}

.site-logo img {
  width: 94%;
}

.icon-content h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #747474;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.icon-content p {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;

}



/*============================================*/
.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: inherit;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  display: flex;
  width: 100%;
}

.nav-menus-wrapper {
  width: 100%;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
  width: 30%;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo>img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus>img {
  outline: initial;
}

.navigation-portrait .nav-logo>img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none;
}

.nav-menu>li {
  display: inline-block;
  float: left;
  text-align: left;
  margin-left: 20px;
  margin-top: 8px;
}

.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
  border-top: none;
}

.nav-menu>li>a {
  padding: 12px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
  color: #56ccf8;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social>li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
  width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 10px;
  margin-top: 0px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 10px;
  width: 10px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search>form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu>li>.nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown>li>a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
  text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal>li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
  width: 100%;
}

.nav-dropdown-horizontal>li>a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav>li>a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list>li>a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list>li>a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu>li>a {
  color: #343a40;
  text-transform: uppercase;
}

.nav-dropdown>li>a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

  .nav-dropdown>li>a,
  .megamenu-list>li>a {
    width: 65%;
  }
}

body {
  margin: 0;
  padding: 0;

}


a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*===================================header top=======================================*/
.header-top {
  padding: 5px 0;
}

.preheader-padding {
  padding-top: 10px;
}

.header-content .header-contact {
  margin-bottom: 0rem;
}

.header-content .header-contact li {
  float: left;
  line-height: 0;
  margin-right: 20px;
}

.header-content .header-contact li a {
  color: #fff;
  font-size: 12px;
  font-family: 'Poppins-Regular';
}


.header-content .header-contact li a i {
  margin-right: 4px;
}


.header-top-details {
  display: flex;
  justify-content: space-between;
}

.header-social-icons {
  font-size: 16px !important;
}

.header-contact-li a img {
  width: 85%;
}

/*===================================header bottom=================================*/
.nav-header img {
  width: 68%;
}
.header_area{
  margin: 0 auto;
width: 60%;
}
.nav-menu .nav-item a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Nunito Sans', sans-serif;
}

.nav-menu .nav-item a:hover {
  text-decoration: none;
}

.nav-dropdown .nav-item a {
  color: #000 !important;
}

.navbar-nav .nav-item {
  margin-left: 30px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #dfedfb !important;
}

.dropdown-menu {
  border: none !important;
  padding: 0.5rem 12px !important;
}

.nav-menu .nav-item .nav-link-link {
  font-size: 18px;
}

.navbar img {
  width: 80%;
}

.navbar-brand {
  padding: 0 !important;
}

.navbar {
  padding: 0 1rem !important;
}



.header-contact-li a:hover {
  text-decoration: none;
}

.carousel-indicators li {
  width: 12px !important;
  height: 12px !important;
  border-radius: 30px !important;
  background-color: #000 !important;
}

.header-bottom {
  padding: 6px 0;
}



/*==============================footer==============================*/
.footer-top{
	background-image: url(../images/footer-back.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 0;
}
.normal-menu{
	padding-left: 0;
}
.footer-logo p{
	margin-top: 18px;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto-Light', sans-serif;
}
.sun ul{
	margin-left: -41px;
}
.sun i{
	float: left;
	margin-right: 15px;
	color: #012959;
padding-bottom: 30px;
}
.advance{
font-size: 16px;
color: #636363;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 400;
}
.Contact-icon .fa{
	color: #012959;
}
.advance:hover{
	text-decoration: none;
	color: #56ccf8;
}

.footer-top h4{
font-size: 24px;
color: #083576;
font-family: 'Nunito', sans-serif;
margin-bottom: 24px;
text-transform: uppercase;
}
.footer-logo-a{
	font-size: 40px !important;
}
.footer-content h5{
	font-size: 16px;
color: #fff;
font-family: 'PTSerif-Bold';
font-weight: 400;
transition: .5s all;
margin-top: 15px;
}
.footer-img-content{
	display: flex;
	margin-bottom: 20px;
}
.dream{
	background-color: #cef2f2;
	border: none;
padding: 3px 20px;
margin-bottom: 20px;
}
.honest{
	padding: 10px 20px;
	background-color: #012959;
	color: #fff;
	transition: 0.8s all;
}
.honest:hover{
	text-decoration: none;
	background-color: transparent;
	color: #000;
	border: 2px solid #012959;

}
.normal-menu li{
	margin-bottom: 13px;
}

.footer-img{
	width: 30%;
}
.footer-img{
	width: 100%;
	margin-bottom: 25px;
}
.newsletter h3{
margin-left: -1px;
}
.story-head h2{
text-align: center;
font-size: 26px;
font-weight: bold;
margin-top: 30px;
}

.footer-bottom{
	background-color: #000;
	border-top: 2px solid #ddd;
}
.footer-bottom h6{
	text-align: center;
	padding: 16px 0;
	color: #fff;
	margin: 0;
}
.Useful p{
  font-size: 16px;
  color: #636363;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
}

/*======================================banner=====================================*/

.carousel-caption h1 {
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  padding-bottom: 20px;
}

.carousel-caption p {
  font-size: 14px;
  color: #eaeaea;
  padding-bottom: 30px;
  font-weight: 400;
  font-family: 'Space Grotesk', sans-serif;
}

.carousel-caption {
  bottom: 15% !important;
  text-align: left !important;
  width: 53% !important;
}

.carousel-caption a {
  font-weight: 600;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  color: #000000;
  padding: 8px 20px;
  background-color: #56ccf8;
}




/*==================================about us=======================================*/

.about-img {
  width: 100%;
}

.about-img img {
  width: 100%;
}
.banner-product{
  padding: 100px 0;
  background-image: url(../images/banner-4.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
}
.control {
  padding: 50px 0;
  background-image: url(../images/about-banner.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.control h2 {
  color: #083576;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
}

.control h3 {
  font-size: 34px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.control p {
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
  text-align: justify;
  color: #575757;
}

.groot {
  display: flex;
  justify-content: space-between;
}

.about-content .description-btn {
  font-size: 16px;
  background-color: #f56960;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-family: 'PTSerif-Bold';
  font-weight: 400;
  transition: .5s all;
}

.about-content .description-btn:hover {
  box-shadow: 0px 15px 47px -6px rgba(166, 166, 166, 1);
}

.controls h3 {
  font-size: 25px;
  color: #000;
  font-family: 'PTSerif-Bold';
}

.controls {
  padding: 50px 0;
}

.controls p {
  font-size: 14px;
  font-family: 'Roboto-Light', sans-serif;
  font-weight: normal;
}



/*==============================offer==============================*/
.choose-details {
  display: flex;
  box-shadow: 0px 0px 13px -3px rgba(194, 194, 194, 1);
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
}

.choose-img {
  width: 20%;
}

.choose-img img {
  width: 80%;
}

.choose-content h2 {
  font-size: 18px;
  font-weight: 400;
font-family: 'Kanit', sans-serif;
}

.choose-content p {
  font-size: 14px;
  font-weight: 400;
color: #515151;
  font-family: 'Space Grotesk', sans-serif;
margin-top: 10px;
}

.choose-content {
  width: 78%;
}

.category-heading h2 {
  color: #083576;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif;
  text-align: center;
  margin-bottom: 25px;
}

.inner-page-heading h2{
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Alkatra', cursive;
  text-align: center;
}
/* =====================================products============================ */
.products{
  box-shadow: 0px 0px 13px -3px rgba(194, 194, 194, 1);
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
  text-align: center;
}
.product-content h4{
  font-family: 'Prompt', sans-serif;
  font-size: 18px;
  font-weight: 500;
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
  margin-top: 20px;
}



















/* ====================================off=================================== */
.offer {
  background-image: url(../images/banner-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.offer-2 {
  background-image: url(../images/banner-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.offer-content h3 {
  color: #083576;
  font-size: 58px;
  font-weight: 500;
  font-family: 'Nunito', sans-serif;
  padding-bottom: 30px;
}

.offer-content p {
  font-size: 16px;
  font-weight: 400;
  color: #383737;
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 18px;
}

.offer-content ul li {
  list-style: disc;
  font-size: 18px;
line-height: 36px;
font-family: 'Kanit', sans-serif;
}

.offer-content ul {
  margin-left: 20px;
}

/*==================================testimonial===========================================*/

.testimonials-section {
  background: url(../images/banner-4.jpg);
  padding: 50px 0px 50px 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testimonials-section .aoe-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #19b5fe;
}

.testimonials-section .line {
  width: 75px;
  height: 5px;
  background-color: #f62459;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 70px;
}

/*=================================================== TESTIMONIALS SECTION ==========================================================*/




/*-------------------------------------------------------- Carousel ----------------------------------------------------------*/
.testimonials-section .col-center {
  margin: 0 auto;
  float: none !important;
}

.testimonials-section .carousel {
  margin: 50px auto;
  padding: 0 170px;
}

.testimonials-section .carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}

.testimonials-section .carousel .item .img-box {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.testimonials-section .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.testimonials-section .carousel .testimonial {
  padding: 20px 0 22px;
  color: #fff;
  text-align: left;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.testimonials-section .carousel-inner {
  text-align: center;
}

.testimonials-section .carousel-title {
  color: #fff;
  font-family: 'Cormorant-Bold';
  font-size: 48px;
  text-align: left;
}

.testimonials-section .carousel .overview {
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
}

.testimonials-section .carousel .overview b {
  color: #ffd925;
}

.testimonials-section .company-name {
  color: #fff;
  text-align: left;
}

.testimonials-section .carousel .carousel-control {
  width: 0px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.testimonials-section .carousel-control i {
  font-size: 25px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: #fff;
}

.testimonials-section .carousel .carousel-indicators {
  bottom: -40px;
}

.testimonials-section .carousel-indicators li,
.testimonials-section .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

.testimonials-section .carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.testimonials-section .carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.testimonials-section .testimonial span {
  font-size: 62px;
  position: absolute;
  top: 57%;
  left: 0;
  font-family: 'Emblema One', cursive;
  color: #333;
}

.testimonials-section .carousel-control-prev span {
  position: absolute;
  font-size: 14px;
  top: 29%;
  left: 20px;
  color: #fff;
  text-shadow: none;
  font-weight: bolder;
}

.testimonials-section .carousel-control-next span {
  position: absolute;
  font-size: 14px;
  top: 29%;
  right: 20px;
  color: #fff;
  text-shadow: none;
  font-weight: bolder;
}

.color-opposite h3 {
  color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    text-align: center;
    padding-bottom: 30px;
}

/*--------------------------------- Carousel ---------------------------------------*/

/*=================== END TESTIMONIALS SECTION ====================*/








/*==============================contact=================================*/
.address-details h3{
	font-size: 24px;
	font-family: 'Space Grotesk', sans-serif;
	padding-bottom: 20px;
}
.contact{
	background-color: #eeeeee;
	padding: 50px 0;
}
.address{
	display: flex;
background-color: #fff;
padding: 20px;
border-radius: 8px;
margin-bottom: 30px;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.address-img{
	width: 20%;
}
.address-content{
	width: 98%;
}
.contact-form{
	background: #fff;
padding: 38px;
border-radius: 10px;
}
.contact-form-haeding h3{
	font-size: 24px;
  font-family: 'Space Grotesk', sans-serif;
text-align: center;
margin-bottom: 20px;
}

.contact-form .contFrm input,
.contact-form .contFrm textarea{
	width: 100%;
font-size: 14px;
padding: 12px 15px;
border: 1px solid #ddd;
margin-bottom: 35px;
}

.contact-form .inptBtn{
	background-color: #56ccf8;
	color: #000;
	font-family: 'Roboto-Light', sans-serif;
	font-size: 18px;
}

.address-content h4{
font-size: 18px;
font-family: 'Kanit', sans-serif;
font-weight: 400;
}
.address-content p{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 16px;
	color: #888;
	font-weight: 400;
}

.icons ul {
	padding-left: 0;
}
.icons ul li a{
	font-size: 28px;
	color: #000;
}
.icons ul li {
	float: left;
	margin-right: 16px;
}








/*========================product details pic zoomer===================================*/

.picZoomer {
  position: relative;
  /*margin-left: 40px;
    padding: 15px;*/
}

.picZoomer-pic-wp {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
  display: block;
}

.picZoomer-zoom-pic {
  position: absolute;
  top: 0;
  left: 0;
}

.picZoomer-pic {
  /*width: 100%;
	height: 100%;*/
}

.picZoomer-zoom-wp {
  display: none;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  border: 1px solid #eee;
  height: 460px;
  margin-top: -19px;
}

.picZoomer-cursor {
  display: none;
  cursor: crosshair;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  background-color: rgba(0, 0, 0, .1);
}

.picZoomCursor-ico {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

.piclist li {
  display: inline-block;
  width: 90px;
  height: 104px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.piclist li img {
  width: 97%;
  height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp {
  border: 1px solid #ddd;
}



.section-bg {
  padding: 50px 0 0;
  border-top: 1px solid #ddd;
}

.row-sm .col-md-6 {
  padding-left: 5px;
  padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
  width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
  padding-left: 0px;
  top: 0px;
}

._boxzoom ._product-images {
  width: 80%;
  display: inline-block;
}

._boxzoom ._product-images .picZoomer {
  width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
  left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
  width: 100%;
}

.piclist li img {
  height: 100px;
  object-fit: cover;
}

/*======products-details=====*/
._product-detail-content {
  background: #fff;
  padding: 15px;
  border: 1px solid lightgray;
}

._product-detail-content p._p-name {
  color: black;
  font-size: 26px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
}

.p-list span {
  margin-right: 15px;
}

.p-list span.price {
  font-size: 25px;
  color: #000;
}

._p-qty>span {
  color: black;
  margin-right: 15px;
  font-weight: 600;
}

._p-qty {
  padding: 10px 0;
}

._p-qty .value-button {
  display: inline-flex;
  border: 0px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #fff;
  user-select: none;
  color: #999;
  border: 1px solid #888 !important;
}

._p-qty .value-button {
  border: 0px solid #fe0000;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
}

._p-qty input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  margin: 0px;
  width: 50px;
  height: 35px;
  font-size: 14px;
  box-sizing: border-box;
}

._p-add-cart {
  margin-left: 0px;
  margin-bottom: 15px;
}

.p-list {
  margin-bottom: 10px;
}

._p-features>span {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

._p-add-cart .buy-btn {
  background-color: #2f3292;
  color: #fff;
}

._p-add-cart .btn {
  text-transform: capitalize;
  padding: 6px 20px;
  /* width: 200px; */
  border-radius: 0;
}

._product-detail-content h6 {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Prompt', sans-serif;
  padding: 14px 0 10px;
  text-align: justify;
}

._product-detail-content h3{
color: black;
font-size: 20px;
border-bottom: 1px solid lightgray;
padding-bottom: 12px;
font-family: 'Kanit', sans-serif;
font-weight: 400;
}
._product-detail-content ul li{
  list-style: disc;
  font-family: 'Kanit', sans-serif;
  font-size: 14px;
text-align: justify;
font-weight: 300;
}
._product-detail-content ul{
  padding-left: 15px;
  margin: 15px 0;
}
/*=========Recent-post==========*/
.title_bx h3.title {
  font-size: 22px;
  text-transform: capitalize;
  position: relative;
  color: #fd7f34;
  font-weight: 700;
  line-height: 1.2em;
}

.title_bx h3.title:before {
  content: "";
  height: 2px;
  width: 20%;
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 40px;
  background-color: #fd7f34;
}

.title_bx h3.title:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 40px;
  background-color: #ffc107;
}

.common_wd .owl-nav .owl-prev,
.common_wd .owl-nav .owl-next {
  background-color: #fd7f34 !important;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 0px !important;
}

.owl-nav .owl-next {
  right: -10px;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 50%;
  position: absolute;
}

.common_wd .owl-nav .owl-prev i,
.common_wd .owl-nav .owl-next i {
  color: #fff;
  font-size: 14px !important;
  position: relative;
  top: -1px;
}

.common_wd .owl-nav {
  position: absolute;
  top: -21%;
  right: 4px;
  width: 65px;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  left: 0px;
}

._p-qty .decrease_ {
  position: relative;
  right: -5px;
  top: 3px;
}

._p-qty .increase_ {
  position: relative;
  top: 3px;
  left: -5px;
}

/*========box========*/
.sq_box {
  padding-bottom: 5px;
  border-bottom: solid 2px #fd7f34;
  background-color: #fff;
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.item .sq_box span.wishlist {
  right: 5px !important;
}

.sq_box span.wishlist {
  position: absolute;
  top: 10px;
  right: 20px;
}

.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}

.sq_box span.wishlist i {
  color: #adb5bd;
  font-size: 20px;
}

.sq_box h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #343a40;
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.sq_box .price-box {
  margin-bottom: 15px !important;
}

.sq_box .btn {
  border-radius: 50px;
  padding: 5px 13px;
  font-size: 15px;
  color: #fff;
  background-color: #fd7f34;
  font-weight: 600;
}

.sq_box .price-box span.price {
  text-decoration: line-through;
  color: #6c757d;
}

.sq_box span {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 10px;
}

.sq_box .price-box span.offer-price {
  color: #28a745;
}

.sq_box img {
  object-fit: cover;
  height: 150px !important;
  margin-top: 20px;
}

.sq_box span.wishlist i:hover {
  color: #fd7f34;
}





/* Tabs */
.tabs {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eceaea;
  margin: 50px 0;
}

ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  border-bottom: 1px solid #e3e0e0;
}

ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  cursor: pointer;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #ddd;
}

#tabs-nav li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.tab-content {
  padding: 10px;
  background-color: #FFF;
}

/* Just for CodePen styling - don't include if you copy paste */

.table-details {
  width: 40%;
  margin-bottom: 0;
}

.table-details .table thead th {
  border-bottom: 0;
}


.table-details .table td,
.table th {
  border: 1px solid #ddd;
}

.tab-content h2 {
  font-size: 18px;
  padding-bottom: 12px;
}

.tab-content p {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  padding-bottom: 12px;
}


.manage-ammount .price {
  color: #ff4e00;
  font-size: 24px;
  text-align: left;
  font-family: 'GrSouvd';
  padding-top: 10px;
}

.manage-ammount .price span {
  color: #999;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
}


/*=================================================================*/



.faq-section {
  background: #fdfdfd;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #E91E63;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border: 1px solid #888;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  border-radius: 100px;
  text-align: center;
  background: #ff4e00;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #686868;
  border-top: 1px solid #F3F8FF;
  background-color: #f0f0f0;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


/*======================================about us===========================================*/

.our-team {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.our-team:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: -7px;
  left: -7px;
  bottom: -7px;
  right: -7px;
  transform: scale(1.03);
  transition: all 0.6s ease 0s;
  border: 1px solid #9da7bd;
}

.our-team:hover:before {
  opacity: 1;
  transform: scale(1);
}

.our-team .pic {
  position: relative;
  border: 1px solid #9da7bd;
padding: 20px;
}

.our-team .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease 0s;
}

.our-team:hover .pic:before {
  opacity: 1;
}

.our-team img {
  width: 100%;
  height: auto;
}

.our-team .team-content {
  padding: 30px 0 20px;
  position: relative;
  top: 0;
  transition: all 0.6s ease 0s;
}

.our-team:hover .team-content {
  top: -50%;
}

.our-team .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 7px 0;
  transition: all 0.6s ease 0s;
}

.our-team:hover .title {
  color: #fff;
}

.our-team .post {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #707070;
  text-transform: capitalize;
  transition: all 0.6s ease 0s;
}

.our-team:hover .post {
  color: #ffcc00;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  position: absolute;
  bottom: 38%;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s ease 0s;
}

.our-team .social h4 {
  font-size: 24px;
  color: #fff;
  font-family: 'GrSouvd';
}


.our-team:hover .social {
  opacity: 1;
  transform: scale(1);
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 0 15px;
  font-size: 18px;
  color: #083d77;
  border-right: 1px solid #083d77;
  position: relative;
  transition: all 0.3s ease 0s;
}

.our-team .social li a:hover {
  color: #ffcc00;
}

.our-team .social li:last-child a {
  border-right: none;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

.about {
  padding: 50px 0;
}

.about-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  padding-bottom: 10px;
  font-weight: 600;
}

.about-content-sec {
  padding-top: 50px;
}

.about-content p {
  font-size: 14px;
  color: #606060;
  font-weight: 400;
  padding-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.5px;
}

.about-content-img {
  width: 100%;
  margin-top: 20px;
}

.about-content-img img {
  width: 100%;
}

.product-cost{
  padding: 50px 0;
}



.products {
    overflow: hidden;
    position: relative;
  background-size:cover;
    transition: all 0.5s linear;
}
.products:hover {
	filter: grayscale(40%);
}
.products::before, .products::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.5s linear;
  background: #083576;
}


.products:hover::before, .products:hover::after{
  width: 100%;
}
.products:hover h1::before, .products:hover h1::after{
  height: 100%;
}

.products::after{
  left: 0px;
  top: 0;
  transition-delay: 0.5s;
}

.products::before{
  right: 0px;
  bottom: 0;
  transition-delay: 0.5s;
}
.products h1::before{
  transition-delay: 0s;
  left: 0;
  bottom: 0px;
}

.products:hover::after{
  transition-delay: 0s;
}
.products:hover::before{
  transition-delay: 0.2s;
}


.form-group textarea{
  width: 100%;
  background-color: #ebf9ff;
  font-size: 13px;
  border: 1px #ddd solid;
  border-radius: 0;
padding: 10px 10px;
}
.form-group label{
  margin: 10px 0;
  font-size: 14px;
  font-family: 'Kanit', sans-serif;
}
.form-group input{
  background-color: #ebf9ff;
  margin-bottom: 10px;
  font-size: 13px;
  border-radius: 0;
padding: 20px 10px;
}

.modal-content{
  padding: 0 20px 20px;
  width: 86% !important;
margin: 0 auto;
}

.modal-content .form-group {
  margin-bottom: 7px;
}


.product-img{
    width: 100%;
}


.product-img img{
    width: 100%;
}


.whats_app  {
    position: fixed;
    bottom: 3rem;
    background-color: #25d366;
border-radius: 50%;
text-align: center;
font-size: 24px;
box-shadow: 2px 2px 3px #999;
z-index: 100;
padding: 0px;
height: 50px;
width: 50px;
right: 1rem;
 
}
.whatsApp{
 color: #FFF;
     font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 32px;
}
.call-buton .cc-calto-action-ripple i{
padding-top: 6px;
font-size: 22px;
}
.imagetination{
    padding-top: 50px;
}
























