@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');



body {

    background: #fff;

    font-family: 'Roboto', sans-serif;

    color: #333;

    line-height: 22px;

    font-size: 14px;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    font-weight: normal;

    color: #343433;

    font-family: 'Roboto', sans-serif;

}



h1 {

    font-size: 36px;

}



h2 {

    font-size: 20px;

}



h4 {

    font-size: 16px;

}



a {

    outline: none;

}



a {

    color: #231f20;

    -webkit-transition: color 300ms, background-color 300ms;

    -moz-transition: color 300ms, background-color 300ms;

    -o-transition: color 300ms, background-color 300ms;

    transition: color 300ms, background-color 300ms;

    -webkit-transition: all .5s cubic-bezier(0.215, .61, .355, 1);

    -moz-transition: all .5s cubic-bezier(0.215, .61, .355, 1);

    -o-transition: all .5s cubic-bezier(0.215, .61, .355, 1);

    transition: all .5s cubic-bezier(0.215, .61, .355, 1);

}



a:hover,

a:focus {

    color: #d43133;

    text-decoration: none;

}



.topbar {

    background: url(../images/topbg.png);

    background-repeat: no-repeat;

    background-size: cover;

    padding: 10px 0;

    background: #848282;

}



.topmenu {

    margin: 0;

    padding: 0;

    list-style-type: none;

}



.topmenu li {

    display: inline-block;

    position: relative;

    padding: 0 20px;

}



.topmenu li a {

    display: inline-block;

    color: #fff;

}



.phone {

    text-align: right;

    color: #fff;

}







#carouselFade.carousel-fade .carousel-inner .item {

    opacity: 0;

    transition-property: opacity;

    height: 450px;

    background-size: cover !important;

}



#carouselFade.carousel-fade .carousel-inner .active {

    opacity: 1;

}



#carouselFade.carousel-fade .carousel-inner .active.left,

#carouselFade.carousel-fade .carousel-inner .active.right {

    left: 0;

    opacity: 0;

    z-index: 1;

}



#carouselFade.carousel-fade .carousel-inner .next.left,

#carouselFade.carousel-fade .carousel-inner .prev.right {

    opacity: 1;

}



#carouselFade.carousel-fade .carousel-control {

    z-index: 2;

}



img {

    max-width: 100%;

}



.banner {

    min-height: 400px;

    background: #000;

    background-size: cover !important;

}





@media all and (transform-3d),

(-webkit-transform-3d) {



    #carouselFade.carousel-fade .carousel-inner>.item.next,

    #carouselFade.carousel-fade .carousel-inner>.item.active.right {

        opacity: 0;

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }



    #carouselFade.carousel-fade .carousel-inner>.item.prev,

    #carouselFade.carousel-fade .carousel-inner>.item.active.left {

        opacity: 0;

        -webkit-transform: translate3d(0, 0, 0);

        transform: translate3d(0, 0, 0);

    }



    #carouselFade.carousel-fade .carousel-inner>.item.next.left,

    #carouselFade.carousel-fade .carousel-inner>.item.prev.right,

    #carouselFade.carousel-fade .carousel-inner>.item.active {

        /* opacity: 1; */

        /* -webkit-transform: translate3d(0, 0, 0); */

        /* transform: translate3d(0, 0, 0); */

    }

}





.main_menu {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    background: rgba(255, 255, 255, 1);

    z-index: 2;

    box-shadow: 0 0 30px #2f2f2f;

}



.menu {

    text-align: right;

}



.menu ul {

    margin: 20px 0;

    padding: 0;

    list-style-type: none;

    /* display: inline-block; */

    /* border: 1px solid #ddd; */

}



.menu ul li {

    display: inline-block;

    padding: 0 0 0 0px;

    margin: 0 -1.8px;

}



.menu ul li a {

    display: block;

    padding: 6px 15px;

    text-transform: uppercase;

    border-radius: 0;

    /*    border-left:0px solid #6cbef1;*/

    /* box-shadow: 0 0 5px #ddd inset; */

    background: #663399;

    color: #fff;

}



.welcome {

    background: #eee;

    padding: 40px;

}



.title1 {

    text-align: center;

    margin: 0 0 40px;

    text-transform: uppercase;

    font-size: 30px;

    font-weight: 600;

    position: relative;

    padding: 0 0 12px;

    color: #555;

}



.title1 span {

    font-weight: 600;

    color: #4e93e9;

}



.title1:after {

    width: 100px;

    height: 2px;

    background: #4e93e9;

    position: absolute;

    left: 50%;

    margin-left: -50px;

    bottom: 0;

    content: "";

    border-radius: 30px;

}



.welcome_text {

    background: #f9f9f9;

    padding: 30px;

    border-radius: 4px;

    box-shadow: 0 0 15px #ddd;

}



.welcome_text p {

    margin: 0 0 30px;

    line-height: 23px;

}



.mar0 {

    margin: 0 !important;

}



.mbbscol {

    padding: 60px 20px;

}



.mbbs_list {

    min-height: auto;

    background: #fafafa;

    border: 1px solid #fff;

    box-shadow: 0 0 20px #ddd;

    border-radius: 4px;

}



.mbbs_flags {

    min-height: 220px;

    background-size: cover !important;

    border-radius: 4px 0 0 4px;

}



.ukraine_flag {

    background: url(../images/flag.jpg);

}



.mbbs_text {

    padding: 20px 20px 30px 20px;

    line-height: initial;

}



.mbbs_text h5 {

    font-size: 20px;

    margin: 0 0 15px;

}



.more {

    background: url(../images/morebg.png);

    width: 96px;

    height: 78px;

    position: absolute;

    bottom: 0px;

    right: 15px;

    padding: 45px 11px 0 0;

    color: #fff !important;

    text-align: right;

}



.padt30 {

    padding-top: 30px;

}



.our_services {

    background: #eee;

    padding: 60px 40px;

}



.servce_list {

    min-height: 300px;

    background-size: cover !important;

    border: 5px solid #efeeee;

    box-shadow: 0 0 25px #bfbfbf;

    border-radius: 4px;

}



.counciling {

    background: url(../images/counciling.jpg);

}



.service_btm {

    position: absolute;

    bottom: 0px;

    left: 0px;

    right: 0px;

    padding: 15px 25px;

    content: "";

    background: rgba(0, 0, 0, 0.5);

}



.service_btm h5 {

    margin: 0;

    color: #fff;

    font-weight: 300;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 20px;

}



.readmore {

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    padding: 16px 40px 0;

    color: #fff;

    background: #0664ff;

}



.readmore:hover {

    background: #ff8400;

    color: #fff;

}



.admission {

    background: url(../images/admission.jpg);

}



.visa {

    background: url(../images/visa.jpg);

}



.guidance {

    background: url(../images/guidance.jpg);

}



.readmore:after {

    right: 100%;

    top: 50%;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

}



.readmore:after {

    border-color: rgba(136, 183, 213, 0);

    border-right-color: #0664ff;

    border-width: 10px;

    margin-top: -10px;

}



.readmore:hover:after {

    border-right-color: #ff8401;

}



.testimonial {

    padding: 80px 40px;

}



.text_testimonial {

    padding: 0 50px;

    position: relative;

    font-style: italic;

    font-weight: 300;

    text-align: center;

    font-size: 21px;

    line-height: 35px;

    display: inline-block;

}



.text_testimonial:after {

    background: url(../images/testmonial_qoute1.jpg);

    width: 20px;

    height: 16px;

    position: absolute;

    left: 0px;

    top: 11px;

    content: "";

}



.testimonial_list {

    padding: 30px 0;

    text-align: center;

}



.text_testimonial:before {

    background: url(../images/testmonial_qoute2.jpg);

    width: 20px;

    height: 16px;

    position: absolute;

    right: 0px;

    top: 11px;

    content: "";

}



.testpic {

    padding: 20px 0 5px;

}



.testimonial_list h5 {

    font-size: 18px;

    margin: 0 0 5px;

    color: #888;

}



.testimonial_list h6 {

    font-size: 15px;

    margin: 0 0 5px;

    color: #888;

    font-style: italic;

}



.carousel-control {

    width: auto;

    text-shadow: 0 0 0;

    background: none !important;

    bottom: auto;

    top: 40%;

    opacity: 1;

    margin-top: -44px;

}



.presenting {

    padding: 80px 40px 100px;

    background: #eee;

}



.presenting h5 {

    text-align: center;

    font-size: 20px;

    margin: 0 0 20px;

}



.logo_slide {

    background: #fff;

    padding: 20px;

}



#universites_logos .carousel-control {

    width: auto;

    text-shadow: 0 0 0;

    background: none !important;

    bottom: auto;

    top: 50%;

    opacity: 1;

    margin-top: -44px;

}



#universites_logos1 .carousel-control {

    width: auto;

    text-shadow: 0 0 0;

    background: none !important;

    bottom: auto;

    top: 50%;

    opacity: 1;

    margin-top: -44px;

}



#universites_logos .carousel-control.right {

    right: -60px;

}



#universites_logos .carousel-control.left {

    left: -60px;

}



.ftr_top .col-md-3 {

    padding: 0;

}



#universites_logos1 .carousel-control.right {

    right: -60px;

}



#universites_logos1 .carousel-control.left {

    left: -60px;

}



.padt60 {

    padding-top: 60px;

}



.ftr_top {

    background: #5b5b5b;

    padding: 60px 40px 20px;

}



.ftr_top .row span {

    padding: 0 0px;

    color: #fff;

    display: inline-block;

    text-align: center;

    text-transform: uppercase;

    font-size: 20px;

    font-weight: 300;

    line-height: inherit;

}



.ftr_top .row span strong {

    font-size: 25px;

    padding: 5px 0 0;

    display: inline-block;

    font-weight: 600;

}



.ftr_top .title1 {

    color: #fff;

}



.footer {

    background: #6b2d59;

    padding: 50px 40px;

    color: #e8e5e7;

    background-image: linear-gradient(to bottom, rgb(168, 38, 130), rgb(18, 98, 138));

}



.footer .title1 {

    color: #fff;

    font-size: 20px;

}



.footer ul {

    margin: 0 auto;

    padding: 0 60px 0 0;

    list-style-type: none;

    /* width: 200px; */

    text-align: left;

}



.footer ul li {

    display: block;

    padding: 11px 0 10px 0px;

    border-bottom: 1px solid #3470a2;

    list-style-type: decimal;

}



.footer ul li a {

    color: #eee;

}



.footer ul li a:hover {

    color: #fff;

}



.padt20 {

    padding-top: 20px;

}



.formcol {

    margin: 0 auto;

    /* width: 300px; */

}



.formcol .form-control {
    padding: 8px 21px;
    height: auto;
    font-size: 16px;
    font-weight: 300;
    background: #eee;
    border: none;
    padding: 5px 15px;
}



.formcol textarea.form-control {

    min-height: 80px;

}



.formcol button {
    border: none;
    background: #009966;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    border-radius: 4px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-top: 27px;
}



.formcol button:hover {

    background: #790459;

}



.flag2 {

    background: url(../images/flag2.jpg);

}



.flag3 {

    background: url(../images/flag3.jpg);

}



.flag4 {

    background: url(../images/flag4.jpg);

}



.flag5 {

    background: url(../images/flag5.jpg);

}



.flag6 {

    background: url(../images/flag6.jpg);

}



.flag7 {

    background: url(../images/flag7.jpg);

}



.flag8 {

    background: url(../images/flag8.jpg);

}



.mbbs_flags img {

    position: absolute;

    right: -19px;

    top: 50%;

    width: 100px;

    margin-top: -50px;

    border: 5px solid #fafafa;

    border-radius: 50%;

}



.menu ul li a:hover {

    background: #33cc99;

    color: #000;

}



.dropdown-menu {

    min-width: 280px;

    border-radius: 0 0 5px 5px;

    border: none;

    margin: 0 !important;

    background: #33cc99;

    left: auto;

    right: 0;

}



.dropdown-menu li {

    display: block !important;

    border-bottom: 1px solid #660066;

}



.dropdown-menu li a {

    font-size: 14px;

    text-transform: capitalize !important;

    padding: 7px 20px !important;

    color: #777 !important;

}



.dropdown:hover {

    background: #fff !important;

}



.dropdown-menu li a:hover {

    background: #f6f6f6 !important;

}



.menu {

    padding-left: 0;

    padding-top: 0;

}



.menu ul li:nth-child(7) .dropdown-menu {

    left: auto;

    right: 0;

}



.dropdown-toggle::after {

    background: url(../images/droparrow_white.png);

    width: 8px;

    height: 5px;

    border: none;

    position: absolute;

    top: 29px;

    right: 14px;

    transform: rotate(0deg);

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    transition: .5s all ease;

    -webkit-transition: .5s all ease;

    -moz-transition: .5s all ease;

}



.menu li.dropdown .dropdown-toggle {

    padding-right: 45px;

}



.dropdown:hover .dropdown-toggle::after {

    transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    transition: .5s all ease;

    -webkit-transition: .5s all ease;

    -moz-transition: .5s all ease;

}



.mbbs_list:hover .more {

    background: url(../images/morebg_hover.png);

}



.admission_bg {

    background-image: url(../images/assistance_bg.jpg);

    margin-top: 0;

    min-height: 350px;

    background-color: #fff;

    background-repeat: no-repeat;

    background-position: right bottom;

    border-bottom: 1px solid #93d1e0;

    background-size: cover;

    padding-left: 50px;

    border-top: 1px solid #bee5ef;

}



.admission_bg h4 {

    padding: 50px 0 10px;

    text-transform: uppercase;

    font-size: 38px;

    font-weight: 200;

    position: relative;

    color: #555;

}



.admission_bg h5 {

    margin: 0 0 15px;

    color: #3787d2;

    font-size: 25px;

}



.admission_bg h6 {

    margin: 0 0 40px;

    font-size: 18px;

    font-weight: 300;

}



.admission_bg a {

    padding: 10px 20px;

    display: inline-block;

    background: #529de3;

    color: #fff;

    border-radius: 4px;

}



.admission_bg h4 span {

    font-weight: 600;

    display: block;

}



.admission_bg a:hover {

    background: #ff7536;

}



.carousel-indicators li {

    width: 50px;

    height: 4px;

    border: none;

    border-radius: 4px;

    margin: 0 5px;

    background: #fff;

    z-index: 9 !important;

}



.carousel-indicators .active {

    width: 50px;

    height: 4px;

    border: none;

    border-radius: 4px;

    margin: 0 5px;

}



.carousel-indicators {

    width: auto;

    z-index: 2;

}



.carousel-indicators .active {

    background-color: #009966;

}



.navbar-toggler .icon-bar {

    position: relative;

    transition: all 500ms ease-in-out;

}



.navbar-toggler .icon-bar {

    height: 3px;

    width: 27px;

    background: #529de3;

    margin: 4px 0;

    display: block;

}



.navbar-toggler {

    display: none;

}



.admin_hed {

    padding: 40px 0 0;

}



.admission_bg ul {

    margin: 0;

    padding: 50px 0 30px 20px;

    font-size: 16px;

}



.admission_bg ul li {

    padding: 0 0 7px;

    color: #555656;

}



.topbar .fa {

    padding-right: 2px;

}



#carouselFade {

    margin: 73px 0 0 0;

}



.logo {

    margin: 5px 0 0 30px;

    width: 280px;

}



.searchicon {

    display: inline-block;

}



.menu .navbar-collapse.collapse {

    /* display:inline-block !important; */

}



.signbtns a {

    display: inline-block;

    background: #36349f;

    color: #fff;

    text-transform: uppercase;

    margin: 0 0 0 10px;

    padding: 5px 10px;

    border-radius: 4px;

}



.signbtns {

    display: inline-block;

    padding-left: 20px;

    position: relative;

    top: 1px;

}



.oursolution {

    /* background-image: url(../images/patright.png); */

    background-position: right top;

    background-color: #4c97f5;

    padding: 80px 0;

    background-repeat: no-repeat;

}



.solution_icons a {

    display: inline-block;

    /* background: #294a77; */

    padding: 20px 40px;

    color: #fff;

    text-align: center;

    float: left;

    min-height: 285px;

    margin: 0 1px;

}



.solution_icons a h5 {

    color: #fff;

    font-weight: 200;

    font-size: 25px;

    text-transform: uppercase;

    margin: 15px 0;

}



.oursolution {

    text-align: center;

}



.solution_icons {

    display: inline-block;

}



.solution_icons a:nth-child(2) {

    /* background:#2a5c9b; */

}



.solution_icons a:nth-child(3) {

    /* background:#3876c3; */

}



.solution_icons a:nth-child(4) {

    /* background:#4d93e9; */

}



.jobs {

    background-image: url(../images/job_bg.jpg);

    background-position: left top;

    background-color: #f5f5f5;

    padding: 40px 0;

    background-repeat: no-repeat;

}



.jobstext {

    padding: 80px 50px;

}



.clients {
    background-position: right top;
    background-color: #fff;
    padding: 50px 0 70px;
    background-repeat: no-repeat;
}



#clientlogos {

    padding: 30px 0 80px;

    text-align: center;

}



#clientlogos img {

    display: inline-block;

}



#clientlogos .carousel-indicators li {

    background: #ddd;

}



#clientlogos .carousel-indicators li.active {

    background-color: #ff0000;

}



.portfolio {

    /* background-image: url(../images/patleft.png); */

    background-position: left top;

    background-color: #f0f0f0;

    padding: 50px 20px;

    /* background-repeat:no-repeat; */

    box-shadow: 0 0 10px #d6d4d4 inset;

}



.portlist .col-md-4 {

    padding: 0;

}



.portlist .row {

    margin: 0;

}



.portlist .col-md-4 img {

    width: 100%;

}



.ourteam {

    background-image: url(../images/patright.png);

    background-position: right top;

    background-color: #fff;

    padding: 80px 0;

    background-repeat: no-repeat;

    text-align: center;

}



.teamlist ul {

    margin: 0 0 10px;

    list-style-type: none;

    padding: 0;

    overflow: hidden;

    display: inline-block;

}



.teamlist ul li {

    float: left;

    width: 25%;

    padding: 0 1%;

}



img {

    max-width: 100%;

}



.teamlist ul li img {

    border-radius: 5px;

}



.clientcol {
    /* background-image: url(../images/clientbg.png); */
    padding: 80px 0;
    background-size: cover;
    text-align: center;
    color: #dfdfe0;
    background: #fff;
    border-top: 1px solid #ddd;
}



.clientcol .title1 {

    color: #fff;

}



.clientetx {

    width: 70%;

    margin: 0 auto;

    padding: 10px 0;

    clear: both;

    color: #555;

    font-size: 14px;

    line-height: initial;

}



.clientinfo {

    display: inline-block;

    border-top: 1px solid #8f9091;

    color: #bf5ea2;

    padding: 10px 0;

    font-size: 15px;

}



.clientinfo strong {

    display: block;

}



.title2 {

    color: #ffffff;

    font-size: 18px;

    font-weight: 500;

    letter-spacing: 1px;

    margin: 0 0 30px;

    background-image: url(../images/ftr_divder.png);

    background-repeat: no-repeat;

    background-position: bottom left;

    padding: 0 0 20px;

}



.latestpro .col-md-4 {

    padding: 2px;

}

.latestpro .row {
    margin: 0;
}

.student_batch {
    padding-top: 40px;
}

.service_section {
    padding: 60px 0;
}



.icon_col {
    text-align: left;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 25px inset #eceaea;
    background: #fafafa;
    border: 1px solid #ddd;
    min-height: 367px;
    position: relative;
}



.icon_col .lni {

    font-size: 80px;

    color: #756af8;

}



.icon_col h4 {

    margin: 5px 0 10px;

    font-size: 16px;

    font-weight: 600;

}



.icon_col a {

    color: #fff;

    display: block;

    background: #a82682;

    margin: 0;

    padding: 5px 14px;

    text-align: center;

    position: absolute;

    right: 15px;

    border: 1px solid #a82682;

    border-radius: 6px;

    bottom: 15px;

}













.pad_b30 {

    padding-bottom: 30px;

}



.menu ul li.active a {

    background: #33cc99;

    color: #fff;

}



.slide1img {

    position: absolute;

    right: 30px;

    top: 10px;

    width: 580px;

}



.sub_list {

    background: #a82682;

    padding: 30px 0 50px;

    text-align: center;

}



.sub_list h3 {

    color: #fff;

    margin: 0 0 5px;

    font-size: 35px;

    font-weight: 200;

}



.sub_list h4 {

    color: #fff;

    font-size: 16px;

    font-weight: 200;

}



.slide1_cnt {

    position: absolute;

    top: 24%;

    left: 4%;

    width: 40%;

    text-align: left;

}



.slide1_cnt h3 {

    color: #fff;

    font-size: 40px;

}



.slide1_cnt h3 span {

    font-weight: 200;

    color: #fff;

}



.slide1img2 {



    position: absolute;

    right: 30px;



    top: 100px;

    width: 580px;

}



.slide1_cnt p {

    color: #fff;

    margin: 10px 0 20px;

    font-size: 18px;

    font-weight: 400;

    line-height: 21px;

}



.item2 .slide1_cnt h3 {

    color: #fff;

}



.item2 .slide1_cnt p {

    color: #fff;

}



.slidebtn a {

    display: inline-block;

    background: #009966;

    padding: 8px 20px;

    color: #fff;

    border-radius: 5px;

}



@media (max-width:767px) {

    .welcome_text {

        padding: 20px;

    }



    .welcome_text p {

        margin: 20px 0 0;

    }



    .admission_bg ul li {

        padding: 0 0 7px;

        color: #fff;

    }



    .navbar-toggler {

        display: block;

    }



    .navbar-toggler {

        position: absolute;

        top: 10px;

        right: 9px;

        cursor: pointer !important;

    }



    .topbar {

        display: none;

    }



    .main_menu {

        top: 0;

    }



    .our_services {

        padding: 40px 0px;

    }



    .title1 {

        font-size: 25px;

        margin: 0 0 10px;

    }



    .mbbs_flags img {

        position: absolute;

        right: auto;

        top: 50px;

        width: 100px;

        margin-top: 0;

        left: 50%;

        margin-left: -50px;

    }



    .mbbscol {

        padding: 40px 0px;

    }



    .mbbs_list {

        margin: 0 0 20px;

    }



    .mbbs_list .padt30 {

        padding-top: 0;

    }



    .servce_list {

        margin: 20px 0 0;

    }



    .service_btm h5 {

        font-size: 16px;

    }



    .readmore {

        padding: 16px 20px 0;

    }



    .presenting {

        padding: 40px 20px 70px;

    }



    #universites_logos1 .carousel-control.right {

        right: -24px;

    }



    #universites_logos1 .carousel-control.left {

        left: -24px;

    }



    #universites_logos1 .carousel-control img {

        width: 20px;

    }



    .footer {

        padding: 50px 20px;

    }



    .footer .title1 {

        margin-top: 30px;

    }



    .formcol {

        margin: 0 auto;

        width: auto;

    }



    .ftr_top .col-md-3 {

        padding: 0 0 20px;

    }



    .footer ul {

        width: auto;

    }



    #universites_logos .carousel-control.right {

        right: -24px;

    }



    #universites_logos .carousel-control.left {

        left: -24px;

    }



    #universites_logos .carousel-control img {

        width: 20px;

    }



    .admission_bg h4,

    .admission_bg h6 {

        color: #fff;

    }



    .our_services .padt30 {

        padding-top: 0px;

    }



    .presenting h5 {

        margin: 30px 0 10px;

    }



    .presenting .padt60 {

        padding-top: 0;

    }



    .text_testimonial {

        font-size: 16px;

        line-height: 22px;

    }



    #myCarousel .carousel-control img {

        width: 20px;

    }



    .mbbscol {

        overflow: hidden;

    }



    .mbbscol .padt30 {

        padding-top: 0px;

    }



    .welcome {

        padding: 40px 20px;

    }



    .banner {

        min-height: 250px;

    }



    #carouselFade.carousel-fade .carousel-inner .item {

        height: auto;

    }



    .logo {

        padding-right: 50px;

        margin: 5px 0;

    }



    .menu {

        padding-left: 0;

        padding-right: 0;

    }



    .navbar-collapse {

        overflow-y: auto;

        padding: 0;

        background: #fff;

        text-align: left;

        z-index: 9;

    }



    .menu ul li a {

        padding: 5px 15px;

    }



    .menu ul li {

        border-bottom: 1px solid #eee;

        display: block;

    }



    .main_menu {

        background: rgba(255, 255, 255, 0.9);

    }



    .dropdown-toggle::after {

        top: 13px;

        right: 15px;

    }



    .dropdown-menu {

        min-width: 100%;

        /* background: #eee; */

    }



    .banner {

        background-position: 40% !important;

    }



    .main_menu {

        position: relative;

        z-index: 3;

    }

}



.oursolution .title1 {

    color: #fff;

    font-weight: 200;

}



.oursolution .title1 span {

    font-weight: 600;

    color: #fff;

}



.solution_icons img {

    border: 1px solid #95c1f9;

    padding: 30px;

    border-radius: 5px;

}



.oursolution .title1:after {

    background: #bcd7f9;

}



.feature_pro .shadow.brder1 {

    margin-bottom: 30px;

}



.shadow {

    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

}



.brder1 {

    border: 1px solid #ddd;

    border-radius: 4px;

}



.box_col {

    padding: 10px 20px;

    text-align: center;

    border-radius: 0 0 5px 5px;

    background: #f9f9f9;

}



.box_col h5 {

    font-size: 17px;

    letter-spacing: 0.5px;

}



.upcoming_pro .toppro_img img {

    height: 220px;

    width: 100%;

}



.toppro_img img {

    border-radius: 8px 8px;

    border: 1px solid #fff;

}



.upcoming_pro .shadow.brder1 {

    margin-bottom: 30px;

}



.swiper-container {

    width: 100%;

    height: 100%;

    padding: 0 42px;

}



.swiper-slide {

    text-align: center;

    font-size: 18px;

    /* background: #fff; */



    /* Center slide text vertically */

    display: -webkit-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;



    -webkit-justify-content: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

}



.cat-card {

    box-shadow: rgba(0, 0, 0, 0.04706) 0 10px 10px 0;

    transition: all .3s ease;

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -ms-transition: all .3s ease;

    -o-transition: all .3s ease;

    border-radius: 2px;

    background: #FFF;

    display: flex;

    flex-wrap: wrap;

    flex-direction: column;

    margin-bottom: 0;

    border-radius: 6px;

    display: block;

    width: 100%;

    border: 1px solid #e5e5e5;

}



.infotext {

    min-height: auto;

    text-align: center;

    display: block;

    padding: 10px 0;

    border-radius: 0 0 6px 6px;

}



.infotext h3 {

    font-size: 15px;

}





swiper-button-next {

    right: 0px;

    left: auto;

}



.swiper-button-prev,

.swiper-button-next {

    z-index: 9;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    height: 80px;

    width: 40px;

    background-color: #fff;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

    font-size: 18px;

    color: #999;

    line-height: 80px;

    cursor: pointer;

    text-align: center;

}



.img-responsive {

    display: inline-block;

}



.infoimg {

    padding: 0 10px;

    min-height: 120px;

    line-height: 120px;

    background: #f3f3f3;

    border-radius: 6px 6px 0 0;

}



.swiperow {

    padding: 0 0px;

}



.swiper-button-prev,

.swiper-container-rtl .swiper-button-next {

    left: 0;

    right: auto;

    background-size: 30%;

}



.swiper-button-next {

    right: 0;

    background-size: 30%;

}



.clientcol .swiper-slide {

    display: block;

}



.sub_list h3 span {

    font-weight: 400;

}



.sub_list p {

    font-size: 18px;

    margin: 0 0 50px;

    font-weight: 300;

    color: #fff;

}



.sub_list h5 {

    font-size: 22px;

    font-weight: 300;

    margin: 30px 0 10px;

    /* letter-spacing: -1px; */

    color: #f3d746;

}



.sub_list h6 {

    font-size: 15px;

    margin: 0 50px;

    color: #f5c6e7;

    font-weight: 300;

}



.amazecol {

    background: #ddd;

}



.pad15 {

    padding: 15px 20px;

}



.responsiveimg img {

    border-radius: 5px 5px 0 0;

}



.icon_col p {
    line-height: 20px;
    font-size: 15px;
}



.news-content {

    padding: 15px 20px 25px;

    border-radius: 5px;

    border: 0px solid #e8e8e8;

    border-top: none;

    /* background: #fafafa; */

    border-top-left-radius: 0;

    border-top-right-radius: 0;

}



.flex {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-flow: row wrap;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    flex-flow: row wrap;

}



.onlinecource .news-grid-row .news-item {

    -webkit-box-flex: 0;

    -ms-flex: 0 19%;

    flex: 0 18.4%;

    margin: 0 10px;

    border: 1px solid #fff;

    background: #fff;

    /* box-shadow: 0 0 5px #ddd; */

    border-radius: 6px;

}



.onlinecource .news-content {

    padding: 15px;

    position: relative;

    padding-bottom: 60px;

    min-height: 150px;

}



.onlinecource .news-item img {

    height: 150px;

}



.onlinecource {

    background: #f5f5f5;

    padding: 50px 20px;

}



.news-item img {

    display: inline-block;

    height: auto;

    object-position: center;

    object-fit: cover;

    border-radius: 6px 6px 0 0;

    max-width: 100%;

    line-height: initial;

    max-height: 100%;

    padding: 0px;



    width: 100%;

}



.onlinecource h1 {

    margin: 0 0 50px;

    font-size: 32px;

    font-weight: 300;

    color: #fff;

    position: relative;

    text-align: center;

    padding: 0 0 20px;

}



.onlinecource h1 span {

    font-weight: 400;

}



.price {

    /* background: #e4e3e3; */

    margin: 10px 0px 0;

    padding: 5px 0;

    /* border-top: 1px solid #eee; */

    border-radius: 0 0 5px 5px;

}



.price {

    padding-right: 10px;

    color: #888;

    /* position: absolute; */

    bottom: 12px;

    left: 20px;

    right: 20px;

    padding: 0;

}



.price a {

    border: 1px solid #a82682;

    display: inline-block;

    padding: 3px 10px;

    line-height: initial;

    float: right;

    border-radius: 4px;

    font-size: 14px;

    position: relative;

    top: -3px;

    color: #a82682;

}



.onlinecource .news-item h5 {

    font-size: 15px;

    margin: 0 0 10px;

}



.news-item .news-content p {

    color: #a0a7ba;

    margin-bottom: auto;

    line-height: initial;

    font-size: 13px;

}



.onlinecource {

    background: url(../images/appbg.jpg);

    background-size: cover;

    background-attachment: fixed;

}



.icon_col a:hover {

    background: #fff;

    color: #a82682;

    border-bottom-color: #a82682;

}



.price a:hover {

    background: #a82682;

    color: #fff;

}



.small_business {

    background: #f9f9f9;

    padding: 50px 20px 70px;

}



.small_business h3 {

    margin: 0 0 10px;

    font-size: 32px;

    font-weight: 300;

    color: #a82682;

    text-align: center;

}



.small_business h6 {

    font-size: 17px;

    font-weight: 400;

    margin: 0 0 60px;

    text-align: center;

}



.small_business h3 span {

    font-weight: 500;

}



.small_business h5 {

    text-align: center;

    font-size: 20px;

    color: #a82682;

    margin: 20px 0 10px;

}



.small_business p {

    font-size: 15px;

    text-align: center;

    margin: 0 50px;

}



.portfolio h2 {

    text-align: center;

    margin: 0 0 60px;

    font-size: 32px;

    font-weight: 400;

    color: #a82682;

    text-align: center;

    padding: 0 0 20px;

}



.portfolio h2 span {

    font-weight: 300;

}



.dropdown-toggle::after {

    background: url(../images/droparrow_white.png);

    width: 8px;

    height: 5px;

    border: none;

    position: absolute;

    top: 15px;

    right: 20px;

    transform: rotate(0deg);

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    transition: .5s all ease;

    -webkit-transition: .5s all ease;

    -moz-transition: .5s all ease;

}



.dropdown:hover .dropdown-toggle::after {

    transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    transition: .5s all ease;

    -webkit-transition: .5s all ease;

    -moz-transition: .5s all ease;

}



.dropdown:hover .dropdown-toggle::after {

    transform: rotate(180deg);

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    transition: .5s all ease;

    -webkit-transition: .5s all ease;

    -moz-transition: .5s all ease;

}



.dropdown li {

    margin: 0 !important;

    /* border:none !important; */

    padding: 0 0 0 0px !important;

}



.dropdown li a {

    background: none !important;

    border: none !important;

    color: #fff !important;

    font-size: 15px;

    padding: 8px 20px 8px 50px !important;

    line-height: initial;

    box-shadow: 0 0 0 !important;

    background: #009966 !important;

}



.dropdown h4 {

    color: #fff;

    text-transform: uppercase;

    border-bottom: 1px solid #e046b3;

    padding: 10px 20px;

    font-weight: 500;

    font-size: 13px;

    letter-spacing: 1px;

    color: #ffc235;

    margin: 0;

}



.menu_l {

    border-radius: 6px 0px 0 6px !important;

}



.menu_r {

    border-radius: 0 6px 6px 0px !important;

}



.submenu {

    padding: 0;

}



.dropdown li a {

    position: relative;

}



.dropdown li a:after {

    width: 8px;

    height: 8px;

    position: absolute;

    left: 0;

    top: 14px;

    content: "";

    background: #ff7dd9;

    border-radius: 50%;

}



.dropdown li a:hover {

    background: none !important;

    color: #d6ff00 !important;

}



.menu ul li a.dropdown-toggle {

    padding-right: 28px;

}



.menu ul li.open a.dropdown-toggle {

    background: #33cc99;

    color: #fff;

}



.dropdown:hover .dropdown-toggle::after {

    background: url(../images/droparrow_white.png);

}



.submenu {

    /* background: url(../images/r_arrow.png); */

    background-repeat: no-repeat;

    background-position: 18px 43px;

}



.submenu.padt0 {

    padding-top: 0 !important;

}



.clients h2 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 400;
    color: #663399;
    text-align: center;
    padding: 0 0 20px;
    text-transform: uppercase;
}



.clients h2 span {

    font-weight: 300;

}





.clientcol h2 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: 400;
    color: #663399;
    text-align: center;
    position: relative;
    padding: 0 0 20px;
    text-transform: uppercase;
}



.clientcol h2 span {

    font-weight: 300;

}



.onlineimg {

    margin: 25px 0 0;

}



.quick {

    margin: 0;

}



.copy {
    padding: 10px 40px;
    text-align: center;
    background: #663399;
    color: #FFF;
    font-size: 17px;
    /* align-items: center; */
    /* display: flex; */
}



.menu_fixed {

    position: fixed;

    z-index: 9999 !important;

    width: 100%;

    top: 0;

}



.menu_fixed .logo {

    width: 280px;

}



.menu_fixed .menu ul {

    margin: 12px 0;

}



.menu_fixed.main_menu {

    box-shadow: 0 0 10px #a2a0a0;

}



.portfolio h2,

.clients h2 {

    position: relative;

}



.portfolio h2:after,

.clients h2:after,

.clientcol h2:after,

.student_batch h2:after,

.service_section h2:after {

    width: 50px;

    height: 7px;

    background: url(../images/ftr_divder1.png);

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -25px;

}



.onlinecource h1:after {

    width: 50px;

    height: 7px;

    background: url(../images/ftr_divder.png);

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -25px;

}

.student_batch h2 {
    text-align: center;
    /* margin: 0 0 60px; */
    font-size: 30px;
    font-weight: 400;
    color: #663399;
    text-align: center;
    padding: 0 0 20px;
    position: relative;
}

.service_section h2 {
    text-align: center;
    margin: 0 0 60px;
    font-size: 30px;
    font-weight: 400;
    color: #663399;
    text-align: center;
    padding: 0 0 20px;
    position: relative;
}



.clientimg img {
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #555;
    margin: 10px;
    width: 120px;
}



.sub_banner {

    min-height: 300px;

    margin: 73px 0 0;

    padding-top: 85px;

    padding-left: 60px;

    font-size: 22px;

    font-weight: 400;

    background-position: 0 center !important;

}



.sub_banner1 {

    min-height: 300px;

    margin: 73px 0 0;

    padding-top: 50px;

    padding-left: 50px;

    font-size: 18px;

    font-weight: 400;

    color: #000;

    background-position: 0 center !important;

}



.aboutimg {

    background: url(../images/aboutbanner.jpg);

}



.innercnt {

    padding: 60px 50px;

    overflow: hidden;

    background: #eee;

}



.sub_banner h4 {

    font-weight: 300;

    color: #fff;

    font-size: 30px;

    text-shadow: 0 1px #0e323c;

}



.sub_banner1 h4 {

    font-weight: 300;

    color: #fff;

    font-size: 25px;

}



.lftimg {

    float: left;

    margin-right: 30px;

}



.hedn {

    display: block;

    font-size: 18px;

    color: #a82682;

    padding: 0 0 10px;

}



.innerul {

    margin: 0;

    padding: 0 0 0 20px;

}



.innerul li {

    line-height: 25px;

}



.third_web {

    background: #fff;

    padding: 30px;

    border-radius: 0;

    margin: 50px 20px;

    position: relative;

    font-size: 15px;

    line-height: 25px;

    border-top: 5px solid #a82682;

}



.third_web h5 {

    position: absolute;

    top: -45px;

    left: 0;

    font-size: 22px;

    font-weight: 500;

    color: #069;

}



.third_web img {

    margin: 0 0 30px;

}



.mobileappdev {

    margin: 0 20px 30px;

}



.ulist {

    padding: 35px;

    background: #eee;

    border-radius: 5px;

}



.ecomsol {

    background: #ddd;

    padding: 30px;

    overflow: hidden;

    font-size: 16px;

    line-height: 25px;

}



.ecomsol img {

    border: 5px solid #fff;

}



.portbnr {

    background: url(../images/portimg.jpg);

    background-size: cover;

    height: 250px;

}



.dropdown li a:after {

    display: none;

}



.clntbnr {

    background: url(../images/client_bnr.jpg);

    background-size: cover;

    height: 300px;

}



.clientsinner .cat-card {

    margin-bottom: 20px;

    text-align: center;

}



.clientsinner {

    padding: 40px 30px;

}



.clientsinner .col-md-2 {

    padding-left: 5px;

    padding-right: 5px;

}



.cntbn {

    background: url(../images/cntbr.jpg);

    background-size: cover;

    height: 250px;

}



.cntpage {
    background: #fff;
    border: 10px solid #ffffff;
    margin: 40px 40px;
    box-shadow: 0 0 30px #cac9c96b;
    border-radius: 5px;
}



.cntadr {

    padding: 20px 30px;

    background: #a82682;

    color: #fff;

    margin-left: -30px;

    min-height: 400px;

}



.cntcol .col-md-6 {

    /* padding:0; */

}



.cntadr {

    text-align: left;

}



.cntadr strong {

    font-size: 22px;

}



.cntLvMsgCol {

    padding: 30px;

}



.cntLvMsg {

    font-size: 20px;

    padding-bottom: 20px;

    color: #a82682;

}



.l_btn {

    background: #009966 !important;

    color: #fff !important;

    border-radius: 5px !important;

    margin-left: 10px;

    box-shadow: 0 0 0 !important;

    margin-right: 20px;

}



.login_col {

    padding: 100px 0 100px 0;

    background: #eee;

}



.login_mid {

    margin: 0 auto;

    width: 800px;

    background-color: #02132d;

    min-height: 300px;

    position: relative;

    border-radius: 6px;

    background: url(../images/loginim.jpg);

    background-position: right center;

}



.loginform {

    position: absolute;

    top: -50px;

    bottom: -40px;

    width: 300px;

    left: 80px;

    background: #ddd;

    padding: 25px;

    border-radius: 5px;

    border: 5px solid #fff;

}



.login_mid h3 {

    margin: -25px -25px 30px;

    text-align: center;

    font-weight: bold;

    background: #ccc;

    padding: 15px 0;

}



.login_mid .form-control {

    padding: 10px 15px;

    font-size: 13px;

    height: auto;

}



.login_mid label {

    font-weight: normal;

    margin: 0;

}



.forgot {

    text-align: left;

    margin: -15px 0 20px;

}



.forgot a {

    color: #aa2b85;

    font-size: 12px;

}



.login_mid button {

    background: #663399;

    display: block;

    width: 100%;

    border: none;

    color: #fff;

    padding: 10px;

    border-radius: 5px;

}



.login_mid .form-group {

    margin-bottom: 25px;

}



.cources_detail {

    padding: 0 40px;

}



.courcebn {

    background: url(../images/crs_bnr.jpg);

    background-size: cover;

    height: 250px;

    margin: 74px 0 50px;

    background-position: center;

}



.hed13 {

    font-size: 25px;

    font-weight: 600;

    margin: 0 0 20px;

}



.coursfor {

    background: #a82682;

    padding: 20px 30px;

    margin: 0 0 30px;

    border-radius: 6px;

}



.coursfor h5 {

    text-align: left;

    margin: 0 0 20px;

    color: #fff;

    font-size: 18px;

    font-weight: 600;

}



.coursfor .form-control {

    height: auto !important;

    padding: 10px 20px;

    font-size: 13px;

}



.coursfor button {

    display: inline-block;

    background: #066594;

    border: none;

    display: inline-block;

    padding: 7px 20px;

    border-radius: 5px;

    color: #fff;

}



.rel_cource {

    background: #fafafa;

    padding: 20px;

}



.hed15 {

    font-size: 20px;

    background: #eee;

    margin: 0;

    text-align: center;

    padding: 10px;

    border-radius: 5px 5px 0 0;

}



.hed14 {

    font-size: 18px;

    font-weight: 600;

    color: #000;

}



.courcevideo {

    padding: 0 0 20px;

}



.rel_cource h6 {

    font-size: 16px;

    margin: 5px 0;

}



.menu ul li.open a.dropdown-toggle,

.menu ul li a:hover {

    /* box-shadow: 0 0 5px #691350 inset; */

}



.menu ul li.selected a:hover {

    background: #33cc99;

    color: #fff;

    box-shadow: 0 0 5px #691350 inset;

}



.portpage {

    text-align: center;

    padding: 30px 0;

}



.portpage .pagination {

    display: inline-block;

}



.amz_serv {

    border: 1px solid #e048b4;

    border-radius: 5px;

    padding: 10px 12px;

    position: relative;

}



.amz_serv:after,

.amz_serv:before {

    top: 100%;

    left: 50%;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

}



.amz_serv:after {

    border-color: rgba(136, 183, 213, 0);

    border-top-color: #a82682;

    border-width: 10px;

    margin-left: -10px;

}



.amz_serv:before {

    border-color: rgba(194, 225, 245, 0);

    border-top-color: #e048b4;

    border-width: 12px;

    margin-left: -12px;

}



.services_img {

    background: url(../images/serinbgin.jpg);

    min-height: auto;

    background-repeat: no-repeat;

    padding-top: 60px;

    padding-left: 60px;

    padding-bottom: 60px;

    background-position: 0 !important;

    background-color: #1675ad;

}



.innerdesign {

    margin: 0 0 30px;

    box-shadow: 0 0 5px #ddd;

}



.innerdesign .row {

    margin: 0;

}



.innerdesign .col-md-4 {

    padding: 0;

    background: #ffffff;

    border-left: 4px solid #2079b4;

}



.innerdesign .col-md-5,

.innerdesign .col-md-3 {

    padding: 0;

}



.innerdesign .col-md-3 {

    background: #ffffff;

}



.innerpad {

    padding: 20px 30px;

    color: #313131;

}



.innerdesign h4 {

    margin: 0 0 15px;

    font-size: 30px;

    font-weight: 300;

    color: #a82682;

}



.innerdesign img {

    width: 100%;

    position: relative;

    z-index: auto;

}



.innerdesign .col-md-5 {

    background-size: cover !important;

    position: relative;

    /* z-index: 9; */

}



.cntadr {

    position: relative;

}



.cntadr:after {

    right: 100%;

    top: 50%;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

}



.cntadr:after {

    border-color: rgba(136, 183, 213, 0);

    border-right-color: #a82682;

    border-width: 30px;

    margin-top: -30px;

}



.menu ul li:after {

    width: 1px;

    height: 100%;

    position: absolute;

    top: 0;

    bottom: 0;

    background: #33cc99;

    content: "";

    z-index: 1;

}



.menu ul li {

    position: relative;

}



.menu ul li:nth-child(6):after,

.menu ul li:nth-child(7):after {

    display: none;

}



.menu ul li ul li:after {

    display: none;

}



.dropdown li a {

    background-image: url(../images/subarw.png) !important;

    background-repeat: no-repeat !important;

    background-position: 25px center !important;

}



.dropdown li a:hover {

    background-position: 15px center !important;

    background-image: url(../images/subarw.png) !important;

    background-repeat: no-repeat !important;

}



@media (max-width:767px) {

    .sub_list h3 {

        margin: 0;

    }



    .slide1_cnt {

        position: static;

        top: 0;

        left: 0;

        width: auto;

        text-align: center;

    }



    .slide1img {

        position: static;

    }



    .sub_list {

        padding: 20px 0;

        text-align: center;

    }



    .slide1img,

    .slide1img2 {

        width: 200px;

        display: inline-block;

    }



    .slide1_cnt p {

        margin: 0 20px 20px;

        font-size: 13px;

        line-height: inherit;

    }



    .slide1_cnt h3 {

        margin: 0px 0 0;

        padding: 20px 0 0;

        font-size: 30px;

    }



    .slide1img2 {

        position: static;

    }



    #carouselFade {

        margin: 0px;

    }



    .banner {

        min-height: 350px;

    }



    .slidebtn a {

        font-size: 13px;

        padding: 5px 20px;

    }



    .sub_list h3 {

        margin: 0 0 10px;

        font-size: 30px;

    }



    .sub_list h5 {

        font-size: 18px;

        font-weight: 500;

        margin: 0 0 10px;

    }



    .sub_list h6 {

        font-size: 15px;

        margin: 0 20px 30px;

    }



    .service_section {

        padding: 40px 0;

    }



    .service_section h2 {

        margin: 0 0 40px;

    }



    .icon_col {

        padding-bottom: 30px;

        min-height: auto;

        margin-bottom: 20px;

    }



    .service_section .pad_b30 {

        padding-bottom: 0px;

    }



    .onlinecource .news-grid-row .news-item {

        -webkit-box-flex: 0;

        -ms-flex: 0 100%;

        flex: 0 100%;

        margin-bottom: 20px;

    }



    .small_business {

        padding: 50px 0px 70px;

    }



    .small_business h3 {

        font-size: 25px;

        font-weight: 300;

    }



    .small_business h5 {

        margin: 10px 0 5px;

    }



    .small_business p {

        margin: 0 10px 30px;

    }



    .swiperow {

        padding: 0 0px;

    }



    .title2 {

        margin: 0 0 10px;

    }



    .footer ul {

        padding: 0 0 30px;

    }



    .formcol {

        padding-bottom: 30px;

    }



    .onlineimg {

        margin: 15px 0 30px;

    }



    .slide1_cnt {

        padding: 50px 10px 0;

    }



    .sub_banner {

        min-height: 150px;

        margin: 0;

        padding-top: 40px;

        background-position: 65% center !important;

        padding-left: 30px;

    }



    .sub_banner h4 {

        font-size: 20px;

    }



    .sub_banner1 {

        min-height: 150px;

        margin: 0;

        padding-top: 40px;

        background-position: 65% center !important;

        padding-left: 30px;

    }



    .sub_banner1 h4 {

        font-size: 20px;

    }



    .innercnt {

        padding: 25px;

    }



    .cntbn {

        height: 120px;

    }



    .clientsinner {

        padding: 20px 0px;

    }



    .clients h2,

    .portfolio h2,

    .clients h2 {

        font-size: 25px;

        margin: 0 0 20px;

    }



    .cntadr {

        padding: 50px;

        margin-left: 0;

        margin-top: 20px;

        min-height: auto;

    }



    .cntpage iframe {

        height: 300px;

    }



    .portbnr {

        height: 130px;

        min-height: auto !important;

    }



    .ecomsol {

        padding: 10px;

    }



    .lftimg {

        float: initial;

        margin-right: 0;

    }



    .clntbnr {

        height: 150px;

        background-position: center !important;

    }



    .clientsinner .cat-card {

        display: block;

        width: auto;

        margin-left: 15px;

        margin-right: 15px;

    }



    .innercnt {

        padding: 20px 15px;

    }



    .third_web {

        padding: 15px;

        margin: 0 15px 20px;

    }



    .third_web h5 {

        position: static;

        top: 0;

        left: 0;

        font-size: 18px;

    }



    .login_mid {

        width: auto;

    }



    .loginform {

        right: 40px;

        left: 40px;

        width: auto;

    }



    .login_col {

        padding: 100px 0;

    }



    .courcebn {

        height: 150px;

        margin: 0px 0 50px;

        background-position: right;

    }



    .cources_detail {

        padding: 0 20px;

    }



    .innerdesign .col-md-5 {

        height: 200px;

        background-position: center !important;

    }



    .sub_banner {

        min-height: auto;

    }



    .sub_banner1 {

        min-height: auto;

    }

}



.dropdown:hover .dropdown-menu {

    display: block;

    opacity: 1;

}



.dropdown:hover .dropdown-toggle {

    background: #33cc99;

    color: #000;

}



.blockq {

    margin: 0 0 1rem;

    padding: 30px;

    background: #fff;

    line-height: 30px;

    border-left: 5px solid #a82682;

    font-size: 16px;

    border-right: 5px solid #13658e;

}



.aboutimg {

    background-size: cover;

    background-position: 0 0 !important;

}



.teamimg {

    background: url(../images/team.jpg);

    background-size: cover;

    background-position: 0 0 !important;

}



.pcourseimg {

    background: url(../images/paidcourse.jpg);

    background-size: cover;

    background-position: 0 0 !important;

}



.fcourseimg {

    background: url(../images/freecourse.jpg);

    background-size: cover;

    background-position: 0 0 !important;

}



.projimg {

    background: url(../images/project-banner.jpg);

    background-size: cover;

    background-position: 0 0 !important;

}



.enquireimg {

    background: url(../images/enquirebanner.jpg);

    background-size: cover;

    background-position: 0 0 !important;

}



.lgnimg {

    background: url(../images/loginbanner.jpg);

    background-size: cover;

    background-position: 0 0 !important;

}



.sub_banner h4 {

    margin: 0;

}



.sub_banner1 h4 {

    margin: 0;

}



.clntbnr {

    background-position: right 0 !important;

}



.client_testimonial {

    padding: 0 0px;

}



.client_testimonial .swiper-slider {

    margin: 30px 0;

    text-align: center;

    position: relative;

    padding: 0px 0 0;

}



.client_testimonial .clientetx {

    background: #fff;

    padding: 30px;

    text-align: center;

    width: auto;

    border: 1px solid #ddd;

}





.client_testimonial .clientimg {

    text-align: center;

    padding: 0 0 10px;

    position: static;

    top: 0;

    left: 39%;

}



.client_testimonial .leftslide1 .clientetx:after,

.client_testimonial .leftslide1 .clientetx:before {

    top: 50%;

    right: 100%;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

}



.client_testimonial .leftslide1 .clientetx:after {

    border-color: rgba(136, 183, 213, 0);

    border-right-color: #fff;

    border-width: 18px;

    margin-top: -8px;

}



.client_testimonial .clientetx {

    position: relative;

}



.client_testimonial .leftslide1 .clientetx:before {

    border-color: rgba(194, 225, 245, 0);

    border-right-color: #ddd;

    border-width: 19px;

    margin-top: -9px;

}



.client_testimonial .clientinfo {

    display: inline-block;

    border: 0px solid #ddd;

    color: #bf5ea2;

    padding: 0;

    font-size: 15px;

    background: none;

}



.cli_tebnr {

    background: url(../images/clienb.jpg);

    background-size: cover;

    background-position: 0 0 !important;

}



.client_testimonial .clientimg img {

    width: 150px;

}



.client_testimonial .leftslide2 .clientetx:after,

.client_testimonial .leftslide2 .clientetx:before {

    top: 50%;

    left: 100%;

    border: solid transparent;

    content: " ";

    height: 0;

    width: 0;

    position: absolute;

    pointer-events: none;

}



.client_testimonial .leftslide2 .clientetx:after {

    border-color: rgba(136, 183, 213, 0);

    border-left-color: #fff;

    border-width: 18px;

    margin-top: -8px;

}



.client_testimonial .leftslide2 .clientetx:before {

    border-color: rgba(194, 225, 245, 0);

    border-left-color: #ddd;

    border-width: 19px;

    margin-top: -9px;

}



.domaincol {

    background: #f9f9f9;

    padding: 50px 30px;

}



.domaincol ul {

    margin: 0;

    padding: 0;

    list-style-type: none;

    overflow: hidden;

}



.domaincol ul li {

    float: left;

    width: 20%;

    min-height: 225px;

    text-align: center;

    background: #fff;

    padding: 25px 0;

    margin: 0 0%;

    border-radius: 0px;

    /* box-shadow: 0 0 25px #f3f3f3 inset; */

    border: 1px solid #eee;

}



.domaincol ul li h4 {

    font-size: 18px;

    margin: 0 0 10px;

    letter-spacing: 1px;

    text-transform: uppercase;

}



.domaincol ul li a {

    display: inline-block;

    background: #5097df;

    margin: 20px 0 0;

    color: #fff;

    padding: 5px 20px;

    line-height: initial;

    border-radius: 5px;

    border: 1px solid #5097df;

    letter-spacing: 1px;

}



.domain_banner {

    background: url(../images/domainbanner.jpg);

    min-height: auto;

    background-repeat: no-repeat;

    padding-top: 60px;

    padding-left: 60px;

    padding-bottom: 60px;

    background-position: right 0 !important;

    background-color: #1675ad;

}



.domainbtns a {

    display: inline-block;

    padding: 10px 20px;

    background: #a3238e;

    color: #fff;

    border-radius: 5px;

}



.domainbtns {

    padding: 30px 0 0;

}



#generic_price_table {

    background-color: #fff;

    padding: 50px;

}



/*PRICE COLOR CODE START*/

#generic_price_table .generic_content {

    background-color: #2191ef;

}



#generic_price_table .generic_content .generic_head_price {

    background-color: #f6f6f6;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {

    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {

    color: #525252;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {

    color: #414141;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {

    color: #414141;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {

    color: #414141;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {

    color: #414141;

}



#generic_price_table .generic_content .generic_feature_list ul li {

    color: #fff;

}



#generic_price_table .generic_content .generic_feature_list ul li span {

    color: #fff;

    font-weight: bold;

}



#generic_price_table .generic_content .generic_feature_list ul li:hover {

    background-color: #E4E4E4;

    border-left: 5px solid #2ECC71;

}



#generic_price_table .generic_content .generic_price_btn a {

    border: 1px solid #135892;

    color: #5f66a7;

    font-weight: 800;

    background: #9fd3ff;

}



#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {

    border-color: #a3238e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #a3238e;

    color: #fff;

}



#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {

    color: #fff;

}



#generic_price_table .generic_content:hover .generic_price_btn a,

#generic_price_table .generic_content.active .generic_price_btn a {

    background-color: #9fd3ff;

    color: #1a66a7;

}



#generic_price_table {

    margin: 0px 0 0px 0;

    /* font-family: 'Raleway', sans-serif; */

}



.row .table {

    padding: 28px 0;

}



/*PRICE BODY CODE START*/



#generic_price_table .generic_content {

    overflow: hidden;

    position: relative;

    text-align: center;

}



#generic_price_table .generic_content .generic_head_price {

    margin: 0 0 20px 0;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content {

    margin: 0 0 50px 0;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {

    border-style: solid;

    border-width: 90px 1411px 23px 399px;

    position: absolute;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head {

    padding-top: 40px;

    position: relative;

    z-index: 1;

}



#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {

    font-family: "Raleway", sans-serif;

    font-size: 28px;

    font-weight: 400;

    letter-spacing: 2px;

    margin: 0;

    padding: 0;

    text-transform: uppercase;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag {

    padding: 0 0 20px;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {

    display: block;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {

    display: inline-block;

    font-family: "Lato", sans-serif;

    font-size: 28px;

    font-weight: 400;

    vertical-align: middle;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {

    /* font-family: "Lato",sans-serif; */

    font-size: 60px;

    font-weight: 600;

    letter-spacing: -2px;

    line-height: 60px;

    padding: 0;

    vertical-align: middle;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {

    display: inline-block;

    font-family: "Lato", sans-serif;

    font-size: 24px;

    font-weight: 400;

    vertical-align: bottom;

}



#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {

    font-family: "Lato", sans-serif;

    font-size: 18px;

    font-weight: 400;

    letter-spacing: 3px;

    vertical-align: bottom;

}



#generic_price_table .generic_content .generic_feature_list ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



#generic_price_table .generic_content .generic_feature_list ul li {

    font-family: "Lato", sans-serif;

    font-size: 18px;

    padding: 15px 0;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table .generic_content .generic_feature_list ul li:hover {

    transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;



}



#generic_price_table .generic_content .generic_feature_list ul li .fa {

    padding: 0 10px;

}



#generic_price_table .generic_content .generic_price_btn {

    margin: 20px 0 32px;

}



#generic_price_table .generic_content .generic_price_btn a {

    border-radius: 50px;

    -moz-border-radius: 50px;

    -ms-border-radius: 50px;

    -o-border-radius: 50px;

    -webkit-border-radius: 50px;

    display: inline-block;

    /* font-family: "Lato",sans-serif; */

    font-size: 18px;

    outline: medium none;

    padding: 12px 30px;

    text-decoration: none;

    text-transform: uppercase;

}



#generic_price_table .generic_content,

#generic_price_table .generic_content:hover,

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,

#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,

#generic_price_table .generic_content .price,

#generic_price_table .generic_content:hover .price,

#generic_price_table .generic_content .generic_price_btn a,

#generic_price_table .generic_content:hover .generic_price_btn a {

    transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    -webkit-transition: all 0.3s ease-in-out 0s;

}



@media (max-width: 320px) {}



@media (max-width: 767px) {

    #generic_price_table .generic_content {

        margin-bottom: 75px;

    }

}



@media (min-width: 768px) and (max-width: 991px) {

    #generic_price_table .col-md-3 {

        float: left;

        width: 50%;

    }



    #generic_price_table .col-md-4 {

        float: left;

        width: 50%;

    }



    #generic_price_table .generic_content {

        margin-bottom: 75px;

    }

}



@media (min-width: 992px) and (max-width: 1199px) {}



@media (min-width: 1200px) {}



#generic_price_table_home {

    font-family: 'Raleway', sans-serif;

}



.text-center h1,

.text-center h1 a {

    color: #7885CB;

    font-size: 30px;

    font-weight: 300;

    text-decoration: none;

}



.demo-pic {

    margin: 0 auto;

}



.demo-pic:hover {

    opacity: 0.7;

}



#generic_price_table_home ul {

    margin: 0 auto;

    padding: 0;

    list-style: none;

    display: table;

}



#generic_price_table_home li {

    float: left;

}



#generic_price_table_home li+li {

    margin-left: 10px;

    padding-bottom: 10px;

}



#generic_price_table_home li a {

    display: block;

    width: 50px;

    height: 50px;

    font-size: 0px;

}



#generic_price_table_home .blue {

    background: #3498DB;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .emerald {

    background: #2ECC71;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .grey {

    background: #7F8C8D;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .midnight {

    background: #34495E;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .orange {

    background: #E67E22;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .purple {

    background: #9B59B6;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .red {

    background: #E74C3C;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .turquoise {

    background: #1ABC9C;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .blue:hover,

#generic_price_table_home .emerald:hover,

#generic_price_table_home .grey:hover,

#generic_price_table_home .midnight:hover,

#generic_price_table_home .orange:hover,

#generic_price_table_home .purple:hover,

#generic_price_table_home .red:hover,

#generic_price_table_home .turquoise:hover {

    border-bottom-left-radius: 50px;

    border-bottom-right-radius: 50px;

    border-top-left-radius: 50px;

    border-top-right-radius: 50px;

    transition: all 0.3s ease-in-out 0s;

}



#generic_price_table_home .divider {

    border-bottom: 1px solid #ddd;

    margin-bottom: 20px;

    padding: 20px;

}



#generic_price_table_home .divider span {

    width: 100%;

    display: table;

    height: 2px;

    background: #ddd;

    margin: 50px auto;

    line-height: 2px;

}



#generic_price_table_home .itemname {

    text-align: center;

    font-size: 50px;

    padding: 50px 0 20px;

    border-bottom: 1px solid #ddd;

    margin-bottom: 40px;

    text-decoration: none;

    font-weight: 300;

}



#generic_price_table_home .itemnametext {

    text-align: center;

    font-size: 20px;

    padding-top: 5px;

    text-transform: uppercase;

    display: inline-block;

}



#generic_price_table_home .footer {

    padding: 40px 0;

}



.price-heading {

    text-align: center;

}



.price-heading h1 {

    color: #666;

    margin: 0;

    padding: 0 0 50px 0;

}



.demo-button {

    background-color: #333333;

    color: #ffffff;

    display: table;

    font-size: 20px;

    margin-left: auto;

    margin-right: auto;

    margin-top: 20px;

    margin-bottom: 50px;

    outline-color: -moz-use-text-color;

    outline-style: none;

    outline-width: medium;

    padding: 10px;

    text-align: center;

    text-transform: uppercase;

}



.bottom_btn {

    background-color: #333333;

    color: #ffffff;

    display: table;

    font-size: 28px;

    margin: 60px auto 20px;

    padding: 10px 25px;

    text-align: center;

    text-transform: uppercase;

}



.demo-button:hover {

    background-color: #666;

    color: #FFF;

    text-decoration: none;



}



.bottom_btn:hover {

    background-color: #666;

    color: #FFF;

    text-decoration: none;

}



#generic_price_table h2 {

    text-align: center;

    margin: 0 0 60px;

    font-size: 32px;

    font-weight: 400;

    color: #a82682;

    text-align: center;

    padding: 0 0 20px;

    position: relative;

}



#generic_price_table h2:after {

    width: 50px;

    height: 7px;

    background: url(../images/ftr_divder1.png);

    content: "";

    position: absolute;

    bottom: 0;

    left: 50%;

    margin-left: -25px;

}



.main_menu {

    z-index: 3;

}

.batches {
    background: #639;
    color: #fff;
}


@media (max-width:767px) {



    .domaincol ul li {

        float: none;

        width: auto;

        margin-bottom: 20px;





    }



    .clientetx {

        width: auto;

    }



    .service_section {

        padding: 40px 0 !important;

    }



    #generic_price_table {

        padding: 20px 10px;

    }



    #generic_price_table .generic_content {

        margin-bottom: 20px;

    }

}



.poweredby {

    background-image: url(../images/powered_logo.png);

    width: 150px;

    height: 35px;

    display: inline-block;

    background-size: contain;

    background-repeat: no-repeat;

}

.signinbox {
    width: 400px;
    margin: 100px auto;
    background: #eee;
    padding: 40px;
    box-shadow: 0 0 50px #eee;
    border-radius: 6px;
}

.signinbox h3 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    color: #fd0505;
}

.signinbox button {
    background-color: #639;
    color: #fff;
    border: none;
    padding: 8px 30px;
    font-size: 15px;
    border-radius: 6px;
}

.signinbox .form-control {
    font-size: 15px;
    margin: 0 0 20px !important;
    padding: 10px 18px;
    font-size: 15px;
    height: auto !important;
    line-height: initial !important;
}

.exam {
    background: url(../images/exam.jpg);
    background-size: cover;
    background-position: 0 0 !important;
}

.ftcol .row {
    align-items: unset;
}

.ftcol {
    background-color: #eee;
    padding: 60px 40px;
}

.medviz_socail_icon {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}

.lasted_fotter_icon {
    padding: 0 0 0 15px;
    margin: 0;
}

.medviz_socail_icon li {
    padding-right: 20px;
    font-size: 20px;
}

.ftcol h2 {
    margin: 0 0 20px;
    font-weight: 600;
}

.dcenter {
    align-items: center;
}

.ftcol iframe {
    border: 5px solid #fff !important;
    box-shadow: 0 0 10px #ccc;
}

.getfrm {
    display: flex;
}

.medbnr {
    background: url(../images/medical-coding-bnr.jpg);
    background-size: cover;
    background-position: 0 0 !important;
}

.medbnr h4 {
    color: #000 !important;
}

.medpg {
    background-color: #fff !important;
}

.certcnt {
    padding: 80px 50px;
}

.codemtrl {
    background: url(../images/medical-certify-bnr1.jpg);
    background-size: cover;
    background-position: 0 0 !important;
}

.certbnr {
    background: url(../images/medical-certify-bnr.jpg);
    background-size: cover;
    background-position: 0 0 !important;
}

.certbnr h4 {
    color: #000;
    font-weight: 500;
    padding-left: 130px;
    padding-top: 40px;
    text-shadow: 0 0px #0e323c;
}

.btchbnr {
    background: url(../images/student-batch-bnr.jpg);
    background-size: cover;
    background-position: 0 0 !important;
}

.btchbnr h4 {
    color: #000;
    font-weight: 500;
    padding-left: 130px;
    padding-top: 50px;
    text-shadow: 0 0px #0e323c;
}

.padt40 {
    padding-top: 70px;
}

.ulist.two {
    margin-top: 30px;
}

.ulist ul {
    padding-bottom: 20px;
}

.hm-abt-list {
    text-transform: capitalize;
    line-height: 36px;
}

#border-pagination {
    display: inline-block;
    padding: 0;
    text-align: center
}

#border-pagination li {
    display: inline;

}

#border-pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;

}

#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
}

#border-pagination li a.active {
    background-color: #4caf50;
    color: #fff;
}

#border-pagination li a:hover:not(.active) {
    background: #ddd;
}

.b-pagination-outer {
    text-align: center;
    padding: 30px 0;
}

#DataTables_Table_0_wrapper .row .table {
    padding: 0;
    margin: 30px 0 !important;
}

#DataTables_Table_0_wrapper.form-inline label {
    display: inline-block !important;
}

.btns {
    text-align: right;
}

.btns a {
    display: inline-block;
    padding: 3px 15px;
    background: #fff;
    color: #639;
    border-radius: 5px;
    border: 1px solid #639;
    margin-right: 10px;
    font-size: 13px;
}

thead {
    background: #639;
    color: #fff;
}

.even {
    background-color: #eee !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #663399;
}

.btns a:hover {
    background-color: #639;
    color: #fff;
}