/*==========Navigation=========*/
h1,h2,h3 {
    font-family: "Josefin Sans", serif !important;
}
h4,h5,h6,p {
    font-family: "Poppins", serif !important;
}
.mainmenu {
	z-index: 4;
	padding: 0;
  }
  @media (max-width: 991.9px) {
	.mainmenu .navbar-nav {
	  background: #f5f6f6;
	  margin-bottom: 15px;
	}
  }
  .mainmenu .navbar-nav a.nav-link {
	padding: 10px 20px;
	min-width: 80px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
  }
  .mainmenu .cyan {
	padding: 5px;
  }
  .mainmenu .cyan a.nav-link {
	background: #83cfcc;
	padding: 5px 20px;
  }
  .mainmenu .cyan a.nav-link:hover {
	color: white;
  }
  .mainmenu a {
	font-weight: 400;
	padding-right: 15px;
  }
  .mainmenu a.active {
	color: #303e49;
  }
  
  .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  
  .current-menu-ancestor > a, .has-fixed .current-menu-ancestor > a {
	color: #83cfcc;
  }
  
  .dropdown-menu {
	margin: 0 5px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 500ms !important;
	animation-duration: 500ms !important;
	-webkit-transition-duration: 500ms !important;
	transition-duration: 500ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-iteration-count: 1 !important;
	background: #fff;
	border: 0;
	border-radius: 3px;
  }
  .dropdown-menu li:last-child a {
	border-bottom: none;
  }
  .dropdown-menu a {
	color: #303e49;
	padding: 10px 15px;
  }
  .dropdown-menu a:hover,
  .dropdown-menu .active > a {
	color: #83cfcc;
  }
  
  .nomega .dropdown-menu {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border: solid 1px rgba(48, 62, 73, 0.2);
  }
  
  .megamenu {
	position: inherit !important;
  }
  .megamenu ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  .megamenu .mg-col {
	padding: 0;
  }
  .megamenu .mg-col > ul {
	padding-bottom: 30px !important;
  }
  .megamenu .mg-col > div {
	padding-bottom: 30px !important;
  }
  
  .mg-left {
	position: relative;
  }
  
  .mg-sofa .sofwhitebg {
	position: absolute;
	height: 100%;
	width: 90px;
	right: -1px;
	background: white;
  }
  .mg-sofa img {
	position: absolute;
	right: 40px;
	top: calc(50% - 60px);
  }
  
  .mg-right {
	padding-bottom: 30px;
  }
  .mg-right img {
	margin: 10px 0 15px;
  }
  
  .mg-btn {
	display: inline-block;
	padding: 0 0 7px 0 !important;
	border-bottom: solid 1px #303e49;
	font-size: 12px;
  }
  
  .mg-child {
	background: white;
	height: 100%;
  }
  
  .mg-title {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  
  .mg-children a {
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	padding: 6px 10px;
	display: inline-block;
	border: solid 1px white;
  }
  .mg-children a:hover {
	border: solid 1px #303e49 !important;
	color: black;
	font-weight: 400;
  }
  
  .megamenu > .dropdown-menu {
	/*
	display: block !important;
	visibility: visible;
	opacity: 1;
	height: auto;
	*/
	border: solid 2px #303e49;
	background: #f3f3f3;
  }
  
  .megamenu:hover > .nav-link, .megamenu:focus > .nav-link {
	background: #303e49;
	color: white;
  }
  
  @media (min-width: 992px) {
	.mainmenu .dropdown-menu {
	  display: block;
	  opacity: 0;
	  visibility: hidden;
	  height: 1px;
	  left: 0;
	  right: auto;
	  margin: 0;
	  padding: 0;
	  border: 0;
	  border-radius: 3px;
	  min-width: 180px;
	}
  
	.pt-drop-even {
	  left: 99%;
	  top: 10px;
	}
  
	.pt-drop-odd {
	  left: -99%;
	  top: 10px;
	}
  
	.dropdown:hover > .dropdown-menu {
	  display: block !important;
	  visibility: visible;
	  opacity: 1;
	  height: auto;
	}
  
	.dropdown-menu.show {
	  visibility: visible;
	  opacity: 1;
	  height: auto;
	}
  }
  .dropdown-toggle::after, .dropdown-item::after {
	display: none;
  }
  .dropdown-toggle i, .dropdown-item i {
	margin-left: 10px;
	font-size: 14px;
	opacity: 0.7;
  }
  
  @media (min-width: 992px) {
	/*add here*/
	.navbar-expand-lg .navbar-collapse {
	  display: block !important;
	}
  }
  .topmenu {
	padding: 10px 0 0;
  }
  .topmenu li {
	margin: 10px 0;
	height: 30px;
	padding-bottom: 5px;
  }
  .topmenu li a {
	padding: 10px 18px;
  }
  .topmenu li img {
	max-height: 100%;
  }
  .topmenu .menu-search input {
	transition: all 0.4s ease;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
	padding: 5px;
	border: none;
	width: 130px;
  }
  .topmenu .menu-search input::placeholder {
	color: rgba(48, 62, 73, 0.8);
	opacity: 1;
  }
  .topmenu .menu-search input:focus {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	width: 250px;
  }
  .topmenu .menu-search button {
	background: none;
	border: none;
  }
  .topmenu .border-r {
	border-right: solid 1px rgba(48, 62, 73, 0.3);
  }
  .topmenu .phone a {
	font-weight: 500;
  }
  /*========Menu end=====*/
  .banner {
  overflow: hidden;
}

