@import url('css2');
@import url('css2-1');
@import url('css2-2');

body{
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    color: #5f6367;
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -o-scroll-behavior: smooth;
    background-color: #f5f8fb;
}
html[lang="ar"] body{
    direction: rtl;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #343a40;
}

hr {
    border-top: 1px solid #e5e5e5;
}

img{
    width:100%;
}

input:focus, button:focus, textarea:focus{
    outline:0;
}

/*Header*/
header{
    background: #ffffff;
    padding: 50px 15px 70px;
    text-align: center;
    box-shadow: 0px 6px 40px #ccc;
    border-radius: 0px 0px 15% 15%;
    margin-bottom: 120px;

}
header .logo{
    display: inline-block;
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 8px;
    margin-bottom: 70px;
    position: relative;
    border: 1px solid #d0cccc;
}
header .logo:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: #d0cccc;
    left: 60px;
    top: -60px;
}
header .logo:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: #d0cccc;
    right: 60px;
    top: -60px;
}
header .logo img{
    width: auto;
}
.header-cont .header-cont-text h6{
    color: #003580;
}
.header-cont .header-cont-text h1{
    font-size: 32px;
    margin: 20px 0px;
}
.header-cont .header-cont-text p{
    color: #6e7275;
    font-size: 16px;
    margin-bottom: 60px;
}
.header-cont .header-cont-text .Buy-now-btn{
    display: inline-block;
    background-color: #13988a;
    padding: 16px 70px;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    position: relative;
    transition: all .5s ease-in-out;
    margin: 20px 20px 0px;
}
.header-cont .header-cont-text .Buy-now-btn span{
    position: absolute;
    right: 10px;
    top: -20px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0 0 25px -4px #908f8d;
}
.header-cont .header-cont-text .Buy-now-btn:hover{
    background-color: #017d70;
    text-decoration: none;
}
.header-cont .header-cont-text .Buy-now-btn span img{
    width: auto;
}
.header-cont .header-cont-text .preview-btn, .header-cont .header-cont-text .doc-btn{
    display: inline-block;
    padding: 16px 70px;
    border-radius: 50px;
    color: #353535;
    border: 1px solid #d0cccc;
    font-size: 18px;
    position: relative;
    transition: all .5s ease-in-out;
    margin: 40px 20px 0px;
}
.header-cont .header-cont-text .preview-btn i, .header-cont .header-cont-text .doc-btn i{
    position: absolute;
    right: 10px;
    top: -20px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0 0 25px -4px #908f8d;
    transition: all .5s ease-in-out;
}
.header-cont .header-cont-text .preview-btn:hover, .header-cont .header-cont-text .doc-btn:hover{
    background-color: #003580;
    border: 1px solid #003580;
    color: #fff;
    text-decoration: none;
}
.header-cont .header-cont-text .preview-btn:hover i, .header-cont .header-cont-text .doc-btn:hover i{
    color: #003580;
}

/*Home page Demo*/
.home-demo{
    padding-bottom: 70px;
}
.home-demo h2{
    text-align: center;
}
.home-demo p{
    text-align: center;
    margin-bottom: 70px;
}
.home-demo .home-page-demo{
    box-shadow: 0px 4px 16px #b9b9b9;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    display: block;
    transition: all .2s ease-in-out;
}
.home-demo .home-page-demo:hover{
    text-decoration: none;
    transform: scale(1.02);
}
.home-demo .home-page-demo img{
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 20px;
}
.home-demo .home-page-demo h3{
    font-size: 16px;
    font-weight: 400;
}
html[lang="ar"] .home-demo .home-page-demo h3{
    text-align: right;
}
.home-demo .home-page-demo h3 span{
    display: inline-block;
    background-color: #003580;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0px 10px;
}
.home-demo .home-page-demo:hover h3{
    color: #003580;
}

/*Call to action*/
.cal-to-action-bg{
    margin: 35px 0px 0px;
}
.cal-to-action-bg .cal-to-action{
    background: -moz-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ed2028), color-stop(100%, #223c7c));
    background: -webkit-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: -o-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: -ms-linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    background: linear-gradient(150deg, #ed2028 0%, #223c7c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
    border-radius: 0px;
    padding: 50px 0px 35px;
}
.cal-to-action-bg .cal-to-action h3{
    color: #fff;
}
.cal-to-action-bg .cal-to-action h6{
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

html[lang="ar"] .cal-to-action-bg .cal-to-action h3{
    text-align: right;
}
html[lang="ar"] .cal-to-action-bg .cal-to-action h6{
    text-align: right;
}
.cal-to-action-bg .cal-to-action a{
    width: 100%;
    background-color: #fff;
    color: #263b7a;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 12px;
    text-align: center;
    border-radius: 4px;
    transition: all ease-in-out .5s;
}
.cal-to-action-bg .cal-to-action a:hover{
    text-decoration: none;
    background-color: #e6e8ea;
}
.dflex{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.booking-demo{
    padding-bottom: 70px;
}

/*Listing page Demo*/
.listing-demo{
    background-color: #fff;
    padding: 90px 0px;
}
.listing-demo h2{
    text-align: center;
}
.listing-demo p{
    text-align: center;
    margin-bottom: 70px;
}
.listing-demo .listing-page-demo{
    box-shadow: 0px 4px 16px #b9b9b9;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    display: block;
    transition: all .2s ease-in-out;
}
.listing-demo .listing-page-demo:hover{
    text-decoration: none;
    transform: scale(1.02);
}
.listing-demo .listing-page-demo img{
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 20px;
}
.listing-demo .listing-page-demo h3{
    font-size: 16px;
    font-weight: 400;
}
html[lang="ar"] .listing-demo .listing-page-demo h3{
    text-align: right;
}
.listing-demo .listing-page-demo h3 span{
    display: inline-block;
    background-color: #003580;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0px 10px;
}
.listing-demo .listing-page-demo:hover h3{
    color: #003580;
}

/*User panel Demo*/
.user-demo{
    padding: 90px 0px;
}
.user-demo h2{
    text-align: center;
}
.user-demo p{
    text-align: center;
    margin-bottom: 70px;
}
.user-demo .user-page-demo{
    box-shadow: 0px 4px 16px #b9b9b9;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    display: block;
    transition: all .2s ease-in-out;
}
.user-demo .user-page-demo:hover{
    text-decoration: none;
    transform: scale(1.02);
}
.user-demo .user-page-demo img{
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 20px;
}
.user-demo .user-page-demo h3{
    font-size: 16px;
    font-weight: 400;
}
.user-demo .user-page-demo h3 span{
    display: inline-block;
    background-color: #003580;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0px 10px;
}
.user-demo .user-page-demo:hover h3{
    color: #003580;
}

/*Mobile Demo*/
.mobile-demo{
    padding: 90px 0px;
    background-color: #fff;
}
.mobile-demo h2{
    text-align: center;
}
.mobile-demo p{
    text-align: center;
    margin-bottom: 70px;
}
.mobile-demo .mobile-page-demo{
    box-shadow: 0px 4px 16px #b9b9b9;
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 30px;
    display: block;
    transition: all .2s ease-in-out;
}
.mobile-demo .mobile-page-demo:hover{
    transform: scale(1.02);
}
.mobile-demo .mobile-page-demo img{
    border-radius: 8px;
    margin-bottom: 20px;
}
.mobile-demo .mobile-page-demo h3{
    font-size: 16px;
    font-weight: 400;
}
html[lang="ar"] .mobile-demo .mobile-page-demo h3{
    text-align: right;
}
.mobile-demo .mobile-page-demo h3 span{
    display: inline-block;
    background-color: #003580;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0px 10px;
}
.mobile-demo .mobile-page-demo:hover h3{
    color: #003580;
}

/*Elements*/
.element-bg{
    padding: 90px 0px;
    text-align: center;
}
.element-bg p{
    margin-bottom: 70px;
}
.element-bg .element-cont{
    display: block;
    background-color: #fff;
    padding: 25px 10px;
    box-shadow: 0px 3px 12px #e8e8e8;
    border-radius: 6px;
    transition: all .5s ease-in-out;
    margin-bottom: 25px;
}
.element-bg .element-cont i{
    font-size: 42px;
    margin-bottom: 10px;
    color: #003580;
}
.element-bg .element-cont h4{
    font-size: 18px;
}
.element-bg .element-cont:hover{
    text-decoration: none;
    transform: scale(1.05);
}

/*Features*/
.features-bg{
    padding: 90px 0px;
    background-color: #fff;
}
.features-bg h2{
    text-align: center;
}
.features-bg h6{
    text-align: center;
    margin-bottom: 70px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.features-bg .feature-cont{
    margin-bottom: 25px;
    text-align: center;
}
.features-bg .feature-cont i{
    color: #003580;
    font-size: 30px;
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 3px 12px #d4dbe2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.features-bg .feature-cont h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.features-bg .feature-cont p{
    color: #787e84;
}
.caltoaction-bg{
    background-color: #003580;
    padding: 120px 0px;
    text-align: center;
}
.caltoaction-bg h6{
    color: #d6d4d4;
    font-weight: 400;
}
.caltoaction-bg h2{
    color: #fff;
    font-size: 52px;
    margin: 20px 0px 50px;
}
.caltoaction-bg a{
    display: inline-block;
    background-color: #fff;
    color: #003580;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 40px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all .5s ease-in-out;
}
.caltoaction-bg a:hover{
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}
footer{
    text-align: center;
    background-color: #fff;
}
footer a{
    display: inline-block;
    color: #003580;
    font-size: 15px;
    margin: 0px 15px;
    border-right: 1px solid #e9f0f7;
    padding-right: 15px;
    transition: all .5s ease-in-out;
}
html[lang="ar"] footer a{
    border-left: 1px solid #e9f0f7;
    border-right: unset;
    padding-left: 15px;
    padding-right: unset;
}
footer a img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
html[lang="ar"] footer a img {
    margin-left: 10px;
    margin-right: unset;
}
footer a:hover{
    text-decoration: none;
    color: #ee8b5d;
    
}

/*Buy theme or ask question*/
.buy-theme, .ask-question, .rtl-style{
    position: fixed;
    z-index: 999;
    background-color: #ffffff;
    color: #1a3580;
    padding: 6px 15px;
    box-shadow: 0px 4px 16px #d6d6d6;
    border-radius: 4px 0px 0px 4px;
    transition: all .5s ease-in-out;
}
html[lang="ar"] .buy-theme, html[lang="ar"] .ask-question, html[lang="ar"] .rtl-style{
    border-radius: 0px 4px 4px 0px;
}
.buy-theme{
    right: -90px;
    top: 50%;
}
html[lang="ar"] .buy-theme {
    left: -90px;
    right: unset;
}
.buy-theme i, .ask-question i, .rtl-style i{
    margin-right:15px;
    transition: all .2s ease-in-out;
}
html[lang="ar"] .buy-theme i, html[lang="ar"] .ask-question i, html[lang="ar"] .rtl-style i{
    margin-left:15px;
    margin-right:unset;
}
.buy-theme:hover, .ask-question:hover, .rtl-style:hover{
    text-decoration: none;
    background-color: #1a3580;
    color: #fff;
    box-shadow: 0px 4px 16px #afafaf;
    right: 0px;
}
html[lang="ar"] .buy-theme:hover, html[lang="ar"] .ask-question:hover, html[lang="ar"] .rtl-style:hover{
    left: 0px;
    right: unset;
}
.buy-theme:hover i, .ask-question:hover i, .rtl-style:hover i{
    margin-right:5px;
}
.ask-question{
    right: -120px;
    top: calc(50% + 50px);
}
html[lang="ar"] .ask-question{
    left: -120px;
    right: unset;
}
.rtl-style{
    right: -80px;
    top: calc(50% + 100px);
}
html[lang="ar"] .rtl-style{
    left: -80px;
    right: unset;
}

/*Back to top Start*/
#top {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 35px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    background-color: #1a3580;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
}
html[lang="ar"] #top{
    left: 35px;
    right: unset;
}
    #top:hover {
        background-color: #24449e;
    }
/*Back to top end*/






@media (max-width:767px){
    header {
        border-radius: 0px;
    }
    .header-cont .header-cont-text .Buy-now-btn {
        display: block;
        margin: 10px 0px 0px;
    }
    .header-cont .header-cont-text .preview-btn, .header-cont .header-cont-text .doc-btn {
        display: block;
        margin: 40px 0px 0px;
    }
    .caltoaction-bg h2 {
        font-size: 28px;
    }
}