body {
    font-family: 'Proxima Nova Rg';
}

.container {
    width: auto;
    max-width: 100%;
}

.btn:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

a:hover {
    text-decoration: none;
}


/* header css start */

header {
    /* background-color: #099268; */
    padding: 24px 0;
    position: relative;
    z-index: 999;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.search input {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 53px;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-width: .125rem;
    width: 228px !important;
    height: 47px;
    padding: 0px 22px;
    font-weight: bold;
}

.search input:focus {
    border-color: #4dabf7;
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.0125), 0 0 8px rgba(34, 139, 230, 0.5);
    color: #fff;
}

.search input::placeholder {
    color: rgba(255, 255, 255, .5);
}

.search button i {
    color: #e6fcf5;
}

.search {
    position: relative;
    margin-right: 30px;
}

.search button {
    position: absolute;
    right: 5%;
    z-input: 99;
}

.search button:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

li.nav-item {
    margin-right: 20px;
}

.signin span {
    font-weight: bold;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    line-height: 18px;
    height: 46px;
    /* min-width: 50px; */
}

.signin span:hover {
    color: #fff;
}



.signin svg:hover {
    color: #fff;
}

.signin a svg:hover {
    color: #fff;
}

/* .signin i:hover {
    color: #fff;
} */

.signin a i {
    font-weight: auto;
    margin-left: 5px;
}

.signin {
    float: right;
}

.signin a svg {
    color: rgba(255, 255, 255, .5);
    width: 20px !important;
    height: 20px !important;
}

.navbar-dark .navbar-nav .nav-link i {
    display: none;
}

.after_login button i {
    color: rgba(255, 255, 255, .5);
    font-size: 19px;
    line-height: 46px;
}

.after_login {
    text-align: right;
}

.sidemenu {
    transition: transform .25s ease-in-out;
    right: -20rem;
    width: 20rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
}

div.sidemenu.show {
    transition: 1s ease;
    right: 0px;
}

div.sidemenu {
    position: fixed;
    width: 285px;
    z-index: 999;
    background-color: #212529;
    top: 0;
    right: -300px;
    height: 100%;
    transition: 1s ease;
}

.progile {
    background-color: #253c51;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px 0px;
}

.progile i {
    color: #4dabf7;
    font-size: 35px;
    margin-bottom: 15px;
}

.progile span {
    color: #fff;
    font-size: 1rem;
}

.progile span.bold {
    font-weight: bold;
}

.sidemenu ul {
    list-style: none;
    text-align: left;
    padding: 0;
}

.sidemenu ul li a {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 15px 20px;
    display: block;
    transition: all .1s ease-in;
}

.sidemenu ul li a:hover {
    background-color: #339af0;
    transition: all .1s ease-in;
}

.sidemenu ul li a:hover i {
    color: #a5d8ff;
    transition: all .1s ease-in;
}

.sidemenu ul li a i {
    margin-right: 10px;
    color: #495057;
    transition: all .1s ease-in;
}

.sidemenu ul li a:hover {
    text-decoration: none;
}


/* header css end */


/* footer css start */

footer .footer_top {
    background-color: #343a40;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer .footer_top h6 {
    font-size: 15px;
    line-height: 15px;
    color: #868e96;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

footer .footer_top ul {
    padding: 0;
    list-style: none;
}

footer .footer_top ul li {
    padding: 5px 0;
}

footer .footer_top ul li a {
    font-size: 16px;
    line-height: 18px;
    color: #dee2e6;
}

footer .footer_top ul li a:hover {
    text-decoration: none;
    color: #fff;
}

footer .footer_bottom {
    background-color: #212529;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer .footer_bottom p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 19px;
    color: #868e96;
}

footer .footer_bottom a {
    color: #868e96;
}

footer .footer_bottom a:hover {
    color: #fff;
    text-decoration: none;
}

footer .footer_top ul li a i {
    position: absolute;
    left: -10px;
    line-height: 26px;
    opacity: 0;
    transition: all .1s ease-in;
}

footer .footer_top ul li a:hover i {
    opacity: 1;
    transition: all .1s ease-in;
}

footer .footer_top .footer_menu_1 ul li a:hover i {
    color: #4dabf7;
}

footer .footer_top .footer_menu_2 ul li a:hover i {
    color: #38d9a9;
}

footer .footer_top .footer_menu_3 ul li a:hover i {
    color: #ff8787;
}

footer .footer_top .footer_menu_4 ul li a:hover i {
    color: #ffa94d;
}

footer .footer_bottom .footer_line a i {
    opacity: 0;
    transition: all .1s ease-in;
    padding: 0px 5px;
}

footer .footer_bottom .footer_line i {
    padding: 0px 5px;
}

footer .footer_bottom .footer_line a:hover i {
    opacity: 1;
    transition: all .1s ease-in;
}


/* footer css end */


/* home banner section start */

.home_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    background: linear-gradient(#099268, #12b886);
    height: 690px;
    z-index: -1;
}

.home_banner {
    background-image: url(../images/home_bg.svg);
    background-size: cover;
    background-position: center center;
    height: 690px;
    margin-top: -112px;
}

.home_banner h1 {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    margin-top: 120px;
}

.home_banner h1 i {
    background-color: #087f5b;
    padding: 10px;
    border-radius: 10px;
    margin-right: 20px;
}

.home_banner p {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    margin-top: 40px;
}

.buy_button {
    margin-top: 40px;
}

.buy_button a {
    font-size: 25px;
    line-height: 29px;
    color: #ffff;
    font-weight: bold;
    display: inline-block;
    padding: 24px;
    border-radius: .5rem;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
    border-bottom-width: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.buy_button a i {
    color: #fff;
}

.buy_button a:hover {
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
}

.buy_button a i {
    margin-right: 15px;
}

a.blue {
    background-color: #0b7285;
    margin-right: 20px;
}

a.blue:hover {
    background-color: #0c8599;
}

a.green {
    background-color: #74b816;
}

a.green:hover {
    background-color: #5c940d;
}

p.font_small {
    font-size: 16px;
    line-height: 18px;
}

p.font_small a {
    color: rgba(255, 255, 255, 0.25);
    transition: all .1s ease-in;
    text-decoration: underline;
    padding: 0px 5px;
}

p.font_small a:hover {
    color: #fff;
    transition: all .1s ease-in;
}

p.font_small i {
    font-size: 6px;
    color: rgba(255, 255, 255, 0.25);
    display: inline-block;
}

.subscription {
    padding: 15px 0px;
}

.subscription p {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.subscription p a {
    color: #000;
    transition: all .1s ease-in;
    font-weight: bold;
}

.subscription p a:hover {
    color: #228be6;
    transition: all .1s ease-in;
}

.home_pro {
    background-color: #f8f9fa;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.blue_bg {
    background-color: #183153;
    padding: 10px 50px 50px;
    border-radius: 10px;
    color: #ffff;
    margin-bottom: 3rem;
}

.img {
    width: auto;
    max-width: 100%;
}

.pro_inner {
    margin-top: -20px;
}

.pro_inner a {
    color: #fff;
}

.pro_inner a span {
    background: #ffd43b;
    color: #183153;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    display: inline-block;
}

.pro_inner p {
    font-size: 20px;
    line-height: 24px;
}

.pro_inner ul {
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.pro_inner ul li {
    padding: 10px 0px;
    display: flex;
}

.pro_inner ul li i {
    color: #63e6be;
    font-size: 32px;
    margin-right: 15px;
    height: 50px;
}

.pro_inner ul li {
    font-size: 17px;
    line-height: 24px;
}

a.yellow {
    background-color: #ffd43b;
    font-size: 18px;
    line-height: 25px;
    color: #183153;
    font-weight: bold;
    display: inline-block;
    padding: 15px 20px;
    border-radius: .5rem;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
    border-bottom-width: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: all .1s ease-in;
}

a.yellow i {
    color: #183153;
}

a.yellow:hover {
    background-color: #fab005;
    transition: all .1s ease-in;
}

a.yellow i {
    margin-right: 10px;
}

p.yello_text {
    font-size: 13px;
    margin-right: 10px;
    line-height: 19px;
    color: #ffd43b;
    margin-bottom: 0px;
    margin-left: 15px;
    display: inline-block;
}

.pro_buttton {
    display: flex;
    align-items: center;
}

.blue_bg {
    position: relative;
}

.blue_bg .img {
    margin-top: 0;
    text-align: right;
    right: -34px;
    top: -44px;
    position: absolute;
}

.border_top {
    border-top: 4px solid #f1f3f5;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pro_image {
    border-radius: 10px;
    box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.025);
    width: auto;
    max-width: 100%;
}

.pro_text_inner h3 {
    font-size: 28px;
    line-height: 29px;
    color: #495057;
    font-weight: 500;
}

.pro_text_inner p {
    font-size: 20px;
    line-height: 30px;
    color: #495057;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pro_text_inner p a:hover {
    color: #007bff;
    text-decoration: underline;
}

a.blue_button {
    background-color: #228be6;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 15px 20px;
    border-radius: .5rem;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
    border-bottom-width: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    transition: all .1s ease-in;
}

a.blue_button i {
    margin-right: 10px;
}

a.blue_button:hover {
    background-color: #1c7ed6;
}

.tec_inner {
    display: flex;
    flex-direction: row;
}

.tec_inner i {
    display: block;
    font-size: 40px;
    color: #495057;
    margin-bottom: 20px;
}

.tec_inner span {
    color: #495057;
    transition: all .1s ease-in;
}

.tec_inner:hover span {
    color: #228be6;
    transition: all .1s ease-in;
}

.work {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.technology {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.work .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.yellow i {
    color: rgb(255, 174, 1);
}

.pruple i {
    color: rgb(162, 89, 255);
}

.green i {
    color: rgb(65, 184, 131);
}

.red i {
    color: rgb(221, 27, 22);
}

.sky i {
    color: rgb(0, 216, 255);
}

.dark_red i {
    color: rgb(224, 78, 57);
}

.blog {
    background-color: #f8f9fa;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.blog_inner {
    min-height: 200px;
}

.blog_inner i {
    font-size: 28px;
}

.green_icon {
    color: #20c997;
}

.blue_icon {
    color: #339af0;
}

.blog_inner h4 {
    font-size: 18px;
    line-height: 18px;
    color: #495057;
    margin-top: 10px;
}

.blog_inner p {
    font-size: 16px;
    line-height: 24px;
}

.blue_background {
    background-color: #1864ab;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

a.green_button {
    font-size: 25px;
    line-height: 29px;
    color: #ffff;
    font-weight: bold;
    display: inline-block;
    padding: 24px;
    border-radius: .5rem;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
    border-bottom-width: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: #20c997;
}

a.green_button i {
    margin-right: 10px;
}

a.green_button:hover {
    background-color: #12b886;
}

.blue_background h4 {
    font-size: 32px;
    line-height: 47px;
    color: #fff;
}

.d_flex {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.upgrade_section {
    background-color: #12b886;
}

.up_inner {
    padding: 3rem 1rem;
    position: relative;
    min-height: 240px;
}

.up_inner h5 {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
}

.up_inner p {
    font-size: 17px;
    line-height: 24px;
    color: #c3fae8;
}

.up_inner a {
    font-size: 17px;
    line-height: 24px;
    color: #c3fae8;
    transition: all .1s ease-in;
}

.up_inner a i {
    margin-left: 5px;
}

.up_inner a:hover {
    color: #fff;
    transition: all .1s ease-in;
}

.up_inner a.play i {
    font-size: 48px;
}

.up_inner video {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
}

.overlay {
    position: absolute;
    background-color: rgb(8, 127, 91, 0.8);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    padding: 3rem 1rem;
    display: flex;
    flex-direction: column;
}

div#video_popup .modal-dialog {
    max-width: 595px;
}

.testimonal {
    /* background-image: url(../images/testimoal_bg.svg); */
    background-repeat-x: repeat;
    position: relative;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-size: 100% 100%;
    width: 100%;
    background-size: auto;
    object-fit: fill;
    background-position: top;
}

.testimonal h4 {
    color: #fff;
}

.testimonal:before {
    content: ' ';
    background-color: rgb(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    height: 234px;
    left: 0;
    width: 100%;
}

.testimonal a svg {
    width: auto;
    max-width: 100%;
    height: 60px;
    color: #ffff;
    transition: all .1s ease-in;
}

.testimonal a:hover svg {
    color: #38d9a9;
    transition: all .1s ease-in;
}

.cust_pad {
    padding-top: 41px;
}


/* home banner section end */


/* plan page css start */

.banner_blue {
    background: linear-gradient(#155592, #1c7ed6);
    margin-top: -112px;
    padding-bottom: 120px;
}

.banner_blue h1 {
    margin-top: 160px;
    font-size: 50px;
    line-height: 56px;
    color: #fff;
}

.banner_blue p {
    font-size: 25px;
    line-height: 38px;
    color: #a5d8ff;
}

.margin_top {
    margin-top: -27px;
}

.margin_top h2 {
    margin-top: -19px;
    background-color: #fff;
    width: 300px;
    margin: -19px auto 0;
    padding: 0;
}

.margin_top h3 {
    margin-top: -19px;
    background-color: #fff;
    width: 300px;
    margin: -19px auto 0;
    padding: 0;
}

.border_top.margin_top {
    padding-top: 0px;
}

.blog.padding_top {
    padding-top: 6rem;
}

.faq_section {
    background-color: #f8f9fa;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 6rem;
    padding-bottom: 3rem;
}

.faq_section .margin_top h2 {
    background-color: #f8f9fa;
    width: 200px;
}

.faq_inner h5 {
    font-size: 20px;
    line-height: 25px;
}

.faq_inner h5 i {
    color: #20c997;
    margin-right: 10px;
}

.faq_inner p a {
    color: #20c997;
    text-decoration: underline;
}

.faq_inner p {
    /* margin-left: 45px; */
    font-size: 16px;
    line-height: 24px;
    color: #495057;
}

.faq_inner {
    margin-bottom: 60px;
}

.new_bg:before {
    background-color: #e8eaec;
    height: 171px;
}

.new_bg h6 a {
    color: #228be6;
    text-decoration: underline;
}

.plan_section {
    padding: 50px 0;
}

.plan {
    width: 320px;
}

.plan_header.text-center {
    background-color: #d0ebff;
    color: #495057;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.plan_header.text-center i {
    font-size: 58px;
}

.plan_header.text-center h4 {
    font-size: 28px;
    margin-top: 10px;
}

.plan_header.text-center h2 {
    font-size: 40px;
    font-weight: bold;
}

.plan_header.text-center h6 {
    font-size: 20px;
}

.plan_set {
    background-color: #e7f5ff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 18px;
    line-height: 18px;
}

.plan_set i {
    margin-right: 10px;
}

.plan_set.disable span {
    text-decoration: line-through;
}

.disable {
    color: #adb5bd !important;
}

.disable i {
    color: #adb5bd !important;
}

.plan_section {
    background-color: #f8f9fa;
}

.plan_detail {
    background-color: #ffffff;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.plan_detail i {
    font-size: 18px;
    color: #228be6;
    margin-right: 10px;
    width: 20px;
}

.plan_detail div {
    font-size: 18px;
    line-height: 18px;
    color: #495057;
    padding: 10px 0px;
}

.plan_footer a i {
    margin-right: 10px;
}

.plan_footer a {
    border-radius: .5rem;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0125), 0 1px 1px rgba(0, 0, 0, 0.05);
    border-bottom-width: 1px !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 18px;
    color: #228be6;
    border-radius: .5rem;
    width: 100%;
    display: block;
}

.plan_footer a:hover {
    color: #ffffff;
    background-color: #1971c2;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
}

.plan_footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #f1f3f5;
    border-bottom-left-radius: 5px;
    box-shadow: 0 0.25rem 0.125rem 0 rgba(0, 0, 0, 0.05);
    border-bottom-right-radius: 5px;
}

.added_padding{
    margin-left: 50px;
}

.popular .plan_header.text-center {
    background-color: #63e6be;
}

.popular .plan_header.text-center.change_bg_color {
    /* background-color: #63e6be; */
    background-color: #d0ebff;

}

.popular .plan_set {
    background-color: #183153;
}

.popular .plan_detail i {
    color: #12b886;
}

.popular .plan_footer {
    background-color: #c3fae8;
    border-top-color: #96f2d7;
}

.popular .plan_footer a {
    background-color: #12b886;
    color: #ffff;
}

.popular .plan_footer a:hover {
    background-color: #099268;
}

.inner.plan_set {
    padding: 0px;
}

.inner div {
    padding: 10px 0px;
    color: #fff;
}

.inner i {
    color: #63e6be;
}

.popular .plan_set i {
    color: #63e6be;
    width: 20px;
}

.popular .plan_set div.expand {
    color: #fff;
}

.inner.plan_set {
    display: none;
}

.inner.plan_set.show {
    display: block;
    padding-top: 15px;
}

.plan_main_div .popular {
    margin-left: 50px;
}

.plan_main_div {
    display: flex;
    justify-content: center;
    margin-top: -140px;
}

.plan_section h5 a {
    color: #228be6;
    text-decoration: underline;
}

.main_logo{
    max-height: 30px;
}

#kt_support_form .form-control-lg{
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    font-size: medium;
}

/* plan page css end */
a.red {
    background-color: #444773;
    margin-right: 20px;
}