/* ------------------------- 
| ASPIROMTECHNOLOGIES.COM  |
| Author: Vijay            |
| Version: 1.0.0           |
/* ------------------------- 
*/

html,
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

.sidenav {
    position: fixed;
    left: 0;
    top: 0;
    background: #25acff;
    height: 100vh;
    z-index: 999;
}

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

.menu {
    padding: 10px 15px 16px;
    border-bottom: 1px solid #57bfff;
}

a,
button,
.btn {
    outline: none !important;
    text-decoration: none;
}

.dark a {
    color: #fff;
}

.mobile_menu {
    position: relative;
    width: 50px;
    margin-top: 20px;
    height: 40px;
}

.mobile_menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 10px 0;
    border-radius: 45px;
}

.mobile_menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 10px 0;
    border-radius: 45px;
    transition: all 0.3s linear;
    margin-left: 0;
}

.active .mobile_menu span:nth-child(2) {
    margin-left: 20%;
}

.active .mobile_menu span:nth-child(3) {
    margin-left: 40%;
}

.mobile_menu span:nth-child(2) {
    width: 80%;
}

.mobile_menu span:last-child {
    width: 60%;
}

.side_social {
    text-align: center;
}

.side_social {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.nav_main li a {
    font-size: 40px;
    font-weight: 300;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 100vh;
    position: relative;
    z-index: 11;
}

.main_menu {
    position: fixed;
    width: calc(100% - 80px);
    height: 100%;
    left: 80px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.main_menu.active {
    visibility: visible;
    opacity: 1;
}

.nav_main {
    height: 100%;
    display: flex;
    align-items: center;
}

.main-navmenu {
    height: 100%;
}

.nav_main li {
    flex-basis: 20%;
    max-width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px dashed #2d99db;
    background: #25acff;
    position: relative;
    top: -100vh;
    transition: all 0.2s ease-in-out;
}

body.menu_open {
    overflow: hidden;
}

.nav_main li:first-child {
    transition-delay: 0.05s;
}

.nav_main li:nth-child(2) {
    transition-delay: 0.1s;
}

.nav_main li:nth-child(3) {
    transition-delay: 0.15s;
}

.nav_main li:nth-child(4) {
    transition-delay: 0.2s;
}

.nav_main li:nth-child(5) {
    transition-delay: 0.25s;
}

.active .nav_main li:first-child,
.active .nav_main li:nth-child(2),
.active .nav_main li:nth-child(3),
.active .nav_main li:nth-child(4),
.active .nav_main li:nth-child(5) {
    top: 0;
}

.nav_main li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/logo-line.png) no-repeat center rgba(37, 172, 255, 0.7);
    opacity: 0;
    z-index: 10;
    transition: all 0.1s ease-in-out;
    transition-delay: 0.3s;
}

.nav_main li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/menubg-1.jpg) no-repeat center transparent;
    opacity: 0;
    z-index: 9;
    transition: all 0.3s ease-in-out;
}

.nav_main li a:hover:before,
.nav_main li a:hover:after {
    opacity: 1;
}

.nav_main li a span {
    position: relative;
    z-index: 12;
}

.nav_social a {
    font-size: 22px;
    line-height: 44px;
}

.main_content {
    min-height: 100vh;
    width: calc(100% - 80px);
    margin-left: 80px;
    position: relative;
    z-index: 0;
}

.container-fluid {
    padding: 0 3%;
}

canvas {
    display: block;
    width: 100%;
    height: 100vh;
}

.canvas_holder {
    position: relative;
}

.canvas_holder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: #022d4b;
    opacity: 0.8;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    /* background: #222; */
    width: 100%;
    z-index: 99999999;
    padding: 20px 0;
}

.menu_open .header {
    z-index: 99999999;
}

.header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo.img-fluid {
    width: 150px;
}

.head_social li {
    display: inline-block;
    font-size: 25px;
    padding: 0 10px;
}

.canva_wrap {
    position: relative;
}

.slide_title {
    padding-left: 3%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1000;
}

.slide_title h2 {
    font-size: 60px;
    font-weight: 100;
    line-height: 80px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.cdash {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/dash.png') repeat-y center transparent;
    z-index: 99999;
}

.cdash_ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    list-style: none;
    display: flex;
    z-index: 999;
}

.cdash_ul li {
    flex-basis: 20%;
    max-width: 20%;
    border-left: 1px dashed #40515D;
}

.mouse_scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 35px;
    color: #fff;
    z-index: 999;
    text-align: center;
    padding-bottom: 20px;
}

.section {
    padding: 100px 0;
}

.section-title h1 {
    font-weight: 900;
    font-size: 3.75rem;
    color: #24272c;
    /* padding-left: 12%; */
    padding-top: 150px;
}

.section-title h2 {
    font-size: 3.75rem;
    font-weight: 900;
}

.section-title .backdrop {
    font-size: 200px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ced1d4;
    color: transparent;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
}

.section-title {
    position: relative;
}

.sub_highlight h3 {
    font-size: 70px;
    font-weight: 300;
    padding: 50px 0;
    line-height: 90px;
}

.sub_highlight h3 span {
    position: relative;
    padding: 0 10px;
}

.sub_highlight h3 span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #03fff6;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.sub_highlight h3 {
    font-size: 40px;
    font-weight: 300;
    padding: 50px 0;
    line-height: 50px;
}

.cdash_ul.light li {
    border-left: 1px dashed #b8bfc5;
}

.cdash_ul.light {
    z-index: -1;
}

.about.section {
    background: url(../img/logo_icon.png) no-repeat right -25% top 100px transparent;
    padding-bottom: 180px;
    position: relative;
    padding-top: 50px;
}

.about_intro h4 {
    font-size: 24px;
    font-weight: 300;
    padding: 20px 0;
    line-height: 40px;
    text-align: justify;
}

.about_intro p {
    font-size: 24px;
    color: #24272c;
    font-weight: 300;
    line-height: 40px;
    padding: 20px 0;
    text-align: justify;
}

.section.services.skew {
    background: #25acff;
    color: #fff;
    position: relative;
    padding: 0 0 100px;
}

.section-title.dark h1 {
    position: relative;
    z-index: 1;
    color: #fff;
}

.section-title.dark .backdrop {
    z-index: 0;
}

.section.services.skew::after {
    content: "";
    position: absolute;
    left: 0;
    top: -5%;
    width: 100%;
    height: 120%;
    transform: skewY(2deg);
    z-index: -1;
    background: #25acff;
}

.service_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.service_ul li {
    flex-basis: 50%;
    max-width: 50%;
    text-align: right;
    padding: 7px 30px;
}

.service_ul li:nth-child(2n) {
    text-align: left;
}

.service_ul li a {
    font-size: 38px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 20px;
}

.section.services.skew .cdash_ul.dark li {
    border-left: 1px dashed #9CC8E8;
}

.section.services.skew .cdash_ul {
    position: absolute;
    left: 0;
    top: -10%;
    width: 100%;
    height: 128%;
    z-index: 0;
}

.section.services.skew .container-fluid {
    position: relative;
    z-index: 100;
}

.service_ul li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 50%;
    left: auto;
    right: 0;
    bottom: 0;
    background: #1ebdfd;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.service_ul li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.section-title.dark .backdrop {
    -webkit-text-stroke-color: #fff;
}

.section.clients {
    padding: 170px 0;
}

.clients_wrap {
    margin-top: 50px;
}

.client_row.row {
    align-items: center;
    text-align: center;
    position: relative;
}

.client_logo img {
    height: 70px;
    max-width: 100%;
    margin: 50px 0;
    transform: rotateX(0deg) scale(0.9);
    transition: all 0.3s ease-in-out;
}

.client_logo img:hover  {
    transform: rotateX(360deg) scale(1);
}

.client_col:hover img,
.client_col .client_logo:hover img,
.client_col img:hover {
    transform: scale(1) rotateX(360deg);
}

.client_col {
    border: 1px solid #eaebf1;
    margin-top: -1px;
    margin-right: -1px;
}


/* .client_col:first-child {
    border-left-color: transparent;
    border-top-color: transparent;
}

.client_col:nth-child(2) {
    border-top-color: transparent;
}

.client_col:nth-child(3n+1) {
    border-left-color: transparent;
}

.client_col:nth-child(5n+1) {
    border-right-color: transparent;
}

.client_col:nth-child(3) {
    border-right-color: transparent;
    border-top-color: transparent;
} */


/* .client_col:nth-last-child(3) {
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.client_col:nth-last-child(2) {
    border-bottom-color: transparent;
}

.client_col:last-child {
    border-right-color: transparent;
    border-bottom-color: transparent;
} */

.client_row.row::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
}

.col-md-4.form-col input,
.form-col textarea {
    width: 100%;
    padding: 12px 15px;
    background: #3a9af0;
    border: 1px solid #51bdff;
    color: #fff;
    margin-bottom: 30px;
    resize: none;
    outline: none !important;
    transition: all 0.3s ease-in-out;
}

.col-md-4.form-col input:focus,
.form-col textarea:focus {
    border-color: #fff;
}

.form-col textarea {
    height: 150px;
}

.git_btn {
    height: 60px;
    background: #fff;
    border: 1px solid #fff;
    width: 100%;
    font-size: 20px;
    color: #25acff;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.git_btn:hover {
    background: rgba(1, 23, 38, 0.7);
    border-color: rgba(1, 23, 38, 0.7);
}

.git_btn .bi.bi-arrow-right {
    font-size: 40px;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 5px;
}

.git_btn:hover .bi.bi-arrow-right {
    left: 30%;
}

.getin_form {
    margin-top: 80px;
}

.section.services.getintouch.skew {
    padding-bottom: 150px;
    background: transparent;
}

.section.services.footer_main.skew::after {
    background: #011726;
    height: calc(100% - 10px);
    top: -8%;
    border-top: 10px solid #fff;
}

.section.services.footer_main.skew {
    position: relative;
    background: #011726;
    padding-bottom: 30px;
}

footer {
    position: relative;
    z-index: 999;
    background: #041f2f;
}

.section.services.getintouch.skew::after {
    background: url(../img/logo_bg.png) no-repeat bottom right #25acff;
}

.col-md-3.footer-col:first-child,
.col-md-3.footer-col:last-child {
    padding-left: 10px;
}

.footer_info a img {
    width: 300px;
    margin-bottom: 30px;
}

.footer_info {
    color: #bdc5c8;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
}

.footer_widget li a {
    color: #21c2ff;
    line-height: 30px;
    display: block;
    font-weight: 300;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.footer_widget li a:hover {
    color: #fff;
}

.footer_widget li a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    right: 0;
    bottom: 0;
    background: #ff11e5;
    z-index: -1;
    transition: all 0.7s ease-in-out;
}

.footer_widget li a:hover::after {
    width: 100%;
    left: 0;
    background: #00adee;
}

.footer-col h3 {
    margin-top: 111px !important;
    font-weight: 600;
    margin-bottom: 30px;
}

.col-md-3.footer-col:nth-child(2),
.col-md-3.footer-col:nth-child(3) {
    padding-left: 15px;
}

.fa_icon svg {
    width: 60px;
    height: 60px;
    fill: #21c2ff;
}

.fac_row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.fa_icon {
    padding-right: 30px;
}

.section.services.footer_main.skew .cdash_ul.dark {
    opacity: 0;
    height: 110%;
}

.section.clients {
    position: relative;
}

.section.clients .container-fluid {
    position: relative;
    z-index: 999;
}

.section.clients::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11%;
    width: 100%;
    height: 30%;
    transform: skewY(2deg);
    z-index: 0;
    background: #fff;
}

.footer_copy {
    padding: 26px 3%;
    display: flex;
    justify-content: space-between;
    color: #59788b;
}

.foot_links a {
    color: #59788b;
}

.foot_links span {
    margin: 0 15px;
}


/* #IF_VIDEO_BG */

.video_wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}

.video_wrap video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.video_wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: #022d4b;
    opacity: 0.8;
    left: 0;
    top: 0;
}

.slide_title h2 {
    font-size: 85px;
    font-weight: 100;
    line-height: 110px;
}

.canva_wrap .cdash_ul li {
    border-left: 1px dashed #FFF;
    opacity: 0.4;
}


/* #IF_VIDEO_BG */

.fac_row:hover svg {
    fill: #1487d5;
}

.loader {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    background: #25acff;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #fff;
    left: 0;
    z-index: -1;
    transition: all 4s linear;
}

.load .loading::after {
    width: 70%;
}

.load.done .loading::after {
    width: 100%;
    transition-delay: 0.2s;
    transition-duration: 0.5s;
}

.loading {
    position: relative;
    width: 120px;
}

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

.page_banner .banner_wrap {
    height: 45vh;
    overflow: hidden;
}

.page_banner .banner_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.highlight_title {
    padding: 60px 0;
    color: #17161a;
    background: url('../img/logo-blackline.png') no-repeat top right transparent;
}

.highlight_title h3 {
    font-size: 36px;
    font-weight: 700;
}

.highlight_title h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
}

.highlight_title h4 {
    font-size: 28px;
    font-weight: 400;
    margin: 24px 0;
    line-height: 46px;
}

.abintro_wrap {
    background: #f4fbff;
    padding: 80px 3%;
    position: relative;
}

.abintro_wrap p {
    color: #4e4d50;
    font-size: 18px;
    font-weight: 400;
}

.intitle {
    font-size: 30px;
    font-weight: 700;
    color: #4e4d50;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.abintro_wrap p {
    color: #4e4d50;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 40px;
}

.abt_intro {
    padding-bottom: 100px;
}

.about_img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 50px);
    height: 100%;
    overflow: hidden;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 7s linear;
    object-position: top;
}

.about_img img:hover {
    transform: scale(1.1);
}

.ab_clients {
    padding: 80px 0;
}

.sctitle h3 {
    color: #4f4e51;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
}

.sctitle h2 {
    color: #17161a;
    font-size: 60px;
    font-weight: 800;
}

.client_testimonial {
    position: relative;
    background: #011726;
    padding: 100px 0;
    color: #fff;
}

.client_testimonial::after {
    background: url('../img/testmibg.jpg') no-repeat center right #011726;
    background-size: cover;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.sctitle.light h3,
.sctitle.light h2 {
    color: #fff;
}

.sctitle.light.b-bottom {
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-bottom: 1px solid #1b2f3c;
}

.testimonial_slide h3 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px;
}

.testimonial_slide p {
    font-size: 20px;
    line-height: 36px;
    padding-right: 50px;
    margin-bottom: 50px;
}

.t_author strong {
    display: block;
    margin-bottom: 5px;
}

.testimonial_swiper {
    padding-bottom: 30px;
    padding-top: 30px;
}

.swiper-container {
    padding-bottom: 130px;
}

.swiper-container.testimonial.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    padding-bottom: 130px !important;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
    content: "";
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: auto;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    border: 1px solid;
    width: 50px;
    height: 50px;
    border-radius: 70px;
}

.swiper-button-prev,
.swiper-button-next {
    left: 0;
    right: auto;
    top: auto;
    font-size: 24px;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.swiper-button-next {
    left: 70px;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
    content: "";
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #25acff;
    background: rgba(255, 255, 255, 0.05);
}

.c2a {
    padding: 120px 0 180px;
    background: #f4fbff;
}

.c2action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn {
    background: #25acff;
    font-size: 18px;
    padding: 10px 40px;
    color: #fff !important;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.c2abtn.btn {
    font-size: 20px;
    padding: 12px 40px;
}

.c2action {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #becad1;
}

.c2a .row {
    font-size: 18px;
    line-height: 30px;
}

.c2a+footer .section.services.footer_main.skew::after,
.contform+footer .section.services.footer_main.skew::after {
    border-top: 0 solid #fff;
}

.btn i {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    left: 0;
}

.btn:hover i {
    left: 20px;
}

.btn-sm.btn {
    padding: 12px 25px;
    font-size: 16px;
    line-height: 24px;
}

.btn.btn-sm i {
    font-size: 24px;
}

.btn.btn-sm:hover i {
    left: 15px;
}

.highlight_title.common {
    background: #f4fbff;
    padding-top: 100px;
    padding-bottom: 70px;
}

.banner_wrap.p-top img {
    object-position: top;
}

.contform {
    padding: 70px 0 120px;
}

.cdts {
    color: #17161a;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1d4e2;
}

.contact_details h5 {
    font-weight: 700;
    color: #6d6d6d;
}

.contact_details {
    line-height: 28px;
    padding: 35px 0px;
}

.contact_details>.col-md-6 {
    margin-bottom: 15px;
}

.sendForm.contact_details {
    padding: 35px 50px 100px;
    background: #f8f8f8;
}

.cfrom_Wrap {
    margin-top: 50px;
    margin-bottom: -30px;
}

.cfrom_Wrap input,
.cfrom_Wrap textarea {
    width: 100%;
    padding: 10px 15px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #d7d7d7;
}

.cfrom_Wrap textarea {
    height: 250px;
}

.services_row.row {
    border-left: 14px solid #25acff;
    margin-bottom: 80px;
}

.col-md-6.serv_cont {
    padding-left: 35px;
}

.serv_cont h2 span {
    display: block;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 400;
}

.serv_cont h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sr_content {
    line-height: 28px;
}

.sr_content ol {
    padding-left: 15px;
}

.sr_content ol li {
    margin-bottom: 15px;
}

.serv_tools h3 {
    border-bottom: 1px solid #e9edf0;
    padding-bottom: 10px;
    font-weight: 700;
    color: #25acff;
    margin-top: 44px;
}

.serv_tools {
    padding-left: 40px;
}

.tech_tools {
    margin: 40px -15px;
}

.tech_tools img {
    height: 50px;
    padding: 0 15px;
    margin-bottom: 35px;
    max-width: 180px;
    object-fit: contain;
}

.service_wrap.section {
    padding: 100px 0 30px;
}


/* NEW STYLES */

.head_social li a {
    font-size: 18px;
    padding: 0 25px;
    vertical-align: middle;
    display: inline-block;
}

.canva_wrap .cdash_ul {
    opacity: 0;
}

.cdash_ul.light,
.section.services.skew .cdash_ul {
    opacity: 0;
}

.canvas_holder::before {
    background-color: #01111c;
    opacity: 0.8;
}

.head_social li a:hover {
    color: #0b7add;
}

.nav_main {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #0b7add;
}

.nav_main li a {
    line-height: 50vh;
}

.nav_main li {
    flex-basis: 25%;
    max-width: 25%;
    height: 50%;
    border-left: 1px dashed #79ccff;
    border-bottom: 1px dashed #79ccff;
}

.nav_main li:nth-child(6) {
    transition-delay: 0.3s;
    border-right: 1px dashed #79ccff;
}

.active .nav_main li:nth-child(6) {
    top: 0;
}

.nav_main li:nth-child(7),
.nav_main li:nth-child(8) {
    transition-delay: 0.35s;
}

.nav_main li:nth-child(8) {
    transition-delay: 0.4s;
}

.active .nav_main li:nth-child(7),
.active .nav_main li:nth-child(8) {
    top: 0;
    flex-basis: 25%;
    max-width: 25%;
}

.nav_main li:nth-child(8) {
    border-right: 1px dashed #79ccff;
}

.menu_banner img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.sidenav {
    background: #1584e8;
}

.nav_main li {
    background: #1584e8;
}

.sub_highlight h3 span::after {
    background: #c1f1ff;
}

.section.services.skew {
    background: #1584e8;
}

.section.services.skew::after {
    background: #1584e8;
}

.section.services.getintouch.skew::after {
    background: url(../img/logo_bg.png) no-repeat bottom right #1584e8;
}

.form-col input,
.form-col textarea {
    background: #3a9af0;
}

.page_banner .banner_wrap {
    position: relative;
}

.banner_wrap::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #011222;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.career_jobs {
    padding: 100px 0;
    background: #dceefb;
}

.jobs_wrap {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.job_title {
    font-weight: bold;
    font-size: 26px;
    color: #1584e8;
    margin-bottom: 20px;
}

.jobe i {
    color: #9ea3a8;
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle;
}

.job_apply {
    margin-top: 20px;
    font-size: 14px;
}

.jobe {
    font-size: 14px;
}

.job_apply .btn.btn-primary {
    font-size: 14px;
    padding: 8px 20px;
    background: #1584e8 !important;
    color: #fff !important;
    border-color: #1584e8 !important;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}

.job_apply .btn.btn-primary:hover {
    background: #fff !important;
    color: #1584e8 !important;
}

.job_col.col-md-4 {
    margin-bottom: 30px;
}

.modal-backdrop.show {
    z-index: -1;
    opacity: 0;
}

.vpopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.vpopup.open {
    opacity: 1;
    visibility: visible;
}

.vpopup_body {
    position: absolute;
    left: 0;
    right: 80px;
    top: 50%;
    transform: translateY(-200%);
    background: #fff;
    max-width: 800px;
    padding: 50px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.open .vpopup_body {
    transform: translateY(-70%);
    opacity: 1;
    visibility: visible;
}

.vclose {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 26px;
    color: #fff !important;
}

.vforms.row .form-control {
    outline: none !important;
    box-shadow: none !important;
}

.vforms {
    margin-top: 30px;
}

.vforms .form-control {
    margin-bottom: 12px;
    font-size: 14px;
    padding: 10px;
}

.form-control::file-selector-button {
    padding: 20px 0.75rem !important;
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}

.blog_row {
    display: flex;
    flex-wrap: wrap;
}

.blog_cols {
    flex-basis: calc(100% / 3);
    max-width: calc(100%/3);
    padding: 0 15px;
    margin-bottom: 25px;
}

.blog_cols:first-child,
.blog_cols:nth-child(2) {
    flex-basis: 50%;
    max-width: 50%;
}

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

.blog_item {
    position: relative;
}

.blog_meta {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
    padding: 25px;
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

.meta_title {
    font-size: 20px;
    margin: 0px 0 14px;
    font-weight: 700;
}

.meta_date {
    font-size: 12px;
}

.meta_date i {
    margin-right: 5px;
}

.meta_all {
    font-size: 12px;
}

.paging a,
.paging span {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid;
    border-radius: 4px;
    font-size: 14px;
}

.paging span {
    color: #b7b7b7;
}

.paging {
    text-align: center;
    flex-basis: 100%;
    margin: 40px;
}

.meta_all,
.meta_date {
    height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.blog_main_content .meta_all {
    height: auto;
}

.blog_item:hover .meta_all,
.blog_item:hover .meta_date {
    height: 30px;
}

.blog_main_content img {
    width: 100%;
    /* height: 450px; */
    object-fit: cover;
    border-radius: 5px;
}

.blog_main_content .meta_title {
    font-size: 30px;
}

.blog_main_content .meta_all {
    height: auto;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.blog_details {
    padding-top: 80px;
}

.blog_description {
    margin: 40px 0;
    line-height: 36px;
    font-size: 16px;
    text-align: justify;
}

.bsiderbar h3 {
    font-weight: 700;
}

.bsiderbar {
    background: #f4fbff;
    padding: 15px 30px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.blog_latest {
    margin-top: 15px;
}

.blog_latest li {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.blog_latest li a {
    padding-left: 10px;
    color: #010101;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    display: block;
}

.blog_latest li>img {
    border-radius: 7px;
    height: 65px;
}

.bsiderbar h3 {
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid #1584e8;
    margin-bottom: 30px;
    margin-top: 10px;
}

.prodCol {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 0;
}

.prodCol img {
    height: 32vh;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 30px;
}

.product_list_wrap {
    background: #f2f8fd;
    padding: 100px 0 70px;
    border-bottom: 1px solid #eaeaea;
}

.prodCol img {
    height: 32vh;
    width: calc(100% + 40px);
    object-fit: cover;
    border-radius: 0;
    margin-bottom: 20px;
    margin: -20px -20px 30px;
    max-width: calc(100% + 40px);
}

.prod_title {
    min-height: 75px;
}

.prod_title h4 {
    color: #262525;
    font-weight: 900;
    text-align: center;
}

.prod_title h6 {
    color: #7d7a7a;
    text-align: center;
}

a:hover .prodCol {
    top: -20px;
}

.prod_pics .swiper-slide img {
    width: 100%;
}

.swiper-container.product_slide {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.prod_highlights .pt-5 {
    color: #1584e8;
    padding-top: 0 !important;
    background: #fff;
    border: 1px solid #1584e8;
    color: #1584e8;
    padding: 10px 20px !important;
    border-radius: 0;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 300;
}

.col-md-6.prod_highlights .pt-5:first-child {
    margin-top: 0;
}

.prod_highlights .common-list {
    list-style: disc;
    padding-left: 2rem;
}

.pltf i {
    color: #222;
    font-size: 40px;
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 0;
    margin-right: 15px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.menu_tlg {
    display: none;
    color: #fff;
    font-size: 18px;
}

.product-details {
    padding-bottom: 50px;
}

.techwrap img {
    height: 60px;
}

.abt_desc,
.prod_highlights,
.sr_content {
    text-align: justify;
}

.job_mdesc {
    font-size: 12px;
    color: #3c3c3c;
    padding: 20px 0 0;
    line-height: 22px;
    text-align: justify;
}

.job_mdesc h3 {
    font-size: 14px;
    color: #262626;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid;
    margin-bottom: 12px;
    padding-bottom: 5px;
}

.client_logo {
    margin-right: -1px;
    text-align: center;
}
.client_col.col-md-4:nth-child(5n+1) {
    border-right-color: transparent;
}
.client_col.col-md-4:nth-child(3n+1) {
    border-left-color: transparent;
    border-bottom-color: transparent;
}
.client_col.col-md-4:nth-child(2) {
    border-top-color: transparent;
}
.client_col.col-md-4:first-child {
    border-top-color: transparent;
}
.client_col.col-md-4:nth-child(3) {
    border-right-color: transparent;
    border-top-color: transparent;
}
.swiper-container.clients_swiper {
    padding-bottom: 50px;
}
.client_col.col-md-4:nth-child(7n+1) {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.client_col.col-md-4:nth-child(8n+1) {
    border-right-color: transparent;
}
.client_col.col-md-4:nth-child(10n+1) {
    border-bottom-color: transparent;
}
.client_col.col-md-4:nth-child(11n+1) {
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.client_col.col-md-4:nth-child(13n+1) {
    border-bottom-color: transparent;
}


/* MQ */

@media only screen and (max-width:1440px) {
    .slide_title h2 {
        font-size: 55px;
        line-height: 75px;
    }
    .menu {
        padding: 10px 5px 16px;
    }
    .main_content {
        width: calc(100% - 60px);
        margin-left: 60px;
    }
    .main_menu {
        width: calc(100% - 60px);
        left: 60px;
    }
    .nav_main li a {
        font-size: 32px;
    }
    .head_social li {
        font-size: 22px;
    }
    .logo.img-fluid {
        width: 140px;
    }
    .section-title h1 {
        font-size: 80px;
        padding-top: 100px;
    }
    .sub_highlight h3 {
        font-size: 55px;
        line-height: 80px;
    }
    .about_intro h4 {
        font-size: 30px;
        line-height: 46px;
    }
    .about_intro p {
        font-size: 20px;
        line-height: 38px;
    }
    .service_ul li a {
        font-size: 30px;
    }
    .client_logo img {
        height: 80px;
    }
    .section-title .backdrop {
        font-size: 150px;
    }
    .footer_info a img {
        width: 220px;
    }
    .footer_info {
        line-height: 26px;
        font-size: 13px;
    }
    .footer-col h3 {
        margin-top: 70px !important;
    }
    .footer_widget li a {
        line-height: 26px;
        font-size: 13px;
    }
    .fac_row {
        font-size: 14px;
        line-height: 26px;
    }
    .footer_copy {
        font-size: 14px;
    }
    .fa_icon svg {
        width: 45px;
        height: 45px
    }
    .mobile_menu {
        padding: 0 5px;
    }
}

@media only screen and (max-width:1366px) {
    .section-title .backdrop {
        font-size: 140px;
    }
    .section-title h1 {
        font-size: 80px;
        padding-top: 80px;
    }
    .sub_highlight h3 {
        font-size: 60px;
        line-height: 90px;
    }
    .about_intro h4 {
        font-size: 32px;
    }
    .about_intro p {
        font-size: 20px;
    }
    .about_intro h4 {
        font-size: 28px;
    }
    .logo.img-fluid {
        width: 120px;
    }
    .form-col textarea {
        height: 120px;
    }
    .git_btn {
        height: 60px;
    }
    .mobile_menu {
        margin-top: 25px;
    }
    .service_ul li a {
        font-size: 26px;
    }
    .head_social li a {
        font-size: 14px;
        padding: 0 16px;
    }
}

@media only screen and (max-width:1324px) {
    .prod_title {
        min-height: 85px;
    }
}

@media only screen and (max-width:1280px) {
    .fa_tx {
        word-wrap: anywhere;
    }
    .git_btn:hover .bi.bi-arrow-right {
        left: 18%;
    }
    .client_testimonial {
        background-size: 51% auto;
    }
}

@media only screen and (max-width:1200px) {
    .section-title .backdrop {
        font-size: 120px;
    }
    .section-title h1 {
        font-size: 70px;
        padding-top: 70px;
    }
    .sub_highlight h3 {
        font-size: 46px;
        line-height: 60px;
        margin-bottom: 0;
    }
    .about_intro h4 {
        font-size: 22px;
        line-height: 40px;
    }
    .about_intro h4 {
        padding-top: 0;
    }
    .about_intro p {
        font-size: 16px;
        line-height: 30px;
        padding-top: 0;
    }
    .about.section {
        padding-bottom: 100px;
    }
    .col-md-3.footer-col:last-child {
        flex-basis: 100%;
        max-width: 100%;
    }
    .footer_address {
        display: flex;
        justify-content: space-between;
    }
    .col-md-3.footer-col {
        flex-basis: 33%;
        max-width: 33%;
    }
}

@media only screen and (max-width:1024px) {
    .prod_title {
        min-height: 94px;
    }
    .blog_meta {
        padding: 0px 25px;
    }
    .head_social {
        display: none;
    }
    .menu_tlg {
        display: block;
    }
}

@media only screen and (max-width:992px) {
    .section-title h1 {
        font-size: 50px;
        padding-top: 55px;
    }
    .section-title .backdrop {
        font-size: 90px;
    }
    .sub_highlight h3 {
        font-size: 32px;
        line-height: 44px;
    }
    .about_intro h4 {
        font-size: 20px;
        line-height: 32px;
    }
    .about_intro p {
        font-size: 16px;
        line-height: 24px;
    }
    .slide_title h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .service_ul li {
        flex-basis: 100%;
        max-width: 100%;
        text-align: left;
        padding: 7px 0;
    }
    .section.services.skew {
        padding: 0 0 20px;
    }
    .service_ul li a {
        font-size: 22px;
    }
    .clients_wrap {
        margin-top: 60px;
    }
    .client_logo img {
        margin: 30px 0;
    }
    .client_logo img {
        height: 60px;
    }
    .fac_row {
        flex-direction: column;
    }
    .fa_icon {
        padding-right: 30px;
        margin-bottom: 20px;
    }
    .col-md-3.footer-col:first-child {
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-3.footer-col:nth-child(2),
    .col-md-3.footer-col:nth-child(3) {
        padding-left: 15px;
        flex-basis: 50%;
        max-width: 50%;
    }
    .nav_main {
        flex-wrap: wrap;
    }
    .nav_main li {
        flex-basis: 100%;
        max-width: 100%;
        height: auto;
    }
    .nav_main li a {
        line-height: calc(100vh / 5);
    }
    .nav_main li {
        flex-basis: 100%;
        max-width: 100%;
    }
    .nav_main li {
        top: 100vh;
    }
    .nav_main li a {
        font-size: 26px;
    }
    .nav_main li a::before {
        background-size: 100%;
    }
    .nav_main li a::after {
        background-size: auto 180%;
    }
    .blog_cols {
        flex-basis: calc(100% / 2);
        max-width: calc(100%/2);
    }
    .nav_main li a {
        line-height: calc(100vh / 7);
        font-size: 20px !important;
    }
    .active .nav_main li:nth-child(7),
    .active .nav_main li:nth-child(8) {
        top: 0;
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (width:992px) {
    .prod_title {
        min-height: 105px;
    }
}

@media only screen and (max-width:991px) {
    .client_testimonial {
        background-size: 100% auto;
    }
    .client_testimonial::after {
        background: url('../img/testmibg.jpg') no-repeat center right #011726;
        background-size: auto;
        background-size: cover;
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }
    .sctitle.light.b-bottom {
        padding-bottom: 20px;
        margin-bottom: 60px;
        border-bottom: 1px solid #fff;
        position: relative;
        z-index: 99;
    }
}

@media only screen and (max-width:768px) {
    .prod_title {
        min-height: 82px;
    }
}

@media only screen and (max-width:767px) {
    .about_img {
        position: inherit;
        width: calc(100% + 40px);
        /* margin-left: -20px; */
    }
    .abintro_wrap {
        background: #f4fbff;
        padding: 80px 3% 0;
    }
    .ab_clients {
        padding: 0 0;
    }
    .client_testimonial {
        background-size: cover;
    }
    .prod_title {
        min-height: 75px;
    }
    .vpopup_body {
        top: 65%;
    }
    .blog_cols,
    .blog_cols:first-child,
    .blog_cols:nth-child(2) {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:640px) {
    .col-md-3.footer-col:nth-child(2),
    .col-md-3.footer-col:nth-child(3) {
        padding-left: 15px;
        flex-basis: 100%;
        max-width: 100%;
    }
    .footer-col h3 {
        margin-top: 20px !important;
    }
    .footer_address {
        flex-direction: column;
    }
    .fac_row {
        flex-direction: row;
    }
    .footer-col h3 {
        margin-bottom: 10px;
    }
    .cdash_ul li:first-child,
    .cdash_ul li:last-child {
        display: none;
    }
    .cdash_ul li {
        flex-basis: 50%;
        max-width: 50%;
    }
    .sub_highlight h3 {
        font-size: 26px;
        line-height: 40px;
    }
    .footer_copy {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .foot_links {
        margin-bottom: 10px;
    }
    .nav_social a {
        font-size: 20px;
    }
    .menu {
        padding: 10px 0px 16px;
    }
    .mobile_menu {
        width: 42px;
    }
    .mobile_menu span {
        margin: 6px 0;
    }
    .main_menu {
        width: calc(100% - 42px);
        left: 42px;
    }
    .menu {
        padding: 5px 0px 5px;
    }
    .main_content {
        width: calc(100% - 42px);
        margin-left: 42px;
    }
    .logo.img-fluid {
        width: 90px;
    }
    .nav_main li {
        border-left: 1px solid #5ac0ff;
        border-bottom: 1px dashed #5ac0ff;
    }
    .section-title .backdrop {
        font-size: 55px;
    }
    .section-title h1 {
        font-size: 32px;
        padding-top: 36px;
        padding-left: 30px;
    }
    .service_ul li a {
        padding: 0 5px;
    }
    .service_ul li a {
        font-size: 20px;
    }
    .client_col {
        border: 0;
        border-bottom: 1px solid #eee;
    }
    .git_btn {
        height: 60px;
        font-size: 20px;
    }
    .git_btn .bi.bi-arrow-right {
        font-size: 30px;
    }
    .fa_icon {
        padding-right: 20px;
    }
    .fac_row {
        margin-bottom: 20px;
    }
    .section-title.dark .backdrop {
        -webkit-text-stroke-color: #fff;
        opacity: 0;
    }
    .footer_copy {
        font-size: 12px;
    }
    .copy {
        width: 210px;
        text-align: center;
    }
    .footer_info {
        font-size: 12px;
    }
    .footer_widget li a {
        font-size: 12px;
    }
    .slide_title h2 {
        font-size: 30px;
        line-height: 55px;
    }
    .sub_highlight h3 {
        font-size: 22px;
        line-height: 37px;
    }
    .service_ul li a {
        font-size: 18px;
    }
    .footer_info a img {
        width: 170px;
    }
    .c2action {
        flex-direction: column;
        align-items: unset;
    }
    .c2a_link {
        padding-top: 20px;
    }
    .highlight_title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .highlight_title h3 {
        font-size: 26px;
        font-weight: 600;
    }
    .highlight_title h4 {
        font-size: 22px;
        line-height: 38px;
    }
    .highlight_title h4 br {
        display: none;
    }
    .abintro_wrap p {
        font-size: 16px;
        line-height: 30px;
    }
    .abt_intro {
        padding-bottom: 10px;
    }
    .sctitle h2 {
        color: #17161a;
        font-size: 40px;
    }
    .sctitle h3 {
        color: #4f4e51;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
    }
    .c2abtn.btn {
        font-size: 18px;
        padding: 5px 30px;
    }
    .c2a .row {
        font-size: 16px;
        line-height: 30px;
    }
    .c2action {
        margin-bottom: 30px;
    }
    .testimonial_slide h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .testimonial_slide p {
        font-size: 16px;
        line-height: 28px;
    }
    .about_img img {
        width: 100%;
        height: 340px;
    }
    .highlight_title {
        padding: 60px 0 20px;
    }
    .abintro_wrap {
        padding: 20px 3%;
    }
    .services_row.row {
        border-left: 0 solid #25acff;
        border-right: 40px solid #fff;
    }
    .service_wrap.section {
        padding: 50px 0 0px;
    }
    .highlight_title.common {
        background: #f4fbff;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .tech_tools img {
        height: 30px;
        padding: 0 10px;
        margin-bottom: 35px;
        max-width: 120px;
    }
    .services_row.row {
        margin-bottom: 20px;
    }
    .c2a {
        padding: 60px 0 160px;
    }
    .prod_highlights {
        font-size: 14px;
        line-height: 26px;
        text-align: left;
    }
    .techwrap img {
        height: 60px;
        object-fit: contain;
    }
    .col-md-6.prod_pics {
        margin-bottom: 10px;
    }
    .prod_highlights .pt-5 {
        margin-bottom: 10px;
    }
    .product_list_wrap {
        background: #f2f8fd;
        padding: 10px 0 40px;
    }
    .prodCol {
        margin: 20px 0px;
    }
    .prodCol img {
        height: 26vh;
    }
    .career_jobs {
        padding: 20px 0 0;
    }
    .vpopup_body {
        position: absolute;
        left: 20px;
        right: 60px;
        top: 50%;
        transform: translateY(-50%);
        padding: 20px;
    }
    .contform {
        padding: 70px 0 0px;
    }
}

@media only screen and (max-width:440px) {
    .contform {
        padding: 30px 0 0px !important;
    }
    .sub_highlight h3 {
        font-size: 18px;
        line-height: 32px;
    }
    .about_intro h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .about_intro p {
        font-size: 14px;
        line-height: 22px;
    }
    .sub_highlight h3 span {
        padding: 0 2px;
    }
    .section-title .backdrop {
        font-size: 44px;
    }
    .section-title h1 {
        padding-top: 24px;
    }
    .nav_main li a {
        font-size: 22px;
    }
    .section.clients {
        padding: 170px 0 100px;
    }
    .client_row.row {
        padding: 0 15px;
    }
    .section.services.footer_main.skew::after {
        border-top: 3px solid #fff;
    }
    .highlight_title h3 {
        font-size: 30px;
    }
    .highlight_title h1 {
        font-size: 45px;
        line-height: 60px;
    }
    .serv_cont h2 {
        font-size: 24px;
    }
    .vpopup_body {
        top: 65%;
    }
    .paging {
        margin: 40px 0px;
    }
    .sendForm.contact_details {
        padding: 35px 15px 100px;
    }
    .sr_content {
        font-size: 14px;
    }
    .highlight_title h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .highlight_title h1 {
        font-size: 40px;
        line-height: 55px;
    }
    .highlight_title h4 {
        font-size: 18px;
        line-height: 32px;
    }
}

@media only screen and (max-width:360px) {
    .highlight_title h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .highlight_title h3 {
        font-size: 24px;
    }
    .highlight_title h4 {
        font-size: 25px;
    }
    .meta_title {
        font-size: 15px;
    }
    .paging a,
    .paging span {
        height: 28px;
        width: 28px;
        line-height: 28px;
    }
}
a.service-more-btn {
    background-color: #1584e8;
    color: #FFF;
    padding: 10px 15px;
    font-weight: 500;
}
.blog_description li {
    list-style: decimal;
    margin-left: 40px;
    margin-bottom: 1rem;
}
.blog-faq .acc {
    background-color: #1584e8;
    color: #FFF;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid white;
    outline: none;
    transition: 0.4s;
    font-size: medium;
}


.blog-faq .active, .acc:hover {
    background-color: #25acff;
}


.blog-faq .content {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.blog-faq .acc:after {
    content: "\02795";/* + sign */
    font-size: 16px;
    float: right;
    margin-left: 5px;
    color: #000;
}

.blog-faq .active:after {
    content: "\2796";/* - sign */
    color: #000;
}
.blog-det-best p {
    text-align: justify;
}
.mt-20 {
    margin-top: 20px ;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.accordion-button.collapsed {
    border-bottom-width: 0;
    background-color: #1584e8;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #1584e8;
}
