/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Charm:400,700');

body {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #5f5f5f;
    letter-spacing: 1px;
}

/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-family: 'Nunito', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 60px;
    font-style: normal;
    line-height: 40px;
    font-weight: bold;
    color: #1c1d3e;
    letter-spacing: 0;
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    color: #1c1d3e;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
    font-weight: 500;
    color: #1c1d3e;
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #1c1d3e;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #1c1d3e;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #1c1d3e;
}

ul {
    margin: 0px;
    padding: 0px;
}

u {
    text-decoration-style: wavy;
}

body.home-2 h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

body.home-3 h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
}

body.home-4 h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', sans-serif;
}

body.home-5 h1, h2, h3, h4, h5, h6 {
    font-family: 'Cabin', sans-serif;
}

body.home-6 h1, h2, h3, h4, h5, h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}

/* ------------------------
    Helper class
------------------------*/
p {
    line-height: 1.7;
}

.lead {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.o-hidden {
    overflow: hidden;
}

.o-x-hidden {
    overflow-x: hidden;
}

.img-center {
    display: inline-block !important;
    max-width: 100%;
}

.pos-r {
    position: relative;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

h1 span {
    color: #2575fc;
}

section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
    position: relative;
}

.section-title p {
    font-size: 16px;
}

.align-item-middle {
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
}

.align-item-middle > div {
    width: 100%;
}

.la {
    line-height: inherit;
}

.font-w-3 {
    font-weight: 300;
}

.font-w-4 {
    font-weight: 400;
}

.font-w-5 {
    font-weight: 500;
}

.font-w-6 {
    font-weight: 600;
}

.font-w-7 {
    font-weight: 700;
}

.font-w-8 {
    font-weight: 800;
}

.font-w-9 {
    font-weight: 900;
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}

/*-- login signup --*/
#login-signup button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 20px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    outline: none;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

#login-signup button:active {
    transform: scale(0.95);
}

#login-signup button.ghost {
    /*background-color: transparent;*/
    border-color: #FFFFFF;
}

#login-signup form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

/*#login-signup input {*/
/*background-color: #fff7f1;*/
/*border: none;*/
/*padding: 10px 15px;*/
/*margin: 8px 0;*/
/*outline: none;*/
/*width: 100%;*/
/*}*/

#login-signup .container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

#login-signup .form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

#login-signup .sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

#login-signup .container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

#login-signup .sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

#login-signup .container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

#login-signup .forgot-password {
    transition: letter-spacing .3s ease-in-out;
}

#login-signup .forgot-password:hover {
    letter-spacing: 1px;
}

#login-signup .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

#login-signup .container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

#login-signup .overlay {
    background: #ffdabc;
    background: -webkit-linear-gradient(to right, #ffdabc, #eefff1);
    background: linear-gradient(to right, #ffdabc, #eefff1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #000;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

#login-signup .container.right-panel-active .overlay {
    transform: translateX(50%);
}

#login-signup .overlay-panel {
    position: absolute;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    flex-direction: column;
    padding: 30px 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

#login-signup .overlay-left {
    transform: translateX(-20%);
}

#login-signup .container.right-panel-active .overlay-left {
    transform: translateX(0);
    background: url(../images/signup.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}

#login-signup .overlay-right {
    right: 0;
    transform: translateX(0);
    background: url(../images/login.png) no-repeat;
    background-size: contain;
    background-position: bottom;
}

#login-signup .container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

#login-signup .social-container {
    margin: 20px 0;
}

#login-signup .social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

#home h1 {
    font-size: 25px !important;
}

/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #2575fc;
}

.text-black {
    color: #1c1d3e !important;
}

.text-grey {
    color: #999999;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}

/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: #02060b;
!important;
}

.grey-bg {
    background-color: #f3f5ff;
}

.theme-bg {
    background-color: #2575fc;
}

.transparent-bg {
    background-color: inherit !important;
}

.grediant-bg {
    background-color: rgb(0, 91, 234);
    background-color: linear-gradient(90deg, rgba(0, 91, 234, 1) 0%, rgba(37, 117, 252, 1) 80%);
}

/* ------------------------
    Border Radius
------------------------*/
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.radius-0 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.radius-1 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radius-2 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.radius-3 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.radius-4 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    min-height: 780px;
}

[data-bg-img] {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/footer-bg.png) no-repeat;
    background-color: #02060b;
}

.align-center {
    position: absolute;
    top: 22%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item {
    height: 100%;
}

.hero-bg {
    left: 0;
    position: absolute;
    top: 0;
}

.fullscreen-banner .img-side {
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    height: auto;
}

.banner h5 {
    background: #ffb58c;
    text-transform: uppercase;
    padding: 7px 15px;
    display: inline-block;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.home-6 .banner .bnr-box {
    background: #5c2ec2;
}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-pos-l {
    background-position: left;
}

.bg-pos-r {
    background-position: right;
}

.bg-pos-rt {
    background-position: right top;
}

.bg-pos-lt {
    background-position: left top;
}

.bg-pos-rb {
    background-position: right bottom;
}

.bg-pos-lb {
    background-position: left bottom;
}

#home {
    background: url("../images/01.png") no-repeat;
    background-attachment: fixed;
    background-position: 50% 47%;
    background-size: contain;
}

#about {
    /*background: rgba(255, 240, 230) url(../images/02.png) no-repeat;*/
    background: rgba(255, 255, 255);
    background-attachment: fixed;
    background-size: contain;
}

.orange-bg {
    background: rgba(252, 125, 8, 0.05);
}

/*--- privacy ---*/
#privacy{
    margin-top: 80px;
    padding:50px 0;
    background: #fffaf6;
}
#privacy h5{
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

/*--- blogs ---*/
#blogs {
    margin-top: 80px;
    background: #fffaf6;
}
.blog-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.blog-title h2{
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
.blog-search{
    position: relative;
}
.blog-search input{
    width: 400px;
    background: transparent;
    border: solid 1px #ffc699;
    padding: 10px 35px 10px 10px;
    border-radius: 30px;
    outline: none;
}
.blog-search .submit{
    border: none;
    background: #010101;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    padding: 12px 0;
    position: absolute;
    right: 1px;
}
.blog-search .submit i{
    font-size: 18px;
    color: #fff;
}

.card-img{
    position: relative;
}
.card-img .category{
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffb37c;
    padding: 3px 10px;
    border-radius: 50px;
}
.card-img .category h5{
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    line-height: 18px;
}
.card-img img{
    border-radius: 20px;
}

.card-content{
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 0 20px 20px 20px;
    width: 85%;
    margin-top: -80px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
}
.card-content h2{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-content p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-time{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-time .author{
    display: flex;
    align-items: center;
}
.post-time .author img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.post-time .author h6{
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
}

.post-time .time h6{
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
}

.loadmore {
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    padding: 0;
    z-index: 99;
}
.loadmore .spinner {
    display: inline-block;
    margin: 0 10px;
    width: 50px !important;
    height: auto !important;
    text-align: center;
}
.loadmore .spinner > div {
    background-color: #ddd;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
}
.loadmore .spinner .bounce1 {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    animation-delay: -0.32s;
}
.loadmore .spinner .bounce2 {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: -1px;
    animation-delay: -0.16s;
}
.loadmore .spinner .bounce3 {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    top: -2px;
}
.loadmore:hover .spinner > div {
    background-color: #333;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}


/*--- list grid card ---*/
.list-grid-card{
    display: grid;
    column-gap: 15px;
    grid-template-columns: 1fr 2fr;
    padding: 20px;
    margin: 20px 0;
    border:solid 1px #e4e4e7;
    border-radius: 20px;
}
.list-grid-card a{
    display: contents;
}
.list-grid-card:hover{
    border-color: transparent;
    background-color: #fff0e6;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);
}
.list-card-content .card-category{
    display: inline-block;
    background: #ffb37c;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.list-card-content .card-category h5{
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    line-height: 18px;
}
.list-card-img img{
    border-radius: 15px;
    width: 200px;
}

.list-card-content .heading-desc h2{
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-card-content .heading-desc p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
}


/*--- pagination ---*/
.pagination .page-item .page-link {
    border: 0;
    font-size: 13px;
    box-shadow: none;
    outline: 0;
    color: #889097;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    margin-right: 10px;
    box-shadow: 0 2px 4px hsla(0,0%,42.4%,0.2),0 0 0 transparent;
    transition: all .25s cubic-bezier(.02,.01,.47,1);
}
.pagination .page-item .page-link:hover{
    background: #fa5d03;
    color: #fff;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fa5d03;
}


/*--- tag ---*/
#tags,#tranding-topic{
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background: #f3f1f1;
    margin: 20px 0;
    overflow: hidden;
}
.tag-title{
    padding: 10px 20px;
    border-bottom: solid 1px #e4e4e4;
}
.tag-title h1{
    align-items: center;
    display: flex;
    margin:0;
    line-height: 30px;
}
.tag-title h1 i{
    margin-right: 10px;
    color: #fa5d03;
}

#tags .tag-content{
    padding: 20px;
}
#tags .tag-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#tags .tag-content li{
    margin: 0;
    padding: 0;
    display: inline-flex;
}
#tags .tag-content li a{
    display: block;
    background: #fff;
    color: #555;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 8px;
    margin: 0 5px 10px 0;
}
#tags .tag-content li a:hover,#tags .tag-content li a.active{
    background: #ffb37c;
    color: #fff;
}


.tranding-content ul,.popular-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tranding-content ul li,.popular-content ul li{
    margin: 0;
    padding:0;
    display: block;
    border-bottom: solid 1px #e4e4e4;
}
.tranding-content ul li:last-child,.popular-content ul li:last-child{
    border-bottom:none;
}
.tranding-content ul li a img,.popular-content ul li a img{
    width: 60px;
    border-radius: 10px;
    margin-right: 10px;
}
.tranding-content ul li a,.popular-content ul li a{
    margin: 0;
    padding: 15px 20px;
    display: flex;
}
.tranding-content ul li a:hover,.popular-content ul li a:hover{
    background: #f7b480;
}
.tranding-content ul li a h5,.popular-content ul li a h5{
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tranding-content ul li a h6,.popular-content ul li a h6{
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #333;
    margin: 0;
}


.popular-content ul li a img{
    width: 70px;
    border-radius: 10px;
    margin-right: 10px;
}

.popular-content ul li .author{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.popular-content ul li .author span{
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: 0;
}
.popular-content ul li .author span img{
    width: 30px;
    height: 30px;
    border-radius: 50%;;
}
.popular-content ul li .author span h6{
    font-size: 12px;
    letter-spacing: 0;
}

/*--- blog details ---*/
.blog-banner{
    margin-top: 80px;
    overflow: hidden;
}
.blog-banner img{
    border-radius: 20px;
    overflow: hidden;
}

#blog-detail{
    padding: 50px 0;
}
.banner-overly{
    position: absolute;
    bottom: 0;
    width: 97.5%;
    height: 100%;
    border-radius:20px;
    background-image: linear-gradient(rgba(255,255,255,0.1), rgba(0,0,0,0.8));
    z-index: 1;
}
.heading-tag{
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 2;
}
.heading-tag .tag h6{
    display: inline-block;
    background: #f17c28;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 13px;
    letter-spacing: 0;
    color: #fff;
}
.heading-tag .topic-head h1{
    font-family: 'Nunito', sans-serif;
    display: inline-block;
    color: #fff;
    font-size: 30px!important;
    letter-spacing: 0;
    line-height: 35px;
}

.heading-tag .author{
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-between;
}
.heading-tag .author img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
.heading-tag .author h6{
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
    color:#fff;
}

.description{
    margin-top: 20px;
}
.description p{
    font-size: 16px;
    color: #555;
    line-height: 24px;
}

ol{
    margin-bottom: 25px;
}
ol li{
    margin: 15px 0;
    font-size: 16px;
    color: #555;
    line-height: 24px;
}
.description h3{
    font-family: 'Nunito', sans-serif;
    font-size: 25px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}

#comment{
    margin: 30px 0;
}
#comment h3{
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0;
}
.comment-form textarea{
    width: 100%;
    border-radius: 20px;
    font-size: 14px;
    line-height: 24px;
    border:solid 1px #e5e7eb;
    color:#333;
    padding: 10px;
    outline: none;
}

ul.single-comment-list li{
    margin:20px 0;
    padding: 0;
    list-style: none;
}
ul.single-comment-list li:nth-child(2){
    margin-left: 50px;
}
ul.single-comment-list li:nth-child(3){
    margin-left: 100px;
}
ul.single-comment-list li .comment-card{
    display: flex;
}

.comment-avator{
    margin-top: 10px;
}
.comment-card .comment-avator img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 20px;
}
.comment-card .comment-area{
    padding: 15px;
    border:solid 1px #e4e4e7;
    border-radius: 20px;
    width: 100%;
}
.comment-area h1{
    font-size: 16px!important;
}

.comment-topbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.comment-topbar .avator-name-date{
    display: flex;
    align-items: center;
}
.comment-topbar .avator-name-date span{
    line-height: 10px;
    height: 18px;
    width: 10px;
}
.comment-topbar .avator-name-date h5{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 20px 0 0;
}
.comment-topbar .avator-name-date h6{
    font-size: 13px;
    letter-spacing: 0;
    color: #888;
    margin:0;
    font-weight: 600;
}

.comment-like-reply{
    margin: 20px 0 5px 0;
}
.comment-like-reply .like a,
.comment-like-reply .reply a{
    background: #ffc699;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
}
.comment-like-reply .like a:hover{
    background: #fa5d03;
}
.comment-like-reply .reply a:hover{
    background: #111;
}

.comment-dropdown .dropdown-menu{
    right: 0!important;
}
.comment-dropdown .dropdown-item{
    padding: .25rem 1rem;
    font-size: 12px;
    color:#888;
}
.reply-form{
    display: none;
    margin-top: 20px;
}



/* ------------------------
    Section Title
------------------------*/
.title {
    position: relative;
    color: #1c1d3e;
    margin-bottom: 0;
}

.dark-bg .title, .theme-bg .title, .theme-bg .section-title h6 {
    color: #ffffff
}

.section-title h6 {
    padding: 15px 0 15px 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.section-title h2 {
    margin-bottom: 15px;
}

.section-title p {
    margin-bottom: 0;
}

.title-effect {
    width: 50px;
    height: 50px;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.2;
    animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect {
    left: 50%;
    margin-left: -25px;
}

.text-center .section-title h6 {
    padding: 15px 0;
}

.title-effect .bar {
    background: #ffa05d;
}

.title-effect .bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}

.title-effect-2 {
    height: 50px;
    position: relative;
    width: 50px;
    margin-bottom: 15px;
    animation: inherit;
    opacity: 1;
}

.title-effect-2 .ellipse {
    width: 100%;
    height: 100%;
    background: #2575fc;
    border-radius: 50%;
    animation: ellipse-animation 2.4s cubic-bezier(0, -0.26, 0.32, 1.22) 0s infinite;
    transform: rotate(0deg);
}

.title-effect-2 i {
    position: absolute;
    top: 5%;
    left: 20%;
    color: #ffffff;
    font-size: 30px;
}

.theme-bg .title-effect .bar, .theme-bg .title-effect-2 .ellipse {
    background: #ffffff;
}

.theme-bg .title-effect-2 i {
    color: #2575fc;
}

/* ------------------------
    Pre Loader
------------------------*/
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #ff8117;
    z-index: 9999;
}

.loading:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border: 6px solid #f2f2f2;
    border-top: 6px dotted #f2f2f2;
    border-bottom: 6px dotted #f2f2f2;
    border-radius: 50%;
    animation: loading 2s infinite;
}

.loading:before {
    font-family: 'Lobster', cursive;
    font-size: 20px;
    letter-spacing: 1px;
    color: white;
    content: "Loading...";
    position: absolute;
    top: 57%;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
}

@keyframes loading {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(360deg);
    }
}

#AliRanjbar {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 13px;
    color: #444;
    font-family: 'Acme', sans-serif;
    z-index: 99;
}

/* ------------------------
    Countdown
------------------------*/
.countdown {
    margin: 50px 0;
    padding: 50px 0;
    display: table;
    width: 100%;
    border-top: 2px dashed rgba(255, 255, 255, 0.5);
    border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
}

.countdown > li {
    font-weight: 700;
    text-align: center;
    list-style-type: none;
    display: table-cell;
    width: auto;
}

.countdown > li span {
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    display: inline-block;
}

.countdown > li p {
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 0;
    color: #1c1d3e;
}

.coming-soon .subscribe-form {
    margin: 0 auto;
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {
    background: #fff;
    padding: 50px 10px;
    width: 100%;
    text-align: center;
    border-radius: 7px;
}

/* ------------------------
    Contact
------------------------*/
.contact-media {
    background: #ffffff;
    text-align: center;
    padding: 50px 30px;
    border-radius: 7px;
    border-bottom: 3px solid #2575fc;
}

[class*='col-']:nth-child(2) .contact-media {
    border-bottom: 3px solid #005bea;
}

.contact-media i {
    line-height: 70px;
    font-size: 70px;
    color: #2575fc;
    margin-bottom: 30px;
    display: inline-block;
}

.contact-media span {
    font-size: 16px;
    color: #1c1d3e;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.contact-media p {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-media a {
    color: #1c1d3e;
}

.contact-media a:hover {
    color: #2575fc;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

label {
    font-size: 14px;
    color: #1c1d3e
}

.form-control {
    height: 45px;
    border-radius: 5px;
    font-size: 13px;
    color: #1c1d3e;
    background: #fff;
    border: 1px solid #d6d6d6;
}
.login-input{
    height: 42px;
    border-radius: 0;
    font-size: 13px;
    color: #1c1d3e;
    background: #fff;
    border: none;
    width: 100%;
    padding: 0;
    outline: none;
    border-bottom: solid 2px #fcab7b;
}

::placeholder{
    color:#fcab7b;
}

.theme-bg .form-control .dark-bg .form-control {
    background: none;
    border: 5px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .form-control, .theme-bg .form-control {
    color: #ffffff;
}

.grey-bg .form-control {
    background: #ffffff
}

textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #2575fc;
}

.theme-bg .form-control:focus {
    border-color: #2575fc;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 600px !important;
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 15px;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #555;
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:-ms-input-placeholder {
    color: #555;
}

.form-control:-moz-placeholder {
    color: #555;
}

.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder {
    color: #ffffff;
}

/* ------------------------
    Video
------------------------*/
.video-btn {
    position: relative;
    display: inline-block;
}

.video-btn .play-btn {
    font-size: 30px;
    background: #2575fc;
    color: #fff;
    line-height: 50px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: inline-block;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color, background, border-color;
    transition-property: color, background, border-color;
}

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99;
}

.theme-bg .video-btn .play-btn, .dark-bg .video-btn .play-btn {
    background: #ffffff;
    border-color: #ddd;
    color: #2575fc;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.html5-video video {
    width: 100%;
}

.video-btn .spinner-eff {
    left: 50%;
    top: 50%;
}

/* ------------------------
    Image Box
------------------------*/
.img-box {
    background: #ffffff;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
}

.img-box img {
    width: 100%;
}

.box-loader {
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 15px;
}

.box-loader span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #f87324;
    margin: 0 5px;
    opacity: 0;
}

.box-loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.box-loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite;
}

/* ------------------------
    Side Background
------------------------*/
.img-side img {
    max-width: 100%
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
}

.image-column.right {
    left: inherit;
    right: 0;
}

/* ------------------------
    Error Page
------------------------*/
.error-page {
    font-size: 350px;
    font-weight: bold;
    line-height: 250px;
    font-family: 'Charm', cursive;
}

.error-page > span {
    display: inline-block;
    position: relative;
    color: #2575fc;
}

.error-page > span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.error-page > span:nth-of-type(1) {
    color: #2575fc;
    animation: colordancing 4s infinite;
}

.error-page > span:nth-of-type(3) {
    color: #00c9ff;
    animation: colordancing2 4s infinite;
}

.error-page > span:nth-of-type(2) {
    width: 250px;
    height: 120px;
    border-radius: 999px;
}

.error-page > span:nth-of-type(2):before,
.error-page > span:nth-of-type(2):after {
    border-radius: 0%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 999px;
    box-shadow: inset 30px 0 0 rgba(0, 201, 255, 0.4),
    inset 0 30px 0 rgba(5, 248, 161, 0.4), inset -30px 0 0 rgba(255, 8, 68, 0.4), inset 0 -30px 0 rgba(255, 81, 47, 0.4);
    animation: shadowsdancing 4s infinite;
}

.error-page > span:nth-of-type(2):before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

/* ------------------------
    List Icon
------------------------*/
.list-icon li {
    position: relative;
    padding-left: 30px;
}

.list-icon li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #2575fc;
    font-size: 22px;
    line-height: 20px;
}

.list-icon-2 li {
    padding-left: 20px;
    position: relative;
}

.list-icon-2 li:before {
    content: "";
    background: #2575fc;
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 2px;
    border-radius: 4px;
}

.custom-li {
    display: inline-block;
}

.custom-li li {
    float: left;
    margin-bottom: 15px;
    width: calc(100% / 2);
}

/* ------------------------
    Bg Animated Image
------------------------*/
.info-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    width: 100%;
    content: "";
    background-image: url(../images/pattern07.png);
    z-index: -1;
}

.bg-effect::after {
    background: #fafaff;
    top: 0;
    content: "";
    left: 25%;
    position: absolute;
    right: 0;
    z-index: -1;
    height: 100%;
    border-top-left-radius: 50%;
}

.bg-effect.right::after {
    left: 0;
    right: 25%;
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
}

.bg-effect-2::before {
    background: #fff;
    top: -50px;
    content: "";
    height: 120px;
    left: 0;
    overflow: visible;
    position: absolute;
    transform: skewY(4deg);
    width: 100%;
}

.bg-effect-3::after {
    background: #fff;
    bottom: -50px;
    content: "";
    height: 120px;
    left: 0;
    overflow: visible;
    position: absolute;
    transform: skewY(-4deg);
    width: 100%;
}

.bg-effect-4::after {
    background: #2575fc;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    content: "";
    height: 80%;
    right: -20%;
    position: absolute;
    top: 10%;
    transform: rotate(-5deg);
    width: 70%;
    z-index: -1;
}

.bg-animation {
    position: absolute;
    top: -100px;
    left: 0;
}

.wave-shape {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
}

.wave-bg > use {
    animation: move-forever 20s linear infinite;
}

.wave-bg > use:nth-child(1) {
    animation-delay: -2s;
}

.wave-bg > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 10s;
}

.wave-bg > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 8s;
}

.wave-animation {
    display: block;
    width: 100%;
    height: 8em;
    max-height: 100vh;
    margin: 0;
    position: absolute;
    bottom: -40px;
}

/* ------------------------
    How It Work
------------------------*/
.work-process {
    position: relative;
}

.step-num {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
    color: #005bea;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    right: 0;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.theme-bg .work-process h4, .theme-bg .work-process p {
    color: #ffffff;
}

.step-icon {
    background: #ffffff;
    width: 140px;
    height: 140px;
    position: relative;
    border: 3px solid #fafaff;
    border-radius: 50%;
    line-height: 140px;
    font-size: 40px;
    text-align: center;
    color: #1c1d3e;
}

.step-icon span {
    position: relative;
}

.step-icon span::after, .step-icon span::before {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: -1;
}

.step-icon span::after {
    background: #cdf3f6;
    height: 25px;
    left: -10px;
    top: 5px;
    width: 25px;
}

.step-icon span::before {
    background: #d4f8e6;
    bottom: 0;
    right: -10px;
}

.dark-bg .step-icon {
    color: rgba(255, 255, 255, 0.9);
    background: none;
}

.dark-bg .step-desc h4 {
    color: #2575fc;
}

.dark-bg .step-icon {
    border-color: rgba(255, 255, 255, 0.1);
}

.dark-bg .step-desc p {
    color: rgba(255, 255, 255, 0.7);
}

.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.work-process .box-loader {
    position: absolute;
    top: 30%;
    right: -15%;
    left: inherit;
}

.work-process.style-2 {
    padding: 0;
    display: flex;
    align-items: center;
}

.work-process.style-2:before {
    display: none;
}

.work-process.style-2 .step-num-box {
    margin-bottom: 0;
    margin-right: 30px;
}

.work-process.style-3 {
    padding: 70px 30px 0;
}

.work-process.style-3 .step-num {
    background: none;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.1);
    font-size: 120px;
    height: auto;
    left: 50%;
    line-height: 120px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto;
}

#svg-container {
    position: absolute;
    width: 100%;
    left: 52%;
    z-index: -1;
    transform: translateX(-50%);
    width: 75%;
}

#svgC {
    margin: 0 auto;
    width: 100%;
}

/* ------------------------
    Spinner
------------------------*/
.spinner-eff {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0;
}

.spinner-eff .spinner-circle {
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1);
    transform-origin: center center;
}

.spinner-eff .circle-1 {
    width: 100%;
    height: 100%;
    background-color: #60f691;
    top: 0;
    animation: pulse 1.6s linear 0s infinite;
}

.spinner-eff .circle-2 {
    width: 66.6%;
    height: 66.6%;
    background-color: #0cca4a;
    top: 16.5%;
    animation: pulse-2 1.6s linear 0s infinite;
}

/* ------------------------
    Hexagon
------------------------*/
.hexagon-bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    display: flex;
}

.hexagon-bg.style-2 {
    top: 50%;
}

.hexagon {
    position: relative;
    margin: 0 auto;
    width: 10em;
    height: 17.32em;
    border-radius: 1em/.5em;
    background: #fafaff;
    transition: opacity .5s;
}

.hexagon:before, .hexagon:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: '';
}

.hexagon:before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hexagon:after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hexagon:nth-child(2n+2) {
    margin-top: 20px;
}

.hexagon-bg.style-2 .hexagon {
    background: #ff0844;
    opacity: 0.050
}

/* ------------------------
    Timeline
------------------------*/
.timeline {
    position: relative;
    margin: 0 auto;
}

.timeline:after {
    content: '';
    position: absolute;
    width: 5px;
    background: #fafaff;
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -2px;
}

.timeline--first:after {
    top: 20px;
}

.timeline-title {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.timeline-title h2 {
    background: #ffffff;
    color: #2575fc;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 24px;
    line-height: 30px;
}

.timeline-inner {
    padding: 10px 30px 40px 30px;
    width: 50%;
    position: relative;
    background-color: inherit;
}

.timeline-right {
    margin-left: 50%;
}

.timeline-content {
    padding: 20px 30px;
    background: #ffffff;
    position: relative;
    border-radius: 7px;
}

.timeline-content h3 {
    font-size: 20px;
    color: #1c1d3e;
    font-weight: bold;
}

.timeline-inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -16px;
    margin: auto;
    height: 32px;
    width: 32px;
    border: 3px solid #2575fc;
    border-bottom: 3px solid transparent !important;
    border-radius: 50%;
    z-index: 9;
    background: #ffffff;
    -webkit-animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3-1 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

.timeline-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #005bea;
    border-radius: 50%;
    z-index: 9;
    -webkit-animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-3-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

.timeline-right.timeline-inner::before {
    right: inherit;
    left: -16px;
}

.timeline-right.timeline-inner::after {
    right: inherit;
    left: -3px;
}

.timeline-content:before, .timeline-content:after {
    content: "";
    background: #2575fc;
    border-radius: 7px;
    width: 0;
    height: 3px;
    position: absolute;
}

.timeline-content:before {
    top: 0;
    left: 0;
}

.timeline-content:after {
    bottom: 0;
    right: 0;
}

.timeline-inner:hover .timeline-content:before, .timeline-inner:hover .timeline-content:after {
    width: 10%;
}

/* ------------------------
    Tab
------------------------*/
.tab .nav-tabs {
    border: none;
    display: inline-block;
}

.tab .nav-tabs .nav-link {
    background: #ffffff;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #1c1d3e;
    float: left;
    position: relative;
    display: inline-block;
    border: none;
    padding: 15px 30px;
}

.tab .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.tab .nav-tabs .nav-link.active, .tab .nav-tabs .nav-link:hover, .tab .nav-tabs.active > a:focus, .tab .nav-tabs > a:hover {
    background: #2575fc;
    color: #ffffff;
}

.tab .tab-content {
    padding: 30px;
}
.tab .tab-content img{
    height: 200px;
    float: right;
}
.tab .nav-tabs {
    display: table;
    width: 100%;
    text-align: center;
}

.tab.style-2 {
    padding-top: 30px;
}

.tab.style-2 .nav-tabs .nav-link {
    background: none !important;
    padding: 0;
    display: table-cell;
    width: auto;
    float: none;
}

.tab.style-2 .nav-tabs .nav-link i::after {
    background: #005bea;
    border-radius: 100%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: -1;
    transform: scale(0);
}

.tab .nav-tabs .nav-link.active i::after, .tab .nav-tabs.active > a:focus i::after {
    background: #2575fc;
}

.tab.style-2 .nav-tabs .nav-link i {
    font-size: 20px;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    z-index: 1;
    display: block;
    height: 50px;
    width: 50px;
}

.tab.style-2 .nav-tabs .nav-link h5 {
    margin: 0 0 1em;
    transition: all 0.2s ease-in-out 0s;
    font-size: 18px;
}

.tab.style-2 .nav-tabs .nav-link:hover h5,
.tab.style-2 .nav-tabs .nav-link.active h5, .tab.style-2 .nav-tabs.active > a:focus h5 {
    color: #2575fc;
    margin: 0.5em 0;
}

.tab.style-2 .nav-tabs .nav-link:hover i,
.tab.style-2 .nav-tabs .nav-link.active i, .tab.style-2 .nav-tabs.active > a:focus i {
    color: #ffffff;
}

.tab.style-2 .nav-tabs .nav-link:hover i::after,
.tab.style-2 .nav-tabs .nav-link.active i::after, .tab.style-2 .nav-tabs.active > a:focus i::after {
    transform: scale(1);
}

.tab.style-2 .tab-content {
    padding-top: 50px;
}

/* ------------------------
    Footer
------------------------*/
.footer {
    padding: 80px 0 20px 0;
}

.footer-pattern {
    bottom: 0;
    position: absolute;
}

.primary-footer {
    position: relative;
    z-index: 5;
    font-size: 12px;
}

.secondary-footer {
    color: #5f5f5f;
    font-weight: normal;
}

.copyright {
    margin-top: 50px;
}

.copyright span a {
    font-weight: bold;
    text-decoration: none;
}

.theme-bg .copyright {
    border-top: 2px solid rgba(255, 255, 255, 0.030);
    padding-top: 50px;
}

.footer-logo img {
    height: 70px;
}

.primary-footer, .primary-footer a {
    color: #1c1d3e;
}

.primary-footer h4 {
    margin-bottom: 20px;
}

.footer-1 {
    margin-top: 100px;
    padding-top: 150px;
}

.footer-2 {
    padding-top: 250px;
}

.footer-3 {
    padding-top: 220px;
}

.media-icon.list-inline li {
    display: inline-block;
}

.media-icon li {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.media-icon li:last-child {
    margin-bottom: 0;
}

.media-icon li a {
    color: #2575fc
}

.media-icon li a:hover {
    text-decoration: underline !important;
    text-decoration: none;
}

.footer-list li {
    margin-bottom: 15px;
    text-transform: capitalize;
}

.footer-list li:last-child {
    margin-bottom: 0;
}

.footer-list li a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #1c1d3e
}

.footer-list .list-inline li {
    display: inline-block;
    margin: 0 10px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    color: #1c1d3e
}

.footer-social ul li a:hover {
    color: #2575fc
}

.theme-bg .primary-footer, .theme-bg .primary-footer a,
.theme-bg .secondary-footer,
.theme-bg .footer-social ul li a,
.theme-bg .footer-list li a,
.theme-bg .primary-footer h4,
.dark-bg .primary-footer, .dark-bg .primary-footer a,
.dark-bg .secondary-footer,
.dark-bg .footer-social ul li a,
.dark-bg .footer-list li a,
.dark-bg .primary-footer h4 {
    color: #ffffff;
    text-decoration: none;
}

.footer h4 {
    display: block;
}

#footer-wave {
    position: absolute;
    height: 100px;
    top: 0;
    left: 0;
    width: 100%;
}

#footer-wave svg path {
    fill: #ffffff;
}

#footer-wave svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* ------------------------
    Other
------------------------*/
#canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

#confetti {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.blink-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
}

.morph-wrap {
    position: absolute;
    top: 0;
    left: -20%;
    bottom: 0;
    width: 70%;
    pointer-events: none;
    z-index: -1;
    transform: rotate(-90deg);
}

.morph {
    position: relative;
    height: 130%;
    fill: #ffe2e1;
    flex: none;
    width: 150%;
}

.login-form img {
    height: 100px;
}

.remember-checkbox label {
    margin-bottom: 0;
}

.round-shape {
    position: absolute;
    right: 10%;
    bottom: 0;
    height: 300px;
    width: 300px;
    border-radius: 50%;
    background: none;
    border: 50px solid #2575fc;
    animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
    opacity: 0.050;
}

.orange-text {
    color: #f06d11;
}

/* ------------------------
    Header
------------------------*/
.logo img {
    height: 50px;
}

#header-wrap.fixed-header .logo img {
    height: 50px;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1200;
    /*box-shadow: 0 0 5px #999;*/
}

#header-wrap {
    padding: 10px 0;
    /*background: #ffffff;*/
    position: relative;
}

.header-1 #header-wrap {
    padding: 10px 20px;
}

#header-wrap.fixed-header {
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999 !important;
    background: #ffffff !important;
}

.header-1 #header-wrap:before {
    /*content: "";*/
    /*background: #f9f7fc;*/
    /*width: 96%;*/
    /*height: 30px;*/
    /*position: absolute;*/
    /*left: 2%;*/
    /*bottom: -10px;*/
    /*z-index: -1*/
}

.header-1 #header-wrap:after {
    /*content: "";*/
    /*background: #fcfbfd;*/
    /*width: 92%;*/
    /*height: 30px;*/
    /*position: absolute;*/
    /*left: 4%;*/
    /*bottom: -20px;*/
    /*z-index: -9*/
}

.slick-next, .slick-prev{
    display: none!important;
}

#header-wrap.fixed-header:before, #header-wrap.fixed-header:after {
    display: none;
}

.header-2 #header-wrap, .header-3 #header-wrap {
    background: none;
}

.header-2 #header-wrap:before, .header-2 #header-wrap:after {
    display: none;
}

/*--navigation--*/
.navbar {
    padding: 0;
}

.navbar-nav {
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-nav, .navbar-nav ul, .navbar-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.navbar-nav-rtl, .navbar-nav-rtl ul, .navbar-nav-rtl li {
    direction: rtl;
    text-align: right;
}

.navbar-nav ul {
    display: none;
}

.navbar-nav li, .navbar-nav a {
    position: relative;
}

.navbar-nav a {
    display: block;
}

.navbar-nav ul {
    position: absolute;
    padding: 10px;
    background: #ffffff;
    border-radius: 7px;
    border: none;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-nav ul a {
    padding: 10px 20px;
    white-space: nowrap;
    position: relative;
    background: none;
    color: #1c1d3e;
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav ul a:hover {
    color: #2575fc;
    padding-left: 30px;
}

.navbar-nav .nav-link.highlighted {
    color: #2575fc;
}

.navbar-nav a .sub-arrow {
    position: relative;
    margin-left: 5px;
}

.navbar-nav a .sub-arrow::before {
    content: '+';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.navbar-nav a.highlighted .sub-arrow::before {
    content: '-';
}

.navbar-nav ul a::before {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.navbar-nav ul a:hover::before,
.navbar-nav ul a:focus::before {
    color: #2575fc;
    text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-nav .nav-item {
    margin: 0 20px
}

.navbar-nav .nav-link {
    color: #1c1d3e;
    font-weight: 500;
    padding: 0 !important;
    border-radius: 0;
    text-transform: capitalize;
    position: relative;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active {
    color: #2575fc;
}

.navbar-nav .nav-link::before {
    position: absolute;
    bottom: -10%;
    left: 50%;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
    line-height: 0;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-item .nav-link.active::before,
.navbar-nav .nav-link:focus::before {
    color: #2575fc;
    text-shadow: 10px 0 #1c1d3e, -10px 0 #1c1d3e;
}

.header-3 .navbar-nav .nav-link {
    color: #ffffff;
}

.header-3 .navbar-nav .nav-link:hover, .header-3 .navbar-nav .nav-item .nav-link.active {
    color: #ffffff;
}

.header-3 .navbar-nav .nav-link:hover::before,
.header-3 .navbar-nav .nav-item .nav-link.active::before,
.header-3 .navbar-nav .nav-link:focus::before {
    color: #ffffff;
}

.header-3 #header-wrap.fixed-header .navbar-nav .nav-link {
    color: #1c1d3e
}

.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover, .header-3 #header-wrap.fixed-header .navbar-nav .nav-item .nav-link.active {
    color: #2575fc
}

.header-3 #header-wrap.fixed-header .navbar-nav .nav-link:hover::before,
.header-3 #header-wrap.fixed-header .navbar-nav .nav-link.active::before {
    color: #2575fc;
}

.logo .sticky-logo {
    display: none !important;
}

.header-2 #header-wrap.fixed-header .logo > img, .header-3 #header-wrap.fixed-header .logo > img {
    display: none !important;
}

.header-2 #header-wrap.fixed-header .logo .sticky-logo, .header-3 #header-wrap.fixed-header .logo .sticky-logo {
    display: block !important;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
    position: fixed;
    bottom: 150px;
    left: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.scroll-top a, .scroll-top a:visited {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: #ffffff;
    /*border: solid 2px #fff;*/
    background: #f87324;
}

.scroll-top a:hover, .scroll-top a:focus {
    color: #2575fc;
    background: #ffffff;
}

.scroll-top.scroll-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.scroll-top i {
    font-size: 20px;
}

.show {
    opacity: 1 !important;
    visibility: visible !important;
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow, #header-wrap.fixed-header, .navbar-nav ul, .header-1 #header-wrap:before, .header-1 #header-wrap:after, .btn, .icon-btn, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, #mc-form input[type="email"], .timeline-content, .timeline-title h2, .contact-media, .accordion .card-header, .counter, .img-box, .tab.style-2, .price-table, .testimonial.style-1 .testimonial-content, .testimonial.style-4 .testimonial-img, .testimonial.style-5 .testimonial-content, .team-member.style-1, .team-link, .team-member.style-2 .team-description, .team-member.style-3, .testimonial.style-2 .testimonial-content, .testimonial.style-2 .testimonial-content:before, .testimonial.style-2 .testimonial-content:after, .testimonial.style-3 .testimonial-img, .team-member.style-4 .team-description, .team-description .team-icon li i, .featured-item, .featured-item:hover, .featured-item.style-1 .featured-icon i, .featured-item.style-2, .featured-item.style-6 .featured-icon i, .post, .post.style-3 .post-image, .post.style-3:hover, .post.style-4 .post-desc, .widget-title, .comment-reply a, .clients-logo {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

.featured-item.style-2:hover, .price-table:hover {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
}

/* ------------------------
    Button
------------------------*/
.btn {
    padding: 12px 25px;
    font-weight: 500;
    background: none;
    color: #1c1d3e;
    overflow: hidden;
    border-radius: 7px;
    border: none;
    position: relative;
    z-index: 9;
}

.btn-sm {
    padding: 10px 20px;
}

.dark-bg .btn, .theme-bg .btn {
    color: #ffffff;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn:hover {
    background: #2575fc;
    color: #fff;
    transform: translateY(-3px);
}

.btn.btn-theme {
    background: rgb(0, 91, 234);
    background: linear-gradient(90deg, rgba(0, 91, 234, 1) 0%, rgba(37, 117, 252, 1) 80%);
    color: #ffffff;
}

.btn.btn-dark {
    background: #02060b;
    color: #ffffff;
}

.btn.btn-dark:hover {
    background: #2575fc;
}

.btn.btn-border {
    border: 2px solid rgba(0, 0, 0, 0.05);
}

.dark-bg .btn.btn-border, .theme-bg .btn.btn-border {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn.btn-white {
    background: #ffffff;
    color: #1c1d3e
}

.btn.btn-white.btn-border {
    border-color: #ffffff;
    background: none;
    color: #ffffff;
}

.btn.btn-white:hover {
    background: #ffffff;
    color: #005bea;
}

.btn.btn-white.btn-border:hover {
    color: #005bea;
}

.btn + .btn {
    margin-left: 10px;
}

.btn-simple {
    color: #1c1d3e;
    padding: 0;
    background: none !important;
    box-shadow: none;
}

.btn.btn-simple::before {
    padding: 0;
}

.dark-bg .btn-simple, .theme-bg .btn-simple {
    color: #ffffff;
}

.btn-simple:hover {
    color: #005bea;
    box-shadow: none;
    background: none;
}

.theme-bg .btn-simple:hover {
    color: #1c1d3e;
}

.btn span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn::before {
    content: attr(data-text);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    width: 100%;
    padding: 12px 0;
}

.btn:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn:hover span:nth-child(1) {
    -webkit-transition-delay: 0.01s;
    -moz-transition-delay: 0.01s;
    -o-transition-delay: 0.01s;
    transition-delay: 0.01s
}

.btn:hover span:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.btn:hover span:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.btn:hover span:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.btn:hover span:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.btn:hover span:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.btn:hover span:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.btn:hover span:nth-child(8) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.btn:hover span:nth-child(9) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.btn:hover span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.btn:hover span:nth-child(11) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.btn:hover span:nth-child(12) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.btn:hover span:nth-child(13) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.btn:hover span:nth-child(14) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.btn:hover span:nth-child(15) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.btn:hover span:nth-child(16) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.btn:hover span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.btn:hover span:nth-child(18) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s
}

.btn:hover span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s
}

.btn:hover span:nth-child(20) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

.icon-btn {
    background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -25px;
}

.icon-btn:hover {
    background: #2575fc;
    color: #ffffff;
}

/* ------------------------
    Flat Icon
------------------------*/
@font-face {
    font-family: "flaticon";
    src: url("../fonts/flaticon.eot");
    src: url("../fonts/flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flaticon.woff") format("woff"),
    url("../fonts/flaticon.ttf") format("truetype"),
    url("../fonts/flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "flaticon";
        src: url("../fonts/flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: "flaticon";
    font-style: normal;
}

.flaticon-scroll:before {
    content: "\f100";
}

.flaticon-mall:before {
    content: "\f101";
}

.flaticon-web-design:before {
    content: "\f102";
}

.flaticon-briefing:before {
    content: "\f103";
}

.flaticon-customer-service:before {
    content: "\f104";
}

.flaticon-resolution:before {
    content: "\f105";
}

.flaticon-go-up-in-web:before {
    content: "\f106";
}

.flaticon-objective:before {
    content: "\f107";
}

.flaticon-checked:before {
    content: "\f108";
}

.flaticon-google-play:before {
    content: "\f109";
}

.flaticon-chevron:before {
    content: "\f10a";
}

.flaticon-back-arrow:before {
    content: "\f10b";
}

.flaticon-research:before {
    content: "\f10c";
}

.flaticon-market:before {
    content: "\f10d";
}

.flaticon-data:before {
    content: "\f10e";
}

.flaticon-analytics:before {
    content: "\f10f";
}

.flaticon-chart:before {
    content: "\f110";
}

.flaticon-software:before {
    content: "\f111";
}

.flaticon-price-tag:before {
    content: "\f112";
}

.flaticon-info:before {
    content: "\f113";
}

.flaticon-review:before {
    content: "\f114";
}

.flaticon-collaboration:before {
    content: "\f115";
}

.flaticon-blog:before {
    content: "\f116";
}

.flaticon-process:before {
    content: "\f117";
}

.flaticon-quality:before {
    content: "\f118";
}

.flaticon-review-1:before {
    content: "\f119";
}

.flaticon-project:before {
    content: "\f11a";
}

.flaticon-happiness:before {
    content: "\f11b";
}

.flaticon-paper-plane:before {
    content: "\f11c";
}

.flaticon-social-media:before {
    content: "\f11d";
}

.flaticon-email:before {
    content: "\f11e";
}

.flaticon-close:before {
    content: "\f11f";
}

.flaticon-chain:before {
    content: "\f120";
}

/*-- about --*/
.feature-box-03 {
    position: relative;
    padding-left: 85px;
}

.feature-box-03 .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.feature-box-03 .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
    background: #fff;
    text-align: center;
    /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);*/
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.feature-box-03 .icon::after {
    content: "";
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.feature-box-03 .icon i {
    line-height: 60px;
    font-size: 25px;
    text-align: center;
}
.feature-box-03 .icon i img{
    width: 60px;
}

.theme-color {
    color: #fa5d03;
}

/*-- carousel slider --*/
.carousel-indicators {
    bottom: -45px;
}

.carousel-indicators li {
    background: #fa5d03;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

#carousel {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

/*-- pricing table start --*/
.pos-r {
    position: relative;
}
.section-title {
    margin-bottom: 50px;
    position: relative;
}

.section-title p {
    font-size: 16px;
}

.title-effect {
    width: 50px;
    height: 50px;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.5;
    animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect {
    left: 50%;
    margin-left: -25px;
}

.text-center .section-title h6 {
    padding: 15px 0;
}

.title-effect .bar {
    background: #ffa05d;
}

.title-effect .bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite;
}

.title-effect .bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite;
}

.title-effect .bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite;
}

.title-effect .bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite;
}

.title {
    position: relative;
    color: #1c1d3e;
    margin-bottom: 0;
}

.section-title h2 {
    margin-bottom: 15px;
}

.section-title h3 {
    margin-bottom: 15px;
}

.section-title-02 h3 {
    margin-bottom: 15px;
}

/*--rotation--*/
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bar-top {
    0% {
        transform: scale(0, 1);
    }
    12.5% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-right {
    0% {
        transform: scale(1, 0);
    }
    12.5% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(1, 1);
    }
    87.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}

@keyframes bar-bottom {
    0% {
        transform: scale(0, 1);
    }
    25% {
        transform: scale(0, 1);
    }
    37.5% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 1);
    }
    75% {
        transform: scale(0, 1);
    }
    100% {
        transform: scale(0, 1);
    }
}

@keyframes bar-left {
    0% {
        transform: scale(1, 0);
    }
    37.5% {
        transform: scale(1, 0);
    }
    50% {
        transform: scale(1, 1);
    }
    62.5% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 0);
    }
}

/* ------------------------
    Price Table
------------------------*/
#pricing{
    padding: 80px 0 150px 0;
}
.price-table {
    padding: 50px 30px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(44, 116, 163, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(44, 116, 163, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(44, 116, 163, 0.5);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.price-title {
    text-transform: none;
    font-weight: 700;
    color: #2575fc;
    margin: 0;
    letter-spacing: 0;
}

.price-header {
    position: relative;
    z-index: 9;
}

.price-header h6 {
    letter-spacing: 0;
    color: #2d76a4;
}

.price-value {
    display: inline-block;
    width: 100%;
}

.price-value img {
    height: 150px;
    margin: 0 auto;
    display: block;
}

.price-value h2 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #1c1d3e;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.price-value h2 span {
    font-size: 26px;
    left: -15px;
    line-height: 24px;
    margin: 0;
    position: absolute;
    top: 10px;
    color: #5f5f5f;
    font-weight: normal;
}

.price-value span {
    margin: 15px 0;
    display: block;
}

.price-list ul li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    line-height: 22px;
    margin: 20px 0 0 0;
}

.price-list ul li:last-child {
    margin-bottom: 0;
}

.dark-bg .price-list ul li {
    color: rgba(255, 255, 255, 0.8);
}

.price-list ul li:last-child {
    margin-right: 0;
}

.price-list li i {
    color: #2575fc;
    line-height: 20px;
    font-size: 20px;
}

.price-inside {
    font-size: 60px;
    line-height: 60px;
    position: absolute;
    left: 85%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    font-weight: 900;
    color: rgba(0, 0, 0, 0.040);
}

.price-table::before {
    background: #fafaff;
    content: "";
    height: 300px;
    left: -25%;
    position: absolute;
    top: -10%;
    transform: rotate(-10deg);
    width: 150%;
}

.price-table.active::before {
    transform: rotate(10deg);
}

.price-table.style-2 {
    background: rgba(255, 255, 255, 0.020);
    box-shadow: none;
}

.price-table.style-2::before {
    background: rgba(255, 255, 255, 0.030);
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
}

.price-table.style-2 .price-title {
    color: #005bea;
}

.price-table.style-3.active .price-title {
    color: #ffffff;
}

.price-table.style-2 .price-value h2, .price-table.style-3.active .price-value h2 {
    color: #ffffff;
}

.price-table.style-2 .price-list {
    margin-top: 20px;
}

.price-table.style-2.active::before {
    transform: rotate(0);
}

.price-table.style-2 .price-inside {
    color: rgba(255, 255, 255, 0.040);
}

.price-table.style-2 .btn, .price-table.style-3.active .btn {
    -webkit-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.1);
}

.price-table.active {
    padding: 70px 30px;
}

.price-table.style-3.active {
    background: #2575fc;
    color: #ffffff;
}

.price-table.active .price-value h2 span {
    color: #fc5c2b;
}

.price-table.style-3:before, .price-table.style-4:before {
    display: none;
}

.price-table.style-3 .price-list {
    margin-top: 25px;
}

.price-table.style-4 .price-list {
    margin: 25px 0;
}

.price-table.style-4 h3 {
    text-transform: capitalize;
}

.btn {
    padding: 10px 25px;
    font-weight: 500;
    background: none;
    color: #1c1d3e;
    overflow: hidden;
    border-radius: 7px;
    border: none;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);
}

.btn.btn-theme {
    background: rgb(0, 91, 234);
    background: linear-gradient(90deg, rgba(0, 91, 234, 1) 0%, rgba(37, 117, 252, 1) 80%);
    color: #ffffff;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn:hover {
    transform: translateY(-3px);
}

.btn.btn-circle {
    border-radius: 30px;
}

.btn span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(10, 10px, 0);
    -moz-transform: translate3d(10, 10px, 0);
    -ms-transform: translate3d(10, 10px, 0);
    -o-transform: translate3d(10, 10px, 0);
    transform: translate3d(10, 10px, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.price-table:hover {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
    box-shadow: 0px 20px 50px 0px rgba(153, 153, 153, 0.5);
}

.btn:hover:before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.btn:hover span:nth-child(1) {
    -webkit-transition-delay: 0.01s;
    -moz-transition-delay: 0.01s;
    -o-transition-delay: 0.01s;
    transition-delay: 0.01s
}

.btn:hover span:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    -moz-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s
}

.btn:hover span:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.btn:hover span:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.btn:hover span:nth-child(5) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.btn:hover span:nth-child(6) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s
}

.btn:hover span:nth-child(7) {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.btn:hover span:nth-child(8) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s
}

.btn:hover span:nth-child(9) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.btn:hover span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.btn:hover span:nth-child(11) {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.btn:hover span:nth-child(12) {
    -webkit-transition-delay: 0.55s;
    -moz-transition-delay: 0.55s;
    -o-transition-delay: 0.55s;
    transition-delay: 0.55s
}

.btn:hover span:nth-child(13) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.btn:hover span:nth-child(14) {
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s
}

.btn:hover span:nth-child(15) {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.btn:hover span:nth-child(16) {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.btn:hover span:nth-child(17) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.btn:hover span:nth-child(18) {
    -webkit-transition-delay: 0.85s;
    -moz-transition-delay: 0.85s;
    -o-transition-delay: 0.85s;
    transition-delay: 0.85s
}

.btn:hover span:nth-child(19) {
    -webkit-transition-delay: 0.95s;
    -moz-transition-delay: 0.95s;
    -o-transition-delay: 0.95s;
    transition-delay: 0.95s
}

.btn:hover span:nth-child(20) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

/*-- contact us --*/
#contactus {
    background: rgba(255, 240, 230) url(../images/02.png) no-repeat;
    background-attachment: fixed;
    padding: 180px 0 150px 0;
    position: relative;
}

.contact-form {
    background: #fff;
    padding: 20px 20px;
    /*min-height: 100%;*/
    border: 1px solid #eee;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 4px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}

.contact-form h4 {
    margin-bottom: 30px;
}

.contact-info {
    background: #fff;
    padding: 15px 15px 0px 15px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-bottom-color: rgb(238, 238, 238);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 4px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.contact-info p{
    font-size: 13px;
}
.address {
    position: absolute;
    right: 1%;
    border: 8px solid #fcab7b;
    padding: 15px 15px 0px 15px;
    top:34%;
    background: #fff;
    box-shadow: 0 0 10px #e8e8e8;
    border-radius: 3px;
}


.contact-info i {
    font-size: 40px;
    margin-bottom: 70px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    float: left;
    /*position: absolute;*/
    /*top: 15px;*/
    /*left: 10px;*/
}

/*-- wizard --*/
#wizard {
    padding: 100px 0 0 0;
}

.window-switch {
    display: none;
}

#switch1:checked ~ .wrapper > .windows {
    margin-left: 0vw;
}

#switch1:checked ~ .wrapper > .controls > .buttons label[for="switch0"] {
    color: #ffffff;
    background-color: #94b6df;
    display: flex;
}

#switch1:checked ~ .wrapper > .controls > .buttons label[for="switch0"]:hover {
    background-color: #a8c3e5;
}

#switch1:checked ~ .wrapper > .controls > .buttons label[for="switch0"]:focus, #switch1:checked ~ .wrapper > .controls > .buttons label[for="switch0"]:active {
    background-color: #bbd1eb;
}

#switch1:checked ~ .wrapper > .controls > .buttons label[for="switch0"]:after {
    content: "Previous";
}

#switch1:checked ~ .wrapper > .controls > .buttons label[for="switch2"],
#switch1:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch2"] {
    color: #ffffff;
    background: rgb(255, 81, 47);
    background: linear-gradient(90deg, rgba(255, 81, 47, 1) 0%, rgba(240, 152, 25, 1) 80%);
    color: #ffffff;
    display: flex;
    cursor: pointer;
}

#switch1:checked ~ .wrapper > .controls > .buttons label[for="switch2"]:hover,
#switch1:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch2"]:hover {
    background-color: #4959ff;
}

#switch1:checked ~ .wrapper > .controls > .buttons label[for="switch2"]:focus, #switch1:checked ~ .wrapper > .controls > .buttons label[for="switch2"]:active,
#switch1:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch2"]:focus,
#switch1:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch2"]:active {
    background-color: #6270ff;
}

#switch1:checked ~ .wrapper > .controls > .buttons label[for="switch2"]:after,
#switch1:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch2"]:after {
    content: "Next";
}

#switch2:checked ~ .wrapper > .windows {
    margin-left: -100vw;
}

#switch2:checked ~ .wrapper > .controls > .buttons label[for="switch1"] {
    color: #ffffff;
    background: rgb(255, 81, 47);
    background: linear-gradient(90deg, rgba(240, 152, 25, 1) 0%, rgba(255, 81, 47, 1) 80%);
    display: flex;
    cursor: pointer;
}

#switch2:checked ~ .wrapper > .controls > .buttons label[for="switch1"]:hover {
    background-color: #a8c3e5;
}

#switch2:checked ~ .wrapper > .controls > .buttons label[for="switch1"]:focus, #switch2:checked ~ .wrapper > .controls > .buttons label[for="switch1"]:active {
    background-color: #bbd1eb;
}

#switch2:checked ~ .wrapper > .controls > .buttons label[for="switch1"]:after {
    content: "Previous";
}

#switch2:checked ~ .wrapper > .controls > .buttons label[for="switch3"],
#switch2:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch3"] {
    color: #ffffff;
    background: rgb(255, 81, 47);
    background: linear-gradient(90deg, rgba(255, 81, 47, 1) 0%, rgba(240, 152, 25, 1) 80%);
    display: flex;
    cursor: pointer;
}

#switch2:checked ~ .wrapper > .controls > .buttons label[for="switch3"]:hover,
#switch2:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch3"]:hover {
    background-color: #4959ff;
}

#switch2:checked ~ .wrapper > .controls > .buttons label[for="switch3"]:focus, #switch2:checked ~ .wrapper > .controls > .buttons label[for="switch3"]:active,
#switch2:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch3"]:focus,
#switch2:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch3"]:active {
    background-color: #6270ff;
}

#switch2:checked ~ .wrapper > .controls > .buttons label[for="switch3"]:after,
#switch2:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch3"]:after {
    content: "Next";
}

#switch3:checked ~ .wrapper > .windows {
    margin-left: -200vw;
}

#switch3:checked ~ .wrapper > .controls > .buttons label[for="switch2"] {
    color: #ffffff;
    background: rgb(255, 81, 47);
    background: linear-gradient(90deg, rgba(240, 152, 25, 1) 0%, rgba(255, 81, 47, 1) 80%);
    display: flex;
    cursor: pointer;
}

#switch3:checked ~ .wrapper > .controls > .buttons label[for="switch2"]:hover {
    background-color: #a8c3e5;
}

#switch3:checked ~ .wrapper > .controls > .buttons label[for="switch2"]:focus, #switch3:checked ~ .wrapper > .controls > .buttons label[for="switch2"]:active {
    background-color: #bbd1eb;
}

#switch3:checked ~ .wrapper > .controls > .buttons label[for="switch2"]:after {
    content: "Previous";
}

#switch3:checked ~ .wrapper > .controls > .buttons label[for="switch4"],
#switch3:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch4"] {
    color: #ffffff;
    background: rgb(255, 81, 47);
    background: linear-gradient(90deg, rgba(255, 81, 47, 1) 0%, rgba(240, 152, 25, 1) 80%);
    display: flex;
    cursor: pointer;
}

#switch3:checked ~ .wrapper > .controls > .buttons label[for="switch4"]:hover,
#switch3:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch4"]:hover {
    background-color: #4959ff;
}

#switch3:checked ~ .wrapper > .controls > .buttons label[for="switch4"]:focus, #switch3:checked ~ .wrapper > .controls > .buttons label[for="switch4"]:active,
#switch3:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch4"]:focus,
#switch3:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch4"]:active {
    background-color: #6270ff;
}

#switch3:checked ~ .wrapper > .controls > .buttons label[for="switch4"]:after,
#switch3:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch4"]:after {
    content: "Next";
}

#switch4:checked ~ .wrapper > .windows {
    margin-left: -300vw;
}

#switch4:checked ~ .wrapper > .controls > .buttons label[for="switch3"] {
    color: #ffffff;
    background: rgb(255, 81, 47);
    background: linear-gradient(90deg, rgba(240, 152, 25, 1) 0%, rgba(255, 81, 47, 1) 80%);
    display: flex;
    cursor: pointer;
}

#switch4:checked ~ .wrapper > .controls > .buttons label[for="switch3"]:hover {
    background-color: #a8c3e5;
}

#switch4:checked ~ .wrapper > .controls > .buttons label[for="switch3"]:focus, #switch4:checked ~ .wrapper > .controls > .buttons label[for="switch3"]:active {
    background-color: #bbd1eb;
}

#switch4:checked ~ .wrapper > .controls > .buttons label[for="switch3"]:after {
    content: "Previous";
}

#switch4:checked ~ .wrapper > .controls > .buttons label[for="switch5"],
#switch4:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch5"] {
    color: #ffffff;
    background: rgb(255, 81, 47);
    background: linear-gradient(90deg, rgba(255, 81, 47, 1) 0%, rgba(240, 152, 25, 1) 80%);
    display: flex;
    cursor: pointer;
}

#switch4:checked ~ .wrapper > .controls > .buttons label[for="switch5"]:hover,
#switch4:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch5"]:hover {
    background-color: #4959ff;
}

#switch4:checked ~ .wrapper > .controls > .buttons label[for="switch5"]:focus, #switch4:checked ~ .wrapper > .controls > .buttons label[for="switch5"]:active,
#switch4:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch5"]:focus,
#switch4:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch5"]:active {
    background-color: #6270ff;
}

#switch4:checked ~ .wrapper > .controls > .buttons label[for="switch5"]:after,
#switch4:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch5"]:after {
    content: "Next";
}

#switch5:checked ~ .wrapper > .windows {
    margin-left: -400vw;
}

#switch5:checked ~ .wrapper > .controls > .buttons label[for="switch4"] {
    color: #ffffff;
    background: rgb(255, 81, 47);
    background: linear-gradient(90deg, rgba(240, 152, 25, 1) 0%, rgba(255, 81, 47, 1) 80%);
    display: flex;
    cursor: pointer;
}

#switch5:checked ~ .wrapper > .controls > .buttons label[for="switch4"]:hover {
    background-color: #a8c3e5;
}

#switch5:checked ~ .wrapper > .controls > .buttons label[for="switch4"]:focus, #switch5:checked ~ .wrapper > .controls > .buttons label[for="switch4"]:active {
    background-color: #bbd1eb;
}

#switch5:checked ~ .wrapper > .controls > .buttons label[for="switch4"]:after {
    content: "Previous";
}

#switch5:checked ~ .wrapper > .controls > .buttons label[for="switch6"],
#switch5:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch6"] {
    color: #ffffff;
    background: rgb(255, 81, 47);
    background: linear-gradient(90deg, rgba(255, 81, 47, 1) 0%, rgba(240, 152, 25, 1) 80%);
    display: flex;
    cursor: pointer;
}

#switch5:checked ~ .wrapper > .controls > .buttons label[for="switch6"]:hover,
#switch5:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch6"]:hover {
    background-color: #4959ff;
}

#switch5:checked ~ .wrapper > .controls > .buttons label[for="switch6"]:focus, #switch5:checked ~ .wrapper > .controls > .buttons label[for="switch6"]:active,
#switch5:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch6"]:focus,
#switch5:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch6"]:active {
    background-color: #6270ff;
}

#switch5:checked ~ .wrapper > .controls > .buttons label[for="switch6"]:after,
#switch5:checked ~ .wrapper > .controls > .buttons input[type="submit"][for="switch6"]:after {
    content: "Submit";
}

.wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapper .windows {
    height: 100%;
    overflow: hidden;
    display: flex;
    transition: 500ms margin-left ease-out;
}

.wrapper .windows .window {
    width: 100vw;
    height: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
}

.window .workspace-left {
    width: 50%;
    height: 100%;
    padding: 85px 0;

    background: url("../images/workspace.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.window .workspace-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 85px 150px;
}

.window .email-left {
    width: 50%;
    height: 100%;
    padding: 85px 0;

    background: url("../images/email.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.window .email-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 85px 150px;
}

.confirmation_code {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.confirmation_code_group {
    /*display: flex;*/
}

.split_input_item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.split_input_item {
    border: 1px solid #616061;
    border-color: #ff9b6f;
    display: table-cell;
    width: 32%;
}

.split_input_item input {
    height: 64px;
    font-size: 22px;
    text-align: center;
    border: none !important;
    background: 0 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 15px;
    color: #333;
}

.split_input_item:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.split_input_item:not(:first-child) {
    border-left: none;
}

.confirmation_code_span_cell {
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    margin: 10px;
}

.window input {
    border: solid 1px #ff9b6f;
    font-size: 16px;
}

.window input::placeholder {
    color: #999;
    font-weight: normal;
}

.window .team-left {
    width: 50%;
    height: 100%;
    padding: 85px 0;

    background: url("../images/company.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.window .team-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 85px 150px;
}

.window .team-right p {
    margin-top: 10px;
}

.window .team-right p a {
    color: #fa640e;
}

.window .project-left {
    width: 50%;
    height: 100%;
    padding: 85px 0;

    background: url("../images/project.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.window .project-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 85px 150px;
}

.window .work-space-left {
    width: 50%;
    height: 100%;
    padding: 85px 0;

    background: url("../images/workspace.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.window .work-space-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 85px 150px;
}

.work-space-right input {
    display: inline-flex;
    width: 70%;
}

.work-space-right h5 {
    display: inline-flex;
}

.wrapper .controls {
    /*background-color: #ff9f68;*/
    height: 80px;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    flex-grow: 0;
    flex-shrink: 0;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
}

.wrapper .controls .buttons {
    width: 280px;
    display: flex;
    justify-content: flex-end;
    flex-grow: 0;
    flex-shrink: 0;
}

.wrapper .controls .buttons label, .wrapper .controls .buttons input[type="submit"] {
    font-weight: bold;
    width: 130px;
    height: 100%;
    margin-left: 10px;
    border: none;
    border-radius: 20px;
    display: none;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: 100ms background-color ease, 100ms transform ease-out;
}

.input {
    font-family: inherit;
    background-color: white;
    width: 100%;
    padding: 10px;
    display: block;
    border: solid 2px #525252;
    box-sizing: border-box;
    transition: 250ms border ease-out;
}

.input:focus {
    border: solid 2px black;
}

h1 {
    font-size: 18px !important;
}


.alfa,
.beta,
.gamma,
.delta,
.epsilon,
.zeta {
    margin: 0;
    margin-bottom:10px;
    color: #252525;
    font-weight: 600;
    line-height: 1.2;
}
.alfa a,
.beta a,
.gamma a,
.delta a,
.epsilon a,
.zeta a {
    color: inherit;
}

.alfa {
    letter-spacing: 0;
    font-size: 22px;
}

.beta {
    font-size: 28px;
}
.beta span{
    color:#f06e11;
}

.epsilon {
    font-size: 18px;
    font-weight: 500;
}

/*--- Content ---*/

main {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

.container-normal {
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 770px) {
    .container-normal {
        width: 730px;
    }
}
@media (min-width: 992px) {
    .container-normal {
        width: 950px;
    }
}
@media (min-width: 1200px) {
    .container-normal {
        width: 1130px;
    }
}
@media (min-width: 1440px) {
    .container-normal {
        width: 1200px;
    }
}
@media (max-width: 769px) {
    .container-normal {
        width: 100%;
    }
}

/*====================================================
//  Services
//===================================================*/
.services-group {
    text-align: center;
}

.service-row-1, .service-row-2, .service-row-3 {
    overflow: hidden;
}

.service-row-3, .service-row-1 {
    text-align: center;
}
.service-row-3 .service-item, .service-row-1 .service-item {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 10px;
}

.service-row-1 .service-item:nth-child(1) .service-content:before, .service-row-1 .service-item:nth-child(1) .service-content:after, .service-row-1 .service-item:nth-child(3) .service-content:before, .service-row-1 .service-item:nth-child(3) .service-content:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 1px;
    height: 100%;
    /*background-color: #fa5d03;*/
}
.service-row-1 .service-item:nth-child(1) .service-content:before, .service-row-1 .service-item:nth-child(3) .service-content:before {
    left: 0;
}
.service-row-1 .service-item:nth-child(1) .service-content:after, .service-row-1 .service-item:nth-child(3) .service-content:after {
    right: 0;
}

.service-row-2 .service-item .service-content, .service-row-3 .service-item .service-content {
    /*border-left: 1px solid #fa5d03;*/
    /*border-top: 1px solid #fa5d03;*/
}
.service-row-2 .service-item:last-child .service-content, .service-row-3 .service-item:last-child .service-content {
    /*border-right: 1px solid #fa5d03;*/
}

@media (min-width: 992px) {
    .service-row-2 .service-item:nth-child(5n + 7) .service-content {
        border-right: 1px solid #ebebeb;
    }
}
@media (min-width: 771px) and (max-width: 992px) {
    .service-row-2 .service-item:nth-child(-n+4) .service-content {
        border-top: 1px solid #ebebeb;
    }
    .service-row-2 .service-item:nth-child(4n + 4) .service-content {
        border-right: 1px solid #ebebeb;
    }
}
@media (min-width: 577px) and (max-width: 770px) {
    .service-row-2 .service-item:nth-child(-n+3) .service-content {
        border-top: 1px solid #ebebeb;
    }
    .service-row-2 .service-item:nth-child(3n + 3) .service-content {
        border-right: 1px solid #ebebeb;
    }
    .service-row-2 .service-item:last-child .service-content {
        border-right: 1px solid #ebebeb;
    }
}
@media (max-width: 576px) {
    .service-row-2 .service-item:nth-child(-n+2) .service-content {
        border-top: 1px solid #fa5d03;
    }
    .service-row-2 .service-item:nth-child(2n + 2) .service-content {
        border-right: 1px solid #fa5d03;
    }
}

.service-item {
    float: left;
    width: 18%;
    margin: 10px;
}
@media (min-width: 771px) and (max-width: 992px) {
    .service-item {
        width: 25%;
    }
}
@media (min-width: 577px) and (max-width: 770px) {
    .service-item {
        width: 33.33%;
    }
}
@media (max-width: 576px) {
    .service-item {
        width: 100%;
        margin:10px 0!important;
    }
}

.service-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    width: 100%;
    height:200px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #fa5d03;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.service-content p{
    color: #757575;
    position: relative;
    z-index: 3;
}
@media (max-width: 575px) {
    .service-content {
        height: 170px;
    }
}
@media (max-width: 369px) {
    .service-content {
        height: 140px;
    }
}
.service-content:hover .service-bg {
    z-index: 2;
    /*box-shadow: 12px 10px 57px rgba(31, 54, 77, 0.26);*/
    background-color: #f1751e;
}
.service-content:hover .service-icon svg {
    fill: #ffffff !important;
}
.service-content:hover .epsilon {
    color: #ffffff;
}
.service-content:hover p {
    color: #ffffff;
}
.service-content .epsilon {
    position: relative;
    z-index: 3;
    pointer-events: none;
    margin: 20px 0 10px 0;
}

.service-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.service-content-no-hover:hover {
    background-color: #ffffff;
}

.service-item-blue .service-content .service-bg {
    z-index: 2;
    box-shadow: 12px 10px 57px rgba(31, 54, 77, 0.26);
    background-color: #385170;
}
.service-item-blue .service-content .service-bg:hover {
    background-color: #30455f;
}
.service-item-blue .service-content .service-icon svg {
    fill: #ffffff !important;
}
.service-item-blue .service-content .epsilon {
    color: #ffffff;
}

/*.service-icon {*/
/*position: relative;*/
/*z-index: 3;*/
/*margin-bottom: 10px;*/
/*font-size: 50px;*/
/*pointer-events: none;*/
/*}*/
/*@media (min-width: 771px) and (max-width: 992px) {*/
/*.service-icon {*/
/*font-size: 40px;*/
/*}*/
/*}*/
/*@media (max-width: 575px) {*/
/*.service-icon {*/
/*font-size: 36px;*/
/*}*/
/*}*/
/*.service-icon svg {*/
/*fill: #aeaeae;*/
/*}*/

.service-icon-big {
    margin-bottom: 0;
    font-size: 70px;
}
@media (max-width: 575px) {
    .service-icon-big {
        font-size: 50px;
    }
    .dropdown ul {
        right: 0;
    }
}

.login{
    margin-right: 30px;
    font-size: 16px;
}

/*--- whats app ---*/
.whatsapp {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 25px;
    background: #25D366;
    color: #fff;
    border-radius: 25px;
    display: grid;

    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px;
    text-decoration: none;
    cursor: pointer;
    z-index: 9;
}

/* login modal */
.dropdown {
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
    position: relative;
}
.dropdown.toggle > input {
    display: none;
}
.dropdown ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    right: -29px;
    top: 61px;
    position: absolute;
    width: 200px;
    box-shadow: 0 6px 5px -3px rgba(0,0,0,0.3);
    overflow: hidden;
    border-radius:0px;
    background: #fff;
    outline: 3px solid #fcab7b;
    outline-offset: -3px;
}
.dropdown.toggle > label {
    display: block;
    padding: 8px 0 0 20px;
    text-decoration: none;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: #f06e11;
    cursor: pointer;
}
.dropdown li {
    height: 260px;
    overflow: hidden;
    transition: all 500ms;
}
.dropdown.hover li {
    transition-delay: 300ms;
}
.dropdown li:first-child::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    margin: -24px 0 0 30px;
    right: 40px;
}
.dropdown.toggle > label:hover, .dropdown.toggle > input:checked ~ label {
    background-color: transparent;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}
.dropdown li:first-child a:hover::before {
    border-bottom-color: #EEE;
}
.dropdown.hover:hover li, .dropdown.toggle > input:checked ~ ul li {
    height: 0;
}
.dropdown.hover:hover li:first-child, .dropdown.toggle > input:checked ~ ul li:first-child {
    /*padding: 15px;*/
}

.pl-15,.pr-15{
    padding-left: 15px;
    padding-right: 15px;
}
.mr-15{
    margin-right: 15px;
}

.join{
    display: block;
    padding:0 0 0 10px;
    text-decoration: none;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: #f06e11;
    cursor: pointer;
}

/*---subscribe form---*/
.subscribe-box {
    position: absolute;
    top: 0;
    width: 100%;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.subscribe-inner {
    border-radius: 7px;
    -webkit-box-shadow: 0 0 75px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 75px rgba(0,0,0,.1);
    box-shadow: 0 0 75px rgba(0,0,0,.1);
    padding: 40px 25px;
    background: #fff;
    position: relative;
    z-index: 1;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
}
#mc-form {
    width: 100%;
}
#mc-form input[type="email"] {
    width: 100%;
    border: none;
    background: #ffffff;
    border-radius: 7px;
    color: #1c1d3e;
    font-size: 14px;
    padding: 0 20px;
    height: 60px;
    outline: medium none !important;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
    box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
}

#mc-form .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 25px;
    transition: 0.20s;
    height: 50px;
    border-radius: 7px;
}
.btn.btn-theme {
    background: rgb(0,91,234);
    background: linear-gradient(90deg,
    rgba(0,91,234,1) 0%,
    rgba(37,117,252,1) 80%);
    color: #ffffff;
}


/*--- error page ---*/
.site-error{
    margin: 90px 0 50px 0;
}
.site-error .top {
    margin: 0;
}
.site-error .bottom {
    margin-top: 10px;
}

/*text styling*/
.site-error .top h1 {
    color: #111;
    text-align: center;
    font-size: 8em!important;
    margin:10px 0 50px 0;
    /*text-shadow: -1px 0 #BFC0C0, 0 1px #BFC0C0, 1px 0 #BFC0C0, 0 -1px #BFC0C0;*/
}
.site-error .top h3 {
    font-size: 20px;
    text-align: center;
    color: #838484;
    margin: 20px 0;
    font-weight: 400;
}
.site-error .top h4 {
    font-size: 18px;
    text-align: center;
    color: #838484;
    margin: 20px 0;
    font-weight: 400;
    text-transform: none;
}
.site-error .bottom p {
    text-align: center;
    color: #585959;
    font-size: 12px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.site-error .bottom .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.site-error .bottom .btn {
    background: #ff7e00;
    padding: 10px 20px;
    margin: 5px;
    color: #fff;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 30px;
}
.site-error .bottom .btn:hover {
    background: #22af47;
    transition: all .4s ease-out;
}
#server-data{
    width: 550px;
    margin: 0 auto;
}
@media screen and (max-width:640px){
    .site-error .error-container img {
        height: 300px;
    }
    #home h1{
        font-size: 16px!important;
    }
    .blog-search input{
        width: 100%;
    }
    .blog-title {
        display: block;
    }
    .blog-search {
        margin-top: 20px;
    }
    .comment-area h1 {
        line-height: 18px;
    }
    .comment-card .comment-avator img {
        margin-right: 10px;
    }
    .comment-topbar .avator-name-date h5,.comment-topbar .avator-name-date h6 {
        line-height: 18px;
    }
    .banner-overly {
        width: 92%;
    }
    .heading-tag {
        width: 90%;
    }
    .heading-tag .topic-head h1 {
        font-size: 20px!important;
        line-height: 24px;
    }
    .heading-tag .author {
        margin-top: 18px;
    }
    .tag{
        margin-bottom: 10px!important;
    }
    .header-1 #header-wrap {
        padding:5px 0!important;
    }
    #blog-detail {
        padding: 30px 0;
    }
    .description {
        margin-top: 0;
    }
    .heading-tag .author h6 {
        margin: 0;
    }
    .content {
        padding: 30px 0!important;
        margin-top: 50px!important;
    }

    #blogs {
        margin-top: 60px;
        padding: 30px 0;
    }
    .blog-title h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }
    .list-grid-card {
        padding: 15px;
    }
    .list-card-content .card-category {
        margin-bottom: 5px;
    }
    .list-card-content .heading-desc h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .post-time {
        display: block;
        margin-top: 15px;
    }
    .post-time .time h6 {
        padding-left: 40px;
    }
    .clap, .eye {
        width: 18px;
    }
    .description h2{
        font-size: 22px;
        line-height: 30px;
    }
    .description p img{
        max-width: 100%;
        height: auto;
    }
    .description ul {
        margin-left:30px;
        margin-bottom: 20px;
    }
    .blog-banner img {
        width: 100%;
    }
    ol {
        margin-bottom:0;
    }

    #comment h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .comments .comment-details {
        padding-left: 50px!important;
    }
    .comment-author-avatar img {
        width: 40px!important;
        height: 40px!important;
    }
    .comments .comment-author-avatar {
        width: 40px!important;
    }
    .comments .comment-content {
        padding: 10px!important;
    }
    .comment-action-buttons a {
        padding: 0!important;
    }
    .comments .comment-author-name {
        line-height: 16px!important;
    }
    .comments .comment-author-name span{
        display: block;
    }
    .comments .comment-date {
        font-size: 13px!important;
    }
}


#forgot-pwd{
    /*float: left;*/
    width: 50%;
    padding-left: 17px;
    font-size: 12px;
    display: block;
}
#login-button{
    float:right;
    padding-right: 15px;
}

.content{
    padding: 50px 0;
    background: #fffaf6;
    margin-top: 80px;
}
.content h1{
    font-size: 26px!important;
    margin-bottom: 30px;
}
.content h5{
    letter-spacing: 0;
}
.edit-text{
    padding: 10px!important;
}