/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-FONTS-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@import '../node_modules/normalize.css/normalize.css';
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto&display=swap');


@font-face {
    font-family: 'mick1';
    src: url('C:/Users/m1ck_/Desktop/SS/##LOCALDEV/projects/therapy_foryou/asset/font/Satisfy-Regular.ttf');
    }
@font-face {
    font-family: 'mick2';
    src: url('C:/Users/m1ck_/Desktop/SS/##LOCALDEV/projects/therapy_foryou/asset/font/ArgentumSans-Light.ttf');
    }
@font-face {
    font-family: 'mick3';
    src: url('C:/Users/m1ck_/Desktop/SS/##LOCALDEV/projects/therapy_foryou/asset/font/Lora-Regular.ttf');
    }

/*---------------FONTS END---------------*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-MAIN-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
/*===---ALL FONT---=== */
p{
    font-family: 'EB Garamond', serif;
    color: #000000;
    line-height: 27px;
    font-size: 20px;
}
li{
    font-family: 'EB Garamond', serif;
}
a{
    font-family: 'EB Garamond', serif;
}
td{
    font-family: 'EB Garamond', serif;
}
/*===---ALL HEADINGS---=== */

h1, h2, h3, h4, h5, h6{
    font-family: 'Varela Round', sans-serif;
    color: #000000;
    text-align: center;
}

.html {
    scrollbar-width: normal;
    column-rule-color: #80BD9E;
    scroll-behavior: smooth;
}
/*===---SCROLLBAR---=== */
html::-webkit-scrollbar {
    width: 15px;
    
}
html::-webkit-scrollbar-thumb {
    background-color: #f2ad99;
    border-radius: 15px;
}
html::-webkit-scrollbar-track {
    border: 0.1px solid #f2ad99;
    border-radius: 15px;
    column-rule-color: #80BD9E;
    
}
img {
    width: 100%;
}

/*===---SECTION CLICKS---=== */

#sect1 {
    scroll-margin-top: 120px;
}

#sect2 {
    scroll-margin-top: 120px;
}
#sect3 {
    scroll-margin-top: 120px;
}
#sect4 {
    scroll-margin-top: -575px;
}


/*-------------------------MAIN PAGE----------------------------*/


p{
    font-family: 'EB Garamond', serif;
    
}

.section1{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    
}
.section2{
    
    padding-bottom: 20px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.section3{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.section4{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.section5{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.section6{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.section7{
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}



/*-------------------------MAIN END----------------------------*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-NAVBAR-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
    background: #f2ad99;
    padding: 25px 0;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}
.navbar .sticky{
    background: #f2ad99;
    padding: 10px 0;
}
.navbar .content{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}
.navbar .menu-list{
    display: inline-flex;
    align-items: center;
}
.menu-list li {
    list-style: none;
}
.menu-list li a{
    color: Black;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    font-family: 'Varela Round', sans-serif;
    transition: all 0.3s ease;
}
.menu-list li a:hover{
    color: #D5D6D2;
}
.content{
    max-width: 100%;
    margin: auto;
    padding: 0px 30px;
    
    justify-content: center;
    align-items: center;
}
.navbar .logo a {
    color: black;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Varela Round', sans-serif;
}
.icon {
    color: black;
    font-size: 28px;
    cursor: pointer;
    display: none;
}
.cancel-btn{
    position: absolute;
    right: 30px;
    top: 20px;
    color: black;
}

/*-------------------------NAVBAR END----------------------------*/


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-BANNER-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*
.banner{
    height: 65vh;
    background: url(C:/micksProjects/appliancecure/asset/img/AC07.jpg) no-repeat;
    background-size: cover;
    background-position:center ;
    background-attachment: fixed;
}
*/

/*-------------------------BANNER END----------------------------*/


/*---------------SCROLL UP BUTTON---------------*/

.scroll-btn {
    font-size:1rem;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999999;
    display: none;
    color: black;
}
.scroll-btn:hover {
    
}

/*-----------------------------SCROLLING TEXT-------------------------------------*/

.s1_r1 {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.s1_r1 img {
    height: 50vh;
}

.s1_r1 p{
    position: relative;
    text-align: center;
    font-size: 28px;
    top: 15px;
    font-family: 'Pacifico', cursive;
    color: #FF420E;
}

.main_log_out {
    position:absolute;
    top:35%;
    left:50%;
    transform:translate(-50%,-50%);
    
}
.main_log span {
    position: relative;
    font-family: 'Pacifico', cursive;
    top: -220px;
    text-align: center;
    font-size: 20px;
    background-color: none;
    margin-bottom: 0px;
    color: #FF420E;
    animation:fade 700ms ease-in-out forwards;
}

@keyframes fade {
    0% 
    {
        top:10px;
        left:10px;
        filter:blur(15px);
        opacity:0;
    }
    50% {
        filter:blur(10px);
        opacity:0.9;
    }
    100% {
        top:0px;
        left:0px;
        filter:blur(0px);
        opacity:1;
    }  
}

/*-------------------------SECTION 1----------------------------*/
.section1{
        
}
.section1 h1{
    text-align: center;
}
.section1 p{
    text-align: center;
}


/*-------------------------SECTION 1 END----------------------------*/

/*-------------------------SECTION 2----------------------------*/
.section2 {
    
}
.section2 .section2-row1{
    padding-top: 20px;
    
}
.section2 .section2-row1 img{
    margin-top: 15px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    
}

.section2 .section2-row1 h2{
    
}
.section2 .section2-row1 p{
    text-align: center;
}


/*-------------------------SECTION 2 END----------------------------*/

/*-------------------------SECTION 3----------------------------*/
.section3{
        
}
.section3-row1{
    display: block;
}
.section3-row1-p1{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;        
}
.section3-row1-p2{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section3 p{
    padding-top: 20px;
    text-align: center;
}
.section3 ul li{
    font-size: 18px;
    line-height: 27px;
    list-style: none;
    color: #000000;
    
}


/*-------------------------SECTION 3 END----------------------------*/ 

/*-------------------------SECTION 4----------------------------*/
.section4{
    width: 100%;
}
.section4 .section4-row1{
    display: block;
    justify-content: center;
    
}
.section4 .section4-row1 .box{
    max-width: 100%;
    
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 10px;
    margin: 10px;

}
.section4 .section4-row1 .box a{
    text-decoration: none;
    text-align: center;
}
.section4 .section4-row1 .box img{
    width: 100%;
    height: 70%;
}
.section4 .section4-row1 .box h4{
    position: relative;
    bottom: 0px;
    
}
.section4 .section4-row1 .box h5{
    color: #293d87;
    text-align: center;    
}

/*-------------------------SECTION 4 END----------------------------*/
    
/*-------------------------SECTION 5----------------------------*/
.section5{
            
}
.section5-row1{
            
}
.section5-row1 p{
    padding-top: 20px;
            
}
.section5-row2{
            
}
.section5-row2-p1{
    padding-top: 20px;
    display: block;
            
}
.section5-row2-p1 .map{
    width: 100%;       
    padding-top: 55px;
    padding-bottom: 155px;
    justify-content: center;    
    align-items: center; 
}
.section5-row2-p1 .contact{
    width: 100%;
    font-size: 20px;
}
.section5-row2-p1 .contact p{
    padding-right: 20px;
    padding-top: 20px;
}
.section5-row2-p1 .contact table{
    padding-top: 25px;
}
.section5-row2-p1 .contact table tr{
    padding: 5px 0px;
    width: 100%;
    
    
}
.section5-row2-p1 .contact table td{
    color: #000000;
    display: block;
}
.section5-row2-p1 .contact table td a{
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    

}
.section5-row2-p1 .contact table td a:hover{
    color: #f2ad99;
    font-weight: 700;        
}


.section5-row2-p1 .map iframe {
    width: 100%;
    height: 20vh;
    font-family: 'EB Garamond', serif;
    float: right;
    
    
}




/*-------------------------SECTION 5 END----------------------------*/
















































/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-PRELOADER ()-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#preloader {
    background: black;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.loader h1 {
    position: relative;
    font-size: 52px;
    
    color: #FFFFFF;
    text-align: center;
    top: 50%;
}

.loader.hidden {
    animation: fadeOut 5s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
/*-------------------------PRELOADER () END----------------------------*/
/*---------------CONSENT---------------*/
#consent-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 2rem;
    background-color: #f2ad99;
    transition: opacity 0.5s ease;
    font-family: 'EB Garamond', serif;
    font-size: 24PX;
}
#consent-popup a{
    text-decoration: none;
    font-weight: 700;
    color: #000000;
}
#consent-popup a:hover{
    font-weight: 900;
}
.hidden {
    opacity: 0;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-FOOTER-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
footer {
    display: flex;
    position: relative;
    width: 100%;
    /*stop: 500%; CHANGE THIS FOR EACH PAGE AND STORE IN INDIVIDUAL CSS*/
    height: 9rem;
    background-color: #f2ad99;
    text-align: center;
    justify-content: center;
    bottom: 0px;
    margin-top: 10px;
    /* border-top: 2px solid #969797; */
    
    
}
.socials {
    display: block;
    width: 100%;
    margin-top: 10px;
    
}
.social-items {
    display: inline;
    list-style: none;
    /*
    display: inline;
    position: relative;
    list-style: none;
    */
    top: 20px;
    left: 41%;
    font-size: 40px;
    padding: 10px;
    
    
    text-align: center;
    justify-content: center;
}
.social-items a{
    color: white;
    text-decoration: none;
}
.social-items a img{
    width: 15%;
}
.social-items a:hover{
    color: #651D32;
    transition: ease-in-out .5s;
}
.social-items a img:hover{
    color: #651D32;
    transition: ease-in-out .5s;
}


.socials .docs {
    justify-content: center;
    margin-top: -5px;
    padding-bottom: 10px;
    font-family: 'Lato', sans-serif;
    background-color: #f2ad99;
    
}
.socials .docs ul{
    background-color: #f2ad99;
    display: flex;
    text-align: center;
    justify-content: center;
}
.socials .docs ul li {
    list-style: none;
    padding: 5px;
}
.socials .docs ul li a{
    text-decoration: none;
    font-size: 15px;
    color: #651D32;
}

.docs .ss a{
    font-size: 10px;
    text-decoration: none;
    cursor: pointer;
    color: black;
}
/*---------------FOOTER END---------------*/


/*########################################################################################################################################################*/
/*########################################################################################################################################################*/
/*########################################################################################################################################################*/
/*########################################################################################################################################################*/
/*########################################################################################################################################################*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-DESKTOP-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

    @media only screen  and (min-width : 768px) {
    /*===---SECTION CLICKS---=== */

    #sect1 {
        scroll-margin-top: 700px;
    }

    #sect2 {
        scroll-margin-top: 70px;
    }
    #sect3 {
        scroll-margin-top: 100px;
    }
    #sect4 {
        scroll-margin-top: -200px;
    }
    /*-------------------------MAIN PAGE----------------------------*/

    h1, h2, h3, h4, h5, h6{
        font-family: 'Varela Round', sans-serif;
        color: #000000;
    }
    p{
        font-family: 'EB Garamond', serif;
        color: #000000;
        line-height: 27px;
        font-size: 20px;
    }

    .section1{
        padding-top: 25px;
        padding-left: 150px;
        padding-right: 150px;
        
    }
    .section2{
        padding-top: 25px;
        padding-bottom: 20px;
        padding-left: 150px;
        padding-right: 150px;
    }
    .section3{
        padding-top: 25px;
        padding-left: 150px;
        padding-right: 150px;
    }
    .section4{
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .section5{
        padding-top: 25px;
        padding-left: 150px;
        padding-right: 150px;
    }
    .section6{
        padding-top: 25px;
        padding-left: 150px;
        padding-right: 150px;
    }
    .section7{
        padding-top: 25px;
        padding-left: 150px;
        padding-right: 150px;
    }





    /*-------------------------NAVBAR----------------------------*/
    .navbar{
        position: fixed;
        z-index: 5;
        width: 100%;
        background: #f2ad99;
        padding: 25px 0;
        transition: all 0.3s ease;
    }
    .navbar .sticky{
        background: #f2ad99;
        padding: 10px 0;
    }
    .navbar .content{
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-between;
    }
    .navbar .menu-list{
        display: inline-flex;
    }
    .menu-list li {
        list-style: none;
        
    }
    .menu-list li a{
        color: black;
        text-decoration: none;
        font-size: 21px;
        font-weight: 500;
        margin-left: 25px;
        font-family: 'Varela Round', sans-serif;
        transition: all 0.3s ease;
        
    }
    .menu-list li a:hover{
        color: #000000;
        font-weight: 700;
        transition: 0.3s ease;
    }
    .navbar .content{
        max-width: 1250px;
        margin: auto;
        padding: 0px 30px;
        
        align-items: center;
    }
    .navbar .logo a {
        color: black;
        font-size: 30px;
        font-weight: 600;
        text-decoration: none;
    }
    /*-------------------------NAVBAR END----------------------------*/
    
    /*-----------------------------SCROLLING TEXT-------------------------------------*/
    .s1_r1 {
        position: relative;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .s1_r1 img {
        height: 70vh;
    }
    .s1_r1 h1{
        position: relative;
        text-align: center;
        font-size: 28px;
        top: 15px;
        font-family: 'Pacifico', cursive;
        color: #FF420E;
    }
    .main_log_out {
        position:absolute;
        top:30%;
        left:50%;
        transform:translate(-50%,-50%);
    }
    .main_log span {
        position: relative;
        top: -220px;
        text-align: center;
        font-size: 45px;
        background-color: none;
        margin-bottom: 0px;
        color: #FF420E;
        animation:fade 700ms ease-in-out forwards;
    }
    @keyframes fade {
        0% 
        {
        top:10px;
        left:10px;
        filter:blur(15px);
        opacity:0;
        }
        50% {
        filter:blur(10px);
        opacity:0.9;
        }
        100% {
        top:0px;
        left:0px;
        filter:blur(0px);
        opacity:1;
        }  
    }
    

    /*-------------------------SECTION 1----------------------------*/
    .section1{
        
    }
    .section1 h1{
        text-align: center;
    }
    .section1 p{
        text-align: center;
    }


    /*-------------------------SECTION 1 END----------------------------*/

    /*-------------------------SECTION 2----------------------------*/
    .section2 {
        
    }
    .section2 .section2-row1{
        padding-top: 20px;
        display: flex;
    }
    .section2 .section2-row1 img{
        width: 40%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        
    }
    
    .section2 .section2-row1 h2{
        
    }
    .section2 .section2-row1 p{
        padding-right:15px;
        text-align: left;
    }


    /*-------------------------SECTION 2 END----------------------------*/

    /*-------------------------SECTION 3----------------------------*/
    .section3{
            
    }
    .section3-row1{
        display: flex;
    }
    .section3-row1-p1{
        width: 60%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 30px;        
    }
    .section3-row1-p2{
        width: 40%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .section3 p{
        padding-top: 20px;
        text-align: left;
    }
    .section3 h3{
        
        text-align: left;
    }
    .section3 ul li{
        font-size: 18px;
        line-height: 27px;
        list-style: none;
        color: #000000;
        text-align: left;
    }


    /*-------------------------SECTION 3 END----------------------------*/ 

    /*-------------------------SECTION 4----------------------------*/
    .section4{
        width: 100%;
    }
    .section4 .section4-row1{
        display: flex;
        justify-content: center;
        
    }
    .section4 .section4-row1 .box{
        max-width: 30%;
        
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        padding: 10px;
        margin: 10px;

    }
    .section4 .section4-row1 .box a{
        text-decoration: none;
        text-align: center;
    }
    .section4 .section4-row1 .box img{
        width: 100%;
        height: 70%;
    }
    .section4 .section4-row1 .box h4{
        position: relative;
        bottom: -20px;
        
    }
    /*-------------------------SECTION 4 END----------------------------*/
        
    /*-------------------------SECTION 5----------------------------*/
    .section5{
                
    }
    .section5-row1{
                
    }
    .section5-row1 p{
        padding-top: 20px;
                
    }
    .section5-row2{
                
    }
    .section5-row2-p1{
        padding-top: 20px;
        display: flex;
                
    }
    .section5-row2-p1 .map{
        width: 50%;       
        padding-top: 55px;
        justify-content: center;    
        align-items: center; 
    }
    .section5-row2-p1 .contact{
        width: 50%;
        font-size: 20px;
    }
    .section5-row2-p1 .contact p{
        padding-right: 20px;
        padding-top: 20px;
    }
    .section5-row2-p1 .contact table{
        padding-top: 25px;
    }
    .section5-row2-p1 .contact table tr{
        padding: 8px 0px;
    }
    .section5-row2-p1 .contact table td{
        color: #000000;
    }
    .section5-row2-p1 .contact table td a{
        text-decoration: none;
        color: #000000;
        font-weight: 600;
        

    }
    .section5-row2-p1 .contact table td a:hover{
        color: #f2ad99;
        font-weight: 700;        
    }


    .section5-row2-p1 .map iframe {
        width: 100%;
        height: 40vh;
        font-family: 'EB Garamond', serif;
        float: right;
        
        
    }

    


    /*-------------------------SECTION 5 END----------------------------*/

    /*-------------------------SECTION 6----------------------------*/
    .section6{
                
    }
    .section6 h1{
        
    }
    .section6 p{
        
    }


    /*-------------------------SECTION 6 END----------------------------*/




        








    /*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-PRELOADER ()-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
    #preloader {
        background: black;
        height: 100vh;
        width: 100%;
        position: fixed;
        z-index: 100;
    }
    .loader {
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .loader h1 {
        position: relative;
        font-size: 52px;
        font-family: 'Varela Round', sans-serif;
        color: #FFFFFF;
        text-align: center;
        top: 50%;
    }
    .loader.hidden {
        animation: fadeOut 5s;
        animation-fill-mode: forwards;
    }
    @keyframes fadeOut {
        100% {
            opacity: 0;
            visibility: hidden;
        }
    }
    /*-------------------------PRELOADER () END----------------------------*/

    /*---------------SCROLL UP BUTTON---------------*/

    .scroll-btn {
        font-size:2rem;
        cursor: pointer;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9;
        display: none;
        
        color: black;
    }
    .scroll-btn:hover {
        font-weight: 900;
    }
    /*---------------CONSENT---------------*/
    #consent-popup {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1rem 2rem;
        background-color: #f2ad99;
        transition: opacity 0.5s ease;
        font-family: 'EB Garamond', serif;
        font-size: 24PX;
    }
    #consent-popup a{
        text-decoration: none;
        font-weight: 700;
        color: #000000;
    }
    #consent-popup a:hover{
        font-weight: 900;
    }
    .hidden {
        opacity: 0;
    }
    
    /*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-FOOTER-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
    footer {
        display: flex;
        position: relative;
        width: 100%;
        /*stop: 500%; CHANGE THIS FOR EACH PAGE AND STORE IN INDIVIDUAL CSS*/
        height: 9rem;
        background-color: #f2ad99;
        text-align: center;
        justify-content: center;
        bottom: 0px;
        margin-top: 10px;
        /* border-top: 2px solid #969797; */
        
        
    }
    .socials {
        display: block;
        width: 100%;
        margin-top: 30px;
        background-color: #f2ad99;
        
    }
    .social-items {
        display: inline;
        list-style: none;
        /*
        display: inline;
        position: relative;
        list-style: none;
        */
        top: 20px;
        left: 41%;
        font-size: 40px;
        padding: 10px;
        
        
        text-align: center;
        justify-content: center;
    }
    .social-items a{
        color: white;
        text-decoration: none;
    }
    .social-items a img{
        width: 4%;
    }
    .social-items a:hover{
        color: #651D32;
        transition: ease-in-out .5s;
    }
    .social-items a img:hover{
        color: #651D32;
        transition: ease-in-out .5s;
    }

    
    .socials .docs {
        justify-content: center;
        margin-top: -5px;
        padding-bottom: 10px;
        font-family: 'Lato', sans-serif;
        background-color: #f2ad99;
        
    }
    .socials .docs ul{
        background-color: #f2ad99;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    .socials .docs ul li {
        list-style: none;
        padding: 5px;
    }
    .socials .docs ul li a{
        text-decoration: none;
        font-size: 15px;
        color: black;
    }

    .docs .ss a{
        font-size: 10px;
        text-decoration: none;
        cursor: pointer;
        color: black;
    }
    /*---------------FOOTER END---------------*/




}
/*---------------------------MOBILE NAV HOVER SCREEN--------------------------------*/
@media (max-width:1024px) {
    body.disabledscroll {
        overflow: hidden;
    }
    .icon{
        display: block;
    }
    .icon.hide{
        display: none;
    }
    .navbar .menu-list{
        position: fixed;
        top: 0px;
        left: -100%;
        height: 150vh;
        width: 100%;
        max-width: 400px;
        background: #f2ac99ce;
        display: block;
        padding: 40px 0;
        text-align: center;
        transition: all 0.3s ease;
        
    }
    .navbar .menu-list.active{
        
        left: 0%;
    }

    .navbar .menu-list li {
        margin-top: 50px;
    }
    .navbar .menu-list li a{
        font-size: 26px;
        color: black;
        font-weight: 700;
    }
    .content{
        max-width: 1250px;
        margin: auto;
        padding: 0px 30px;
        
    }
    
    

}

@media only screen  and (min-width : 1600px) {
    /*-------------------------SECTION 2----------------------------*/
    .section2 {
            
    }
    .section2 .section2-row1{
        padding-top: 20px;
        display: flex;
    }
    .section2 .section2-row1 img{
        width: 20%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        
    }

    .section2 .section2-row1 h2{
        
    }
    .section2 .section2-row1 p{
        padding-right:15px;
        text-align: left;
        align-items: center;
    }


    /*-------------------------SECTION 2 END----------------------------*/

}


/*-----------------------------LOADER CSS--------------------------------*/

section.main-preloader {
    position: fixed;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 111;
    width: 100%;
}

section.main-preloader .loading.loading07 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





/* common */
.main-preloader .loading {
  font-size: 50px;
  font-family: 'Pacifico', cursive;
  font-weight: 800;
  text-align: center;
  color:#FF420E;
}
.main-preloader .loading span {
  display: inline-block;
  margin: 0 -0.05em;
}


/* code #7 */
.loading07 span {
  position: relative;
  color: rgba(0, 0, 0, 0.9);
   color:#FF420E;
}
.loading07 span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  opacity: 0;

  animation: loading07 5s infinite;
}
.loading07 span:nth-child(2)::after {
  animation-delay: 0.1s;
}
.loading07 span:nth-child(3)::after {
  animation-delay: 0.2s;
}
.loading07 span:nth-child(4)::after {
  animation-delay: 0.3s;
}
.loading07 span:nth-child(5)::after {
  animation-delay: 0.4s;
}
.loading07 span:nth-child(6)::after {
  animation-delay: 0.5s;
}
.loading07 span:nth-child(7)::after {
  animation-delay: 0.6s;
}
.loading07 span:nth-child(8)::after {
  animation-delay: 0.7s;
}
.loading07 span:nth-child(9)::after {
  animation-delay: 0.8s;
}
.loading07 span:nth-child(10)::after {
  animation-delay: 0.9s;
}
.loading07 span:nth-child(11)::after {
  animation-delay: 0.10s;
}
.loading07 span:nth-child(12)::after {
  animation-delay: 0.11s;
}
.loading07 span:nth-child(13)::after {
  animation-delay: 0.12s;
}

@keyframes loading07 {
  0%, 75%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    transform: scale(1);
    opacity: 1;
  }
}





body.no-scroll-loader {
    overflow: hidden !important;
	    display: block !important;
}


body.no-scroll-loader.body-scroll {
    overflow-y: scroll !important;
}

/*-----------------------------LOADER CSS END--------------------------------*/

.h2-seo {
    font-size: 2em;
}
@media(max-width:768px){
	.main-preloader .loading {
    font-size: 30px;
    
}
}

@media(max-width:375px){
	.main-preloader .loading {
    font-size: 24px!important;
    
}
}
@media(max-width:320px){
	.main-preloader .loading {
    font-size: 20px!important;
    
}
}