@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--font-primary: 'Barlow', sans-serif;
	--font-secondary: 'Anton', serif;
	--font-tertiary: 'Poppins', monospace;
  }

body {
	margin: 0px;
	padding: 0px;
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
    color:#000;
}
a,
a:hover,
button,
button:hover {
	text-decoration: none;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out !important;
}
img {
	max-width: 100%;
}
.pos_rel {
	position: relative;
}
.clear {
	clear: both;
}
/*Header*/
.header-top {
	background: #FFF7F0;
	padding: 8px 0;
	font-family: "Assistant", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 16.9px;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px solid #ECE5DE;
	text-transform: uppercase;
}
.header-middle {
	background: #2c080a;
	padding: 8px 0;
}
.middle-left-part a {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	color:#121212;
	text-transform: uppercase;
	margin-right: 20px;
	position: relative;
	transition: 0s ease-out !important;
	border-bottom: 1px solid transparent;
}
.middle-left-part a:hover {
	border-bottom: 1px solid;
}
.middle-left-part span {
	background: #B3CDE8;
	border-radius: 100px;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	text-align: center;
	vertical-align: top;
	margin: 0 40px 0 -10px;
}
.main-logo a {
	display: inline-block;
}
.main-logo a img{
	max-width: 100px;
}
.main-logo a span
{
	color: #a88b3f;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	top:2.1px
}
.middle-left-part {
	display: flex;
	align-items: center;
}
.middle-left-part a:last-child {
	margin: 0;
}
.header-last {
	background: #fff;
	padding: 21px 0;
	position: relative;
	font-family: var(--font-tertiary);
	font-weight: 500;
}
.header-search input{
	border: 2px solid #a88b3f;
    background: none;
    color: #a88b3f;
    padding: 8px 48px 8px 18px;
    border-radius: 30px;
    width: 400px;
}
.header-search input:focus{outline: none;}
.header-search input::placeholder{color:#a88b3f;opacity: 1;}
.header-seach
{
	width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    background: #a88b3f;
    top: 4px;
    border: none;
    box-shadow: none;
	display: flex;
	align-items: center;
}
.commen-button
{
	background: #a88b3f;
	border: 2px solid transparent;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 10px 14px;
	color:#fff;
	text-transform: uppercase;
	border-radius: 10px;
	
}
.commen-button:hover{
	border: 2px solid #2c080a;
	background-color: #fff;
	color:#2c080a
}
.commen-button-maroon
{
	    background: #2c080a;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    display: flex;
    width: auto;
    max-width: fit-content;
    margin: 25px auto;
	
}
.commen-button-maroon:hover{
	border: 2px solid #2c080a;
	background-color: #fff;
	color:#2c080a;
}
/*Mega Menu*/
.scroll_fix {
	width: 100%;
	z-index: 999;
	transition: all 0.5s ease;
}
.scroll_fix.sticky {
	top: 0;
	position: fixed;
}
.header-section .main_menu .mega-menu.sticky-header {
	position: initial;
	top: 0;
}
.header-section .main_menu .navbar {
	position: inherit;
	padding: 0px;
	width: 100%;
}
.header-section .main_menu .navbar .navbar-brand img.hover-logo {
	display: none;
}
.header-section .main_menu .navbar .mega-menu {
	box-shadow: none;
	float: none;
	width: auto;
	justify-content: center;
}
.header-section .main_menu .navbar .mega-menu .main-links {
	background: none;
	border-bottom: none;
	z-index: 9;
	position: relative;
	display: block;
	float: none;
	width: auto;
}
.header-section .main_menu .navbar .mega-menu .main-links ul {
	padding: 0;
	float: none;
	justify-content: center;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li {
	margin-right: 0;
	float: none;
	padding: 0 30px 0 0;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li a {
	font-size: 16px;
	line-height: 22px;
	border-bottom: 2px solid transparent;
	color:#2c080a;
	padding: 0 0px 0 0;
	cursor: pointer;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li a .caret {
	/* display: none; */
}
.header-section .main_menu .navbar .mega-menu .main-links ul li a:hover {
	font-weight: 600;
	border-bottom: 2px solid #2c080a;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li.active a {
    font-weight: 600;
    border-bottom: 2px solid #2c080a;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li a.highlight {
	font-weight: 600;
	border-bottom: 2px solid #2c080a;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown {
	background: #a88b3f;
	position: absolute;
	width: 100%;
	left: 0;
	top: 57px;
	
	z-index: 9;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper {
	padding: 30px 40px 10px;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .w25 {
	width: 22%;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper ul {
	display: block;
	float: none;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper ul li {
	margin-right: 0;
	margin-bottom: 15px;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper h2 {
	font-size: 25px;
	line-height: 30px;
	margin: 0;
	color:#2c080a;
	margin-bottom:16px;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper h3 {
	font-size: 20px;
	line-height: 25px;
	color:#fff;
	margin-bottom:25px;
	text-transform: capitalize;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper ul li .open-menu-link{
	margin-bottom: 5px;
	
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper ul li .open-menu-link a {
	font-size: 16px;
	line-height: 24px;
	color: #2c080a;
	margin-bottom: 10px;
	padding: 0;
	text-transform: capitalize;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper ul li .open-menu-link a:hover {
	font-weight: 600;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .category-wrapper ul :last-child .open-menu-link a {
	margin-bottom: 0;
}
.header-section .main_menu.sticky .navbar {
	background-color: #ffffff;
	box-shadow: 0 4px 4px 0 #d6d6d6;
}
.header-section .main_menu.sticky .navbar .mega-menu .main-links ul li a {
	color: #212121;
}
.main_menu .navbar-light .navbar-nav li:hover .dropdown-menu {
	display: block;
	transition: max-height 0.3s ease;
	max-height: fit-content;
}
.banner_section .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 1.25rem;
	left: 7%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	top: 100px;
	width: 700px;
	text-align: left;
	padding: 0;
}
.banner_section .carousel-caption h1 {
	font-family: FavoritC;
	font-size: 96px;
	font-weight: 400;
	line-height: 96px;
	margin-bottom: 35px;
}
.banner_section .carousel-caption h1 span {
	font-style: italic;
}
.banner_section .carousel-caption p {
	font-size: 27px;
	font-weight: 400;
	line-height: 32.4px;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 30px;
}
.commen-btn {
	font-size: 14px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	color:#121212 !important;
	background: #B9CCE5;
	padding: 11px 45px;
	display: inline-block;
}
.commen-btn:hover {
	box-shadow: 0 0 5px 0 #000 inset, 0 0 0 2px #000;
}
.small-slider-section {
	background: #E0EBFA;
	padding: 40px 0;
	margin-bottom: 60px;
}

.header-section .main_menu .navbar .mega-menu .main-links ul li.mob_only {
	display: none;
}
.product-section {
	padding: 50px 0 25px;
}
.product-section h1{
	font-size: 45px;
	line-height: 50px;
	color:#2c080a;
	font-weight: 500;
	font-family: var(--font-secondary);
	margin-bottom: 20px;
}
.home-listing-box
{
	border: 2px solid #a88b3f;
	border-radius: 8px;
	padding: 12px;
	display: block;
}
.home-listing-box:hover{border-color: #2c080a;}
.home-listing-box h2{
	font-size: 18px;
	font-weight: 600;
	color:#fff;
	font-family: var(--font-tertiary);
	line-height: 24px;
	margin: 0;
	text-align: center;
	background: #a88b3f;
	padding: 10px;
	height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-transform: capitalize;
}
.home-listing-box .mb-3 img{border-radius: 8px;}
.home-listing-box:hover h2
{
	background: #2c080a;
}
.count-section{
	margin: 0px 0 50px 0;
	background: #2c080a;
	position: 100px;
}

.count{
  font-size: 60px;
  font-weight: bold;
  line-height: 75px;
  color:#a88b3f
}
.counter-wrapper{

  position: relative;
}

.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}
.count-first{
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 0px;
	color:#fff;
	font-family: var(--font-tertiary);
}
.ourclient-section{
	margin: 0 0 50px;
}
.ourclient-section h2 {
    font-size: 45px;
    line-height: 50px;
    color: #2c080a;
    font-weight: 500;
    font-family: var(--font-secondary);
    margin-bottom: 20px;
}
.custom-slider-segment .slick-slide
{
	border: 2px solid #a88b3f;
	text-align: center;
}
.custom-slider-segment .slick-slide {
  margin: 0 10px; /* left & right spacing between slides */
}
.custom-slider-segment .slick-list {
  margin: 0 -10px; /* remove overflow caused by margins */
}
.color-box
{
	background-color: #a88b3f;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}
.Certificat-box .col-lg-2{
	flex: 0 0 20%;
  max-width: 20%;
}
.bg-footer{
	background: #2c080a;
	padding: 50px;
}
.footer-nav ul{
	margin: 0;
	padding: 0;
	display: flex;
    gap: 16px;
   justify-content: center;
}
.footer-nav ul li{

}
.footer-nav ul li a{
	font-size: 18px;
	color:#fff;
	line-height: 22px;
	border-bottom: 1px solid transparent;
}
.footer-nav ul li a:hover{border-bottom: 1px solid #fff;}
.footer-nav ul li.active a{border-bottom: 1px solid #fff;}
.footer-nav{margin-bottom: 20px;}
.footer-midle{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	border-top: 1px solid #a88b3f;
	border-bottom: 1px solid #a88b3f;
	padding: 20px  0 20px 0 ;
	margin-bottom: 20px;
	
}
.footer-midle div{
	font-size: 18px;
	color:#a88b3f;
}
.footer-midle div:last-child{width: 40%;}
.footer-midle div a{color:#a88b3f;}
.title-footer{
	color:#fff !important;
	margin-bottom: 10px;
	font-weight: 700;
}
.lastfooter{font-size: 16px;color:#fff;}
.megamenu-container{max-width: 1600px;margin: auto;}
.about-section h1{
	font-size: 45px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    font-family: var(--font-secondary);
    margin-bottom: 0px;
	width: 100%;
	text-transform: capitalize;
}
.banner-title
{
	    position: absolute;
    bottom: 0;
    background-color: rgba(44, 8, 10, 0.8);
    width: 100%;
    padding: 40px 0;
}
.about-desc{
	font-size: 18px;
	line-height: 24px;
	color:#000;
	font-weight: 600;
}
.about-desc p{
	margin-bottom: 16px;
}
.about-desc p:last-child{
	margin-bottom: 0px;
}
.desc-section{
	padding: 50px 0;
}
.about-img img{width:100%}
.about-desc ul{
	margin: 0 0 0 15px;
	padding: 0px;
}
.about-desc ul li{
	list-style: disc;
	font-size: 18px;
	line-height: 24px;
	color:#000;
	font-weight: 600;
	margin-bottom: 16px;
	text-align: justify;
}
.about-desc ul li:last-child{margin-bottom: 0;}
.our-team-section{
	background: #a88b3f;
	padding: 50px;
	margin-bottom: 50px;
}
.our-team-section h2{
	font-size: 45px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    font-family: var(--font-secondary);
    margin-bottom: 20px;
}
.team-img{margin-bottom: 20px;}
.team-img img{border-radius: 100%;}

.team-img {text-align: center;border: 2px solid #fff; border-radius: 100%;background: #fff;}
.our-team-section h3{
	font-size: 30px;
    line-height: 40px;
    color: #2c080a;
    font-weight: 600;
    font-family: var(--font-primary);
    margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.our-team-section h4{
	font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
	text-align: center;
   
}
.our-client-section{
	background: #a88b3f;
	padding: 50px;
	margin: 50px 0;
}
.our-client-section .client-img img{border-radius: 10%;}
.our-client-section .client-img{margin-bottom: 20px;}
.contact-section{
	padding: 50px 0;
}
.contact-form .form-label{
	font-size: 18px;
	color:#2c080a;
	font-weight: 600;
}
.contact-form .form-control, .contact-form .form-select{
	font-size: 18px;
	color:#2c080a;
	border: 1px solid #a88b3f;
}
.contact-form .form-control:focus, .contact-form .form-select:focus{outline: none;box-shadow: none;}
.map-section{
	padding-bottom: 50px;
}
.map-img img{width: 100%;height: 450px;object-fit: cover;border: 5px solid #2c080a;}
.location-section{
	background: #a88b3f;
	padding: 50px 0;
	margin-bottom: 50px;
}
.location-section h2{
	font-size: 24px;
	color:#fff;
	font-weight: 600;
	margin-bottom: 16px;
}
.location-section p{
	font-size: 18px;
	color:#2c080a;
	font-weight: 600;
	line-height: 24px;
}
.number-section h3{
	font-size: 24px;
	line-height: 32px;
	color:#000;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}
.number-section a{
	font-size: 20px;
	line-height: 28px;
	color:#000;
	text-align: center;
	display: block;
	font-weight: 600;
}
.number-section{margin-bottom: 50px;}
.number-section .col-lg-3{margin-bottom: 50px;}
.number-section .col-lg-3:last-child{margin-bottom: 0px;}
.certificate-img{
	background-color: #2c080a;
	text-align: center;
	padding: 25px;
	border-radius: 30px;
	margin-bottom: 24px;
}
.product-list-section{
	padding: 50px 0;
}

@media screen and (max-width: 2000px) {
	.container {
	max-width: 1250px;
}
}
@media screen and (max-width: 1600px) {
	.bg-main-box {
	padding: 0;
}
.clr-box {
	padding: 35px 25px 21px;
}

.sofa-listing h3 a {
	font-size: 18px;
}
.pillow-data {
	padding: 0 0 0 30px;
}
.pillow-data h2 {
	font-size: 56px;
	line-height: 80px;
}
}
@media screen and (max-width: 1099px) {
	.container {
	max-width: calc(100% - 32px);
	padding: 0;
}
.banner_section .carousel-caption h1 {
	font-size: 50px;
	line-height: 50px;
}
.banner_section .carousel-caption {
	top:70px;
}
.banner_section .carousel-caption {
	width: 500px;
}
.bg-main-box {
	padding: 0;
}
.clr-box {
	padding: 35px 16px 21px;
}
.pillow-data {
	padding: 0;
}
.pillow-data h2 {
	font-size: 45px;
	line-height: 55px;
}
.pillow-data p {
	margin-bottom: 30px;
}
.count-first{font-size: 21px;}
.our-client-section{padding: 50px 16px;}
}
@media screen and (max-width: 979px) {
	.clr-box {
	height: 250px;
	margin-bottom: 40px;
}
.sofa-section h2, .pillow-data h2 {
	font-size: 36px;
	line-height: 44px;
}
.sofa-listing p {
	margin-bottom: 40px;
}
.sofa-section {
	margin-bottom: 40px;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li.mob_only {
	display: block;
}
.middle-left-part, .middle-last-part a:nth-child(1), .middle-last-part a:nth-child(2), .middle-last-part a:nth-child(3) {
	display: none;
}
.middle-last-part {
	display: block;
}
.middle-left-part a {
	margin-right: 0;
}
.main-logo {
	
}
.header-section .main_menu .navbar {
	padding: 0;
}
.header-section .main_menu .navbar .navbar-brand {
	text-align: center;
	margin: 0;
	position: relative;
	left: 20px;
}
.header-section .main_menu .navbar .menu-icon {
	background-color: transparent;
	border: none;
	padding: 0;
	box-shadow: none;
	top: -71px;
	position: absolute;
}
.header-section .main_menu .navbar .menu-icon .navbar-toggler-icon {
	background-image: url("../images/List.png");
	width: 35px;
	height: 35px;
}
.header-section .main_menu .navbar .menu-icon[aria-expanded=true] .navbar-toggler-icon {
	background-image: url("../images/close-white.png");
	width: 35px;
	height: 35px;
}
.header-section .main_menu .navbar .mega-menu {
	height: calc(100vh - 135px);
}
.header-section .main_menu .navbar .mega-menu .main-links {
	float: initial;
	padding: 60px 20px;
	margin: 0;
	z-index: 9999;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li a {
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin-bottom: 22px;
	display: block;
	float: none;
	border: none;
	text-transform: uppercase;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li a .caret {
	background-image: url(../images/menu_right_arrow.png) !important;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	border: none !important;
	transform: inherit !important;
	position: absolute;
	right: 0;
	top: -2px;
	display: block !important;
	background-size: 22px;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li a.highlight {
	font-weight: 600;
	border-bottom: none;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown {
	position: fixed;
	top: 150px;
	z-index: 99999;
	box-shadow: none;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper {
	padding: 20px 30px;
	max-height: calc(100svh - 150px);
	min-height: calc(100svh - 150px);
	overflow-y: auto;
	overflow-x: hidden;

}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .w25 {
	width: 45%;
	margin-bottom: 25px;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .back-link {
	    background-image: url(../images/arrow-left.png);
        background-repeat: no-repeat;
        height: 37px;
        color: #2c080a !important;
        margin-bottom: 25px;
        position: absolute;
        top: -45px;
        font-size: 20px;
        padding: 0 0 0 50px;
        background-size: 17%;
        display: flex !important;
        align-items: center;
        left: 20px;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li {
	padding: 0;
}
.header-section .main_menu .navbar .mega-menu.sticky-header {
	position: fixed;
	float: left;
	width: 100%;
	height: calc(100vh - 97px) !important;
	top: 97px;
	background: #fff;
	z-index: 999;
	left: 0;
}
.header-section .main_menu .navbar .nave-right a {
	display: none;
}
.header-section .main_menu .navbar .nave-right a.icon-right {
	display: block;
}
.header-section .main_menu:hover .menu-icon .navbar-toggler-icon {
	background-image: url("../images/List.png");
	width: 35px;
	height: 35px;
}
.header-section .main_menu.sticky .navbar .menu-icon .navbar-toggler-icon {
	background-image: url("../images/List.png");
	width: 35px;
	height: 35px;
}
.header-section .main_menu.sticky .navbar .menu-icon[aria-expanded=true] .navbar-toggler-icon {
	width: 44px;
	height: 44px;
}
.header-last {
	padding: 0;
	background: transparent;
}
.header-section .main_menu .navbar .mega-menu .main-links ul li.d-block.d-lg-none a{
	background: #2c080a;
    border: 2px solid transparent;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 20px 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    margin: 10px auto;
}
.bg-footer{padding: 40px 16px;}
.footer-nav ul{flex-wrap: wrap;}
.main-logo{text-align: center;}
.product-section h1, .ourclient-section h2{
	font-size: 35px;
	line-height: 40px;
}
.our-team-section .col-lg-3:nth-child(2n){margin-bottom: 30px;}
.our-team-section{padding: 50px 0;}

}
@media screen and (max-width: 767px) {
	.banner_section .carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
.banner_section .carousel-caption p {
	display: none;
}
.commen-btn {
	line-height: 20px;
}
.pillow-img {
	margin-top: 40px;
}
.main-logo img {
	max-width: 140px;
}
.main-logo {
	text-align: center;
}
.header-section .main_menu .navbar .mega-menu .menu-dropdown .menu-item-wrapper .w25 {
	width: 100%;
	margin-bottom: 25px;
}
.header-section .main_menu .navbar .mega-menu.sticky-header {
	height: calc(100vh - 88px) !important;
	top: 88px;
}
.header-section .main_menu .navbar .menu-icon {
	top:-60px
}
.product-section h1, .ourclient-section h2, .about-section h1, .our-team-section h2{
	font-size: 30px;
	line-height: 40px;
}
.home-listing-box h2{height: auto;}
.col-md-6.col-lg-3 .py-5{padding-bottom: 10px !important;}
.count-section{padding-bottom: 40px;}
.Certificat-box .col-lg-2{max-width: 100%;flex:0 0 100%;margin-bottom: 15px;}
.color-box img{max-width: 150px;}
.bg-footer{padding:30px 16px;}
.footer-nav ul{flex-wrap: wrap;}
.footer-midle{display: block; width: 100%;}
.footer-midle div a{display: block;padding-bottom: 25px;}
.footer-midle div:last-child{width: 100%;}
.header-middle{padding: 18px 0;}
.main-logo a img{max-width: 60px;}
.main-logo a span{font-size: 14px;}
.banner-title{padding: 10px 0;}
.desc-section{padding: 25px 0;}
.about-img{margin-top: 20px;}
.our-team-section{padding: 50px 0px;}
.our-team-section h3{font-size: 25px;margin-bottom: 5px;line-height: 30px;}
.our-team-section .col-lg-3{margin-bottom: 30px;}
.our-team-section .col-lg-3:last-child{margin-bottom: 0;}
.our-team-section h2{text-align: center;}
}

