@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.btn-primary{
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.front-theme{
    margin: auto;
    padding: 2px;
    border-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    margin-bottom: 20px;
}

.front-theme-btn{
    margin-top: 4px;
    margin-bottom: 4px;
}

.front-feature-icon{
    color: var(--theme-color);
    font-size: 52px;
}
  
.dropdown-item{
    margin-left: 5px;
    color: #666;
}

.dropdown-item.active{
    color: var(--theme-color);
}
.navbar-logo{
    height: 50px;
}
.features h2{
    padding-bottom: 10px;
    color: #555;
    font-size: 38px;
    font-weight: 400;
}
.mt-25{
    margin-top: 25px;
}
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.6);
       padding: 160px 0px;
    }  
/* over lay */

/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: var(--theme-color);
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: var(--theme-color);
        font-size: 30px;
        font-weight: bold;
        height: 90px;
        line-height: 35px;
        padding: 15px;
    }
.navbar-default .nav li a {
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    height: 90px;
    line-height: 58px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: var(--theme-color);
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: var(--theme-color);
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url(../../one/img/home-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 90px;
    text-align: center;
    width: 100%;
    }
#home h1
    {
        font-size: 42px;
        line-height: 50px;
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 30px;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start demo */
#demo
    {
        text-align: center;
        padding: 70px 50px;
        padding-bottom: 49px;
        background: #ffffff;
    }
#demo .fa
    {
        color: var(--theme-color);
        font-size: 60px;
    }
#demo h3
    {
        font-size: 20px;
    }
/* end demo */

/* start divider */
#divider
    {
        background: #f8f8f8;
        text-align: left;
        padding-top: 39px;
        padding-bottom: 49px;
    }
#divider .fa
    {
        color: var(--theme-color);
        font-size: 60px;
    }
#divider h3
    {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
#divider p
{
    min-height: 110px;
    font-size: 14px;
}
/* end divider */

/* start feature */
#feature
    {
        background: #f8f8f8;
        padding-top: 39px;
        padding-bottom: 49px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: var(--theme-color);
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 39px;
        padding-bottom: 49px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: var(--theme-color);
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start pricing */
#pricing
    {
        text-align: center;
        padding-top: 39px;
        padding-bottom: 30px;
    }
#pricing h2
    {
    padding-bottom: 10px;
    color: #555;
    font-size: 38px;
    font-weight: 400;
    }
#pricing .pricing
    {
        background: #f2f8fb;
            margin: 20px;
            border-radius: 5px;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: var(--theme-color);
        color: #fff;
        font-weight: 400;
        padding: 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
#pricing .pricing .pricing-title
    {
        font-weight:400;
    }
#pricing .pricing .pricing-title p
    {
    font-size: 30px;
    font-weight: 500;
    margin: 10px 0px 0px;
    line-height: 30px;
    display: inline-block;
    }
#pricing .pricing .pricing-title h6
    {
    font-size: 14px;
    font-weight: 100;
    color: #bae9ff;
    }
#pricing .pricing .pricing-title p sup {
        font-size: 14px;
        font-weight: 100;
        top: -20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 9px;
    }

#pricing .modules
{
    padding: 3px !important;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 21px;
}
#pricing .modules i {
    width: 17px;
    height: 17px;
    line-height: 18px;
    border-radius: 50%;
    text-align: center;
    background-color: #63ed7a;
    color: #fff;
    margin-right: 2px;
    font-size: 9px;
}
#pricing .modules i.text-danger {
    background-color: #fb5253;
}
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid var(--theme-color);
        border-radius: 0px;
        color: var(--theme-color);
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: var(--theme-color);
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 39px;
        padding-bottom: 49px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start contact */
#contact
    {
   /* background: url(../../one/img/contact-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
    width: 100%;
    
    }
.contact-overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(255, 255, 255, 0.1);
       padding-top: 30px;
    padding-bottom: 60px;
    }  
#contact h2
    {
        padding-bottom: 10px;
        color: #0f75bd;
        font-size: 38px;
    font-weight: 400;
    }
#contact h4    {
            color: #323232;
        font-weight: 100;
        font-size: 18px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: var(--theme-color);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 20px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
        
    }
#contact label {
        font-weight: 400;
        text-align: left !important;
        color: #323232;
        font-size: 14px;
    text-transform: uppercase;
    }
#contact input
    {
        height: 50px;background: #e2e8f0;
    }
#contact textarea
    {
        height: 100px;background:  #e2e8f0;
    }
#contact button
    {
        background: var(--theme-color);
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
        width: 200px;
        height: 55px;
}
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
        background-repeat: repeat;
        color: black !important;
        margin-top: 0;
        background: url(../img/bg-footer.png) repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        padding: 70px 0px 50px;
        font-size: 14px;
}
footer ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
footer ul li{
    padding: 7px 0px;
}
footer ul li.footer-title{
    font-size: 18px;
    text-transform: uppercase;
}
footer ul li a{
        color: #777;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
}
.footer-copyright
{
    text-align: center;
    background: #323232;
    padding: 15px;
}
.footer-copyright a{
    font-size: 14px;
    color: #ffffff;
}
/* end footer */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 20px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */

.templatemo-box .templatemo-box-inner{
    padding: 30px;
    background: rgb(255 255 255 / 75%);
    margin: 15px 5px;
    min-height: 315px;
}