/*
Version: 1.0
Author: i360 Software Solution
Author Url: https://www.i360ss.com
*/

/* Commen */
button, input, textarea, select, a{
    outline: none !important;
}
button{
    cursor: pointer;
}
.title1{
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: 700;
    color: #2f3941;
    text-align: center;
}
.title2{
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    color: #2f3941;
}
.pg1{
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #2f3941;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.comBtn1{
    background-color: #3db26c;
    border: 0px;
    padding: 12px 25px;
    color: #fff;
    font-family: 'Aleo', serif;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(45, 193, 108, 0.5); -webkit-box-shadow: 0px 5px 10px rgba(45, 193, 108, 0.5);
    -moz-box-shadow: 0px 5px 10px rgba(45, 193, 108, 0.5); -o-box-shadow: 0px 5px 10px rgba(45, 193, 108, 0.5);
    transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s;
}
.comBtn1:hover{
    box-shadow: 0px 5px 10px rgba(45, 193, 108, 0.5), inset 0px 0px 10px 2px #57d583;
    -webkit-box-shadow: 0px 5px 10px rgba(45, 193, 108, 0.5), inset 0px 0px 10px 2px #57d583;
    -moz-box-shadow: 0px 5px 10px rgba(45, 193, 108, 0.5), inset 0px 0px 10px 2px #57d583;
    -o-box-shadow: 0px 5px 10px rgba(45, 193, 108, 0.5), inset 0px 0px 10px 2px #57d583;
}


/* Templating */
.main-container{
    margin-top: 170px;
}
.main-cont{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (max-width:768px){
    .main-container{
        margin-top: 0px;
    }
    .main-cont{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@keyframes bodyAnim{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

/* Screen padd */
.screen-padd1{
    padding-left: 80px;
    padding-right: 80px;
}
@media screen and (min-width: 1281px){
    .screen-padd1{
        padding-left: 200px;
        padding-right: 200px;
    }
}
@media screen and (max-width: 768px){
    .screen-padd1{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.backtoTop{
    position: fixed;
    bottom: 28px;
    height: 50px;
    right: 0px;
    display: none;
    z-index: 990;
}
.topBtn{
    opacity: 0.6;
    width: 30px;
    height: 30px;
    background-color: #3db26c;
    position: relative;
    right: 0px;
    text-align: center;
    font-size: 28px;
    color: #1b2125;
    transition: .3s; -webkit-transition: .3s; -moz-transition: .3s; -o-transition: .3s;
}
.topBtn:hover{
    opacity: 1;
}

/* Navigation menu */
nav{
    position: fixed;
    width: 100%;
    height: 120px;
    max-height: 120px;
    background-color: #fff;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
    transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s;
}
.main-logo{
    width: 230px;
    position: absolute;
    top: 20px;
    transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s;
}
.main-logo img{
    width: 100%;
}
.navbar h4{
    display: none;
    cursor: pointer;
}
nav .navbar{
    height: 50px;
    background-color: #2f3941;
    position: relative;
    top: 120px;
    transition: .5s; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0,0,0,0.1); -o-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    /*background: linear-gradient(#4abf79, #39a466);*/
}
.mob-menu-bars{
    display: none !important;
}
nav .navbar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style: none;
}
nav .navbar li{
    float: left;
    list-style: none;
    height: 50px !important;
    overflow: hidden;
    transition: .2s; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s;
}
nav .navbar a{
    color: #fff;
    text-decoration: none;
    padding: 17px 25px;
    font-size: 14px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
}
nav .navbar li:hover{
    background-color: #f7a61e;
}
.activeCls{
    background-color: #3db26c;
}
.glass1{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 899;
    display: none;
}
@media screen and (max-width: 768px){
    nav{
        width: 100%;
        height: 70px;
        max-height: 70px;
        background-color: #fff;
        margin-top: -3px;
        box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
        -o-box-shadow: 0px 3px 15px rgba(0,0,0,0.1);
    }
    .main-logo{
        width: 170px;
        top: 5px;
    }
    .navbar h4{
        position: absolute;
        font-size: 20px;
        display: block;
        color: #2f3941;
        font-family: 'Nunito Sans', sans-serif;
        right: 30px;
        margin-top: 22px;
    }
    nav .navbar{
        position: fixed;
        width: 70%;
        height: 100%;
        background: transparent;
        background-color: #fff !important;
        top: 0px;
        right: -1px;
        text-align: left;
        transform: translate(105%, 0%);
        -webkit-transform: translate(105%, 0%);
        -moz-transform: translate(105%, 0%);
        -o-transform: translate(105%, 0%); 
        z-index: 1000;       
        box-shadow: none;
    }
    .mob-menu-bars{
        display: block !important;
        position: fixed;
        top: 22px;
        right: 25px;
        color: #2f3941;
    }
    nav .menu{
        width: 100%;
        display: table;
    }
    nav .navbar ul{
        display: table-cell;
        vertical-align: middle;
        height: 100vh;
        width: 100%;
    }
    nav .navbar li{
        float: none;
        border-bottom: 1px solid #ddd;
        border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
    }
    nav .navbar a{
        width: 100%;
        color: #2f3941;
        font-size: 16px;
        font-weight: 900;
    }
    nav .navbar li:hover{
        background-color: transparent;
    }
    .activeCls a{
        color: #fff !important;
    }

}

/* Footer */
footer{
    width: 100%;
    height: 300px;
    padding-top: 25px;
    background-color: #293238;
    background-image: url("../img/footer-bg.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 23%;
    font-family: 'Roboto Slab', serif;
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 50%;
}
.foo-li{
    margin: 10px;
}
.foo-li li{
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #3a4752;
    font-size: 14px;
}
.foo-li li:hover{
    color: #a3b6c7;
}
.foo-li h4{
    font-size: 16px;
    font-weight: 700;
    color: #8d9fad;
}
.foo-li a{
    font-weight: 400;
    color: #8d9fad;
    text-decoration: none;
}
.foo-li p{
    color: #8d9fad;
    font-size: 14px;
    line-height: 1.5em;
}
.footer-bottom{
    background-color: #1b2125;
    position: relative;
    bottom: 0px;
    color: #3f4b56;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    margin-top: -8px;
}
.footer-bottom a{
    text-decoration: none !important;
    color: #3f4b56;
}
.footer-bottom span{
    float: right;
}
@media screen and (max-width:768px){
    footer{
        width: 100%;
        height: auto;
    }
    .footer{
        grid-template-columns: 50% 50%;
    }
    .foo-li:nth-child(3){
        width: 280px;
    }
}

/*
COLORS =========
green 01: #3db26c
green 02: #abc9ad
green 03: #eaf1dc (Light)

Primary Gray: #2f3941
Light Gray: #8d9fad

Orange: #f7a61e
Orange 02: #ed9617
Orange 03: #e07f1d


FONTS =========
font-family: 'Aleo', serif;
wheights: 300, 300i, 400, 400i, 700, 700i

font-family: 'Roboto Slab', serif;
wheights: 100, 300, 400, 700

font-family: 'Nunito Sans', sans-serif;
wheights: 900, 700, 700i, 600, 600i, 400, 400i, 300

*/