@import url('./bootstrap.css');
body {
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}


/* ---- NAV BAR*/

.logoImg {
    max-width: 300px;
    height: 100%;
    background: url("../images/main/logo.png") no-repeat;
}

.navbar-brand img {
    content: url("../images/main/logo.png") no-repeat;
}

.heading {
    width: 100%;
    text-align: center;
}

.navList {
    padding: 0px;
    padding-right: 20px;
    font-size: 16px;
}

.main-heading {
    color: #ffffff !important;
}

.list-group-item-action {
    text-align: center !important;
}

.list-group-item {
    padding: 0.25em 0em !important;
    margin-bottom: 0px !important;
    text-align: center !important;
    text-transform: uppercase;
}


/* ---- NAV BAR*/


/* Equal width */

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


/* Add gutters */

.col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

input[type="button"],
input[type="submit"],
.contact-form input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

{
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

img {
    width: 100%;
}


/* header */


/* header {
    position: absolute;
    z-index: 9;
    width: 100%;
    /*background: rgba(0, 0, 0, 0.2); */


}
*/ .buttons i {
    color: #fff;
    font-size: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.buttons i:hover {
    color: #353535;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
header h1 {
    line-height: 0;
}
.navbar {
    z-index: 999999 !important;
    /* padding: 1rem; */
}
.navbar-nav {
    /* margin-top: 8%; */
    
    margin-left: 35%;
    padding-left: 0.15rem;
    height: 100%;
    /*text-align: center;*/
    text-transform: uppercase;
}


.fa-bars {
color: white;
}

/* a.navbar-brand i.fas {
    font-size: 20px;
    color: #fff;
}

.navbar-light .navbar-brand {
    font-size: 2em;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    position: relative;
}

.navbar-brand img {
    height: 100px;
}

a.navbar-brand span {
    color: #eee;
    font-size: 17px;
    position: absolute;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 1px;
    left: 35%;
    bottom: -30%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
} */
header h1 a span {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 5px;
    word-spacing: 5px;
}

/* .navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 2px;
    font-size: 15px;
    border-bottom: 2px dotted transparent;
} */
.dropdown-item {
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    letter-spacing: 2px;
    border-bottom: 2px dotted transparent;
}

/* 
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.dropdown-item:hover {
    color: #353535;
    background: transparent;
    border-bottom: 2px dotted;
} */
.dropdown-item.active,
.dropdown-item:active {
    color: #353535;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px dotted #353535;
}
.buttons p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

/*-- //header --*/

/*-- banner --*/
.bg1 {
    background: url(../images/banner/b1.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}
.bg2 {
    background: url(../images/banner/b2.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}
.bg3 {
    background: url(../images/banner/b3.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}
.bg4 {
    background: url(../images/banner/b4.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}
.bg5 {
    background: url(../images/banner/b5.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}
.bg6 {
    background: url(../images/banner/b6.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}
.banner-text {
    padding: 18vw 0 0;
    text-align: center;
}

/*-- text Slider --*/
#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}
.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}
.events {
    list-style: none;
}
.callbacks_container {
    position: relative;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks_tabs li {
    display: block;
    margin: 0.5em 0;
}
.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}
.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/
#slider-pager a {
    display: inline-block;
}
#slider-pager span {
    float: left;
}
#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}
#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}
#slider-pager a {
    padding: 0;
}
#slider-pager li {
    display: inline-block;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}
.rslides li {
    position: relative;
    display: block;
    float: none;
}
.rslides img {
    height: auto;
    border: 0;
}
.callbacks_tabs li {
    display: inline-block;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks_tabs li {
    display: inline-block;
    margin: 0 0.5em;
}
.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}
.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}
p.sub-para {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    left: 46.5%;
    bottom: 20px;
    z-index: 2;
    border-radius: 5px;
}
.slider-top span {
    font-weight: 600;
}
.home h3 {
    font-size: 2em;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.15em;
}
.slider-info p {
    color: #e8e8e8;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 1em;
    text-transform: capitalize;
}
.slider-info a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background: #353535;
    border: 2px solid #353535;
    padding: 12px 35px;
    letter-spacing: 2px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
.slider-info a:hover {
    border: 2px solid #353535;
    background: none;
}

/* //text slider */
.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.bs-slider-overlay1 {
    width: 100%;
    height: 100%;
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
h4.banner-title,
h1.banner-title,
h2.banner-title {
    letter-spacing: 5px;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-size: 3.5em;
    font-weight: 700;
    color: #fff;
}
h5.tag {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 4.2px;
}
h1.tag {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 4.2px;
}

/*-- //banner --*/

/*-- modal --*/
.modal-body {
    font-size: 15px;
    line-height: 28px;
    color: #2a2a2a;
}
.modal-title {
    font-size: 28px !important;
    font-weight: 700;
    padding: 0 !important;
    letter-spacing: 2px;
    color: #333;
}
.modal-title span {
    color: #dc3545;
}

/*-- //modal --*/

/*-- welcome --*/
.welcome {
    background: #353535;
}
.welcome h3.heading {
    color: #eee;
}
.welcome h2.heading {
    color: #eee;
}
.welcome p {
    font-size: 17px;
    line-height: 30px;
    color: #eee;
    letter-spacing: .2px;
    text-transform: capitalize;
}
.welcome a {
    color: #eee;
    font-size: 16px;
    display: inline-block;
    background: none;
    border: 2px solid;
    padding: 12px 30px;
    letter-spacing: 1px;
    margin-top: 10px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
.welcome a:hover {
    background: #eee;
    color: #353535;
    border: 2px solid #eee;
}

/*-- //welcome --*/

/*-- section --*/
.section_grids p {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.section_grids h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 42px;
}
.section_grids a {
    color: #212529;
    font-size: 16px;
    display: inline-block;
    background: none;
    border: 2px solid;
    padding: 12px 30px;
    letter-spacing: 1px;
    margin-top: 10px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
.section_grids a:hover {
    color: #fff;
    background: #353535;
    border: 2px solid #353535;
}
.img img {
    margin-top: -70px;
}

/*-- //section --*/

/*-- Download button --*/
.download {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.downloadBtn {
    color: #bfbfbf !important;
    border: 1px solid #bfbfbf;
    padding: 10px 10px;
    margin: 10px;
    cursor: pointer;
}
.downloadBtn img {
    width: 25px;
    padding-right: 6px;
}

/*-- Download button --*/

/*-- Services --*/

/* .services {
    padding-top: 4em !important;
} */
h1.heading,
h2.heading,
h3.heading {
    font-size: 50px;
    color: #333;
    letter-spacing: 0px;
    font-weight: 600;
}
.service-grids p {
    font-size: 16px;
    line-height: 28px;
    color: #777;
    font-weight: 300;
    letter-spacing: 1px;
    margin: .5em 0 1em;
}
.service-grids h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #353535;
    font-size: 23px;
}
.service-grids span {
    font-size: 70px;
    font-weight: 900;
    color: #555;
    opacity: .1;
    position: absolute;
    top: 20%;
}
.welcomeMsg {
    display: block;
    /* font-weight: 600; */
    
    color: #fff;
    font-size: 20px;
    /* line-height: 20px; */
    /* text-transform: uppercase; */
    
    letter-spacing: 3.2px;
}
.service-grids h3 i {
    background: #353535;
    border: 5px solid #353535;
    color: #fff;
    width: 55px;
    text-align: center;
    height: 55px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 21px;
    margin-right: 5px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.service-grids h3 i:hover {
    background: #353535;
    border: 5px solid #353535;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
ul.photography_list li {
    list-style-type: none;
    line-height: 40px;
    letter-spacing: 0.5px;
    font-size: 17px color: #333;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
ul.photography_list li:hover {
    margin-left: 10px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.grid1 {
    position: relative;
}

/*-- //Services --*/

/*-- book --*/
.book {
    background: url(../images/banner/b8.jpg) no-repeat center;
    background-size: cover;
}
.book .layer,
.stats .layer {
    background: rgba(0, 0, 0, 0.5);
}
.book h3 {
    font-size: 40px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}
.book p {
    color: #eee;
    letter-spacing: 1px;
    font-size: 16px;
    width: 70%;
    margin: auto;
    line-height: 30px;
}
.book a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 2px solid;
    padding: 12px 30px;
    letter-spacing: 1px;
    margin-top: 30px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
.book a:hover {
    color: #353535;
    border: 2px solid #fff;
    background: #fff;
}

/*-- //book --*/

/*-- footer --*/
footer {
    background: #292929;
}
.footer_left p {
    font-size: 16px;
    line-height: 28px;
    color: #8a8a8a;
    letter-spacing: 1px;
    margin-top: 1.5em;
}
.footer_grids h3 {
    font-size: 25px;
    color: #eee;
    letter-spacing: 1px;
}
a.footer-logo {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
a.footer-logo img {
    width: 250px;
}
a.footer-logo span {
    color: #eee;
    font-size: 17px;
    position: absolute;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 1px;
    left: 35%;
    bottom: -30%;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.22);
}
.footer_right p,
.footer_right p a {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: .5em;
    color: #8a8a8a;
}
.footer_right p a:hover {
    color: #eee;
}
.footer_middle ul li {
    display: inline-block;
    color: #8a8a8a;
    font-size: 16px;
    line-height: 28px;
}
.footer_middle ul li span {
    display: block;
    font-size: 14px;
}
.footer_middle ul li a {
    text-decoration: underline;
    color: #666;
}
.footer_middle ul li a:hover {
    text-decoration: none;
    color: #eee;
}
.copyright p {
    color: #8a8a8a;
    letter-spacing: 1px;
    font-size: 16px;
}
.copyright p a {
    color: #ccc;
}
.copyright p a:hover {
    color: #fff;
}

/*-- //footer --*/

/*-- about page --*/
.inner-banner {
    background: url(../images/banner/b8.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 300px;
}

/*-- about section --*/
.about p.top {
    margin: 0;
    background: #353535;
    font-weight: normal;
    color: #eee;
    padding: 2px 15px;
    font-size: 17px;
    letter-spacing: 1px;
    display: inline-block;
}
.about h4 {
    font-size: 30px;
    margin: .5em 0;
    letter-spacing: 1px;
    color: #333;
}
.about p {
    font-size: 16px;
    line-height: 28px;
    color: #777;
    font-weight: 300;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: large;
}
.about a {
    color: #212529;
    font-size: 16px;
    display: inline-block;
    background: none;
    border: 2px solid;
    padding: 12px 30px;
    letter-spacing: 1px;
    margin-top: 10px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
.about a:hover {
    color: #fff;
    background: #353535;
    border: 2px solid #353535;
}
.video-container {
    /*position: relative;*/
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 401px;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-- //about section --*/

/*-- stats --*/
.stats {
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.stats h2.heading h3.heading {
    color: #eee;
}
.photo_stats_left {
    padding: 0;
    text-align: center;
    position: relative;
    background: #353535;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

/*.photo_stats_left:hover {
     background: none;
    transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
    display: block;
}*/
.photo_stats_left:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-left: 2px solid #eee;
    border-top: 2px solid #eee;
    top: 0%;
    left: 0%;
}
.photo_stats_left:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    right: 0%;
    bottom: 0%;
}
.photo_stats_left p {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 2px;
    margin: .2em 0;
    color: #353535;
}
.photo_stats_left i {
    font-size: 30px;
    color: #eee;
}
.photo_stats_left h3 {
    font-size: 18px;
    color: #eee;
    letter-spacing: 1px;
}
section.stats h4 {
    font-size: 40px;
    width: 65%;
    text-align: center;
    line-height: 1.2em;
    margin: 0 auto;
    color: #2c363e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
p.stap {
    font-size: 15px;
    color: #777;
    margin: 1em 0 5em;
    text-align: center;
}

/*-- //stats --*/

/*-- team --*/
.team-grid img {
    width: 100%;
}
.team-img {
    position: relative;
}
.team-img:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    -moz-transform: rotateY(0deg) scale(1, 1);
    -ms-transform: rotateY(0deg) scale(1, 1);
    -o-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}
.team-img .overlay {
    padding: 9em 0.5em;
    line-height: 24px;
}
.overlay {
    background: rgba(48, 195, 158, 0.7);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    -moz-transform: rotateY(180deg) scale(0.5, 0.5);
    -ms-transform: rotateY(180deg) scale(0.5, 0.5);
    -o-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}
.team-grid h4 {
    font-size: 24px;
    color: #353535;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.team-grid p {
    color: #777;
}
.overlay p {
    color: #fff;
    letter-spacing: 1px;
}
.link-social {
    margin: 1em 0 0 0;
}
.link-social ul {
    padding: 0;
    margin: 0;
}
.link-social ul li {
    display: inline-block;
}
.link-social ul li a {
    color: #333;
    text-align: center;
    display: inline-block;
}
i.fa.fa-twitter {
    margin: 0 .3em;
}
.link-social ul li a i.fab.fa-facebook-f,
.link-social ul li a i.fab.fa-twitter,
.link-social ul li a i.fab.fa-google-plus {
    height: 40px;
    width: 40px;
    font-size: 13px;
    background: #FFFFFF;
    line-height: 40px;
    color: #353535;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.link-social ul li a i.fab.fa-facebook-f:hover {
    background: #3b5998;
    color: #FFFFFF;
}
.link-social ul li a i.fab.fa-twitter:hover {
    background: #1da1f2;
    color: #FFFFFF;
}
.link-social ul li a i.fab.fa-google-plus:hover {
    background: #dd4b39;
    color: #FFFFFF;
}

/*-- //team --*/

/*-- about page --*/

/*-- services page --*/
.icon i {
    font-size: 60px;
    margin-bottom: 20px;
    color: #353535;
}

/*-- testimonials --*/
.feedback-top p {
    color: #666;
    font-size: 15px;
    margin: 0;
    line-height: 30px;
    letter-spacing: .5px;
    float: left;
    width: 90%;
}
.feedback-top i.fas.fa-quote-right {
    font-size: 30px;
    color: #999;
    float: left;
    width: 10%;
    margin-top: 5px;
}
.feedback-top h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #353535;
    font-size: 23px;
    margin-bottom: 15px;
}
.feedback-img {
    width: 15%;
    float: left;
}
.feedback-grids {
    margin: 1em 0 0;
}
.feedback-img img {
    width: 100%;
    border-radius: 50%;
}
.feedback-info {
    margin: 0 1em !important;
}
.feedback-img-info {
    float: left;
    margin-left: 2em;
    margin-top: 1em;
}
.feedback-img-info h5 {
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}
.feedback-img-info p {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    margin-top: .5em;
}

/*-- //testimonials --*/
.search_result:hover {
    color: #e31e25 !important;
}

/*-- pricing --*/
.pricing-grid1 {
    border: 1px solid #eee;
    background: #fff;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.pricing-grid1:hover {
    background: #353535;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}
.pricing-grid1:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-right: 2px solid #888;
    border-bottom: 2px solid #888;
    right: 0%;
    bottom: 0%;
}
.pricing-grid1:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border-left: 2px solid #888;
    border-top: 2px solid #888;
    top: 0%;
    left: 0%;
}
.pricing-grid1 p {
    font-size: 17px;
    line-height: 30px;
    color: #888;
    padding: 10px;
    letter-spacing: .2px;
}
.pricing-grid1 h3 {
    margin: 0;
    background: #353535;
    font-weight: normal;
    color: #eee;
    padding: 2px 15px;
    font-size: 17px;
    letter-spacing: 1px;
    display: table;
}
.pricing-grid1 a {
    color: #212529;
    font-size: 15px;
    display: inline-block;
    background: none;
    border: 2px solid;
    padding: 12px 30px;
    letter-spacing: 1px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
.pricing-grid1 a:hover {
    color: #fff;
    border: 2px solid #fff;
}
.pricing-grid1 i.fas.fa-camera-retro,
.pricing-grid1 i.fas.fa-film,
.pricing-grid1 i.fas.fa-video {
    font-size: 30px;
    margin-bottom: 1em;
}
.pricing-grid1:hover.pricing-grid1 h3 {
    background: #fff;
}
.pricing-grid1:hover.pricing-grid1 p {
    color: #eee;
}
.pricing-grid1:hover.pricing-grid1 h3 {
    color: #333;
}

/*-- //pricing --*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");
.testimonials {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    font-family: "Poppins", sans-serif;
}
.testimonials::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 216, 50, 0.7);
}
.testimonials .title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}
.testimonials .title h5 {
    color: #eb6d2f;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -3px;
}
.testimonials .title h2 {
    color: #5a3733;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 41px;
    letter-spacing: -1px;
    margin: 0;
}
.testimonials .title img {
    margin-top: -10px;
}
.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5a3733;
}
.testimonials .testi .item {
    background: #fff;
    padding: 50px 30px;
    border-radius: 15px;
}
.testimonials .testi .item .profile {
    display: flex;
    padding-left: 15px;
}
.testimonials .testi .item .profile img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.testimonials .testi .item .profile .information {
    padding-left: 20px;
    margin-bottom: 15px;
}
.testimonials .testi .item .profile .information .stars i {
    color: #ffd832;
}
.testimonials .testi .item .profile .information p {
    font-size: 24px;
    margin: 0px auto 0px;
    color: #5a3733;
    font-weight: 900;
    line-height: 1;
}
.testimonials .testi .item .profile .information span {
    color: #eb6d2f;
    font-weight: bold;
    margin-top: -4px;
    line-height: 1.6em;
    font-size: 14px;
}
.testimonials .testi .item>p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    color: #5a3733;
    text-align: center;
}
.testimonials .testi .item .icon {
    text-align: center;
}
.testimonials .testi .item .icon i {
    font-size: 32px;
    color: #ffd832;
}
.flexbox {
    display: flex;
    flex-flow: row wrap;
}
.flexbox .image {
    width: 25%;
    height: 200px;
    padding: 0.5em;
}
.flexbox img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

/*-- //services page --*/

/*-- booking --*/
.booking input[type="text"],
.booking input[type="email"],
.booking select,
.booking textarea {
    display: block;
    width: 100%;
    min-height: 70px;
    padding: 11px 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #777;
    background-color: transparent;
    text-transform: capitalize;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.booking input[type="submit"] {
    color: #212529;
    font-size: 16px;
    display: inline-block;
    background: none;
    border: 2px solid;
    padding: 12px 30px;
    letter-spacing: 1px;
    margin-top: 30px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    cursor: pointer;
}
.booking input[type="submit"]:hover {
    color: #fff;
    background: #353535;
    border: 2px solid #353535;
}
.booking p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 2em;
    color: #555;
    letter-spacing: .5px;
}

/*-- Special --*/
.projects-info {
    text-align: center;
}
.projects-info p {
    color: #999999;
    font-size: .9em;
    margin: 1em auto 0;
    width: 40%;
}
#owl-demo .item {
    text-align: center;
}
.best-photos-grid-info {
    position: relative;
    overflow: hidden;
}
.best-photos-grid-info img {
    width: 100%;
    height: 300px;
}
.best-photos-brand {
    position: relative;
    overflow: hidden;
}
.best-photos-brand img {
    width: 100%;
}
.item {
    padding: 0 0px;
    height: 500px;
}
.itemIndex {
    padding: 0 0px;
    height: 110px;
}
.nav-tabs {
    border-bottom: 1px solid #e31e25;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #e31e25 #e31e25 #fff;
}

/*--flexisel--*/
#flexiselDemo1 {
    display: none;
}
#flexiselDemo2 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    position: relative;
    line-height: 35px;
    /* height: 400px; */
}
.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}

/*---- Nav ---*/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 34px;
    height: 34px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: url(../images/left.png) no-repeat 2px 1px;
    top: 33% !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
}
.nbs-flexisel-nav-left {
    left: -5%;
}
.nbs-flexisel-nav-right {
    right: -5%;
    background: url(../images/right.png) no-repeat 2px 1px;
}

/*--//flexisel--*/

/*-- //booking --*/

/*-- Portfolio page-- */
.column {
    margin: 15px 15px 0;
    padding: 0;
}
.column:last-child {
    padding-bottom: 60px;
}
.column::after {
    content: '';
    clear: both;
    display: block;
}
.column div {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
}
.column div:first-child {
    margin-left: 0;
}
.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
figure {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3px;
    background: #fff;
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

/* Gray Scale */
.hover08 figure img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover08 figure:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

/*--//Portfolio page-- */

/*-- contact page--*/
.contact textarea {
    height: 150px;
}
.map iframe {
    width: 100%;
    border: none;
    height: 350px;
}
.map {
    position: relative;
}
.location {
    position: absolute;
    top: 30%;
    width: 20%;
    left: 40%;
    text-align: center;
}
.location p {
    font-size: 16px;
    background: #353535;
    padding: 15px;
    color: #fff;
}
.location:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 14%;
    width: 0;
    height: 0;
    border-top: 18px solid #353535;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    transform: rotate(0deg);
}

/*-- //contact page--*/

/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    /*background: url(../images/arr.png) no-repeat 0px 0px;*/
    
    content: "\f325";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    
    font-family: FontAwesome;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //to-top --*/
#logo {
    padding-bottom: 28px;
    color: #fff;
}
.homeProduct {
    height: 300px;
    padding-bottom: 55px;
}
.homeProductImg {
    height: 100%;
}

/*.homeProduct:hover  {
  opacity: 0.3;
}

.homeProduct:hover {
  opacity: 1;
}*/
.homeProduct figure {
    background: #1abc9c;
}
.homeProduct img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.homeProduct:hover img {
    opacity: .3;
}
.homeProduct:hover .hpImgContent {
    opacity: 1;
}
.bbb_deals img {
    height: 250px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.bbb_deals:hover img {
    opacity: .3;
}
.bbb_deals:hover .hpImgContent {
    opacity: 1;
}
.hpImgContent {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.homeProduct:hover .hpImgContentInd {
    opacity: 1;
}
.hpImgContentInd {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.text {
    background-color: #353535;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
    border: none;
}
.guide {
    width: 20%;
    padding: 10px;
}
.guideTxt {
    font-size: 100px
}
.guideContent {
    /*display: none;*/
    /*visibility: hidden;*/
}
.photo_stats_left {
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
}
.photo_stats_left:hover {
    transform: rotateY(180deg);
    /*visibility: visible;*/
}

/*.guide:hover .guideContent {
    display: block;
}*/
.photo_stats_left .gMainTxt {
    backface-visibility: hidden;
    overflow: hidden;
}
.photo_stats_left .guideContent {
    background: #eaeaed;
    color: #0087cc;
    word-wrap: break-word;
    transform: rotateY(180deg);
    /*text-align: center;*/
}
.aboutGuide {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0px;
    font-weight: 600;
}
.aboutKitchen {
    padding-bottom: 30px;
    font-size: 30px;
    text-transform: uppercase;
    color: #252323;
    letter-spacing: 0px;
    font-weight: 600;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}
th,
td {
    text-align: center;
    padding: 16px;
    font-weight: bold;
}
th:first-child,
td:first-child {
    text-align: left;
}
tr:nth-child(even) {
    background-color: #f2f2f2
}
.fa-check {
    color: green;
}
.fa-times {
    color: red;
}

/* .card-container {
    cursor: pointer;
    height: 150px;
    perspective: 600;
    position: relative;
    width: 150px;
}

.card {
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
    width: 100%;
}

.card:hover {
    transform: rotateY(180deg);
}

.card .side {
    backface-visibility: hidden;
    border-radius: 6px;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.card .back {
    background: #eaeaed;
    color: #0087cc;
    line-height: 150px;
    text-align: center;
    transform: rotateY(180deg);
} */
.service-item {
    position: relative;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    background-color: #353535;
}
.service-item a {
    color: #ffff66;
}
.service-item a:hover {
    color: black;
}
.service-item .service-icon {
    font-size: 1.4rem;
    padding: 110px 0;
}
.service-item .service-content {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
    /*padding: 20px;*/
}
.service-item .service-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    margin-bottom: 15px;
}
.service-item:hover .service-icon {
    opacity: 0;
    visibility: hidden;
}
.service-item:hover .service-content {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}
.guideMaintxt {
    font-size: 1.4rem;
}
.abtMain {
    max-width: 20%;
}
.heading-section {
    padding: 20px;
}
.alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}
.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}
.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
}
.mbImg {
    background-color: transparent;
}
.imgs {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 230px;
}
.gallery_img_display {
    width: 210px;
    height: 180px;
    max-height: 180px;
}

/*client section */
.client_section .client_container {
    width: 75%;
    margin-top: 45px;
}
.client_section .box {
    display: flex;
    flex-direction: column;
    margin-right: 5px;
}
.client_section .box .detail-box {
    border: 1px solid #ddd;
    padding: 25px;
    margin-bottom: 25px;
}
.client_section .box .client_id {
    display: flex;
    align-items: center;
}
.client_section .box .client_id .img-box {
    position: relative;
    width: 75px;
    height: 75px;
}
.client_section .box .client_id .img-box img {
    width: 100%;
}
.client_section .box .client_id .name {
    margin-left: 15px;
}
.client_section .box .client_id .name h6 {
    color: #23242a;
    font-size: 18px;
    margin-bottom: 0;
}
.client_section .box .client_id .name p {
    margin-bottom: 0;
}
.client_section .carousel-wrap {
    margin: 0 auto;
    position: relative;
}
.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -15%;
    outline: none;
    background-color: #0a97b0;
}
.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
    background-color: #161825;
}
.client_section .owl-carousel .owl-nav .owl-prev {
    top: 25%;
    background-image: url(../images/prev.png);
}
.client_section .owl-carousel .owl-nav .owl-next {
    top: calc(25% + 65px);
    background-image: url(../images/next.png);
}

/* end client section */

/*

#baseUnit {
    display: none;
}

#tallUnit {
    display: none;
}

#wallUnit {
    display: none;
}

#cornerUnit {
    display: none;
}*/
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
    left: 0;
}
.owl-nav button.owl-next {
    right: 0;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc !important;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #000 !important;
}
.owl-dots button.owl-dot:focus {
    outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

/* span {
    font-size: 70px;    
    position: relative;
    top: -5px;
} */
.owl-nav button:focus {
    outline: none;
}
.navbar-toggler-icon {
    font-size: 24px;
}
.reasonList {
    width: 100%;
    margin: 0 auto;
}
.reasonList ol {
    list-style-type: none;
    list-style-type: decimal !ie;
    /*IE 7- hack*/
    
    margin: 0;
    margin-left: 1em;
    padding: 0;
    counter-reset: li-counter;
}
.reasonList ol li {
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em;
    background-color: #353535;
    padding-left: 58px;
    font-weight: bold;
}
.reasonList a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}
.reasonList li:hover {
    box-shadow: inset -1em 0 #7d25a9;
    -webkit-transition: box-shadow 0.5s;
    /* For Safari 3.1 to 6.0 */
    
    transition: box-shadow 0.5s;
}
.reasonList ol li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;
    font-size: 2em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    font-family: monospace;
    color: white;
    background-color: #e31e25;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.savyTechAbout {
    text-align: center;
    margin-bottom: 10px;
}
.custom-bullet li {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #777;
    font-weight: 300;
    padding: 10px;
    letter-spacing: 1px;
}
.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}
.contentHeader {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #444444;
    display: inline-block;
    color: #444444;
    margin: 10px;
}

/*Styles for product card*/
.container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* height: 100vh; */
}
.product-card {
    width: 320px;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 15px auto;
    background: #fafafa;
    font-family: 'Roboto', sans-serif;
}

/* .badge {
    position: absolute;
    left: 0;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
} */
.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    padding: 30px;
    background: #f0f0f0;
}
.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}
.product-details {
    padding: 20px;
}
.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 18px;
}
.product-details h4 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}
.product-details h4 a:hover {
    color: #fbb72c;
}
.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}
.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
    display: flex;
}
.product-bottom-details div {
    float: left;
    width: 50%;
}
.product-card .product-bottom-details .view-more-btn {
    color: #fff;
    background: #009DD2;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px auto;
    padding: 6px;
    border-radius: 2px;
    cursor: pointer;
}
.product-price {
    font-size: 18px;
    color: #fbb72c;
    font-weight: 600;
}
.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}
.product-links {
    text-align: right;
}
.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}
.product-links a:hover {
    color: #fbb72c;
}
.product-card .popup-view {
    z-index: 2;
    background: rgba(65 11 67 / 23%);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.product-card .popup-view.active {
    opacity: 1;
    visibility: visible;
}
.product-card .popup-card {
    position: relative;
    display: flex;
    width: 800px;
    height: 600px;
    margin: 10px;
}
.product-card .popup-card .product-img {
    z-index: 2;
    background: #1D212B;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 90%;
    transform: translateY(25px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.product-card .popup-card .product-img img {
    z-index: 2;
    position: relative;
    width: 100%;
}
.product-card .popup-card .info {
    z-index: 2;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 10px;
}
.product-card .popup-card .close-btn {
    color: #555;
    z-index: 3;
    position: absolute;
    right: 0;
    font-size: 20px;
    margin: 20px;
    cursor: pointer;
}
.product-card .popup-card .info h2 {
    font-size: 40px;
    line-height: 20px;
    margin: 10px;
}
.product-card .popup-card .info h2 span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.product-card .popup-card .info p {
    font-size: 15px;
    margin: 10px;
}
.product-card .popup-card .info .price {
    font-size: 45px;
    font-weight: 300;
    margin: 10px;
}
.product-card .popup-card .info .add-cart-btn {
    color: #fff;
    background: #009DD2;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px auto;
    padding: 10px 50px;
    border-radius: 20px;
}
.product-card .popup-card .info .add-wish {
    color: #009DD2;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

/*Styles for product card responsive*/
@media (max-width: 900px) {
    .product-card .popup-card {
        flex-direction: column;
        width: 550px;
        height: auto;
    }
    
    .downloadBtn {
        color: #bfbfbf !important;
        border: 1px solid #bfbfbf;
        padding: 6px 10px 6px 7px;
        /*margin-left: 17%;*/
    }
    
    .product-card .popup-card .product-img {
        z-index: 3;
        width: 100%;
        height: 200px;
        transform: translateY(0);
        border-bottom-left-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .product-card .popup-card .product-img img {
        left: initial;
        max-width: 90%;
    }
    
    .flexbox .image {
        width: 50%;
        height: 115px;
        padding: 0.5em;
    }
    
    .container-fluid{
        padding-bottom: 10px;
    }
    
     a.footer-logo {
        /*margin-left: 14%;*/
        display:flex;
        justify-content: center;
        align-items:center;
    }
    
    .product-card .popup-card .info {
        width: 100%;
        height: auto;
        padding: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    
    .product-card .popup-card .info h2 {
        margin: 20px 5px 5px 5px;
        font-size: 25px;
    }
    
    .product-card .popup-card .info h2 span {
        font-size: 10px;
    }
    
    .product-card .popup-card .info p {
        margin: 5px;
        font-size: 13px;
    }
    
    .product-card .popup-card .info .price {
        margin: 5px;
        font-size: 30px;
    }
    
    .product-card .popup-card .info .add-cart-btn {
        margin: 5px auto;
        padding: 5px 40px;
        font-size: 14px;
    }
    
    .product-card .popup-card .info .add-wish {
        font-size: 14px;
    }
    
    .product-card .popup-card .close-btn {
        z-index: 4;
    }
    /* .navbar-brand img {
        width: 75%;
        height: 100px;
    } */
}
@media (max-width: 800px) {
    .product-card .popup-card {
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    
    .downloadBtn {
        color: #bfbfbf !important;
        border: 1px solid #bfbfbf;
        padding: 6px 10px 6px 7px;
        /*margin-left: 17%;*/
    }
    
    .flexbox .image {
        width: 50%;
        height: 115px;
        padding: 0.5em;
    }
    
    .product-card .popup-card .product-img {
        z-index: 3;
        width: 100%;
        height: 200px;
        transform: translateY(0);
        border-bottom-left-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
     a.footer-logo {
        /*margin-left: 13%;*/
        display:flex;
        justify-content: center;
        align-items:center;
    }
    
    .product-card .popup-card .product-img img {
        left: initial;
        max-width: 90%;
    }
    
    .product-card .popup-card .info {
        width: 100%;
        height: auto;
        padding: 20px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    
    .product-card .popup-card .info h2 {
        margin: 20px 5px 5px 5px;
        font-size: 25px;
    }
    
    .product-card .popup-card .info h2 span {
        font-size: 10px;
    }
    
    .product-card .popup-card .info p {
        margin: 5px;
        font-size: 13px;
    }
    
    .product-card .popup-card .info .price {
        margin: 5px;
        font-size: 30px;
    }
    
    .product-card .popup-card .info .add-cart-btn {
        margin: 5px auto;
        padding: 5px 40px;
        font-size: 14px;
    }
    
    .product-card .popup-card .info .add-wish {
        font-size: 14px;
    }
    
    .product-card .popup-card .close-btn {
        z-index: 4;
    }
}
.fa-whatsapp {
    color: #fff;
    background: linear-gradient(#25d366, #25d366) 14% 84%/16% 16% no-repeat, radial-gradient(#25d366 58%, transparent 0);
}
button.accordion {
    width: 100%;
    background-color: whitesmoke;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s linear;
}
button.accordion:after {
    font-family: FontAwesome;
    content: "\f150";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
}
button.accordion.is-open:after {
    content: "\f151";
}
button.accordion:hover,
button.accordion.is-open {
    background-color: #ddd;
}
.accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

/** APPLIANCE SLIDER**/
.main-wrapper {
    max-width: 98%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* height: 100vh; */
}
.slider-wrapper {
    width: 98%;
    height: 38em;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    margin-left: 0.25em;
}
.slides {
    width: 100%;
    position: absolute;
    transition: transform .4s ease-in-out;
}
.slides h1 {
    display: none;
}
.slides img {
    width: 100%;
    object-fit: cover;
    border-radius: .3rem;
    height: 40em;
}
.slider-btns {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider-btns span {
    padding: 1rem 1.2rem;
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.151);
    border-radius: 50%;
    color: white;
    cursor: pointer;
}
.dots {
    /* position: relative; */
    /* width: 100%; */
    
    top: 20px;
    /* display: flex; */
    
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    z-index: 1;
    padding: -1px;
    margin-top: 15px;
    margin-left: 20px;
}
.dots .dot {
    width: 12rem;
    height: 4rem;
    background-color: #e60e0e;
    opacity: .2;
    /* border-radius: 50%; */
    
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.slide-name {
    font-size: 14px;
    font-family: 'avenirnext-regular';
    text-transform: uppercase;
    display: block;
    padding-top: 13px;
    color: #ffffff;
}
.slide-option {
    font-family: 'avenirnext-DemiBold';
    opacity: .6;
    font-size: 12px;
    color: #ffffff;
}
.dots .dot:hover,
.dots .dot.active {
    opacity: 0.5;
    /* Adjusted opacity on hover and for the active dot */
}
.navbar-collapse {
    height: 5em;
    padding-top: 25px;
}
.navbar {
    padding-bottom: 0px !important;
}

/** APPLIANCE SLIDER**/

/*-- Responsive Design --*/
@media all and (max-width: @breakpoint) {
    .Rtable--collapse {
        display: block;
        >.Rtable-cell {
            width: 100% !important;
        }
        >.Rtable-cell--foot {
            margin-bottom: 1em;
        }
    }
}
// Non-Flex modernizer fallback
.no-flexbox .Rtable {
    display: block;
    >.Rtable-cell {
        width: 100%;
    }
    
    >.Rtable-cell--foot {
        margin-bottom: 1em;
    }
}
@media(max-width:1400px) {
    h4.banner-title,
    h1.banner-title,
    h2.banner-title {
        font-size: 3em;
    }
}
@media(max-width:1280px) {
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        height: 54vw;
    }
    
    .callbacks_tabs {
        left: 45%;
    }
}
@media(max-width:1080px) {
    .section_grids h3 {
        font-size: 28px;
    }
    
    .img img {
        margin-top: 0px;
    }
    
    .about h4 {
        font-size: 26px;
    }
    
    .team-grid h4 {
        font-size: 22px;
    }
    
    .feedback-top h4 {
        letter-spacing: 1px;
        font-size: 21px;
    }
    
    .inner-banner {
        min-height: 250px;
    }
    
    .location {
        width: 25%;
    }
    
    h1.heading,
    h2.heading,
    h3.heading {
        font-size: 45px;
    }
    
    .book p {
        width: 80%;
    }
    
    .pricing-grid1 p {
        padding: 5px;
    }
}
@media(max-width:1024px) {
    .nbs-flexisel-nav-right {
        right: -4%;
    }
    
    .nbs-flexisel-nav-left {
        left: -4%;
    }
}
@media(max-width:991px) {
    h4.banner-title,
    h1.banner-title,
    h2.banner-title {
        font-size: 2.5em;
        letter-spacing: 3px;
    }
    /* .navbar-light .navbar-toggler {
        border-color: #353535;
        background: #353535;
        border-radius: 0px;
    }
    .navbar-collapse {
        background: #333;
    }
    ul.navbar-nav.mx-auto.text-center {
        width: 30%;
        margin: auto;
    }
    .buttons {
        text-align: center;
    }
    .navbar-collapse {
        background: #333;
        padding: 2em 0;
    } */
    
    .dropdown-menu {
        padding: 0px;
        margin: 0;
        border: none;
        border-radius: 0;
        background: none;
        min-width: auto;
    }
    
    .dropdown-item {
        font-weight: normal;
        color: #eee;
        text-align: center;
        padding: 0.5rem 1rem;
    }
    
    .callbacks_tabs {
        left: 44%;
    }
    
    .feedback-top i.fas.fa-quote-right {
        font-size: 20px;
    }
    
    .downloadBtn {
        color: #bfbfbf !important;
        border: 1px solid #bfbfbf;
        padding: 6px 10px 6px 7px;
        /*margin-left: 17%;*/
    }
    /**APPLIANCE SLIDER*/
    
    .slider-wrapper {
        width: 98% !important;
        height: 310px !important;
        margin-top: 15px;
    }
    
    .dots {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.3rem;
        /* Adjusted gap for mobile */
        z-index: 1;
        margin-top: 10px;
        /* Adjusted margin-top for mobile */
        flex-wrap: nowrap;
        /* Ensures dots stay in a single line */
        overflow: auto;
        /* Enables horizontal scrolling if dots exceed the screen width */
        padding: 40px;
        /* Removed negative padding */
        margin-left: 0;
        /* Removed margin-left */
    }
    
    .main-wrapper {
        max-width: 98%;
        /* margin: auto; */
        display: inline;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* height: 100vh; */
    }
    
    .dots .dot {
        margin-top: 0;
        width: 1rem;
        /* Adjusted width for mobile */
        height: 1rem;
        /* Adjusted height for mobile */
        background-color: #e60e0e;
        opacity: 0.2;
        border-radius: 50%;
        transition: opacity 0.2s ease-in-out;
        cursor: pointer;
        margin-top: 80%;
    }
    
    .slides h1 {
        position: relative;
        top: 18rem;
        left: 1rem;
        backdrop-filter: blur(7px);
        width: 9rem;
        color: #e31e25;
        /* padding: 1rem; */
    }
    
    .slides h3 {
        position: relative;
        top: 8rem;
        left: 1rem;
        backdrop-filter: blur(7px);
        width: 9rem;
        color: #e31e25;
        /* padding: 1rem; */
    }
    /**APPLIANCE SLIDER*/
}
@media(max-width:800px) {
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        height: 60vw;
    }
    
    .footer_grids h3 {
        font-size: 23px;
    }
    
    .inner-banner {
        min-height: 215px;
    }
    
    .flexbox .image {
        width: 50%;
        padding: 0.5em;
    }
    /**APPLIANCES SLIDER*/
    
    .slider-wrapper {
        width: 98%;
        margin-top: 15px;
        height: 310px !important;
    }
    
    .slide-name {
        display: none;
    }
    
    .slide-option {
        display: none;
    }
    
    .main-wrapper {
        max-width: 98%;
        /* margin: auto; */
        display: inline;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        /* height: 100vh; */
    }
    
    .slides h1 {
        display: block;
        position: relative;
        top: 14rem;
        left: 1rem;
        backdrop-filter: blur(7px);
        width: 9rem;
        color: #e31e25;
        /* padding: 1rem; */
    }
    
    .container-fluid{
        padding-bottom: 10px;
    }
    
    .video-container {
        /* position: relative; */
        height: 180px;
    }
    
    .slides h3 {
        position: relative;
        top: 14rem;
        left: 1rem;
        backdrop-filter: blur(7px);
        width: 9rem;
        color: #e31e25;
        /* padding: 1rem; */
    }
    /**APPLIANCES SLIDER*/
}
@media(max-width:736px) {
    h4.banner-title,
    h1.banner-title,
    h2.banner-title {
        font-size: 2em;
        letter-spacing: 2px;
    }
    
    .callbacks_tabs {
        left: 42%;
    }
    
    .book p {
        width: 100%;
        font-size: 15px;
    }
    
    .book h3 {
        font-size: 35px;
    }
    
    .welcome p {
        font-size: 16px;
    }
    
    .nbs-flexisel-nav-right {
        right: -7%;
    }
    
    .nbs-flexisel-nav-left {
        left: -7%;
    }
    
    .location {
        width: 40%;
        left: 30%;
    }
    
    .map iframe {
        height: 300px;
        margin-bottom: 20px;
    }
    
    .item {
        height: 300px;
    }
    
    .modal {
        top: 20%;
    }
    
    .imgs {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 200px;
    }
}
@media(hover:none) {
    .homeProduct img {
        opacity: .7;
    }
    
    .homeProduct .hpImgContent {
        opacity: 1;
    }
    
    .bbb_deals img {
        opacity: .7;
    }
    
    .bbb_deals .hpImgContent {
        opacity: 1;
    }
    
    .hpImgContent {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 79%;
        left: 87%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
    
    .homeProduct .bbb_deals .hpImgContentInd {
        opacity: 1;
    }
    
    .hpImgContent {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
    
    .text {
        background-color: #353535;
        color: white;
        font-size: 16px;
        padding: 16px 32px;
        cursor: pointer;
        border: none;
    }
}
@media(max-width:667px) {
    h1.heading,
    h2.heading,
    h3.heading {
        font-size: 40px;
    }
}
@media(max-width:640px) {
    ul.navbar-nav.mx-auto.text-center {
        width: 35%;
    }
}
@media(max-width:600px) {
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        height: 70vw;
    }
    
    .banner-text {
        padding: 20vw 0 0;
    }
}
@media(max-width:568px) {
    ul.navbar-nav.mx-auto.text-center {
        width: 38%;
    }
    /* .navbar {
        padding: 1rem 0;
    } */
    
    .team-grid {
        padding: 0 5em;
    }
    
    .sreen-gallery-cursual {
        padding: 0 2em;
    }
}
@media(max-width:480px) {
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        height: 85vw;
    }
    
    .banner-text {
        padding: 26vw 0 0;
    }
    
    h4.banner-title,
    h1.banner-title,
    h2.banner-title {
        font-size: 1.8em;
        letter-spacing: 1px;
    }
    
    .callbacks_tabs {
        left: 24%;
    }
    
    h1.heading,
    h2.heading,
    h3.heading {
        font-size: 35px;
    }
    
    .photo_stats_left p {
        font-size: 2.5em;
    }
    
    .photo_stats_left h3 {
        font-size: 16px;
    }
    
    .sreen-gallery-cursual {
        padding: 0 1em;
    }
    
    .location {
        width: 50%;
        left: 25%;
    }
}
@media(max-width:414px) {
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        height: 95vw;
    }
    
    .slider-info a {
        font-size: 14px;
        padding: 10px 30px;
    }
    
    h4.banner-title,
    h1.banner-title,
    h2.banner-title {
        font-size: 1.6em;
        letter-spacing: 0px;
    }
    
    .banner-text {
        padding: 33vw 0 0;
    }
    
    .service-grids h3 {
        font-size: 20px;
    }
    
    .book h3 {
        font-size: 30px;
        letter-spacing: 0;
    }
    
    .book a,
    .section_grids a,
    .welcome a,
    .booking input[type="submit"] {
        font-size: 14px;
        padding: 10px 25px;
    }
    
    .section_grids h3 {
        font-size: 22px;
        line-height: 35px;
    }
    
    .modal-title {
        font-size: 22px !important;
        letter-spacing: 1px;
    }
    
    .team-grid {
        padding: 0 3em;
    }
    
    .about h4 {
        font-size: 23px;
        letter-spacing: 0;
    }
    
    .inner-banner {
        min-height: 180px;
    }
    
    .feedback-top h4 {
        font-size: 21px;
        line-height: 32px;
    }
}
@media(max-width:384px) {
    .about h4 {
        font-size: 21px;
        letter-spacing: 0;
    }
    
    .about p.top {
        font-size: 14px;
    }
    
    .photo_stats_left h3 {
        font-size: 14px;
        letter-spacing: .5px;
    }
    
    a.footer-logo {
        font-size: 29px;
    }
    
    h1.heading,
    h2.heading,
    h3.heading {
        font-size: 30px;
    }
}
@media(max-width:375px) {
    .bg1,
    .bg2,
    .bg3,
    .bg4 {
        height: 110vw;
    }
    
    .callbacks_tabs {
        left: 36%;
    }
    
    .section_grids h3 {
        font-size: 20px;
    }
    
    .footer_grids h3 {
        font-size: 21px;
    }
    
    .book h3 {
        font-size: 27px;
    }
    
    .book p {
        font-size: 14px;
    }
    
    .hpImgContent {
        transition: .5s ease;
        opacity: 0;
        position: absolute;
        top: 82%;
        left: 85%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
    
    .text {
        background-color: #353535;
        color: white;
        font-size: 14px;
        padding: 10px 20px;
        cursor: pointer;
        border: none;
    }
}
@media(max-width:1080px) {}
@media(max-width:1080px) {}
@media(max-width:1080px) {}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}

/*-- //Responsive Design --*/

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu a {
        position: relative;
    }
    
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    
    .navbar-brand>img {
        width: 100%;
        height: 100%;
    }
    
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

/* ============ small devices .end// ============ */