@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ovo&display=swap');

* {
	margin: 0;
	padding: 0;
}
html{
	overflow-x: hidden;
}
body {
	font: normal 16px / 27px "Muli", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font: normal 600 15px / 19px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif!important;
}

h1, h2, h3, h4, h5, h6 {
	 font-family: 'Muli';
	 color: #343434;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.error {
    color: red;
}

.success {
    color: green;
}

a:hover {
    text-decoration: none;
}
.floating-call{
	bottom: 20px;
    left: 15px;
	overflow: visible;
	background: #0dc152;
	position: fixed;
    z-index: 999;
    box-shadow: 0 0 30px rgba(0,0,0,.3);
    cursor: pointer;
    user-select: none;
    line-height: 1;
    overflow: hidden;
    min-width: 40px;
    max-width: 350px;
    border-radius: 100px;
}
.floating-call .float_icon{
	position: relative;
    z-index: 2;
    height: 43px;
    padding: 10px 12px;
    border-radius: 0 15px 0 0;
    background: rgba(0,0,0,.05);
    float: right;
    transition: background-color .5s ease;
	padding: 14px;
    height: 60px;
    width: 60px;
    background: rgba(0,0,0,0);
}
.floating-call:before{
	transition: opacity .5s ease;
    content: "";
    background-color: rgba(0,0,0,.05);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    opacity: 0;
	border-radius: 60px;
}

.pulse-id{
	position: fixed;
    border-width: 1px;
    border-style: solid;
    border-radius: 55px;
    height: 55px;
    width: 55px;
	bottom: 25px;
    left: 20px;
	display: block;
    -webkit-animation:Pulse infinite 1.5s;
    animation: Pulse infinite 1.5s;
	border-color: #0dc152;
}
@keyframes Pulse{
0% {
    opacity: 0;
}
50% {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
    opacity: 0;
}
}
.headline {
    text-align: center;
    margin-bottom: 50px;
}

.headline h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-top: 0;
	/* text-shadow: 0px 1px 1px #ccc; */
}

.headline h3 {
    text-transform: capitalize;  font-weight: 600;  color: #565656;    margin-top: 20px;    font-size: 17px;
}

.headline-white {
    color: #fff;
}

.bg-gray {
   /*  background: #f2f3f3!important; */
}

.bg-white {
    background: #ffffff!important;
}

.top {
	width: 100%;
	height: 40px;
	background: #232f3e;
}

.top .left {
	float: left;
}

.top .left ul {
	padding-top: 8px;
}

.top .left ul li {
	list-style-type: none;
	float: left;
	margin-right: 14px;
	color: #cfcfcf;
	position: relative;
    top: 3px;
}

.top .left ul li i {
	color: #cfcfcf;
}

.top .right {
	float: right;
}

.top .right ul {
	padding-top: 8px;
}

.top .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 5px;
}


.top .right ul li a {
	color: #000;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	display: block;	background: #fff;
	transition: all 0.4s ease;
}

.top .right ul li a:hover {
	background: #0047a5;
	color: #000;
}

.header {
	width: 100%;
	height: auto;
	background: url(../img/headerbg.jpg) repeat;
    /* height: auto; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;  padding: 0px 0 0;
}

.header .inner {
	height: auto;
	display: table;
}

.header .logo {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 12px;
}

.header .logo img {
	max-width: 100%;
	max-width: 100%;    height: auto;    will-change: transform;
}

.header .navbar-form .form-control {
	width: 300px;
}

.header .search-area {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.header .search-area .form-group {
	width: calc(100% - 84px);
}

.header .search-area button {
	width: 80px;
	background-color: #d4d4d4;
    border-color: #8c8c8c;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.header .search-area form {
	width: 100%;
}

.header .right {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-right: 0;
}

.header .right ul {
	float: right;
	margin-bottom: 0;
}

.header .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 14px;
    color: #0047a5;
	font: normal 700 16px / 19px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}

.header .right ul li a {
	color: #343434;
}

.header .navbar-form .search-top {
    width: 100%;
}

.nav {
    background: url(../img/headerbg.jpg) repeat;
    /* height: auto; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 0 0;
	box-shadow: 0 2px 1px 0 rgb(0 0 0 / 12%);
}

.menu-container {
    width: 100%;
    margin: 0 auto;
   background: url(../img/headerbg.jpg) repeat;
    /* height: auto; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px 0 0;
}

.menu-mobile {
    display: none;
    padding: 20px;
    color: #343434;
	font: normal 700 16px / 19px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.menu-mobile:before , .menu-mobile:after{
	font: normal normal normal 14px/1 FontAwesome;
	 float: right;
    position: relative;
    top: 50%;
	font-size: 2rem;
}
.menu-mobile:hover {
    color: #343434;
}

.menu-mobile:after {
   /*  content: "\f067";
    font-family: "FontAwesome";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%; */
  /*   -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%); */
}

.menu-dropdown-icon:before {
    content: "\f067";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #343434;	position: absolute;	right: 0;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
	
}


.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    /*background: #76767e;*/
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.5em 20px;
    display: block;
    color: #343434;	font: normal 700 17px / 19px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.menu > ul > li.active a {    color: #0047a5;}
.menu > ul > li:hover {
    background: #f5f5f5;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 999999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
	background-color: rgba(0,0,0,0.85);
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #fff;
	padding-bottom: 15px;
	text-transform: uppercase;
}


.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
	padding: 0;
	text-transform: capitalize;
}

.menu > ul > li > ul.normal-sub {
    width: 220px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.menu .show-on-mobile li a{
	color: #fff;
	padding: 21px;
}
.menu .show-on-mobile li.active{
	background: #f5f5f5;
}
.menu .show-on-mobile li:hover , .menu .show-on-mobile li:focus {
	background: #f5f5f5;
}
.menu .show-on-mobile li:hover a , .menu .show-on-mobile li:focus a{
	color: #0047a5;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container , .menu-container .menu{
        width: 100%;
		height: 55px;
    }
    .menu-mobile {
        display: block;
    }
	.affix .menu-container  ,.affix .menu-container .menu{
		height: 50px;
	}
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
		height: 110vh;
	right: -50%;
	-webkit-transition: all 1s cubic-bezier(.87, .3, .175, 1);
    -o-transition: all 1s cubic-bezier(.87, .3, .175, 1);
    transition: all 1s cubic-bezier(.87, .3, .175, 1);
    transition-timing-function: ease-in;
	opacity: 0;
	background: #2d3b4d;
	z-index: 99999;
	display: block;
	visibility: hidden;
	overflow: auto;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
        display: none; 
    }
	.menu .show-on-mobile{
	right: 0;
	opacity: 1;
	visibility: visible;
	top: -4px;
}
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
         display: block; 
    }
}

.bx-wrapper {
    position: relative;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
	margin-top: 50px;
}

.bx-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.welcome {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #333;
    text-align: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.welcome .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background: #0047a5;
}

.welcome h2 {
   color: #fff;    margin-bottom: 25px;    font-weight: 700;    font-size: 24px;    text-transform: capitalize; text-align: left;
}

.welcome p {
   color: #fff;    font-weight: 600;    font-size: 17px;
   line-height: 1.6;
   text-align: justify;
}

.welcome p.button {
    color: #fff;
    margin-top: 35px;
    margin-bottom: 35px;
}

.welcome p.button a {
   background: #fff;    color: #343434;    padding: 10px 20px;    transition: all 0.4s ease;    text-decoration: none;    font-weight: 600;    font-size: 17px;
   -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 40%);
    box-shadow: 0 0 12px rgb(0 0 0 / 40%);
	border-radius: 4px;
}

.welcome p.button a:hover {
    background: #343434;
    color: #fff;
}
.homeabout-img{
	box-shadow: 0 0 5px #cccccc;
}
.homeabout-img img {
    width: 100%;
    height: auto;
    display: block;
    will-change: transform;
    border-radius: 5px;
}

.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
}.service .item .photo img {    height: 100px;  width: 100px;  background: #0047a5;    padding:15px;    will-change: transform;    object-position: center;    object-fit: contain;	border-radius: 10px;}
.service .item h3 {   font-size: 21px;
    text-transform: capitalize; font-weight: 700;}.service .item p {    font-weight: 600;    font-size: 16px; line-height: 1.4;color: #555;}
.service .item {
    text-align: center;
	margin-bottom: 30px;
}
.service .icon {
    text-align: center;
}

.service .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #0047a5;
    color: #fff;
    font-size: 38px;
    border-radius: 50%;
}

.product .product-carousel {
    position: relative;
}

.product .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
    background: #2d3b4d;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
    font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
    background: #0047a5;
}

.product .item {
	border: 2px solid #e5e5e5;
}

.product .text {
    /* background: #F2F3F3; */
    padding: 14px;
    overflow: hidden;
}

.product .text del {
    color: #9d9d9d;
	display: none;
}

.product .text h3 {
    font-weight: 700;
    text-align: center;
    color: #353535;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}

.product .text h3 a {
    color: #343434;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
}

.product .text h3 a:hover {
    text-decoration: none;
}

.product .text h4 {
    color: #0047a5;
    text-align: center;
    font-size: 18px;
	font-weight: 700;
}

.product .text p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 14px;
}

.product .text p a {
   
    background: #2d3b4d;
    color: #fff;
    font-size: 15px;
	border-radius: 4px;
    padding: 8px 14px;	
	font-weight: 600;
    transition: all 0.4s ease;
	 -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 15%);
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
}
.product .out-of-stock {
    width: 100%;
    text-align: center;
}

.product .out-of-stock .inner {
    display: inline-block;
    background: #0047a5;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
    text-decoration: line-through;
}

.product .text .rating {
    text-align: center;
}

.product .text p a:hover {
     background: #0047a5;	color: #fff;
}

.product .item .thumb {
    position: relative;
    overflow: hidden;
}
.product .item .thumb a{
	  width: 100%;
 
}
.product .item .thumb .photo {
    width: 100%;
	   height: 280px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.brand .item .thumb .photo{
	height: 160px;
	background-size:cover;
}
.loader-img{
	position: relative;
}
.loader-img:before{
	position: absolute;
	content:'';
	background-image:  url(../img/loading.gif); 
background-size: auto;
display: block;
width: 100%;
    left: 50%;
    height: 280px;
    background-repeat: no-repeat;
    margin: auto;
    top: 50%;
	z-index: 2;
	transition: filter 0.8s ease-in-out 0.8s;
}
.blur-img {
    filter: blur(100px);
    transition: filter 0.5s ease-in-out 0.2s;
	position: relative;
    overflow: hidden;
}
.lazyloaded {
    filter: blur(0);
}
.loader-img:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.lazyloaded:before{
	background-size: cover;
	background: none;
}
.lazyloaded:after{
	background: none;
}

.product .item .thumb .overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(255, 255, 255, 0.6);
}

.product .item:hover .thumb .overlay {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-cat {
    padding-top: 14px;
}

.product-cat .item {
    margin-bottom: 30px;
}

.product .item-product-cat {
	border: 0;
}
.product .item-product-cat .inner {
    border: 2px solid #e5e5e5;
}

.product .item-search-result {
    border: 0;
}
.product .item-search-result .inner {
    border: 2px solid #e5e5e5;
}
.product .item-search-result:nth-of-type(4n+1) {
    clear: both;
}
.product .item-product-cat:nth-of-type(3n+1) {
    clear: both;
}


.testimonial-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.7;
}

.testimonial-v1 .container {
    position: relative;
    z-index: 9999;
}

.testimonial-v1 .heading {
    margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .heading p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .testimonial-carousel {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.testimonial-v1 .content .comment {
    color: #fff;
    padding: 14px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
}

.testimonial-v1 .content .comment p {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

.testimonial-v1 .author {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.testimonial-v1 .photo {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.testimonial-v1 .photo img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-v1 .text {
    display: inline-block;
    vertical-align: top;
}

.testimonial-v1 .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.testimonial-v1 .text h4 {
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.testimonial-v1 .owl-nav {
    margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
    color: #fff;
    background: none;
    position: absolute;
    top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
    font-size: 30px;
    font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
    left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
    right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
    background: none;
}


.home-blog {
    width: 100%;
    height: auto;
    padding: 70px 0;
    overflow: hidden;
}

.home-blog .item {

}

.home-blog .item .photo {
    width: 100%;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-blog .text {
    padding: 14px;
    background: #f2f3f3;
}

.home-blog .text h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
}

.home-blog .text p.button {
    margin-top: 25px;
}

.home-blog .text p.button a {
    background: #0047a5;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
    background: #333;
}



.footer-main {
    width: 100%;
    height: auto;
    padding: 40px 0 40px;
    background: #232f3e;
	/* background: url(../img/headerbg.jpg) repeat; */
    /* height: auto; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.footer-main h3 {
   color: #ccc;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    font-family: 'Muli';
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,0.5)
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #0047a5;
    left: 0;
   bottom: -1.5px;
    height: 2px;
}
.footer-main .footer-col p {
    color: #ccc;
    font-size: 14px;
    line-height: 22px;
	font-family: 'Muli';
	font-weight: 500;
}
.footer-main .footer-col p a {
     color: #ccc;
}
.footer-main .footer-col p span {
    display: block;
     color: #ccc;
}
.footer-main .footer-col ul li {
    color: #ccc;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.footer-main .footer-col ul li a {
    color: #ccc;
    font-size: 14px;
    line-height: 22px;
	font-family: 'Muli';
	font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
    color: #9abfd5;
}
.footer-main .footer-col ul li:before {
    color: #ccc;
    /* content: "\f0a4";
    font-family: "FontAwesome"; */
    left: 0px;
    content: '';
    position: absolute;
    top: 3px;
    background-image: url(../img/logoleaf-sm.png);
    width: 15px;
    height: 15px;
    background-size: contain;
	background-repeat: no-repeat;
}
.footer-main .footer-col .contact-item {
    color: #ccc;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;
	font-weight: 500;
}
.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #dedede;
    color: #ccc;
    border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: block;
}
.footer-main .footer-col p.social {
    margin-bottom: 10px;
}


.footer-bottom {
    width: 100%;
    height: auto;
    background:#232f3e;
    padding: 14px 0;
}
.footer-bottom .copyright {
    font-size: 13px;
    color: #ccc;
    text-align: center;
}


.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 75px;
    right: 10px;
    display: none;
}
.scrollup i {
    width: 40px;
    height: 40px;
    line-height: 30px;
    border-radius: 50%;
    background: #0047a5;
    color: #fff;
    border: 4px solid #0047a5;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}
.bx-wrapper .bx-viewport{
	/* height: auto!important; */
}

ul.prod-slider li {
    /* height: 450px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center; */
    position: relative;
}
ul.prod-slider li img{
	display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
	will-change: transform;
}
ul.prod-slider li a {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999999; */
}
.bx-controls {
    display: none;
}
.prod-pager-thumb {
    width: 120px;
    height: 120px;
}
.prod-pager-thumb img{
	width: 100%;
	will-change: transform;
	height: 100%;
	object-fit: fill;
}
#prod-pager {
	width: 100%;
    display: inline-block;
    margin-top: 20px;
}

#prod-pager a {
    float: left;
    margin-right: 3px;
}
.slider { 
  width:100%; 
  margin: 0 auto;
  padding: 0;
,}
.slider ul.bxslider img{
  width: 100%;
  height: auto;
}
.bx-pager{
 margin: 10px 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%;
    will-change: transform;
}
.bx-pager img{
	width: 100%;
    height: 110px;
    will-change: transform;
}
.bx-pager a {
  opacity: 0.1;
    width: 25%;
    flex: 0 0 25%;
    display: flex;
    padding: 10px 3px;
    flex-wrap: wrap;
}
.bx-pager a:hover,
.bx-pager a.active {
  opacity: 1;
}
ul.nav-tabs {
    margin-top: 50px;
}
.product .p-title h2 {
    color: #0047a5;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
}

.product .p-status {
    margin-bottom: 10px;
}

.product .p-review {
    margin-bottom: 10px;
}

.product .p-price {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #343434;
    margin-bottom: 20px;
}

.product .p-price span {
    font-size: 26px;
}

.product .p-price del {
    color: #c7c7c7;
	display: none;
}

.product .p-short-des {
    margin-bottom: 30px;
    line-height: 25px;
    color: #565656;
}

.product .p-quantity {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 35px;
    font-size: 14px;
}

.product .p-quantity input[type="number"] {
    height: 30px;
    width: 100px;
    border: 2px solid #c7c7c7;
}

.product .btn-cart {
    margin-bottom: 30px;
}

.product .btn-cart a {
    padding: 10px 14px;
    background: #0047a5;
    color: #fff;
}

.product .btn-cart1 input[type="submit"] {
    border: 0;
    padding: 10px 14px;
    background: #2d3b4d;
    color: #fff;
	outline: 0;
	border-radius: 4px;
}

.product .share {
    line-height: 30px;
    font-weight: 700;
}

.product .nav {
    background: transparent;
}

.product .nav-tabs li a {
    font-weight: 700;
    color: #343434;
}

.product .tab-content>.tab-pane {
    padding-top: 20px;
}

.review-form h2 {
    font-size: 24px;
    font-weight: 700;
}
.review-form .btn-default {
    background: #0047a5;
    color: #fff;
    border-radius: 4px;
    border: 0;
    padding: 10px 14px;
}
.rating-section {
    margin-bottom: 14px;
}

.p-short-des p , .p-short-des p span{
	font-size: 15px!important;
}

.page-banner {

    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    overflow: hidden;
}

.page-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #333;
}
.about-banner{
	background-size: cover;
}

.page-banner h1 {
    color: #fff;
    text-align: center;
    z-index: 9;
    position: relative;
	text-shadow: 1px 5px 10px #000000;
}

.page {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page h3.special {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
}
.about-us p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	display: block;
    margin: auto;
	position: relative;
	z-index: 1;
    width: 70%;
}
.about-us img {
    margin: auto;
    text-align: center;
    width: 280px;
    display: block;
    margin-bottom: 20px;
	z-index: 1;
	position: relative;
}
.chai-about img{
	width: 100%;
}
.footer-logo img{
	background: #f5f5f5;
    padding: 10px;
	height: 100px;
    border-radius: 10px;
	margin-bottom: 12px;
}
.wpb_wrapper p {
    font-weight: 600!important;
    font-size: 16px!important;
    line-height: 1.4!important;
    color: #555!important;
}
.wpb_wrapper  h2{
	font-size: 27px!important;
}
.page h3.special:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #0047a5;
    left: 0;
    bottom: -2px;
    height: 4px;
}

.cart {
    width: 100%;
    height: auto;
}

.cart table img {
    width: 100px;
}

.cart table tr td {
    vertical-align: middle;
}

.cart input[type="number"] {
    height: 30px;
    width: 70px;
    border: 2px solid #c7c7c7;
    padding-left: 10px;
    padding-right: 10px;
}

.cart table tr td .trash {
    color: #0047a5;
    font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
    text-align: right;
    font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
    text-align: right;
    font-size: 14px;
}

.cart-buttons {
    width: 100%;
    float: right;
    margin-top: 40px;
}

.cart-buttons ul {
    float: right;
}

.cart-buttons li {
    float: left;
    list-style-type: none;
    margin-left: 14px;
}

.cart-buttons li input[type="submit"],
.cart-buttons li a {
    background:#2d3b4d;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
	font-weight: 600;
	margin-bottom: 12px;
	border-radius: 4px;
}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a:hover {
    background: #0047a5!important;
    border-color: #0047a5!important;
    color: #fff;
}


.cform input[type="submit"] {
    background: #2d3b4d;
    border: 0;
}

.cform address span,
.cform address a span {
    color: #0047a5;
}

.page iframe {
    width: 100%;
}


.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    text-align: center;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(45, 49, 77, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    /* line-height: 350px; */
    margin: auto;
    height: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 14px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top: 0px;
    padding-bottom:75px;
}

.videos {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.videos .adv img {
    width: 100%;
    height: auto;
}
.videos .prop-4-col:nth-of-type(4n+1) {
    clear: both;
}
.videos .prop-3-col:nth-of-type(3n+1) {
    clear: both;
}
.videos h2 {
    color: #464646;
    font-family: "Open Sans", serif;
    font-size: 26px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.videos h3 {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
}
.single-room {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
}
.single-room .photo-col2 {
    width: 100%;
    height: 360px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room .photo-col3 {
    width: 100%;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.single-room-text h2 {
    background: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none;
    margin-bottom: 0;
}
.single-room-text h2 a {
    color: #343434;
    padding: 8px!important;
    font-weight: 600;
    display: block;
}

table.bill-address tr td:nth-of-type(1) {
    font-weight: bold;
    width: 200px;
}

.user-sidebar ul {
    text-align: center;
}

.user-sidebar ul li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.user-sidebar ul li a {
    padding: 7px 20px;
    min-height: 40px;
    line-height: 40px;
    background: #444;
    color: #fff;
}

.user-content h3 {
    margin-bottom: 20px;
}

.blog {
    background: #fff;
}

.blog .post-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog .image-holder {
    width: 285px;
    float: left;
    position: relative;
    margin-right: 15px;
}

.blog .image-holder-single {
    width: 100%;
    float: none;
    position: relative;
}

.blog .image-holder-single img {
    width: 100%;
    height: auto;
}

.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}

.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #0047a5;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #0047a5;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}

.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.blog .text {
    width: calc(100% - 300px);
    float: left;
}

.blog .text-single {
    width: 100%;
    float: none;
}

.blog .text-single h3 {
     font-family: 'Muli';
    margin-top: 20px;
}

.blog .text .inner {
    padding: 0 20px 20px 20px;
}

.blog h3 {
     font-family: 'Muli';
    text-align: left;
    color: #343434;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: uppercase;
}

.blog h3 a {
     font-family: 'Muli';
    color: #343434;
}

.blog h3 a:hover {
    color: #0047a5;
}

.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #0047a5;
    font-size: 14px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}

.blog .text ul.status li a {
    color: #0047a5;
}

.blog .text ul.status li i {
    margin-right: 8px;
}

.blog ul.status li:before {
    content: '';
}

.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}

.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #343434;
}

.blog h1 {
    font-size: 24px;
    color: #0047a5;
    font-weight: bold;
}

.blog h2 {
    font-size: 24px;
    color: #0047a5;
    font-weight: bold;; 
}

.blog h3 {
    font-size: 18px;
    color: #343434;
    font-weight: bold;
}

.blog h4 {
    font-size: 16px;
    color: #0047a5;
    font-weight: bold;
}

.blog h5 {
    font-size: 14px;
    color: #0047a5;
    font-weight: bold;
}

.blog h6 {
    font-size: 12px;
    color: #0047a5;
    font-weight: bold;
}

.blog p {
    margin-bottom: 15px;
    font-size: 14px;
}

.blog p.button {
    margin-top: 20px;
}

.blog p.button a {
     font-family: 'Muli';
    background: #0047a5;
    color: #fff;
    padding: 10px 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog p.button a:hover {
    background: #444;
}

.blog .pagination {
    margin-top: 20px;
}

.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}

.blog .pagination ul li {
    display: inline-block;
    color: #343434;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}

.blog .pagination ul li:before {
    content: '';
}

.blog .pagination ul li a {
    background: #0047a5;
    color: #fff;
    display: block;
    font-size: 16px;
}

.blog .pagination ul li a i {
    margin-right: 0;
}

.blog .pagination ul li a:hover {
    background: #333;
}

.blog .pagination ul li a.active {
    background: #333;
}

.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}

.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #0047a5;
}

.blog .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
    width: 100%;
}

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-search input {
    height: 36px;
    border: 2px solid #afafaf;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.widget-search input:focus {
    border: 2px solid #0047a5;
}

.widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #0047a5;
    background: #0047a5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-search button:hover {
    background: #333;
    color: #fff;
    border-color: #343434;
}

.widget h4 {
     font-family: 'Muli';
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #0047a5;
}

.widget ul li {
    display: block;
    float: none;
    color: #343434;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #343434;
    top: 1px;
    left: 3px;
}

.widget ul li a {
    color: #343434;
    font-size: 14px;
}

.widget ul li a:hover {
    color: #0047a5;
}

.widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    padding: 4px 10px;
    border: 2px solid #afafaf;
    font-size: 12px;
    margin-right: 5px;
}

.widget ul.tag-cloud li:before {
    content: '';
}

.widget ul.tag-cloud li:hover {
    background: #0047a5;
    border: 2px solid #0047a5;
}

.widget ul.tag-cloud li:hover a {
    color: #fff;
}

.card .nav-tabs { border-bottom: 2px solid #DDD; background: #fff; }
.card .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { }
.card .nav-tabs > li > a { border: none; color: #666; }
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover { border: none; color: #0047a5 !important; background: transparent; }
.card .nav-tabs > li > a::after { content: ""; background: #0047a5; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.card .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 14px 0; }
.tab-content{padding:20px 0}
table.woocommerce-product-attributes.shop_attributes {
    width: 100%!important;
    margin: 0!important;
}
.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }


.vid iframe {
    width: 100%;
    height: 250px;
}


div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 14px;
    margin-bottom: 20px;    
}

div.pagination a {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    text-decoration: none; /* no underline */
    background-color: #0047a5;
    color: #FFF;
    font-weight: bold;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #cf0d42;
    color: #FFF;
    background-color: #b20b39;
}

div.pagination span.current {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    font-weight: bold;
    background-color: #b20b39;
    color: #FFF;
    font-weight: bold;
}

div.pagination span.disabled {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
   /*  background: url(../img/1.gif); */	background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.ad-section img {
    width: 100%!important;
    height: auto!important;
}

.breadcrumb {
    background: #2d3b4d;
    margin-top: -25px;
	padding: 20px;
}

.breadcrumb ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    color: #fff;
}
.breadcrumb ul li:last-child {
   color: #9abfd5;
}

.breadcrumb ul li a {
    color:#fff;
}

.bs-slider .item {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 540px;
}

.home-newsletter {
    padding: 50px 0;
    background: #0047a5;
}

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; 
}
.home-newsletter .single h2 {
   font-size: 28px;
    color: #343434;
    text-transform: capitalize;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 700;
    font-family: 'Muli';
    font-weight: 600;
}
.home-newsletter .single .form-control {
    height: 50px;
    border-color: #343434;
    outline: none;
}
.home-newsletter .single .btn {
    min-height: 50px;
    background: #333;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.slide-text > h1{
	text-transform: capitalize;
	color: #f8f8f8;
	font-weight: 700;
    text-shadow: 1px 2px 5px #343434;
}
.slide-text > p{
	font-weight: 400;
    color: #f8f8f8;
	text-shadow: 1px 2px 5px #343434;
}
.slide-text > a.btn-primary{
	font-weight: 600;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	color: #fff;
	border-color: #222222;
	-webkit-box-shadow: 0 0 12px rgb(0 0 0 / 40%);
    box-shadow: 0 0 12px rgb(0 0 0 / 40%);
	border-radius: 4px;
}
.btn{
	-webkit-box-shadow: 0 0 12px rgb(0 0 0 / 40%);
    box-shadow: 0 0 12px rgb(0 0 0 / 40%);
	border-radius: 4px;
	outline: 0;
}
.btn.active , .btn:focus , .btn:hover{
	outline: 0!important;
	box-shadow:none!important;
}
.service .item .photo img{
	-webkit-box-shadow: 0 0 12px rgb(0 0 0 / 40%);
    box-shadow: 0 0 12px rgb(0 0 0 / 40%);
}
iframe{
	width: 100%;
}
.affix {
     position: fixed;
     top: 0px;
     width: 100%;
     height: auto;
     /* background: rgba(0,0,0,0.95); */
     box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.32);
     z-index: 999;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition:all 0.5s ease;
	 backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
   background: rgba(245,245,244, 0.8);
}
.affix .menu-container{
	 background: transparent;
}

.btn-primary{
	background: #0047a5;
    border: 0;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
	outline: 0;
}
 .btn-primary:focus, .btn-primary:hover{
	background: #222222;
	background-color: #222222;
    color: #fff;
	outline: 0;
    border-color: #222222;
}
.cform input[type="submit"]{
	border-radius: 4px;
}
input.btn.btn-primary.pull-right:hover {
    background: #0047a5;
}
@media (max-width: 991px){
	.affix  .logo img , .affix  .logo {
		display: none!important;
	}
	.affix .right ul{
		margin: 15px 0!important;
	}
	.affix .search-area{
		display: none!important;
	}
	.affix .menu-mobile {
		padding: 15px;
		font: normal 700 16px / 19px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
	}
	.about-us p{
		width: 90%
	}
	.page-banner{
		height: 360px;
	}
	.about-banner{
		height: 450px;
	}
	.bs-slider .item , .page-banner{
		background-size:cover;
	}
	.product .item .thumb .photo{
		height: 350px;
	}
	.bs-slider .item{
	height: 480px;
}
.brand .item .thumb .photo{
	height: 120px;
}
}
@media (max-width: 567px){
.bx-pager a {
	flex: 0 0 33.33%;
	width: 33.33%;
}
.bs-slider .item{
	height: 500px;
}
}
@media  (max-width: 480px) {
	
	.bs-slider .item{
	height: 340px;
}
}
@media (max-width: 450px){
.bx-pager a {
	flex: 0 0 42%;
	width: 42%;
}
.bx-pager img{
	height: 120px;
}
}

@media (max-width: 350px){
	
	.about-us img{
		width: 250px;
	}
	
}




/*contact section*/

#contact-section{
	padding: 70px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
}
@media screen and (max-width: 680px){
.contact-section .contact-form {
    width: 100%!important;
}
}
.contact-section .contact-form {
    width: 70%;
    display: block;
    margin: auto;
    padding: 30px;
    background: rgba(0,71,165, 0.7);
	border-radius: 4px;
}
.contact-section .contact-form .section-title {
    margin-bottom: 40px;
	padding-left: 25px;
    position: relative;
}

.contact-section .contact-form .section-title h2 {
    color: #fff;
	font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
	/* text-shadow: 1px 2px 2px #343434; */
}

.contact-form input[type=url], .contact-form  input[type=tel], .contact-form  input[type=text],.contact-form  input[type=time],.contact-form  input[type=date],.contact-form  input[type=email], .contact-form input[type=number], 
.contact-form input[type=search], .contact-form input[type=password], .contact-form input[type=search-md], .contact-form  input[type=datetime-local], .contact-form  textarea {
    width: 100%;
    border: none;
    height: 50px;
    font-size: 16px;
    box-shadow: none;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #acac;
    background-color: #fff;
    font-weight: 700;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.contact-form .input-item input, .contact-form textarea {
    margin: 0px;
    height: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #acac;
}

.contact-form textarea {
    width: 100%;
    min-height: 80px;
    margin-bottom: 20px;
}
.custom-btn {
    color: #fff;
    font-weight: 700;
	font-size: 17px;
    border-radius: 4px;
    padding: 10px 20px;
    background-color: #2d3b4d;
    text-transform: capitalize;
    border: 2px solid #2d3b4d;
}
.custom-btn:hover , .product .btn-cart1 input[type="submit"]:hover{
	background-color:#0047a5;
	color: #fff;
	border-color: #0047a5;
}
.overlay-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    opacity: 0.97;
    z-index: -1;
}
.shop-cat-contents h3{
	font-weight: 600;
	font-size: 21px;
	margin-bottom: 10px;
}
.policy-term h1{
	font-size: 24px;
	font-weight: 600;
}
.policy-term h2{
	font-size: 21px;
	font-weight: 600;
}
.policy-term ul{
	margin: 0 20px;
}
.policy-term p , li{
	font-size: 15px;
}
.contact-item iframe {
    height: 200px!important;
}