/*
* -----------------------
Author       : Bootscore
Author URI:http://spellbit.com/
Template: Spa and beauty bootstrap 4 temaplte
Version      : 1.0.0
* ------------------------
*/

/*  ==========================
            CSS INDEX
    ==========================
 */

/*
1.SETTING CSS
    1.0 Theme Default Css
    ----------------------------------------
  
--------------------------------------------
2.LAYOUT CSS
    2.0 Header Css
    ---------------------------------------
    2.1 Banner Css
    ---------------------------------------
    2.2 menu  Css
    ---------------------------------------
    2.3 Feature  Css
    ---------------------------------------
    2.4 Skills and how its work  Css
    ---------------------------------------
    2.5 Screen  Css
    ---------------------------------------
    2.6 Acrodain  Css
    ---------------------------------------
    2.7 price  Css
    ---------------------------------------
    2.8 Testimonials  Css
    ---------------------------------------
    2.9 contact  Css
    ---------------------------------------
    2.10 counter  Css
    ---------------------------------------
    2.11 team  Css
    ---------------------------------------
    2.12 blog  Css and footer css
    ---------------------------------------
  

/*  ==========================
            CSS INDEX
    ==========================
 */

/*----------------------MAIN CSS START FORM HERE-------------------------*/

/*1.0 STEP RESET CSS*/

html,
body {
    height: 100%;
}

body {
    line-height: 32px;
    font-size: 16px;
    color: #9296a3;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    body {
        font-size: 16px;
        line-height: 30px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0 0 0px;
    font-family: "Raleway", sans-serif;
    color: #1b1b1b;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

p {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0 0 0px;
}

@media (max-width: 767.98px) {
    p {
        font-size: 16px;
        line-height: 30px;
    }
}

a {
    color: #2368fd;
}

a:hover {
    text-decoration: none;
}

.home-2 h1,
.home-2 h2,
.home-2 h3,
.home-2 h4,
.home-2 h5,
.home-2 h6 {
    font-family: 'Function-Bold';
}

img {
    max-width: 100%;
}
.single-feature img{
width:100%;
height:100%;
}
.color-white{color:#fff;}
.btn-mr,
.single-price-table2 .price-footer a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 13px 30px;
    text-transform: capitalize;
    -webkit-transition: all 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.24s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 24px;
    white-space: nowrap;
    font-family: "Raleway", sans-serif;
}

.btn-mr.pill,
.single-price-table2 .price-footer a.pill {
    border-radius: 999px;
}

.btn-mr.xs,
.single-price-table2 .price-footer a.xs {
    padding: 7px 30px;
}

.home-2 .btn-mr,
.home-2 .single-price-table2 .price-footer a,
.single-price-table2 .price-footer .home-2 a {
    font-family: 'Function-Bold';
    font-weight: 400 !important;
    text-transform: uppercase;
}

.th-white {
    background: #fff;
    color: #666666;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(36, 119, 201, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(36, 119, 201, 0.3);
}

.th-white:hover {
    background: #2dbafd;
    color: #fff;
}

.th-primary {
    background: #2368fd;
    color: #fff;
    border: 1px solid #2368fd;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.th-primary:hover {
    background: #205ee4;
    border: 1px solid #205ee4;
    color: #fff;
    -webkit-box-shadow: 0px 20px 25px 0px rgba(35, 104, 253, 0.15);
    box-shadow: 0px 20px 25px 0px rgba(35, 104, 253, 0.15);
}

.th-primary:focus {
    outline: none;
    color: #fff;
}

.th-primary2,
.th-secondary2 {
    background: #7aa6f1;
    color: #fff;
    border: 1px solid #7aa6f1;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.th-primary2:hover,
.th-secondary2:hover {
    background: #2368fd;
    border: 1px solid #2368fd;
    color: #fff;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.th-primary2:focus,
.th-secondary2:focus {
    outline: none;
    color: #fff;
}

.th-circle,
.th-circle2 {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #7aa6f1;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.1);
    margin-left: 10px;
    -webkit-transition: all 0.24s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.24s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.th-circle:hover,
.th-circle2:hover {
    color: #fff;
}

.th-circle2 {
    color: #2368fd;
    background: #fff;
}

.th-circle2:hover {
    background: #fff;
    color: #2368fd;
}

.th-secondary {
    background: #2dbafd;
    color: #fff;
    border: 1px solid #2dbafd;
    border-radius: 3px;
}

.th-secondary:hover {
    background: #29a7e4;
    border: 1px solid #29a7e4;
    color: #fff;
}

.th-secondary:focus {
    outline: none;
    color: #fff;
}

.th-secondary2 {
    background: #2368fd;
    color: #fff;
    border: 1px solid #2368fd;
}

.th-secondary2:hover {
    background: #7aa6f1;
    border: 1px solid #7aa6f1;
}

.th-primary-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.th-primary-outline:hover {
    background: #2368fd;
    border: 2px solid #2368fd;
    color: #fff;
}

.th-primary-outline:focus {
    outline: none;
    color: #fff;
}

.th-primary-outline2 {
    background: transparent;
    color: #8b8b8b;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.th-primary-outline2:hover {
    background: #2dbafd;
    border: 1px solid #2dbafd;
    color: #fff;
    -webkit-box-shadow: 0px 14px 25px 0px rgba(0, 207, 242, 0.15);
    box-shadow: 0px 14px 25px 0px rgba(0, 207, 242, 0.15);
}

.th-primary-outline2:focus {
    outline: none;
    color: #fff;
}

.th-primary-outline2white {
    background: transparent;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.th-primary-outline2white:hover {
    background: #2dbafd;
    border: 1px solid #2dbafd;
    color: #fff;
    -webkit-box-shadow: 0px 14px 25px 0px rgba(0, 207, 242, 0.15);
    box-shadow: 0px 14px 25px 0px rgba(0, 207, 242, 0.15);
}

.th-primary-outline2white:focus {
    outline: none;
    color: #fff;
}

.th-secondary-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.th-secondary-outline:hover {
    background: #2dbafd;
    border: 2px solid #2dbafd;
    color: #fff;
}

.th-secondary-outline:focus {
    outline: none;
    color: #fff;
}

.th-gradient,
.single-price-table2 .price-footer a {
    background: -webkit-gradient(linear, left top, right top, from(#2368fd), to(#2dbafd));
    background: linear-gradient(to right, #2368fd, #2dbafd);
    color: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.th-gradient:after,
.single-price-table2 .price-footer a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: -webkit-gradient(linear, right top, left top, from(#2368fd), to(#2dbafd));
    background: linear-gradient(to left, #2368fd, #2dbafd);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.36s cubic-bezier(0.47, 0, 0.745, 0.715);
    color: #fff !important;
}

.th-gradient:hover,
.single-price-table2 .price-footer a:hover {
    color: #fff !important;
}

.th-gradient:hover:after,
.single-price-table2 .price-footer a:hover:after {
    opacity: 1;
    visibility: visible;
}

.th-outline-gradient-primary {
    background: transparent;
    color: #333;
    border-radius: 3px;
    border: 1px solid #2368fd;
    position: relative;
    z-index: 1;
}

.th-outline-gradient-primary:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#2368fd), to(#2dbafd));
    background: linear-gradient(to right, #2368fd, #2dbafd);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
    color: #333 !important;
}

.th-outline-gradient-primary:hover {
    color: #fff !important;
    border: 1px solid transparent;
}

.th-outline-gradient-primary:hover:after {
    opacity: 1;
    visibility: visible;
}

.th-outline-gradient-secondary {
    background: transparent;
    color: #333;
    border-radius: 3px;
    border: 1px solid #2dbafd;
    position: relative;
    z-index: 1;
}

.th-outline-gradient-secondary:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, from(#2dbafd), to(#2368fd));
    background: linear-gradient(to right, #2dbafd, #2368fd);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 0.24s cubic-bezier(0.47, 0, 0.745, 0.715);
    color: #333 !important;
}

.th-outline-gradient-secondary:hover {
    color: #fff !important;
    border: 1px solid transparent;
}

.th-outline-gradient-secondary:hover:after {
    opacity: 1;
    visibility: visible;
}

.btn {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    border-radius: 0px;
    padding: 8px 30px;
    font-weight: 400;
    -webkit-transition: all 0.24s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.24s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.btn.pill {
    border-radius: 999px;
}

.btn-primary {
    color: #fff !important;
    background: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background: #006fe6;
    border-color: #006fe6;
}

.btn-secondary {
    color: #fff !important;
    background: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    background: #616971;
    border-color: #616971;
}

.btn-success {
    color: #fff !important;
    background: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    background: #24963e;
    border-color: #24963e;
}

.btn-danger {
    color: #fff !important;
    background: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    background: #c6303e;
    border-color: #c6303e;
}

.btn-warning {
    color: #fff !important;
    background: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    background: #e6ae06;
    border-color: #e6ae06;
}

.btn-info {
    color: #fff !important;
    background: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    background: #1592a6;
    border-color: #1592a6;
}

.btn-light {
    color: #666 !important;
    background: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    background: #ecedee;
    border-color: #ecedee;
}

.btn-dark {
    color: #fff !important;
    background: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    background: #2f343a;
    border-color: #2f343a;
}

.section-title {
    font-size: 36px;
    margin: 0 0 25px;
    font-weight: 400;
}
.section-title span{
    font-size: 0.5em;
    display: block;
    color:#666;
    text-transform: capitalize;
    padding-top: 5px;
}
.sec-titile-wrapper {
    margin-bottom: 50px;
}

.sec-titile-wrapper a.btn-mr,
.sec-titile-wrapper .single-price-table2 .price-footer a,
.single-price-table2 .price-footer .sec-titile-wrapper a {
    margin-top: 20px;
}

.sec-titile-wrapper a.btn-iconsecondary2,
.sec-titile-wrapper a.btn-iconprimary2 {
    margin-right: 5px;
}

.sec-titile-wrapper.white-clr .section-title,
.sec-titile-wrapper.white-clr p {
    color: #fff;
}

.home-2 .section-title {
    font-family: 'Function-Bold';
    color: #42535e;
}

/*2.0 Header Css*/

.site-header .navbar {
    padding: 15px 0;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.site-header.sticky .navbar {
    padding: 10px 0;
    background: #2368fd;
}

.site-header .navbar.homepage2 {
    padding: 15px 0;
}

.site-header.sticky .navbar.homepage2 {
    background-image: -webkit-gradient(linear, left top, right top, from(#27c2fd), to(#7f46ff));
    background-image: linear-gradient(90deg, #27c2fd 0%, #7f46ff 100%);
    -webkit-box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.1);
    box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.1);
    padding: 10px 0;
}

.container-fluid.custom-container {
    padding-left: 8%;
    padding-right: 8%;
}

.site-header .main-menu a.btn-mr,
.site-header .main-menu .single-price-table2 .price-footer a,
.single-price-table2 .price-footer .site-header .main-menu a {
    margin: 0 5px;
}

.softbay-preloder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #fff;
}

.softbay-preloder #pre-1 {
    height: 200px;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.XvFHuXOd_0 {
    stroke-dasharray: 4333 4335;
    stroke-dashoffset: 4334;
    -webkit-animation: XvFHuXOd_draw_0 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
    animation: XvFHuXOd_draw_0 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
}

.XvFHuXOd_1 {
    stroke-dasharray: 3623 3625;
    stroke-dashoffset: 3624;
    -webkit-animation: XvFHuXOd_draw_1 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
    animation: XvFHuXOd_draw_1 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
}

.XvFHuXOd_2 {
    stroke-dasharray: 1292 1294;
    stroke-dashoffset: 1293;
    -webkit-animation: XvFHuXOd_draw_2 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
    animation: XvFHuXOd_draw_2 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
}

.XvFHuXOd_3 {
    stroke-dasharray: 1210 1212;
    stroke-dashoffset: 1211;
    -webkit-animation: XvFHuXOd_draw_3 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
    animation: XvFHuXOd_draw_3 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
}

.XvFHuXOd_4 {
    stroke-dasharray: 534 536;
    stroke-dashoffset: 535;
    -webkit-animation: XvFHuXOd_draw_4 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
    animation: XvFHuXOd_draw_4 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
}

.XvFHuXOd_5 {
    stroke-dasharray: 124 126;
    stroke-dashoffset: 125;
    -webkit-animation: XvFHuXOd_draw_5 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
    animation: XvFHuXOd_draw_5 2800ms linear 0ms infinite, XvFHuXOd_fade 2800ms linear 0ms infinite;
}

@-webkit-keyframes XvFHuXOd_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes XvFHuXOd_draw {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes XvFHuXOd_fade {
    0% {
        stroke-opacity: 1;
    }
    85.71428571428572% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

@keyframes XvFHuXOd_fade {
    0% {
        stroke-opacity: 1;
    }
    85.71428571428572% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}

@-webkit-keyframes XvFHuXOd_draw_0 {
    7.142857142857142% {
        stroke-dashoffset: 4334;
    }
    34.977008246204434% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes XvFHuXOd_draw_0 {
    7.142857142857142% {
        stroke-dashoffset: 4334;
    }
    34.977008246204434% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes XvFHuXOd_draw_1 {
    34.977008246204434% {
        stroke-dashoffset: 3624;
    }
    58.25134225601768% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes XvFHuXOd_draw_1 {
    34.977008246204434% {
        stroke-dashoffset: 3624;
    }
    58.25134225601768% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes XvFHuXOd_draw_2 {
    58.251342256017665% {
        stroke-dashoffset: 1293;
    }
    66.55534718832686% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes XvFHuXOd_draw_2 {
    58.251342256017665% {
        stroke-dashoffset: 1293;
    }
    66.55534718832686% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes XvFHuXOd_draw_3 {
    66.55534718832686% {
        stroke-dashoffset: 1211;
    }
    74.33272535772086% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes XvFHuXOd_draw_3 {
    66.55534718832686% {
        stroke-dashoffset: 1211;
    }
    74.33272535772086% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes XvFHuXOd_draw_4 {
    74.33272535772085% {
        stroke-dashoffset: 535;
    }
    77.7686438718627% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes XvFHuXOd_draw_4 {
    74.33272535772085% {
        stroke-dashoffset: 535;
    }
    77.7686438718627% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes XvFHuXOd_draw_5 {
    77.76864387186272% {
        stroke-dashoffset: 125;
    }
    78.57142857142857% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes XvFHuXOd_draw_5 {
    77.76864387186272% {
        stroke-dashoffset: 125;
    }
    78.57142857142857% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/*2.1 Banner Css*/

.bannerarea {
    height: 100vh;
    width: 100%;
}

.bannerarea.video-play-box {
    height: 90vh;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 34;
}

.bannerarea.home-page-1 {
    background-image: url(../images/banner/banner1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.bannerarea.home-page-2 {
    background-image: url(../images/banner/banner2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerarea.home-page-2 {
    background-position: bottom;
}

.bn-height {
    height: 100vh;
}

.video-play-height.bn-height {
    height: 90vh;
}

.banner-content {
    color: #fff;
    position: relative;
    z-index: 888;
}

.banner-content {
    margin-top: -200px;
}

.banner-content.video {
    margin-top: 0px;
}

.banner-content.fx {
    margin-top: 0px;
}

.banner-content h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 0 20px;
    text-transform: capitalize;
    color: #fff;
}

.banner-content h2 span {
    font-weight: 100;
}

.banner-content p {
    font-size: 18px;
    margin: 0 0 30px;
    padding-right: 150px;
    color: #fff;
}

.banner-content a {
    margin-right: 5px;
}

.bannerarea.home-page-2 .banner-content {
    color: #fff;
}

.bannerarea.home-page-2 .banner-content h2 {
    color: #fff;
    font-weight: 600;
}

.bannerarea.home-page-2 .banner-content h2 span {
    display: block;
    font-weight: 100;
}

.bannerarea.home-page-2 .banner-content p {
    color: #fff;
    font-size: 16px;
}

.mbl-1-img {
    position: absolute;
    right: 150px;
    bottom: -11px;
}

.mbl-1-img img {
    height: 480px;
}

.video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-overlay.bg-1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#00cff2), to(#2741e0));
    background-image: linear-gradient(90deg, #00cff2 0%, #2741e0 100%);
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.video-overlay.bg-2::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#27c2fd), to(#7f46ff));
    background-image: linear-gradient(90deg, #27c2fd 0%, #7f46ff 100%);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

a.scrollbottom.smooth-scroll {
    position: absolute;
    color: #fff;
    z-index: 333;
    font-size: 32px;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-animation: fadeInDown 2s infinite;
    animation: fadeInDown 2s infinite;
}

.page-banner {
    position: relative;
    z-index: 1;
    background-image: url(../images/banner/pgebn.jpg);
    height: 350px;
}

.page-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    background-image: -webkit-gradient(linear, left top, right top, from(#236ce4), to(#5591ff));
    background-image: linear-gradient(90deg, #236ce4 0%, #5591ff 100%);
}

.pge-banner-height {
    height: 350px;
}

.banner-content-page {
    padding-top: 40px;
}

.banner-content-page h1,
.banner-content-page h2,
.banner-content-page h3,
.banner-content-page h4,
.banner-content-page h5,
.banner-content-page h6,
.banner-content-page p,
.banner-content-page span {
    color: #fff;
}

.banner-content-page h3 {
    font-size: 36px;
}

.banner-content-page h5 {
    font-size: 18px;
}

.video-paly {
    position: absolute;
    right: 200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 453;
}

.home-2 .banner-content h2 {
    font-family: 'Function-Regular';
    text-transform: none;
    font-weight: 100 !important;
}

.home-2 .banner-content h2 span {
    font-weight: 700 !important;
    font-family: 'Function-Blod';
}

/*2.2 menu  Css*/

.main-menu ul > li.nav-item > a.nav-link {
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 0px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}

.main-menu ul > li.nav-item > a.nav-link:after {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 5px;
    height: 5px;
    content: "";
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.main-menu ul > li.nav-item > a.nav-link:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-animation: fadeInUp 0.24s cubic-bezier(1, 0.02, 0, 0.35);
    animation: fadeInUp 0.24s cubic-bezier(1, 0.02, 0, 0.35);
}

.main-menu ul > li.nav-item > a.nav-link:focus {
    outline: none;
}

.main-menu ul > li.nav-item > a.nav-link.active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

.site-header.sticky .main-menu a.btn-mr:hover,
.site-header.sticky .main-menu .single-price-table2 .price-footer a:hover,
.single-price-table2 .price-footer .site-header.sticky .main-menu a:hover {
    background: #fff;
    color: #2368fd;
}

.site-header.sticky .main-menu ul > li.nav-item > a.nav-link {
    margin-left: 10px;
    margin-right: 10px;
}

.main-menu .dropdown-menu {
    background: #fff;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    display: block;
    margin-top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    border: none !important;
    outline: none;
    -webkit-box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.1);
    box-shadow: 0 10px 10px 0 rgba(145, 145, 145, 0.1);
    padding: 0px;
    border-radius: 3px;
    min-width: 200px;
}

.main-menu .dropdown:hover .dropdown-menu,
.main-menu.dropdown.show .dropdown-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-menu .dropdown-toggle:after {
    border: none;
}

.dropdown-item {
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0px 20px;
}

.dropdown-item:hover {
    background: #2368fd;
    color: #fff;
    padding-left: 25px;
}

.main-menu.homepage2 .dropdown-item:hover {
    background: #2dbafd;
}

.site-header.sticky .main-menu.homepage2 a.btn-mr,
.site-header.sticky .main-menu.homepage2 .single-price-table2 .price-footer a,
.single-price-table2 .price-footer .site-header.sticky .main-menu.homepage2 a {
    color: #fff;
}

.site-header.sticky .main-menu.homepage2 a.btn-mr:hover,
.site-header.sticky .main-menu.homepage2 .single-price-table2 .price-footer a:hover,
.single-price-table2 .price-footer .site-header.sticky .main-menu.homepage2 a:hover {
    color: #fff;
    border: 1px solid #2dbafd;
    background: #2dbafd;
}

.navbar-toggler-icon {
    display: block;
    width: 35px;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
    -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.navbar-toggler-icon:nth-child(2) {
    width: 20px;
}

.navbar-toggler:hover .navbar-toggler-icon:nth-child(2) {
    margin-left: 8px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(6px);
    transform: rotate(45deg) translateX(6px);
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    margin-left: -20px;
}

.navbar-toggler.cg .navbar-toggler-icon:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(10px, -4px);
    transform: rotate(-45deg) translate(10px, -4px);
    width: 35px;
}

.site-header.sticky .homepage2 .navbar-toggler-icon {
    background: #fff;
}

.site-header.sticky .main-menu.homepage2.whitenav ul > li.nav-item > a.nav-link {
    color: #8b8b8b;
}

.main-menu ul > li.dropdown:after {
    position: absolute;
    right: -3px;
    content: "\eb25";
    font-family: "icofont";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.site-header.sticky .main-menu ul > li.dropdown:after {
    right: -6px;
}

span.menu-title {
    display: block;
    color: #292d46;
    text-transform: capitalize;
    padding: 0px;
    border-bottom: 1px dashed #666;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 500;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
    .main-menu ul > li.nav-item > a.nav-link {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 1199.98px) {
    .navbar-nav {
        background: #2368fd;
        padding: 15px;
        border-radius: 3px 3px 0px 0px;
    }
    .home-2 .navbar-nav {
        background: transparent;
    }
    .main-menu .dropdown-menu {
        height: 0px;
    }
    .main-menu ul > li.dropdown:hover > .dropdown-menu {
        height: auto;
    }
    .main-menu ul > li.nav-item > a.nav-link {
        padding: 2px 0;
        font-size: 14px;
    }
    .main-menu ul > li.nav-item > a.nav-link:after {
        display: none;
    }
    .homepage2 .navbar-nav {
        background-image: -webkit-gradient(linear, right top, left top, from(#27c2fd), to(#7f46ff));
        background-image: linear-gradient(-90deg, #27c2fd 0%, #7f46ff 100%);
    }
    .main-menu ul > li.dropdown:after {
        display: none;
    }
    .sing-button {
        background: #2368fd;
        padding: 0px 15px 15px;
        border-radius: 0px 0px 3px 3px;
    }
    .home-2 .sing-button {
        background-image: -webkit-gradient(linear, right top, left top, from(#27c2fd), to(#7f46ff));
        background-image: linear-gradient(-90deg, #27c2fd 0%, #7f46ff 100%);
    }
}

/*2.2 Feature  Css*/

.feature-area {
    padding: 100px 0 70px;
    position: relative;
    background-color: #fff;
}

.feature-area.homepage2 {
    background-image: url(../images/all-img/feturebgshape.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.feature-bg-shape-1 {
    background-image: url(../images/all-img/serbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 532px;
    position: absolute;
    right: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feature-bg-shape-1.homepage2 {
    background-image: url(../images/all-img/serbg2.png);
    height: 350px;
}

.feature-bg-shape-2 {
    background-image: url(../images/all-img/featurebg.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 672px;
    background-size: contain;
    background-repeat: no-repeat;
}

.single-feature {
    margin-bottom: 30px;
    background-color: #fff;
    min-height: 300px;
    -webkit-box-shadow: 0px 63px 83px 0px rgba(145, 145, 145, 0.15);
    box-shadow: 0px 63px 83px 0px rgba(145, 145, 145, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    border-radius: 5px;
}

.single-feature h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}

.single-feature h3 a {
    color: #1b1b1b;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.single-feature p {
    font-size: 14px;
    word-break: keep-all;
    margin: 0 0 0;
	line-height:1.6;
    font-weight: 400;
    colro: #9296a3;
	width:100%;
}

.single-feature:hover h3 a {
    color: #4686f7;
}

.singlefeature {
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    -webkit-transition: all 0.24s cubic-bezier(1, 0.76, 0, 0.03);
    transition: all 0.24s cubic-bezier(1, 0.76, 0, 0.03);
    border-radius: 5px;
}

.singlefeature .feature-thumb {
    margin-bottom: 25px;
}

.singlefeature h3 {
    font-size: 18px;
    color: #62727d;
    text-transform: capitalize;
    line-height: 30px;
    margin: 0 0 25px;
}

.singlefeature h3 a {
    color: #62727d;
}

.singlefeature h3 span {
    display: block;
}

.singlefeature p {
    color: #999999;
}

.singlefeature:hover {
    -webkit-box-shadow: 0px 15px 20px 0px rgba(145, 145, 145, 0.15);
    box-shadow: 0px 15px 20px 0px rgba(145, 145, 145, 0.15);
}

.singlefeature:hover .feature-thumb img {
    -webkit-animation: zoomIn 400ms cubic-bezier(1, 0.76, 0, 0.03);
    animation: zoomIn 400ms cubic-bezier(1, 0.76, 0, 0.03);
}

.home-2 .singlefeature h3 {
    font-family: 'Function-Bold';
}
.step{
    padding: 0;list-style: none;width: 100%;overflow: hidden;
}
.step li{
    float: left;width: 23.5%;
    margin-right:2%;
    border: 5px solid #236ce4;
    background:#fff;
    height: auto;
    display: table;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px 0px 10px 0px;
    min-height: 170px;
}
.step li:last-child{
    margin-right: 0;
}


.step li h4{color:#333;width: 100%;display: table-header-group;border-bottom: 1px solid #f0f0f0;}
.step li h4 span{display: block;width: 100%;padding:5px 0;font-size: 0.75em;color:#666;}
.step li p{display: table-cell;vertical-align: middle;color:#666;word-break: keep-all;line-height: 1.6;font-size: 0.75em;}
.steptitle{
    padding: 100px 10px 10px 10px;
    box-sizing: border-box;
    display: block;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.bablue{
    background-image: -webkit-gradient(linear, left top, right top, from(#236ce4), to(#5591ff));
    background-image: linear-gradient(90deg, #236ce4 0%, #5591ff 100%);
    border-radius: 10px 0px 10px 0px;
    color:#fff;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    font-size: 20px;
}



.count-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#236ce4), to(#5591ff));
    background-image: linear-gradient(90deg, #236ce4 0%, #5591ff 100%);
    border-radius: 5px 0px 0px 0px;
}
.modulp{font-size: 16px !important;color:#333;text-align: left;padding-left: 10px;width: 100%;padding:10px 0;}
.modul{text-align: left;width: 100%;padding: 0;list-style: none;}
.modul li{display: inline-block;padding: 0 5px;background:#236ce4;color:#fff;text-align: center;border-radius: 10px;margin:5px;font-size: 14px;}

.about-area {
    padding: 50px 0 100px;
    background: #fff;
}
.NumUl{margin-top: 50px;width: 100%;overflow:hidden;padding: 0;margin-bottom: 100px;}
.NumUl li{
    text-align: center;
    list-style: none;
    float: left;
    width: 32.33333334%;
    border:1px solid #f0f0f0;
    border-radius: 20px;
    background:#fff;
    box-sizing: border-box;
    margin-right:1%;
    margin-bottom: 1%;
    padding: 20px;
    min-height: 250px;
}
.NumUl li:last-child{margin-right: 0;}
.NumUl li > div{
    display: inline-block;
    width: 30px;
    height: 30px;
    background:#2368fd;
    border-radius: 50%;
    color:#fff;
    margin-bottom: 10px;
    line-height: 30px;

}
.NumUl li p{
    width: 80%;
    margin: auto;
    padding: 10px 0;
    word-break: keep-all;
    font-size: 14px;
}
/*2.3 business and how its work  Css*/
@media screen and (max-width:1080px){
.step li{float: left;width: 48%;margin:1%;}
.NumUl li{float: left;width: 48%;margin:1%;}
}
@media screen and (max-width:420px){
.step li{float: none;width: 95%;margin:1% auto;}
.step li:last-child{margin-right: auto;}
.NumUl li{float: none;width: 90%;margin:1% auto 3% auto;}
}
.business-area {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.business-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 296px;
    height: 381px;
    background-image: url(../images/all-img/businessbg2.png);
    background-size: contain;
    content: "";
}

.business-area:after {
    background-repeat: no-repeat;
}

.business-area.homepage2::after {
    background-image: none;
}

.business-area.homepage2:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background: #f7f9ff;
    content: "";
    height: 100%;
}

.business-bg1,
.business-bg2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/all-img/businessbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.business-bg1 a.th-circle2,
.business-bg2 a.th-circle2 {
    position: absolute;
    left: 60%;
    top: 50%;
    -webkit-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}

.business-bg2 {
    left: 0;
    right: auto;
    background-image: url(../images/all-img/videobg2.jpg);
    width: 45%;
}

.business-bg2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(12deg, #27c2fd 0%, #7f46ff 100%);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.business-bg2 a.th-circle2 {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #2dbafd;
}

.business-area {
    background: #fff;
}

.business-area .sec-titile-wrapper p a {
    color: #42535e;
    text-decoration: underline;
}

.business-area .sec-titile-wrapper ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    list-style: none;
}

.business-area .sec-titile-wrapper ul li {
    display: block;
    color: #42535e;
    font-size: 18px;
    text-transform: capitalize;
    padding: 5px 0;
}

.business-area .sec-titile-wrapper ul li i {
    padding-right: 10px;
    color: #2dbafd;
}

.home-2 .business-area .sec-titile-wrapper ul li {
    font-family: 'Function-Bold';
}

/*2.4 Screen  Css*/

.amazing-screen {
    padding: 100px 0 80px;
    background-color: #fff;
}

.swiper-pagination.one {
    position: absolute;
    bottom: 0px;
}

.swiper-pagination.one .swiper-pagination-bullet {
    background: #ccc;
    margin: 0 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.swiper-pagination.one .swiper-pagination-bullet-active {
    background: #2368fd;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(100, 25, 217, 0.2);
    box-shadow: 0px 0px 0px 6px rgba(100, 25, 217, 0.2);
}

/*2.6 price  Css*/

.aposh-pricing {
    padding: 100px 0 70px;
    background-color: #fff;
    position: relative;
}

.single-price-table {
    background: #f5f8fd;
    margin-bottom: 30px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    border-radius: 15px;
}

.single-price-table .price-header {
    padding-top: 30px;
    background-image: url("../images/all-img/priceshape.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    border-radius: 15px 15px 0px 0px;
    margin-bottom: 50px;
}

.single-price-table .price-header h4 {
    font-size: 24px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.single-price-table .price-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
}

.single-price-table .price-header h3 span {
    font-weight: 300;
    display: block;
    font-size: 16px;
    margin-top: 5px;
}

.single-price-table .price-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-price-table .price-body ul li {
    display: block;
    font-size: 14px;
    color: #888888;
    padding: 5px 0;
}

.single-price-table .price-footer {
    background-repeat: no-repeat;
}

.single-price-table .price-footer {
    padding: 50px 0 30px;
    border-radius: 15px;
}

.single-price-table .price-footer a {
    color: #2368fd;
    text-transform: capitalize;
    display: inline-block;
    padding: 6px 45px;
    border-radius: 999px;
    border: 1px solid #2368fd;
    font-weight: 500;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.single-price-table:hover {
    -webkit-box-shadow: 0px 63px 83px 0px rgba(133, 133, 133, 0.2);
    box-shadow: 0px 63px 83px 0px rgba(133, 133, 133, 0.2);
}

.single-price-table:hover .price-footer a {
    background: #2368fd;
    color: #fff;
}

.get-the-app {
    position: relative;
    z-index: 3;
}

.get-the-app:before {
    position: absolute;
    background-image: url(../images/all-img/bgi.png);
    background-size: contain;
    height: 351px;
    width: 365px;
    content: "";
    left: 0;
    bottom: -94px;
    z-index: -3;
}

.get-the-app:after {
    background-image: url(../images/all-img/bg2.jpg);
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.get-app-height {
    height: 600px;
}

.get-app-height .app-titile {
    z-index: 2;
    padding-left: 100px;
}

.get-the-app.hm2:before {
    display: none;
}

.all-price-table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-price-table2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    border: 1px solid #eee;
    overflow: hidden;
}

.single-price-table2 .price-header2 {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}

.single-price-table2 .price-header2 h3 {
    font-size: 33px;
    display: inline-block;
    font-family: 'Function Regular';
    position: relative;
    z-index: 1;
    margin: 0 0 30px;
    color: #41525d;
}

.single-price-table2 .price-header2 h3:after {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#27c2fd), to(#7f46ff));
    background-image: linear-gradient(180deg, #27c2fd 0%, #7f46ff 100%);
    content: "";
}

.single-price-table2 .price-header2 h5 {
    margin: 30px 0 0;
    color: #999999;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'Function Regular';
}

.single-price-table2 .price-header2 h5 span {
    color: #2dbafd;
    font-family: 'Function Bold';
}

.single-price-table2 .price-body2 {
    padding: 15px 30px 0px 30px;
}

.single-price-table2 .price-body2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-price-table2 .price-body2 ul li {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.single-price-table2 .price-body2 ul li i {
    font-size: 20px;
}

.single-price-table2 .price-body2 ul li span {
    display: block;
    color: #42535e;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Function Bold';
}

.single-price-table2 .price-body2 ul li p {
    margin: 0 0 0;
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}

.single-price-table2 .price-footer {
    padding: 20px 0;
}

.single-price-table2 .price-footer a {
    background: #d4f2ff;
    color: #2abdfd;
}

.single-price-table2 .price-footer a:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#27c2fd), to(#7f46ff));
    background-image: linear-gradient(180deg, #27c2fd 0%, #7f46ff 100%);
    border-radius: 3px;
}

.single-price-table2:nth-child(1) {
    border-right: 1px solid transparent;
}

.single-price-table2:nth-child(3) {
    border-left: 1px solid transparent;
}

.single-price-table2.active {
    -webkit-box-shadow: 0px 40px 30px 0px rgba(66, 133, 244, 0.15);
    box-shadow: 0px 40px 30px 0px rgba(66, 133, 244, 0.15);
}

.single-price-table2.active .price-header2 {
    position: relative;
    z-index: 1;
}

.single-price-table2.active .price-header2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    content: "";
    background-image: linear-gradient(-45deg, #27c2fd 0%, #7f46ff 100%);
}

.single-price-table2.active .price-body2 ul li i {
    color: #2dbafd;
}

.single-price-table2.active .price-footer a {
    background-image: -webkit-gradient(linear, right top, left top, from(#27c2fd), to(#7f46ff));
    background-image: linear-gradient(right, #27c2fd 0%, #7f46ff 100%);
    color: #fff;
}

.feature-bg-shape-1.pos-2 {
    left: 100px;
    right: auto;
}

.ribbon {
    position: absolute;
    left: -45px;
    width: 216px;
    background: #2dbafd;
    -webkit-transform: rotate(136deg);
    transform: rotate(136deg);
    top: 37px;
    color: #fff;
}

.ribbon span {
    display: block;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    font-size: 14px;
    text-align: center;
}

/*2.6 Testimonials  Css*/

.testimonails-area {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #f5f8ff;
}

.testimonails-area.homepage2 {
    background-image: url(../images/all-img/testibg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.testimonails-area.homepage2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(12deg, #27c2fd 0%, #7f46ff 100%);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    z-index: -1;
}

.testimonilas-active .owl-item {
    padding: 63px 0 100px;
}

.testimonilas-active .owl-item img {
    width: auto;
    margin: auto;
    border: 2px solid #eee;
    position: absolute;
    left: 50%;
}

.testimonilas-active .owl-item img {
    top: -43px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.single-testimonials {
    background: #f5f8ff;
    padding: 20px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(35, 104, 253, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(35, 104, 253, 0.15);
    border-radius: 10px;
    position: relative;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.24s cubic-bezier(0.77, 0.31, 0, 0.74);
    transition: all 0.24s cubic-bezier(0.77, 0.31, 0, 0.74);
}

.single-testimonials:hover {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(35, 104, 253, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(35, 104, 253, 0.1);
    background: #fff;
}

.single-testimonials h4 {
    text-transform: capitalize;
    color: #8a8592;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin: 30px 0 8px;
    line-height: 18px;
}

.single-testimonials h5 {
    font-size: 16px;
    color: #8a8592;
    margin: 0 0 0;
    text-transform: capitalize;
}

.single-testimonials p {
    font-size: 16px;
    line-height: 30px;
    color: #8a8592;
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
}

.single-testimonials p:after {
    position: absolute;
    left: 0;
    content: "\f0b1";
    font-family: "icofont";
    top: -10px;
    font-size: 60px;
    color: #f5f8ff;
    z-index: -1;
}

.testimonilas-active .owl-item.center .single-testimonials {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(35, 104, 253, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(35, 104, 253, 0.1);
}

.testimonilas-active .owl-item.center img {
    border: 2px solid #2368fd;
}

.testimonilas-active.homepage2 .owl-item.center img,
.testimonilas-active.homepage2 .owl-item img {
    border: none;
}

.testimonilas-active .owl-item.center .single-testimonials {
    background: #fff;
}

.testi-titleposition {
    padding-right: 50px;
}

.testimonilas-active .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}

.testimonilas-active .owl-dot {
    background: #dadada;
    margin: 13px 8px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.testimonilas-active .owl-dot.active {
    background: #2368fd;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(35, 104, 253, 0.15);
    box-shadow: 0px 0px 0px 6px rgba(35, 104, 253, 0.15);
    position: relative;
}

.testimonilas-active.homepage2 .owl-dot.active {
    background: #2dbafd;
    -webkit-box-shadow: 0px 0px 0px 6px #e5fafe;
    box-shadow: 0px 0px 0px 6px #e5fafe;
}

.testimonilas-active.homepage2 .owl-dot {
    background: #fff;
    height: 8px;
    width: 8px;
}

.testimonilas-active.homepage2 .owl-dot.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid #fff;
}

.homepage2.testimonilas-active .single-testimonials {
    background: #fff;
}

.homepage2.testimonilas-active .single-testimonials h4 {
    font-family: 'Function-Bold';
    color: #1b1b1b;
}

.homepage2.testimonilas-active .single-testimonials h5 {
    font-family: 'Function-Regular';
}

/*2.7 contact  Css*/

#googleMap {
    width: 100%;
    height: 300px;
}

.get-in-box {
    background: #f5f8fd;
    border-radius: 10px;
    padding: 45px 30px;
    position: relative;
    top: -100px;
    -webkit-box-shadow: 0px 20px 18px 2px rgba(145, 145, 145, 0.15);
    box-shadow: 0px 20px 18px 2px rgba(145, 145, 145, 0.15);
}

.get-in-box.homepage2 {
    background: #fff;
}

h3.get-title {
    color: #27283d;
    font-size: 24px;
    margin-bottom: 30px;
}

.single-get-intocuh h5 {
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.single-get-intocuh h5 i {
    padding-right: 10px;
    font-size: 20px;
    color: #2368fd;
}

.single-get-intocuh address {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.single-get-intocuh a {
    color: #333;
}

.get-in-box.homepage2 .single-get-intocuh i {
    color: #2dbafd;
}

.single-get-intocuh.border-LR {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.get-in-form input[type="text"],
.get-in-form input[type="email"],
.get-in-form input[type="tel"],
.get-in-form input[type="number"],
.get-in-form textarea {
    height: 46px;
    width: 100%;
    margin-bottom: 17px;
    border: 1px solid #eee;
}

.get-in-form input[type="text"]::-webkit-input-placeholder,
.get-in-form input[type="email"]::-webkit-input-placeholder,
.get-in-form input[type="tel"]::-webkit-input-placeholder,
.get-in-form input[type="number"]::-webkit-input-placeholder,
.get-in-form textarea::-webkit-input-placeholder {
    color: #8a8592;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.get-in-form input[type="text"]:-ms-input-placeholder,
.get-in-form input[type="email"]:-ms-input-placeholder,
.get-in-form input[type="tel"]:-ms-input-placeholder,
.get-in-form input[type="number"]:-ms-input-placeholder,
.get-in-form textarea:-ms-input-placeholder {
    color: #8a8592;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.get-in-form input[type="text"]::-ms-input-placeholder,
.get-in-form input[type="email"]::-ms-input-placeholder,
.get-in-form input[type="tel"]::-ms-input-placeholder,
.get-in-form input[type="number"]::-ms-input-placeholder,
.get-in-form textarea::-ms-input-placeholder {
    color: #8a8592;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.get-in-form input[type="text"]::placeholder,
.get-in-form input[type="email"]::placeholder,
.get-in-form input[type="tel"]::placeholder,
.get-in-form input[type="number"]::placeholder,
.get-in-form textarea::placeholder {
    color: #8a8592;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.get-in-form input[type="text"]:focus,
.get-in-form input[type="email"]:focus,
.get-in-form input[type="tel"]:focus,
.get-in-form input[type="number"]:focus,
.get-in-form textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #2368fd;
}

.get-in-form.homepage2 input[type="text"]:focus,
.get-in-form.homepage2 input[type="email"]:focus,
.get-in-form.homepage2 input[type="tel"]:focus,
.get-in-form.homepage2 input[type="number"]:focus,
.get-in-form.homepage2 textarea:focus,
.get-in-form.homepage2 textarea:focus {
    border: 1px solid #2dbafd;
}

.get-in-form textarea {
    height: 150px;
    padding-top: 30px;
}

footer.site-footer {
    background: #f5f8fd;
    padding: 100px 0 50px;
}

footer.site-footer.homepage2 {
    background: #2a3134;
    position: relative;
    z-index: 1;
}

footer.site-footer.homepage2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 175px;
    width: 442px;
    content: "";
    background-image: url(../images/all-img/fbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

footer.site-footer.homepage2:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 195px;
    width: 442px;
    content: "";
    background-image: url(../images/all-img/fbg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
}

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

.single-footer ul li {
    display: block;
}

.single-footer ul li a {
    display: block;
    color: #8a8592;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
    transition: all 0.24s cubic-bezier(0.85, 0.06, 0, -0.11);
}

.single-footer ul li a:hover {
    color: #2368fd;
    padding-left: 5px;
}

h5.footer-title {
    font-size: 18px;
    color: #27283d;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.single-footer p {
    color: #8a8592;
}

.get_intocuh .form-row > .col,
.form-row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-logo {
    margin-bottom: 30px;
	width:auto;
	height:auto;
}

.get_intocuh {
    padding-bottom: 100px;
}

.get_intocuh {
    background-color: #fff;
}

#scrollUp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 40px;
    width: 40px;
    background: #2368fd;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    border-radius: 3px;
}

.scrollup2 #scrollUp {
    background: #2dbafd;
}

.homepage2 .footer-linnk {
    color: #2dbafd;
}

.homepage2 .single-footer ul li a:hover {
    color: #2dbafd;
}

.site-footer.homepage2 .single-footer ul li a {
    color: #999;
}

.site-footer.homepage2 .single-footer ul li a:hover {
    color: #2dbafd;
}

.site-footer.homepage2 h5.footer-title {
    color: #fff;
}

.site-footer.homepage2 .copy-right-text p {
    color: #666;
}

.site-footer.homepage2 .copy-right-text p a {
    color: #2dbafd;
}

/*2.8 counter  Css*/

.counter-section {
    height: 350px;
    background-image: url(../images/all-img/counterbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.counter-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.counter-section:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00cff2), color-stop(52%, #1488e9), to(#2741e0));
    background-image: linear-gradient(-180deg, #00cff2 0%, #1488e9 52%, #2741e0 100%);
    z-index: -1;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.counter-height {
    height: 350px;
}

.single-counter i {
    font-size: 30px;
}

.single-counter h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0 10px;
}

.single-counter h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
}

/*2.9 team  Css*/

.tean-area {
    padding: 100px 0 70px;
    background-color: #fff;
}

.tean-area.homepage2:before {
    display: none;
}

.single-team-member {
    margin-bottom: 30px;
}

.single-team-member .teammember-tumb {
    -webkit-box-shadow: 0px 0px 0px 15px #eeeeee;
    box-shadow: 0px 0px 0px 15px #eeeeee;
    height: 217px;
    width: 217px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: auto;
    -webkit-transition: all 0.24s cubic-bezier(0.15, 0.94, 0.31, 0.18);
    transition: all 0.24s cubic-bezier(0.15, 0.94, 0.31, 0.18);
    position: relative;
    z-index: 1;
}

.single-team-member .teammember-tumb:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#236ce4), to(#5591ff));
    background-image: linear-gradient(90deg, #236ce4 0%, #5591ff 100%);
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.single-team-member .teammember-tumb img {
    height: 212px;
    width: 212px;
    display: block;
    margin: auto;
    position: relative;
    top: 10px;
    -webkit-transition: all 0.34s ease-in-out;
    transition: all 0.34s ease-in-out;
}

.single-team-member h3 {
    font-size: 24px;
    text-transform: capitalize;
    -webkit-transition: all 0.24s cubic-bezier(0.15, 0.94, 0.31, 0.18);
    transition: all 0.24s cubic-bezier(0.15, 0.94, 0.31, 0.18);
    margin: 30px 0 5px;
}

.single-team-member h3 a {
    color: #27283d;
}

.single-team-member h5 {
    color: #8a8592;
    text-transform: capitalize;
    font-size: 16px;
}

.single-team-member ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-team-member ul li {
    display: inline-block;
}

.single-team-member ul li a {
    display: block;
    color: #ccc;
    padding: 0 5px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.single-team-member ul li a:hover {
    color: #2368fd;
}

.single-team-member:hover .teammember-tumb {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-team-member:hover .teammember-tumb:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    visibility: visible;
    -webkit-animation: zoomIn 0.24s cubic-bezier(0.93, 0.72, 0, 0.46);
    animation: zoomIn 0.24s cubic-bezier(0.93, 0.72, 0, 0.46);
}

.single-team-member:hover .teammember-tumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-team-member:hover h3 a {
    color: #2368fd;
}

.homepage2 .single-team-member .teammember-tumb:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#00cff2), to(#2741e0));
    background-image: linear-gradient(90deg, #00cff2 0%, #2741e0 100%);
}

.homepage2 .single-team-member:hover h3 a {
    color: #2dbafd;
}

.homepage2 .single-team-member ul li a:hover {
    color: #2dbafd;
}

/*3.0 blog  Css*/

.blog-area {
    padding: 90px 0 70px;
    background-color: #f5f8ff;
}

.blog-area.singLe {
    background-color: #fff;
}

.single-blog-post {
    position: relative;
    -webkit-transition: all 0.24s cubic-bezier(0.15, 0.94, 0.31, 0.18);
    transition: all 0.24s cubic-bezier(0.15, 0.94, 0.31, 0.18);
    margin-bottom: 30px;
}

.single-blog-post figure.blog-thumbs {
    position: relative;
    z-index: 1;
    margin: 0 0 0;
}

.single-blog-post figure.blog-thumbs:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#236ce4), to(#5591ff));
    background-image: linear-gradient(90deg, #236ce4 0%, #5591ff 100%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.single-blog-post .blog-text {
    background: #fff;
    padding: 15px 15px 30px 15px;
}

.single-blog-post .blog-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-blog-post .blog-text ul li a {
    color: #999999;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.single-blog-post .blog-text ul li a:hover {
    color: #2368fd;
}

.single-blog-post .blog-text ul li a i {
    padding-right: 5px;
}

.single-blog-post .blog-text h3 {
    font-size: 18px;
    text-transform: capitalize;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    margin: 30px 0 15px;
}

.single-blog-post .blog-text h3 a {
    color: #666;
}

.single-blog-post .blog-text p {
    color: #8a8592;
}

.single-blog-post a.blg-link {
    color: #8a8592;
    text-transform: capitalize;
}

.single-blog-post a.blg-link:hover {
    color: #2368fd;
}

.single-blog-post:hover {
    -webkit-box-shadow: 0px 25px 20px 0px rgba(132, 132, 132, 0.2);
    box-shadow: 0px 25px 20px 0px rgba(132, 132, 132, 0.2);
}

.single-blog-post:hover h3 a {
    color: #2368fd;
}

.single-blog-post:hover figure.blog-thumbs:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    visibility: visible;
    -webkit-animation: zoomIn 0.24s cubic-bezier(0.93, 0.72, 0, 0.46);
    animation: zoomIn 0.24s cubic-bezier(0.93, 0.72, 0, 0.46);
}

.single-blog-post h3 {
    font-weight: 700;
}

.brand-product-active {
    padding-top: 50px;
}

.brand-product-active .owl-item img {
    width: auto;
    opacity: 0.5;
}

.homepage2 .single-blog-post figure.blog-thumbs:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#00cff2), to(#2741e0));
    background-image: linear-gradient(90deg, #00cff2 0%, #2741e0 100%);
}

.homepage2 .single-blog-post .blog-text ul li a:hover {
    color: #2dbafd;
}

.homepage2 .single-blog-post:hover h3 a {
    color: #2dbafd;
}

.homepage2 .single-blog-post a.blg-link:hover {
    background: #2dbafd;
    border: 1px solid #2dbafd;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 207, 242, 0.2);
    box-shadow: 0px 10px 10px 0px rgba(0, 207, 242, 0.2);
}

.pagination.custom-paganation-1 li.page-item.active .page-link {
    background: transparent;
    color: #2368fd;
    border-color: transparent;
}

.pagination.custom-paganation-1 li.page-item.active .page-link:hover {
    color: #2368fd;
}

.pagination.custom-paganation-1 li.page-item .page-link {
    border-color: transparent;
    color: #cccccb;
}

.pagination.custom-paganation-1 li.page-item .page-link:hover {
    color: #a6a6a4;
    background: transparent;
}

.pagination.custom-paganation-1 li.page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single--sidaber {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.single--sidaber:last-child {
    margin-bottom: 30px;
}

.single--sidaber:last-child:before,
.single--sidaber:last-child:after {
    display: none;
}

.single--sidaber .sidebar--titile {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#00cff2), to(#2741e0));
    background-image: linear-gradient(90deg, #00cff2 0%, #2741e0 100%);
    padding: 15px 20px;
    text-align: center;
    border-radius: 3px;
    margin: 0 0 30px;
    font-weight: 400;
}

.single--sidaber input[type="text"] {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    height: 46px;
}

.single--sidaber input[type="text"]:focus {
    border: 1px solid #2368fd;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single--sidaber input[type="text"]::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
    text-transform: capitalize;
}

.single--sidaber input[type="text"]:-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
    text-transform: capitalize;
}

.single--sidaber input[type="text"]::-ms-input-placeholder {
    color: #999999;
    font-size: 14px;
    text-transform: capitalize;
}

.single--sidaber input[type="text"]::placeholder {
    color: #999999;
    font-size: 14px;
    text-transform: capitalize;
}

.single--sidaber ul,
.single--sidaber ul.list-group {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single--sidaber ul li,
.single--sidaber ul.list-group li {
    display: block;
}

.single--sidaber ul li a,
.single--sidaber ul.list-group li a {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    padding: 5px 0 0 15px;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    color: #333333;
    position: relative;
    z-index: 1;
}

.single--sidaber ul li a:hover,
.single--sidaber ul.list-group li a:hover {
    color: #2368fd;
    background: transparent !important;
}

.single--sidaber ul li a:after,
.single--sidaber ul.list-group li a:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(#00cff2), to(#2741e0));
    background-image: linear-gradient(90deg, #00cff2 0%, #2741e0 100%);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single--sidaber .mini-recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
}

.single--sidaber .mini-recent-post:last-child {
    margin-bottom: 0px;
}

.single--sidaber .mini-recent-post .mini-post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 0 0 30%;
    padding-right: 15px;
}

.single--sidaber .mini-recent-post .mini-post-thumb img {
    width: 100%;
}

.single--sidaber .mini-recent-post .mini-recent--post--text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 0 0 70%;
    -ms-flex-item-align: center;
    align-self: center;
}

.single--sidaber .mini-recent-post .mini-recent--post--text h4 {
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 0 5px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
}

.single--sidaber .mini-recent-post .mini-recent--post--text h4 a {
    color: #232323;
}

.single--sidaber .mini-recent-post .mini-recent--post--text span a {
    color: #888888;
    font-size: 14px;
}

.single--sidaber .mini-recent-post .mini-recent--post--text p {
    margin: 0 0 5px;
    line-height: 13px;
}

.single--sidaber .mini-recent-post .mini-recent--post--text p span.star {
    color: #ff971d;
    font-size: 11px;
}

.single--sidaber .links-sidbar {
    color: #888888;
    font-size: 14px;
    background: transparent;
    padding: 0;
    display: block;
    text-transform: lowercase;
}

.single--sidaber .links-sidbar:hover {
    background: transparent;
    color: #2368fd;
    text-decoration: underline;
}

.single--sidaber .tags a {
    display: inline-block;
    color: #666766;
    background: #f7f7f7;
    padding: 6px 23px;
    margin: 3px 0px;
    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.single--sidaber .tags a:hover {
    background: #2368fd;
    color: #ffffff;
}

.single--sidaber ul.sidebar-social_s {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center !important;
}

.single--sidaber ul.sidebar-social_s li {
    display: inline-block !important;
    margin: 0 2px;
}

.single--sidaber ul.sidebar-social_s li a {
    color: #ccc !important;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    padding: 0;
}

.single--sidaber ul.sidebar-social_s li a:after {
    display: none;
}

.single--sidaber ul.sidebar-social_s li a:hover {
    color: #fff !important;
    border: 1px solid #2368fd;
    background: #2368fd !important;
}

.single-blog-posts .sBD--text h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 15px 0 15px;
}

.single-blog-posts .sBD--text .blog-meta-data {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-bottom: 15px;
}

.single-blog-posts .sBD--text .blog-meta-data li {
    display: inline-block;
    margin: 0 10px;
}

.single-blog-posts .sBD--text .blog-meta-data li a {
    display: block;
    font-size: 14px;
    color: #232323;
}

.single-blog-posts .sBD--text .blog-meta-data li a i.fa {
    padding-right: 8px;
    color: #d0d0d0;
}

.single-blog-posts .sBD--text .blockquote.th-blockquote {
    background: #f7f7f7;
    padding: 15px 20px;
    border-left: 4px solid #2368fd;
    font-style: italic;
    font-size: 16px;
    color: #666666;
    font-family: "Roboto", sans-serif;
    position: relative;
    z-index: 1;
}

.single-blog-posts .sBD--text .blockquote.th-blockquote:after {
    position: absolute;
    left: 20px;
    top: 10px;
    content: "\f10d";
    font-family: "Fontawesome";
    color: #dddddd;
    font-size: 40px;
    z-index: -1;
}

.single-blog-posts .sBD--text .blockquote.th-blockquote .blockquote-footer.lgT {
    margin: 15px 0 10px;
    color: #2368fd;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
}

.single-blog-posts .sBD--text .blockquote.th-blockquote .blockquote-footer.lgX {
    margin-top: 0 0 0;
    color: #444545;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
}

.single-blog-posts .sBD--text .mediaucstom-1 {
    padding: 20px;
    margin-bottom: 30px;
}

.single-blog-posts .sBD--text .mediaucstom-1 h5 {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.single-blog-posts .sBD--text .pagination--share--box {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-blog-posts .sBD--text .pagination--share--box .singlepsb1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #eeeeee;
}

.single-blog-posts .sBD--text .pagination--share--box .singlepsb2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.single-blog-posts .sBD--text .pagination--share--box .singlepsb2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.single-blog-posts .sBD--text .pagination--share--box .singlepsb2 ul li {
    display: inline-block;
}

.single-blog-posts .sBD--text .pagination--share--box .singlepsb2 ul li a {
    display: block;
    color: #14141d;
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
}

.single-blog-posts .sBD--text .pagination--share--box .singlepsb2 ul li a:hover {
    background: #2368fd;
    color: #ffffff;
    border: 1px solid #2368fd;
}

.single-blog-posts .sBD--text .comments--box h3.commetns-title,
.single-blog-posts .sBD--text .leave-a-replay-box h3.commetns-title {
    font-size: 24px;
    color: #444444;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    margin: 0 0 30px;
}

.single-blog-posts .sBD--text .comments--box [type='color'],
.single-blog-posts .sBD--text .comments--box [type='date'],
.single-blog-posts .sBD--text .comments--box [type='datetime'],
.single-blog-posts .sBD--text .comments--box [type='datetime-local'],
.single-blog-posts .sBD--text .comments--box [type='email'],
.single-blog-posts .sBD--text .comments--box [type='month'],
.single-blog-posts .sBD--text .comments--box [type='number'],
.single-blog-posts .sBD--text .comments--box [type='password'],
.single-blog-posts .sBD--text .comments--box [type='search'],
.single-blog-posts .sBD--text .comments--box [type='tel'],
.single-blog-posts .sBD--text .comments--box [type='text'],
.single-blog-posts .sBD--text .comments--box [type='time'],
.single-blog-posts .sBD--text .comments--box [type='url'],
.single-blog-posts .sBD--text .comments--box [type='week'],
.single-blog-posts .sBD--text .comments--box input:not([type]),
.single-blog-posts .sBD--text .comments--box textarea,
.single-blog-posts .sBD--text .leave-a-replay-box [type='color'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='date'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime-local'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='email'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='month'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='number'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='password'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='search'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='tel'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='text'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='time'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='url'],
.single-blog-posts .sBD--text .leave-a-replay-box [type='week'],
.single-blog-posts .sBD--text .leave-a-replay-box input:not([type]),
.single-blog-posts .sBD--text .leave-a-replay-box textarea {
    height: 46px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    background: #f5f8fd;
}

.single-blog-posts .sBD--text .comments--box [type='color']:focus,
.single-blog-posts .sBD--text .comments--box [type='date']:focus,
.single-blog-posts .sBD--text .comments--box [type='datetime']:focus,
.single-blog-posts .sBD--text .comments--box [type='datetime-local']:focus,
.single-blog-posts .sBD--text .comments--box [type='email']:focus,
.single-blog-posts .sBD--text .comments--box [type='month']:focus,
.single-blog-posts .sBD--text .comments--box [type='number']:focus,
.single-blog-posts .sBD--text .comments--box [type='password']:focus,
.single-blog-posts .sBD--text .comments--box [type='search']:focus,
.single-blog-posts .sBD--text .comments--box [type='tel']:focus,
.single-blog-posts .sBD--text .comments--box [type='text']:focus,
.single-blog-posts .sBD--text .comments--box [type='time']:focus,
.single-blog-posts .sBD--text .comments--box [type='url']:focus,
.single-blog-posts .sBD--text .comments--box [type='week']:focus,
.single-blog-posts .sBD--text .comments--box input:not([type]):focus,
.single-blog-posts .sBD--text .comments--box textarea:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='color']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='date']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime-local']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='email']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='month']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='number']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='password']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='search']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='tel']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='text']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='time']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='url']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box [type='week']:focus,
.single-blog-posts .sBD--text .leave-a-replay-box input:not([type]):focus,
.single-blog-posts .sBD--text .leave-a-replay-box textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #2368fd;
}

.single-blog-posts .sBD--text .comments--box [type='color']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='date']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='datetime']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='datetime-local']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='email']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='month']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='number']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='password']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='search']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='tel']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='text']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='time']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='url']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='week']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box input:not([type])::-webkit-input-placeholder,
.single-blog-posts .sBD--text .comments--box textarea::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='color']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='date']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime-local']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='email']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='month']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='number']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='password']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='search']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='tel']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='text']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='time']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='url']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='week']::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box input:not([type])::-webkit-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box textarea::-webkit-input-placeholder {
    color: #8a8592;
    font-size: 14px;
    text-transform: capitalize;
}

.single-blog-posts .sBD--text .comments--box [type='color']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='date']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='datetime']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='datetime-local']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='email']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='month']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='number']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='password']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='search']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='tel']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='text']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='time']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='url']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='week']:-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box input:not([type]):-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box textarea:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='color']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='date']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime-local']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='email']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='month']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='number']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='password']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='search']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='tel']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='text']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='time']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='url']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='week']:-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box input:not([type]):-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box textarea:-ms-input-placeholder {
    color: #8a8592;
    font-size: 14px;
    text-transform: capitalize;
}

.single-blog-posts .sBD--text .comments--box [type='color']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='date']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='datetime']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='datetime-local']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='email']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='month']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='number']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='password']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='search']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='tel']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='text']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='time']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='url']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box [type='week']::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box input:not([type])::-ms-input-placeholder,
.single-blog-posts .sBD--text .comments--box textarea::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='color']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='date']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime-local']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='email']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='month']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='number']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='password']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='search']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='tel']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='text']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='time']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='url']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='week']::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box input:not([type])::-ms-input-placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box textarea::-ms-input-placeholder {
    color: #8a8592;
    font-size: 14px;
    text-transform: capitalize;
}

.single-blog-posts .sBD--text .comments--box [type='color']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='date']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='datetime']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='datetime-local']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='email']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='month']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='number']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='password']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='search']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='tel']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='text']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='time']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='url']::placeholder,
.single-blog-posts .sBD--text .comments--box [type='week']::placeholder,
.single-blog-posts .sBD--text .comments--box input:not([type])::placeholder,
.single-blog-posts .sBD--text .comments--box textarea::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='color']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='date']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='datetime-local']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='email']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='month']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='number']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='password']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='search']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='tel']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='text']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='time']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='url']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box [type='week']::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box input:not([type])::placeholder,
.single-blog-posts .sBD--text .leave-a-replay-box textarea::placeholder {
    color: #8a8592;
    font-size: 14px;
    text-transform: capitalize;
}

.single-blog-posts .sBD--text .comments--box .form-row,
.single-blog-posts .sBD--text .leave-a-replay-box .form-row {
    margin-left: -15px;
    margin-right: -15px;
}

.single-blog-posts .sBD--text .comments--box .form-row > .col,
.single-blog-posts .sBD--text .comments--box .form-row > [class*=col-],
.single-blog-posts .sBD--text .leave-a-replay-box .form-row > .col,
.single-blog-posts .sBD--text .leave-a-replay-box .form-row > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}

.single-blog-posts .sBD--text .comments--box textarea,
.single-blog-posts .sBD--text .leave-a-replay-box textarea {
    height: 150px;
    padding-top: 30px;
}

.pagination--share--box a.btn-mr,
.pagination--share--box .single-price-table2 .price-footer a,
.single-price-table2 .price-footer .pagination--share--box a {
    padding: 8px 35px;
}

ul.cmnts-parent {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

ul.cmnts-parent::after {
    clear: both;
    content: "";
    display: table;
}

ul.cmnts-parent li > ul.cmnt-childreeen {
    padding-left: 40px;
}

ul.cmnts-parent li > ul.cmnt-childreeen > li:nth-child(even) {
    padding-left: 60px;
}

ul.cmnts-parent li {
    border-bottom: 1px solid #eeeeee;
}

.single-comments {
    display: block;
    margin-bottom: 15px;
}

.single-comments::after {
    clear: both;
    content: "";
    display: table;
}

.single-comments:last-child {
    margin-bottom: 0px;
    border-bottom: 1px solid transparent;
}

.cmnts-thumb {
    padding-right: 15px;
    float: left;
    width: 15%;
}

.cmnts-text {
    float: left;
    width: 80%;
}

.cmnts-thumb img {
    max-width: 100%;
}

.cmnts-text h5 {
    color: #14141d;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.cmnts-text h5 span {
    padding-left: 15px;
    text-transform: lowercase;
    color: #cccccc;
    font-weight: 400;
}

.cmnts-text p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

a.cmnt-link-share {
    color: #14141d;
    display: block;
    margin: 0px 0 10px;
}

a.cmnt-link-share:hover {
    color: #2368fd;
}

a.cmnt-link-share i.fa {
    padding-right: 7px;
}

.subscribebox {
    padding: 100px 0;
    background: #fff;
}

.subscribe-box {
    background: #2368fd;
    color: #fff;
    padding: 60px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 30px 40px 0px rgba(35, 104, 253, 0.2);
    box-shadow: 0px 30px 40px 0px rgba(35, 104, 253, 0.2);
}

.subscribe-box.homepage2 {
    background-image: linear-gradient(12deg, #27c2fd 0%, #7f46ff 100%);
    -webkit-box-shadow: 0px 30px 40px 0px rgba(42, 189, 253, 0.2);
    box-shadow: 0px 30px 40px 0px rgba(42, 189, 253, 0.2);
}

.subscribe-box h3 {
    color: #fff;
    margin: 0 0 30px;
    font-size: 30px;
    text-transform: capitalize;
}

.subscribe-box .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.home-2 .subscribe-box h3 {
    font-family: 'Function-Bold';
}

.susb-form {
    width: 70%;
    margin: auto;
}

.susb-form [type='color'],
.susb-form [type='date'],
.susb-form [type='datetime'],
.susb-form [type='datetime-local'],
.susb-form [type='email'],
.susb-form [type='month'],
.susb-form [type='number'],
.susb-form [type='password'],
.susb-form [type='search'],
.susb-form [type='tel'],
.susb-form [type='text'],
.susb-form [type='time'],
.susb-form [type='url'],
.susb-form [type='week'],
.susb-form input:not([type]),
.susb-form textarea {
    height: 46px;
    display: block;
    background: #fff;
    border: none;
}

.susb-form [type='color']::-webkit-input-placeholder,
.susb-form [type='date']::-webkit-input-placeholder,
.susb-form [type='datetime']::-webkit-input-placeholder,
.susb-form [type='datetime-local']::-webkit-input-placeholder,
.susb-form [type='email']::-webkit-input-placeholder,
.susb-form [type='month']::-webkit-input-placeholder,
.susb-form [type='number']::-webkit-input-placeholder,
.susb-form [type='password']::-webkit-input-placeholder,
.susb-form [type='search']::-webkit-input-placeholder,
.susb-form [type='tel']::-webkit-input-placeholder,
.susb-form [type='text']::-webkit-input-placeholder,
.susb-form [type='time']::-webkit-input-placeholder,
.susb-form [type='url']::-webkit-input-placeholder,
.susb-form [type='week']::-webkit-input-placeholder,
.susb-form input:not([type])::-webkit-input-placeholder,
.susb-form textarea::-webkit-input-placeholder {
    color: #cccccc;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

.susb-form [type='color']:-ms-input-placeholder,
.susb-form [type='date']:-ms-input-placeholder,
.susb-form [type='datetime']:-ms-input-placeholder,
.susb-form [type='datetime-local']:-ms-input-placeholder,
.susb-form [type='email']:-ms-input-placeholder,
.susb-form [type='month']:-ms-input-placeholder,
.susb-form [type='number']:-ms-input-placeholder,
.susb-form [type='password']:-ms-input-placeholder,
.susb-form [type='search']:-ms-input-placeholder,
.susb-form [type='tel']:-ms-input-placeholder,
.susb-form [type='text']:-ms-input-placeholder,
.susb-form [type='time']:-ms-input-placeholder,
.susb-form [type='url']:-ms-input-placeholder,
.susb-form [type='week']:-ms-input-placeholder,
.susb-form input:not([type]):-ms-input-placeholder,
.susb-form textarea:-ms-input-placeholder {
    color: #cccccc;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

.susb-form [type='color']::-ms-input-placeholder,
.susb-form [type='date']::-ms-input-placeholder,
.susb-form [type='datetime']::-ms-input-placeholder,
.susb-form [type='datetime-local']::-ms-input-placeholder,
.susb-form [type='email']::-ms-input-placeholder,
.susb-form [type='month']::-ms-input-placeholder,
.susb-form [type='number']::-ms-input-placeholder,
.susb-form [type='password']::-ms-input-placeholder,
.susb-form [type='search']::-ms-input-placeholder,
.susb-form [type='tel']::-ms-input-placeholder,
.susb-form [type='text']::-ms-input-placeholder,
.susb-form [type='time']::-ms-input-placeholder,
.susb-form [type='url']::-ms-input-placeholder,
.susb-form [type='week']::-ms-input-placeholder,
.susb-form input:not([type])::-ms-input-placeholder,
.susb-form textarea::-ms-input-placeholder {
    color: #cccccc;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

.susb-form [type='color']::placeholder,
.susb-form [type='date']::placeholder,
.susb-form [type='datetime']::placeholder,
.susb-form [type='datetime-local']::placeholder,
.susb-form [type='email']::placeholder,
.susb-form [type='month']::placeholder,
.susb-form [type='number']::placeholder,
.susb-form [type='password']::placeholder,
.susb-form [type='search']::placeholder,
.susb-form [type='tel']::placeholder,
.susb-form [type='text']::placeholder,
.susb-form [type='time']::placeholder,
.susb-form [type='url']::placeholder,
.susb-form [type='week']::placeholder,
.susb-form input:not([type])::placeholder,
.susb-form textarea::placeholder {
    color: #cccccc;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}

.susb-form .whitebtn {
    background: #fff;
    color: #2368fd;
    font-family: "Raleway", sans-serif;
    border: none;
    position: relative;
    z-index: 1;
}

.susb-form .whitebtn:after {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 2px;
    background: #2368fd;
    content: "";
}

.home-2 .susb-form .whitebtn {
    font-family: 'Function-Bold';
    color: #2dbafd;
}

.home-2 .susb-form .whitebtn:after {
    background: #2dbafd;
}

.susb-form [type='color']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
input:not([type]):focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.homepage2 .susb-form [type='color'],
.homepage2 .susb-form [type='date'],
.homepage2 .susb-form [type='datetime'],
.homepage2 .susb-form [type='datetime-local'],
.homepage2 .susb-form [type='email'],
.homepage2 .susb-form [type='month'],
.homepage2 .susb-form [type='number'],
.homepage2 .susb-form [type='password'],
.homepage2 .susb-form [type='search'],
.homepage2 .susb-form [type='tel'],
.homepage2 .susb-form [type='text'],
.homepage2 .susb-form [type='time'],
.homepage2 .susb-form [type='url'],
.homepage2 .susb-form [type='week'],
.homepage2 .susb-form input:not([type]),
.homepage2 .susb-form textarea {
    border-radius: 999px 0 0 999px;
}

.homepage2 .susb-form .whitebtn {
    border-radius: 0 999px 999px 0;
}