body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}

body,
html {
    scroll-behavior: smooth;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    color: inherit;
}

a:hover,
a:focus,
button:focus,
input:focus {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4 {
    font-weight: 600;
}


b,
strong {
    font-weight: bolder;
    font-weight: 700;
}
img{max-width:100%}


@import url('https://fonts.googleapis.com/css2?family=Love+Light&family=Lovers+Quarrel&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
.space{
    padding-top: 70px;
    padding-bottom: 70px;
}
.cst-btn{
    display: inline-block;
    background-image: url(../images/button-bg.png);
    color: #FF4300;
    font-size: 16px;
    border-radius: 50px;
    padding: 8px 22px;
    font-weight: 600;
}

.cst-btn:hover{
    color: #000;
}
.sub-pra{
    line-height: 28px;
    margin-top: 20px;
    background-color: rgb(255 255 255 / 70%);
    padding: 10px;
    border-radius: 10px;
    color: #FF4300;
    font-size: 16px;
    margin-bottom: 40px;
    box-shadow: 1px 0px 19px 8px #fff;
}
.head span{
    background-color: #FF4300;
    font-size: 22px;
    color: #fff;
    padding: 6px 20px;
    font-weight: 500;
    position: relative; 
    margin-bottom: 20px;
    border-radius: 5px 0px;
    font-family: 'Lovers Quarrel', cursive;
    text-transform: capitalize;
    display: inline-block;
    box-shadow: 0px 0px 10px 1px #ff4300;
}
.head span:before{
    position: absolute;
    background-color: #FF4300;
    content: '';
    height: 2px;
    width: 60px;
    margin-bottom: 0;
    left: 0;
    top: -6px;
}
.head span:after{
    background-color: #FF4300;
    content: '';
    display: block;
    position:absolute;
    right:0;
    bottom: -6px;
    height: 2px;
    width: 60px;
}

.theme-header .custom-navbar{
    background-color: #FFEDE6;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FF4300;
}
.theme-header .custom-navbar .navbar-brand img{
    width: 60px;
}
.theme-header .custom-navbar .nav-item .nav-link{
    display: inline-block;
    color: #FF4300;
    margin-left: 30px;
    font-size: 16px;
    text-transform: capitalize;
     font-weight: 600;
     position: relative;
     transition: 0.5s;
}
.theme-header .custom-navbar .nav-item .nav-link:after{
    position: absolute;
    content: '';
    background-image: url(../images/nav-link.png);
    width: 148px;
    top: 0;
    left: -36px;
    height: 100%;
    display: none;
    background-size: cover;   
}
.theme-header .custom-navbar .nav-item .nav-link:hover:after{
    display: block;    
}
/*.theme-header .custom-navbar .nav-item .nav-link.active:after{
    display: block;
}
.theme-header .custom-navbar .nav-item .nav-link.active{
    color: #FF4300;
}*/
/*Header-css-end*/

/*Banner-css-start*/
.banner-section{
    background-image: url(../images/banner-bg.png);
    padding-top: 140px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-img img{
    width: 100%;
    margin-top: -44px;
}
.banner-content h1{
    font-size: 60px;
    color: #FF4300;
    position: relative;
    display: inline-block;
    background-image: url(../images/heading.png);
    width: 560px;
    height: 114px;
    padding-left: 14px;
    font-family: 'Lovers Quarrel', cursive;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.banner-content h1 span{
    margin-top: 18px;
    display: block;
}
.banner-content p{
    line-height: 28px;
    font-size: 16px;
}
.banner-content .cst-btn{
    margin-top: 50px;
}
/*Banner-css-end*/

/*About-css-start*/
.about-sec{
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about-sec-img{
    background-image: url(../images/about-img-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}
.about-sec-content{
    padding: 0px 20px;
}


/*About-css-end*/

/*Gallery-css-start*/
.gallery-sec{
    background-image: url(../images/galler-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-sec #gallery-slider .item img{
    width: 100%;
    border: 2px dashed #fff;
}

/*Gallery-css-end*/
/*App-views-css-start*/
.appview-sec{
    background-image: url(../images/appview-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.service-sec{
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/*App-views-css-end*/
/*Service-css-start*/
.service-inner{
    background-color: #fff;
    background-image: url(../images/service-shape.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px;
}
.service-inner img{
    width: 150px;
}
.service-inner h4{
    font-size: 22px;
    color: #FF4300;
    font-weight: 600;
    font-family: 'Lovers Quarrel', cursive;
    margin-bottom: 20px;
}
.sub-btn{
    background-color: #FF4300;
    color: #fff;
    border-radius: 50px;
}
.sub-btn:hover{
    background-color: #b33103;
    color: #fff;
}
.counter{
    background-color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
    color: #FF4300;
    margin-top: 20px;
}
.counter img{
    width: 100px;
    margin-bottom: 20px;
}
.counter h4{
    font-size: 22px;
    font-weight: 600;
}
.counter h6{
    font-family: 'Lovers Quarrel', cursive;
    font-size: 25px;
    font-weight: 600;
}
/*Service-css-end*/

/*Download-css-start*/
.download-sec{
    background-image: url(../images/download-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.download-cntnt h4{
    font-size: 40px;
    font-weight: 600;
    color: #FF4300;
    font-family: 'Lovers Quarrel', cursive;
    line-height: 75px;
}
.download-cntnt span{
    background-image: url(../images/headshape.png);
    width: 392px;
    height: 84px;
    display: inline-block;
}
/*Download-css-end*/
/*cta-css-start*/
.cta-sec{
    background-image: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-frm{
    background-color: #FFBFA8;
    padding: 20px;
    border-radius: 10px;
}
.cta-frm input{
    border-radius: 25px;
    height: 46px;
    border: 1px solid #FF4300;
}
.cta-frm textarea{
    border: 1px solid #FF4300;
}
/*cta-css-end*/
/*Footer-css-start*/
.cst-footer{
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}
.cst-footer h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0px 15px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Lovers Quarrel', cursive;
}
.cst-footer h4:before {
    position: absolute;
    content: "";
    top: 90%;
    left: 0;
    width: 80px;
    height: 1px;
    background-color: #fff;
}
.cst-footer h4:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 50px;
    height: 0px;
    border-bottom: 1px solid #fff;
}
.cst-footer .ftr-logo img{
    width: 60px;
    margin-bottom: 20px;
}
.cst-footer .ftr-logo span{
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 600;
}
.cst-footer .ftr-lnk li a{
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}
.cst-footer .ftr-lnk li a:hover{
    color: #FFBFA8;
}
.cst-footer .social a{
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #FFBFA8;
    color: #FFBFA8;
    border-radius: 50px;
    margin-top: 20px;
    margin-right: 10px;
    transition: 0.3s;
}
.cst-footer .social a:hover{
    background-color: #FFBFA8;
    color: #000; 
}
.copy-right{
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.copy-right a{
    display: inline-block;
    color: #FFBFA8;
    font-weight: 600;
}
/*Footer-css-end*/

.content h4{
    font-size: 22px;
    font-weight: 600px;
    margin: 10px 0px;
    color: #FF4300;
}
.content p{
    margin-bottom: 10px;
    line-height: 28px;
}
.navbar-toggler{
    background: #f44b0e;
    color: #fff;
    height: 40px;
    width: 45px;
    border-radius: 7px;
    font-size: 21px;
}
}