@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit: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&family=Krona+One&family=Lato&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Montserrat&family=Nunito+Sans:opsz@6..12&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display&family=Poppins: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&family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@font-face {
	font-family: 'ArialUnicodeMS';
	src: url('../fonts/ArialUnicodeMS.ttf');
}


@font-face {
	font-family: 'Uni-Sans-heavy';
	src: url('../fonts/Uni Sans Heavy.otf');
}


@font-face {
	font-family: 'Uni-Sans';
	src: url('../fonts/Uni Sans Thin Italic.otf');
}

@font-face {
	font-family: 'Uni-Sans';
	src: url('../fonts/Uni Sans Thin.otf');
}



/*============================================*/
.navigation {
  width: 100%;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #fff;
}
.header-button a{
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    padding: 8px 25px !important;
    border-radius: 6px;
    background-color: #636363;
}
.nav-menu > .header-button{
    margin: 20px !important;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
  height: 48px;
}
.nav-brand img {
    width: 239px;
    margin-top: 4px;
}
.nav-brand {
  padding: 0 !important;
}
.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 {
  float: left;
  width: 120px;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.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: 0px;
}

.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: 32px 8px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    transition: color 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: #ff6b00;
}

.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 #000 #000 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;
  padding-top: 10px;
  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;

}

h1, h2, h3, h4, h5, h6, p, a{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
}

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 {
    background-color: #13224c;
    padding: 13px 0;
    height: 37px;
}

.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: 13px;
    font-family: 'Poppins';
    font-weight: 400;
}

.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 bottom=================================*/

.nav-menu .nav-item a {
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    /* font-family: 'Abel', sans-serif; */
    font-family: "Roboto Condensed", sans-serif;
    font-family: "Montserrat", serif;
    font-family: "Poppins", serif;
}
.nav-menu .nav-item a:hover{
	text-decoration: none;
}

.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;
}

/*==========================================footer top=================================*/

.footer-ul li a{
	text-decoration: none;
	color: #515151;
font-size: 15px;
font-weight: 500;
font-family: 'Roboto Condensed', sans-serif;
}
.footer-ul li a:hover{
  color: #515151 !important;
}
.footer-ul-details li a{
  font-size: 14px;
  color: #595959;
  font-weight: 600;
  font-family: 'Abel', sans-serif;
}

.footer-content input{
  background-color: #f7941d;
  border-radius: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  margin: 0;
  color: #fff;
  border: none;
}
.footer-content ::placeholder {
  color: #fff;
}
.footer-content ::-ms-input-placeholder { /* Edge 12-18 */
  color: rgb(255, 255, 255);
}
.footer-content form{
display: flex;
}
.footer-content button{
  background: no-repeat;
  color: #ffffff;
  background-color: #f7941d;
  border-radius: 0;
  border: none;
}
.footer-ul-details li a:hover{
	text-decoration: none;
	color: #515151;
}

.footer-ul-details li{
	list-style: none;
  line-height: normal;
  width: 145px;
  margin-bottom: 14px;
}
.footer-ul li a:hover{
	text-decoration: none;
	color: #ddd;
}

.footer-ul li{
	list-style: none;
	line-height: 30px;
}

.footer-top {
    background-color: #174548;
    padding: 50px 0;
	padding: 50px 0;
    background-color: #000;
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-content  ul li {
  margin-bottom: 11px;
}
.footer-content  ul li a{
    font-size: 14px;
    color: #e1e1e1;
    font-family: "Nunito", sans-serif;
}
.footer-content h2{
font-size: 20px;
    color: #fbc781;
    padding-bottom: 8px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.footer-content p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.last-icon {
    display: flex;
}
.last-icon li {
    margin-right: 0;
    width: 40px;
}
.last-icon i {
    float: left;
    margin-right: 15px;
    color: #fff;
    padding-bottom: 30px;
    font-size: 20px;
}
.footer-ul-icon li{
float: left;
}
.footer-ul li a i{
	letter-spacing: 24px;
font-size: 24px;
padding-top: 20px;
color: #01002c;
}


.footer-bottom{
	padding: 10px 0;
	background-color: #000000;
  text-align: center;
}

.footer-bottom p{
	font-size: 13px;
	color: #fff;
	margin-bottom: 0rem;
	font-weight: 400;
  font-family: 'Abel', sans-serif;
}
.footer-content img{
  width: 160px;
}

/*======================================banner=====================================*/
.change-color {
    color: #ffcc88;
    font-size: 46px;
    font-weight: 600;
}
.carousel-caption h5 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 22px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.carousel-caption {
    text-align: left !important;
    bottom: 30% !important;
    left: 9% !important;
}
.carousel-control-prev-icons, .carousel-control-next-icons {
  background-image: none !important;
  color: #fff !important;
  font-size: 14px !important;
  background-color: #0075df !important;
}
.carousel-caption a {
    color: #fff;
    padding: 12px 33px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: #f5a63d;
    border: none;
    border: 2px solid #f5a63d;
    margin-right: 15px;
}
.carousel-caption  .show-button {
    background-color: transparent;
    border: 2px solid #f7c685;
}
.carousel-caption .banner-btn{
  border: 2px solid #f7941d;
  background-color: transparent;
}
.carousel-caption a i{
 transform: rotate(-35deg);
}
.carousel-caption a:hover{
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
.carousel-caption p {
    padding-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #fff;
    width: 75%;
}
/* ==============================extra heading================================ */
.extra-heading h3{
  font-family: 'Abel';
  font-size: 35px;
  color: #000;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.extra-heading h3 span{
  font-size: 135px;
  font-weight: 600;
}
.extra-heading{
  padding: 20px 0 50px;
}
/* =========================================second banner============================================= */


/*=====================================about us======================================*/
.all-headings {
  text-align: center;
}
.all-headings h2{
  font-family: 'Abel';
  font-weight: 600;
  font-size: 32px;
}
.all-headings .line{
  width: 50px;
  height: 2px;
  background-color: #f7941d;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.all-headings p{
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
  color: #595959;
  padding: 20px 0;
}
.about-us{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about-img{
	width: 100%;
  margin-top: 30px;
}
.about-section {
  padding: 50px 0;
}
.about-img img{
	width: 100%;
}
.about-content h2{
font-weight: 600;
font-size: 52px;
padding-bottom: 0px;
font-family: 'Abel', sans-serif;
}

.about-content h2 {
    font-family: 'Poppins', serif;
    color: #032b21;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.about-content p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    color: #292929;
    margin-top: 10px;
    margin-bottom: 18px;
    font-family: "Nunito", serif;
}
.about-content h3 {
    font-family: 'Poppins', serif;
    color: #000000;
    font-weight: 700;
    font-size: 40px;
}
.about-content a{
    background-color: #3390ae;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
	border-color: #3390ae;
}

.about-content a:hover{
  background-color: #f5a63d;
  color: #fff;
  border-color: #f5a63d;
}
.about-content a i{
      transform: rotate(-35deg);
}
.about-content a:hover{
	text-decoration: none;
}
.about-us{
  overflow: hidden;
}
.about-span {
  font-weight: 400;
}
.about-us .col-md-6{
padding: 0;
}
.about-content a {
    color: #fff;
    padding: 12px 33px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: #15244d;
    border: none;
    border: 2px solid #15244d;
    margin-right: 15px;
    border-radius: 0;
}
.about-content .extra-border {
    background-color: transparent;
    border: 2px solid #244cb9;
    color: #000;
}
.about-content .line{
  width: 50px;
  height: 2px;
  background-color: #005cb6;
}
.line-2{
  width: 50px;
  height: 2px;
  background-color: #f7941d;
  margin-bottom: 25px;
}

.company-img{
  width: 62%;
  margin: 0 auto;
}
.company-img img{
  width: 100%;
}



/*=============================our project==============================*/

.product h2{
font-weight: 600;
font-size: 26px;
font-family: 'Roboto Condensed', sans-serif;
padding-bottom: 0px;
}
.products-images{
  width: 25%;
  float: left;
}
.products-images img{
width: 100%;
padding: 4px;
}
.pro-img{
  float: left;
  width: 100%;
}
.product-img{
	width: 100%;
	overflow: hidden;
}
.product-img img{
	width: 100%;
	transition: 0.5s all;
}
.product-img:hover img{
	transform: scale(1.2);
	transition: .5s all;
}
.product-content p{
font-size: 12px;
color: #838383;
padding-bottom: 10px;
font-weight: 300;
text-align: justify;
}

.product-content h3{
font-size: 15px;
font-weight: 700;
color: #545454;
}
a:hover{
  text-decoration: none !important; 
}
.product-btn{
	text-align: center;
	padding-bottom: 25px;
}
.product-btn a{
	background-color: #0075df;
	padding: 10px 15px;
	border-radius: 3px;	
	color: #fff;
font-weight: 600;
}
.product-btn a:hover{
color: #0075df;
border: 1px solid #0075df;
text-decoration: none;
background-color: transparent;
}
.products{
	padding: 50px 0;
  background-color: #f4f4f4;
}

.product-content{
padding: 24px;
}

.product-page{
background-color: #fff;
margin: 10px;
}
.product-images{
	width: 100%;
}
.product-images img{
	width: 100%;
}
.new-project{
  text-align: center;
  padding-bottom: 20px;
}


/*===================================property==========================*/

.property-heading h2{
font-weight: 600;
font-size: 26px;
text-transform: uppercase;
padding-bottom: 20px;
font-family: 'Yantramanav', sans-serif;
}

.property-document{
	display: flex;
	border: 1px solid #ddd;
}


.property-img{
	width: 50%;
}

.property-img img{
	width: 100%;
}

.property-content{
width: 75%;
padding: 35px 15px;
}

.property-content h4{
	font-size: 16px;
	font-weight: 700;
}

.property-content h5{
	font-size: 16px;
	font-weight: 700;
	color: #0075df;
}

.property-content p{
	font-size: 14px;
	color: #666565;
font-weight: 400;
}
.property{
	padding: 50px 0;
}


/*======================================need=========================================*/

.need-heading h2{
	font-weight: 600;
font-size: 26px;
text-transform: uppercase;
padding-bottom: 20px;
text-align: center;
}

.need{
	padding: 50px 0;
}

.need-img{
	text-align: center;
}




/*==============================testimonial======================================*/

.testi-heading h2{
font-weight: 600;
font-size: 26px;
text-transform: uppercase;
padding-bottom: 20px;
text-align: center;	
}

.testimonials{
	padding-bottom: 50px;
}


/*=====================================contact details================================*/

.address-icon{
	padding: 50px;
}

.address-icon h3{
	font-size: 18px;
padding-top: 20px;
font-weight: 600;
font-family: 'Yantramanav', sans-serif;
}
.address-icon p{
	color: #888;
font-size: 13px;
margin-bottom: 6px;
font-weight: 500;
font-family: 'Yantramanav', sans-serif;
}

.address-icon h6{
font-size: 14px;
font-weight: bold;
font-family: 'Yantramanav', sans-serif;
}

.address{
	padding-bottom: 50px;
}
.calling{
	
}


/*==============================================inner pages about======================================*/

.about-page-heading h2{
    font-size: 44px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Yantramanav', sans-serif;
    width: 72%;
    margin: 0 auto;
}
.bear{
	font-weight: 600;
}

.about-page{
	background-image: url(../images/indrapuri-2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 100px 0;
}
.about-page-heading h3{
	font-size: 16px;
	color: #fff;
	text-align: center;
  font-family: 'Yantramanav', sans-serif;
}


.get-in{
	padding: 50px 0;
}

.contact-page{
  background-color: #efefef;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
}

.contact-page-form{
	background-color: #fff;
	padding: 30px;
	width: 50%;
	margin: 0 auto;
}

.contact-page h2{
	text-align: center;
}

.form-details .form-group input{
	background-color: #eee  !important;
	border: none;
	padding: 14px;
	font-size: 13px;
	color: #888;
	width: 100%;
	border-radius: 0;
  font-family: 'Yantramanav', sans-serif;
}

.form-details .btn-primary{
	width: 100%;
	border-radius: 0;
	font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}


.form-details .form-group textarea{
	background-color: #eee  !important;
	border: none;
	padding: 14px;
	font-size: 13px;
	color: #000 !important;
	width: 100%;
	border-radius: 0;
}

.contact-address{
	padding-top: 50px;
}




/*=====================================================================================================*/

.inner-products{
  text-align: center;
  margin-bottom: 30px;
}

/*=======================================indrapuri=====================================*/



.modern{
	display: flex;
	padding: 8px 0;
}

.indrapuri-heading{
	width: 100%;
}
.indrapuri-heading img{
	width: 100%;
	padding-bottom: 40px;
}

.indrapuri-heading h5{
	font-size: 24px;
padding-bottom: 12px;
}


.indrapuri-heading p{
	color: #616161;
font-size: 14px;
font-weight: 400;
text-align: left;
font-family: 'Lato', sans-serif;
text-align: justify;
}


.icon-interior-img{
	width: 13%;
}

.icon-interior-img img{
	width: 65%;
}

.icon-interior{
	display: flex;
	padding: 5px 0;
}
.interior{
	border-bottom: 1px solid #ddd;
	margin: 15px 0;
}
.icon-interior h6{
font-size: 18px;
margin-top: 8px;
font-weight: 600;
}


.icon-interiors{
	display: flex;
	width: 100%;
}

.icon-interiors .icon-interior-img{
	width: 10%;
}



.icon-interiors .icon-interior-img img{
	width: 56%;
}


.icon-interiors h6{
	font-size: 14px;
text-transform: capitalize;
color: #616161;
font-family: 'Lato', sans-serif;
font-weight: 600;
margin-top: 4px;
}



.indrapuri{
	padding: 50px 0;
}


.interior-img{
	width: 100%;
	margin-top: 20px;
}

.interior-img img{
	width: 100%;
}


.indrapuri-contact{
	padding: 100px 40px;
	background-image: url(../images/interior.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

.form-group textarea{
	padding: 10px;
	width: 100%;
}


.indrapuri-form-heading h5{
text-align: center;
color: #76e5ff;
font-family: "Questrial", Sans-serif;
font-size: 16px;
font-weight: 400;
}


.indrapuri-form-heading h3{
	color: #FFFFFF;
font-family: "Questrial", Sans-serif;
font-size: 32px;
font-weight: 400;
text-transform: capitalize;
text-align: center;
padding: 20px 0;
border-bottom: 1px solid;
}

.indrapuri-form-heading h4{
	color: #FFFFFF;
font-family: "Questrial", Sans-serif;
font-size: 34px;
font-weight: 400;
text-transform: capitalize;
text-align: center;
padding-top: 20px;
}



.indrapuri-form-heading p{
color: #FFFFFF;
font-family: "Lato", Sans-serif;
font-size: 18px;
font-weight: 400;
text-align: center;
padding-bottom: 28px;
}

.indrapuri-contact .form-group input{
background-color: transparent;
border-bottom: 1px solid #ddd !important;
border: none;
font-size: 14px;
}


.indrapuri-contact .form-group .form-control::placeholder {
    color: #b0b0b0 !important;
}



.indrapuri-contact .form-group textarea{
	background-color: transparent;
border-bottom: 1px solid #ddd !important;
border: none;
color: #fff !important;
font-size: 14px;
}


.indrapuri-btn{
	margin: 0 auto;
	text-align: center;
}
.indrapuri-btn button{
	background-color: #76e5ff;
	color: #000;
	border: none;
}

.indrapuri-btn button:hover{
	background-color: #1bc8f0;
}

.tick-img{
	width: 5%;
}

.tick-img img{
	width: 55%;
}
.drive{
	padding-top: 15px;
}
.drive p{
font-size: 14px;
color: #888;
font-weight: 400;
}

/*============================================================real estate project page===============================================*/

.realestate-project{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 40px;
}

/*=============================product img===============================*/

.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  margin: 10px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
  transition: .3s all;
}
.snip1543:hover img{
  transform: scale(1.1);
  transition: .3s all;
}
.snip1543 h3 {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  top: 42px;
  left: 0px;
  position: absolute;
  z-index: 999;
  font-weight: 600;
  background-color: #00000070;
  padding: 10px 22px;
}

.snip1543 p {
  font-size: 0.9em;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h3,
.snip1543:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover .service-content:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover .service-content:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}



/******************  News Slider Demo-10 *******************/
.post-slide10{padding-bottom:10px;margin:0 15px;position:relative;background:#fff!important;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em}
.post-slide10 img{width:100%;height:auto}
.post-slide10 .post-date{position:absolute;top:2%;left:8%;padding:3% 5%;background:#e74c3c}
.post-slide10 .month{font-size:14px;color:#fff;font-weight:700;text-transform:uppercase}
.post-slide10 .month:after{content:"";display:block;border:1px solid #fff}
.post-slide10 .date{font-size:14px;color:#fff;display:block;text-align:center;font-weight:700}
.post-slide10 .post-title{margin:25px 0 15px 0}
.post-slide10 .post-title a{font-size:15px;font-weight:700;color:#333;padding:0 15px;display:inline-block;text-transform:uppercase;transition:all .3s ease 0s}
.post-slide10 .post-title a:hover{text-decoration:none;color:#e74c3c}
.post-slide10 .post-description{font-size:14px;line-height:24px;color:grey;padding:0 15px}
.post-slide10 .read-more{color:#333;padding:0 15px;text-transform:capitalize;transition:color .2s linear}
.post-slide10 .read-more i{margin-left:10px;font-size:10px}
.post-slide10 .read-more:hover{text-decoration:none;color:#e74c3c}
.owl-controls .owl-buttons{margin-top:20px;position:relative}
.owl-controls .owl-prev{position:absolute;left:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}
.owl-controls .owl-next{position:absolute;right:-40px;bottom:230px;padding:8px 17px;background:#333;transition:background .5s ease}
.owl-controls .owl-next:after,.owl-controls .owl-prev:after{content:"\f104";font-family:FontAwesome;color:#d3d3d3;font-size:16px}
.owl-controls .owl-next:after{content:"\f105"}
.owl-controls .owl-next:hover,.owl-controls .owl-prev:hover{background:#e74c3c}
@media only screen and (max-width:990px){.post-slide10{margin:0 20px}
.owl-controls .owl-buttons .owl-prev{left:-20px;padding:5px 14px}
.owl-controls .owl-buttons .owl-next{right:-20px;padding:5px 14px}
}
@media only screen and (max-width:767px){.owl-controls .owl-buttons .owl-prev{left:0;bottom:260px}
.owl-controls .owl-buttons .owl-next{right:0;bottom:260px}
}




/*========================all=======================*/

.aall{
  background-image: url(../images/indrapuri.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding:60px;
}

.all-content h2{
color: #ffcb72;
padding-bottom: 30px;
}
.all-content p{
color: #fff;
}
.all-content{
  padding: 0;
}
.all-content .about-span{
  color: #fff;
}

/*===========================pro details===========================*/

.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: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}

.overview{
    width: 80%;
    margin: 0 auto;
}
.overview img{
    width: 100%;
}
.section-bg {
    background-color: #ebebeb;
}

.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: 22px 22px 45px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    font-family: 'Yantramanav', sans-serif;
    font-size: 22px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._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 #fe0000;
    border-bottom: 1px solid #fe0000;
    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 {
    font-size: 20px;
    font-weight: 600;
    color: #cd2b37;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}
._p-features ul li{
  font-size: 15px;
    font-weight: 400;
    text-align: justify;
    font-family: 'Roboto Condensed', sans-serif;
    list-style: disc;
    line-height: 26px;
}
._p-features ul{
  padding-left: 20px;
}
._product-detail-content .about-content{
  padding: 0;
}
/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #000;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #888;
}
.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;
}


/*=====================pop up=============================*/

.login-trigger {
  position: relative; 
  top: 50%;
}

.close {
  color: #fff;
  transform: scale(1.2)
}
.modal-content {
  font-weight: bold;
  background-color: #f2f2f2;
}
.pop-btn{
    background-color: #9f0303;
    color: #fff;
}
.form-control {
  margin: 1em 0;
}
.form-control:hover, .form-control:focus {
  box-shadow: none;  
  border-color: #fff;
}
.username, .password {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}
.form-control::-webkit-input-placeholder {
  color: #eee;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}
.login {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.login:hover {
  background: #FAB87F;
  color: #fff;
}


.wrapper {
  max-wdith: 1024px;
  margin: 0 atuo;
  padding: 20px;
}


/* TAB STYLES
-------------------------------------*/

.nav-tabs {
  list-style-type: none;
  margin: 20px 0 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.nav-tabs:after {
  content: "";
  clear: both;
  display: table;
}

.nav-tabs > li {
  float: left;
  display: inline;
  margin: 0 5px;
}

.nav-tabs > li:first-child {
  margin-left: 0;
}

.nav-tabs>li>a {
  padding: 10px 15px;
  display: block;
  color: #444;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
.tab-details .nav-tabs{
      border: 1px solid #dee2e6;
}
.nav-tabs>li>a:hover {
  text-decoration: none;
}

.nav-tabs>li.active {
  margin-bottom: -1px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
     background-color: #eee;
    font-size: 20px;
    font-weight: 600;
    color: #cd2b37;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid #cd2b37;
}

.tab-pane {
  display: none;
  padding: 20px 40px;
  border-top: 0;
}

.tab-pane.active {
  display: block;
}

.tab-pane .tab-header {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-tabs {
    display: none;
  }
  .tab-pane {
    border-top: 1px solid #ddd;
    padding: 0;
    margin-bottom: 15px;
  }
  .tab-content > .tab-pane {
    display: block;
  }
  .tab-pane .tab-header {
    display: block;
    background: #eee url(http://www.alpha3j.net/responsive/images/icon_caret.png) no-repeat 8px center;
    padding: 10px 15px 10px 30px;
    margin: 0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
  }
  .tab-pane.active .tab-header {
    background-image: url(http://www.alpha3j.net/responsive/images/icon_caret_down.png);
  }
  .tab-pane .acc-content {
    padding: 15px;
    display: none;
  }
  .tab-pane.active .acc-content {
    display: block;
  }
}

.acc-content .products-images img {
    width: 100%;
    padding: 20px;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  font-family: 'Poppins', sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
    padding: 25px 70px;
    transition: 0.3s;
    font-size: 17px;
 background: linear-gradient(0deg, rgba(28,23,23,1) 0%, rgba(89,89,89,1) 100%);
    margin: 0 30px 30px;
    color: #fff;
}
.tab-pan h4{
    display: none;
}
.tab-content h2{
    font-size: 24px;
    font-weight: 400;
    text-align: justify;
    margin: 30px;
    font-family: 'Roboto Condensed', sans-serif;
}
/* Change background color of buttons on hover */
.tab button:hover {
background: linear-gradient(0deg, rgba(121,9,9,1) 0%, rgba(255,0,0,1) 100%);
}

/* Create an active/current tablink class */
.tab button.active {
background: linear-gradient(0deg, rgba(121,9,9,1) 0%, rgba(255,0,0,1) 100%);
}
.tab button:focus {
background: linear-gradient(0deg, rgba(121,9,9,1) 0%, rgba(255,0,0,1) 100%);
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}



ul.tabs{
	margin: 30px 0 0;
	padding: 0px;
	list-style: none;
	border: 1px solid #dee2e6;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;    
	padding: 10px 15px;
    color: #444;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}

ul.tabs li.current{
	 background-color: #eee;
    font-size: 20px;
    font-weight: 600;
    color: #cd2b37;
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: 2px solid #cd2b37;
}

.tab-content{
	display: none;
	background: #ebebeb;
	padding: 15px;
}

.tab-content.current{
	display: inline-block;
	width: 100%;
}



.contFrm input, .contFrm textarea {
    width: 100%;
    font-size: 14px;
    padding: 12px 15px;
    border: none;
    margin: 7px 0;
    font-family: 'Nunito', sans-serif;
    border: 1px solid #ddd;
}


/* ===============================slider================================== */

.slider {
  width: 100%;
  overflow: hidden;
  height: 700px;
  position: relative;
}

.slider ul:first-child {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 300%;
  height: 100%;
  top: 0;
}

.slider li {
  padding: 0;
  margin: 0;
  width: 33.333333%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider li img {
  border: none;
  width: 100%;
  min-height: 100%;
}

.slider button {
  position: absolute;
  display: block;
  box-sizing: border-box;
  border: none;
  outline: none;
  top: 0;
  bottom: 0;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0;
  z-index: 2;
}

.slider button.prev {
  left: 0;
}

.slider button.next {
  right: 0;
}

.slider button:hover,
.slider button:active {
  cursor: pointer;
  opacity: 1.0;
}

.slider .content a {
  color: inherit;
}

.nav-dots {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  width: 250px;
  z-index: 110;
  text-align: center;
}

.nav-dots li {
  position: relative;
  top: 40%;
  height: 5px;
  width: 10%;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 3px;
  display: inline-block;
  margin: 5px;
}
.nav-dots .active,
.nav-dots li:hover {
  cursor: pointer;
  background: rgba(245, 245, 245, 1);
}

.wrap {
  width: 100%;
  height: auto;
  padding: 0 6%;
  background: rgb(246, 246, 246);
  background-size: cover;
}


/*==========             
Scrollbar
==========*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgb(219, 219, 219);
}




/* =============================client slider===================================== */


.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
  box-shadow: 0 0 10px 0 #ddd;
  margin: 50px 0;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.clients .slider{
  height: auto;
}

.clients{
  padding: 50px 0 0;
}
/* =================================about=========================== */

.about .col-md-6{
  padding: 0;
}
.last-about-button{
  margin-top: 50px;
}
.last-about-button a{
  color: #fff;
    padding: 15px 46px;
    text-transform: capitalize;
    font-family: 'ArialUnicodeMS', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #f7941d;
    border: none;
    border-radius: 50px;
}
.about-last-content h3{
  font-family: 'Abel';
    font-weight: 600;
    font-size: 32px;
    color: #f7941d;
}
.about-last-content h4{
  font-weight: 600;
  font-size: 52px;
  padding-bottom: 8px;
  font-family: 'Abel', sans-serif;
}
.about-last-content p{
  font-size: 18px;
    font-weight: 600;
    text-align: justify;
    font-family: 'Abel', sans-serif;
    color: #595959;
    margin-top: 20px;
}
.about-ul li i{
  color: #f7941d;
}
.about-ul li{
  float: left;
  width: 50%;
  font-size: 18px;
    font-weight: 600;
    text-align: justify;
    font-family: 'Abel', sans-serif;
    color: #000;
    margin-top: 20px;
}
.about-ul{
  float: left;
}

.about-last-content {
  padding-top: 58px;
  padding-right: 100px;
  padding-left: 70px;
}



/* =========================================company==================================== */

.about-hd h2{
  font-weight: 800;
    font-size: 140px;
    padding-bottom: 0px;
    font-family: 'Abel', sans-serif;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}
.about-hd {
  padding: 0 130px;
}


.line-3{
  background: linear-gradient(0deg, rgba(192,0,0,1) 0%, rgba(247,148,29,1) 18%, rgba(252,255,9,1) 48%, rgba(247,148,29,1) 79%, rgba(192,0,0,1) 100%);
  height: 500px;
  width: 10px;
}

.about-company{
  padding: 50px 0;
}


.about-company .about-last-content h3{
  font-family: 'Abel';
  font-weight: 600;
  font-size: 32px;
  color: #000;
  text-align: center;
}

/*==========================service======================*/

.care {
}
.service:hover {
    transform: translateY(-15px);
    transition: 0.3s all;
}
.all-button{
  text-align: center;
}
.all-button a{
    background-color: #3390ae;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}
.service {
    background-color: #fff;
    overflow: hidden;
    transition: 0.3s all;
    margin-bottom: 30px;
}
.service-img {
    width: 100%;
}
.service-img img {
    width: 100%;
}
.service-content {
    padding: 0 20px 40px;
}
.service-content h4 {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 700;
    color: #000;
    font-family: "Montserrat", sans-serif;
}
.service-content p {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 500;
    font-style: normal;
    font-family: "Raleway", sans-serif;
}
.service-content a{
    color: #000;
    font-family: 'Raleway';
    font-weight: 600;
    text-decoration: underline;
}
.section-heading h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Poppins', cursive;
    font-weight: 500;
    color: #032b21;
    margin: 5px 10px;
}
.section-heading h4 {
    font-size: 28px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.section-heading {
    text-align: center;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*=========================testimonial========================*/



/*=================================================== TESTIMONIALS SECTION ==========================================================*/

.testimonials-section {
    padding: 46px 0px 0px 0px;
    background-image: url(../images/banner-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*-------------------------------------------------------- Carousel ----------------------------------------------------------*/
.testimonials-section .col-center {
  margin: 0 auto;
  float: none !important;
}
.testimonials-section .carousel {
  margin: 0px 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: 100px;
  height: 100px;
  margin: 0 auto;
  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: 30px 0 10px;
  color: #555;
}

.testimonials-section .carousel-inner {
    text-align: center;
}

.testimonials-section .carousel-title{
  margin: 25px;
  color: #333;
}

.testimonials-section .carousel-line{
  height: 1px;
  width: 600px;
  background-color: #cecece;
  margin: auto;
}

.testimonials-section .carousel .overview { 
    font-size: 12px;
    margin-bottom: 5px;
}

.testimonials-section .carousel .overview b {
  color: #e01000;
}

.testimonials-section .company-name{
    color: #555;
}

.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: #000;
}
.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: #89c4f4;
    text-shadow: none;
    font-weight: bolder;
}

.testimonials-section .carousel-control-next span{
    position: absolute;
    font-size: 14px;
    top: 29%;
    right: 20px;
    color: #89c4f4;
    text-shadow: none;
    font-weight: bolder;
}

/*-------------------------------------------------------- Carousel ----------------------------------------------------------*/

/*=================================================== END TESTIMONIALS SECTION ==========================================================*/



/*---------------*/
/***** Sadie *****/
/*---------------*/
.marquee{
  padding-bottom: 50px ;
}
.effect-sadie .service-content::before {
  position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgb(0 0 0 / 80%) 75%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 100%) 16%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

.effect-sadie h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #484c61;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.effect-sadie .service-content::before,
.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.effect-sadie .line{
    position: absolute;
    bottom: 55px;
    left: 20px;
    height: 1px;
    width: 84%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    background: rgb(254,0,0);
    background: linear-gradient(85deg, rgba(254,0,0,1) 0%, rgba(255,255,255,1) 46%);
    z-index: 9999;
}
.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);  
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}
.line{

}
.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.effect-sadie:hover .service-content::before ,
.effect-sadie:hover p, .effect-sadie:hover .line {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/* Common style */
.effect-sadie {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
}

.effect-sadie img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.effect-sadie .service-content {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.effect-sadie .service-content::before,
.effect-sadie .service-content::after {
  pointer-events: none;
}

.effect-sadie .service-content,
.effect-sadie .service-content > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.effect-sadie .service-content > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.effect-sadie h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.effect-sadie h2 span {
  font-weight: 800;
}

.custome-marquee {
  width: 100%;
  height:90px;
  overflow: hidden;
  position: relative;
  background-image: url(../images/marquee-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 100px;
}

.custome-marquee div {
  display: block;
  width: 200%;
  height: 36px;
  position: absolute;
  overflow: hidden;
  animation: marquee 15s linear infinite;
}

.custome-marquee span {
    float: left;
    padding-top: 0px;
    margin-left: 12px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.custome-marquee span img{
  width: 30px;
}
@keyframes marquee {
  0% { left: 0; }
  50% { left: -50%; }
  100% { left: -100%; }
}




/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
  padding: 50px 0;
  background-color: #000;
  background-image: url(../images/video-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-section h2 {
  color: #fff;
}
.portfolio-section h4{
  color: #fff;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
height: 210px;
    transition: all 0.5s;
    width: 100%;
    border-radius: 20px;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);    
  border-radius: 30px;
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #fe0000;
  border-right: 1px solid #fe0000;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #fe0000;
  border-left: 1px solid #fe0000;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #fe0000;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}

/*******Responsive media query******/

/* Extra small devices (portrait phones, less than 576px)*/

.feature-box {
    border-radius: 3px;
    transition: all 0.5s;
}
.feature-box:hover {
    transform: translateY(-15px);
}
.safety-section {
    background-image: url(../images/research-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 100px;
    height: 400px;
    margin: 50px 0 0 0;
}
.safety-box {
    background: #fff;
    padding: 35px 20px;
    border-radius: 12px;
    text-align: left;
    height: 260px;
	 transition: all 0.5s;
    overflow: hidden;
}
.safety-box:hover {
    transform: translateY(-15px);
    box-shadow: 0 0 20px 0 #a5a5a5;
}
.safety-box::after {
    content: "";
    width: 209px;
    height: 4px;
    border-width: 0;
    position: absolute;
    right: 0;
    bottom: 0%;
    transition: 100ms width ease 200ms;
    z-index: 3;
    display: block;
    color: red;
    background: #264599;
    left: 0;
    text-align: center;
    margin: 0 auto;
}
.safety-box h4 {
    font-size: 19px;
    padding-top: 8px;
}
.safety-box p {
    color: #747474;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding-top: 2px;
}
.feature-content h4 {
    /* font-family: "Urbanist", sans-serif; */
    font-size: 19px;
    text-align: center;
}
.feature-box {
    background-color: #f7fafc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 3px #c2c2c2;
    margin-bottom: 30px;
}
.feature-content a {
    color: #09b58a;
    font-size: 14px;
    text-decoration: underline;
}
.feature-content {
    text-align: center;
}

.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab {
    cursor: pointer;
    padding: 12px 39px;
    margin: 0px 2px;
    /* background: #1f3778; */
    display: inline-block;
    /* color: #fff; */
    border-radius: 26px;
    border: 2px solid #dbdbdb;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.panels {
    background: #fffffff6;
    /* box-shadow: 0 2rem 2rem #00000080; */
    min-height: 200px;
    width: 100%;
    max-width: 900px;
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
    margin-top: 40px;
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #0b2e8f;
    margin-top: 48px;
    font-family: "Poppins", serif;
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab, #one:checked ~ .tabs #one-tab, #two:checked ~ .tabs #two-tab, #three:checked ~ .tabs #three-tab {
    background: #1f3778;
    color: #f5f1f1;
    border-bottom: 3px solid #a2bbff;
}
.planning-section {
	margin:50px 0;
}
#one-panel p {
    padding-top: 12px;
    color: #5c5c5c;
    font-weight: 500;
    line-height: 26px;
}
#one-panel a {
    color: #000;
    text-decoration: underline;
}
.numbercount-section {
    background: url(../images/number-bg.jpg) no-repeat 0 0;
    height: 264px;
    margin-top: 0;
}
.count-area {
    position: relative;
    /* background: #009aaa; */
    padding: 63px 0;
    text-align: center;
    color: #fff;
    width: 100%;
}
.number-box {
    width: 20% !important;
    float: left;
}
.count-area-content {
    margin-top: 0;
}
.count-digit {
    margin: 20px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}
.count-area i {
    font-size: 48px;
}
#portfolio iframe {
    border-radius: 15px;
}
.footer-content  ul li a i {
    color: #fbc781;
}
.whats-float {
    position: fixed;
    top: 55%;
    right: 0;
    height: 150px;
    overflow: hidden;
    background-color: #0bb100;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    vertical-align: middle;
}
.whats-float a span {
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 0px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-top: 100px;
}
.phone-float {
    position: fixed;
    top: 25%;
    right: 0;
    height: 190px;
    overflow: hidden;
    background-color: #2179c5;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    vertical-align: middle;
}
.phone-float a span {
    display: inline-block;
    font-size: 16px;
    height: 22px;
    line-height: 0px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.phone-float i {
    font-size: 21px;
    padding: 13px !important;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(-42deg);
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin-top: 149px;
}
.livlihood {
    background: url(../images/about-us.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 9%;
}
.subpage-text h1 {
    color: #fff;
    text-align: center;
    font-size: 36px;
}


.quality {
    background: url(../images/quality.jpg) no-repeat 0 0;
    height: 337px;
    padding: 0;
    width: 100%;
    padding-top: 9%;
}
.quality-text h1 {
    color: #fff;
    text-align: center;
    font-size: 36px;
}
.quality-section {
    padding: 50px 0;
}
.quality-page-content {
    /* border-bottom: 4px solid #c9962b; */
    /* padding: 35px; */
    width: 90%;
    margin: 0 auto;
    /* box-shadow: 0 0 10px 0 #a9a6a6; */
    /* border-radius: 18px 18px 0px 0px; */
}
.quality-content {
    padding-top: 80px;
}
.quality-content h3 {
    font-family: 'Poppins', serif;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
}
.quality-content p {
    font-size: 14px;
    font-weight: 400;
    /* font-family: 'Lato', sans-serif; */
    color: #292929;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}
.quality-img img {
	border-radius: 12px;
}
.inner_contact_us_page_text {
    margin: 30px 0;
}
.inner_contact_us_page_text p {
    font-family: lato;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    font-style: normal;
    line-height: 22px;
    text-align: center;
}
.inner_contact_us_page_text i {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
    color: #2a4693;
}
.section-dark {
    background-color: #e0e8ff;
    z-index: -2;
    padding: 50px 0;
}
.Material-contact-section p {
    font-size: 20px;
    color: #000000;
    font-family: 'Lato';
    margin-bottom: 30px;
    text-align: center;
    /* font-weight: 600; */
    /* font-family: 'Livvic'; */
}
.Material-contact-section .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.label-floating {
    width: 48%;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
#comment {
    height: 100px;
    width: 97%;
}
.btn-submit {
    background: #ffb654 !important;
    color: #000000 !important;
    display: block !important;
    margin: 0 auto;
    font-weight: 600 !important;
    padding: 10px 19px !important;
}

.contact-us-page {
    background: url(../images/contact-banner.jpg) no-repeat 0 0;
    height: 301px;
    padding: 0;
    width: 100%;
    padding-top: 9%;
}
.feature-mobile .col-md-3 {}
.product-mechmind .col-md-3 {}
.faturespage-main .col-md-3 {}
.products-main .col-md-3 {}
.social-media .header-contact {
	
}
.pay-btn {
    background: #f9b963;
    padding: 0 0 0 0;
    margin-top: 22px;
    padding: 9px 12px !important;
    border-radius: 8px;
    color: #000;
    font-family: "Poppins", serif;
    font-size: 13px !important;
}
.feature-box img {
width: 100%;
border-radius: 10px;
}
#two-panel a {
    color: #000;
    text-decoration: underline;
}
#two-panel p {
    padding-top: 12px;
    color: #5c5c5c;
    font-weight: 500;
    line-height: 26px;
}
#three-panel a {
    color: #000;
    text-decoration: underline;
}
#three-panel p {
    padding-top: 12px;
    color: #5c5c5c;
    font-weight: 500;
    line-height: 26px;
}
.shake {
    background: #fff;
    padding: 40px 25px;
    border-radius: 19px;
}
.contact_details {
    margin: 32px 0 30px;
}
.cafe-row {
    box-shadow: 0 0 10px 0 #c5c5c5;
    border-radius: 8px;
    margin-top: 35px;
}
.cafe-row img {
    width: 100%;
    border-radius: 8px 0 0 8px;
}
.cafe-content {
    padding: 19px 0;
}
.cafe-content h4 {
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 10px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #0b2e8f;
    margin-top: 10px;
    font-family: "Poppins", serif;
}
.cafe-content p {
    padding-top: 12px;
    color: #5c5c5c;
    font-weight: 500;
    line-height: 26px;
}
.about-content ul li {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
    color: #292929;
    margin-bottom: 0px;
    font-family: "Nunito", serif;
    list-style: disc;
}
.about-content h4{
    text-transform: capitalize;
    margin: 0 0 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #0b2e8f;
    font-family: "Poppins", serif;
}
.about-content ul{
    padding-left: 35px;
}
/*===========================form===================================*/
.pay-now {
    padding: 50px 0;
}
.pay-now h4{
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Nunito';
    font-weight: 700;
    color: #004268;
    font-size: 20px;
}
.pay-now form {
    max-width: 580px;
    margin: 0 auto;
    padding: 18px !important;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.pay-now label {
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
    font-family: 'Nunito';
    font-size: 14px;
}
.pay-now input[type="text"],
.pay-now input[type="email"],
.pay-now input[type="tel"],
.pay-now textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
}
.pay-now input[type="checkbox"] {
  margin-right: 8px;
}
.pay-now button {
    background-color: #d67700;
    color: #fff;
    border: none;
    padding: 10px 38px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    font-family: 'Nunito';
    font-size: 14px;
}
.pay-now button:hover {
  background-color: #0056b3;
}
.checkbox-group {
  margin-bottom: 15px;
}
.checkbox-group a {
  color: #007bff;
  text-decoration: none;
}
.checkbox-group a:hover {
  text-decoration: underline;
}
.pay-now h6{
    font-family: 'Nunito';
    font-size: 14px;
}
.preview{
    width: 400px;
    margin: 0 auto;
    padding: 18px !important;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.preview button{
    margin-top: 30px;
}


.preview h2{
    text-align: center;
    color: red;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 24px;
    background-color: #dcf5f2;
    padding: 10px;
}


/*=========================jyoti work===========================*/

.feature-box h4{
    font-family: "Plus Jakarta Sans", serif;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
}
.feature-box h5{
    color: #0855d6;
    font-family: 'Plus Jakarta Sans';
    font-size: 13px;
}
.feature-box h6{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans';
    margin-bottom: 20px;
}
.feature-box a{
    font-family: 'Plus Jakarta Sans';
    color: white;
    background-color: #f69300;
    padding: 5px 12px;
    border-radius: 4px;
}
.feature-box a:hover{
    color: #fff;
}



















