@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700;800;900&display=swap');

.fonts {
    font-family: 'Poppins', sans-serif;
    font-family: 'Montserrat';
    font-family: 'Merriweather', serif;
}

:root {
    --primary_color: #3b0d82;
    --secondary_color: #ffffff;
    --text_color: #2e3242;
    --highlight_color: #1A1E5D;
    --light_color: #666;
}


#header {
    position: sticky !important;
    width: 100%;
    top: 0;
    z-index: 999 !important;
}

.nav_top {
    top: 0 !important;
    transition: all 1s;
}

.navbar {
    margin: 0 !important;
    border: none;
    border-radius: 0;
    width: 100%;
    background: #ffffff;
    margin: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .15);
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    color: #2e2e2e !important;
    padding: 5px 0 !important;
}

.navbar .navbar-nav>li>a {
    padding: 10px 15px !important;
    color: #2e2e2e;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 15px 10px;
    font-family: 'poppins';
    font-weight: 500;
}

.navbar .navbar-nav>li>a:hover {
    color: var(--secondary_color);
    background: var(--primary_color);
}

.nav_background {
    background: #ffffff !important;
    margin: 0 !important;
    transition: all 0.5s;
}

.nav_color {
    color: #000000 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: var(--secondary_color);
    background: var(--primary_color);
}

.dropdown li a {
    font-size: 15px !important;
    padding: 0px 30px;
    line-height: 40px;
    color: #1b2740;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-default .navbar-nav>.open>a {
    background: none !important;
    color: #ffffff;
}

.logo {
    padding: 15px 0 !important;
    font-size: 26px;
    letter-spacing: 0.8px;
    font-family: 'Montserrat';
    color: var(--primary_color);
    font-weight: 650;
    text-shadow: 0px 0px 15px rgba(59, 13, 130, 0.35) !important;
}


/* slider  */

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: var(--primary_color);
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    width: 55px;
    height: 55px;
    font-size: 24px;
    padding-top: 15px;
}

.carousel-control {
    opacity: 0.9;
    width: 6%;
}

.carousel-caption {
    right: 0;
    bottom: 50%;
    left: 0;
    width: 65%;
    margin: auto;
}

.coption_inner {
    padding: 30px;
    /* background: rgba(255, 255, 255, 0.8); */
    color: var(--secondary_color);
    transform: translateY(20%);
    position: absolute;
    width: 100%;
    animation-name: slide-content;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
    transition: all 1s;
}

@-webkit-keyframes slide-content {
    0% {
        transform: translateY(-50%);
        opacity: 0;
    }

    50% {
        transform: translateY(-50%);
        opacity: 0;
    }

    100% {
        transform: translateY(20%);
        opacity: 1;
    }
}

.slider_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 2px;
    text-shadow: 2px 2px #000000 !important;
}

.slider_p{
    font-family: 'poppins', sans-serif;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.65px;
    color: var(--secondary_color);
}

/* slider  */


#main {
    width: 100%;
    height: auto;
    padding: 80px 0;
}
#main_menu {
    width: 100%;
    height: auto;
    z-index: 9999 !important;
    box-shadow: 0px 0px 10px 0px rgba(59, 13, 130, .3);
    padding: 30px 20px;
    margin: auto;
    background: #ffffff;
}
.category_menu {
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 6px 10px !important;
    border: 1.5px solid rgb(59, 13, 130);
    font-family: 'poppins', sans-serif;
    letter-spacing: 0.5px;
    color: #222222;
    position: relative;
    /* background: #3b0d82 !important; */
    border-radius: 3px;
}
.category_menu:before{
    position: absolute;
    width: 30px;
    height: 30px;
    content:'';
    z-index: 9999 !important;
    right: 50%;
}


.theme_box {
    width: 100%;
    height: 400px;
    background: #ffffff;
    padding: 5px;
    overflow: hidden;
    vertical-align: bottom;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgb(59 13 130 / 15%);
    /* border-radius: 10px; */
    /* border: 1px solid #3b0d82; */
    margin-top: 40px;
}


.theme_box #theme_img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 390px;
    transition: 4.5s all ease;
}

.theme_box #theme_img:hover {
    object-position: bottom;
}

#templates{
    padding: 100px 0;
    background: #F6F6F8;
}
.theme_content{
    width: 100%;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    padding: 30px 15px;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
}
.theme_content:before{
    content: '\f0d8';
    position: absolute;
    font-family: 'FontAwesome';
    bottom: 55px;
    font-size: 50px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: #ffffff;
}
.template_name{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: #3b0d82;
    font-size: 20px;
}

a{
    color: inherit;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
a:focus{
    color: inherit;
    text-decoration: none;
}

#footer{
    width: 100%;
    height: auto;
    background: rgba(59, 13, 130, 0.7);
    padding: 50px;
}
.footer_h{
    color: #ffffff;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer_p{
    color: #ffffff;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    line-height: 28px;
    letter-spacing: 0.2px;
}
.footer_li{
    padding: 0;
}
.footer_li li{
    font-family: 'poppins', sans-serif;
    list-style: none;
    font-size: 14px;
    padding: 5px 0;
    color: #ffffff;
}
#copyrights{
    width: 100%;
    font-family: 'poppins', sans-serif;
    height: auto;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    background: #3b0d82;
    letter-spacing: 0.5px;
}

#testimonials{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #F6F6F8;
}
.testi_h{
    text-align: center;
    color: #3b0d82;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 30px !important;
}
.card{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 0;
}
.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid var(--primary_color);
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: var(--primary_color);
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    /* background: #fff; */
    /* box-shadow: 0 8px 30px -7px #c9dff0; */
    margin: 0 20px;
    padding: 0px 0;
    border-radius: 5px;
    border: 0;
}
.t_text{
    background: #3b0d82;
    padding: 15px;
}
.gtco-testimonials .card .card-img-top {
    border-radius: 50%;
    width: 85px;
    border: 5px solid var(--secondary_color);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    position: absolute;
    top: -55px;
}

.gtco-testimonials .card h5 {
    color: var(--secondary_color);
    font-size: 20px;
    letter-spacing: 0.7px;
    /* padding-bottom: 10px !important; */
    font-weight: 700;
    font-family: 'Montserrat';
    text-align: left;
}

.gtco-testimonials .card p {
    color: var(--text_color);
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    line-height: 29px;
    padding: 15px 0 !important;
}

.des {
    color: var(--secondary_color) !important;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    letter-spacing: 0.3px;
    font-size: 15px;
}

.gtco-testimonials .active {
    opacity: 1;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
    /* background: var(--primary_color); */
    transition: all 0.3s;
    border-radius: 10px;
}

.gtco-testimonials .card .card-body {
    background: var(--secondary_color);
    border-radius: 10px;
    padding: 20px 20px;
    height: 200px;
    position: relative;
    margin-bottom: 15px !important;
}

.gtco-testimonials .card .card-body:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 30px;
    height: 33px;
    /* background: url(../../images/t_img.png) no-repeat; */
    background-size: 15px 18px;
}


.gtco-testimonials .center h5 {
    font-size: 20px;
    /* color: var(--primary_color); */
}

.gtco-testimonials .center h5 span {
    color: var(--primary_color);
}

.gtco-testimonials .center p {
    color: var(--text_color);
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
    opacity: 1 !important;
}

#contact{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #ffffff;
}
#contact_form{
    width: 100%;
    height: auto;
    padding: 35px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.contact_input{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3b0d82;
    font-family: 'Poppins', sans-serif;
    color: #2e2e2e !important;
    letter-spacing: 0.2px;
    margin-top: 30px !important;
}
.form-control{
    height: auto;
}
::placeholder{
    font-family: 'Poppins', sans-serif;
    color: #2e2e2e !important;
}
.contact_btn{
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0px;
    background: #3b0d82;
    color: #ffffff;
    padding: 10px 25px;
    border: 1px solid transparent;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.l_translate {
    margin-top: 15px;
    color: var(--primary_color);
}


#plans {
    padding: 100px 0;
    background: #ffffff;
}


#price {
    text-align: center;
}

.plan {
    display: inline-block;
    margin: 10px 1%;
    font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 280px;
    max-width: 100%;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .15);
}



.entry-title>h3 {
    background: #20BADA;
    font-size: 20px;
    padding: 15px !important;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.entry-title .price {
    position: absolute;
    bottom: -25px;
    background: #20BADA;
    height: 95px;
    width: 110px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 80px;
    font-size: 22px;
    font-weight: 700;
}


.price span {
    position: absolute;
    font-size: 14px;
    top: 27px;
    left: 25px;
    font-weight: 400;
}

.entry-content {
    color: #323232;
}

.entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
}

.entry-content li span {
    font-size: 14px;
}


.entry-content li:last-child {
    border: none;
}



.basic .entry-title {
    background: #75DDD9;
}

.basic .entry-title>h3 {
    background: #44CBC6;
    padding: 15px !important;
}

.basic .price {
    background: #44CBC6;
}

.standard .entry-title {
    background: #4484c1;
}

.standard .entry-title>h3 {
    background: #3772aa;
    padding: 15px !important;
}

.standard .price {
    background: #3772aa;
}

.ultimite .entry-title>h3 {
    padding: 15px !important;
    background: #DD4B5E;
}

.ultimite .entry-title {
    background: #F75C70;
}

.ultimite .price {
    background: #DD4B5E;
}


.basic .price_offer {
    background: #44CBC6 !important;
}

.standard .price_offer {
    background: #3772aa !important;
}

.ultimite .price_offer {
    background: #DD4B5E !important;
}

.hot {
    position: absolute;
    top: -15px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 5px 10px;
    letter-spacing: 0.5px;
    font-size: 12px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}

.price_offer {
    background: #20BADA;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    border: 5px solid #ffffff;
    margin-top: 20px !important;
}

.entry-title {
    background: #53CFE9;
    height: 130px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 65px;
}

.o_price {
    padding-top: 20px !important;
    font-size: 15px;
    text-decoration: line-through;
}

.r_price {
    padding-top: 5px !important;
    font-size: 17px;
    font-weight: 600;
}

.per_year {
    color: #ffffff;
    font-size: 14px;
    padding-top: 5px !important;
}

.plan .btn {
    padding: 3em 0;
    text-align: center;
}

.btn a {
    background: #323232;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none
}

.btn a s {
    font-size: 12px;
    padding-right: 5px !important;
}
