@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background-color: #2a2a2a;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    outline: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a:focus,
 :focus-visible {
    outline: none;
    box-shadow: none;
}

a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: 0;
}

 :link:focus,
 :visited:focus {
    outline: none;
}

ol,
ul,
dl {
    list-style: none;
    padding: 0;
}

.clear {
    clear: both;
}
.container{
    max-width: 1200px;
}

/* Top Navbar */

.top-navbar {
    background: #2a2a2a;
    position: relative;
    z-index: 1;
}
.top-header-add {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
}
.guest {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}

.guest a {
    color: #fff;
}

.guest i {
    padding: 0 5px 0 0;
}


.top-header-add div.phone {

    position: relative;
}
.top-header-add div.phone a {
    color: #fff;
    font-weight: 500;
}
.top-header-add div.phone a {
    color: #fff;
    font-weight: 500;
    padding: 0 0 0 19px;
    display: flex;
}
.top-header-add i {
    font-size: 18px;
    line-height: 20px;
    margin-right: 4px;
    text-align: center;
    font-weight: 700;
}


/* Slider Section */

.slider-bg {
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
}


/* about sections */

.about-bx {
    padding: 50px 0;
    background: #FFF;
}

.about-image {
    padding: 0 34px 0 0;
}

.about-descpt h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.about-descpt {
    padding: 0 0 0 0;
    margin: 0 0px 0 30px;
}

.about-descpt p {
    color: #767676;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Poppins';
}

.about-descpt h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

ul.list-ul {
    padding: 0px;
    margin: 16px 0 0 0px;
}

ul.list-ul li {
    padding: 0 0 0 0px;
    margin: 0px;
    color: #857a85;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 30px;
    /* background-image: url(../images/left-arrow.png); */
    background-size: 15px;
    /* background-repeat: no-repeat;
    background-position: 0 6px; */
}

ul.list-ul li i {
    color: #4e4c4c;
    padding: 0 6px 0 0;
}

.btn-more {
    color: #ffff;
    background: #2fa449;
    padding: 12px 41px;
    font-weight: 600;
    margin: 32px 0 0 0;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background-size: 201%;
    transition: .5s ease-out;
}

.btn-more:hover {
    background: #00a123;
    color: #fff;
}
.middle-sections{
    padding:80px 0px 10px 0 ;
    background-color: #b1b1b1;
}
.box-center {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
}
.cms-banner-img {
    margin: 0 -5px;
}

.cms-left {
    text-align: left;
}
.cms-right {
    text-align: right;
}
.cms-text .static-text.text1{
    font-size: 42px;
    display: block;
    line-height: 42px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #000;
    padding-bottom: 5%;
}
.cms-text .static-text.text2{
    font-size: 42px;
    display: block;
    line-height: 42px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10%;
}
.cms-center-text .static-wrapper {
    top: auto;
    right: 0px;
    left: 0px;
    bottom: 7px;
    text-align: center;
}
.cms-center-text .cms-text .static-text.text1{
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0px;
    padding-bottom: 2%;
}
.cms-center-text .cms-text .static-text.text2{
	display: block;
	font-size: 38px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: 0px;
	padding-bottom: 8%;
	color: #000;
}
.shop-now a {
	padding: 10px 30px;
	box-sizing: border-box;
	display: inline-block;
	background-color: #2e8bb0;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.shop-now a:hover{
	color:#fff;
}
.single-banner .cms-text .static-text.text1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    display: block;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 1%;
}
.single-banner .cms-text .static-text.text2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    display: block;
    letter-spacing: 0px;
    color: #fff;
    padding-bottom: 1%;
}
.single-banner .shop-now a {
    padding: 10px 24px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #2e8bb0;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
}
.single-banner .static-wrapper {
    left: 0px;
    right: 0px;
    text-align: center;
    top: 40%;
}

.shop-now .link-text {
    position: relative;
}
.cms-banner-inner {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.cms-banner-inner:hover:before {
    animation: 0.75s ease 0s normal none 1 running circle;
    -webkit-animation: 0.75s ease 0s normal none 1 running circle;
    -moz-animation: 0.75s ease 0s normal none 1 running circle;
    -o-animation: 0.75s ease 0s normal none 1 running circle;
}
@keyframes circle {
    0% {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }
    40% {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }
    100% {
        height: 200%;
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        width: 200%;
    }
}
.cms-banner-inner:before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 0;
    z-index: 2;
}
.tmpmela-single-banner {
    overflow: hidden;
    position: relative;
}
.static-wrapper {
    position: absolute;
    bottom: auto;
    text-align: right;
    top: 52%;
    text-transform: capitalize;
    margin: 0 auto;
    left: auto;
    right: 6%;
}
.tmpmela-single-banner .static-wrapper {
    top: 34%;
    bottom: auto;
}
.title-h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 25px 0;
    color:#fff
}
.categ-box ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    align-items: center;
}
.categ-box ul li {
    padding: 0;
    margin: 6px;
    max-width: 32.3%;
    position: relative;
    border: 0;
    height: 448px;
    overflow: hidden;
}
.categ-box ul li img {
    width: 100%;
    height: 100%;
    padding: 0;
    transition: all 0.5s;
}
.categ-box ul li img:hover {
    transform: scale(1.1);
}
.categ-box ul li h3 a {
    position: absolute;
    bottom: 37px;
    text-align: center;
    margin: auto;
    width: 45%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    font-size: 16px;
    border-radius: 3px;
    line-height: 39px;
    color: #000;
}
section.categories {
    background: #383434;
    padding: 70px 0;
}
/* testimonials */

.testimonials-bg {
    padding: 0 0 50px 0;
    background: url(../images/testimonials-bg.png);
    background-attachment: fixed;
    margin-top: 0;
}

.heading-testimonials h2 span {
    display: block;
    font-size: 16px;
    color: #0a76fd;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 12px;
}

.heading-testimonials h2 {
    font-weight: 700;
    font-size: 46px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 0 0;
    line-height: 64px;
    width: 67%;
}

.parents-slider {
    margin-top: 0;
    height: auto;
    padding: 30px 30px;
    width: 90%;
    margin: auto;
    position: relative;
}
.parents-slider.slick-initialized.slick-slider.slick-dotted{
    margin: auto;
}
.parents-descpt {
    display: flex !important;
}

.parents-img {
    display: flex;
    justify-content: flex-end;
}

.parents-text {
    position: relative;
    padding: 0 0 0 40px;
}

.parents-text::before {
    content: '';
    background: url(../images/quotes-icon.png);
    position: absolute;
    top: 0px;
    left: 40px;
    width: 126px;
    height: 97px;
    z-index: -1;
    background-size: 126px;
    opacity: 0;
}

ul.elementskit-stars {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 70px 0 6px 0;
}

ul.elementskit-stars li {
    padding: 0px 5px;
    margin: 0px;
    color: #fff;
}

ul.elementskit-stars li a {
    color: #fff;
    font-size: 18px;
}
ul.slick-dots {
    display: none !important;
}

.parents-text h3 {
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.parents-text h3 span {
    display: block;
    font-size: 13px;
}

.parents-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 20px 0 0;
    font-family: 'Rubik';
    text-align: center;
}

ul.parent-arrow {
    display: flex;
    justify-content: flex-end;
    width: 57%;
    margin: 40px 0 0px 0;
}

li.prev,
li.next {
    height: 50px;
    width: 50px;
    background: #FEFEFE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px;
    box-shadow: 0px 1.2px 3.6px rgba(0, 0, 0, 0.1), 0px 6.4px 14.4px rgba(0, 0, 0, 0.13);
}

li.prev:hover,
li.next:hover {
    background: rgb(219, 216, 216);
}


footer{
    background-color: #000;
    padding: 50px 0px 20px 0;
}
.ft-title {
    border-bottom:1px solid #746e6e;
    width: 90%;
    margin: auto;
}
.ft-title h4 {
    font-size: 16px;
    text-align: center;
    padding: 0 0 10px 0;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
ul.ft-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
    padding: 0px;
}
ul.ft-social li {
    width: 36px;
    height: 36px;    
    border-radius: 50%;
    margin: 30px 6px;
}
ul.ft-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    border: 2px solid #fffdfd;
    border-radius: 50%;
    transition: all 0.6s;
}
ul.ft-social li a:hover {
    background: #e3a739;
    border: 2px solid #e3a739;
    color: #000;
}
.address-bx {
    width: 78%;
    margin: auto;
    padding-top: 28px;
}
.address-bx p {
    text-align: center;
    color: aliceblue;
    font-size: 13px;
    line-height: 22px;
    margin: 0px;
    padding: 0px 0 7px 0;
}
.address-bx p a {
    text-align: center;
    color: aliceblue;
}
.ft-nav1 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0 0;
    margin: 0px;
    flex-wrap: wrap;
    flex-wrap: wrap;
}
.ft-nav1 ul li {
    border-right: 1px solid #fff;
    padding: 0px 21px;
    margin: 12px 0;
    line-height: 10px;
}
.ft-nav1 ul li:last-child{
    border: none;
}
.ft-nav1 ul li a {
    color: #fff;
    transition: all 0.5s;
}
.ft-nav1 ul li a:hover {
    color: #e3a739;
}
input.news-input {
    width: 83%;
    background: #424242;
    line-height: 43px;
    border: 1px solid #424242;
    margin: auto;
    margin-bottom: 12px;
}
button.btn-save {
    background: #e3a739;
    border: 1px solid #e3a739;
    width: 83%;
    margin: auto;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
.ft-nav {
    border-top: 1px solid #746e6e;
    margin: 28px 0 0px 0;
}
.ft-nav p {
    color: #fff;
    text-align: center;
    padding: 12px 0 0 0;
    letter-spacing: 0.3px;
}



/* Inner page header */
.inner-image {
    height: 350px;
    width: 100%;
    position: absolute;
    background-attachment: fixed;
    background-size: 100%;
}

.inner-overlay {
    background-image: url(https://quomodosoft.com/html/dawat/demo/img/pattarn.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(255 255 255 / 48%);
}

.inner-heading {
    padding: 88px 0px 75px 0;
    z-index: 1;
    position: relative;
}

header.header.navigation.inner-nav {
    background: transparent;
    box-shadow: initial;
}

h1.title-inner {
    font-weight: 700;
    font-size: 44px;
    color: #fff;
}

h1.title-inner span {
    font-weight: 300;
}

/* About Us */

.about-inner {
    padding: 40px 0;
    margin: 0;
    background: #4a4848;
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-img img {
    width: 100%;
}

.about-img::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    background: #2fa449;
    width: 120px;
    height: 120px;
    z-index: -1;
}

.about-img::after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -8px;
    background: #2fa449;
    width: 120px;
    height: 120px;
    z-index: -1;
}

.about-txt {
    padding: 0px;
    margin: 0px;
}

.about-txt h2 {
    font-size: 15px;
    color: #c7c7c7;
    position: relative;
}

.about-txt h2::before {
    content: '';
    background-color: #c7c7c7;
    position: absolute;
    height: 2px;
    width: 5000px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 10px);
}
.about-txt h3 {
    font-size: 36px;
    font-weight: 700;
    padding: 6px 0 16px 0;
    position: relative;
    margin: 0 0 0px 0;
    color: #dfdddd;
}
.about-txt h3 span {
    font-weight: 400;
}
.about-txt p {
    color: #c7c7c7;
    font-weight: 300;
    line-height: 30px;
}

.about-history {
    /* background-image: url(../images/history-bg.jpg); */
    background-color: #6a6a6a;
    width: 100%;
    height: auto;
    padding: 40px 0px;
}
.about-gray {
    background:#fff;
    width: 100%;
    height: auto;
    padding: 0px 0px;
}
.company-history h3 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    position: relative;
    padding: 0 0 15px 0;
    margin: 0 0 22px 0;
    color: #cfcece;
}

.company-history h3 span {
    font-weight: 400;
}

.company-history h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: #cfcece;
    width: 8%;
    height: 4px;
    margin: auto;
    right: 0;
    left: 0;
}
.company-history p {
    color: #c7c7c7;
    width: 76%;
    margin: auto;
    text-align: center;
    line-height: 25px;
}
.light-bx-ul {
    margin-top: 35px;
}

.light-bx-ul ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    justify-content: center;
}

.light-bx-ul ul li {
    padding: 0px;
    margin: 0 20px 50px 0;
    border: 1px double #d3d0d0;
    width: 47%;
    height: 250px;
    padding: 10px;
    border-radius: 9px;
}

.custom-formlt ul li {
    width: 30%;
}
.light-bx-ul ul li img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.light-bx-ul ul li img:hover {
    transform: scale(1.05);
}
.form-control{
    height: calc(2em + 0.75rem + 2px);
}
button.btn-submit {
    line-height: 38px;
}

.light-bx-ul ul li h4 {
    font-size: 16px;
    text-align: center;
    padding: 18px 0 3px 0;
    margin: 0 0 5px 0;
    color: #fff;
}

.left-address {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 16px 8px -12px rgb(17 17 17 / 13%);
    border: 1px solid rgb(201 203 236 / 32%);
    margin-bottom: 30px;
}

.map-descpt {
    width: 100%;
}

.map-descpt p {
    padding: 0 0 21px 0;
    margin: 0px;
    display: flex;
}

.map-descpt p span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 10px 0;
}

.map-descpt p i {
    padding: 0 11px 0 0;
    color: #000;
    font-size: 16px;
}
.map-descpt.directins-descpt p {
    padding: 0 0 12px 0;
}
.form-bx {
    background: #fff;
    padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0px 16px 8px -12px rgb(17 17 17 / 13%);
    border: 1px solid rgb(201 203 236 / 32%);
    margin-bottom: 30px;
}
.form-input {
    margin: 0 0 20px 0;
}
.btn-bg {
    background: #1b1b1b;
    border: 1px solid #a36e0f;
    width: 40%;
    line-height: 27px;
    transition: all 0.5s;
}
.btn-bg {
    background-color: #2a2a2a;
}
.form-input .form-control::placeholder {
    font-size: 13px !important;
    color: #858585;
}