@import url(https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap);

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
/*html::-webkit-scrollbar {
    display: none !important;
}*/
.i-amphtml-singledoc{
    overflow-x:hidden !important
}


a:hover {
    text-decoration: none !important;
    color: #16c7ff !important;
    text-shadow: 0px 0px 10px rgb(22 199 255 / 50%) !important
}

html {
    overflow-x: hidden !important;
    scroll-behavior: smooth !important
}
.adjust{
    margin:100px 0px;
}
body {
    background: #fff !important;
    overflow-x: hidden !important
}
.extra-buttons span {
    background-color: #14070a
}

.extra-buttons span a.btn_primary {
        background-image: radial-gradient(circle at 50% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%)
}
.contactForm.php-email-form_career label{
    color:#013671;
    font-weight:500;
    font-size:14px;
}
.sdkfsk{
    display:flex;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    
}
.squarertegw .car_d img{
    width:200px;
    height:200px;
}
.img-res {
    width: 280px;
    height: 300px;
}
.contactForm.php-email-form_career input{
    border-radius:4px !important;
}
body p {
    text-align: justify;
    line-height: 1.6;
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    color: #6f8ba4 !important
}

.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0;
    text-align: center
}

    .testimonial .container {
        max-width: 960px
    }

.about-page .testimonial {
    padding-bottom: 90px
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto
}

    .testimonial .testimonial-slider-nav .slick-slide {
        position: relative;
        opacity: 0;
        transition: .5s
    }

    .testimonial .testimonial-slider-nav .slick-active {
        opacity: 1;
        transform: scale(1.3)
    }

    .testimonial .testimonial-slider-nav .slick-center {
        transform: scale(2);
        z-index: 1
    }

    .testimonial .testimonial-slider-nav .slick-slide img {
        position: relative;
        display: block;
        margin-top: 37px;
        width: 100%;
        height: 87px;
        border-radius: 100px
    }

        .testimonial .testimonial-slider-nav .slick-slide img:hover {
            cursor: pointer
        }

    .testimonial .testimonial-slider-nav .slick-center img {
        border: 5px solid #fff
    }

.small_font {
    font-size: 13px
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
    padding-top: 50px
}

    .testimonial .testimonial-slider::before {
        position: absolute;
        content: "";
        width: 60px;
        height: 50px;
        top: 0;
        left: calc(50% - 30px);
        background: url(../img/testimonials/quote.png) top center no-repeat
    }

    .testimonial .testimonial-slider:hover {
        cursor: grab
    }

    .testimonial .testimonial-slider h3 {
        font-family: 'Crimson Pro', serif;
        font-size: 20px;
        font-weight: 700
    }

    .testimonial .testimonial-slider h4 {
        font-size: 15px;
        color: #ff4500
    }

.card_footer {
    border-radius: 0 0 10px 10px !important
}

.testimonial .testimonial-slider p {
    font-size: 14px;
    margin: 0
}

.main_accordian_head {
    display: flex;
    box-shadow: 0px 10px 20px 0px rgb(0 141 236 / 10%);
    align-items: center
}

.main_accordian .card-body {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 1.2px;
    color: #333
}

.main_accordian_head .btn-link {
    text-decoration: none !important;
    color: #6f8ba4 !important;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 500
}

.main_accordian:hover .main_accordian_head i {
    color: #fff;
    background: url(../img/icon-bg/esrf2gf.png) no-repeat left center
}
.set_left{
    position:absolute;
    left:-50px;
    opacity:0.4;
    top:-100px
}
.set_right {
    position: absolute;
    right: 0px;
    opacity: 0.4;
    transform:rotate(180deg);
    z-index:-1;
    bottom: 100px
}
.set_center {
    position: absolute;
    
    left:0;
    top:-100px;
    opacity: 0.2;
    width:100%;
    height:80%;
    z-index: -1
   
}
.main_accordian_head i {
    font-size: 1.575rem;
    color: #A27278;
    display: inline-block;
    margin-right: 15px;
    background: url(../img/icon-bg/ch_col_icn.png) no-repeat left center;
    width: 49px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: .3s all linear
}

.main_accordian {
    margin: 10px 0;
    border: 1px solid #eee
}

.main_accordian_head {
    border-bottom: 1px solid #eee
}

.img_div {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px
}

    .img_div img {
        width: 80px;
        height: 80px
    }

.img_div_icon {
    display: flex;
    align-items: center
}

    .img_div_icon h4 {
        margin-left: 30px
    }

.feature-block:hover .img_div_icon i {
    background: url(../img/icon-bg/esrf2gf.png) no-repeat center center;
    color: #fff
}

.img_div_icon i {
    background: url(../img/icon-bg/iconbg2.png) no-repeat center center;
    width: 65px;
    height: 105px;
    line-height: 100px;
    text-align: center;
    color: #A27278;
    font-size: 2rem;
    transition: all .6s
}

.subscribe_top {
    position: relative !important
}

.bulk_btn a {
    font-size: 20px;
    transition: .3s linear;
    text-transform: capitalize;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    color: #fff !important
}

.bulkimg {
    width: 20px;
    height: 20px
}

.bulk_btn {
    display: flex;
    justify-content: center;
    background: #3ac5c8;
    background: -moz-linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
    background: -webkit-linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
    background: linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
    border-radius: 50px;
    padding: 10px 20px
}

.bulk_whatsapp {
    position: absolute;
    left: 60px;
    bottom: 60px;
    border-radius: 50px;
    width: 350px;
    transition: .3s linear;
    padding: 6px;
    border: 2px solid #fff
}

    .bulk_whatsapp:hover {
        cursor: pointer;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
    }

        .bulk_whatsapp:hover .bulk_btn a {
            letter-spacing: 1.8px;
            filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
        }

.contact_top {
   
    padding: 40px 20px 30px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto
}

.subscribe_top .form-control {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 900;
    letter-spacing: 25px;
    font-weight: 400;
    line-height: 1.5;
    color: green;
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
    background-color: #e6e7ee;
    background-clip: padding-box;
    border: .0625rem solid #6b8e23;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 50px !important
}

.btn-main-2:hover {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    color: #ff4500 !important;
    animation: pulse_new 2s ease-in-out 5;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

@-webkit-keyframes pulse_new {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 199, 177, .4)
    }

    100%, 75% {
        box-shadow: 0 0 0 2rem rgba(0, 199, 177, 0)
    }
}

.btn-main-2 {
    font-size: 23px;
    font-family: 'Crimson Text', serif !important;
    transition: .3s linear;
    padding: 3.5px 20px;
    color: green;
    transition: all .2s ease;
    border-color: #d1d9e6;
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff
}

.lege_nd {
    font-family: 'Crimson Text', serif !important;
    font-size: 28px;
    position: absolute;
    top: -21px;
    border-radius: 25px;
    left: 41%;
    background-color: #e6e7ee !important;
    border-color: #d1d9e6;
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
    padding: 0 20px;
    color: #6b8e23 !important
}

.for_white_border {
    /*box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
    background: linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);*/
    padding: 10px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 8px
}

.btn-round-full {
    border-radius: 50px
}

.subscribe_top .btn {
    position: absolute;
    right: 10px;
    top: 6.5px
}

.bottommark {
    position: absolute;
    right: 10px
}

.phone-qr_long {
    border: 1px solid #eee;
    width: 290px;
    height: 420px;
    position: absolute;
    top: 145px;
    right: 187px
}

.phone-qr_long2 {
    border: 1px solid #eee;
    width: 290px;
    height: 420px;
    position: absolute;
    top: 145px;
    right: 88px
}

.last_details h1 {
    font-size: 54px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 100 !important;
    letter-spacing: 1.2px;
    font-family: 'Varela Round', sans-serif
}

.last_details h3 {
    font-size: 30px;
    color: #fff;
    text-transform: lowercase;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 1.2px;
    font-family: 'Varela Round', sans-serif
}

.last_details h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, #fff, transparent) .5;
    font-size: 38px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 1.2px;
    font-family: 'Varela Round', sans-serif
}

.mobile_image {
    position: relative;
    padding: 80px 0 0 0
}

.last_details {
    padding: 80px 0;
    background: linear-gradient(to right, #3e2bce 0, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%)
}

.payment h1 {
    margin-top: 130px;
    color: #4baf71;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.7
}

.payment2 h1 {
    margin-bottom: 0;
    text-align: center;
    margin-top: 130px;
    color: #4baf71;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.7
}

.payment h5 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 1.7
}

.payment2 h5 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    background: #6b8e23;
    padding: 8px 12px;
    border-radius: 20px
}

.payment2 span {
    padding: 0 8px;
    color: silver !important
}

.payment2 p {
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-size: 17px;
    line-height: 2.1;
    letter-spacing: 1.5px;
    font-weight: 600
}

.payment2 h2 {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    border-image: linear-gradient(to right, transparent, #eee, transparent) .5;
    text-align: center;
    margin-top: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.7
}

.all_pay ul li {
    text-align: center
}

.payment h2 {
    margin-top: 20px;
    color: #000;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.7
}

.phone-qr {
    width: 233px;
    height: 254px;
    position: absolute;
    top: 145px;
    right: 150px
}

.phone-qr5 {
    width: 223px;
    height: 84px;
    position: absolute;
    bottom: 259px;
    right: 151.2px
}

.bg-1 {
    margin-top: 46px;
    position: relative;
    height: 105vh;
    background: url(../images/Phone/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat
}

.iphone {
    margin-left: 50px;
    width: 320px;
    height: 550px
}

.bg-2 {
    margin-top: 40px;
    position: relative;
    height: 105vh;
    background: url(../images/Phone/asdqd.png);
    background-position: center;
    background-repeat: no-repeat
}

.new_blog h1 {
    font-weight: 500;
    text-transform: capitalize !important;
    color: #000;
    font-size: 1.7em;
    line-height: 1.2
}

.new_blog h2 {
    margin-top: 20px;
    color: #2c5364;
    line-height: 1.7;
    text-transform: capitalize !important;
    font-size: 18px;
    font-weight: 700
}

.new_blog h5 {
    color: red;
    font-size: 1.2em;
    padding-bottom: 1.5rem;
    padding-left: .25rem
}

.incliding-services ul li a {
    color: #333 !important
}

.incliding-services ul li::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #333 !important;
    float: left;
    display: inline-block;
    text-rendering: auto;
    width: 10px;
    height: 30px
}

.section_statics:hover .mrp {
    animation: pulse-border 1s infinite;
    animation-timing-function: linear
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.before_img_div {
    width: 100%;
    height: 420px
}

    .before_img_div img {
        padding: 0 10px;
        margin-top: 10px;
        width: 100%;
        height: 100%
    }

.section_gray {
    background-color: #f0f8ff;
    padding: 40px 0
}

.section_statics {
    background-color: #7fffd4;
    padding: 40px 0
}

.blank_sec {
    padding: 40px 0 50px 0
}

.only_padd {
    padding: 40px 0
}

.section_gray p {
    text-align: center
}

.blue_left_img {
    width: 100%;
    height: 400px
}

    .blue_left_img img {
        padding-top: 100px;
        width: 100%;
        height: 100%
    }
.career_box {
    text-align:center;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
    background: #fff;
}
.contactForm{
    border-radius:0 8px 8px 0;
}
.contactFormmodal {
    border-radius: 0 8px 8px 0;
}
.padd_style {
    padding: 39px 15px
}
.pb_2_5{
    padding-bottom:13px;
}
.row.wizard-form.m-0 .col-md-6.py-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.new_sub_heading {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
    line-height: 1.7;
    font-size: 24px;
    color: #013671;
    font-weight: 600;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.3px
}

.blank_sec {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/SOftware Devlopment/header-background - Copy.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

    .blank_sec p {
        color: #fff !important
    }

    .blank_sec a {
        color: #bfd255;
        font-weight: 600;
        font-size: 16px
    }

.section_gray .col-md-6 p {
    text-align: justify
}

.new_heading_style {
    font-size: 35px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.7;
    color: navy;
    font-weight: 800;
    font-family: 'Varela Round', sans-serif;
    letter-spacing: 1.3px
}

.sec_pd_40 {
    padding: 40px
}

.static_website {
    display: flex;
    align-items: center
}

.banner_img {
    width: 100%;
    height: 90vh
}

    .banner_img img {
        width: 100%;
        height: 100%
    }

.new_space {
    display: flex;
    align-items: center;
    padding: 50px 0;
    background: #021c3c;
    border-bottom: 1px solid #eceff1
}

.gradient_div {
    background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0, rgba(251, 75, 2, 1) 100%);
    z-index: 5;
    opacity: .5;
    width: 100%;
    height: 400px
}

.custom-btn-outlint2 i {
    padding: 0 10px
}

.custom-btn2 i {
    padding: 0 10px
}

.demo_sec {
    padding: 60px 0 50px 0
}

.content_box {
    padding: 0 20px
}

.content_box2 p {
    text-align: center;
    font-size: 15px;
    font-family: 'Crimson Pro', serif;
    line-height: 1.7;
    letter-spacing: 1.3px;
    color: #eee
}

.content_box2 {
    padding: 80px 20px;
    justify-content: center
}

.advantage .box {
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
    padding: 0 20px;
    border-radius: 8px;
    display: flex;
    margin-bottom: 10px
}

.advantage .pms_about {
    margin-bottom: 0 !important
}

.content_box p {
    width: calc(90% - 30px);
    margin: 20px 0;
    padding: 0;
    text-transform: capitalize
}

.content_box_lhms p {
    width: calc(90% - 30px);
    margin: 20px 0;
    padding: 0;
    text-transform: capitalize
}

.DIGITAL_DCR .row {
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-color: #d1d9e6;
    box-shadow: 0 0 30px 0 rgb(0 42 106 / 10%)
}

.content_box h1 {
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1.1px;
    line-height: 1.5;
    text-transform: capitalize !important;
    float: left;
    margin-right: 40px;
    overflow: hidden;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important
}

.content_box_lhms h1 {
    margin-bottom: 15px;
    display: block;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1.1px;
    line-height: 1.5;
    text-transform: capitalize !important;
    float: left;
    margin-right: 40px;
    overflow: hidden;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important
}

.gst_main {
    margin-bottom: 0;
    word-spacing: 1px;
    text-transform: capitalize;
    line-height: 1.7;
    text-align: center;
    font-family: 'Crimson Pro', serif;
    color: #013671;
    font-weight: 900
}

.gst {
    color: #ff4500;
    font-weight: 900
}

.Institution .nav-link.active {
    color: green !important;
    font-weight: 600;
    background-color: unset;
    border: none
}

.Institution .nav-link:focus,
.Institution .nav-link:hover {
    color: #ff5e14
}

.Institution {
    background-color: #eceff1;
    border: none !important;
    display: flex;
    justify-content: center;
    letter-spacing: 1.5px;
    padding: 6px 0;
    border-radius: 6px;
    box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%)
}

    .Institution .nav-link {
        border: none;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .Institution .nav-item2 {
        border-right: 1px solid rgba(0, 0, 0, .1)
    }

.custom-btn {
    color: #fff;
    border-radius: 15px;
    padding: 8px 15px !important;
    font-family: Lato, sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0, rgba(251, 75, 2, 1) 100%);
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    outline: 0;
    border: none
}

.inner .form-row .form-holder .inp_ut {
    padding: 10px 3px
}

.inner .form-row .form-holder .sel_ect {
    padding: 6px 3px
}

.inner .form-row .form-holder .career_contact {
    margin-bottom: 10px;
    padding: 0 20px 10px
}

.contact_us .card h2 {
    color: #000
}

.custom-btn2 {
    color: #fff !important;
    border-radius: 25px;
    padding: 15px 35px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 23px;
    background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0, rgba(251, 75, 2, 1) 100%);
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    outline: 0;
    border: none
}

.custom-btn-outlint2 {
    color: rgba(255, 151, 0, 1) !important;
    border-radius: 25px;
    padding: 15px 35px;
    font-family: Lato, sans-serif;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 23px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    box-shadow: inset 2px 2px 2px 0 rgba(255, 255, 255, .5), 7px 7px 20px 0 rgba(0, 0, 0, .1), 4px 4px 5px 0 rgba(0, 0, 0, .1);
    outline: 0;
    border: 2px solid rgba(255, 151, 0, 1)
}

.custom-btn,
custom-btn-outlint2,
custom-btn2:hover {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.cf-item a {
    padding-left: 0
}

.down_btn {
    width: 120px;
    height: 40px
}

.syllabus {
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 0;
    font-size: 13px
}

.pagination-lg {
    display: flex;
    list-style: none;
    border-radius: .55rem
}

    .pagination-lg .page-item .page-link,
    .pagination-lg .page-item span {
        width: 46px;
        height: 46px;
        line-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center
    }

.Institution_blog {
    background-color: #eceff1;
    border: none !important;
    display: flex;
    justify-content: center;
    letter-spacing: 1.5px;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%)
}

.page-item .page-link.active {
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
    color: green !important;
    font-weight: 700 !important;
    font-size: 14px
}

.page-item .page-link:hover {
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
    color: #525480
}

.page-item .page-link.active {
    color: #ecf0f3;
    background-color: #e6e7ee;
    border-color: #e6e7ee
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.page-item:last-child .page-link {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.page-item .page-link,
.page-item span {
    margin: 0 4px;
    font-size: .875rem;
    color: #31344b;
    font-weight: 600
}

.page-link {
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -.0625rem;
    line-height: 1.25;
    color: #93a5be;
    background-color: #ecf0f3;
    border: .0625rem solid #fafbfe
}

.blog_section {
    padding: 30px 20px;
    background-color: #e6e7ee
}

.blog_heading {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    line-height: 1.7
}

.img-banner {
    width: 100%;
    height: 90vh
}

.only_for_blog {
    margin-top: 100px
}

.Review_title {
    font-weight: 800;
    letter-spacing: 1.5px;
    position: absolute;
    left: 110px;
    top: -80px;
    text-transform: capitalize !important
}

.advantage_mar {
    margin-top: 70px
}

.chooseus-section {
    margin: 100px 0 0 0;
    padding: 55px 0;
    background: url(../images/4.jpg) no-repeat center;
    background-size: cover
}

.chooseus-section2 {
    margin: 100px 0 0 0;
    padding: 55px 0;
    background: url(../images/4.jpg) no-repeat center;
    background-size: cover
}

.chooseus-text {
    margin-bottom: 40px
}

    .chooseus-text h2 {
        font-weight: 800;
        font-family: 'Crimson Pro', serif;
        letter-spacing: 1.5px;
        color: #013671 !important;
        text-align: center;
        font-size: 25px
    }

    .chooseus-text p {
        color: #000;
        opacity: .7
    }

.chooseus-features {
    overflow: hidden
}

    .chooseus-features .cf-item {
        width: calc(50% - 40px);
        float: left;
        margin-right: 40px;
        margin-bottom: 35px;
        margin-top: 35px;
        overflow: hidden
    }

        .chooseus-features .cf-item .cf-pic {
            width: 90px;
            height: 90px;
            background: #fff;
            border-radius: 50%;
            line-height: 80px;
            text-align: center;
            float: left
        }

.cf-pic img {
    width: 70px;
    height: 70px
}

.chooseus-features .cf-item .cf-text {
    overflow: hidden
}

    .chooseus-features .cf-item .cf-text h5 {
        font-weight: 600;
        font-family: 'Crimson Pro', serif;
        letter-spacing: 1.5px;
        color: #013671 !important;
        font-size: 14px;
        margin-bottom: 10px
    }

    .chooseus-features .cf-item .cf-text p {
        margin-bottom: 0;
        color: #000;
        opacity: .7
    }

.syllubus h3 {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    text-align: center;
    font-size: 25px
}

.syllubus h5 {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 18px;
    line-height: 1.7
}

.syllubus {
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset
}

.contact_top_input::placeholder {
    color: green !important;
    opacity: .5
}

.contact_top_input::-webkit-input-placeholder {
    padding-bottom: 40px
}

.contact_top h3 {
    color: #fff !important;
    font-size: 25px;
    letter-spacing: 1.5px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: 'Crimson Text', serif !important
}

.contact_top h2 {
    color: #fff !important;
    font-size: 25px;
    letter-spacing: 1.5px;
    /*font-weight: 600;*/
    padding-top: 30px;
    font-family: 'Crimson Text', serif !important
}

.contact_top_input:focus {
    border: 1.5px solid green !important
}

input.contact_top_input {
    margin-bottom: 0;
    font-size: 28px;
    font-family: 'Crimson Text', serif !important;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 5px;
    line-height: 1.5;
    padding: 2px 15px !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none;
    height: auto
}

.contact_top_input::placeholder {
    letter-spacing: 2px;
    font-size: 23px;
    color: silver
}

.footer_edu_p {
    letter-spacing: 1.5px;
    font-size: 12px
}

.main_heading_new_blue2 {
    /*background: #bfd255;
    background: -webkit-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: -moz-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: -ms-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: -o-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    background: linear-gradient(to bottom, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);*/
    padding: 12px 25px !important;
    color: #fff;
    display: inline-block;
    background: green;
    border-radius: 6px;
    font-size: 20px;
    /*font-weight: 700;*/
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 3px;
    /*-webkit-box-shadow: rgb(255 255 255 / 30%) 0 2px 1px, rgb(0 0 0 / 30%) 0 0 0, rgb(0 0 0 / 50%) 0 3px 10px, rgb(0 50 0 / 75%) 0 0 40px inset;
    -moz-box-shadow: rgba(255, 255, 255, .3) 0 2px 1px, rgba(0, 0, 0, .3) 0 -2px 1px, rgba(0, 0, 0, .5) 0 3px 10px, rgba(0, 50, 0, .75) 0 0 40px inset;
    box-shadow: rgb(255 255 255 / 30%) 0 2px 1px, rgb(0 0 0 / 30%) 0 0 0, rgb(0 0 0 / 50%) 0 3px 10px, rgb(0 50 0 / 75%) 0 0 40px inset;*/
    z-index: 99 !important
}

.full_width_img {
    width: 100%;
    height: 90vh
}

.for_top_padding80 {
    padding-top: 80px
}

.for_bottom_40 {
    padding-bottom: 20px
}

.for_drop {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .1)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .1))
}

.small_images_left {
    position: absolute;
    left: -130px;
    top: -50px;
    width: 350px;
    height: 350px;
    opacity: .15
}

.small_images {
    position: absolute;
    left: -100px;
    top: -50px;
    width: 350px;
    height: 350px;
    opacity: .1
}
b, strong {
    font-weight: 500 !important;
}
.small_images_right {
    position: absolute;
    right: -140px;
    top: -50px;
    width: 350px;
    height: 350px;
    opacity: .15
}

.edu_services_main .container-fostrap .content .car_d-content p {
    font-size: 13px;
    font-weight: 400;
    padding: 0 40px;
    letter-spacing: 1.5px !important
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-unstyled-election li i {
    color: #6b8e23;
    font-size: 1.3em;
    font-weight: 800;
    margin-top: 6px;
    margin-right: 10px
}

.list-unstyled-election li {
    text-align: justify;
    line-height: 1.6;
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14.5px;
    color: #6f8ba4 !important;
    font-weight: 400
}

.list-unstyled li {
    color: #626262;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 30px;
    text-transform: capitalize
}

.list-unstyled-new p {
    margin: 20px 0
}

.list-unstyled-new li {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, #fff, transparent) .5
}

.about-content .list-unstyled li i {
    color: #ff4500;
    font-size: 1.3em;
    font-weight: 800;
    padding-right: 9px !important;
    margin-top: 23px
}

.img_100 {
    width: 100%;
    height: 300px
}

.img_400 {
    width: 100%;
    height: 400px;
    padding: 40px 0
}

.gst_last p {
    position: absolute;
    top: 110px;
    left: 0;
    padding: 0 50px !important
}

.gst_last2 .img_logo {
    position: absolute;
    top: 95px;
    right: 90px;
    padding: 0 50px !important
}

.paralex_training {
    background: url(../images/edu-services/running-a-software-company-header.png) no-repeat center top fixed;
    background-attachment: fixed;
    background-size: cover
}

.paralex_training_gst {
    background: url('../images/edu-services/banner2 (2).png') no-repeat center top fixed;
    background-attachment: fixed;
    background-size: cover
}

.paralex_training_gst2 {
    background: url('../images/edu-services/ (2).png') no-repeat center top fixed;
    background-attachment: fixed;
    background-size: cover
}

.paralex_training p {
    line-height: 2;
    z-index: 999 !important
}

.paralex_training .p2 {
    z-index: 999 !important
}

.paralex_training .gradient {
    padding: 100px 0
}

.paralex_training .gradient2 {
    padding: 50px 0
}

.hardware_hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #2c5364
}

.hardware_hr2 {
    margin-top: 50px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #2c5364;
    margin: 0 40px !important
}

.center_bold_heading .hardware_h1 {
    color: #000;
    font-weight: 800;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 1.5px;
    font-family: 'Varela Round', sans-serif;
    padding: 50px 0 20px 0;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    text-align: center
}

.center_bold_heading h1 {
    margin-bottom: 0;
    font-size: 26px;
    text-transform: capitalize !important;
    color: #013671 !important;
    font-weight: 800;
    line-height: 1.7;
    letter-spacing: 1.5px;
    font-family: 'Crimson Pro', serif;
    padding: 50px 0 20px 0;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    text-align: center
}

.div_size {
    display: block;
    width: 50%;
    text-align: left;
    padding: 8px 12px;
    border: 1px solid rgba(0, 0, 0, .2);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    background: #222;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: rgb(255 255 255 / 50%) 0 3px 3px !important
}

.div_size_long {
    display: block;
    width: 100%;
    background-image: -webkit-linear-gradient(136deg, #6cd3c9 0, #3f2b96 100%);
    text-align: left;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #fff !important
}

.bold_heading h1 {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    text-align: center;
    font-size: 28px;
    text-transform: capitalize !important
}

.bold_heading h2 {
    font-weight: 600;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    text-align: center;
    font-size: 20px
}

.bold_heading h3 {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    text-align: center;
    font-size: 25px
}

.bold_heading_light h4 {
    font-weight: 600;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 20px
}

.box-item p {
    margin: 0
}

.modal-body.master_delay_modal {
    /*border-radius: 15px;*/
    background-color: #fff !important;
    width: 100%;
    height: 100%;
    padding: 0px !important;
    border-radius: 0px !important;
}

.get_in_touch h2 {
    font-family: 'Crimson Pro', serif;
    color: #013671 !important;
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 20px
}

.get_in_touch h4 {
    color: #000 !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    line-height: 2;
    padding-bottom: 40px
}

.skeleton-bar {
    display: inline-block !important;
    position: relative;
    overflow: hidden;
    background-color: #eceff1;
    border-radius: 6px !important;
    padding: 0 !important;
    margin: 3px 0
}

    .skeleton-bar::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99 !important;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
        animation: shimmer .8s infinite;
        content: ''
    }

@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}

.skeleton-bar * {
    visibility: hidden !important
}

.for_80_width {
    width: 90%
}

.blog_date {
    display: flex;
    align-items: center;
    color: #000;
    font-size: .8em;
    font-weight: 600
}

.blog_date_rev {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    font-size: .8em;
    font-weight: 600
}

.bounce_arrow_skew {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    position: absolute;
    left: 800px;
    top: 260px;
    color: #000;
    float: right
}

.bounce_arrow_skew_rev {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    position: absolute;
    left: -550px;
    top: 260px;
    color: #000;
    float: left
}

.connect_wh_button_left_skew {
    background-color: navy;
    width: 550px;
    position: absolute;
    left: 200px;
    top: 60%;
    z-index: 999;
    padding: 14px 20px;
    box-shadow: 0 13px 15px rgba(0, 0, 0, .3);
    transform: skewX(-12deg) !important
}

.connect_wh_button_left_skew_rev {
    background-color: navy;
    width: 550px;
    position: absolute;
    right: 200px;
    top: 60%;
    z-index: 999;
    padding: 14px 20px;
    box-shadow: 0 13px 15px rgba(0, 0, 0, .3);
    transform: skewX(-12deg) !important
}

.story__text {
    transform: skewX(12deg)
}

.back_border {
    border: 2px solid #000;
    width: 430px;
    padding: 20px;
    z-index: 1;
    height: 320px
}

.design_div {
    padding: 40px;
    position: relative
}

    .design_div h4 {
        color: #6b8e23;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 2
    }

.img_div_new {
    position: absolute;
    top: 0;
    right: 0;
    left: 65px;
    bottom: 0;
    z-index: 10;
    padding: 40px 0 40px 40px
}

    .img_div_new img {
        width: 300px;
        height: 240px
    }

.blue_color_rev {
    box-shadow: 0 13px 15px rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    right: 0;
    height: 400px;
    width: 260px;
    background-color: navy;
    z-index: 2
}

.blue_color {
    box-shadow: 0 13px 15px rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 260px;
    background-color: navy;
    z-index: 2
}

.hero__caption {
    color: #fff
}

    .hero__caption span {
        color: #fff;
        font-weight: 700
    }

    .hero__caption p {
        color: #fff
    }

        .hero__caption p::before {
            content: "\f10d"
        }

        .hero__caption p::after {
            content: "\f10e"
        }

    .hero__caption h1 {
        margin-bottom: 20px !important;
        font-size: 2em;
        text-transform: uppercase;
        font-family: 'Varela Round', sans-serif;
        font-weight: 600;
        word-spacing: .3em
    }

.home-banner-area {
    background: url(../img/home-banner-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0
}

.h5_heading {
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700 !important
}

.sticky .for_visible {
    visibility: visible !important
}

.bounce_arrow {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    position: absolute;
    left: -50px;
    top: 8px;
    color: #000
}

.bounce_arrow2 {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    position: absolute;
    left: 60px;
    top: 20px;
    color: #000
}

.bounce_arrow_election {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    position: absolute;
    left: 280px;
    top: 8px;
    color: #000;
    float: right
}

.bounce_arrow3 {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    position: absolute;
    left: 150px;
    top: 8px;
    color: #000;
    float: right
}

.bounce_arrow4 {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    position: absolute;
    right: 500px;
    bottom: -85px;
    color: #000;
    float: right
}

@-webkit-keyframes bounceRight {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

.sec_padd_x {
    position: relative
}
.breadcrumb .item{
    display:flex !important
}
    .breadcrumb .item .nav-link {
        padding: 2px 5px !important;
        color:black !important
    }
    .breadcrumb .item a {
        padding: 2px 5px !important
    }
.connect_wh_button {
    background: linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
    border-radius: 12px 0 0 12px;
    width: 745px;
    position: absolute;
    right: -200px;
    bottom: -55px;
    z-index: 999;
    padding: 14px 20px;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    font-weight: 300;
    letter-spacing: .05em
}

.feature-block h4 {
    color: #013671 !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 2
}

.connect_wh_button_left {
    background: linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
    border-radius: 12px 0 0 12px;
    width: 550px;
    position: absolute;
    right: -120px;
    bottom: -100px;
    z-index: 999;
    padding: 14px 20px;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.connect_wh_button_left2 {
    background-color: #eceff1;
    border-radius: 0 12px 12px 0;
    width: 346px;
    position: absolute;
    left: -200px;
    bottom: -35px;
    padding: 8px 20px;
    z-index: 999;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.connect_wh_button_left3 {
    background-color: #eceff1;
    border-radius: 0 12px 12px 0;
    width: 400px;
    position: absolute;
    left: -200px;
    bottom: -85px;
    z-index: 999;
    padding: 8px 20px;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.connect_wh_button_left31 {
    background-color: #eceff1;
    border-radius: 0 12px 12px 0;
    width: 400px;
    position: absolute;
    left: -150px;
    bottom: -85px;
    z-index: 999;
    padding: 8px 20px;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.edu_digital_img {
    display: flex;
    align-items: center;
    justify-content: center
}

.counter {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.pms_about span {
    color: #013671;
    font-weight: 500
}

.alert_contact {
    border: 1px solid #16c7ff !important;
    animation: pulse 2s ease-in-out 5;
    box-shadow: 0px 0px 10px rgb(22 199 255 / 50%) !important
}
.finger {
    /*position: absolute;
    top: 0px;
    left: 0px;
    height: 400px;
    width: 100%;
    background: radial-gradient(transparent 40%, #000);
    color: #fff;
    z-index:999999 !important;*/
    visibility: hidden
}
.onscroll_active {
    color:aquamarine !important;
   visibility:visible !important
}

.video_text {
    padding-top: 8px;
    text-align: left;
    font-weight: 600;
    color: #000 !important
}

.video_border_radius:hover .video_text {
    color: #28a745 !important;
    text-shadow: 3px 2px 3px rgba(255, 255, 255, .2)
}

.cost_new_bottom {
    padding: 40px 0;
    background: url(../img/bplane.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.new_style {
    display: flex;
    justify-content: center;
    padding-top: 50px
}

.caption {
    position: absolute;
    top: 20%;
    left: 20%;
    right: 20%;
    bottom: 5%;
    z-index: 0
}

    .caption h1 {
        letter-spacing: 1.5px !important;
        font-weight: 700;
        margin-bottom: 15px
    }

    .caption h3 {
        font-weight: 700;
        margin-bottom: 15px
    }

    .caption h6 {
        font-weight: 600;
        margin-bottom: 15px
    }

    .caption h4 {
        font-weight: 700;
        margin-bottom: 25px;
        font-size: 15px;
        font-weight: 600;
        word-spacing: 3px;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 2;
        text-align: center !important;
        color: gold
    }

.chat-widget--bubble p {
    color: #fff !important
}

.caption p {
    margin-bottom: 15px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    word-spacing: 3px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    line-height: 2;
    text-align: center !important
}
footer .login{
    background:none !important;
}
.contactForm.php-email-form label {
    font-size: 14px;
    color: #04305c;
    font-weight:600;
}
.sticky {
    color: #013671 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1037 !important;
    animation-delay: .4s !important;
    animation-name: fadeInUp !important;
    background: #04305c !important;
    padding: 10px 0px;
    border-bottom: none !important;
    /*background: linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);*/
    box-shadow: 0px 10px 20px 0px rgb(0 141 236 / 10%)
}
.main_menu.home_menu.hidden-sm.sticky .main_menu .main-menu-item ul li a {
    color: #013671 !important
}
.main_menu.home_menu.hidden-sm.sticky .dropdown .dropdown-menu {
    margin-top: 18PX !important
}
#mainhead {
    background: #04305c;
    position: absolute;
    border-bottom: 1px solid rgba(11, 80, 158, 0.28);
    left: 0
}
.for_visible {
    color: #eee;
}
.for_image_in_center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.play_school_video_section {
    position: relative;
    padding: 100px
}

.bg-video-wrap2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 280px;
    background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center;
    background-size: contain
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 47%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #ba1f24;
        border-radius: 50%;
        -webkit-animation: pulse-border 1.5s ease-out infinite;
        animation: pulse-border 1.5s ease-out infinite
    }

    .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: #fa183d;
        border-radius: 50%;
        transition: all .2s
    }

    .video-play-button:hover:after {
        background-color: #da0528
    }

    .video-play-button img {
        position: relative;
        z-index: 3;
        max-width: 100%;
        width: auto;
        height: auto
    }

    .video-play-button span {
        display: block;
        position: relative;
        z-index: 3;
        width: 0;
        height: 0;
        border-left: 32px solid #fff;
        border-top: 22px solid transparent;
        border-bottom: 22px solid transparent
    }

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-ov_erlay {
    position: fixed;
    z-index: -1 !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: all ease .5s
}

    .video-ov_erlay.open {
        position: fixed;
        z-index: 1;
        opacity: 1
    }

.video-ov_erlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s
}

    .video-ov_erlay-close:hover {
        color: red !important
    }

.video-ov_erlay amp-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, .75)
}

.ov_erlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
    background-size: 1px 1px;
    z-index: 2
}

.portfolio_section {
    background-image: linear-gradient(to right, transparent, #fff, transparent);
    padding: 100px 0
}

.portfolio_container {
    border: 3px solid #ea830e;
    position: relative;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center
}

    .portfolio_container h1 {
        font-family: 'Crimson Pro', serif;
        position: absolute;
        top: -20px;
        left: 40%;
        background-color: #fff;
        border-radius: 6px;
        padding: 0 10px;
        color: #000;
        font-size: 2.2em;
        font-weight: 700
    }

    .portfolio_container h3 {
        color: #000;
        font-size: 1.3em;
        font-weight: 700
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.accordion_containerh1 h1 {
    font-weight: 800
}

.accordionh1 {
    text-align: center;
    margin: 2rem 0;
    font-size: 2.5rem
}

.dot_net li {
    font-size: 14px;
    font-family: Poppins, Arial, sans-serif !important;
    letter-spacing: 1.5px;
    color: #013671 !important;
    line-height: 2;
    list-style: disc
}

.dot_net {
    padding-left: 20px
}

.accordion_dot_net {
    width: 100%
}

.accordion {
    width: 100%;
    margin: 4rem auto
}

.tab-content > .active {
    display: block !important
}

.accordion-item {
    background-color: #fff;
    color: #111;
    margin: 1rem 0;
    border-radius: .5rem;
    box-shadow: 0 0 30px 0 rgb(0 42 106 / 10%)
}

.marg_sec {
    margin-top: 100px
}

.accordion-item-header {
    padding: 1rem 3rem 1rem 1rem;
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #6f8ba4 !important;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer
}

    .accordion-item-header::after {
        content: "\002B";
        font-size: 2rem;
        position: absolute;
        right: 1rem
    }

    .accordion-item-header.active::after {
        content: "\2212"
    }

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1
}

.for_top_padding40 {
    padding-top: 40px
}

.for_top_padding60 {
    padding-top: 60px
}

.for_top_padding100 {
    padding-top: 100px
}

.Expertise_wrap_new .Expertise_wrap {
    display: flex;
    align-items: center
}

.for_top_padding30 {
    padding-top: 30px
}

.seo_img_1 {
    width: 500px;
    height: 350px
}

.good_design h1 {
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.7
}

.new_header2 {
    position: relative
}

    .new_header2 h2 {
        font-weight: 800;
        font-family: 'Crimson Pro', serif;
        letter-spacing: 1.5px;
        color: #013671 !important;
        font-size: 25px
    }

    .new_header2 .h_4 {
        font-weight: 600;
        color: #1abc9c;
        padding: 1px 10px;
        background-color: #fff;
        position: absolute;
        top: -20px;
        left: 35px
    }

    .new_header2 h4 {
        font-family: 'Crimson Pro', serif;
        font-size: 18px;
        font-weight: 600;
        color: #1abc9c;
        padding: 10px 0
    }

.border_div {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    min-height: 280px;
    max-height: 280px
}

.smo_img {
    width: 100%;
    height: 500px
}

.border_div2 {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    min-height: 350px;
    max-height: 350px;
    padding-bottom: 20px;
    overflow-y: hidden
}

    .border_div2 .icon_img {
        width: 100px;
        height: 80px;
        padding: 0 10px;
        background-color: #fff;
        position: absolute;
        top: -40px;
        left: 32%
    }

    .border_div2 .icon_img1 {
        width: 125px;
        height: 85px;
        padding: 0 0;
        background-color: #fff;
        position: absolute;
        top: -40px;
        left: 31%
    }

    .border_div2 .icon_white {
        width: 125px;
        height: 85px;
        padding: 0 0;
        background-color: #fff;
        position: absolute;
        top: -42px;
        left: 31%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .border_div2 .icon_img2 {
        width: 110px;
        height: 90px;
        padding: 0 10px;
        background-color: #fff;
        position: absolute;
        top: -40px;
        left: 31%
    }

    .border_div2 .icon_img3 {
        width: 125px;
        height: 80px;
        padding: 0 0;
        background-color: #fff;
        position: absolute;
        top: -40px;
        left: 30%
    }

    .border_div2 h4 {
        margin-top: 50px
    }

.numbring {
    position: absolute;
    left: -70px;
    top: -7px;
    font-size: 4em;
    color: #f0f8ff;
    font-weight: 900;
    opacity: .5
}

.seo {
    position: absolute;
    top: 47px;
    left: 40%
}

.Customer_secti_ion {
    position: relative
}

.shadow_box_header2 {
    padding: 0 0;
    width: 100%;
    height: 4px;
    border-bottom: 40px solid;
    border-image: linear-gradient(to right, transparent, #1abc9c, transparent) .5;
    margin-bottom: 20px
}

.shadow_box_header {
    padding: 20px 0;
    width: 100%;
    height: 4px;
    border-bottom: 40px solid;
    border-image: linear-gradient(to right, transparent, #1abc9c, transparent) .5;
    margin-bottom: 20px
}

.new_header {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 25px
}

.text-hr {
    display: flex;
    align-items: center;
    font-family: 'Crimson Pro', serif;
    width: 100%;
    margin: 15px auto
    /*color: #660A15 !important*/
}

.Expertise {
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #1abc9c, transparent) .5;
    padding: 70px 0 0 0
}

.Expertise_wrap h4 {
    font-weight: 600;
    font-size: .9em;
    letter-spacing: .05em;
    color: #1abc9c
}

.Expertise_wrap_head {
    margin-bottom: 0
}

.Expertise_wrap_head {
    background-color: rgba(236, 239, 241, .74);
    border-radius: .5rem .5rem 0 0;
    padding: 5px 0 2px 15px
}

.big_w {
    display: flex;
    align-items: center;
    justify-content: center
}

.Expertise .h4_1 {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 25px;
    margin-bottom: 5px
}

.Expertise .h4_0 {
    font-family: 'Crimson Pro', serif;
    font-weight: 900;
    font-size: 6.3em;
    letter-spacing: .05em;
    margin-bottom: 5px;
    color: #013671 !important
}

.Expertise .h4_11 {
    font-family: 'Crimson Pro', serif;
    font-weight: 900;
    color: #013671 !important;
    font-size: 2.3em;
    letter-spacing: .05em;
    margin-bottom: 5px
}

.Expertise .h4_21 {
    font-family: 'Crimson Pro', serif;
    font-weight: 600;
    color: #013671 !important;
    font-size: 1.9em;
    color: #ff5e14
}

.Expertise .h4_31 {
    font-family: 'Crimson Pro', serif;
    font-weight: 900;
    font-size: 1.8em;
    letter-spacing: .2em;
    text-transform: uppercase;
    word-spacing: .8em;
    padding-left: 11px;
    color: #ff4500 !important;
    position: absolute;
    top: 130px;
    left: 33px
}

.for_header2_icon h4 {
    padding-left: 15px
}

.for_header2_icon img {
    width: 40px;
    height: 40px
}

.running {
    background-color: #1abc9c;
    padding: 8px 12px;
    border-radius: 6px;
    display: flex;
    justify-content: center
}

    .running span {
        font-family: 'Crimson Pro', serif;
        font-size: 1.3em;
        color: #fff;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
    }

.Services_blank_div {
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #1abc9c, transparent) .5
}

.Expertise .h4_2 {
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #ff5e14
}

.Expertise .h4_3 {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 35px
}

.Expertise_wrap h6 {
    padding: 5px 0 2px 15px;
    font-size: .8em;
    letter-spacing: .04em;
    line-height: 1.5
}

.Expertise_wrap {
    display: flex;
    background: #fff;
    padding: 0 0 1rem;
    border-radius: .5rem;
    max-height: 200px;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, .1);
    margin-bottom: 2rem
}

.Expertise_wrap2 h6 {
    margin-bottom: 0;
    padding-left: 10px;
    font-family: 'Crimson Pro', serif;
    font-family: Poppins, Arial, sans-serif !important;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 14px
}

.Expertise_wrap2 img {
    width: 20px;
    height: 20px
}

.Expertise_wrap2 {
    display: flex;
    background: #fff;
    padding: 10px;
    border-radius: .5rem;
    box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, .1);
    margin-bottom: 1rem
}

.text-hr__text {
    padding-right: 15px
}

    .text-hr__text:not(:first-child) {
        display: none
    }

.text-hr::after {
    flex: 1;
    background: rgba(11, 80, 158, .28);
    content: "";
    height: 1px
}

.text-hr-white {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    width: 100%;
    margin: 15px auto;
    color: #fff
}

    .text-hr-white::after {
        flex: 1;
        background: #fff;
        content: "";
        height: 1px
    }

.search {
    width: 100%;
    position: relative;
    display: flex
}

.searchTerm {
    width: 83%;
    border: 3px solid #00b4cc;
    border-right: none;
    padding: 15px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: 0;
    color: #9dbfaf
}

    .searchTerm:focus {
        color: #00b4cc
    }

.search_top_2 {
    display: flex;
    justify-content: center;
    align-items: center
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #00b4cc;
    background: #00b4cc;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px
}

.wrap {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.search-icon {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin: auto
}

.search-line {
    width: 10px;
    height: .2em;
    background: #fff;
    display: inline-block;
    transform: rotate(60deg);
    position: absolute;
    top: 21px;
    left: 12px;
    transition: all .3s ease-in 0s
}

.active .search-line {
    width: 25px;
    left: 0;
    top: 15px;
    transition: all .3s ease-out 0s
}

.search-circle {
    width: 16.5px;
    height: 16px;
    border: 2px solid #fff;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    border-radius: 50%;
    transition: top .3s ease-in 0s, left .3s ease-in 0s, border-radius .3s ease-in 0s, border-width .3s ease-in 0s, width .3s ease-in 0s, height .3s ease-in 0s, background-color .1s ease-in 0s;
    background-color: #2c5364
}

.asso .box {
    box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
    padding: 11.5px 20px !important;
    border-radius: 8px;
    display: flex;
    margin-bottom: 10px
}

.mt3 {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0
}

.active .search-circle {
    width: 0;
    height: 0;
    border-width: 0;
    top: 12px;
    left: 12px;
    transition: top .3s ease-in 0s, left .3s ease-in 0s, border-radius 0s ease-in .3s, border-width .3s ease-in 0s, width .3s ease-in 0s, height .3s ease-in 0s, background-color 0s ease-in .3s
}

    .active .search-circle.second {
        width: 30px;
        height: 2px;
        top: 15px;
        left: 0;
        transform: rotate(45deg);
        background-color: #333
    }

.active .second-line {
    transform: rotate(120deg)
}

.active .search-circle.third {
    width: 30px;
    height: 2px;
    top: 15px;
    left: 0;
    transform: rotate(135deg);
    background-color: #333;
    border-radius: 0
}

.col_img_col2 {
    padding-bottom: 12px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, #fff, transparent) 1
}

.underline {
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: inset 0 -7px #ea830e;
    transition: box-shadow 250ms ease
}

    .underline:hover {
        box-shadow: inset 0 -30px #ea830e
    }

.dm_services .row p a {
    color: #013671
}

.underline_link {
    box-sizing: border-box;
    cursor: pointer;
    text-transform: capitalize;
    padding-bottom: 3px;
    box-shadow: inset 0 -3px #1abc9c;
    transition: box-shadow 250ms ease;
    font-weight: 600
}

    .underline_link:hover {
        box-shadow: inset 0 -30px #1abc9c;
        color: #fff !important
    }

@media (min-width:860px) {
    .hidden-lg {
        display: none
    }

    .underline {
        box-shadow: inset 0 -9px #ea830e
    }
}

.outline-inward {
    display: inline-block;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%)
}

    .outline-inward:before {
        content: "";
        position: absolute;
        border: #ececec solid 4px;
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
        opacity: 0;
        transition-duration: .3s;
        transition-property: top right bottom left
    }

.custom_btn_new {
    min-width: 250px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: Lato, sans-serif;
    font-weight: 500;
    background: 0 0;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
    outline: 0
}

.read_button {
    margin-top: 5px;
    width: 130px;
    height: 40px;
    line-height: 42px;
    color: #0075ff;
    padding: 0;
    border-radius: 6px !important;
    border: 2px solid #0185f8;
    box-shadow: none;
    transition: .3s ease
}

    .read_button:hover {
        letter-spacing: 1.5px;
        box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%)
    }

    .read_button span {
        font-size: 15px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }

.btn-3 {
    background: #00acee;
    background: linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none
}

    .btn-3 span i {
        margin-right: 10px
    }

    .btn-3 span {
        font-size: 15px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }

    .btn-3:after,
    .btn-3:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: rgba(2, 126, 251, 1);
        transition: all .3s ease
    }

    .btn-3:before {
        height: 0%;
        width: 2px
    }

    .btn-3:after {
        width: 0%;
        height: 2px
    }

    .btn-3:hover {
        background: 0 0;
        box-shadow: none
    }

        .btn-3:hover:before {
            height: 100%
        }

        .btn-3:hover:after {
            width: 100%
        }

    .btn-3 span:hover {
        color: rgba(2, 126, 251, 1)
    }

    .btn-3 span:after,
    .btn-3 span:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: rgba(2, 126, 251, 1);
        transition: all .3s ease
    }

    .btn-3 span:before {
        width: 2px;
        height: 0%
    }

    .btn-3 span:after {
        width: 0%;
        height: 2px
    }

    .btn-3 span:hover:before {
        height: 100%
    }

    .btn-3 span:hover:after {
        width: 100%
    }

.btn-5 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none
}

    .btn-5:hover {
        color: #f0094a;
        background: 0 0;
        box-shadow: none
    }

    .btn-5:after,
    .btn-5:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 2px;
        width: 0;
        background: #f0094a;
        box-shadow: -1px -1px 5px 0 #fff, 7px 7px 20px 0 #0003, 4px 4px 5px 0 #0002;
        transition: .4s ease all
    }

    .btn-5:after {
        right: inherit;
        top: inherit;
        left: 0;
        bottom: 0
    }

    .btn-5:hover:after,
    .btn-5:hover:before {
        width: 100%;
        transition: .8s ease all
    }

.btn-23 {
    background-color: #89d8d3;
    background-image: linear-gradient(315deg, #89d8d3 0, #03c8a8 74%);
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none
}

    .btn-23 span {
        font-size: 16px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%
    }

    .btn-23:after,
    .btn-23:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: rgba(2, 126, 251, 1);
        transition: all .3s ease
    }

    .btn-23:before {
        height: 0%;
        width: 2px
    }

    .btn-23:after {
        width: 0%;
        height: 2px
    }

    .btn-23:hover {
        background: 0 0;
        box-shadow: none
    }

        .btn-23:hover:before {
            height: 100%
        }

        .btn-23:hover:after {
            width: 100%
        }

    .btn-23 span:hover {
        color: #72aa00
    }

    .btn-23 span:after,
    .btn-23 span:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        background: rgba(2, 126, 251, 1);
        transition: all .3s ease
    }

    .btn-23 span:before {
        width: 2px;
        height: 0%
    }

    .btn-23 span:after {
        width: 0%;
        height: 2px
    }

    .btn-23 span:hover:before {
        height: 100%
    }

    .btn-23 span:hover:after {
        width: 100%
    }

.btn-13 {
    background-color: #89d8d3;
    background-image: linear-gradient(315deg, #89d8d3 0, #03c8a8 74%);
    border: none;
    z-index: 1
}

    .btn-13:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-radius: 5px;
        background-color: #4dccc6;
        background-image: linear-gradient(315deg, #4dccc6 0, #96e4df 74%);
        box-shadow: -7px -7px 20px 0 #fff9, -4px -4px 5px 0 #fff9, 7px 7px 20px 0 #0002, 4px 4px 5px 0 #0001;
        transition: all .3s ease
    }

    .btn-13:hover {
        color: #fff
    }

        .btn-13:hover:after {
            top: 0;
            height: 100%
        }

    .btn-13:active {
        top: 2px
    }

.parent-wrapper {
    border-radius: 4px;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, .5)
}

.close_btn_contact {
    margin: 20px;
    font-size: 18px;
    cursor: pointer
}

.for_modal_pd {
    padding-left: 50px !important
}

.subscribe-wrapper {
    position: absolute;
    left: -100px;
    right: -30px;
    height: 350px;
    min-width: 700px;
    max-width: 700px;
    padding: 30px;
    background-image: url(../images/MRjF1PL.png);
    background-position-x: -140%;
    background-position-y: -1px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 60px 5px rgba(0, 0, 0, .4)
}

    .subscribe-wrapper:after {
        position: absolute;
        content: "";
        right: -10px;
        bottom: 71px;
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #7149c7
    }

    .subscribe-wrapper h4 {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 3px;
        line-height: 28px
    }

    .subscribe-wrapper .subscribe-input1 {
        border: none;
        border-bottom: 1px solid #d4d4d4;
        padding: 10px;
        width: 85%;
        background: 0 0;
        transition: all .25s ease
    }

    .subscribe-wrapper .subscribe-input2 {
        border: none;
        border-bottom: 1px solid #d4d4d4;
        padding: 10px;
        width: 85%;
        background: 0 0;
        transition: all .25s ease
    }

    .subscribe-wrapper .subscribe-input3 {
        border: none;
        border-bottom: 1px solid #d4d4d4;
        padding: 10px;
        width: 85%;
        background: 0 0;
        transition: all .25s ease
    }

    .subscribe-wrapper input:focus {
        outline: 0;
        border-bottom: 1px solid #a77cf4
    }

    .subscribe-wrapper .submit-btn {
        position: absolute;
        border-radius: 30px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        background-color: #a77cf4;
        color: #fff;
        padding: 12px 25px;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 2px;
        right: -40px;
        bottom: 0;
        cursor: pointer;
        transition: all .25s ease;
        box-shadow: -5px 6px 20px 0 rgba(51, 51, 51, .4)
    }

        .subscribe-wrapper .submit-btn:hover {
            background-color: #8e62dc
        }

.why_p_blog {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em
}

.fs-13 {
    font-size: 13px
}

.why_p_blog_text_mb20 {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: .03em
}

.why_p_blog_text {
    color: #696969 !important;
    font-size: .8em;
    letter-spacing: .03em
}

.why_p_blog_text_main {
    color: #696969 !important;
    font-size: .8em;
    line-height: 1.7;
    letter-spacing: .03em
}

.why_p_blog_text_faq {
    color: #696969 !important;
    font-size: 1em;
    line-height: 1.7;
    letter-spacing: .03em
}

.img_product-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 30px auto
}

    .img_product-image img {
        width: 100%;
        height: 400px
    }

    .img_product-image::before {
        content: "View Details";
        font-family: 'Open Sans', sans-serif;
        display: block;
        color: #fff;
        font-size: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        top: 0;
        left: 0;
        position: absolute;
        background: 0 0;
        z-index: 2;
        pointer-events: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        box-sizing: border-box
    }

    .img_product-image:hover::before {
        font-size: 20px;
        background: #3f3336;
        background: rgba(63, 51, 54, .85);
        -webkit-box-shadow: inset 0 0 183px -9px rgba(50, 40, 48, 1);
        -moz-box-shadow: inset 0 0 183px -9px rgba(50, 40, 48, 1);
        box-shadow: inset 0 0 183px -9px rgba(50, 40, 48, 1)
    }

.why_mragin_career {
    margin-top: 100px
}

.img_product-image::after {
    font-family: FontAwesome;
    content: "\f002";
    display: block;
    top: 55px;
    left: 140px;
    color: #bc9c63;
    font-size: 0;
    position: absolute;
    padding-top: 145px;
    pointer-events: none;
    padding-left: 50%;
    z-index: 5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.img_product-image:hover::after {
    font-size: 40px;
    padding-left: 45%
}

.mobilepod .img_product-image::after,
.mobilepod .img_product-image::before {
    display: none
}

.custom {
    width: 70%;
    margin-top: 60px
}

.main_heading72:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 86%
}

.img_1 {
    height: 300px;
    width: 80%
}

.img_2 {
    height: 350px;
    width: 550px
}

.img_1_content {
    padding-top: 30px
}

.main_heading7:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 43%
}

.trad {
    padding-top: 150px
}

.main_heading91:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 80%
}

.main_heading91 {
    font-size: 1.2em;
    color: #2c5364
}

.main_heading8:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 60%
}

.main_heading8 {
    font-size: 1.2em;
    color: #2c5364
}

.main_heading82:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 40%
}

.main_heading82 {
    font-size: 1.2em;
    color: #2c5364
}

.main_heading81:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 58%
}

.main_heading81 {
    font-size: 1.2em;
    color: #2c5364
}

.main_heading9:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 65%
}

.main_heading9 {
    font-size: 1.2em;
    color: #2c5364
}

.heading_center h6 {
    font-weight: 600;
    letter-spacing: .04em;
    font-size: 1.3em
}

.heading_center_new h6 {
    font-weight: 600;
    letter-spacing: .04em;
    font-size: 1.3em
}

.ul_padding2 li::marker {
    color: orange
}

.ul_padding2 {
    padding-left: 17px;
    line-height: 2
}

.main_heading33:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 28%
}

.new-section-padding {
    padding: 50px 0
}

.new_pos {
    padding-top: 50px;
    display: flex;
    justify-content: center
}

.img_custom {
    width: 400px;
    height: 350px
}

.new_pos .show_mob {
    margin: 0 20px
}

.new-section-padding-large {
    padding: 180px 0 100px 0
}

.new-section-padding-md {
    padding: 80px 0 50px 0
}

.main_heading_comman {
    margin-bottom: 40px;
    font-family: 'Crimson Pro', serif;
    font-size: 2.3rem;
    background: #5E0914;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: rgb(255 255 255 / 50%) 0px 3px 3px !important;
    letter-spacing: .6px;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    font-weight: 400
}

.main_heading2:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 86%
}

.main_heading43:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 60%
}

.for_label_font span {
    color: #013671 !important;
    font-size: 13px;
    padding-left: 10px
}

.for_label_font {
    display: flex;
    align-items: center
}

.main_heading3:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 82%
}

.main_heading4:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 71.5%
}

.main_heading5:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 80%
}

.main_heading23:after {
    background-color: #eceff1;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 52%
}

.orange_link {
    color: #fff;
    font-size: 1em
}

.white_link {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    transition: .3s;
    letter-spacing: 1.3px;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.on_hover_underline:hover {
    border-bottom: 2px solid #ff5e14;
    padding-bottom: 5px;
    color: orangered
}

.white_link:hover {
    border-bottom: 1px solid #ff5e14;
    padding-bottom: 5px;
    color: #28a745
}

.on_hover_underline {
    color: forestgreen;
    font-size: 13.5px;
    text-decoration: none;
    text-transform: capitalize;
    transition: .3s;
    letter-spacing: 1.3px
}

.for_img_width_2 {
    width: 90%
}

.for_img_width {
    width: 80%
}

.for_background_image {
    background: url(../images/Download-Quotation-PNG-Picture.png)
}

.bg2 {
    padding: 40px 0
}

.bg3 {
    position: relative
}

.why_p a {
    font-size: 18px
}

.heading_center_new h5 {
    text-transform: uppercase;
    color: #013671 !important;
    font-weight: 800;
    letter-spacing: .1em;
    font-size: 1.5em
}

.heading_center_new h2 {
    font-weight: 900;
    letter-spacing: .05em;
    font-size: 2.4em;
    color: #ff4500
}

.heading_center h5 {
    font-family: 'Crimson Pro', serif !important;
    text-transform: capitalize;
    color: #013671;
    padding: 6px 0;
    font-weight: 800;
    letter-spacing: .1em;
    font-size: 27px
}

#bg-services2 {
    right: 50px;
    position: absolute
}

#bg-services21 {
    right: 50px;
    position: absolute
}

#bg-services3 {
    bottom: 30px;
    position: absolute
}

.heading_center h2 {
    font-weight: 900;
    letter-spacing: .05em;
    font-size: 2.4em;
    background: #5E0914;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: rgb(255 255 255 / 50%) 0px 3px 3px !important
}

.like-button.animated {
    -webkit-animation: pop .9s both;
    animation: pop .9s both
}

.video_section {
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: rgb(0 0 0 / 20%) 0 6px 12px;
    z-index: 1
}

.like-button svg {
    opacity: 1
}

    .like-button svg path {
        fill: #333;
        transition: fill .4s ease-out
    }

.like-button.active svg path {
    fill: #2196f3
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pop {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.view_all_inner_div {
    display: flex
}

.view_all_inner_img {
    float: left;
    width: 50%;
    padding: 10px 0 10px 10px
}

    .view_all_inner_img img {
        border-radius: 8px;
        min-height: 150px;
        max-height: 150px
    }

.view_all_inner_content {
    float: right;
    width: 50%;
    padding-left: 10px
}

.new_blog_card_title {
    font-size: 13px;
    line-height: 1.7;
    font-weight: 600
}

.card-img-top {
    border-radius: 10px 10px 0 0
}

#new_blog_index svg {
    z-index: 2;
    position: absolute
}

#bg-services7 {
    right: 50px;
    position: absolute
}

.img_fluid_new {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 500px
}

.img_fluid_new_index {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 500px
}

.card {
    background: #fff;
    box-shadow: 0 0 30px 0 rgb(0 42 106 / 10%);
    border-radius: 10px;
    transition: background-color .5s, box-shadow .5s, margin-left .5s
}

    .card:hover {
        background-color: #ffff;
        box-shadow: 0 30px 30px rgba(0, 0, 0, .3);
        transition: background-color .5s, box-shadow .5s, margin-left .5s
    }

.for_card_hover:hover a {
    color: #f63854
}

.blog_info p {
    padding: 4px 10px
}

.for_card_hover {
    padding: 10px
}

.author-name:hover {
    color: #55acee !important
}

.author {
    background-color: #f2f5f8;
    display: flex;
    justify-content: space-between;
    border-radius: 10px
}

.author-name {
    font-size: 1.1em;
    color: #3b3c3f;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    padding-right: 20px
}

.date {
    font-size: 13px;
    font-family: Roboto, sans-serif;
    color: #3b5998
}

.tile {
    width: 270px;
    height: 130px
}

    .tile .content-wrapper .tile-content {
        height: 130px;
        padding: 10px
    }

        .tile .content-wrapper .tile-content .tile-img {
            height: 86.66666667px
        }

        .tile .content-wrapper .tile-content .tile-img-bg {
            width: 270px;
            height: 130px;
            margin-left: -10px;
            margin-top: -10px
        }

        .tile .content-wrapper .tile-content .tile-img-sm {
            width: 65px;
            height: 43.33333333px
        }

        .tile .content-wrapper .tile-content .tile-holder-sm,
        .tile .content-wrapper .tile-content .tile-img-sm {
            bottom: 10px;
            left: 10px
        }

    .tile.tile-sqr {
        width: 130px
    }

        .tile.tile-sqr .content-wrapper .tile-content .tile-img-bg {
            width: 130px
        }

.tile-lg {
    width: 550px;
    height: 270px
}

    .tile-lg .content-wrapper .tile-content {
        height: 270px;
        padding: 20px
    }

        .tile-lg .content-wrapper .tile-content .tile-img {
            height: 180px
        }

        .tile-lg .content-wrapper .tile-content .tile-img-bg {
            width: 550px;
            height: 270px;
            margin-left: -20px;
            margin-top: -20px
        }

        .tile-lg .content-wrapper .tile-content .tile-img-sm {
            width: 135px;
            height: 90px
        }

        .tile-lg .content-wrapper .tile-content .tile-holder-sm,
        .tile-lg .content-wrapper .tile-content .tile-img-sm {
            bottom: 20px;
            left: 20px
        }

    .tile-lg.tile-sqr {
        width: 270px
    }

        .tile-lg.tile-sqr .content-wrapper .tile-content .tile-img-bg {
            width: 270px
        }

.tile-sm {
    width: 130px;
    height: 60px
}

    .tile-sm .content-wrapper .tile-content {
        height: 60px;
        padding: 5px
    }

        .tile-sm .content-wrapper .tile-content .tile-img {
            height: 40px
        }

        .tile-sm .content-wrapper .tile-content .tile-img-bg {
            width: 130px;
            height: 60px;
            margin-left: -5px;
            margin-top: -5px
        }

        .tile-sm .content-wrapper .tile-content .tile-img-sm {
            width: 30px;
            height: 20px
        }

        .tile-sm .content-wrapper .tile-content .tile-holder-sm,
        .tile-sm .content-wrapper .tile-content .tile-img-sm {
            bottom: 5px;
            left: 5px
        }

    .tile-sm.tile-sqr {
        width: 60px
    }

        .tile-sm.tile-sqr .content-wrapper .tile-content .tile-img-bg {
            width: 60px
        }

.display-animation > * {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.display-animation > .animated {
    -webkit-animation: display .5s cubic-bezier(.55, 0, .1, 1) forwards;
    -o-animation: display .5s cubic-bezier(.55, 0, .1, 1) forwards;
    animation: display .5s cubic-bezier(.55, 0, .1, 1) forwards
}

.no-js .display-animation > * {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@keyframes display {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-o-keyframes display {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-ms-keyframes display {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes display {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes display {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

.sample_image .work-box .work-img img {
    border-radius: 8px
}

.sample_image .work-box .work-img {
    width: 100%;
    border: 10px solid #eceff1;
    border-radius: 8px;
    max-height: 300px
}

.tab-pane img {
    width: 100%;
    max-height: 385px
}

.border_botom {
    border-bottom: 1px solid gray
}

    .border_botom a {
        font-weight: 900;
        font-size: 1.2em
    }

.content_box_lhms {
    z-index: 15;
    position: absolute;
    top: -22px;
    left: 0;
    padding: 0 20px;
    width: calc(50% - 30px)
}

.blog_right_link {
    width: 100%;
    max-height: 385px;
    overflow-y: scroll
}

.inside_marquee a {
    line-height: 1.7 !important;
    color: #000 !important;
    letter-spacing: .5px
}

.blog_marque:hover .inside_marquee {
    height: unset
}

.inside_marquee {
    height: 385px;
    padding: 0 20px 0 0
}

.whats_new {
    color: #013671;
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 15px
}

.subscribe-form .tele {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 9px 20px;
    border: 1px solid #ff5e14;
    top: 0;
    border-radius: 0 7px 7px 0
}

.blog_second_head {
    font-weight: 900
}

img.full {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.share-bar {
    display: none !important
}

    .share-bar ul {
        display: flex;
        padding: 0;
        margin: 0
    }

        .share-bar ul > li {
            list-style: none;
            padding: 0
        }

    .share-bar a {
        display: block;
        text-decoration: none;
        color: #000;
        cursor: pointer
    }

.share-bar {
    display: inline-flex
}

.btn-share {
    display: inline-block
}

.share-bar > input[type=checkbox] {
    display: none
}

.share-bar {
    border-radius: .8rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1.5rem;
    align-items: center;
    overflow: hidden
}

.btn-share {
    padding: .3rem;
    color: #6495ed;
    width: 45px;
    height: 45px;
    overflow: hidden;
    cursor: pointer
}

    .btn-share i {
        transition: .6s ease transform
    }

        .btn-share i.fa-share-alt {
            transform: scale(1) translate(0)
        }

        .btn-share i.fa-times {
            transform: scale(0) translateY(25%)
        }

.share-list {
    width: 0;
    overflow: hidden;
    transition: .5s
}

    .share-list > ul {
        justify-content: space-around;
        align-items: center;
        align-content: center
    }

.btn-share:active > i,
.btn-share:focus > i,
.btn-share:hover > i {
    color: #936
}

.shar_e,
.time_s {
    font-size: 1.6em
}

.shar_e {
    padding-top: 10px
}

.share-bar > input[type=checkbox]:checked ~ .btn-share {
    box-shadow: 3px 3px 9px rgba(3, 3, 3, .6)
}

    .share-bar > input[type=checkbox]:checked ~ .btn-share i.fa-share-alt {
        transform: scale(0) translate(-25%)
    }

    .share-bar > input[type=checkbox]:checked ~ .btn-share i.fa-times {
        transform: scale(1) translateY(-110%)
    }

.share-bar > input[type=checkbox]:checked ~ .share-list,
.share-list:hover {
    width: 290px;
    background-color: transparent
}

.share-list > ul > li a:active,
.share-list > ul > li a:focus,
.share-list > ul > li a:hover {
    color: red
}

.text_wh {
    color: #00af54;
    font-size: 1.4em
}

.text_i {
    color: red;
    font-size: 1.4em
}

.text_f {
    color: #007bff;
    font-size: 1.4em
}

.text_t {
    color: #55acee;
    font-size: 1.4em
}

@-webkit-keyframes pulse3 {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 199, 177, .4)
    }

    100%, 75% {
        box-shadow: 0 0 0 2rem rgba(0, 199, 177, 0)
    }
}

@keyframes pulse3 {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 199, 177, .4)
    }

    100%, 75% {
        box-shadow: 0 0 0 2rem rgba(0, 199, 177, 0)
    }
}

.widget_button {
    padding: 0 1rem;
    color: #fff;
    border: 1.5px solid #fff;
    border-radius: 4px;
    line-height: 2rem;
    background-color: transparent;
    transition: background-color 350ms ease, color 350ms ease
}

    .widget_button:hover {
        background-color: #aed2bc;
        color: green
    }

.mdi-flip-v {
    color: #ff4500;
    transform: rotate(180deg)
}

.chat-widget {
    position: fixed;
    right: 2rem;
    bottom: 6rem;
    z-index: 1035;
    width: 0
}

.times_absloute {
    display: block;
    color: #fff;
    font-size: 1.3em;
    position: absolute;
    left: -18px;
    top: -12px
}

.chat-widget--bubble {
    opacity: 0;
    transform: translateY(3rem) scale(0, 0) skew(0deg, 50deg)
}

    .chat-widget--bubble.-show {
        display: flex;
        align-items: center;
        justify-content: center !important;
        width: 240px;
        padding: 20px;
        position: absolute;
        right: -10px;
        bottom: 4.1rem;
        background-color: #14070a;
        color: #fff !important;
        border-radius: 4px;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
        transform-origin: 90% 100%;
        transition: opacity .4s ease, transform .4s ease;
        opacity: 1;
        transform: translateY(0) scale(1, 1) skew(0deg, 0deg);
        z-index: 1035 !important
    }
.inside {
    background-image: radial-gradient(circle at 60% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%);
}
.times_absloute:hover {
    color: coral !important
}

/*.chat-widget--bubble.-hide {
    opacity: 0;
    transform: translateY(3rem) scale(0, 0) skew(0deg, 50deg)
}*/
.chat-widget--bubble.-hide {
    display: block;
    min-width: 240px;
    /* padding: 1rem; */
    position: absolute;
    right: -10px;
    bottom: 4rem;
    padding: 20px;
    position: absolute;
    /*right: -25px;
    bottom: 170px;*/
    background-image: -webkit-linear-gradient( 136deg, #6cd3c9 0, #3f2b96 100%);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    transform-origin: 90% 100%;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity 400ms ease, transform 400ms ease;
    opacity: 1;
    transform: translateY(0rem) scale(1, 1) skew(0deg, 0deg);
    /* transform: translateY(3rem) scale(0, 0) skew(0deg, 50deg); */
}


.chat-widget--bubble > * + * {
    margin-top: 1rem
}

.chat-widget--bubble::after {
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    right: 1.5rem;
    bottom: -.7rem;
    background-color: #66bcc2;
    transform: rotate(45deg)
}

.chat-widget--header {
    font-size: 15px;
    font-weight: bolder;
    color: gold
}

.chat-widget--text {
    font-size: 12px;
    color: #fff;
    word-spacing: 1px
}

.chat-widget--button {
    display: flex;
    align-items: center;
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    transition: box-shadow 250ms ease
}

    .chat-widget--button:hover {
        box-shadow: 0 16px 10px -8px rgba(0, 0, 0, .3), 0 4px 10px 0 rgba(0, 0, 0, .2);
        cursor: pointer
    }

    .chat-widget--button::after,
    .chat-widget--button::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-radius: 50%;
        -webkit-animation: pulse 2s ease-in-out 5;
        animation: pulse3 2s ease-in-out 5
    }

    .chat-widget--button::after {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

.chat-widget--icon path {
    fill: #00c7b1
}

.feature_img {
    width: 100%;
    height: 350px
}

    .feature_img img {
        width: 100%;
        height: 100%;
        padding: 15px
    }

.dcr_about {
    line-height: 1.8 !important;
    color: #2c5364 !important;
    font-size: 20px;
    padding: 60px 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 0 2px 6px 0
}

.row_left {
    width: 30%;
    height: auto
}

.row_right {
    width: 70%;
    height: auto
}

.benefite_img {
    width: 100%;
    height: 400px
}

    .benefite_img img {
        width: 100%;
        height: 400px
    }

.benefite_img1 {
    width: 100%;
    height: 400px
}

    .benefite_img1 img {
        width: 100%;
        height: 400px
    }

.benefite_img3 {
    width: 100%;
    height: 400px
}

    .benefite_img3 img {
        width: 100%;
        height: 400px
    }

img.full {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.share-bar ul {
    display: flex;
    padding: 0;
    margin: 0
}

    .share-bar ul > li {
        list-style: none;
        padding: 0
    }

.share-bar a {
    display: block;
    text-decoration: none;
    color: #ccc;
    cursor: pointer
}

.subs_last {
    background-image: url(../img/lg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.subs_last_pad {
    padding: 65px
}

.touc_h {
    font-size: 1.3em !important;
    color: navy
}

.subscri_be {
    width: 60%
}

.share-bar {
    display: inline-flex
}

.pms_pad {
    padding-top: 60px !important
}

.btn-share {
    display: inline-block
}

.video {
    height: 100% !important;
    width: 100% !important
}

.vintage {
    position: relative;
    height: 90vh;
    width: 100%
}

.services-item img {
    height: 100px;
    width: 150px
}

#myVideo_bg {
    min-width: 100vw !important;
    min-height: 80vh;
    width: 100vw;
    height: 80vh;
    background-image: url(../img/lg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.dcr_video_bg {
    position: relative;
    min-width: 100% !important;
    max-height: 80vh;
    height: 80vh
}

.content_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 10px;
    z-index: 0
}

.cont_pad {
    padding-top: 50px;
    padding-bottom: 40px
}

.bread {
    position: absolute;
    top: 5%;
    left: 5%
}

.bread_button {
    position: absolute;
    bottom: 15%;
    left: 5%;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

    .bread_button a:hover {
        background-color: silver;
        transition: all linear .3s
    }

    .bread_button a {
        color: #000;
        background-color: #fff;
        padding: .8em 1.5em;
        border-radius: 4px;
        font-family: Verdana, Geneva, Tahoma, sans-serif
    }

.feat_row {
    margin: 5px 0;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.sidebar-navigation {
    position: relative;
    width: 265px;
    background-color: #fff;
    z-index: 9999999999999999999999999999999999 !important;
    webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .16);
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .16)
}

    .sidebar-navigation .title {
        display: block;
        font-size: 1em;
        background-color: #012752;
        padding: 20px 35px 10px 10px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .1em
    }

    .sidebar-navigation > ul > li > a {
        text-transform: uppercase
    }

    .sidebar-navigation ul {
        margin: 0;
        padding: 0
    }

        .sidebar-navigation ul li {
            display: block
        }

            .sidebar-navigation ul li a {
                position: relative;
                display: block;
                font-size: .65em;
                font-weight: 400;
                padding: 10px 15px;
                text-decoration: none;
                color: #2e2e2e;
                letter-spacing: .02em;
                border-bottom: 1px solid #eee;
                -webkit-transition: all .3s linear;
                -moz-transition: all .3s linear;
                -o-transition: all .3s linear;
                transition: all .3s linear
            }

                .sidebar-navigation ul li a i {
                    font-size: 1em;
                    position: absolute;
                    right: 20px;
                    padding: 5px;
                    border-radius: 50%;
                    transition: all .3s ease
                }

            .sidebar-navigation ul li.selected > a,
            .sidebar-navigation ul li:hover > a {
                background-image: -webkit-linear-gradient(136deg, #6cd3c9 0, #3f2b96 100%) !important;
                color: #fff;
                border-color: rgba(255, 255, 255, .1);
                font-weight: 700
            }

            .sidebar-navigation ul li ul {
                display: none
            }

                .sidebar-navigation ul li ul.open {
                    display: block
                }

                .sidebar-navigation ul li ul li a {
                    font-weight: 700;
                    border-color: rgba(255, 255, 255, .1)
                }

                    .sidebar-navigation ul li ul li a:before {
                        content: '';
                        width: 10px;
                        height: 1.5px;
                        margin-right: 5px;
                        display: inline-block;
                        vertical-align: middle;
                        background-color: #ff4500;
                        -webkit-transition: all .2s linear;
                        -moz-transition: all .2s linear;
                        -o-transition: all .2s linear;
                        transition: all .2s linear
                    }

                .sidebar-navigation ul li ul li.selected > a,
                .sidebar-navigation ul li ul li:hover > a {
                    background-color: #e6ebed
                }

                    .sidebar-navigation ul li ul li.selected > a:before,
                    .sidebar-navigation ul li ul li:hover > a:before {
                        margin-right: 10px
                    }

                .sidebar-navigation ul li ul li.selected.selected--last > a {
                    background-color: #94aab0;
                    color: #fff
                }

                    .sidebar-navigation ul li ul li.selected.selected--last > a:before {
                        background-color: #fff
                    }

.subMenuColor1 {
    background-color: #fbfcfc
}

.subMenuColor2 {
    background-color: #fff
}

.subMenuColor2 {
    background-color: #fff
}

.subMenuColor2 {
    background-color: #fff
}

.subMenuColor2 {
    background-color: #fff
}

.subMenuColor2 {
    background-color: #fff
}

.subMenuColor2 {
    background-color: #fff
}

.subMenuColor2 {
    background-color: #fff
}

.subMenuColor2 {
    background-color: #fff
}

.subMenuColor2 {
    background-color: #fff
}

.mobile_menu {
    display: none
}

.sidenav {
    height: 100%;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    width: 0;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: .5s
}

.for_side_nav {
    position: relative;
    width: 300px;
    background-color: green;
    height: auto
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: red;
    display: block;
    transition: .3s
}

    .sidenav a:hover {
        color: #f1f1f1
    }

.sidenav .closebtn {
    position: absolute;
    top: 300px;
    right: -35px;
    font-size: 22px;
    margin-left: 45px;
    z-index: 99999 !important;
    padding: 8px 12px !important;
    border-radius: 0 10px 10px 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .15) 1.95px 1.95px 2.6px
}

#main {
    transition: margin-left .5s;
    padding: 16px
}

.search_top div {
    width: 100%;
    margin: 0 auto
}

.search_top {
    padding: 10px 50px;
    background-color: #3c6e83;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #fff, transparent) .5
}

.body_op_before {
    width: 100%;
    height: 100vh;
    background-color: #000;
    opacity: .8;
    display: none
}

.body_op {
    display: block !important;
    z-index: 9999999 !important;
    position: fixed;
    top: 0;
    left: 0
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif !important
   
}

.card-deck .card {
    border: none
}

.rep_sol {
    text-align: center
}

.horizontal_bottom {
    margin: 30px 0 0 0
}

.rep_sol p {
    font-family: 'Crimson Pro', serif !important;
    color: #000 !important;
    font-size: 16px !important;
    letter-spacing: 1.3px;
    padding: 20px 0;
    text-align: center
}

.orange_circle {
    margin-top: 6px;
    margin-right: 5px
}

.connect_wh {
    background-color: #2c5364 !important;
    padding: .4em .8em !important;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 500;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    border: unset !important
}

connect_wh a:hover {
    color: #ea830e !important
}

.connect_wh3 {
    background-color: #2c5364 !important;
    padding: .4em .8em !important;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 500;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    border: unset !important
}

connect_wh3 a:hover {
    color: #ea830e !important
}

.connect_wh2 {
    border: unset !important;
    padding: .4em 1em !important;
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    background-color: #2c5364 !important
}

.cancle_button {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 55% !important;
    padding: 10px
}

.for_left_p {
    padding-left: 30%
}

.container-fluid {
    padding: 0 !important
}

.only_for_blog a {
    padding-left: 0
}

.statics {
    font-size: 11px;
    font-weight: 500;
    color: #6b8e23
}

.blue_section h2 {
    font-family: 'Crimson Pro', serif;
    color: #013671;
    letter-spacing: 1.5px;
    font-size: 20px;
    font-weight: 700
}

.blue_section p {
    color: #fff !important;
    padding-left: 0
}

.blue_section h2::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #eceff1;
    float: left;
    display: inline-block;
    text-rendering: auto;
    width: 10px
}

.mrp {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    font-size: 55px;
    font-weight: 900;
    color: red
}

.why_p {
    font-family: 'Crimson Pro', serif !important;
    font-size: 20px;
    letter-spacing: 1.3px;
    font-weight: 600;
    color: #013671 !important;
    margin-bottom: 10px
}

.why_p2 {
    font-size: 1em;
    color: rgba(0, 0, 0, .2)
}

.for_col_height {
    max-height: 200px
}

.why_p_sub {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-family: Verdana
}

.why_mragin {
    margin-top: 50px
}

.archive .row {
    display: flex;
    align-items: center
}

.for_list {
    list-style: disc;
    font-size: 20px;
    color: #ff4500
}

.for_ul {
    padding-left: 20px
}

.sonar-wrapper {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 0;
    overflow: hidden
}

#popup_content_wrap {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999999
}

.btn-static-secondary {
    border: none;
    color: #fff;
    background-image: linear-gradient(284deg, #1cc7d0, #2dde98);
    box-shadow: 0 16px 32px 0 rgba(62, 57, 107, .2), 0 0 10px rgba(0, 0, 0, .05)
}

.btn-static-primary {
    border: none;
    color: #fff;
    background-image: linear-gradient(80deg, #d0af1c, #de422d);
    box-shadow: 0 16px 32px 0 rgba(62, 57, 107, .2), 0 0 10px rgba(0, 0, 0, .05)
}

.for_pos {
    position: relative
}

#popup_content {
    font-size: 13px !important;
    margin: 0 auto;
    width: 40vw;
    height: 45vh;
    padding: 15px;
    position: absolute;
    bottom: 25%;
    right: 25%;
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .2) 0 6px 12px !important
}

.form_control4 {
    display: block;
    width: 100%;
    height: calc(1.2em + .75em + 2px) !important;
    padding: .175rem .75rem;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.1 !important;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 10px !important
}

.form_group4 {
    margin-bottom: .2rem !important
}

svg .draw-arrow {
    stroke-width: 7;
    stroke: #1e90ff;
    fill: none;
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: draw;
    animation-name: draw;
    box-shadow: rgba(0, 0, 0, .2) 0 6px 12px
}

    svg .draw-arrow.tail-1 {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    svg .draw-arrow.tail-2 {
        -webkit-animation-delay: .7s;
        animation-delay: .7s
    }

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

.sv_g {
    position: absolute;
    left: -100px;
    top: -50px
}

.sonar-emitter {
    position: relative;
    margin: 0 auto;
    width: 15px;
    height: 15px;
    margin-left: 12px;
    border-radius: 9999px;
    background-color: HSL(45, 100%, 50%)
}

.sonar-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #ea830e;
    opacity: 0;
    z-index: -1;
    pointer-events: none
}

.sonar-wave {
    animation: sonarWave 2s linear infinite
}

@keyframes sonarWave {
    from {
        opacity: .4
    }

    to {
        transform: scale(3);
        opacity: 0
    }
}

.h_1 {
    padding: 10px;
    color: #434c57;
    line-height: 1.3;
    font-size: 40px;
    font-family: amaticSC;
    letter-spacing: 2px;
    padding-bottom: 30px;
    margin: 0 !important
}

.section-eight {
    padding: 40px 0 0 0;
    margin-top: 20px;
    position: relative
}

.op-eight-section {
    position: relative
}

.sec-eight-text-area {
    text-align: center;
    padding: 100px 0 140px
}

    .sec-eight-text-area img {
        padding: 2vh 0
    }

    .sec-eight-text-area h1 {
        padding: 10px;
        color: #434c57;
        line-height: 1.3;
        font-size: 40px;
        font-family: amaticSC;
        letter-spacing: 2px;
        padding-bottom: 30px
    }

    .sec-eight-text-area p {
        padding: 2vh 0;
        font-size: 14px;
        line-height: 1.6;
        color: #434c57;
        font-family: mavenpro
    }

.section-eight .container-pe-quote {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1
}

    .section-eight .container-pe-quote.left {
        left: 0
    }

    .section-eight .container-pe-quote.right {
        right: 0
    }

    .section-eight .container-pe-quote .pp-quote {
        cursor: pointer;
        position: absolute;
        border-radius: 100%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
        animation-name: floating;
        -webkit-animation-name: floating;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-transform-origin: 50% 1px;
        -moz-transform-origin: 50% 1px;
        -ms-transform-origin: 50% 1px;
        -o-transform-origin: 50% 1px;
        transform-origin: 50% 1px;
        opacity: 0;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease
    }

.container-pe-quote .pp-quote img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.section-eight .container-pe-quote .pp-quote:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    border-radius: 100%;
    background-color: #7fb3e4;
    -webkit-transform: translate(-50%, -50%) scale(.9);
    -moz-transform: translate(-50%, -50%) scale(.9);
    -ms-transform: translate(-50%, -50%) scale(.9);
    -o-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.container-pe-quote .pp-quote.active:after,
.container-pe-quote .pp-quote:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.section-eight .container-pe-quote .li-quote-1 {
    height: 104px;
    width: 104px;
    left: 15px;
    top: 95px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    opacity: 1
}

.section-eight .container-pe-quote .li-quote-2 {
    height: 63px;
    width: 63px;
    left: 120px;
    top: 270px;
    animation-duration: 15s;
    -webkit-animation-duration: 15s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1
}

.section-eight .container-pe-quote .li-quote-3 {
    height: 64px;
    width: 64px;
    left: 68px;
    top: 380px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1
}

.section-eight .container-pe-quote .li-quote-4 {
    height: 73px;
    width: 73px;
    right: -15px;
    top: 110px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    opacity: 1
}

.section-eight .container-pe-quote .li-quote-5 {
    height: 73px;
    width: 73px;
    right: 28px;
    top: 265px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1
}

.banner_sm_2 {
    width: 50%;
    margin: 0 auto
}

.section-eight .container-pe-quote .li-quote-6 {
    height: 45px;
    width: 45px;
    right: 108px;
    top: 170px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1
}

.section-eight .container-pe-quote .li-quote-7 {
    height: 48px;
    width: 48px;
    right: 40px;
    top: 414px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1
}

.section-eight .container-pe-quote .li-quote-8 {
    height: 63px;
    width: 63px;
    left: 20px;
    top: 250px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1
}

@keyframes floating {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: rotate(0) translate(-10px) rotate(0);
        -moz-transform: rotate(0) translate(-10px) rotate(0);
        -ms-transform: rotate(0) translate(-10px) rotate(0);
        -o-transform: rotate(0) translate(-10px) rotate(0);
        transform: rotate(0) translate(-10px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

.section-eight .container-quote {
    position: relative;
    width: 100%;
    margin-top: 10px;
    height: 135px;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px
}

    .section-eight .container-quote .quote img {
        width: 60px;
        height: 60px;
        margin-top: 25px
    }

    .section-eight .container-quote .quote p {
        font-size: 1em;
        font-family: Verdana, Geneva, Tahoma, sans-serif
    }

    .section-eight .container-quote .quote {
        max-width: 520px;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        cursor: pointer;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all 1s cubic-bezier(.5, -.01, 0, 1.005);
        -moz-transition: all 1s cubic-bezier(.5, -.01, 0, 1.005);
        -o-transition: all 1s cubic-bezier(.5, -.01, 0, 1.005);
        transition: all 1s cubic-bezier(.5, -.01, 0, 1.005)
    }

        .section-eight .container-quote .quote.hide-bottom {
            opacity: 0;
            -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
            -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
            -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
            -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
            transform: translateX(-50%) translateY(100%) rotateX(-70deg)
        }

        .section-eight .container-quote .quote.hide-top {
            opacity: 0;
            -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
            -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
            -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
            -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
            transform: translateX(-50%) translateY(-100%) rotateX(70deg)
        }

        .section-eight .container-quote .quote.show {
            opacity: 1;
            -webkit-transform: translateX(-50%) translateY(0) rotateX(0);
            -moz-transform: translateX(-50%) translateY(0) rotateX(0);
            -ms-transform: translateX(-50%) translateY(0) rotateX(0);
            -o-transform: translateX(-50%) translateY(0) rotateX(0);
            transform: translateX(-50%) translateY(0) rotateX(0)
        }

.section-eight .container-dp-name {
    position: relative !important;
    width: 100%;
    margin-top: 10px;
    height: 225px !important;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px;
    text-align: center
}

    .section-eight .container-dp-name .box-dpname {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all 1s cubic-bezier(.5, -.01, 0, 1.005);
        -moz-transition: all 1s cubic-bezier(.5, -.01, 0, 1.005);
        -o-transition: all 1s cubic-bezier(.5, -.01, 0, 1.005);
        transition: all 1s cubic-bezier(.5, -.01, 0, 1.005)
    }

        .section-eight .container-dp-name .box-dpname img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 1s cubic-bezier(.5, -.01, 0, 1.005);
            -moz-transition: all 1s cubic-bezier(.5, -.01, 0, 1.005);
            -o-transition: all 1s cubic-bezier(.5, -.01, 0, 1.005);
            transition: all 1s cubic-bezier(.5, -.01, 0, 1.005)
        }

        .section-eight .container-dp-name .box-dpname.hide-dp-bottom {
            opacity: 0;
            -webkit-transform: translateX(0) translateY(100%) rotateX(-70deg);
            -moz-transform: translateX(0) translateY(100%) rotateX(-70deg);
            -ms-transform: translateX(0) translateY(100%) rotateX(-70deg);
            -o-transform: translateX(0) translateY(100%) rotateX(-70deg);
            transform: translateX(0) translateY(100%) rotateX(-70deg)
        }

        .section-eight .container-dp-name .box-dpname.hide-dp-top {
            opacity: 0;
            -webkit-transform: translateX(0) translateY(-100%) rotateX(70deg);
            -moz-transform: translateX(0) translateY(-100%) rotateX(70deg);
            -ms-transform: translateX(0) translateY(-100%) rotateX(70deg);
            -o-transform: translateX(0) translateY(-100%) rotateX(70deg);
            transform: translateX(0) translateY(-100%) rotateX(70deg)
        }

        .section-eight .container-dp-name .box-dpname.look {
            opacity: 1;
            -webkit-transform: translateX(0) translateY(0) rotateX(0);
            -moz-transform: translateX(0) translateY(0) rotateX(0);
            -ms-transform: translateX(0) translateY(0) rotateX(0);
            -o-transform: translateX(0) translateY(0) rotateX(0);
            transform: translateX(0) translateY(0) rotateX(0)
        }

.chota_image {
    width: 70%;
    max-height: 300px
}

.blog_section2 {
    padding: 10px 20px 10px 0
}

.btn_slider {
    margin-left: 5px !important
}

.custom-btn3 {
    color: #fff;
    border-radius: 15px;
    padding: 8px 15px !important;
    font-family: Lato, sans-serif;
    font-weight: 500;
    letter-spacing: 1.5px;
    font-size: 15px;
    background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0, rgba(251, 75, 2, 1) 100%);
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%);
    outline: 0;
    border: none
}

.image_update {
    width: 100%;
    height: 90vh
}
.asas .left_icon{
    border:1px solid #3ac5c8 !important;
}
.form-v1-content {
    background: linear-gradient( 45deg, #3ac5c8 1%, #0b509e 100%);
    width: 100%;
    box-shadow: 0 0 30px 0 rgb(0 42 106 / 10%);
    /*border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;*/
    margin: 0 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding: 0 0
}

.fixed-facebook {
    border-radius: 0 12px 0 0
}

.fixed-instagrem {
    border-radius: 0 0 12px 0
}

.fixed-social span {
    position: relative
}

#fixed-social .fixed-facebook span:before {
    border-color: transparent transparent #3b5998 transparent !important
}

#fixed-social .fixed-twitter span:before {
    border-color: transparent transparent #55acee transparent !important
}
#fixed-social .fixed-whatsapp span:before {
    border-color: transparent transparent #149E5B transparent !important
}

#fixed-social .fixed-instagram span:before {
    border-color: transparent transparent #fd5949 transparent !important
}

#fixed-social .fixed-linkedin span:before {
    border-color: transparent transparent #1a75ab transparent !important
}

#fixed-social .fixed-instagrem span:before {
    border-color: transparent transparent #ed2b29 transparent !important
}

#fixed-social span {
    border-radius: 4px
}

.text_in_center h2 {
    font-size: 24px
}

#agency {
    position: relative
}

.bg-agency {
    opacity: .05;
    width: 80%;
    left: 10%;
    top: 50%;
    position: absolute
}

#fixed-social span:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: calc(50% - 6px);
    left: -15px;
    transform: rotate(-90deg);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #3b5998 transparent;
    transition-duration: .3s;
    transition-property: transform
}

.page-content {
    position: relative
}

.master_delay_modal h3 {
   padding-top:20px;
    font-size: 25px;
    font-weight: 700
}

.modal_left_side2 span,
a {
    font-size: 13px;
    padding-left: 0
}

.sec-100 {
    padding: 100px 0
}

.sec-100-0 {
    padding: 100px 0 0 0
}

@media screen and (max-width:768px) {
    .squarertegw .car_d img {
        width: 150px;
        height: 150px;
    }
    #delayedPopup{
        top:10px !important;
    }
    .modal_co_bg .contact.pl-3 {
        padding-left: 0px !important;
    }
    .new-section-padding-large {
        padding: 20px 0 30px 0
    }

    .bulk_btn {
        padding: 10px
    }

    .only_f_mar {
        margin-top: 100px !important
    }

    .newr_head {
        margin-bottom: 20px;
        line-height: 1.7;
        text-align: center;
        letter-spacing: 1.5px;
        font-family: 'Crimson Pro', serif !important;
        color: #2c5364 !important;
        margin-top: 40px
    }

    .bulk_btn a {
        font-size: 14px
    }

    .new_whatsa {
        margin-top: 50px
    }

    .for_mob_in {
        padding: 60px 0 !important
    }

    .bulk_whatsapp {
        position: absolute;
        left: 50px;
        bottom: 270px;
        border-radius: 50px;
        width: 260px;
        transition: .3s linear;
        padding: 6px;
        border: 2px solid #fff
    }

    .only_for_blog {
        margin-top: 100px
    }

    .grad3 {
        position: absolute;
        top: 56px;
        left: 0;
        background-color: #eee;
        display: flex;
        align-items: center;
        font-size: smaller;
        padding: 5px 0;
        z-index: 99
    }

    #only_mobile_view {
        position: fixed;
        top: 0 !important;
        width: 100% !important;
        z-index: 999999 !important;
        animation-delay: .4s !important;
        animation-name: fadeInUp !important;
        background-image: -webkit-linear-gradient(136deg, #6cd3c9 0, #3f2b96 100%) !important;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
    }

    .hidden-sm {
        display: none
    }

    .only_for_blog {
        margin-top: 100px
    }

    .grad3 {
        position: absolute;
        top: 56px;
        left: 0;
        background-color: #eee;
        display: flex;
        align-items: center;
        font-size: smaller;
        padding: 5px 0;
        z-index: 99
    }

    .services-content .truncate_product p {
        font-size: 13px !important;
        text-align: justify !important
    }

    #only_mobile_view {
        position: fixed;
        top: 0 !important;
        width: 100% !important;
        z-index: 1040 !important;
        animation-delay: .4s !important;
        animation-name: fadeInUp !important;
        background-image: -webkit-linear-gradient(136deg, #6cd3c9 0, #3f2b96 100%) !important;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
    }

    .image_update {
        width: 100%;
        height: 300px
    }

    .hero_banner_new {
        margin-top: 80px
    }

    .ptop-50 {
        padding-top: 100px !important
    }

    .bg-1 {
        margin-top: 70px
    }

    .payment h2 {
        margin-top: 20px;
        color: #000;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 1.5px;
        line-height: 1.7;
        text-align: center
    }

    .payment h5 {
        color: #333;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1.5px;
        line-height: 1.7;
        text-align: center
    }

    .payment h1 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin-top: 30px
    }

    .payment2 h1 {
        color: #000;
        font-size: 20px;
        text-align: center;
        margin-top: 320px
    }

    .phone-qr_long {
        border: 1px solid #eee;
        width: 290px;
        height: 420px;
        position: absolute;
        top: 145px;
        right: 42px
    }

    .last_details h2 {
        font-size: 20px
    }

    .last_details h1 {
        font-size: 30px
    }

    .last_details h3 {
        font-size: 20px
    }

    .form-v1-content {
        padding: 0 !important
    }

    .btn_slider {
        padding: 8px 10px !important
    }

    .bg-2 {
        height: auto
    }

    .bg-1 {
        height: auto
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
        display: block
    }

    .iphone {
        margin-left: 0;
        width: 320px;
        height: 550px
    }

    .new_style {
        display: block;
        justify-content: center;
        padding: 20px
    }

        .new_style a {
            display: block;
            text-align: center
        }

    .only_padd {
        padding: 0
    }

    .awesome_img {
        width: 100%;
        height: 100%
    }

    .for_mon {
        margin-top: 25px
    }

    .before_img_div img {
        padding: 10px 0 40px;
        margin-top: 10px;
        width: 100%;
        height: 100%
    }

    .before_img_div {
        width: 100%;
        height: 320px
    }

    .blue_section h2::before {
        height: 20px
    }

    .blue_section h2 {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1.3px
    }

    .blue_section p {
        padding-left: 0;
        padding-bottom: 20px;
        border-bottom: .1px solid #d3d3d3
    }

    .for_font_mobi {
        font-size: 18px !important
    }

    .mrp {
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
        font-size: 35px;
        font-weight: 800;
        color: red
    }

    .blank_sec {
        position: relative;
        width: 100%;
        height: 100%;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover
    }

    .section_gray p {
        text-align: justify;
        padding-top: 25px
    }

    .new_heading_style {
        font-size: 15px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.7;
        color: navy;
        font-weight: 800;
        font-family: 'Varela Round', sans-serif;
        letter-spacing: 1.3px
    }

    .sec_pd_40 {
        padding-top: 0
    }

    .banner_img {
        width: 100%;
        height: 100%
    }

    .new_space2 .footer-widget ul li a {
        font-weight: 400 !important
    }

    .modal_left_side2 span,
    a {
        letter-spacing: .05em
    }

    .footer-widget ul li a {
        font-size: 10px;
        color: #f0fff0;
        text-transform: capitalize
    }

    .btn_slider {
        border: 1px solid #fff;
        border-radius: 50px;
        color: #fff;
        margin-left: 5px;
        font-size: 11px;
        font-weight: 400
    }

    .contact_top {
        padding: 10px
    }

    .blog_section2 {
        padding: 10px 20px
    }

    .Institution_blog {
        margin-bottom: 20px
    }

    .blog_section {
        padding: 10px 20px;
        background-color: #e6e7ee
    }

    .pagination-lg .page-item .page-link,
    .pagination-lg .page-item span {
        width: 36px;
        height: 36px;
        line-height: 46px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .chooseus-features .cf-item {
        width: 100%;
        float: left;
        margin-right: 40px;
        margin-bottom: 15px;
        margin-top: 15px;
        overflow: hidden
    }

    .banner_sm_line2 {
        display: flex;
        justify-content: center;
        font-size: 12px;
        text-align: justify;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .8px;
        word-spacing: .7px;
        width: 100% !important;
        text-align: justify !important;
        margin: 0 auto
    }

    .paralex_training_gst_op .img_op {
        opacity: .18;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .margin_bottom {
        margin-bottom: 20px
    }

    .gst_last p {
        position: absolute;
        top: 135px;
        left: 0;
        padding: 0 50px !important
    }

    .img_100 {
        width: 100%;
        height: 530px
    }

    .img_400 {
        width: 100%;
        height: 250px;
        padding: 40px 0
    }

    .for_drop_mobile {
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
    }

    .syllubus {
        background-color: #fff;
        padding: .5em 30px !important;
        -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset
    }

    .for_drop_paralex {
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
    }

    .small_images_paralex {
        position: absolute;
        right: -150px;
        bottom: -150px;
        width: 450px;
        height: 450px;
        opacity: .2
    }

    .paralex_training {
        background: url(../images/edu-services/paralex2.png) no-repeat center top fixed;
        background-attachment: fixed;
        background-size: cover
    }

    .bold_heading h2 {
        font-weight: 800;
        font-size: 18px;
        line-height: 1.7;
        font-family: 'Varela Round', sans-serif;
        letter-spacing: 1.5px;
        color: #000
    }

    .for_mobile {
        margin: 0
    }

    .paralex_training p {
        font-size: 15px
    }

    .paralex_training .gradient {
        padding: 50px 0
    }

    .center_bold_heading h1 {
        line-height: 1.7;
        font-size: 20px
    }

    .for_top_padding40 {
        padding-top: 10px
    }

    .for_top_padding80 {
        padding-top: 30px
    }

    .center_bold_heading h1 {
        padding: 20px 0 20px 0
    }

    .center_bold_heading .hardware_h1 {
        color: #000;
        font-weight: 800;
        font-size: 18px;
        line-height: 1.7;
        letter-spacing: 1.5px;
        font-family: 'Varela Round', sans-serif;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
        text-align: center !important
    }

    .divider {
        position: relative;
        margin-top: 15px !important;
        margin-bottom: 15px;
        height: 1px
    }

    .syllubus h3 {
        font-weight: 800;
        font-family: 'Crimson Pro', serif;
        letter-spacing: 1.5px;
        color: #013671 !important;
        text-align: center;
        font-size: 20px
    }

    .bold_heading h1 {
        font-weight: 800;
        font-family: 'Crimson Pro', serif;
        letter-spacing: 1.5px;
        color: #013671 !important;
        text-align: center;
        margin-bottom: 10px;
        font-size: 20px;
        text-transform: capitalize !important
    }

    .for_white_border {
        border: 2px solid #fff;
        border-radius: 12px;
        padding: 0 0 15px 0
    }

    .subscribe_top .form-control {
        font-size: 26px !important
    }

    .contact_top h3 {
        padding: 10px 0
    }

    .contact_top_input::placeholder {
        display: flex !important;
        align-items: center;
        letter-spacing: .5px;
        font-size: 18px !important;
        color: silver
    }

    .main_heading_new_blue2 {
        text-align: center;
        background: #bfd255;
        background: -webkit-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
        background: -moz-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
        background: -ms-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
        background: -o-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
        background: linear-gradient(to bottom, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
        padding: 12px 25px;
        color: #fff;
        display: flex;
        justify-content: center;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 10px;
        letter-spacing: 3px;
        -webkit-box-shadow: rgb(255 255 255 / 30%) 0 2px 1px, rgb(0 0 0 / 30%) 0 0 0, rgb(0 0 0 / 50%) 0 3px 10px, rgb(0 50 0 / 75%) 0 0 40px inset;
        -moz-box-shadow: rgba(255, 255, 255, .3) 0 2px 1px, rgba(0, 0, 0, .3) 0 -2px 1px, rgba(0, 0, 0, .5) 0 3px 10px, rgba(0, 50, 0, .75) 0 0 40px inset;
        box-shadow: rgb(255 255 255 / 30%) 0 2px 1px, rgb(0 0 0 / 30%) 0 0 0, rgb(0 0 0 / 50%) 0 3px 10px, rgb(0 50 0 / 75%) 0 0 40px inset
    }

    .btn-main-2 {
        font-size: 18px
    }

    input .contact_top_input {
        letter-spacing: 10px;
        font-size: 20px;
        border-radius: 30px !important;
        color: silver;
        font-weight: 600;
        padding: 15px !important;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
    }

    .contact_top h2 {
      
        font-size: 20px;
        letter-spacing: 1.5px;
        padding-bottom: 14px;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
    }

    .full_width_img {
        width: 100%;
        height: 45vh
    }

    .for_top_padding100 {
        padding-top: 30px
    }

    .sec-eight-text-area {
        padding: 10px 0 10px 0
    }

    .section-eight .container-pe-quote {
        position: relative;
        height: 500px;
        top: 0;
        z-index: 1;
        max-width: 300px;
        margin: -70px auto 0
    }
}

@media screen and (max-width:480px) {
    .section-eight {
        position: relative
    }

        .section-eight .bottom-ani-cs {
            position: absolute;
            top: 150px;
            right: 16px
        }

        .section-eight .container-pe-quote .li-quote-2 {
            left: 60px;
            top: 270px
        }

        .section-eight .container-pe-quote .li-quote-6 {
            right: 100px;
            top: 179px
        }

        .section-eight .container-pe-quote .li-quote-8 {
            height: 43px;
            width: 43px;
            left: 0;
            top: 220px
        }

        .section-eight .container-pe-quote .li-quote-3 {
            left: 0
        }

        .section-eight .container-quote {
            height: 205px;
            overflow: hidden;
            overflow-y: auto
        }

    .sec-eight-text-area {
        padding: 10px 0 100px 0
    }
}

.border3 {
    width: 100%;
    left: 0;
    position: fixed;
    background-color: transparent;
    height: 3px;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important
}

#pop2 {
    visibility: hidden;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 6px;
    z-index: 9999999999999999999999999999999999999999999999999999999 !important
}

#popCenter {
    background-color: red;
    width: 40%;
    margin: auto;
    border-radius: 10px;
    margin-top: 10vh
}

#count {
    visibility: hidden
}

#popTitle {
    background-color: #8c92ac;
    padding: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 3px
}

#popContent {
    background-color: #fddde6;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

#closePop {
    width: 60%
}

#text {
    color: #fff;
    font-weight: 800;
    font-size: 30px
}

.pulse4 {
    background-color: #ffa07a;
    -webkit-animation: blink .8s infinite;
    animation: blink .8s infinite;
    padding: 15px;
    border-radius: 30px;
    color: #fff
}

@-webkit-keyframes blink {
    50% {
        background-color: #e58e73;
        color: red
    }
}

@keyframes blink {
    50% {
        background-color: #e58e73;
        color: red
    }
}

#textSmall2 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

#textSmall3 {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

#refresh {
    padding: 20px;
    color: #fff;
    background-color: red
}

    #refresh:hover {
        cursor: pointer;
        color: #ff0;
        background-color: red
    }

#fixed-social {
    position: fixed !important;
    top: 40% !important;
    left: 0;
    z-index: 9;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    border-radius: 6px 0 0 6px
}
#corp_login a{
    display:inline-block !important
}
.login {
    background: #04305c;
    display: flex;
    justify-content: center;
    align-items: center
}
#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 120px;
    visibility: hidden;
    transition-duration: .5s;
    z-index: 1;
    opacity: 0
}

    #fixed-social a {
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        text-align: center;
        width: 40px;
        font-size: 18px;
        z-index: 2;
        padding-top: 10px;
        transition: transform .2s ease-in-out
    }

.fixed-facebook {
    background-color: #3b5998 !important
}

.fixed-twitter {
    background-color: #55acee !important
}
.fixed-whatsapp {
    background-color: #27A645 !important
}
.fixed-whatsapp span {
    background-color: #27A645 !important
}

    .fixed-twitter span {
        background-color: #55acee !important
    }

.fixed-gplus {
    background-color: #00af54
}

    .fixed-gplus span {
        background-color: #00af54
    }

.fixed-linkedin {
    background-color: navy
}

    .fixed-linkedin span {
        background-color: #ffc41e
    }

.fixed-instagrem {
    background-color: #ed2b29
}

    .fixed-instagrem span {
        background-color: #ed2b29
    }

.fixed-tumblr {
    background-color: #eb1471
}

    .fixed-tumblr span {
        background-color: #eb1471
    }

.c-back-to-top {
    background-color: #eee;
    border-radius: 2px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    opacity: 1;
    padding: .5rem .75rem;
    position: fixed;
    bottom: .75rem;
    right: .75rem;
    transition: all .25s ease-in-out;
    visibility: visible;
    z-index: 1000
}

@media screen and (min-width:660px) {
    .c-back-to-top {
        bottom: 1.5rem;
        right: 1.5rem
    }

        .c-back-to-top :hover {
            box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, .15)
        }

        .c-back-to-top .is-hidden {
            opacity: 0;
            transition: all .25s ease-in-out;
            visibility: hidden
        }
}

* {
    margin: 0;
    padding: 0
}

#container {
    width: 60%;
    margin: 0 20%;
    overflow: auto
}

.faq li {
    padding: 1.25em
}

    .faq li.q {
        font-weight: 700;
        font-size: 90%;
        border-bottom: 1px #ccc solid;
        cursor: pointer
    }

        .faq li.q:nth-child(1),
        .faq li.q:nth-child(13),
        .faq li.q:nth-child(17),
        .faq li.q:nth-child(21),
        .faq li.q:nth-child(25),
        .faq li.q:nth-child(29),
        .faq li.q:nth-child(5),
        .faq li.q:nth-child(9) {
            background: #eee
        }

.q:after {
    content: '\002B';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

li.q.active:after {
    content: "\2212"
}

.faq li.a {
    font-weight: 700;
    color: #6bba70;
    background: #fff;
    display: none
}

@media (max-width:800px) {
    #container {
        width: 90%;
        margin: 0 5%
    }

    .faq li {
        text-align: left
    }

        .faq li.a {
            width: 100%;
            text-align: left !important
        }
}

.scroll-top-wrapper {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 999999999999999 !important;
    color: #00c7b1;
    width: 55px;
    height: 55px;
    line-height: 48px;
    right: 22px;
    opacity: .7 !important;
    bottom: 30px;
    border-radius: 50%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.back_to_top_arrow {
    padding-top: 12px;
    font-size: 1.7em
}

.scroll-top-wrapper:hover {
    background-color: #888
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1
}

.scroll-top-wrapper i.fa {
    color: #fff;
    line-height: inherit
}

.model_dilog {
    z-index: 99999999999999999999999 !important
}

a:hover {
    text-decoration: none
}

a a:focus {
    outline: 0
}

.text-hr-new {
    display: flex;
    align-items: center
}

.pms_about {
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    /*letter-spacing: 1px !important;*/
    line-height: 2;
    margin-bottom: 30px;
    color: #505050 !important;
    letter-spacing: 0.5px
   
}

.pms_margin {
    margin-top: 50px
}

p {
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 1em
}

.car_d-title5 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #013671
}

.car_d-content a {
    color: #013671 !important;
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px
}

.modal_left_side hr {
    border-top: 1px solid rgba(11, 80, 158, .28)
}

.positi_on {
    display: flex
}

.dark_slider_seo2 {
    height: 100%;
    width: 100%
}

    .dark_slider_seo2 h1 {
        font-size: 5rem;
        font-weight: 800
    }

.inside_dark {
    padding: 40px
}

.inside_dark2 {
    font-size: 3rem;
    font-weight: bolder;
    font-family: 'Times New Roman', Times, serif
}

.for_last_seo2 {
    width: 100%;
    min-height: 75vh;
    position: relative;
    background-image: url(../img/1069d40cafdd793a3a7401fc9d87df1d.gif);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.for_last_seo_index {
    width: 100%;
    min-height: 75vh;
    position: relative;
    background-image: url(../img/pms.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.counter_section {
    width: 100%;
    min-height: 75vh;
    position: relative;
    background-image: url(../img/Operations-1080x675.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.for_last_seo3 {
    width: 100%;
    min-height: 75vh;
    position: relative;
    background-image: url(../img/1069d40cafdd793a3a7401fc9d87df1d.gif);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.for_last_seo4 {
    width: 100%;
    min-height: 75vh;
    position: relative;
    background-image: url(../img/1069d40cafdd793a3a7401fc9d87df1d.gif);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

ol,
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

    ol li,
    ul li {
        list-style: none
    }

a:not([href]):not([tabindex]) {
    color: #fff
}

.section-header {
    margin-bottom: 30px
}

    .section-header p {
        text: center;
        font-weight: 400;
        line-height: 26px
    }

.feature-block-border .truncate_product p {
    text-align: center !important
}
/*#serv {
    background: url(../images/dot.jpg) no-repeat;
    background-position: left;
    background-attachment: fixed;
    background-size: 500px 300px;
    background-size:cover
}*/
.feature-block-border {
    box-shadow: 0px 10px 20px 0px rgb(0 141 236 / 10%);
    padding: 10px;
    background:#fff;
    border: 2px solid #f6fbfb;
    border-radius: 8px
}
.feature-block.border-0 {
    background:#fff;
    min-height:340px;
    max-height:340px;
    padding:15px;
    border-radius:12px;
    box-shadow: 0px 10px 20px 0px rgb(0 141 236 / 10%)
}
.section-title h2 {
    font-family: 'Crimson Pro', serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
    
    /**/
    
    background: #5E0914;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: rgb(255 255 255 / 50%) 0px 3px 3px !important;
   
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
}

.section-title {
    font-size: 30px;
    color: navy;
    display: inline-block;
    font-weight: 700;
    position: relative
}

.shape {
    height: 1px;
    margin: 0 auto 30px;
    position: relative;
    width: 60px;
    background-color: #f63854
}

.padding-none {
    padding: 0
}

.bg-gray {
    background: #f9f9f9
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(61, 96, 244, .3)
}

.btn3 {
    font-size: 13px;
    padding: 0 8px;
    cursor: pointer;
    font-weight: 200;
    color: #fff;
    border-radius: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block
}

.btn5 {
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: 100;
    color: #fff;
    border-radius: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block
}

.btn4 {
    font-size: 13px;
    padding: 0 8px;
    cursor: pointer;
    font-weight: 100;
    color: #fff;
    border-radius: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block
}

.btn:active,
.btn:focus {
    box-shadow: none;
    outline: 0;
    color: #fff
}

.btn-common {
    background-color: #f63854;
    position: relative;
    z-index: 1
}

    .btn-common:hover {
        color: #f63854;
        background: 0 0;
        border: 1px dotted #f63854;
        box-shadow: 0 6px 22px rgba(0, 0, 0, .1);
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out
    }

.btn-border {
    color: #f63854;
    background-color: transparent;
    border: 1px solid #f63854;
    border-radius: 30px;
    text-transform: uppercase
}

    .btn-border:hover {
        color: #fff;
        border-color: #f63854;
        background-color: #f63854
    }

    .btn-border:focus {
        color: #fff;
        border-color: #f63854;
        background-color: #f63854
    }

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px
}

.btn-rm {
    padding: 7px 0;
    color: #f63854;
    text-transform: capitalize
}

    .btn-rm:hover {
        color: #f63854
    }

button:focus {
    outline: 0 !important
}

.icon-check,
.icon-close {
    color: #f63854
}

.social-icon a {
    color: #666;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin: 15px 6px 12px 4px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

    .social-icon a:hover {
        color: #fff !important
    }

.social-icon .facebook:hover {
    background: #3b5999
}

.social-icon .twitter:hover {
    background: #4a9cec
}

.social-icon .instagram:hover {
    background: #d6274d
}

.social-icon .linkedin:hover {
    background: #1260a2
}

.social-icon .google:hover {
    background: #ce332a
}

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
    z-index: 9999999999999999999999999999999999999999999
}

    a.back-to-top i {
        display: block;
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #f63854;
        border-radius: 30px;
        text-align: center;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28)
    }

    a.back-to-top:focus,
    a.back-to-top:hover {
        text-decoration: none
    }

.datetime {
    font-size: 14px;
    font-weight: 800;
    color: #ea830e
}

.counter i {
    margin-right: 30px;
    padding: 10px 30px;
    font-size: 30px
}

.counter .timer {
    font-weight: 400;
    font-size: 25px
}

.counter .count-text {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: #fff !important
}

.last_1 {
    background: #37bdc5 !important;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff
}

.last_2 {
    background: #2795b7 !important;
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    color: #fff
}

.last_3 {
    background: #1a75ab !important;
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    color: #fff
}

.last_4 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    color: #fff
}

.for_set_drag {
    position: fixed;
    right: 72px;
    bottom: 200px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 999 !important
}

.click-to-call {
    transition: visibility .5s;
    left: -50px;
    bottom: 100px
}

.circle {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%
}

.click-to-call.click-to-call-green .circle {
    border-color: #228b22
}

.circle-fill {
    width: 80px;
    height: 80px;
    top: 60px;
    left: 60px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%
}

.img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: #00c7b1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    animation: coccoc-alo-circle-img-anim 3s infinite ease-in-out;
    transform-origin: 50% 50%;
    z-index: 999
}

.click-to-call.coccoc-alo-active .img-circle {
    animation: coccoc-alo-circle-img-anim 3s infinite ease-in-out !important
}

.click-to-call.click-to-call-green:hover .img-circle {
    background-color: #75eb50
}

.click-to-call.click-to-call-green .img-circle {
    z-index: 9 !important
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999
}

.loader {
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

#loader-1:after,
#loader-1:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 7px solid transparent;
    border-top-color: #f63854
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite
}

#loader-1:after {
    border: 7px solid #f2f2f2
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.section-padding {
    padding: 50px 0
}

.section-padding2 {
    padding: 40px 0
}

#features {
    background: #fff
}

    #features .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        text-align: center;
        position: relative;
        z-index: 1
    }

    #features .content-left span {
        float: right
    }

    #features .content-left .text {
        text-align: left
    }

    #features .content-right .text {
        text-align: right !important;
        vertical-align: middle
    }

    #features .content-right span {
        float: right
    }

    #features .box-item {
        box-shadow: 0 0 12px #f4f4f4;
        padding: 10px;
        line-height: 22px;
        margin-top: 20px;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -mox-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: relative;
        top: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: middle
    }

        #features .box-item .icon {
            text-align: center;
            margin: 12px;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear
        }

            #features .box-item .icon i {
                color: #f63854;
                font-size: 30px;
                -webkit-transition: all .2s linear;
                -moz-transition: all .2s linear;
                -o-transition: all .2s linear;
                transition: all .2s linear
            }

        #features .box-item .text h4 {
            cursor: pointer;
            font-size: 18px;
            font-weight: 500;
            line-height: 22px;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
            color: #ff4500
        }

        #features .box-item .text p {
            vertical-align: middle;
            font-size: 14px;
            line-height: 26px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden
        }

    #features .show-box img {
        width: 100%;
        display: flex;
        align-items: center !important
    }

.services_pms {
    border-radius: 4px;
    text-align: center;
    margin: 8px 0;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transform: scale(.95);
    transition: box-shadow .5s, transform .5s;
    padding: 10px
}

    .services_pms .icon i {
        font-size: 40px;
        color: #fff;
        line-height: 70px;
        transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s
    }

    .services_pms .services-content h3 {
        margin-top: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 1.7
    }

        .services_pms .services-content h3 a {
            font-size: 13px;
            color: #ff4500 !important
        }

    .services_pms:hover .services-content h3 a {
        color: #f63854
    }

.services-item {
    border: 15px solid #fff !important;
    border-radius: 4px;
    text-align: center;
    margin: 8px 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    overflow-y: hidden;
    max-height: 300px;
    min-height: 300px;
    transform: scale(.95);
    transition: box-shadow .5s, transform .5s;
    padding: 10px
}

    .services-item:hover .services-content h3 a {
        color: green
    }

.header_text_update {
    font-size: 1.3em;
    color: navy;
    font-weight: 600
}

.services-item .icon {
    border: 1px solid #f1f1f1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.heading3_after_text {
    font-size: 18px
}

.services-item .icon i {
    font-size: 40px;
    color: #fff;
    line-height: 70px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

.services-item .services-content h3 {
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px
}

    .services-item .services-content h3 a {
        font-size: 14px;
        color: #ff4500;
        font-weight: 600
    }

.why_choose h2 {
    font-weight: 800;
    font-size: 70px;
    color: #013671;
    font-family: 'Crimson Pro', serif;
    text-transform: capitalize
}

.comparecontainer_d_2 h3 {
    color: #013671 !important;
    font-size: 18px
}

.services-item .services-content p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #abacae;
    line-height: 1.7;
    letter-spacing: 1.3px;
    text-align: center
}

.services-item .services-content h3 a:hover {
    color: green;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.contact_clear2 {
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12)
}

.services-item:hover {
    transform: scale(1);
    box-shadow: 5px 20px 30px rgba(0, 0, 0, .2)
}

.underline_link a {
    padding-left: 0
}

.services-item .icon {
    width: 80px;
    height: 80px;
    background-image: -webkit-linear-gradient(136deg, #6cd3c9 0, #3f2b96 100%)
}

.services-item:hover .icon {
    width: 80px;
    height: 80px;
    content: '';
    border-radius: 54% 46% 42% 58%/60% 58% 42% 40%;
    background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
    animation: wave 5s linear infinite
}

@keyframes wave {
    20% {
        border-radius: 45% 55% 62% 38%/53% 51% 49% 47%
    }

    40% {
        border-radius: 45% 55% 49% 51%/36% 51% 49% 64%
    }

    60% {
        border-radius: 60% 40% 57% 43%/47% 62% 38% 53%
    }

    80% {
        border-radius: 60% 40% 32% 68%/38% 36% 64% 62%
    }

    100% {
        border-radius: 60% 40% 52% 43%/48% 38% 64% 60%
    }
}

.services-item:hover .icon i {
    color: #fff
}

.navy_color a {
    font-size: 2rem;
    color: navy;
    display: inline-block;
    font-weight: 700;
    position: relative
}

#service {
    position: relative
}

.about-area .about-wrapper {
    height: 100%;
    width: 100%;
    display: table
}

    .about-area .about-wrapper > div {
        vertical-align: middle;
        display: table-cell
    }

.about-area img {
    border-radius: 4px
}

.about-area .content {
    margin-top: 15px
}

    .about-area .content p {
        margin-bottom: 30px
    }

#cta {
    padding: 30px 0
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu
}

#hero-area {
    background-image: url(../img/hero-area.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    position: relative;
    overflow: hidden;
    padding: 180px 0 80px
}

    #hero-area .contents .head-title {
        color: #222;
        font-size: 42px;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 10px
    }

    #hero-area .contents .header-button {
        margin-top: 20px;
        color: #222
    }

        #hero-area .contents .header-button .btn {
            margin-right: 10px
        }

.sloder-img {
    background: #34363a
}

.team-item:hover {
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1);
    background-color: #7fffd4;
    border: 1px solid #daa520
}

.team-item {
    margin: 25px 0;
    border-radius: 7px;
    box-shadow: 0 2px 18px 0 rgba(198, 198, 198, .3);
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    background: #fff;
    padding: 15px
}

    .team-item .team-img img {
        float: left;
        width: 100%;
        height: 110px
    }

    .team-item .team-img {
        float: left;
        width: 200px;
        margin-right: 30px
    }

    .team-item .social-icons {
        padding-top: 11px;
        transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s
    }

        .team-item .social-icons li {
            display: inline-block;
            margin-right: 10px
        }

            .team-item .social-icons li a {
                letter-spacing: 0;
                outline: 0 !important
            }

                .team-item .social-icons li a i {
                    font-size: 18px;
                    display: block;
                    transition: all .3s ease-in-out 0s;
                    -moz-transition: all .3s ease-in-out 0s;
                    -webkit-transition: all .3s ease-in-out 0s;
                    -o-transition: all .3s ease-in-out 0s
                }

            .team-item .social-icons li .lni-facebook-filled {
                color: #3b5998
            }

            .team-item .social-icons li .lni-twitter-filled {
                color: #00aced
            }

            .team-item .social-icons li .lni-instagram-filled {
                color: #fb3958
            }

    .team-item .info-text {
        margin-bottom: 10px
    }

        .team-item .info-text h3 {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 500;
            margin-bottom: 5px
        }

            .team-item .info-text h3 a {
                color: #333
            }

                .team-item .info-text h3 a:hover {
                    color: #f63854
                }

        .team-item .info-text p {
            margin: 0;
            color: #888
        }

    .team-item:hover .team-overlay {
        opacity: 1
    }

#pricing .title {
    padding: 10px 0 4px 0
}

    #pricing .title .title_1 {
        text-transform: uppercase;
        color: navy;
        font-size: 2rem;
        font-family: 'Times New Roman', Times, serif;
        text-align: left
    }

    #pricing .title .month-plan {
        font-size: 16px;
        font-weight: 500;
        color: #333
    }

#pricing .table {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    border: none !important;
    box-shadow: 0 2px 18px 0 rgba(198, 198, 198, .3);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

    #pricing .table .icon-box {
        position: relative;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        background-color: #ebedef;
        margin-bottom: 20px;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear
    }

        #pricing .table .icon-box i {
            color: #f63854;
            line-height: 80px;
            font-size: 30px;
            -webkit-transition: all .3s linear;
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            transition: all .3s linear
        }

    #pricing .table .pricing-header {
        position: relative;
        text-align: center
    }

        #pricing .table .pricing-header .price-value .rs {
            font-size: 20px;
            color: #f63854;
            margin-right: 5px
        }

        #pricing .table .pricing-header .price-value .only {
            font-size: 20px;
            color: #f63854
        }

        #pricing .table .pricing-header .price-value {
            font-size: 20px;
            padding-right: 5px;
            color: #f63854;
            position: absolute;
            top: 0;
            left: 0;
            text-align: center;
            font-weight: 700;
            background-color: #fff
        }

            #pricing .table .pricing-header .price-value sup {
                font-size: 16px;
                font-weight: 500;
                top: -18px
            }

            #pricing .table .pricing-header .price-value span {
                font-size: 15px;
                color: #abacae;
                font-weight: 400
            }

    #pricing .table .description {
        margin: 10px 0
    }

        #pricing .table .description li {
            font-size: 14px;
            font-weight: 400;
            color: #abacae
        }

            #pricing .table .description li:last-child {
                border-bottom: none
            }

    #pricing .table:hover {
        cursor: pointer;
        background: #fff;
        box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1)
    }

        #pricing .table:hover .pricing-header .price-value {
            color: #daa520;
            background: #fff
        }

            #pricing .table:hover .pricing-header .price-value .rs {
                color: #daa520;
                background: #fff
            }

            #pricing .table:hover .pricing-header .price-value .only {
                color: #daa520;
                background: #fff
            }

        #pricing .table:hover .icon-box {
            background: #f63854
        }

            #pricing .table:hover .icon-box i {
                color: #fff
            }

#pricing #active-tb {
    background: #fff;
    box-shadow: 0 10px 22px 10px rgba(27, 38, 49, .1)
}

    #pricing #active-tb .icon-box {
        background: #f63854
    }

        #pricing #active-tb .icon-box i {
            color: #fff
        }

#pricing .active {
    z-index: 99999
}

.testimonial {
    position: relative
}

.testimonial-item {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    font-size: 13px
}

    .testimonial-item .img-thumb {
        position: relative;
        margin: 15px 15px 15px 0
    }

        .testimonial-item .img-thumb img {
            border-radius: 50%;
            display: inline-block;
            width: inherit;
            padding: 7px
        }

    .testimonial-item .content {
        overflow: hidden
    }

        .testimonial-item .content .description {
            width: 100%;
            color: #333;
            margin: 15px 0
        }

        .testimonial-item .content .star-icon i {
            color: #f63854
        }

    .testimonial-item .info h2 {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 30px;
        margin: 0
    }

        .testimonial-item .info h2 a {
            color: #333
        }

    .testimonial-item .info h3 {
        margin: 0;
        clear: both;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        margin-bottom: 10px
    }

        .testimonial-item .info h3 a {
            color: #333
        }

    .testimonial-item .info .indicator {
        font-size: 26px;
        font-weight: 700;
        color: #f63854
    }

    .testimonial-item .icon-social {
        margin-top: 30px
    }

        .testimonial-item .icon-social a {
            color: #666;
            background: #fff;
            width: 32px;
            height: 32px;
            line-height: 34px;
            display: inline-block;
            text-align: center;
            border-radius: 100%;
            font-size: 15px;
            margin: 15px 6px 12px 4px;
            transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -webkit-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s
        }

            .testimonial-item .icon-social a:hover {
                color: #fff
            }

        .testimonial-item .icon-social .facebook:hover {
            background: #3b5999
        }

        .testimonial-item .icon-social .twitter:hover {
            background: #4a9cec
        }

        .testimonial-item .icon-social .instagram:hover {
            background: #d6274d
        }

        .testimonial-item .icon-social .linkedin:hover {
            background: #1260a2
        }

        .testimonial-item .icon-social .google:hover {
            background: #ce332a
        }

.owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -40px
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px
}

.owl-carousel button.owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline;
    text-align: center
}
.full_screen {
    position: fixed;
    right: 0px;
    transform: rotate(90deg);
    top: 30%;
}
.owl-carousel button.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 2px 4px;
    opacity: 1;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

    .owl-carousel button.owl-dot.active span,
    .owl-carousel button.owl-dot.clickable,
    .owl-carousel button.owl-dot:hover span {
        background: #f63854
    }

.slider-center img {
    opacity: .7;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    padding: 63px 63px;
    position: relative;
    text-align: center
}

.slider-center .slick-center img {
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    -webkit-transform: scale(1.9);
    opacity: 1;
    transform: scale(1.9)
}

.form-control {
    width: 100%;
    margin-bottom: 19.5px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border: 1px solid #f1f1f1
}

    .form-control:focus {
        border-color: #f63854;
        box-shadow: none;
        outline: 0
    }
.modal_left {
    background-color: azure;
    /*background: linear-gradient( 45deg, #3ac5c8 1%, #0b509e 100%);*/
}
.text-whiteb{
    color:#000 !important;
}
textarea {
    border-radius: 4px !important
}

.form-control:focus {
    box-shadow: none;
    outline: 0
}

.btn.disabled,
.btn:disabled {
    opacity: 1
}

.contact-form-area h2 {
    font-size: 18px;
    text-transform: uppercase
}

.contact-right-area {
    margin-left: 50px
}

    .contact-right-area .contact-title {
        margin-bottom: 20px
    }

        .contact-right-area .contact-title h1 {
            font-size: 22px
        }

.contact-right {
    padding: 4px
}

    .contact-right .single-contact {
        margin: 30px 0;
        padding: 3px 55px;
        position: relative;
        color: #abacae
    }

        .contact-right .single-contact p {
            margin-bottom: 0
        }

            .contact-right .single-contact p a {
                color: #abacae
            }

    .contact-right .contact-icon {
        background: #f63854;
        color: #fff;
        border-radius: 4px;
        font-size: 20px;
        height: 40px;
        left: 0;
        padding-top: 8px;
        position: absolute;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px
    }

.h3 {
    float: right;
    font-size: 16px
}

#cta .free {
    height: 200px;
    width: 200px;
    background-image: url(images/girl.png);
    background-position: center center
}

.footer-area {
    position: relative;
    padding: 150px 0 0;
    background: #fff
}

    .footer-area .footer-titel {
        font-size: 18px;
        color: #333;
        font-weight: 500;
        padding-bottom: 20px;
        letter-spacing: .5px
    }

        .footer-area .footer-titel span {
            color: #ccc;
            font-weight: 400
        }

    .footer-area .textwidget p {
        color: #333
    }

    .footer-area .footer-link li {
        margin-bottom: 10px
    }

        .footer-area .footer-link li a {
            color: #333;
            font-size: 14px;
            font-weight: 400;
            position: relative
        }

            .footer-area .footer-link li a:hover {
                color: #f63854
            }

    .footer-area .address li {
        margin-bottom: 20px
    }

        .footer-area .address li a {
            color: #666;
            font-size: 14px;
            line-height: 30px;
            font-weight: 400
        }

            .footer-area .address li a i {
                font-size: 22px;
                width: 32px;
                vertical-align: middle;
                height: 36px;
                text-align: center;
                display: inline-block;
                float: left;
                margin-right: 5px;
                line-height: 32px
            }

    .footer-area #subscribe-form {
        margin-top: 10px
    }

        .footer-area #subscribe-form .form-group {
            position: relative
        }

            .footer-area #subscribe-form .form-group .btn-common {
                position: absolute;
                top: 0;
                right: 0;
                padding: 7px 15px;
                height: 52px;
                border-radius: 0;
                background: 0 0;
                color: #f63854
            }

#copyright .copyright-content {
    border-top: 1px solid #d5d4e9;
    padding: 15px 0;
    margin: 45px 0 0
}

#copyright p {
    line-height: 42px;
    color: #333;
    text-align: center;
    margin: 0
}

    #copyright p a {
        color: #f63854
    }

.social-icon a {
    color: #272727;
    background: #fff;
    width: 32px;
    height: 32px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    margin: 15px 6px 12px 4px;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s
}

    .social-icon a:hover {
        color: #fff !important
    }

.social-icon .facebook:hover {
    background: #3b5999
}

.social-icon .twitter:hover {
    background: #4a9cec
}

.social-icon .instagram:hover {
    background: #d6274d
}

.social-icon .linkedin:hover {
    background: #1260a2
}

.social-icon .google:hover {
    background: #ce332a
}

.fa {
    width: unset;
    margin-left: 0 !important
}

.btn_success_t {
    padding: 3.75px 7.5px !important
}

.course-box {
    background-color: #faf5f5 !important
}

.net_pic img {
    width: 200px;
    height: 300px;
    padding: 5px
}

.page-title2,
.subtitle2 {
    line-height: 1.4;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.instructions {
    text-align: center;
    font-size: 20px;
    padding: 15vh
}

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .85;
    -moz-opacity: .85;
    z-index: 1043 !important;
    display: none
}

.delayedPopupWindow {
    display: none;
    position: absolute;
    top: 20%;
    left: 30%;
    width: 500px;
    height: 310px;
    z-index: 102;
    padding: 10px 20px;
    align-items: center;
    background-color: #eee;
    box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .25), -8px -8px 12px 0 rgba(255, 255, 255, .3);
    border-radius: 20px;
    display: flex;
    justify-content: center
}

#btnClose {
    color: green !important;
   
    position: absolute;
    top: 6px;
    border-radius: 50%;
    right: -130px;
    z-index: 9999 !important;
}

    #btnClose:hover {
        color: #c90c12
    }

.close_contact {
    /* float: right; */
    /*font-size: 13px;*/
    /* font-weight: 700; */
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
     opacity: 2 !important; 
}
#navbarSupportedContent {
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.left_track {
    align-items: center;
    background-color: #dadada;
    box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .25), -8px -8px 12px 0 rgba(255, 255, 255, .3);
    border-radius: 7px;
    display: flex;
    justify-content: center
}

    .left_track p {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        word-spacing: 2mm;
        font-family: Verdana, Geneva, Tahoma, sans-serif
    }

.elem_ent {
    align-items: center;
    background-color: #dadada;
    box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, .25), -8px -8px 12px 0 rgba(255, 255, 255, .3);
    border-radius: 50px;
    display: flex;
    height: 200px;
    justify-content: center;
    margin-right: 4rem;
    width: 200px
}

.greeting {
    font-weight: 600;
    font-size: 2rem
}

.for_d_flex {
    display: flex
}

.welcome {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #ff6426 !important
}

    .welcome img {
        width: 100%;
        height: 40px;
        margin-top: -30px
    }

    .welcome h2 {
        font-weight: 900 !important;
        color: #1977cc !important
    }

    .welcome h4 {
        font-size: 18px;
        font-weight: 700 !important;
        color: #ea830e !important
    }

.treeview .btn-default {
    border-color: #e3e5ef
}

    .treeview .btn-default:hover {
        background-color: #f7faea;
        color: #bada55
    }

.treeview ul {
    list-style: none;
    width: auto
}

    .treeview ul li {
        padding: 40px 0 0 35px;
        position: relative
    }

        .treeview ul li:before {
            content: "";
            position: absolute;
            top: -26px;
            left: -31px;
            border-left: 2px dashed #a2a5b5;
            width: 1px;
            height: 100%
        }

        .treeview ul li:after {
            content: "";
            position: absolute;
            border-top: 2px dashed #a2a5b5;
            top: 67px;
            left: -30px;
            width: 65px
        }

        .treeview ul li:last-child:before {
            top: -22px;
            height: 90px
        }

.treeview > ul > li:after,
.treeview > ul > li:last-child:before {
    content: unset
}

.treeview > ul > li:before {
    top: 90px;
    left: 36px
}

.treeview > ul > li:not(:last-child) > ul > li:before {
    content: unset
}

.treeview > ul > li > .treeview__level:before {
    height: 60px;
    width: 60px;
    top: -15.5px;
    background-color: #54a6d9;
    border: 7.5px solid #d5e9f6;
    font-size: 22px
}

.treeview > ul > li > ul {
    padding-left: 34px
}

.treeview__level {
    padding: 7px;
    padding-left: 42.5px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid #e3e5ef;
    position: relative;
    z-index: 1;
    width: auto
}

.for_sitemap_bg {
    background-color: #f0fafe;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px
}

.ineer_text {
    font-size: 12px;
    color: gray;
    width: 180px
}

.ineer_text2 {
    font-size: 12px;
    color: gray;
    width: 230px
}

#map_canvas:hover {
    display: none !important;
    cursor: pointer
}

#map_canvas {
    font-family: Poppins, Arial, sans-serif !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .7;
    z-index: 5
}

.dotnet p {
    color: #000 !important
}

.details {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.treeview__level:before {
    content: attr(data-level);
    position: absolute;
    left: -27.5px;
    top: -8.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 7.5px solid #eef6d5;
    background-color: #bada55;
    color: #fff;
    font-size: 20px
}

.treeview__level-btns {
    margin-left: 15px;
    display: inline-block;
    position: relative
}

.treeview__level .level-same,
.treeview__level .level-sub {
    position: absolute;
    display: none;
    transition: opacity 250ms cubic-bezier(.7, 0, .3, 1)
}

    .treeview__level .level-same.in,
    .treeview__level .level-sub.in {
        display: block
    }

        .treeview__level .level-same.in .btn-default,
        .treeview__level .level-sub.in .btn-default {
            background-color: #faeaea;
            color: #da5555
        }

.xy_100 {
    padding: 100px 0
}

.main_heading_new {
    background: #bfd255;
    background: -webkit-linear-gradient(top, #eeec79 0, #b6b92a 50%, #aaa700 51%, #c8cb2d 100%);
    background: -moz-linear-gradient(top, #eeec79 0, #b6b92a 50%, #aaa700 51%, #c8cb2d 100%);
    background: -ms-linear-gradient(top, #eeec79 0, #b6b92a 50%, #aaa700 51%, #c8cb2d 100%);
    background: -o-linear-gradient(top, #eeec79 0, #b6b92a 50%, #aaa700 51%, #c8cb2d 100%);
    background: linear-gradient(to bottom, #bfd255 0, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
    padding: 5px 25px;
    color: #fff !important;
    display: inline-block;
    border-radius: 0 10px 10px 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    -webkit-box-shadow: rgb(255 255 255 / 30%) 0 2px 1px, rgb(0 0 0 / 30%) 0 -2px 1px, rgb(0 0 0 / 50%) 0 3px 10px, rgb(50 49 0 / 75%) 0 0 40px inset;
    -moz-box-shadow: rgba(255, 255, 255, .3) 0 2px 1px, rgba(0, 0, 0, .3) 0 -2px 1px, rgba(0, 0, 0, .5) 0 3px 10px, rgba(50, 47, 0, .75) 0 0 40px inset;
    box-shadow: rgb(255 255 255 / 30%) 0 2px 1px, rgb(0 0 0 / 30%) 0 -2px 1px, rgb(0 0 0 / 50%) 0 3px 10px, rgb(50 47 0 / 75%) 0 0 40px inset
}

.feature-block .Promotional_img {
    width: 150px;
    height: 140px
}

.feature-block .Promotional_img2 {
    width: 190px;
    height: 140px
}

.oliverbed_text {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: .5px
}

.heading_icons {
    width: 40px;
    height: 35px
}

.sub_heading {
    font-weight: 800;
    font-family: Poppins, Arial, sans-serif !important;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 16px
}

.sub_heading_importance {
    font-weight: 800;
    font-family: Poppins, Arial, sans-serif !important;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 16px
}

.main_heading_new2 {
    font-weight: 800;
    font-family: 'Crimson Pro', serif !important;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 26px
}

.ul_padding li {
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 14.5px;
    color: #6f8ba4 !important;
    font-weight: 400
}

.ul_padding {
    padding-left: 17px;
    line-height: 2;
    list-style-type: square
}

.black_text {
    color: #040a49
}

.side_im {
    width: 100%;
    height: 300px
}

.bg2 {
    padding: 90px 0
}

.side_img2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 450px;
    height: 250px;
    opacity: .1
}

.underline_link_heading {
    box-sizing: border-box;
    cursor: pointer;
    padding-bottom: 8px;
    box-shadow: inset 0 -3px #ff4500 !important;
    transition: .3s;
    font-weight: 600 !important
}

.new_Panchayat a {
    margin-right: 10px;
    font-size: 26px
}

.new_Panchayat {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 26px
}
.img_shadow {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}
.counter {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}
.Panchayat a {
    color: green;
    font-weight: 600 !important
}
.bg3_gradient_bg{
    position:relative;
}
.leadinf_box{
    position:absolute;
    top:60px;
    left:100px;
    width:50%;
    height:auto;
    z-index:99

}
.bg3_gradient_bg2 {
    background-image: url(../../assets/election/Banner/vcc.jpg);
    background-position: right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain
}

.heading_center h2 {
    font-weight: 900;
    letter-spacing: .05em;
    font-size: 3em;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.parralex_tex {
    color: #fff !important;
    text-align: center
}

.ul_padding2 li::marker {
    color: orange !important
}

.ul_padding2 li {
    color: #8d8c8c;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 30px;
    text-transform: capitalize;
    text-align: justify
}

.bg3 {
    position: relative;
    background-color: #fff !important
}

.for_qm h4 {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    font-size: 35px
}

.light_text_left_border {
    border-left: 2px solid #080f5b !important;
    padding: 10px 20px;
    background-color: #021c3c;
    border-radius: 0 15px 15px 0;
    margin: 35px 0;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.bounce_arrow3 {
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
    color: #000;
    padding-left: 40px
}

#newsletter {
    background: url(../../assets/election/political_Bannerfb1.jpg) no-repeat center top fixed;
    background-size: cover
}

.treeview__level .level-same {
    top: 0;
    left: 45px
}

.treeview__level .level-sub {
    top: 42px;
    left: 0
}

.tree_for_center {
    align-items: center
}

.treeview__level .level-remove {
    display: none
}

.treeview__level.selected {
    background-color: #f9f9fb;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1)
}

    .treeview__level.selected .level-remove {
        display: inline-block
    }

    .treeview__level.selected .level-add {
        display: none
    }

    .treeview__level.selected .level-same,
    .treeview__level.selected .level-sub {
        display: none
    }

.treeview .level-title {
    cursor: pointer;
    user-select: none;
    width: auto
}

    .treeview .level-title:hover {
        text-decoration: none
    }

.treeview--mapview ul {
    justify-content: center;
    display: flex
}

    .treeview--mapview ul li:before {
        content: unset
    }

    .treeview--mapview ul li:after {
        content: unset
    }

.new3 h5 {
    color: #013671 !important;
    font-weight: 600;
    font-size: 30px
}

.new3 h2 {
    font-size: 44px;
    color: #ff4500 !important;
    font-weight: 600
}

@media (min-width:768px) {
    .omb_row-sm-offset-3 div:first-child[class*=col-] {
        margin-left: 25%
    }
}

.dark_color_new {
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%
}

@media (max-width:768px) {
    .leadinf_box {
         position: relative; 
        top: 10px;
        left: 10px;
        width: 95%;
        height: auto;
        z-index: 99;
    }
    input.contact_top_input {
        border:1px solid red;
        border-radius:50px;
        text-align: center !important
    }
    .text-hr::before {
        flex: 1;
        background: linear-gradient(to right, transparent, rgba(11, 80, 158, 0.28), #5E0914);
        content: "";
        height: 1px
    }
    .text-hr::after {
        flex: 1;
        background: linear-gradient(to right, #5E0914, rgba(11, 80, 158, 0.28), transparent);
        content: "";
        height: 1px
    }
    .text-hr__text {
        padding:0px 15px;
    }
    .foo_ter {
        width: auto;
        padding: 0 !important
    }

    .footer-widget-heading ul {
        width: 50%
    }

    .fs-30 {
        font-size: 20px !important;
        line-height: 1.7
    }

    .portfolio-mf .col-md-4 {
        margin-bottom: 20px
    }

    .Institution .nav-item2 {
        justify-content: center;
        display: flex
    }

    .new_it {
        border-top: 1px solid;
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, transparent, rgba(11, 80, 158, .28), transparent)
    }

    .Institution {
        background-color: #eceff1;
        border: none !important;
        display: block;
        justify-content: space-between;
        letter-spacing: 1.5px;
        padding: 6px 0;
        border-radius: 6px;
        box-shadow: inset 2px 2px 2px 0 rgb(255 255 255 / 50%), 7px 7px 20px 0 rgb(0 0 0 / 10%), 4px 4px 5px 0 rgb(0 0 0 / 10%)
    }

    .xy_100 {
        padding: 20px 0
    }

    .ul_padding {
        padding-left: 0;
        line-height: 2;
        list-style-type: square
    }

    .new3 h5 {
        font-size: 16px;
        color: #013671 !important;
        font-weight: 600
    }

    .new3 {
        margin-bottom: 20px
    }

        .new3 h2 {
            font-size: 24px;
            color: #ff4500 !important;
            font-weight: 600
        }

    .new2 h2 {
        font-size: 20px !important
    }

    #agency p {
        text-align: justify !important
    }

    #btnClose {
        color: red !important;
        position: absolute;
        top: 0;
        right: 20px;
        z-index: 9999 !important
    }

    .chat-widget--icon path {
        fill: #fff !important
    }

    .pms_about.p-0.text-center.text_change {
        text-align: justify !important
    }

    .dark_slider_seo2.p-5 {
        padding: 15px !important
    }

    .positi_on .show_mob.mr-3 {
        margin-right: 0 !important;
        margin-bottom: 10px
    }

    .positi_on .show_mob.ml-3 {
        margin-left: 0 !important;
        margin-bottom: 10px
    }

    .positi_on {
        display: block
    }

    .new_feat {
        margin-top: 80px !important
    }

    .feature_img {
        width: 100%;
        height: 100%
    }

        .feature_img img {
            width: 100%;
            height: 200px;
            padding: 15px 0
        }

    .feature_box {
        font-size: 14px !important;
        padding: 0 !important
    }

    .services-item {
        max-height: 350px;
        min-height: 250px
    }

    .Expertise {
        border-top: 1px solid;
        border-image: linear-gradient(to right, transparent, #1abc9c, transparent) .5;
        padding: 40px 10px
    }

    .new_header {
        font-weight: 600;
        font-family: 'Crimson Pro', serif;
        letter-spacing: 1.5px;
        color: #013671 !important;
        font-size: 20px
    }

    #bg-services21 {
        right: 0;
        top: 150px;
        position: absolute
    }

    .connect_wh_button3 {
        color: #fff !important;
        background: linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
        border-radius: 12px 0 0 12px;
        width: 275px;
        margin-left: auto;
        margin-top: 20px;
        right: -200px;
        bottom: -50px;
        z-index: 99;
        padding: 12px 20px;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
    }

    .connect_wh_button2 {
        background: linear-gradient(45deg, #3ac5c8 1%, #0b509e 100%);
        border-radius: 12px 0 0 12px;
        width: 240px;
        margin-left: auto;
        bottom: 0;
        padding: 8px 20px;
        filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
        z-index: 99
    }

    .padd_style {
        padding: 15px
    }

    .col-xs-4 {
        width: 45%
    }

    .col-xs-8 {
        width: 55%
    }

    .footer_container {
        padding: 0 15px !important
    }

    .col-xs-12 {
        width: 100%
    }

    .col-md-6.col-lg-6.col-sm-6.p-4 .why_p {
        text-align: center !important
    }

    #features .container .d-flex.justify-content-center.pt-4 {
        display: block !important
    }

        #features .container .d-flex.justify-content-center.pt-4 .mx-3.show_mob {
            margin-bottom: 10px
        }

    .why_choose h2 {
        font-weight: 800;
        text-align: center;
        font-size: 25px;
        color: #013671;
        line-height: 1.7;
        font-family: 'Crimson Pro', serif;
        text-transform: capitalize
    }

    #bg-services2 {
        right: 0;
        top: 10px;
        position: absolute
    }

    #bg-services7 {
        right: 0;
        position: absolute
    }

    .new-section-padding {
        padding: 20px 0 !important
    }

    .mb-lg-3 {
        margin-bottom: 0
    }

    .counter i {
        margin-right: 0;
        padding: 10px 30px;
        font-size: 30px !important
    }

    .counter {
        text-align: center;
        padding: 15px;
        display: block;
        align-items: center
    }

    .section-title h2 {
        font-family: 'Crimson Pro', serif;
        font-size: 22px !important;
        font-weight: 600;
        line-height: 1.7;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-transform: capitalize;
        color: #013671
    }

    .container.why_mragin .row .col-md-6 .d-flex.mt-4 {
        display: block !important
    }

        .container.why_mragin .row .col-md-6 .d-flex.mt-4 .show_mob.mr-3 {
            margin-right: 0 !important;
            margin-bottom: 10px
        }

        .container.why_mragin .row .col-md-6 .d-flex.mt-4 .show_mob.ml-3 {
            margin-left: 0 !important;
            margin-bottom: 30px
        }

    .form-v1-content .modal_left_side p {
        text-align: left !important
    }

    .img_fluid_new {
        position: unset !important;
        top: 10px;
        z-index: 5;
        left: 10px;
        width: 100%;
        height: unset
    }

    .img_fluid_new_index {
        top: 10px;
        z-index: 5;
        left: 10px;
        width: 100%;
        height: unset
    }

    #new_blog_index svg {
        z-index: 2;
        position: unset !important
    }

    .new_pos .show_mob {
        margin: 20px
    }

    .new_pos {
        padding-top: 0;
        display: block;
        justify-content: center
    }

    .orange_circle {
        margin-top: 16px !important;
        margin-right: 5px
    }

    .custom_btn_new {
        min-width: 250px;
        height: 40px;
        color: #fff;
        border-radius: 25px
    }

    .gst_main {
        margin-bottom: 0;
        font-size: 22px
    }

    .show_mob {
        display: flex;
        justify-content: center
    }

    .log_in_form {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        width: 100%
    }

    .full_form {
        padding: 25px !important;
        margin-bottom: 20px !important
    }
}

.log_in_form {
    padding-top: 60px;
    width: 100%;
    min-height: 100vh
}

.omb_login .omb_authTitle {
    text-align: center;
    line-height: 300%
}

.full_form {
    box-shadow: -6px -6px 20px rgba(255, 255, 255, 1), 6px 6px 20px rgba(0, 0, 0, .1);
    padding-bottom: 60px;
    padding-top: 60px;
    border-radius: 15px
}

.omb_login .omb_socialButtons a {
    color: #fff
}

    .omb_login .omb_socialButtons a:hover {
        color: #fff;
        opacity: 1
    }

.omb_login .omb_socialButtons .omb_btn-facebook {
    background: #3b5998
}

.omb_login .omb_socialButtons .omb_btn-twitter {
    background: #00aced
}

.omb_login .omb_socialButtons .omb_btn-google {
    background: #c32f10
}

.omb_login .omb_loginOr {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: .5em;
    padding-bottom: .5em
}

    .omb_login .omb_loginOr .omb_hrOr {
        background-color: #cdcdcd;
        height: 1px;
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .omb_login .omb_loginOr .omb_spanOr {
        display: block;
        position: absolute;
        left: 50%;
        top: -.6em;
        margin-left: -1.5em;
        background-color: #fff;
        width: 3em;
        text-align: center
    }

.omb_login .omb_loginForm .input-group.i {
    width: 2em
}

.omb_login .omb_loginForm .help-block {
    color: red
}

@media (min-width:768px) {
    .omb_login .omb_forgotPwd {
        text-align: right;
        margin-top: 10px
    }
}

.wra_pper {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    width: 300px;
    height: 400px;
    background: #fff;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0;
    transform: scale(.95);
    transition: box-shadow .5s, transform .5s
}

    .wra_pper:hover {
        transform: scale(1);
        box-shadow: 5px 20px 30px rgba(0, 0, 0, .2)
    }

    .wra_pper .container {
        width: 100%;
        height: 100%
    }

        .wra_pper .container .top {
            height: 80%;
            width: 100%
        }

            .wra_pper .container .top img {
                height: 100%;
                width: 100%
            }

        .wra_pper .container .bottom {
            width: 200%;
            height: 20%;
            transition: transform .5s
        }

            .wra_pper .container .bottom.clicked {
                transform: translateX(-50%)
            }

            .wra_pper .container .bottom h1 {
                margin: 0;
                padding: 0
            }

            .wra_pper .container .bottom p {
                margin: 0;
                padding: 0
            }

            .wra_pper .container .bottom .left {
                height: 100%;
                width: 50%;
                background: #ddd;
                position: relative;
                float: left
            }

                .wra_pper .container .bottom .left .details {
                    padding: 20px;
                    float: left;
                    width: calc(70% - 40px)
                }

                .wra_pper .container .bottom .left .buy {
                    float: right;
                    width: calc(30% - 2px);
                    height: 100%;
                    background: #f1f1f1;
                    transition: background .5s;
                    border-left: solid thin rgba(0, 0, 0, .1)
                }

                    .wra_pper .container .bottom .left .buy i {
                        font-size: 30px;
                        padding: 30px;
                        color: #254053;
                        transition: transform .5s
                    }

                    .wra_pper .container .bottom .left .buy:hover {
                        background: #a6cdde
                    }

                        .wra_pper .container .bottom .left .buy:hover i {
                            transform: translateY(5px);
                            color: #00394b
                        }

            .wra_pper .container .bottom .right {
                width: 50%;
                background: #a6cdde;
                color: #fff;
                float: right;
                height: 200%;
                overflow: hidden
            }

                .wra_pper .container .bottom .right .details {
                    padding: 20px;
                    float: right;
                    width: calc(70% - 40px)
                }

                .wra_pper .container .bottom .right .done {
                    width: calc(30% - 2px);
                    float: left;
                    transition: transform .5s;
                    border-right: solid thin rgba(255, 255, 255, .3);
                    height: 50%
                }

                    .wra_pper .container .bottom .right .done i {
                        font-size: 30px;
                        padding: 30px;
                        color: #fff
                    }

                .wra_pper .container .bottom .right .remove {
                    width: calc(30% - 1px);
                    clear: both;
                    border-right: solid thin rgba(255, 255, 255, .3);
                    height: 50%;
                    background: #bc3b59;
                    transition: transform .5s, background .5s
                }

                    .wra_pper .container .bottom .right .remove:hover {
                        background: #9b2847
                    }

                        .wra_pper .container .bottom .right .remove:hover i {
                            transform: translateY(5px)
                        }

                    .wra_pper .container .bottom .right .remove i {
                        transition: transform .5s;
                        font-size: 30px;
                        padding: 30px;
                        color: #fff
                    }

                .wra_pper .container .bottom .right:hover .done,
                .wra_pper .container .bottom .right:hover .remove {
                    transform: translateY(-100%)
                }

.animated_card li {
    line-height: 2 !important
}

.wra_pper .inside {
    z-index: 1;
    background: #92879b;
    opacity: .8;
    width: 140px;
    height: 140px;
    position: absolute;
    top: -70px;
    right: -70px;
    border-radius: 0 0 200px 200px;
    transition: all .5s, border-radius 2s, top 1s;
    overflow: hidden
}

    .wra_pper .inside .icon {
        position: absolute;
        right: 85px;
        top: 85px;
        color: #fff;
        opacity: 1
    }

    .wra_pper .inside:hover {
        width: 100%;
        right: 0;
        top: 0;
        border-radius: 0;
        height: 80%
    }

        .wra_pper .inside:hover .icon {
            opacity: 0;
            right: 15px;
            top: 15px
        }

        .wra_pper .inside:hover .contents {
            opacity: 1;
            transform: scale(1);
            transform: translateY(0)
        }

    .wra_pper .inside .contents {
        padding: 5%;
        opacity: 0;
        transform: scale(.5);
        transform: translateY(-200%);
        transition: opacity .2s, transform .8s
    }

        .wra_pper .inside .contents table {
            text-align: left;
            width: 100%
        }

        .wra_pper .inside .contents h1,
        .wra_pper .inside .contents p,
        .wra_pper .inside .contents table {
            color: #fff
        }

        .wra_pper .inside .contents p {
            font-size: 13px
        }

.testim {
    margin-top: 130px;
    width: 100%;
    height: 300px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%)
}

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 20px 0
    }

    .testim .cont div p {
        font-size: .9em;
        text-align: center !important;
        word-spacing: .2em;
        color: #2c5364;
        line-height: 2;
        width: 80%;
        margin: auto;
        min-height: 100px;
        font-family: Verdana, Geneva, Tahoma, sans-serif !important
    }

    .testim .arrow {
        display: block;
        position: absolute;
        color: #eee;
        cursor: pointer;
        font-size: 2em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222
    }

        .testim .arrow:before {
            cursor: pointer
        }

        .testim .arrow:hover {
            color: #ea830e
        }

        .testim .arrow.left {
            left: 10px
        }

        .testim .arrow.right {
            right: 10px
        }

    .testim .dots {
        text-align: center;
        width: 100%;
        display: block;
        z-index: 3333;
        height: 12px
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #eee;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #ea830e;
                border-color: #ea830e
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards
            }

    .testim .cont {
        position: relative;
        overflow: hidden
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 70px;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0
        }

            .testim .cont > div.inactive {
                opacity: 1
            }

            .testim .cont > div.active {
                position: relative;
                opacity: 1
            }

        .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%
        }

        .testim .cont div h2 {
            color: #ea830e;
            font-size: 1.2em;
            margin: 15px 0;
            font-weight: 600
        }

        .testim .cont div h5 {
            color: #0026ff;
            font-size: .8em;
            margin: 15px 0
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -webkit-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -webkit-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -moz-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -moz-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -ms-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -ms-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -ms-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0 0 0 0 #eee;
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        -o-box-shadow: 0 0 10px 5px #eee;
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        -o-box-shadow: 0 0 10px 5px #ea830e;
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        -o-box-shadow: 0 0 0 0 #ea830e;
        box-shadow: 0 0 0 0 #ea830e
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0 0 0 0 #eee
    }

    35% {
        box-shadow: 0 0 10px 5px #eee
    }

    70% {
        box-shadow: 0 0 10px 5px #ea830e
    }

    100% {
        box-shadow: 0 0 0 0 #ea830e
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 0;
        transform: translateY(-100%)
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(0)
    }
}

@media all and (max-width:300px) {
    body {
        font-size: 14px
    }
}

@media all and (max-width:500px) {
    .testim .arrow {
        font-size: 1.5em
    }

    .testim .cont div p {
        line-height: 25px
    }
}

.p_font {
    font-weight: 600
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block
}

.pro_ducts {
    width: 300px
}

.navbar-light .navbar-nav .nav-link {
    color: #fff
}

.top-header {
    display: flex;
    align-items: center;
    color: #0f3460 !important
}

    .top-header h5 {
        font-weight: 700;
        margin-right: 15px;
        letter-spacing: .5px
    }

.touch1 {
    display: flex
}

.top-header a {
    color: #000;
    display: flex;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    width: 110px
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 90px;
    top: -10px
}

.arrow-up2 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, .4);
    position: absolute !important;
    left: 20px !important;
    top: -2px !important;
    z-index: 2
}

.navbar_light .navbar-nav li.nav-item {
    padding: 15px;
    font-size: 13px
}

.lgocard_fa {
    color: #000 !important;
    width: unset !important
}

.logo-container.hasInfoCard {
    position: relative
}

    .logo-container.hasInfoCard:before {
        width: 98px;
        height: 35px;
        right: 100%;
        margin-right: 20px;
        top: 20px;
        position: absolute
    }

.boxed .logo-container.hasInfoCard:before {
    display: none
}

.logo-container .logo-infocard {
    background-color: #fff !important;
    position: absolute;
    top: 50px;
    left: 0;
    margin-top: 20px;
    width: 500px;
    padding: 10px 10px 0 10px;
    border-radius: 6px;
    display: block;
    visibility: hidden;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-backface-visibility: hidden;
    z-index: 999999999999999999999999999999 !important;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%)
}

.logo-container:hover .site-logo + .logo-infocard {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 2
}

.contact-details .phone-number:hover {
    zoom: 120%;
    cursor: pointer
}

.logo-infocard,
.logo-infocard a {
    color: #000 !important;
    font-weight: 400;
    line-height: 1.6
}

    .logo-infocard a:hover {
        color: #1e90ff
    }

    .logo-infocard p:last-child {
        margin-bottom: 0
    }

    .logo-infocard .social-icons {
        margin-left: 0;
        padding-left: 0
    }

        .logo-infocard .social-icons li {
            margin: 0
        }

            .logo-infocard .social-icons li.title {
                margin-right: 10px;
                font-size: 15px
            }

            .logo-infocard .social-icons li a {
                background-color: transparent;
                box-shadow: none
            }

                .logo-infocard .social-icons li a:hover {
                    opacity: .7
                }

.nav_bg {
    background-color: #489ee4
}

.lo-go {
    display: flex;
    height: 60px;
    width: auto
}

.logo-dropbtn {
    background-color: transparent;
    border: none !important
}

.logo-card {
    width: auto;
    height: auto
}

.logo-card-img img {
    width: 100%;
    max-height: 130px
}

.logo-on-hover {
    color: #092754;
    position: relative;
    width: 500px;
    border-radius: 7px;
    background: #d3c5d4 !important;
    padding: 7px 7px 0 7px;
    font-family: Montserrat, sans-serif;
    z-index: 1111
}

.logo-on-hover-left-tagline {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #758dad
}

.logo-on-hover-right-adr {
    font-size: 12.5px;
    line-height: 1.5;
    font-weight: 500;
    color: #777
}

.logo-card-content ul li {
    list-style-type: none;
    font-size: 15px
}

#menu-main-menu li > a[href="#"] {
    cursor: pointer;
    padding: 5px 0;
    min-width: 115px
}

.navbar_tog {
    border-color: #fff !important
}

.navbar_tog_icon {
    background-color: #fff !important
}

.dropdown-item {
   
    transition: .3s linear
}
.main_menu.home_menu.hidden-sm.sticky .arrow-up2 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eee;
    position: absolute !important;
    left: 20px !important;
    top: -2px !important;
    z-index: 2;
}
.item_new:hover {
    letter-spacing: unset !important
}

.dropdown-item:hover {
    /*border-left: 2px solid green;*/
    color: #013671 !important;
    text-shadow: 0px 0px 10px rgb(22 199 255 / 50%) !important letter-spacing: 1.5px;
}

.comparecontainer_d_2 h5 {
    font-size: 13px
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff !important;
    border-bottom: 2px solid red
}

.navbar_light .navbar-nav .nav-link {
    font-weight: 600;
    border-bottom: 2px solid transparent
}

.list {
    margin: 0 10px
}

.item {
    color: #fff
}

.-link {
    border-bottom: 2px solid transparent
}

.marquee-text-top {
    display: flex;
    align-items: center
}

.marquee-text {
    font-size: 12px
    /*color: #568203 !important*/
}

.marquee-text2 {
    font-size: 12px;
    font-weight: 500;
    color: red
}

.navbar_border1 > .list > .item.-link.-active,
.navbar_border1 > .list > .item.-link:hover {
    color: green;
    border-bottom-color: red;
    text-decoration: none
}

.navbar_border1 > .list > .item.-link:focus {
    color: green;
    border-bottom: 2px solid red;
    text-decoration: none
}

.more_dark {
    background-color: red !important;
    opacity: .8
}

.dark_slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/overlay-pattern.png) #000000;
    opacity: 0.5
}

.only_integrated_text {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    color: #2c5364
}

.only_integrated_text2 {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    color: #fff;
    font-weight: 400
}

.gst-integrated2 {
    display: flex;
    align-items: center;
    position: absolute;
    top: -125px;
    right: 0px;
    border-top: 3.5px solid #013671;
    display: flex;
    padding: 8px 30px 8px 15px;
    border-radius: 0 0 0 0;
    background-color: #013671;
    /*background-image: -webkit-linear-gradient( 136deg, #39C2C7 0, #33B4C2 100%);*/
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600
}

.gst-integrated {
    display: flex;
    align-items: center;
    position: relative;
    display: flex;
    padding: 8px 15px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f69338 0, #f5f245 100%);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600
}

.corp_login_fa {
    color: #0f3460 !important;
    width: unset !important;
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.gst-integrated:hover {
    text-decoration: none;
    color: #ff4500 !important
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.high_q {
    color: #ea830e;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px
}

.high_p {
    color: #a9a9a9;
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    font-size: 14px !important
}

.high_qq {
    color: #aed2bc;
    font-size: 17px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 0 !important;
    padding-top: 0 !important
}

.graph_img {
    cursor: pointer
}

.feat_1 {
    display: flex;
    align-items: center
}

.feat_img {
    padding: 15px;
    border-radius: 50%;
    background-color: #aed2bc;
    font-size: 20px;
    color: #fff;
    font-weight: 900
}

.feat_content {
    font-size: 22px;
    color: #92e8eb;
    font-weight: 900
}

@keyframes spin {
    0% {
        transform: rotateY('0deg')
    }

    100% {
        transform: rotateY('360deg')
    }
}

.mb_5 {
    margin-bottom: 10px
}

.for_right_border_inside img {
    width: 50px;
    height: 50px
}

for_right_border_inside {
    display: flex !important;
    align-items: center !important
}

.for_right_border {
    background: #0f2027;
    background: -webkit-linear-gradient(to right, #0f2027, #203a43, #2c5364);
    background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    padding: 10px
}

.for_right_border_reverse {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
    padding: 20px
}

    .for_right_border_reverse:hover {
        background: #0f2027;
        background: -webkit-linear-gradient(to right, #2c5364, #203a43, #0f2027);
        background: linear-gradient(to right, #2c5364, #203a43, #0f2027);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
        -webkit-transition: box-shadow .4s ease-in-out;
        text-decoration: none;
        transform: scale(1.05);
        transition: .3s all linear;
        cursor: pointer;
        z-index: 111111111111111111111 !important
    }

.footer-widget-heading7 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.pro_ducts li a {
    color: #000;
    padding: 10px 5px 1px 10px !important;
    text-decoration: none;
    display: block
}

.pro_ducts li {
    vertical-align: middle
}

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown:hover .dropdown-content {
    display: block
}

.animate-border {
    position: relative;
    display: block;
    width: 60px;
    height: 2px;
    background: #ff5e14;
    border-radius: 2px
}

    .animate-border:after {
        position: absolute;
        content: "";
        width: 25px;
        height: 2px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite
    }

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(58px);
        transform: translateX(58px)
    }
}

.animate-border.border-white:after {
    border-color: #fff
}

.navbar > .list > .item.-link.-active,
.navbar > .list > .item.-link:hover {
    color: #f57a7a;
    border-bottom-color: #f57a7a;
    text-decoration: none
}

.navbar > .list > .item.-link:focus {
    color: red;
    border-bottom-color: red;
    text-decoration: none;
    transition-delay: .5s
}

.slider-section {
    z-index:99;
    position: relative
}

.carousel-inner img {
    width: 100%;
    height: 85vh
}

.slider-indicater li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    font-size: 2px !important;
    z-index: 1 !important
}

.slider-next,
.slider-prev {
    position: absolute;
    top: 45%;
    bottom: 45%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

.extra-buttons a {
    font-size: 11px;
    font-weight: 400;
    border-radius: 4px;
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2));
    letter-spacing: .1em
}

.header_text_update {
    font-size: 1.9em;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #640178
}

.heading3_after_text {
    font-size: 25px;
    color: #000 !important;
    font-weight: 800
}

.adv_heading {
    font-size: 1.1em;
    font-weight: 700;
    color: #000
}

.pms_about4 {
    line-height: 1.8 !important;
    color: #abacae !important;
    font-size: .9em !important;
    padding: 10px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.pms_about6 {
    text-align: justify;
    line-height: 1.8;
    color: #abacae;
    font-size: .7em;
    padding: 10px
}

.find_out_more {
    display: flex;
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid red;
    width: 160px;
    color: red;
    margin-left: 10px
}

.find_out_more2 {
    display: flex;
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid red;
    width: 125px;
    color: red;
    margin-left: 10px
}

.find_out_more3 {
    display: flex;
    padding: 5px 8px;
    border-radius: 4px;
    border: 1px solid #fff;
    width: 130px;
    color: #fff;
    margin-left: 10px;
    font-size: 14px
}

.pms_margin {
    margin-top: 30px
}

.t3 {
    text-transform: uppercase;
    position: relative
}

.t4 {
    font-style: justify;
    position: relative
}

.brd {
    border-bottom: 1px #9bd9fb solid;
    width: 100%;
    min-height: 20px;
    position: relative;
    margin-bottom: 15px
}

.section_bg5 {
    background-color: #2196f3
}

.section_bg6 {
    background-color: #2196f3;
    -webkit-box-shadow: 0 0 16px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 16px -4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .75)
}

.section_bg8 {
    background-color: #2196f3
}

.box_shadow {
    -webkit-box-shadow: 0 4px 5px -4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 4px 5px -4px rgba(0, 0, 0, .75);
    box-shadow: 0 4px 5px -4px rgba(0, 0, 0, .75)
}

.frm_inpt {
    border-radius: 0;
    margin-bottom: 7px;
    border: 0;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    .frm_inpt::placeholder {
        color: #555
    }

.frm_inpt2 {
    border-radius: 0;
    margin-bottom: 7px;
    border: 0;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

    .frm_inpt2::placeholder {
        color: #555
    }

.frm_inpt3 {
    border-radius: 0;
    margin-bottom: 7px;
    border: 1px #ededed solid;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 45px;
    margin-bottom: 5px
}

    .frm_inpt3::placeholder {
        color: #555
    }

.zone_btn {
    border-radius: 0;
    border: 0;
    background-color: #ff9700;
    color: #fff;
    width: 100%;
    min-height: 45px;
    font-weight: 600
}

.frm_inpt_btn {
    border-radius: 0;
    border: 0;
    background-color: #ff9700;
    color: #fff;
    width: 100%;
    min-height: 35px;
    font-weight: 600
}

.frm_search_btn {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    color: #555;
    height: 34px;
    line-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    width: 100%
}

.frm_file {
    border-radius: 0;
    border: 0;
    background-color: #fff;
    color: #555;
    height: 34px;
    line-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    width: 100%
}

.column_pd {
    padding-right: 50px;
    position: relative
}

.sale_page {
    width: 70%;
    margin: 0 auto
}

.check_box {
    width: 15px;
    height: 15px;
    border: none
}

.form_icon {
    position: absolute;
    top: 85px;
    left: 0
}

.faq_frm_inpt {
    border-radius: 0;
    border: 1px #bebebe solid;
    min-height: 32px;
    font-size: 13px;
    background-color: #f5f5f5;
    height: 36px
}

.faq_search_btn {
    border-radius: 0;
    border: 1px #de9937 solid;
    font-size: 13px;
    font-weight: 600;
    height: 37px;
    width: 100%;
    color: #000;
    line-height: 15px
}

.pd_right {
    padding-right: 60px
}

.padd_space {
    padding-top: 70px
}

.padd_space2 {
    padding-top: 60px
}

.padd_space3 {
    padding-top: 100px
}

.colr_text {
    color: #0f1931
}

.img_boxshadow {
    -webkit-box-shadow: -29px 29px 0 -14px rgba(221, 221, 221, 1);
    -moz-box-shadow: -29px 29px 0 -14px rgba(221, 221, 221, 1);
    box-shadow: -29px 29px 0 -14px rgba(221, 221, 221, 1)
}

.img_boxshadow2 {
    -webkit-box-shadow: 29px 29px 0 -14px rgba(221, 221, 221, 1);
    -moz-box-shadow: 29px 29px 0 -14px rgba(221, 221, 221, 1);
    box-shadow: 29px 29px 0 -14px rgba(221, 221, 221, 1)
}

.round_plus {
    width: 39px;
    height: 39px;
    position: relative;
    background: url(images/round_plus.png)
}

.chose_file {
    padding-top: 6px;
    padding-left: 5px
}

.download_section {
    width: 85%;
    margin: auto
}

.box_for_product {
    display: flex
}

.foo_ter {
    width: auto;
    padding: 10px
}

.foo_ter2 {
    width: auto;
    padding: 10px
}

.foo_ter3 {
    width: auto;
    padding: 10px
}

#footer {
    background: #030d26;
    padding: 60px 0 20px;
    color: #d5d5d5;
    border-top: 0 solid #fff;
    position: relative;
    font-family: Arial, Helvetica, sans-serif
}

    #footer a {
        color: #818693;
        display: block;
        width: 100%;
        line-height: 1.8
    }

        #footer a:hover {
            color: #fff
        }

    #footer .m_title {
        font-size: 14px;
        color: #fff;
        text-shadow: none
    }

    #footer .menu {
        margin: 0;
        padding: 0;
        list-style: none
    }

.scfooter-icon-nocolor {
    background-color: #121212
}

#footer .m_title {
    display: inline-block !important
}

    #footer .m_title::after {
        content: '';
        border-bottom: 1px solid red;
        width: 50px;
        display: block;
        padding-top: 7px
    }

.get_in_touch {
    border-right: 1px solid silver;
    padding-left: 10px
}

.media-container.media-container--type-pb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, .2) 0 6px 12px
}

.media-container-2.media-container--type-pb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    border-radius: 15px;
    height: 140px;
    padding: 15px 10px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 30px 0 rgb(0 42 106 / 10%)
}

.marquee-text2 {
    font-size: 12px;
    font-weight: 500;
    color: red;
    padding-bottom: 8px
}

.media-container-pb {
    width: calc(100% - 10px);
    margin: 10px 10px
}

    .media-container-pb.media-container-pb--alg-top {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .media-container-pb.media-container-pb--alg-center {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .media-container-pb.media-container-pb--alg-bottom {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

.footer-section {
    margin-top:80px;
    font-family: 'Varela Round', sans-serif;
    padding: 30px 0 0 0;
    position: relative;
    z-index: 999999
}

#totop.show {
    right: 70px;
    opacity: .7;
    z-index: 99999999999999999999999999
}

.footer_container {
    padding: 0 40px
}

.single-cta i {
    color: #ff4500;
    font-size: 30px;
    float: left;
    margin-top: 8px
}

.flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap
}

.flexcard {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    height: auto;
    border-radius: 20px
}

.flexcardNumber {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 10px 0;
    border-radius: 0 50px 50px 0;
    font-family: Jost, sans-serif;
    color: #fff;
    text-shadow: 0 3px 5px #000;
    font-weight: 500;
    font-size: 20px;
    position: relative
}

.flexcardTitle {
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400
}

.flexcardText {
    font-family: Jost, sans-serif;
    text-align: left;
    font-weight: 300
}

.flexcardNumber:before {
    content: '';
    width: 34px;
    height: 90px;
    position: absolute;
    left: -33px;
    top: 0;
    border-radius: 50px 0 0 50px;
    z-index: -1;
    background: -moz-linear-gradient(bottom, #95b7a2, #aed2bc)
}

.flexcardNumber:after {
    content: '';
    width: 25px;
    height: 40px;
    position: absolute;
    left: -25px;
    bottom: -40px;
    border-radius: 50px 0 0 50px;
    z-index: -1
}

.flex {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 10px auto
}

.description {
    margin: 0 20px;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

img.flexcardimgItem {
    width: 50%
}

.flexcardGreen {
    background: #f9fbfa;
    box-shadow: 4px 4px 4px #aed2bc
}

.flexcardBlue {
    background: #f7ffff;
    box-shadow: 4px 4px 4px #92e8eb
}

.flexcardNumberGreen {
    background: #fcfcfc;
    background: -webkit-linear-gradient(right, #fcfcfc, #aed2bc);
    background: -moz-linear-gradient(right, #fcfcfc, #aed2bc);
    background: linear-gradient(to left, #fcfcfc, #aed2bc);
    box-shadow: 0 2px 2px #aed2bc
}

.flexcardNumberBlue {
    background: #fdfffe;
    background: -webkit-linear-gradient(right, #fdfffe, #92e8eb);
    background: -moz-linear-gradient(right, #fdfffe, #92e8eb);
    background: linear-gradient(to left, #fdfffe, #92e8eb);
    box-shadow: 0 2px 2px #92e8eb
}

    .flexcardNumberBlue:before {
        background: #92e8eb
    }

    .flexcardNumberBlue:after {
        background: #71bdbf
    }

.flexcardNumberGreen:before {
    background: #aed2bc
}

.flexcardNumberGreen:after {
    background: #95b7a2
}

.cta-text {
    padding-left: 15px;
    display: inline-block
}

.hg_section img {
    margin-top: 100px
}

#services.section-padding {
    padding: 30px 0 !important
}

.m_title {
    font-weight: 800;
    font-family: 'Crimson Pro', serif;
    letter-spacing: 1.5px;
    color: #013671 !important;
    margin-bottom: 20px;
    font-size: 25px
}

.hg_section {
    padding-top: 100px;
    padding-bottom: 25px
}

.hg_section2 {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #add8e6 !important
}

.hg_section--relative {
    position: relative
}

.hg_section--masked {
    padding-bottom: 55px
}

.hg_section__source + .hg_section_size {
    position: relative
}

.kl-bg-source + .hg_section_size {
    position: relative
}

.hg_section.bg-white {
    background-color: #fff !important
}

.hg_section2 {
    background-color: #fff !important
}

.testi {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding-top: 50px !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

.policy_sub_heading {
    font-weight: 600;
    font-family: Poppins, Arial, sans-serif !important;
    letter-spacing: 1.5px;
    line-height: 1.7;
    color: #013671 !important;
    font-size: 22px
}

.policy__title {
    margin-top: 80px;
    font-weight: 800;
    font-family: Poppins, Arial, sans-serif !important;
    letter-spacing: 1.5px;
    line-height: 1.7;
    color: #013671 !important;
    font-size: 25px
}

.hg_section_wc {
    padding-top: 25px;
    padding-bottom: 25px
}

.cta-text h4 {
    color: #fff;
    font-size: 20px
}

.cta-text2 {
    background-color: #202020;
    height: 110px;
    width: 100%;
    border-radius: 5px
}

.rtry h4 {
    line-height: 1.4 !important
}

.h_r {
    background-color: rgba(0, 0, 0, .1) !important;
    height: .5px
}

.h_r2 {
    background-color: rgba(238, 238, 238, .38) !important;
    margin: 10px 0 40px 0
}

.cta-text p {
    color: #6f8ba4;
    font-size: 14px
}

.cta-text span {
    color: #6f8ba4;
    font-size: 14px
}

    .cta-text span a {
        padding-left: 0;
        color: #f0fff0;
        font-size: 14px;
        color: #6f8ba4
    }

.footer-widget ul li a {
    color: #6f8ba4
}

.footer_logo p {
    font-size: 11.1px
}

.footer_logo img {
    padding: 5px 0
}

.footer-widget ul li a:hover {
    color: #fff
}

.cta-text span a:hover {
    color: #fff
}

.footer-content {
    position: relative;
    z-index: 0;
    padding-top: 30px
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%
}

.footer-logo {
    margin-bottom: 30px
}

.footer-text p {
    font-size: 14px;
    color: #f0fff0;
    line-height: 20px
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 20px
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 5px
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50% !important
}

.facebook-bg {
    background: #3b5998
}

.twitter-bg {
    background: #55acee
}

.google-bg {
    background: #dd4b39
}

.linkedin-bg {
    background: #bb7705
}

.android-bg {
    background-color: green
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative
}

.footer-widget-heading2 h2 {
    color: #151414;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative
}

.footer-widget-heading3 h2 {
    font-size: 34px !important;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative
}

.tbk__subtitle {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.7;
    color: #d3d3d3
}

.tbk__subtitle2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000 !important
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14
}

.footer-widget-heading2 h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14
}

.heading3_after_text::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 2px;
    width: 50px;
    background: #ff5e14
}

.footer-widget-heading3 h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 2px;
    width: 50px;
    background: #ff5e14
}

.kl-title-block {
    padding-top: 0;
    padding-bottom: 20px
}

.kl-title-block2 {
    padding-top: 0;
    padding-bottom: 8px
}

.abou_t_img img {
    width: 100%;
    height: 240px;
    border-radius: 8px
}

.abou_t_us {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.7
}

.footer-widget2 ul li {
    width: 200px
}

.footer-widget ul li::after {
    float: right !important;
    line-height: 1.7
}

.footer-widget ul li::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #ff4500;
    float: left;
    display: inline-block;
    text-rendering: auto;
    width: 10px;
    height: 30px
}

.footer-widget ul li {
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    margin-bottom: 12px
}

    .footer-widget ul li:hover {
        color: #ff4500 !important
    }

.footer-widget-heading i {
    color: #ff4500
}

.footer-widget ul li a {
    transition: .3s;
    padding-left: 0;
    font-size: 13px;
    text-transform: capitalize
}

.subscribe-form {
    position: relative;
    overflow: hidden
}

    .subscribe-form input {
        width: 100%;
        padding: 10px 20px;
        background: #2e2e2e;
        border: 1px solid #2e2e2e;
        color: #fff;
        border-radius: 8px
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #ff5e14;
        padding: 10px 18px;
        border: 1px solid #ff5e14;
        top: 0;
        border-radius: 0 8px 10px 0
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg)
        }

.copyright-area {
    background: #202020;
    padding: 25px 0
}

.copyright-text2 {
    background-color: #012752 !important;
    color: #eee !important;
    padding: 10px;
    font-size: 12px;
    margin-top: 10px;
    z-index: 9999999999999999999999 !important
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787
}

.copyright-text2 span a {
    color: #ff5e14 !important;
    font-size: 14px !important;
    padding: 8px !important
}

.single-cta.d-flex .cta-text p {
    text-align: left !important
}

.copyright-text p a {
    color: #fec714
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px
}

    .footer-menu li:hover a {
        color: #ff5e14
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787
    }

.for_only_container {
    /*background-image: radial-gradient(circle at 60% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%);*/
    padding: 8px 30px
}

.marqurr {
    font-size: 12px;
    padding: 5px 20px;
    border-right: 1px solid #36080F;
    display: flex;
    align-items: center
}

.marqurr2 {
    font-size: 12px;
    padding: 5px 20px;
    align-items: center;
    display: flex
}

    .marqurr2 .i_con {
        font-size: 30px;
    }

.marqurr .i_con {
    font-size: 30px;
}

.dropdown .dropdown-menu .only_for_edu:hover .for_edu {
    visibility: visible !important;
    height: 200px;
    width: 200px
}

.for_edu {
    visibility: hidden
}

.grad3 {
    background-color: #04305c;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: smaller;
    padding: 5px 0
}
.marqurr i {
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 40%), 0 -0.3rem 0.6rem rgb(0 0 0 / 20%) inset
}
.globe_image {
    padding:50px 0px;
    background: url(../images/61769.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover
}
.marqurr2 i {
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 40%), 0 -0.3rem 0.6rem rgb(0 0 0 / 20%) inset
}
.grad_row {
    background-image: -webkit-linear-gradient( 136deg, #6cd3c9 0, #3f2b96 100%) !important;
    position: relative;
    /*box-shadow: 0 0.2rem 0.4rem rgb(0 0 0 / 40%), 0 -0.3rem 0.6rem rgb(0 0 0 / 20%) inset;*/
    /*background: linear-gradient(45deg, #0b509e 1%, #3ac5c8 100%);*/
    border-bottom: 1px solid
}

.gradd {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    padding: 5px 0;
    justify-content: flex-end
}

.bann_er {
    filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, .3)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2)) drop-shadow(5px 5px 5px rgba(0, 0, 0, .2))
}

.corp {
    padding-left: 15px;
    font-size: 13px;
    color: #fff
}

    .corp a:hover {
        color: #ff6426 !important
    }

.home_menu .main-menu-item {
    padding-right: 0
}

.pmss .pms {
    color: #000 !important;
    font-weight: 600
}

.drop_m {
    color: #000 !important;
    position: relative
}

.header_container {
    padding: 0 35px
}

.home_menu .menu_btn:hover a {
    color: #fff !important
}

.main_menu .navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.main_menu .main-menu-item {
    text-align: center !important;
    justify-content: center !important
}

.main-menu-item ul li .nav_link_only {
    /*font-family: 'Crimson Pro', serif !important;*/
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.8px;
    font-weight: 300 !important
}

.main_menu .main-menu-item ul li a {
   
    padding: 5px 11px !important;
    font-family: montserrat, sans-serif
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main_menu .main-menu-item ul li a {
        padding: 0 16px !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .main_menu .main-menu-item ul li a {
        padding: 10px 16px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .main_menu .main-menu-item ul li a {
        padding: 10px 16px !important
    }
}

@media (max-width:576px) {
    .banner_sm_2 {
        width: 100% !important;
        margin: 0 auto
    }

    .main_menu .main-menu-item ul li a {
        padding: 10px 16px !important
    }

    .main-menu-item ul li .nav_link_only {
        color: #2c3033 !important
    }

    .grad {
        background-image: linear-gradient(to bottom, rgba(56, 56, 56, 0), #0f3460);
        display: flex;
        align-items: center;
        font-size: 11px
    }

    .gradd {
        background-color: #117bc2;
        display: flex;
        align-items: center;
        color: #fff !important;
        font-size: x-small;
        box-shadow: 0 1.5px 0 0 #eee;
        justify-content: center
    }

    .navbar-light .navbar-toggler {
        color: #fff
    }

    .corp {
        padding-left: 8px;
        font-size: 13px;
        color: #fff !important
    }
}

.home_menu {
    width: 100%;
    z-index: 999
}

.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    top: 0
}

    .menu_fixed span {
        color: #000 !important
    }

    .menu_fixed .btn_1 {
        border: 2px solid #ff6426
    }

        .menu_fixed .btn_1:hover {
            border: 2px solid transparent
        }

    .menu_fixed .main-menu-item {
        padding-right: 0
    }

.dropdown-menu {
    min-width: 13rem;
    border: 0 solid rgba(0, 0, 0, .15) !important;
    background-color: #fafafa;
    padding: 8px
}

.dropdown .dropdown-menu {
    transition: all .5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    margin-top: 8px;
    border-radius: 7px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

    .dropdown .dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 8px 5px !important;
        font-family: Verdana, Geneva, Tahoma, sans-serif
    }

.dropdown:hover .dropdown-menu {
    transform: scale(1)
}

.dropdown:hover .dropdown-menu2 {
    transform: scale(1)
}

@media (max-width:576px) {
    .navbar-brand img {
        max-width: 190px
    }

    .navbar-light .navbar-toggler {
        position: absolute;
        right: 10px;
        top: -1px;
        border-bottom-left-radius: 13px;
        border-bottom-right-radius: 13px;
        background-color: #117bc2;
        box-shadow: 0 2px 2px 0 #eee
    }

    .for_right_border {
        margin-top: 10px
    }

    .caption p {
        margin-bottom: 15px;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        word-spacing: 2px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        line-height: 1.7;
        text-align: center !important
    }

    .caption h1 {
        font-family: 'Crimson Pro', serif !important;
        background: #666666;
        -webkit-background-clip: text;
        color: #fff;
       
        font-size: 22px
    }

    .carousel-inner img {
        width: 100%;
        margin-top: 83px;
        height: 65vh
    }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        background-color: #fff;
        text-align: center !important
    }

    .main_menu .main-menu-item {
        text-align: left !important
    }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .navbar-light .navbar-toggler {
        border-color: transparent;
        position: absolute;
        right: auto;
        left: 0
    }

    .navbar .navbar-brand {
        text-align: center;
        margin: 0 auto;
        padding-left: 16%
    }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        background-color: #fff;
        text-align: center !important
    }

    .main_menu .main-menu-item {
        text-align: left !important
    }

        .main_menu .main-menu-item .nav-item {
            padding: 3px 15px !important
        }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-light .navbar-toggler {
        border-color: transparent;
        position: absolute;
        right: auto;
        left: 0
    }

    .navbar .navbar-brand {
        text-align: center;
        margin: 0 auto;
        padding-left: 16%
    }

    .navbar-collapse {
        z-index: 9999 !important;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
        background-color: #fff;
        text-align: center !important
    }

    .main_menu .main-menu-item {
        text-align: left !important
    }

        .main_menu .main-menu-item .nav-item {
            padding: 3px 15px !important
        }

        .main_menu .main-menu-item .dropdown .dropdown-menu {
            transform: scale(1, 0);
            display: none
        }

        .main_menu .main-menu-item .dropdown:hover .dropdown-menu {
            transform: scale(1);
            display: block
        }
}

@media only screen and (min-width:768px) and (max-width:991px) and (min-width:992px) and (max-width:1200px) {
    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block
    }
}

.navbar_toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #fff
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    z-index: 9999999999999999999999999999999999999999 !important
}

@media only screen and (min-width :1140px) {
    .caption {
        position: absolute !important;
        top: 20%;
        left: 20%;
        right: 20%;
        bottom: 5%;
        z-index: 0
    }

        .caption h1 {
            font-size: 3em !important;
            font-weight: 800;
            margin-bottom: 15px;
            color:#fff;
            font-family: 'Crimson Pro', serif !important
        }

        .caption h3 {
            font-weight: 700;
            margin-bottom: 15px
        }

        .caption h6 {
            font-weight: 600;
            margin-bottom: 15px
        }

    .col_img_col2 {
        padding-bottom: 12px;
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, transparent, #fff, transparent) 1
    }

    .caption p {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important
    }

    .extra-buttons a {
        font-size: 14px;
        font-weight: 400;
        padding: 10px 15px
    }
}

@media only screen and (max-width:991px) {
    .kl-bottommask--mask3 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px
    }

    .btn-group-md > .btn,
    .btn-md {
        padding: 8px 15px;
        font-size: 11px;
        line-height: 1.3333333;
        top: -85px;
        position: relative
    }

    .btn-lined {
        border-width: 1px solid;
        background: 0 0;
        color: #fff;
        text-shadow: none;
        padding: 8px 15px;
        line-height: 1.6;
        box-shadow: none;
        font-size: 11px;
        font-weight: 500;
        border-style: solid;
        border-radius: 3px;
        border-color: #fff;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

    .btn-lined2 {
        border-width: 1px;
        background: 0 0;
        color: #fff;
        text-shadow: none;
        padding: 8px 15px;
        line-height: 1.6;
        box-shadow: none;
        font-size: 12px;
        border-style: solid;
        border-radius: 3px;
        border-color: #5380f7;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

    .btn-group-md > .btn.btn-lined2,
    .btn-md.btn-lined2 {
        padding: 5px 15px
    }

    .btn-group-md > .btn.btn-lined,
    .btn-md.btn-lined {
        padding: 5px 15px
    }
}

.comparecontainer_d {
    float: left;
    height: auto;
    width: 60%;
    height: 100%;
    text-align: center;
    align-items: center;
    vertical-align: middle
}

.comparecontainer_d_2 {
    float: right;
    height: 100%;
    width: 40%
}

.subscribe-wrapper h3 {
    font-family: 'Varela Round', sans-serif;
    color: #000;
    font-weight: 900;
    display: flex;
    justify-content: center;
    padding-bottom: 7px
}

.subscribe-wrapper p {
    font-family: 'Varela Round', sans-serif;
    color: rgba(0, 0, 0, .3);
    font-weight: 500;
    font-size: .9em;
    word-spacing: .2em;
    letter-spacing: .03em;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, transparent, #a77cf4, transparent) .5
}

.blank_div,
.blank_div2 {
    visibility: hidden
}

.slide_login_show {
    display: none
}

.green_title3 {
    font-family: 'Varela Round', sans-serif !important;
    font-size: 35px;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    margin-bottom: 35px;
    text-transform: capitalize;
    color: #6b8e23 !important
}

#get-started {
    display: inline-block;
    height: 100%;
    width: 100%
}

    #get-started .feature-block {
        background: #fff none repeat scroll 0 0;
        padding: 15px;
        transition: all .5s ease-in-out 0s;
        text-align: center
    }

.view_all_inner_div p {
    padding-left: 0 !important
}

#get-started .feature-block {
    border-radius: 8px
}

    #get-started .feature-block p {
        margin-bottom: 20px
    }

#get-started .feature-block2 {
    border: 2px solid #f6fbfb;
    border-radius: 8px;
    min-height: 280px;
    max-height: 380px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset
}
#form-total{
    background:#fff;
    padding:20px;
    border-radius:0px 15px 15px 0px
}
@media only screen and (max-width :425px) {
    #form-total {
        background: #fff;
        padding: 20px;
        border-radius: 0px 0px 15px 15px
    }
    .connect_wh_button2 a{
        color: #fff !important
    }
    .connect_wh_button3 a {
        color: #fff !important
    }
    .main_accordian .card-body {
        font-size: 13px;
        text-align: justify;
        line-height: 1.7;
        letter-spacing: unset !important;
        color: #333
    }
    .dark_slider {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.4
    }
    .contact_top .stripes-wrapper {
         background-image: unset !important
    }
        .contact_top .stripes-wrapper .belt3 {
            background-color: unset !important
        }
        .contact_top .stripes-wrapper .belt1, .contact_top .stripes-wrapper .belt2 {
            background-color: unset !important
        }
    .contact_top {
        color: #013671 !important;
        background-color: #fff !important
    }
    .demo_sec {
        padding: 50px 0 50px 0
    }

    .horizontal_bottom {
        margin: 30px 0 30px 0
    }

    .mobile_image {
        margin-bottom: 50px;
        width: 350px !important;
        height: 300px !important;
        margin-top: -60px
    }

    .blue_color_rev {
        position: absolute;
        top: 0;
        right: 0;
        height: 400px;
        width: 160px;
        background-color: navy;
        z-index: 2
    }

    .connect_wh_button_left_skew_rev {
        background-color: navy;
        width: 250px;
        position: absolute;
        right: -120px;
        top: 160%;
        z-index: 999;
        padding: 14px 20px;
        box-shadow: 0 13px 15px rgba(0, 0, 0, .3);
        transform: skewX(-12deg) !important
    }

    .in_small_view_pd_l {
        padding-left: 60px !important
    }

    .bounce_arrow_skew_rev {
        -webkit-animation: bounceRight 2s infinite;
        animation: bounceRight 2s infinite;
        position: absolute;
        left: -20px;
        top: 655px;
        color: #000;
        float: left
    }

    .blue_color {
        position: absolute;
        top: 0;
        left: 0;
        height: 400px;
        width: 160px;
        background-color: navy;
        z-index: 2
    }

    .design_div {
        margin-bottom: 100px
    }

    .connect_wh_button_left_skew {
        background-color: navy;
        width: 180px;
        position: absolute;
        left: -50px;
        top: 170%;
        z-index: 999;
        padding: 14px 20px;
        box-shadow: 0 13px 15px rgba(0, 0, 0, .3);
        transform: skewX(-12deg) !important
    }

    .bounce_arrow_skew {
        -webkit-animation: bounceRight 2s infinite;
        animation: bounceRight 2s infinite;
        position: absolute;
        left: 170px;
        top: 697px;
        color: #000;
        float: right
    }

    .design_div h4 {
        color: #6b8e23;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        line-height: 2;
        margin-top: 50px
    }

    .img_div_new img {
        width: 250px;
        height: 240px
    }

    .back_border {
        border: 2px solid #000;
        width: 315px;
        padding: 20px;
        z-index: 1;
        height: 320px
    }

    .img_div_new {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10;
        padding: 40px 0 40px 40px
    }

    .padd-section4_opp {
        padding: 0 !important
    }

    .selected--last .pmsss {
        font-size: 10px;
        padding-left: 15px !important;
        color: silver !important;
        padding-top: 5px !important;
        margin-bottom: 0 !important
    }

    #testimonials .top-top > h2 {
        font-family: Roboto sans-serif;
        font-size: 25px !important;
        font-weight: 100;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-transform: capitalize
    }

    .padd-section2 {
        padding-bottom: 20px;
        padding-top: 120px !important
    }

    #about-us .about-content ul li .fa {
        padding-right: 0
    }

    #about-us .about-content ul li {
        margin-bottom: 10px
    }

    .green_title3 {
        font-family: 'Varela Round', sans-serif !important;
        font-size: 25px !important;
        font-weight: 600 !important;
        letter-spacing: 2px !important;
        margin-bottom: 35px;
        text-transform: capitalize;
        color: #6b8e23 !important
    }

    .padd-section-form {
        padding: 15px !important
    }

    .modal_left_side {
        border-radius: 8px 8px 0 0 !important
    }

    .counter .count-text {
        font-size: 18px;
        color: #fff !important;
        margin-bottom: 0 !important
    }

    .counter .timer {
        font-size: 20px !important
    }

    .counter_section {
        width: 100%;
        min-height: 120vh;
        max-height: 100% !important;
        position: relative;
        background-image: url(../img/Operations-1080x675.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .counter i {
        font-size: 25px !important
    }

    .padd-section_counter {
        padding-bottom: 10px !important;
        padding-top: 10px !important
    }

    #about-us .about-content {
        padding-top: 10px !important
    }

    .section-title {
        margin-bottom: 10px !important
    }

    #get-started .feature-block {
        box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
        background: #fff none repeat scroll 0 0;
        padding: 10px 10px !important;
        transition: all .5s ease-in-out 0s;
        text-align: center
    }

    #get-started .feature-block2 {
        box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
        background: #fff none repeat scroll 0 0;
        padding: 30px 8px !important;
        transition: all .5s ease-in-out 0s;
        text-align: center
    }

    .padd-section {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .portfolio_container h1 {
        position: absolute;
        top: -22px;
        left: 32%;
        background-color: #fff;
        padding: 0 10px;
        color: #000;
        font-size: 1.2em;
        font-weight: 700
    }

    .accordion {
        width: 100%;
        margin: 0 auto
    }

    .accordion-item-header::after {
        content: "\002B";
        font-size: 13px;
        position: absolute;
        right: 10px
    }

    .accordion-item-header {
        padding: 8px;
        line-height: 1.5;
        font-weight: 500;
        font-size: 13px;
        display: flex;
        align-items: center;
        position: relative;
        cursor: pointer
    }

    .why_mragin {
        margin-top: 5px
    }

    .why_mragin_career {
        margin-top: 100px
    }

    .good_design h1 {
        font-size: 1em;
        font-weight: 600;
        line-height: 1.2
    }

    .Expertise .h4_3 {
        font-family: 'Varela Round', sans-serif;
        font-weight: 800;
        font-size: 2em
    }

    .border_div {
        margin-bottom: 23px;
        max-height: 100% !important
    }

    .seo_img_1 {
        width: 330px;
        height: 250px
    }

    .seo {
        position: absolute;
        top: 47px;
        left: 28%
    }

    .subscribe-wrapper p {
        position: absolute !important;
        left: 30px;
        top: -43px;
        font-family: 'Varela Round', sans-serif;
        color: #fff;
        font-weight: 500;
        font-size: .9em;
        word-spacing: .2em;
        letter-spacing: .05em;
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
        border-bottom: 0 solid;
        border-image: linear-gradient(to right, transparent, #a77cf4, transparent) .5
    }

    .subscribe-wrapper .blank_div {
        position: absolute !important;
        left: 30px;
        top: -76px;
        width: 150px;
        height: 25px;
        background-color: transparent;
        visibility: visible !important;
        border-bottom: 1px solid;
        border-image: linear-gradient(to right, #fff, #fff, transparent) .5
    }

    .subscribe-wrapper h3 {
        font-family: 'Varela Round', sans-serif;
        color: #fff;
        font-weight: 900;
        position: absolute !important;
        left: 30px;
        top: -83px;
        display: flex;
        justify-content: center;
        padding-bottom: 7px;
        font-size: 1.5em
    }

    .chat-widget--button::after,
    .chat-widget--button::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999999999999;
        border-radius: 50%;
        -webkit-animation: pulse 2s ease-in-out 5;
        animation: pulse3 2s ease-in-out 5
    }

    .subscribe-wrapper .modal-body {
        max-width: 320px !important
    }

    .left_col input {
        display: block !important
    }

    .subscribe-wrapper .subscribe-input1 {
        border: none;
        border-bottom: 1px solid #d4d4d4;
        padding: 10px;
        color: #fff;
        width: 100%;
        background: 0 0;
        transition: all .25s ease
    }

    .subscribe-wrapper .subscribe-input2 {
        border: none;
        border-bottom: 1px solid #d4d4d4;
        padding: 10px;
        width: 100%;
        background: 0 0;
        transition: all .25s ease
    }

    .subscribe-wrapper .subscribe-input3 {
        border: none;
        border-bottom: 1px solid #d4d4d4;
        padding: 10px;
        width: 100%;
        background: 0 0;
        transition: all .25s ease
    }

    .for_modal_pd {
        padding-left: 10px !important;
        color: #fff
    }

    .control_message {
        background-color: transparent !important
    }

    .subscribe-wrapper {
        position: absolute;
        left: -30px;
        right: -30px;
        height: auto;
        min-width: 400px !important;
        max-width: 400px !important;
        padding: 10px 30px 30px;
        background-image: url(../images/MRjF1PL.png);
        background-position-x: -6%;
        background-position-y: -20px;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 4px;
        color: #333;
        box-shadow: 0 0 60px 5px rgba(0, 0, 0, .4)
    }

        .subscribe-wrapper:after {
            position: absolute;
            content: "";
            right: -10px;
            bottom: 51px;
            width: 0;
            height: 0;
            border-left: 0 solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #7149c7
        }

        .subscribe-wrapper .submit-btn {
            position: absolute;
            border-radius: 30px;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            background-color: #a77cf4;
            color: #fff;
            padding: 12px 25px;
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            right: -40px;
            bottom: -20px;
            cursor: pointer;
            transition: all .25s ease;
            box-shadow: -5px 6px 20px 0 rgba(51, 51, 51, .4)
        }

    .click-to-call.click-to-call-green .img-circle {
        background-color: #012752;
        width: 3rem;
        height: 3rem;
        box-shadow: 0 0 0 -2px #000, 0 2px 4px 0 rgba(0, 0, 0, .3);
        border-radius: 6px 0 0 6px;
        z-index: 9 !important
    }

    /*.chat-widget--bubble.-hide {
        opacity: 0 !important;
        transform: translateY(3rem) scale(0, 0) skew(0deg, 50deg) !important
    }*/

    .chat-widget--bubble.-hide {
        display: block;
        min-width: 240px;
        /* padding: 1rem; */
        position: absolute;
        right: -25px;
        bottom: 11rem;
        /*background-color: #f6f6f6;*/
        border-radius: 4px;
        /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);*/
        transform-origin: 90% 100%;
        transition: opacity 400ms ease, transform 400ms ease;
        opacity: 1;
        transform: translateY(0rem) scale(1, 1) skew(0deg, 0deg);
        /* transform: translateY(3rem) scale(0, 0) skew(0deg, 50deg); */
    }



    .chat-widget--header {
        font-size: 13px;
        font-weight: bolder;
        color: gold
    }

    .chat-widget--bubble::after {
        content: "";
        display: block;
        width: 1.4rem;
        height: 1.4rem;
        position: absolute;
        right: 1.1rem;
        bottom: -.7rem;
        /*background-color: #68c5c5;*/
        box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
        transform: rotate(45deg)
    }

    .chat-widget--bubble.-show {
        display: block;
        width: 240px;
        padding: 20px;
        position: absolute;
        right: -25px;
        bottom: 170px;
        /*background-color: #f6f6f6;*/
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
        transform-origin: 90% 100%;
        transition: opacity .4s ease, transform .4s ease;
        opacity: 1;
        transform: translateY(0) scale(1, 1) skew(0deg, 0deg)
    }

    ul.fancy-list li {
        line-height: 2 !important
    }

    .why_p_blog_text {
        line-height: 1.8 !important
    }

    .after_seprater li:after {
        background-color: rgba(0, 0, 0, .2);
        height: 1px;
        width: 100%;
        display: block
    }

    .view_all_inner_div {
        padding: 10px !important
    }

    .card {
        padding: 0 !important;
        margin-bottom: 10px
    }

    .view_all_inner_img {
        width: 100% !important;
        padding: 0 0 10px 10px
    }

    .for_psmp {
        padding: 5px 0 !important
    }

    .view_all_inner_img img {
        border-radius: 8px;
        min-height: 225px;
        max-height: 225px
    }

    .view_all_inner_content {
        padding-left: 0
    }

    .author {
        padding: 15px 10px;
        background-color: #f2f5f8;
        display: flex;
        justify-content: space-between;
        border-radius: 0 0 10px 10px
    }

    .img_1 {
        height: 300px;
        width: 100%;
        padding: 15px
    }

    .for_ul {
        line-height: .5
    }

    .custom {
        width: 100%;
        padding: 15px;
        margin-top: 90px
    }

    .for_sm_mar {
        margin-top: 250px
    }

    .for_sm_image {
        width: 100%;
        position: absolute;
        top: -680px;
        left: 0
    }

    .for_right_border:hover {
        background: #0f2027;
        background: -webkit-linear-gradient(to right, #0f2027, #203a43, #2c5364);
        background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
        box-shadow: 1px 8px 20px rgba(0, 0, 0, .75);
        -webkit-transition: box-shadow .4s ease-in-out;
        text-decoration: none;
        transform: none !important;
        transition: .2s all linear;
        cursor: pointer;
        z-index: 1111111 !important
    }

    .heading_center3 {
        position: unset !important
    }

    .heading_center_new {
        position: absolute;
        top: -420px;
        left: 10px
    }

    .for_pd_left {
        padding-left: 40px !important
    }

    .heading_center h5 {
        text-transform: capitalize;
        color: #ff4500;
        font-weight: 800;
        letter-spacing: .1em;
        font-size: 1.25em
    }

    .banner_line2.text-white {
        color: #012752 !important
    }

    .heading_center_new h5 {
        text-transform: uppercase;
        color: #013671 !important;
        font-weight: 800;
        letter-spacing: .1em;
        font-size: 1.25em
    }

    .trad {
        padding-top: 10px
    }

    .img_2 {
        height: 350px;
        width: 100%
    }

    .side_img2 {
        position: absolute;
        right: -80px;
        top: 0;
        width: 450px;
        height: 250px;
        opacity: .1
    }

    .underline_link_heading {
        box-sizing: border-box;
        cursor: pointer;
        font-size: 25px;
        line-height: 1.7;
        padding-bottom: 8px;
        box-shadow: inset 0 -3px #ff4500 !important;
        transition: .3s;
        font-weight: 600 !important
    }

    .new_Panchayat {
        font-weight: 800;
        font-family: 'Crimson Pro', serif;
        letter-spacing: 1.5px;
        color: #013671 !important;
        line-height: 1.3;
        font-size: 20px
    }

    .for_qm h4 {
        font-weight: 800;
        font-family: 'Crimson Pro', serif;
        letter-spacing: 1.5px;
        color: #013671 !important;
        font-size: 25px
    }

    .bg2 {
        padding: 40px 0 0
    }

    .newbg2 {
        padding: 15px 30px !important
    }

    .heading_center h2 {
        font-weight: 900;
        letter-spacing: .05em;
        font-size: 2em
    }

    .heading_center_new h2 {
        font-weight: 900;
        letter-spacing: .05em;
        font-size: 2em;
        color: #2c5364
    }

    .orange_link {
     
        font-size: .9em
    }
    .adjust {
        margin: 30px 0px 0px 0px;
        padding-bottom:50px;
        background: linear-gradient(#fff, #F3EDF1 )
    }
    .who_we_are {
        padding-bottom: 40px;
        background: linear-gradient(#fff, #EAF5FD )
    }
    .inside_mob a{
        display:block
    }
    .inside_hidden{
        padding:20px 0px;
        visibility:hidden !important
    }
   
    .main_heading2 {
        font-size: 1.8rem;
        color: #2c5364;
        letter-spacing: .6px
    }
    body p {
        text-align: justify;
        line-height: 1.6;
        font-family: Poppins, Arial, sans-serif !important;
        -webkit-font-smoothing: antialiased;
        font-size: 11.5px !important;
        color: #6f8ba4 !important;
        font-weight: 400;
    }
    .for_img_width {
        width: 100%;
        padding: 20px 10px;
        margin-top: 40px
    }

    .main_heading3:after {
        background-color: #eceff1;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 53%
    }

    .main_heading_product:after {
        background-color: #eceff1;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 63%
    }

    .main_heading_9:after {
        background-color: #eceff1;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 45px
    }

    .main_heading5:after {
        background-color: #eceff1;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 46%
    }

    .main_heading2:after {
        background-color: #eceff1;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 65%
    }

    .main_heading72:after {
        background-color: #eceff1;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 62%
    }

    .main_heading22:after {
        background-color: #eceff1;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 63%
    }

    .main_heading23:after {
        background-color: #eceff1;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 20%
    }

    .main_heading4:after {
        background-color: #eceff1;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 20%
    }

    .pms_about {
        padding: 10px 0px 0 10px
    }

    .main_heading_comman {
        font-size: 1.5rem;
        /*color: #013671;*/
        letter-spacing: .6px;
        font-weight: 600
    }

    .back_to_top_arrow {
        padding-top: 0 !important;
        font-size: 1.7em
    }

    .subscribe_top .form-control {
        letter-spacing: 2px !important
    }

    .subscribe_top .btn {
        position: absolute;
        right: 10px;
        top: 8.5px
    }

    .btn-main-2 {
        padding: 5px 15px
    }

    .chat-widget--icon {
        margin-left: 0;
        width: 25px;
        height: auto
    }

    .chat-widget--button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        position: absolute;
        right: -36px !important;
        bottom: 100px;
        z-index: 1;
        border-radius: 6px 0 0 6px;
        background-color: #012752;
        box-shadow: 0 0 0 -2px #000, 0 2px 4px 0 rgb(0 0 0 / 30%);
        transition: box-shadow 250ms ease
    }

    #nav-icon2 {
        width: 30px;
        height: 18px;
        position: relative;
        margin: 8px;
        transform: rotate(0);
        transition: .5s ease-in-out;
        cursor: pointer
    }

        #nav-icon2 span:nth-child(1) {
            top: 0
        }

        #nav-icon2 span:nth-child(3) {
            top: 20px
        }

        #nav-icon2 span:nth-child(2) {
            top: 10px
        }

        #nav-icon2 span {
            display: block;
            position: absolute;
            height: 5px;
            width: 100%;
            background: #000;
            border-radius: 40px;
            opacity: 1;
            left: 0;
            transform: rotate(0);
            transition: .25s ease-in-out
        }

        #nav-icon2.open span:nth-child(1) {
            top: 18px;
            transform: rotate(135deg);
            position: absolute;
            top: 7px;
            left: 5px;
            background: #fff
        }

        #nav-icon2.open span:nth-child(2) {
            opacity: 0;
            left: -60px
        }

        #nav-icon2.open span:nth-child(3) {
            top: 18px;
            transform: rotate(-135deg);
            position: absolute;
            top: 7px;
            left: 5px;
            background: #fff
        }

    .text_in_mobile {
        font-size: 45px !important;
        font-weight: 900 !important
    }

    .row_right {
        width: 100% !important
    }

    .inside_dark {
        padding: 5px !important
    }

    a {
        border: unset !important
    }

    .dcr_video_bg {
        position: relative;
        min-width: 100% !important;
        max-height: 250px !important;
        height: 250px !important
    }

    .content_bg {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        color: #f1f1f1;
        width: 100%;
        height: 250px;
        padding: 10px;
        z-index: 0
    }

    #myVideo_bg {
        min-height: 250px !important;
        width: 100vw;
        height: 250px !important;
        background-image: url(../img/lg.jpg);
        background-repeat: no-repeat;
        background-size: cover
    }

    .comparecontainer_d {
        float: left;
        height: auto;
        width: 50% !important;
        height: 100%;
        text-align: center;
        align-items: center;
        vertical-align: middle
    }

    .comparecontainer_d_2 {
        float: right;
        height: 100%;
        width: 50% !important
    }

    .section-padding {
        padding: 0 !important
    }

    .carousel-indicators {
        z-index: 1 !important
    }

    .back_to_top_arrow {
        position: absolute;
        font-size: 22px !important;
        top: 10px;
        right: 10px
    }

    .for_set_drag {
        position: fixed;
        right: -16px !important;
        bottom: 119px;
        width: 80px !important;
        height: 80px !important;
        cursor: pointer;
        z-index: 999 !important
    }

    .who_we_are {
        position: relative
    }

    .for_last_seo2 {
        width: 100%;
        min-height: 68vh
    }

    .for_last_seo_index {
        width: 100%;
        min-height: 68vh
    }

    .click-to-call {
        z-index: 777777 !important;
        transition: visibility .5s;
        left: -50px;
        bottom: 100px
    }

        .click-to-call.click-to-call-green .circle {
            border-color: #f20000;
            opacity: .5
        }

    .circle {
        width: 0;
        height: 0;
        top: 50px;
        left: 50px;
        position: absolute;
        border-radius: 100%;
        border: 2px solid rgba(30, 30, 30, .4);
        opacity: .1;
        animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
        transition: all .5s;
        transform-origin: 50% 50%
    }

    .scroll-top-wrapper {
        position: fixed;
        visibility: hidden;
        overflow: hidden;
        text-align: center;
        z-index: 99 !important;
        background-color: #012752;
        color: #eee;
        width: 45px;
        height: 45px;
        line-height: 48px;
        right: -2px;
        opacity: 1 !important;
        bottom: 70px;
        border-radius: 6px 0 0 6px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .img-circle {
        width: 10px;
        height: 10px;
        top: 20px;
        left: 20px;
        background-size: 68%;
        position: absolute;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: unset !important;
        animation: unset !important;
        transform-origin: 50% 50%;
        z-index: 777777 !important
    }

    .dropdown_item .pmsss {
        margin-bottom: 0 !important;
        color: #cdd9ed !important;
        font-size: .6em !important
    }

    .subs_last_pad {
        padding: 25px !important
    }

    .testim {
        width: 100%;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%)
    }

    .tbk__title_power {
        font-size: 1.6em !important
    }

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 20px 0;
        margin: auto
    }

    .testim .cont > div {
        margin-top: 50px
    }

    .testim .cont div p {
        font-size: .9em;
        word-spacing: .2em;
        color: #2c5364;
        line-height: 2;
        width: 80%;
        margin: auto;
        min-height: 30vh !important;
        font-family: Verdana, Geneva, Tahoma, sans-serif !important
    }

    .banner_line2 {
        font-size: 1.8em !important;
        text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
        font-weight: 800;
        color: #640178;
        display: flex;
        flex-wrap: wrap;
        text-align: center
    }

    .cont_pad {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .bread {
        position: absolute;
        bottom: -10% !important;
        left: 3% !important
    }

    #about-us .about-content h2 {
        text-align: center
    }

    .mobile_menu {
        display: block !important;
        color: #fff;
        font-size: 24px !important;
        padding: 5px
    }

        .mobile_menu:after {
            color: red !important
        }

    .for_only_container {
        background-color: #012752 !important;
        padding: 0 10px !important
    }

    .img_icon {
        display: flex !important;
        justify-content: space-between !important;
        width: 100%;
        align-items: center
    }

    .navbar_light .navbar-nav li.nav-item {
        padding: 5px
    }

    .hidden-sm {
        display: none !important
    }

    .caption h4 {
        color: #fec714;
        font-weight: 700;
        line-height: 1.7;
        margin-bottom: 25px;
        font-size: 12px
    }

    .grad3 {
        background-color: #fec714
    }

    .marquee-text {
        font-size: 12px;
        color: #013671 !important;
        font-weight: 300 !important
    }

    .caption {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute !important;
        top: 15% !important;
        left: 10% !important;
        right: 10%;
        bottom: 5%;
        z-index: 0
    }

        .caption h1 {
            margin-bottom: 15px
        }

        .caption h3 {
            font-weight: 700;
            margin-bottom: 15px
        }

        .caption h6 {
            font-weight: 600;
            margin-bottom: 15px
        }

    .extra-buttons a {
        font-weight: 400
    }

    .callout-banner .m_title {
        font-weight: 100;
        font-size: 16px !important;
        line-height: 1.6;
        position: relative;
        padding-top: 0;
        margin-top: 0
    }

    .ptop-30 {
        padding-top: 0
    }

    .pbottom-30 {
        padding-top: 0 !important
    }

    .fs-15 {
        font-size: 13px
    }

    .tbk__subtitle {
        font-size: 13px;
        font-weight: 400
    }

    .tbk__title {
        margin-bottom: 5px !important
    }

    .circlehover.style3 .text {
        position: absolute;
        bottom: -10px;
        right: -26px;
        min-width: 100px;
        padding: 3px 10px;
        font-style: italic;
        border-radius: 4px;
        font-size: 10px;
        line-height: 20px
    }

    .h_4 {
        font-family: Open Sans;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        font-style: normal
    }
}

.h_4 {
    color: #000;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    line-height: 2;
    margin-top: 20px;
    word-spacing: 2px
}

@media only screen and (min-width:768px) {
    .box_for_product {
        display: flex;
        border-bottom: none !important
    }

    .foo_ter4 {
        margin-top: unset !important;
        width: auto;
        padding: 10px
    }

    .touch {
        font-size: 15px !important;
        display: block
    }

    .foo_ter {
        padding: 10px
    }

    .foo_ter2 {
        width: 200px !important;
        padding: 10px
    }

    .foo_ter3 {
        width: 200px !important;
        padding: 10px
    }

    .text_ft {
        color: #818693;
        font-size: 15px !important;
        padding-left: 30px !important
    }

    #footer a {
        color: #818693;
        display: block;
        width: 100%;
        line-height: 1.8;
        font-size: 14px !important
    }
}
.main_head_form {
    /*background: linear-gradient( 45deg, #3ac5c8 1%, #0b509e 100%);*/
}
@media only screen and (max-width:768px) {
    .stm{
        margin-top:80px !important;
    }
    .new_blog h1 {
        font-weight: 500;
        text-transform: capitalize !important;
        color: #000;
        font-size: 1.2em;
        /* line-height: 1.2; */
        margin-bottom: 10px !important;
    }
    .last_2 {
        margin: 20px 0px!important
    }
    .counter i {
        border-right: 0px solid rgba(0, 0, 0, 0.25) !important;
    }
    .feature-block.border-0 {
        margin-bottom: 20px
    }
    .feature-block-border {
        margin-bottom: 20px
    }
    .for_white_border>.col-md-3{
        text-align:center
    }
    .marqurr {
        font-size: 12px;
        padding: 5px 0px !important;
        border-right: 1px solid #36080F;
        display: flex;
        align-items: center
    }
    .for_only_container {
        background-image: unset !important;
        padding: 8px 30px;
    }
    .slider-section {
        z-index: 1 !important;
        position: relative;
    }
    .grad_row {
        border-top: 0px solid #021C3C !important;
    }

    .row .col-md-4 .for_ul .for_list .pms_about6.p-0 {
        text-align: left
    }

    .row .col-md-4.col-lg-4.col-sm-4.p-4 .for_ul .for_list .pms_about6.p-0 {
        text-align: justify !important
    }

    .img_custom {
        width: 100%;
        height: 300px
    }

    .get_in_touch h2 {
        font-size: 25px
    }

    .policy__title {
        font-size: 20px
    }

    .policy_sub_heading {
        font-size: 18px
    }

    .kl-bottommask--mask3 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px
    }

    .btn-group-md > .btn,
    .btn-md {
        padding: 8px 15px;
        font-size: 11px;
        line-height: 1.3333333;
        top: -75px;
        position: relative
    }

    .btn-lined {
        border-width: 1px solid;
        background: 0 0;
        color: #fff;
        text-shadow: none;
        padding: 8px 15px;
        line-height: 1.6;
        box-shadow: none;
        font-size: 11px;
        font-weight: 500;
        border-style: solid;
        border-radius: 3px;
        border-color: #fff;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

    .btn-group-md.btn.btn-lined,
    .btn-md.btn-lined {
        padding: 5px 15px
    }

    .callout-banner .m_title {
        font-weight: 300;
        font-size: 24px;
        line-height: 1.6;
        position: relative;
        padding-top: 10px;
        margin-top: 0
    }

    .cont_pd {
        padding-right: 0
    }

    .space_mrg4 {
        padding: 80px 0 0 0;
        position: relative
    }

    .space_mrg5 {
        padding: 150px 0 0 0;
        position: relative
    }

    .space_mrg6 {
        padding: 250px 0 0 0;
        position: relative
    }

    .sale_page {
        width: 100%
    }

    .sale_page2 {
        width: 100%;
        margin: 0;
        padding: 0
    }
}

.box_for_product {
    display: flex;
    border-bottom: 1px solid #353d51
}

.get_in_touch {
    border-right: none;
    padding-left: 10px
}

.touch1 {
    display: block
}

.foo_ter {
    width: 100%;
    padding: 10px
}

.is-invalid {
    border-color: #df4841;
}

em {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 0.3125rem;
}

    em.error {
        color: #df4841;
    }
.touch {
    font-size: 13px;
    display: block
}

.foo_ter2 {
    width: auto;
    padding: 10px
}

.foo_ter3 {
    width: auto;
    padding: 10px
}

.foo_ter4 {
    margin-top: 30px;
    width: auto;
    padding: 10px
}

.text_ft {
    color: #818693;
    font-size: 13px;
    padding-left: 10px
}

#footer {
    background: #030d26;
    padding: 60px 0 20px;
    color: #d5d5d5;
    border-top: 0 solid #fff;
    position: relative;
    font-family: Arial, Helvetica, sans-serif
}

    #footer a {
        color: #818693;
        display: block;
        width: 100%;
        line-height: 1.8;
        font-size: 12px
    }

        #footer a:hover {
            color: #fff
        }

    #footer .m_title {
        font-size: 13px;
        color: #fff;
        text-shadow: none;
        padding-bottom: 5px
    }

    #footer .menu {
        margin: 0;
        padding: 0;
        list-style: none
    }

.custmor_name_box {
    width: 200px !important;
    font-size: 14px;
    float: right !important;
    height: 70px
}

.custmor_img_box {
    width: 100px;
    height: 70px;
    float: left !important
}

@media only screen and (max-width :480px) {
    .content_box {
        z-index: 15;
        position: unset;
        top: 10px;
        left: 0;
        padding: 0 20px;
        width: 100%
    }

        .content_box h1 {
            font-size: 20px;
            margin-right: 0
        }

        .content_box p {
            width: 100%
        }

    .content_box2 {
        z-index: 25 !important;
        position: unset;
        bottom: -30px;
        left: 0;
        padding: 0 30px
    }

    .custom-btn-outlint2,
    .custom-btn2 {
        font-size: 16px;
        padding: 10px 15px
    }
    .set_left {
        position: absolute;
        left: -20px;
        opacity: 0.4;
        top: -360px
    }
    .set_right {
        position: absolute;
        right: -50px;
        opacity: 0.4;
        transform: rotate( 180deg );
        z-index: -1;
        bottom: -300px
    }
    .foo_ter {
        width: 100%;
        padding: 10px
    }
    .set_center {
        position: absolute;
        left: 0;
        top: -100px;
        opacity: 0.2;
        width: 100%;
        height: 40%;
        z-index: -1
    }
    .pms_about {
        line-height: 1.8;
        font-size:12px;
        color: #abacae;
        padding: 10px 0px 10px 0
    }

    hidden-xs .star {
        font-size: 10px
    }

    .tbk__title_power {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 5px;
        font-family: 'Open Sans';
        line-height: 30px;
        font-weight: 600;
        font-style: normal
    }

    .light-gray2 {
        font-size: 13px;
        font-family: "Open Sans, Verdana, sans-serif";
        line-height: 1.6;
        letter-spacing: .5px;
        color: #d3d3d3 !important
    }

    .tbk__subtitle2 {
        font-size: 13px
    }

    .custmor_img_box {
        width: 30%;
        float: left !important
    }

    .custmor_name_box {
        width: 70%;
        margin-left: 10px;
        font-size: 10px;
        width: 100%;
        height: auto;
        float: right !important
    }

    .Enquiry_call {
        padding: 5px !important
    }

    .lh-34 {
        line-height: 20px !important;
        margin-bottom: 0 !important
    }

    .kl-title-block {
        padding-bottom: 0 !important
    }

    .testimonial_box blockquote {
        font-size: 11px !important
    }

    .el-devimages--type-vector .el-devimages__laptop-img {
        left: 0 !important;
        top: 2% !important;
        bottom: 0 !important;
        right: 0 !important
    }

    .ptop-100 {
        padding-top: 10px !important
    }

    .pt_80 {
        padding-top: 0 !important
    }

    .kl-title-block {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .pb_80 {
        padding-bottom: 0 !important
    }

    .fs-28 {
        margin-bottom: 8px
    }

    .fs-36 {
        font-size: 18px !important
    }

    .kl-bottommask--mask3 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px
    }

    .btn-group-md > .btn,
    .btn-md {
        padding: 8px 15px;
        font-size: 11px;
        line-height: 1.3333333;
        top: -75px;
        position: relative
    }

    .btn-lined {
        border-width: 1px solid;
        background: 0 0;
        color: #fff;
        text-shadow: none;
        padding: 8px 15px;
        line-height: 1.6;
        box-shadow: none;
        font-size: 11px;
        font-weight: 500;
        border-style: solid;
        border-radius: 3px;
        border-color: #fff;
        -webkit-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }

    .btn-group-md > .btn.btn-lined,
    .btn-md.btn-lined {
        padding: 5px 15px
    }

    .btn-fullwhite {
        background-color: #fff;
        color: #242424;
        position: relative;
        top: 0 !important;
        float: left;
        font-size: 11px;
        padding: 5px 10px
    }

    .cont_pd {
        padding-right: 0
    }

    .space_mrg4 {
        padding: 0 0 20px 0;
        position: relative
    }

    .space_mrg5 {
        padding: 0;
        position: relative
    }

    .space_mrg6 {
        padding: 0;
        position: relative
    }

    .top-header {
        display: flex;
        align-items: center;
        justify-content: center !important;
        color: #0f3460 !important;
        font-size: 10px !important
    }

        .top-header h5 {
            font-weight: 600;
            margin-right: 15px
        }

    .corp_login_fa {
        width: 100px;
        font-size: 10px
    }

    .p_font {
        width: 180px
    }

    .top-header a {
        color: #000;
        display: flex;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        width: 110px;
        font-size: 10px !important
    }

    .sale_page {
        width: 100%;
        left: 0;
        right: 0
    }

    .sale_page2 {
        width: 100%;
        margin: 0;
        padding: 0
    }
}

@media only screen and (max-width :320px) {
    .kl-bottommask--mask3 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px
    }

    .btn-group-md.btn,
    .btn-md {
        padding: 8px 15px;
        font-size: 11px;
        line-height: 1.3333333;
        top: -35px;
        position: relative;
        margin: 0 28px 0 22px
    }

    .btn-lined {
        outline: 0;
        display: -webkit-inline-box;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        background-color: #f67280;
        border-radius: 5px;
        border: unset !important;
        box-shadow: 0 14px 28px rgba(0, 0, 0, .16), 0 3px 10px rgba(0, 0, 0, .23);
        box-sizing: border-box;
        padding: 16px 20px;
        color: #fff;
        animation-delay: .3s;
        font-weight: 500;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        overflow: hidden;
        cursor: pointer;
        font-size: 12px;
        transition: all .1s ease-in-out;
        -webkit-transition: all .1s ease-in-out
    }

        .btn-lined:hover {
            box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 6px rgba(0, 0, 0, .22)
        }

    .btn-group-md > .btn.btn-lined,
    .btn-md.btn-lined {
        padding: 5px 15px
    }

    .mouse-anim-icon {
        width: 20px;
        height: 40px;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, .5);
        transition: background-color .2s ease-out;
        position: relative;
        display: block
    }

    .btn-fullwhite {
        background-color: #fff;
        color: #242424;
        position: relative;
        top: 0;
        float: left
    }

    .cont_pd {
        padding-right: 0
    }

    .space_mrg4 {
        padding: 0 0 20px 0;
        position: relative
    }

    .space_mrg5 {
        padding: 0;
        position: relative
    }

    .space_mrg6 {
        padding: 0;
        position: relative
    }

    .sale_page {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto
    }

    .sale_page2 {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .pd_right {
        padding-right: 0
    }
}

@media (min-width:1200px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .glyphicon,
    .kl-bottommask--mask4 .svgmask-right {
        -webkit-transform: translateX(calc(-50% + 510px));
        -ms-transform: translateX(calc(-50% + 510px));
        transform: translateX(calc(-50% + 510px))
    }

    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .glyphicon,
    .kl-bottommask--mask4 .svgmask-left {
        -webkit-transform: translateX(calc(-50% - 510px));
        -ms-transform: translateX(calc(-50% - 510px));
        transform: translateX(calc(-50% - 510px))
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .glyphicon,
    .kl-bottommask--mask4 .svgmask-right {
        -webkit-transform: translateX(calc(-50% + 410px));
        -ms-transform: translateX(calc(-50% + 410px));
        transform: translateX(calc(-50% + 410px))
    }

    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .glyphicon,
    .kl-bottommask--mask4 .svgmask-left {
        -webkit-transform: translateX(calc(-50% - 410px));
        -ms-transform: translateX(calc(-50% - 410px));
        transform: translateX(calc(-50% - 410px))
    }
}

@media (min-width:768px) and (max-width:991px) {
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .glyphicon,
    .kl-bottommask--mask4 .svgmask-right {
        -webkit-transform: translateX(calc(-50% + 300px));
        -ms-transform: translateX(calc(-50% + 300px));
        transform: translateX(calc(-50% + 300px))
    }

    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .glyphicon,
    .kl-bottommask--mask4 .svgmask-left {
        -webkit-transform: translateX(calc(-50% - 300px));
        -ms-transform: translateX(calc(-50% - 300px));
        transform: translateX(calc(-50% - 300px))
    }
}

@media (max-width:767px) {
    .kl-bottommask--mask3 .svgmask-left,
    .kl-bottommask--mask3 .svgmask-left + .glyphicon,
    .kl-bottommask--mask3 .svgmask-right,
    .kl-bottommask--mask3 .svgmask-right + .glyphicon,
    .kl-bottommask--mask4 .svgmask-left,
    .kl-bottommask--mask4 .svgmask-right {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative
}

.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20
}

    .dotCircle .itemDot {
        display: block;
        width: 80px;
        height: 80px;
        padding-top: 15px;
        position: absolute;
        background: #fff;
        color: #7d4ac7;
        border-radius: 20px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        z-index: 3;
        cursor: pointer;
        border: 2px solid #e6e6e6;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .15)
    }

        .dotCircle .itemDot .forActive {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none
        }

            .dotCircle .itemDot .forActive::after {
                content: '';
                width: 5px;
                height: 5px;
                border: 3px solid #7d4ac7;
                bottom: -31px;
                left: -14px;
                filter: blur(1px);
                position: absolute;
                border-radius: 100%
            }

            .dotCircle .itemDot .forActive::before {
                content: '';
                width: 6px;
                height: 6px;
                filter: blur(5px);
                top: -15px;
                position: absolute;
                transform: rotate(-45deg);
                border: 6px solid #a733bb;
                right: -39px
            }

        .dotCircle .itemDot.active .forActive {
            display: block
        }

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #a733bb;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear
}

.dotCircle .itemDot.active,
.dotCircle .itemDot:hover {
    color: #fff;
    transition: .5s;
    background: #7d4ac7;
    background: -moz-linear-gradient(left, #7d4ac7 0, #a733bb 100%);
    background: -webkit-linear-gradient(left, #7d4ac7 0, #a733bb 100%);
    background: linear-gradient(to right, #7d4ac7 0, #a733bb 100%);
    border: 2px solid #fff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13)
}

.dotCircle .itemDot {
    font-size: 40px
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%)
}

    .contentCircle .CirItem {
        border-radius: 100%;
        color: #222;
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: .5s;
        font-size: 15px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        margin: auto;
        line-height: 250px
    }

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: .5s
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 20px;
    left: 15%;
    margin-left: -90px;
    color: #000;
    opacity: .1
}

@media only screen and (max-width:599px) {
    .for_left_p {
        padding-left: unset !important
    }

    .holderCircle {
        width: 300px !important;
        height: 300px !important;
        margin: 10px auto
    }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }

    .round {
        position: absolute;
        left: 25px;
        top: 35px;
        width: 250px;
        height: 250px;
        border: 2px dotted #a733bb;
        border-radius: 100%;
        -webkit-animation: rotation 100s infinite linear
    }

    .dotCircle .itemDot {
        width: 60px;
        height: 60px;
        padding-top: 13px;
        position: absolute;
        background: #fff;
        color: #7d4ac7;
        border-radius: 20px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        z-index: 3;
        cursor: pointer;
        border: 2px solid #e6e6e6;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .15)
    }

    .contentCircle .CirItem i {
        font-size: 100px;
        position: absolute;
        top: 10px;
        left: 30%;
        margin-left: -90px;
        color: #000;
        opacity: .1
    }

    .contentCircle {
        width: 200px;
        border-radius: 100%;
        color: #222;
        position: relative;
        top: 100px;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .title-box p {
        font-size: 12px !important;
        line-height: 1.7em !important;
        text-shadow: 0 10px 10px rgba(0, 0, 0, .15)
    }

    .banner_line5 {
        font-size: 1.3em !important;
        text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
        font-weight: 800;
        color: #000;
        width: 100%
    }

    .banner_sm_line {
        display: flex;
        justify-content: center;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .8px;
        word-spacing: .7px
    }

    .banner_sm_line2 {
        display: flex;
        justify-content: center;
        font-size: 11px !important;
        font-weight: 600;
        text-transform: capitalize;
        letter-spacing: .5px !important;
        word-spacing: .7px;
        margin: 0 auto
    }
}

.banner_line2 {
    font-family: 'Crimson Pro', serif !important;
    font-size: 3rem;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #640178
}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #640178
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15)
}

.banner_line5 {
    font-size: 2rem;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #013671 !important;
    font-family: 'Crimson Pro', serif !important
}

.banner_sm_line {
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    word-spacing: .7px;
    text-align: center
}

.services-content p {
    text-align: center
}

.banner_sm_line2 {
    display: flex;
    justify-content: center;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: .8px;
    word-spacing: .7px;
    width: 80%;
    margin: 20px auto
}

.pad15 p {
    font-size: 1em;
    font-weight: 600;
    padding-top: 20px
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
                text-align: center;
                padding: 40px 10px;
                margin: 10px;
                background: #f1f1f1;
                color: #666;
                min-height: 200px;
                max-height: 200px
            }

    .MultiCarousel .leftLst,
    .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 50%;
        top: calc(50% - 20px)
    }

.i_frame {
    border: none;
    border-radius: 6px
}

#testinomials_id p {
    text-align: center !important
}

.i_frame_main {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 30px 0 rgb(0 42 106 / 10%)
}

    .i_frame_main amp-iframe {
        border-radius: 8px
    }

.MultiCarousel .leftLst {
    left: 0
}

.MultiCarousel .rightLst {
    right: 0
}

    .MultiCarousel .leftLst.over,
    .MultiCarousel .rightLst.over {
        pointer-events: none;
        background: #ccc
    }

/* banner start */


.contact_top {
    color: #fff;
    background-image: -webkit-linear-gradient( 136deg, #6cd3c9 0, #3f2b96 100%) !important;
}

    /*.contact_top .stripes-wrapper {
        background-image: radial-gradient(circle at 50% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%);
    }*/

.stripes-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

/*.contact_top .stripes-wrapper .belt1, .contact_top .stripes-wrapper .belt2 {
    background-color: rgba(255,16,44,.375);
}*/

.stripes-wrapper .belt.belt2 {
    left: 70%;
}

.stripes-wrapper .belt.belt1 {
    left: 83.5%;
}

.stripes-wrapper .belt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 200%;
    transform: translateY(-50%) rotate( 30deg );
    transform-origin: 50% 50%;
}

/*.contact_top .stripes-wrapper .belt3 {
    background-color: rgba(255,16,44,.25);
}*/

.stripes-wrapper .belt.belt3 {
    left: 30.5%;
}

/*.container__large:not(.no-pad-vertical) {
    padding-top: 5.72rem;
    padding-bottom: 5.72rem;
}*/


    /* banner close */


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

            .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
                background: #5fcf80;
                color: #fff;
            }

      
        .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

       .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .error-message br + br {
                margin-top: 25px;
            }

        .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

       
            .contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
                border-color: #5fcf80;
            }

        /*.contact .php-email-form button[type="submit"] {
            background: #5fcf80;
            border: 0;
            padding: 10px 35px;
            color: #fff;
            transition: 0.4s;
            border-radius: 50px;
        }*/

            .contact .php-email-form button[type="submit"]:hover {
                background: #3ac162;
            }
.morph-content .contact .php-email-form-chat button[type="submit"]:hover {
    background: #3ac162;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*##############################    Final Contact Form   ################################*/
#delayedPopup .contact .php-email-form-modal button[type="submit"] {
    background-color: #14070a;
    background-image: radial-gradient(circle at 50% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%);
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
}
.morph-content .contact .php-email-form-chat button[type="submit"] {
    background-color: olivedrab !important;
    background-image: linear-gradient( 310deg, #17ad37 0%, #98ec2d 100%);
    font-size: 13.5px !important;
    letter-spacing: 0.5px;
    border: 0;
    padding: 10px 38px;
    border-radius: 8px;
    color: #fff;
    transition: 0.4s;
}
.contact .info-box {
    color: #0b2341;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background: #fff;
}

.att span {
    position: absolute;
    display: block;
    color: #fff;
    left: unset;
    right: 15px !important;
    top: 8px !important;
    font-size: 15px !important;
}

    .att span i.fa .fa-envelope {
        color: #fff;
    }

    .att span i.fa .fa-check {
        color: green !important;
    }

.contact .info-box i {
    font-size: 32px;
    color: #ed502e;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.contact .php-email-form-chat {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 10px;
    background: #fff;
}
.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}
.contact .php-email-form_career {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}
.contact .php-email-form-modal {
    /*box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);*/
    padding:30px 10px;
    /*background: #fff;*/
}
.contact .php-email-form-chat .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}
.contact .php-email-form_career .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}
    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }
.contact .php-email-form-modal .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}
.contact .php-email-form-chat .error-message-chat {
    display: none;
    color: #fff;
    background-color: #ea0606;
    background-image: linear-gradient( 310deg, #ea0606 0%, #ff667c 100%);
    text-align: center;
    padding: 10px;
    font-weight: 400;
    font-size:12px;
    letter-spacing: 1px;
    border-radius: 8px;
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
.contact .php-email-form_career .error-message_career {
    display: none;
    color: #fff;
    background-color: #ea0606;
    background-image: linear-gradient( 310deg, #ea0606 0%, #ff667c 100%);
    text-align: center;
    padding: 10px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 8px;
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
.mt_50{
    margin-top:100px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background-color: #14070a;
    background-image: radial-gradient(circle at 50% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%);
    text-align: center;
    padding: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 4px;
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
.contact .php-email-form-modal .error-message-modal {
    display: none;
    color: #fff;
    background-color: #14070a;
    background-image: radial-gradient(circle at 50% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%);
    text-align: center;
    padding: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 4px;
    font-family: Poppins, Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form_career .error-message_career br + br {
    margin-top: 25px;
}
.contact .php-email-form-chat .error-message-chat br + br {
    margin-top: 25px;
}       
.contact .php-email-form-modal .error-message-modal br + br {
    margin-top: 25px;
}
.form-control {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    outline: none;
    border: 1px solid #dadada;
    border-radius: 4px;
    transition: 0.2s ease-out;
    color: #000;
    background-color: #f8f9fa !important;
}

.form-group {
    margin-bottom: 0rem !important;
}
input,
textarea {
    border-radius:4px !important;
    
    box-shadow: 0 4px 20px 0px rgb(0 0 0 / 4%), 0 7px 10px -5px rgb(156 39 176 / 10%) !important;
}

.form-group {
    position: relative;
}

.form-row2 {
    display: block;
    margin-right: -5px;
    margin-left: -5px;
}

.successicon {
    position: relative;
}

    .successicon::before {
        position: relative;
        top: 30px;
        color: green;
        right: -260px;
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        z-index: 5;
    }

.success-icon {
    position: absolute;
    top: -4px;
    color: green;
    right: -1px;
    background: #fff;
    opacity: 0;
}

    .success-icon.active {
        position: absolute;
        top: -4px;
        color: green;
        right: -1px;
        background: #fff;
        opacity: 1;
    }

.success-icon2 {
    position: absolute;
    top: -4px;
    color: green;
    right: -1px;
    background: #fff;
    opacity: 0;
}

.form-control.active {
    position: relative;
}

    .form-control.active::before {
        position: relative;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
        color: #ff4500;
    }

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
}
.contact .php-email-form_career .sent-message_career {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
}
.contact .php-email-form-chat .sent-message-chat {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
}

.contact .php-email-form-modal .sent-message-modal {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 8px;
}
.contact .php-email-form-chat .loading-chat {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form_career .loading_career {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form_career .loading_career:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form-modal .loading-modal {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form-chat .loading-chat:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}    
.contact .php-email-form-modal .loading-modal:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.contact .php-email-form_career input,
.contact .php-email-form_career textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form-chat input,
.contact .php-email-form-chat textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.contact .php-email-form-modal input,
.contact .php-email-form-modal textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #ed502e;
}
.contact .php-email-form_career input:focus,
.contact .php-email-form_career textarea:focus {
    border-color: #ed502e;
}
.contact .php-email-form-chat input:focus,
.contact .php-email-form-chat textarea:focus {
    border-color: #ed502e;
}
.contact .php-email-form-modal input:focus,
.contact .php-email-form-modal textarea:focus {
    border-color: #ed502e;
}

/* .contact .php-email-form input {
                            padding: 20px 15px;
                        } */

.contact .php-email-form textarea {
    padding: 12px 15px;
}
.contact .php-email-form-modal textarea {
    padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
    background-color: olivedrab !important;
    /*background-image: linear-gradient( 310deg, #17ad37 0%, #98ec2d 100%);*/
    /*background-color: #14070a;
    background-image: radial-gradient(circle at 50% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%);*/
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
}
.contact .php-email-form_career button[type="submit"] {
    background-color: olivedrab !important;
    /*background-image: linear-gradient( 310deg, #17ad37 0%, #98ec2d 100%);*/
    /*background-color: #14070a;
    background-image: radial-gradient(circle at 50% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%);*/
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
}
.contact .php-email-form-modal button[type="submit"] {
    background-color: #14070a;
    background-image: radial-gradient(circle at 50% 125%,rgba(255,16,44,.5),rgba(255,16,44,1e-11) 65%);
    border: 0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    transition: 0.4s;
}

.php-email-form-chat .form-control {
    margin-bottom:8px !important;
}
.contact .php-email-form-chat button[type="submit"]:hover {
    background: #ef6445;
}
.contact .php-email-form-career button[type="submit"]:hover {
    background: #ef6445;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #ef6445;
}    
.contact .php-email-form-modal button[type="submit"]:hover {
    background: #ef6445;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.text-muted2 {
    color: red !important;
}

.text_muted2 {
    color: gray;
}

.for_hide_this_section {
    display: none !important;
}

.att input {
    height: 40px !important;
}
.non_visible{
    height:0px !important;
    visibility:hidden !important;
    width:0px !important
}
/*form {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 20px;
}*/
form div input {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    outline: none;
    border: 2px solid #c4c4c4;
    padding: 0 30px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 5px;
}
/*subscribe*/

.feedback > span {
    color: rgb(253, 72, 6);
    animation: fancy-animation 3s linear infinite;
    position: relative;
    font-size: 0.9rem;
    font-weight: 600;
}

.att span {
    position: absolute;
    display: block;
    color: #fff;
    left: unset;
    right: 15px !important;
    top: 8px !important;
    font-size: 15px !important;
}

    .att span i.fa .fa-envelope {
        color: #fff;
    }

    .att span i.fa .fa-check {
        color: green !important;
    }

.feedback > span:after {
    content: '...';
    position: absolute;
    top: -13.5px;
    left: 100%;
    font-size: 1.5rem;
    animation: fancy-animation 3s linear infinite;
}

@keyframes fancy-animation {
    0% {
        content: '';
        text-shadow: 0px 0px 10px #ffffff;
    }

    25% {
        content: '.';
        text-shadow: 0px 0px 50px #ffffff;
    }

    50% {
        content: '..';
        text-shadow: 0px 0px 10px #ffffff;
    }

    75% {
        content: '...';
        text-shadow: 0px 0px 50px #ffffff;
    }

    100% {
        content: '....';
        text-shadow: 0px 0px 10px #ffffff;
    }
}

.login {
    position: relative;
    display: flex;
    
}

.inputfield {
    position: relative;
    width: 100%;
    display: flex;
}

.login {
    display: flex;
    justify-content: space-between;
}

.inputfield span {
    position: absolute;
    display: block;
    color: orangered;
    left: 15px;
    top: 12px;
    font-size: 16px;
}

.inputfield input {
    width: 100%;
    padding: 10px 5px 10px 40px !important;
    display: block;
    border: 1px solid #EDEDED;
    border-radius: 0.3px !important;
    transition: 0.2s ease-out !important;
    color: #a1a1a1;
}

    .inputfield input:focus .input span i {
        display: none;
    }

    .inputfield input:focus {
        padding: 10px 5px 10px 10px !important;
        outline: 0;
        border-color: #FF7052 !important;
    }

.submit {
    width: 50px;
    height: 40px;
    display: block;
    margin-left: 15px;
    /*margin-top: 3px;*/
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #FF7052;
    color: #FF7052;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s ease-out;
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
}
    #subscribe{
        font-family:Georgia, 'Times New Roman', Times, serif;
    }

    .submit:hover,
    .submit:focus {
        background: #FF7052;
        color: #fff;
        outline: 0;
    }

.feedback {
    position: absolute;
    bottom: -70px;
    width: 100%;
    right: 1px;
    text-align: center;
    color: #fff;
    background: #2ecc71;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: none;
    opacity: 0;
    transition: 0.3s ease-out;
}
.modal_co_bg{
    background-color:azure;
}
.feedback:before {
    top: 100%;
    transform: rotate(180deg);
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(46, 204, 113, 0);
    border-bottom-color: #2ecc71;
    border-width: 10px;
    margin-left: -10px;
}

.mt-100 {
    margin-top: 100px;
}
/*##########################    final   contact   form  close  ################################*/