@media (min-width: 576px)
{
.col-sm-7 {
    /* flex: 0 0 auto; */
    width: 58.33333333%;
}
}
.margi-15{
    margin-left: 15px;
}
.separator {
    margin: 0 auto;
}
.separator {
    position: relative;
    width: 61px;
    width: 45px;
    height: 3px;
    background-color: #ffa500;
}
.separator:before {
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0px;
    width: 10px;
    height: 3px;
    background-color: #ffa500;
}
.separator:after {
    position: absolute;
    content: '';
    left: -15px;
    bottom: 0px;
    width: 10px;
    height: 3px;
    background-color: #ffa500;
}
@media (min-width: 1200px)
{
.h1, h1 {
    font-size: 2.5rem;
}
 .display-none{
  display: none;
 }
.navbar-height{
  height: 74px;
}
}
.border-0 {
    border: 0!important;
}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.query_form {
    margin-top: -95px;
    z-index: 1;
}
.text-center {
    text-align: center!important;
}
@media (min-width: 1200px)
{
.fs-2 {
    font-size: 2rem!important;
}
.menu-card{
    margin-top: 22px !important;
    margin-left: 26px !important;
}
.menu-card-1{
        margin-top: 22px !important;
}
.menu-card-2{
    margin-top: 22px !important;
    margin-left: -162px !important;
}
}
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}
.fw-bold {
    font-weight: 700!important;
}
.fs-2 {
    font-size: calc(1.325rem + .9vw)!important;
}
.py-2 {
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}
.btn-primary {
    background-color: #3f51b5 !important;
    font-size: large !important;
    padding: 8px 10px !important;
    text-align: center;
    border: 2px solid #3f51b5 !important;
}
.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
.mb-3 {
    margin-bottom: 1rem!important;
}

.form-floating {
    position: relative;
}
.form-control, .form-floating>.form-control-plaintext {
    padding: 12px;
    height: 50px;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.my-2 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.d-flex {
    display: flex!important;
}
.pt-3 {
    padding-top: 1rem!important;
}
.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
@media (min-width: 576px)
{
.col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
}
.slider_banner img
{

    width:100%;
}
.nav-item-2:hover{
    color: #fff !important;
}
.nav-item-1:hover{
    background-color: #005f9b;
    border-radius: 5px;}
.about-image{
        width: 453px;
    height: 78%;
    border-radius: 6px;
    box-shadow: -11px 15px black;
    border: 4px solid black;
}
.database-p:hover {
    background-color: #dbc11e;
}
.database-p{
          margin-right: 60px;
    border: 4px solid #b19d23;
    padding: 5px;
    font-variant-caps: petite-caps;
    display: none;
    font-size: 15px;
    background-color: #ecf5ff;
    border-radius: 24px;
    margin-top: 6px;
    margin-left: 218px;
}
.right-top{
    float:right;
}
.top-header img{
	    width: 191px;
}

.top-head {
    padding: 9px 0px;
       /*background-image: linear-gradient(to right,#803fa2 0,#212121 51%,#803fa2 100%);*/
       background-color: #005f9b;
}
.box1 {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0px 1px 2px 2px rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
    transition: all 0.3s ease-in-out;
}
.form-right {
    background-color: #a8d8c966;
    padding: 12px 0px 12px 0px;
}
.new-course {
    padding: 60px 0px;
}
.new-course h3{
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    border-bottom: 1px solid #cccccc2e;
        margin-bottom: 29px;
    padding-bottom: 20px;
}
.new-course .card {
    padding: 30px 20px;
    background: #fefefe;
    /* box-shadow: 0px 5px 90px 0px rgb(110 123 131 / 10%); */
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    border: none;
    min-height: 412px;
    margin-bottom: 15px;

    text-align: center;
}
.view-btn{
    position: absolute;
    bottom: 28px;
    right: 36%;
}
.card:hover .view-btn{
    display: block;
    transition: .3s;
}
.view-btn{
    display: none;
    transition: 0.3s;
     position: absolute;
    bottom: 28px;
    right: 36%;
}
.view-btn a{
    font-size: 15px;
    font-weight: 400;
}
.card .card-img{
       text-align: center;
    width: 150px;
    margin-bottom: 15px;
    min-height: 118px;
    margin: 0 auto;
}
.card h4{
    font-size: 21px;
    text-align: center;
}
.card p{
   text-align: justify;
    font-size: 15px;
    color: black;
    /* padding: 0px; */
    margin-bottom: 8px;
}
#about {
    background: #fff;
    padding: 60px 0;
}

    #about .about-container .background {
        margin: 20px 0;
    }

    #about .about-container .content {
        background: #fff;
    }

    #about .about-container .title {
        color: #333;
        font-weight: 700;
        font-size: 32px;
    }

    #about .about-container p {
        line-height: 26px;
    }

        #about .about-container p:last-child {
            margin-bottom: 0;
        }

    #about .about-container .icon-box {
        background: #fff;
        background-size: cover;
        padding: 0 0 30px 0;
    }

        #about .about-container .icon-box .icon {
            float: left;
            background: #fff;
            width: 64px;
            height: 64px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            text-align: center;
            border-radius: 50%;
            border: 2px solid #007bff;
            transition: all 0.3s ease-in-out;
        }

            #about .about-container .icon-box .icon i {
                color: #007bff;
                font-size: 24px;
            }

        #about .about-container .icon-box:hover .icon {
            background: #007bff;
        }

            #about .about-container .icon-box:hover .icon i {
                color: #fff;
            }

        #about .about-container .icon-box .title {
            margin-left: 80px;
            font-weight: 600;
            margin-bottom: 5px;
            font-size: 18px;
        }

            #about .about-container .icon-box .title a {
                color: #283d50;
            }

        #about .about-container .icon-box .description {
            margin-left: 80px;
            line-height: 24px;
            font-size: 14px;
        }

    #about .about-extra {
        padding-top: 60px;
    }

        #about .about-extra h4 {
            font-weight: 600;
            font-size: 24px;
        }

#why-us {
    padding: 60px 0;
    background: #004a99;
}

    #why-us .section-header h3,
    #why-us .section-header p {
        color: #fff;
    }

    #why-us .card {
        background: #00458f;
        border-color: #00458f;
        border-radius: 10px;
        margin: 0 15px;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        transition: 0.3s ease-in-out;
        height: 100%;
    }

        #why-us .card:hover {
            background: #003b7a;
            border-color: #003b7a;
        }

        #why-us .card i {
            font-size: 48px;
            padding-top: 15px;
            color: #bfddfe;
        }

        #why-us .card h5 {
            font-size: 22px;
            font-weight: 600;
        }

        #why-us .card p {
            font-size: 15px;
            color: #d8eafe;
        }

        #why-us .card .readmore {
            color: #fff;
            font-weight: 600;
            display: inline-block;
            transition: 0.3s ease-in-out;
            border-bottom: #00458f solid 2px;
        }

            #why-us .card .readmore:hover {
                border-bottom: #fff solid 2px;
            }

    #why-us .counters {
        padding-top: 40px;
    }

        #why-us .counters span {
            font-family: "Montserrat", sans-serif;
            font-weight: bold;
            font-size: 48px;
            display: block;
            color: #fff;
        }

        #why-us .counters p {
            padding: 0;
            margin: 0 0 20px 0;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            color: #cce5ff;
        }
#why-us .section-header h3 {
    color: #fff;
    text-align: center;
}
 #why-us .section-header p{
margin: 0px 35px 40px 35px;
 color: #fff;
    text-align: center;   
 }
.header-slider{
    position: relative;
    min-height: 580px;
    background-size: 100%;
    padding: 40px 0px;
}
.top-header ul{
    list-style: none;
    margin-bottom: 0px;
    margin-left: -30px;
}
.top-header li{
    display: inline-block;
    padding-right: 20px;
}
.top-header li a{
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
}

.right-top ul{
    list-style: none;
    margin-bottom: 0px;
    margin-left: -30px;
}

.right-top li{
    display: inline-block;
    padding-right: 20px;
}
.right-top li a{
     color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
}
.form-boxes{
background-color: #111e2761;
    /*z-index: 9;*/
    /*height: 520px;*/
    padding: 25px;
    border-radius: 5px;
    float: right;
}
.form-boxes .heading{
    margin-top: -4px;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%!important;
    float: left;
}
.btn-sub{
    padding: 10px;
    text-transform: uppercase;
    background-color: #06175b;
    /*background: linear-gradient(to bottom right, #01C9FC, #0D3FA2);*/
    color: #fff !important;
    text-decoration: none !important;
}
.course-section{
    background-color: #f7f7f7;    
    padding: 60px 0px;
}


.marquee-client {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    animation: marquee 50s linear infinite;
    -webkit-animation: rightThenLeft 50s linear;
    font-size: 103px;
    font-weight: 900;
    color: rgba(255,255,255,.05);
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(152,149,149,.37);
    margin-bottom: -119px;
}
.course-heading h2{
  font-size: 32px;
    line-height: 36px;
    margin-top: 24px;
    width: 100%;
    font-weight: 900;
    float: left;
    text-transform: uppercase;
    text-align: center;
}
.lazy1.img-fluid {
    width: 260px;
}   
.card-section {
    position: relative;
    height: 457px;
}
.card.lazy1 img {
    border-radius: 4px;
    
}
.card-section .card-detail {
   right: 17px;
       padding: 15px 20px;
    position: absolute;
    bottom: 8px;
    -webkit-transform: translateX(18px);
    transform: translateX(18px);
    border-radius: 4px;
    background: #FFFFFF;
    width: 92%;
    box-shadow: 10px 10px 30px #00000029;
   width: 300px;
}
.digi-course-section{
    background-color: #eaeaea;
    padding: 50px 0px;
}
.all-about-serr {
    font-size: 32px;
    line-height: 36px;
    margin-top: 24px;
    width: 100%;
    font-weight: 900;
    float: left;
    text-transform: uppercase;
    text-align: center;
}
.post-title{
    margin: 0 0 10px;
}
.post-title a{
        font-size: 17px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-decoration: none !important;
    text-transform: capitalize;
}
.hr-course {
    background: #fc6305;
    width: 80px;
    font-weight: 700;
    height: 3px;
    text-align: left;
    margin: 0;
    margin-top: 5px;
}
.post-date{
    text-transform: capitalize;
    font-size: 14px;
    float: left;
    width: 100%;
    line-height: 25px;
}
.view-details{
    background-color: #06175b;
    border-radius: 3px;
    color: #fff;
    padding: 5px 12px;
}
.course-owle{
    padding: 60px 0px;
}
.owl-nav{
    display: none;
}
.box {
    margin-bottom: 45px;
    position: relative;
    perspective: 1000px;
    color: #000!important;
    height: 239px;
    padding: 36px 20px!important;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 16px 36px rgb(34 82 130 / 6%);
    overflow: hidden;
    border-radius: 30px 0 30px 0;
}
.titlee {
    color: #212529;
    font-weight: 700;
    margin-bottom: 0;
    transition: .6s;
    font-size: 16px;
    padding-top: 0;
}
.box img {
    width: 65px;
    height: 65px;
    margin-bottom: 0;
    float: left;
    margin-right: 3px;
    margin-top: -16px;
}
.descriptionn {
    font-size: 14px!important;
    line-height: 25px;
    margin-top: 0;
    color: #0a0a0a;
    width: 100%;
    float: left;
}
.course-line p {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.box .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fa6304;
    color: #fff!important;
    text-align: left;
    padding: 40px 20px 20px;
    transition: all .6s ease-in-out 0;
    border-radius: 3px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    border-radius: 0!important;
}
.descriptionn {
    font-size: 14px!important;
    line-height: 25px;
    margin-top: 0;
    color: #0a0a0a;
    width: 100%;
    float: left;
}
.box:hover .over-layer {
    opacity: 1;
}
.box:hover {
    border-radius: 0 30px 0 30px!important;
}
.form-sectin{
    background-color: #f8f9fa;
    padding: 40px 0px;
}
.form-inform{
    background: rgb(0,114,189);
    background: linear-gradient(90deg,rgba(0,114,189,1) 0%,rgba(35,166,222,1) 100%);
    padding: 40px;
    color: #fff;
}
.form-sectin h3{
    font-weight: 700;
    font-size: 28px;
    color: #ffffff
}
.form-sectin h3 span{
    font-size: 16px;
}
.form-sectin h4,h5{
    color: #fff;
}
.text-info ul{
    list-style: none;
    margin-left: -16px;
}
.text-info li{
    color: #fff;
    margin-bottom: 8px;
}
.text-info li:before{
    content: " ";
    position: relative;
    top: 2px;
    left: -4%;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1em;
    width: .5em;
    border-bottom: 0.2em solid #fff;
    border-right: 0.2em solid #fff;
    font-size: 14px;
}
.frm-boxes{
    background-color: #FFFFFF;
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%);
    border-radius: 3px;
}
.inr-form-box{
    padding: 80px 40px;
}
.inr-form-box h2{
    font-size: 22px;
    color: #222222;
    text-align: center;
}
.btn-sub-form{
    padding: 0.5em 2em;
    color: #fff !important;
    border-radius: 3px !important;
    border: none;
    background-color: #0072bd;
    margin-top: 2%;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none !important;
}
.btn-sub-form:hover{
    box-shadow: rgb(0 0 0 / 30%) 0px 2px 18px 0px !important
}
.institute-tag {
    font-size: 32px;
    line-height: 36px;
    margin-top: 24px;
    width: 100%;
    font-weight: 900;
    float: left;
    text-transform: uppercase;
    text-align: center;
}
.best-box {
    background: 0;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    font-weight: 700!important;
    line-height: 23px;
    box-shadow: 0 5px 40px 0 rgb(0 0 0 / 11%);
    padding: 8px 15px;
    position: relative;
    float: left;
    width: 100%;
    transition: .5s;
    border-radius: 25px 0 25px 0;
    color: #2f2f2f!important;
    margin-bottom: 16px;
    font-size: 21px;
}
.best-box:hover {
    background: #fd670d;
    border: 1px solid #fd670d;
    cursor: pointer;
    box-shadow: 0 0 54px #e6e4e4;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    vertical-align: middle;
    color: #fff!important;
}
.best-box img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px!important;
}
.best-box span {
    padding-top: 7px;
    position: absolute;
    font-size: 16px;
    width: 73%;
}
.boxx {
    position: relative;
    perspective: 1000px;
    font-weight: 500;
    text-align: center;
}
.boxx .contenttt {
    width: 144px;
    height: 143px;
    position: absolute;
    top: -23px;
    left: -22px;
    border-radius: 100%;
    padding: 0;
    text-align: center;
    background: #f15c22;
    opacity: 0;
    transform: translateX(-25%);
    transition: all .4s ease-in-out 0;
}
.boxx .descriptionnn {
    font-size: 11px;
    color: #fff;
    padding-top: 19px;
    margin-bottom: 0;
}
.boxx .titleee {
    font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    margin: 8px;
}   
.me-col-md-3 {
    width: 14%;
    border: solid 5px #fff;
    margin: 10px 0;
    font-size: 12px;
    padding: 27px 6px 26px 26px;
    text-transform: uppercase;
    border-radius: 100%;
    color: #fff;
    line-height: 32px;
}
.me-col-md-1 {
    width: 7%;
    padding: 75px 0 0;
}    
.center-img{
    position: relative;
    background-size: 100%;
    padding: 60px 0px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    min-height: 350px;
}
.center-img:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222223;
    opacity: .8; 
    /**/
}
.center-img h3 {
    color: #fff;
    font-size: 34px;
}
.btn-cen-cont{
    background-color: #196AE5;
    color: #FFFFFF !important;
    padding: 12px 68px;
    border-radius: 4px;
    font-size: 24px;
    /*display: block;*/
    font-weight: 600;
    text-decoration: none !important;
        /*width: fit-content;*/
    margin: 30px 0 10px;
}

.training-section{
    /*background: linear-gradient( 326deg ,rgba(0,114,189,1) 0%,rgba(35,166,222,1) 100%);*/
    padding: 60px 0px;
    background-color: #06175b;
}
.institute-tag {
    font-size: 32px;
    line-height: 36px;
    margin-top: 24px;
    width: 100%;
    font-weight: 900;
    float: left;
    text-transform: uppercase;
    text-align: center;
}
.traning-box{
    border: 6px solid #fff;
    width: 183px;
    height: 183px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    padding: 32px; 
    margin: 0 auto;
}
.traning-box .image{
    width: 118px;
    margin: 0 auto;
}
.traning-box .content{
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin: 8px;
}
/*-----------------------------------
footer css
------------------------------------*/
#footer {
    background: #313c4e;
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}
#footer .footer-top {
    padding: 50px 0 50px 0;
}
#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgb(255 255 255 / 11%);
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #ecf5ff;
    text-decoration: none;
}
.social-links {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: transparent;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #e4e4e4;
}
#footer .footer-top .social-links a:hover {
    background: #0067d5;
    color: #fff;
    transform: rotate(360deg );
    transition: all 500ms linear;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
.list_none{
    margin-left: -42px;
}
.social_icons li {
    display: inline-block;
    padding: 2px 3px;
}
.social_white.social_style1 li a {
    background-color: rgba(255, 255, 255, .1);
}
.social_white.social_icons li a {
    color: #fff;
    border-color: #fff;
        font-size: 18px;
    height: 35px;
    width: 35px;
    border-radius: 4px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.widget_links li {
    padding: 0 0 10px;
    list-style: none;
} 
.widget_links li a{
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
}
.contact_info li{
    color: #fff;
    list-style: none;
}
.contact_info li a{
    color: #fff !important;
    text-decoration: none !important;
}
.subfooter{
   background-color: #072044;
   padding: 30px 0px;
}
.subfooter p{
    margin-bottom: 0;
    color: #fff;
}
.subfooter p a{
    color: #fff;
    text-decoration: none;
}
#contact{
    padding: 33px 0;
}
/*-----------------about us css------------------------------------*/
.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative;
}
/*------------------------------blog css----------------------------*/

.blog-area{
    background-color: #ecf5ff;
}
.blog-area .blog-section {
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #ffffff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 2px 5px 0 rgb(0 0 0 / 12%);
    /* box-shadow: 0 10px 29px 0 rgb(68 88 144 / 10%); */
    transition: all 0.3s ease-in-out;
}
.blog-section h3 a{
    text-decoration: none !important;
}
.blog-rightside-box {
    background-color: white;
    padding: 40px 8px;
    margin: 0 10px 40px 10px;
    border-radius: 5px;
}
.btn-primary {
    background-color: #005f9a !important;
}
.btn-success{
    background-color: #003352 !important;
    border-color: #003352 !important;
}
.sticky-form {
    background-color: white;
        margin-top: -27px;
    padding: 31px 25px 30px;
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 30%);
    border-radius: 5px 5px 5px 5px;
    /*margin-top: 92px;*/
}
.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 25px 0px;
}
.banner-img-detail {
       width: 306px;
    height: 202px;
    background: #fff;
    box-shadow: 1px 1px 60px 0px rgb(0 0 0 / 20%);
    position: absolute;
    top: 60px;
    left: 30px;
    border-radius: 0 38px 0 38px;
    padding: 45px 24px 36px;
    text-align: center;
}
.banner-img-detail .h3 {
    font-weight: 500;
    font-size: 36px;
    color: #0e151d;
    line-height: 40px;
}
.banner-img-detail .h3 span {
    color: #ffa500;
    text-transform: uppercase;
}
.h2-1 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.3em;
    color: #161c42;
    font-weight: 700;
    text-shadow: 1px 1px 2px #898484;
    /* padding-bottom: 24px; */
}
@media screen and (max-width:768px) {
      .about-image {
            width: 309px;
      }

    .marquee-client{
        font-size:60px;
    }

    .database-p{
        display: none;
    }
    .right-top{
        display: none;
    }
    .top-header ul{
        margin-left: -42px;
    }
    .top-header li {
    display: inline-block;
    padding-right: 1px;
}
.top-header li a {
    font-size: 14px;
}
.logo-m {
    margin-top: -30px;
        margin-left: 0px !important;
}
.slidebar-margin{
        margin-left: 0px !important;
}
.services-img {
    background-size: cover;
    padding: 64px 0px;
    position: relative;
}
}
@media screen and (min-width:1370px) {
    
}


/*asdfghjkl*/
.services_area{
background-color: #ecf5ff;
}
.companydelhi{
    background-color: #ebf4fe;
    margin-top: 27px;
    padding: 13px;
    color: #1d1e1f;
        border-left: 9px solid #015f9b;
    border-right: 9px solid #015f9b;
    font-size: 18px;
}

.companydelhi-row{
    border: 1px dotted black;
    margin: 10px;
    border-radius: 20px;
    background-color: #ebf4fe;
}
.companydelhi-col1{
    background-color: #015f9b;
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
}
.add_to_cart_button:hover {
    background-color: #0037a9 !important;
    color: #fff !important;
    text-decoration: none;
}
.colr-blue {
    line-height: 25px;
    background: #edffe0;
    background: -moz-linear-gradient(-45deg, rgb(224 243 255) 0%, rgb(170, 223, 255) 50%, #a8d6ff 50%, rgb(224 242 255) 100%);
    background: -webkit-linear-gradient(-45deg, rgb(224 243 255) 0%, rgb(170, 223, 255) 50%, #a8d6ff 50%, rgb(224 242 255) 100%);
    background: linear-gradient(135deg, rgb(224 243 255) 0%, rgb(170, 223, 255) 50%, #a8d6ff 50%, rgb(224 242 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edffe0', endColorstr='#edffe0', GradientType=1);
    border-radius: 15px;
    font-size: 16px;
    box-shadow: 1px 2px 5px 1px #ccc;
    padding: 7px 5px;
    margin-top: 15px;
    border: 2px solid #fff;
    color: #000;
    text-shadow: 1px 1px 1px #FFF;
    text-align: center;
        margin-bottom: 15px;
}
.product-name {
    font-size: 20px;
    margin-bottom: 20px;
    color: black;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 31px;
    background: -moz-linear-gradient(left, rgb(179, 231, 255) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgb(179, 231, 255) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgb(179, 231, 255) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8f1f8', endColorstr='#00ffffff', GradientType=1);
    padding-left: 15px;
    border-left: 4px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
}


