@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: #707070;
    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: #000;
    text-decoration: none;
}

.about-txt {
    line-height: 27px;
    font-size: 16px;
    color: #000;
}

.tbl-trng-txt {
    line-height: 30px;
    text-align: left;
    vertical-align: top;
    padding-bottom: 15px;
}

.tbl-trng-hdng {
    line-height: 30px;
    font-weight: 600;
    text-align: left;
    color: #ff0066;
    vertical-align: top;
    padding-bottom: 15px;
}

.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: 540px;
    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: #fff;
    z-index: 2;
    box-shadow: 0 0 10px #e2e0e0;
    padding: 0 0 5px;
}

.menu {
    text-align: right;
}

.menu ul {
    margin: 19px 0 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 0px;
    line-height: normal;
}

.menu ul li a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    /* background: #ececec; */
    border-radius: 0;
    border-left: 0px solid #efecec;
    line-height: inherit;
    font-weight: 600;
}

.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;
}

.brder1 {
    border: 0px solid #fff;
    border-radius: 5px;
}

#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: #fff;
    background-image: linear-gradient(to bottom, rgb(7, 113, 222), rgb(4, 35, 66));
}

.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 #2675c5;
    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: #fffcfe;

    border: none;

    padding: 5px 15px;

}

.formcol textarea.form-control {
    min-height: 80px;
}

.formcol button {

    border: none;

    background: #116dca;

    padding: 10px 30px;

    color: #fff;

    font-size: 16px;

    font-weight: 300;

    border-radius: 4px;

    text-transform: uppercase;

    display: block;

    width: 100%;

}

.formcol button:hover {
    background: #0762bd;
}

.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: #29b36c;
    color: #fff;
    border-radius: 4px;
}

.dropdown-menu {

    min-width: 240px;
    border-radius: 0 0 5px 5px;
    border: none;
    margin: 0 !important;
    background: #29b36c;
    left: auto;
    right: 0;
    top: 96%;

}

.dropdown-menu li {
    display: block !important;
    border-bottom: 1px solid #f6f6f6;
}

.dropdown-menu li a {
    font-size: 14px;
    text-transform: uppercase !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.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: 70px;
    height: 70px;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    background: #fff;
    z-index: 9 !important;
    background-size: cover !important;
    border: 3px solid #95ccd6;
}

.carousel-indicators .active {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-indicators {
    width: auto;
    z-index: 9;
}

.carousel-indicators .active {

    background-color: #ea38b6;

}

.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 20px;
    width: auto;
    height: 65px;
}

.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: #f9f9f9;
    padding: 50px 40px 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: #eee;
    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;
}

.service_section {
    padding: 0px 0;
}

.icon_col_training {
    text-align: left;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px inset #eceaea;
    background: #fafafa;
    border: 1px solid #eee;
    min-height: 225px;
    position: relative;
    padding-bottom: 0;
}

.icon_col {
    text-align: left;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px inset #eceaea;
    background: #fafafa;
    border: 1px solid #eee;
    min-height: 315px;
    position: relative;
    padding-bottom: 0;

}

.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: #2686a8;
    margin: 0;
    padding: 5px 14px;
    text-align: center;
    position: absolute;
    right: 15px;
    border: 1px solid #2686a8;
    border-radius: 6px;
    bottom: 15px;
}


.pad_b30 {
    padding-bottom: 30px;
}

.menu ul li.active a {
    /* background: #29b36c; */
    /* color: #fff; */
    /* border-radius: 4px; */
}

.slide1img {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 580px;
}

.sub_list {
    background: #ddd;
    padding: 30px 0 50px;
    text-align: center;
}

.sub_list h3 {
    color: #a82682;
    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: 30%;

    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: 15px;
    font-weight: 300;
    line-height: 21px;
}

.item2 .slide1_cnt h3 {
    color: #fff;
}

.item2 .slide1_cnt p {
    color: #fff;
}

.slidebtn a {
    display: inline-block;
    background: #a82682;
    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: 23px;
        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;

        text-align: center;

    }

    .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: 5px 5px 0 0;

    border: 1px solid #fff;

}

.upcoming_pro .shadow.brder1 {

    margin-bottom: 30px;

}

.swiper-container {

    width: 100%;

    height: 100%;

}

.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: 16px;
    margin: 0 0 50px;
    font-weight: 300;
    color: #888;
}

.sub_list h5 {
    font-size: 22px;
    font-weight: 400;
    margin: 30px 0 10px;
    /* letter-spacing: -1px; */
}

.sub_list h6 {
    font-size: 15px;
    margin: 0 50px;
    color: #777;
}

.amazecol {
    background: #ddd;
}

.pad15 {
    padding: 15px 20px;
}

.responsiveimg img {
    border-radius: 5px 5px 0 0;
}

.responsiveimg_trng img {
    border-radius: 5px;
}

.icon_col p {
    line-height: initial;
    font-size: 13px;
}

.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 #efecec;

    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;
    background: #fafafa;
}

.icon_col a:hover,
.price a:hover {
    background: #fff;
    color: #2686a8;
    border: 1px solid #2686a8;
}

.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.png);

    width: 8px;

    height: 5px;

    border: none;

    position: absolute;

    top: 18px;

    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 {
    background: url(../images/droparrow_white.png);
    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: 13px;
    padding: 8px 0 8px 15px !important;
    line-height: initial;
}

.dropdown h4 {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #e046b3;
    padding: 0 0 8px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
}

.menu_l {
    border-radius: 0;
    border-left: 0 !important;
}

.menu_r {
    border-radius: 0px !important;
}

.submenu {
    padding: 20px;
}

.dropdown li a {
    position: relative;
}



.dropdown li a:hover {
    background: none !important;
    color: #bcd9f7 !important;
}

.menu ul li a.dropdown-toggle {
    padding-right: 28px;
}

.menu ul li.open a.dropdown-toggle {
    background: #49be82;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.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: 35px;

    font-weight: 300;

    color: #0e7a39;

    text-align: left;

    /* padding: 0 0 20px; */

}

.clients h2 span {
    font-weight: 300;
}





.clientcol h2 {

    text-align: center;

    margin: 0 0 40px;

    font-size: 32px;

    font-weight: 400;

    color: #a82682;

    text-align: center;

    position: relative;

    padding: 0 0 20px;

}

.clientcol h2 span {
    font-weight: 300;
}

.onlineimg {
    margin: 25px 0 0;
}

.quick {
    margin: 0;
}

.copy {
    padding: 5px 50px;
    text-align: left;
    background: #0c3661;
    color: #d4d3d3;
    font-size: 12px;
}

.menu_fixed {

    position: fixed;

    z-index: 9999 !important;

    width: 100%;

    top: 0;

}

.menu_fixed .logo {
    width: 200px;
    height: auto;
}

.menu_fixed .menu ul {

    margin: 12px 0;
}

.menu_fixed.main_menu {
    box-shadow: 0 0 10px #a2a0a0;
}

.portfolio h2,
.clients h2 {
    position: relative;
}







.clientimg img {
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #555;
    margin: 5px 0 0;
}

.sub_banner {

    min-height: 250px;

    margin: 75px 0 0;

    padding-top: 140px;

    padding-left: 60px;

    background-position: 0 center !important;

}

.aboutimg {
    background: url(../images/aboutbanner.jpg);
}

.innercnt {
    padding: 60px 50px;
    overflow: hidden;
}

.sub_banner h4 {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    text-shadow: 0 1px #0e323c;
}

.lftimg {
    float: left;

    margin-right: 30px;
}

.services_img {
    background: url(../images/services_br.jpg);
}

.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;
}

.col-md-3 .feature-inner {

    padding: 15px 25px;

    display: -ms-flex;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;



    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    height: 100%;

}

.col-md-3 .feature-icon {
    display: inline-block;
    margin-right: 15px;
    color: #FFF;
}

.col-md-3 h2 {

    font-size: 18px;

    text-transform: uppercase;

    display: inline-block;

    color: #fff;

    margin: 0;

    font-weight: 400;

}

.features-section {
    background: #aab7af;
}



.features-section img {
    width: 45px;
}

.how_order {
    background: #569ee6;
}

.our_dist {
    background: #3088e2;
}

.how_serch {
    background: #0771de;
}

.abouhome {
    padding: 60px 40px;
}



.text-light-gray,
.btn.text-light-gray {

    color: #7b7b7b;

}

.abouhome h5 {
    font-size: 40px;
    font-weight: 600;
}

.abouhome h3 {
    font-size: 35px;
    font-weight: 200;
}

.abouhome h5 span {
    color: #008433;
    font-weight: 300;
}

.packing {
    background: #1b66b3;
}

.link {
    color: #009933;
}

.products_col {
    padding: 60px 50px;
    background: #fafafa;
    border-top: 1px solid #f5f5f5;
    background-image: linear-gradient(to bottom, rgb(221, 233, 236), rgb(243, 243, 243));
}

.top_menu {
    background: #0771de;
    /* height: 35px; */
    line-height: 25px;
    border-bottom: 1px solid #eee;
    padding-left: 30px;
}

.top_menu .left_side,
.top_menu .right_side {
    margin-bottom: 0px;
    list-style-type: none;
    padding: 5px 0;
}

.top_menu .left_side li,
.top_menu .right_side li {

    display: inline-block;

}

.top_menu .left_side li a,
.top_menu .right_side li a {

    font-size: 16px;
    color: #fff;
    display: inline-block;
    transition: all 300ms linear 0s;
    text-transform: none;
    line-height: 25px;
}

.top_menu .right_side li a {

    margin-right: 30px;

}

.top_menu .left_side li a {

    margin-right: 20px;

    color: #fff;

}

.menu_fixed .top_menu {
    display: none;
}

/*.abouhome{background-image:url(../images/aboutpng.png);background-repeat: no-repeat;background-position: center bottom; }*/

.mainhed h2 {
    text-align: left;
    font-size: 25px;
    margin: 0 0 0px;
    font-weight: 400;
    color: #555;
    line-height: initial;
    text-transform: uppercase;
}

.product-single {

    border: 1px solid #ebebeb;

    padding: 0;

    /* margin-top: 30px; */

    position: relative;

    -webkit-transition: all .2s ease-in-out 0s;

    -o-transition: all .2s ease-in-out 0s;

    transition: all .2s ease-in-out 0s;

    -webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, .18);

    box-shadow: 0 10px 30px -8px rgba(0, 0, 0, .18);

    background: #fff;

    border-radius: 5px;

    min-height: 450px;
}

.row5 .col-md-2 {

    -webkit-box-flex: 0;

    -ms-flex: 0 0 20%;

    flex: 0 0 25%;

    max-width: 25%;

}

.product-thumb .pro_img {

    margin: 0;

    display: block;

    /* border-radius: 5px 0 0; */

}

.product-title small {
    font-size: 17px;
    margin: -15px -15px 10px;
    display: block;
    background: #fafafa;
    padding: 10px 15px;
}

.product-title h4 {
    font-size: 13px;
    font-weight: 300;
    line-height: initial;
}

.product-title {
    padding: 13px 15px 0;
}

.product-action {
    padding: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-price-rating {
    padding: 0;
    text-align: center;
    border: 0px solid #eee;
    margin: 0;
    border-width: 0;
    color: #4fb10f;
    font-weight: 500;
    background: none;
    position: absolute;
    top: 0;
    background-image: url(../images/tag.png);
    right: 0;
    width: 72px;
    height: 65px;
    background-repeat: no-repeat;
    background-size: cover !important;
    border-radius: 5px;
}

.product-action a {
    display: inline-block;
    padding: 4px 15px;
    line-height: initial;
    border: 1px solid #0c85c7;
    color: #fff;
    margin: 0 -1px;
    border-radius: 0px;
    background: #0c85c7;
    font-size: 13px;
    width: 50%;
}

.mainhed {

    border-bottom: 1px solid #f3f2f2;

    padding: 0 0 10px;

    margin: 0 0 40px;

    position: relative;

}

.mainhed:after {
    height: 4px;
    background: #26b5f3;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.product-action a:nth-child(2) {
    background: #0da958;

    border: 1px solid #0da958;
}

.pro_img img {
    border-radius: 5px 5px 0 0;
}

.viewmore {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 3px 13px;
    background: #fff;
    border: 1px solid #0c85c7;
    border-radius: 5px;
    color: #0c85c7;
    font-size: 13px;
}

.pad_t30 {
    padding-top: 30px;
}

.chem_services {
    padding: 60px 40px;
    background: #f7f6f6;
}

.footer .col-md-3 h2 {
    display: block;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 10px;
}

.footer .col-md-3 h2:after {
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background: #3f87d2;
    position: absolute;
    bottom: 0;
    content: "";
}

.footer .col-md-3 h2:before {
    width: 100px;
    left: 0;
    height: 3px;
    background: #4898ea;
    position: absolute;
    bottom: 0;
    content: "";
}

.viewmore:hover {
    background: #0c85c7;
    color: #fff;
}

.it_services {
    padding: 60px 40px;
    background: #fff;
}

.chem_services .icon_col h4 {
    padding: 15px 20px;

    background: #696969;

    margin: 0;

    color: #fff;
    border-radius: 6px 6px 0 0;
}

.chem_services .responsiveimg img {
    border-radius: 0;
}

.product-price-rating span {
    transform: rotate(40deg);
    color: #fff;
    font-size: 13px;
    position: absolute;
    left: 32px;
    top: 11px;
}

.chem_partners {
    background-image: url(../images/partners.jpg);

    background-size: cover;

    background-attachment: fixed;
}

.chem_partners .mainhed h2 {
    color: #fff;
}

.chem_partners .mainhed {

    border-bottom: 1px solid #114d77;
}

.it_clients {
    background: #fff;
}

.geeni {
    background-image: url(../images/geeni.jpg);
    min-height: 300px;
    padding: 50px;
    background-size: cover;
}

.geeni .mainhed {
    border: none;
}

.title2 {
    background: none;
}

.contact_bnr {

    background-image: url(../images/contactbnr.jpg);

    background-position: center 0;

}

.inner_bnr {
    background-size: cover;
    min-height: 300px;
    text-align: center;
    padding-top: 80px;
    margin-top: 103px;
}

.inner_bnr h1 {
    text-align: center;
    margin: 0 0 5px;
    color: #fff;
    font-weight: 800;
}

.inner_bnr p {
    color: #fff;
}

.innercn {
    padding: 50px 0;
}

.contact_top {
    position: relative;
    top: -100px;
}

.contact_top_box {
    background: #fafafa;
    border: 1px solid #eee;
    text-align: center;
    padding: 30px 0;
    margin: 0 30px;
    box-shadow: 0 0 5px #bbbaba;
    border-radius: 5px;
}

.contact_top h4 {
    margin: 10px 0 5px;
    font-size: 30px;
    font-weight: 300;
}

.contact_top p {
    color: #000;
}

.contact_top .fa {
    font-size: 70px;
    color: #49be82;
}

.form_address {
    border: 1px solid #eee;
    padding: 30px;
    margin-top: -30px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 6px;
    background: #eee;
}

.frm_l {
    padding: 30px 0 0 30px;
}

.form_address iframe {
    border: 1px solid #ccc !important;
}

.aboutbnr {
    background-image: url(../images/aboutbanner.jpg);
    background-position: center 0;
}

.servicesbnr {
    background-image: url(../images/services_inner.jpg);
    background-position: center 0;
}

.traibnr {
    background-image: url(../images/crs_bnr.jpg);
    background-position: center 0;
}

.resrchbnr {
    background-image: url(../images/resrchbnr.jpg);
    background-position: center 0;
}

.pharmacybnr {
    background-image: url(../images/pharmacybnr.jpg);
    background-position: center 0;
}

.swtrainbnr {
    background-image: url(../images/traibnr2.jpg);
    background-position: center 0;
}



.itserbnr {
    background-image: url(../images/phdbnr.jpg);
    background-position: center;
}

.inner_bnr_sub {
    background-size: cover;
    min-height: 250px;
    text-align: center;
    padding-top: 80px;
    margin-top: 103px;
}



.inner_bnr_sub h1 {
    text-align: center;
    margin: 0 0 5px;
    color: #fff;
    font-weight: 800;
}

.inner_bnr_sub p {
    color: #fff;
}

.hedsub11 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

.probnr {

    background-image: url(../images/probnr.jpg);

    background-position: center 0;

}

.all_produ {
    padding: 0 40px;
}

.hed12 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

.prodetail {
    padding: 120px 50px;
}

.product_content h4 {
    font-size: 25px;

    font-weight: 600;

    margin: 0 0 20px;
}

.product_content p {
    padding: 20px 0;

    border: 1px solid #eee;

    border-width: 1px 0;
}

.cost {
    margin: 30px 0;

    font-size: 35px;

    font-weight: bold;

}

.pre-cost {

    text-decoration: line-through;

    color: #a5a5a5;

}

.btn {

    padding: 10px 20px;

    font-size: 14px;

    width: auto;

}

.order_detail {

    padding: 150px 50px;

}

.panel-info>.panel-heading {

    color: #31708f;

    background-color: #dbddde;

    border-color: #d0d2d4;

    text-align: center;

    padding: 15px 0;

}

.panel-info>.panel-heading h5 {
    font-size: 20px;
}

.order_detail h6 {
    font-size: 20px;
}

.order_detail h6 strong {
    font-weight: 300;
}

.panel-info {

    border-color: #ddd;

}

.cources_detail {
    padding: 150px 50px;
}

.hed13 {
    font-size: 30px;

    font-weight: 600;

    margin: 0 0 20px;

    padding: 0 0 10px;

    border-bottom: 1px solid #ddd;
}

.hed14 {
    font-size: 18px;

    font-weight: 600;

    color: #000;
}

.courcevideo {
    padding: 0 0 20px;
}

.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;
}

.cource_l {
    padding-left: 30px;
}

.rel_cource h6 {
    font-size: 16px;
}

.rel_cource p {
    font-size: 12px;
    line-height: initial;
}

.poweredby {
    background-image: url(../images/powered_logo.png);
    width: 150px;
    height: 35px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.copy {
    color: #fff;
    font-size: 15px;
}

.copy span {
    position: relative;

    top: -9px;

    padding-right: 15px;
}

.copy em {
    position: relative;

    font-style: normal;

    top: 11px;
}

.menu_r {
    background: #00473e !important;

    color: #fff !important;

    border-radius: 5px !important;
}

.panel-footer .col-xs-3 {
    text-align: right;
}

.panel-footer .col-xs-3 button {
    display: inline-block;
}

.panel-footer .col-xs-5 {
    padding-top: 10px;
}

.loginpage {
    padding: 150px 0;
}





.card-signin {

    border: 0;

    border-radius: 1rem;

    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);

    margin: 0 50px;

}



.card-signin .card-title {

    margin-bottom: 0;

    font-weight: 500;

    font-size: 20px;

    background: #d0cdcd;

    padding: 15px;

    margin: -30px -30px 30px;

    border-radius: 6px 6px 0 0;

    text-transform: uppercase;

}



.card-signin .card-body {

    padding: 30px;

    /* margin: 0 50px; */

}



.form-signin {

    width: 100%;

    text-align: center;

}



.form-signin .btn {

    font-size: 85%;

    border-radius: 5px;

    letter-spacing: .1rem;

    font-weight: bold;

    padding: 1rem 20px;

    transition: all 0.2s;

    display: inline-block;

}



.form-label-group {

    position: relative;

    margin-bottom: 1rem;

}



.form-label-group input {

    height: 40px;

    border-radius: 4px;

    padding: 0 25px !important;

    font-size: 13px;

}







.form-label-group>label {

    position: absolute;

    top: 0;

    left: 0;

    display: block;

    width: 100%;

    margin-bottom: 0;

    /* Override default `<label>` margin */

    line-height: initial;

    color: #495057;

    border: 1px solid transparent;

    border-radius: 6px;

    transition: all .1s ease-in-out;

    font-weight: normal;

}









.btn-google {

    color: white;

    background-color: #ea4335;

}



.btn-facebook {

    color: white;

    background-color: #3b5998;

}

.addpro_btn {
    padding-top: 30px;
}

.addpro_btn button {
    background: #000;
}

.services_inner {
    padding: 50px 40px;
}

.serv_detail {
    /* min-height:300px; */
    background: #eee;
    padding: 20px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 0 0px #c3c1c1;
    border: 1px solid #ddd;
}

.chem_text {

    background: #fff;

    margin: 0 0 0 0px;

    padding: 20px 30px;

    position: static;

    top: 0;

    bottom: 0;

}

.serv_detail img {

    height: 300px;

    width: 100%;

    object-fit: cover;

    /* border: 5px solid #fff; */
}

.serv_detail_two {
    margin: 40px 0;
    background: #eee;
    padding: 20px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 300px;
}

.serv_detail_two .chem_text {

    right: 0;

    left: auto;

    margin-left: 9px;

    margin-right: 0;

    z-index: 1;

    text-align: left;

    min-height: 300px;
}

.serv_detail_two img {
    height: 300px;

    width: 100%;

    object-fit: cover;
}



.trainserv {
    padding: 20px;
    background: #eee;
    min-height: 300px;
}

.train_services .col-md-4 img {
    height: 300px;
    width: 100%;
}

.trainserv .hedsub11 {

    font-size: 20px;

    font-weight: 600;

    background: #ddd;

    margin: -20px -20px 20px;

    padding: 15px 20px;

    border-bottom: 1px solid #ddd;



}

.listing_points {
    padding: 30px 0;

    border-top: 1px solid #ddd;

    margin: 30px 0 0;
}

.listing_points h5 {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 18px;
}

.listing_points ul {

    margin: 0;

    padding: 20px 20px 20px 40px;

    /* list-style-type: none; */

    background: #fafafa;

}

.listing_points ul li {

    /* background: #fafafa; */

    padding: 5px 0px;

    border-bottom: 0px solid #ddd;

}









@media (max-width:767px) {
    .sub_list h3 {
        margin: 0;
    }

    .inner_bnr {
        margin: 0;
        padding-left: 30px;

        padding-right: 30px;
    }

    .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;

    }

    .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 010px 0;

    }

    .top_menu {
        padding-left: 0px;
        height: auto;
        text-align: center;
    }

    .float-left,
    .float-right {

        float: none !important;

    }

    .products_col {

        padding: 30px 20px;
    }

    .row5 .col-md-2 {

        -webkit-box-flex: 0;

        -ms-flex: 0 0 100%;

        flex: 0 0 100%;

        max-width: 100%;

    }

    .product-single {
        margin-top: 20px;
    }

    .chem_services {

        padding: 30px 10px;

    }

    .viewmore {
        bottom: -40px;
        top: auto;
    }

    .chem_services .pad_t30 {

        padding-top: 0px;

    }

    .it_services {

        padding: 0px 10px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: -40px;
    }

    .swiper-button-next {
        right: -40px;
    }

    . .clients {
        padding: 40px 25px;
    }

    .mainhed h2 {

        font-size: 18px;
    }

    .clients {
        padding: 40px 20px;
    }

    .onlinecource .news-grid-row .news-item {
        margin: 0;
    }

    .onlinecource .news-grid-row .news-item {
        margin-bottom: 0;

        margin-top: 20px;
    }

    .geeni {

        padding: 50px 20px;

        background-position: center;

    }

    .abouhome h5 {
        font-size: 25px;
        font-weight: 600;
    }

    .abouhome h3 {
        font-size: 25px;
        font-weight: 200;
    }

    /*.abouhome{padding:40px 20px 300px;} */
    .inner_bnr_sub {
        margin: 0 !important;
    }

    .services_inner {
        padding: 0;
    }

    .chem_text {
        padding: 15px;
    }

    .serv_detail_two .chem_text {
        margin-left: 0 !important;
    }

    .menu ul li {
        background: none;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    text-transform: uppercase;
}

.dropdown:hover .dropdown-toggle {
    background: #29b36c !important;
    color: #fff;
}

.menu ul li {
    /*    background-image: url(../images/menudiv.png);
    background-repeat: no-repeat;
    background-position: 0 9px;*/
    padding: 0 5px;
}

.menu ul li:nth-child(1) {
    background: none;
}

.menu_r {
    margin-left: 10px;
}

.dropdown li {
    background: none !important;
}

.dropdown li a {
    padding: 12px 20px !important;
    border-radius: 0 !important;
}

.dropdown li a:hover {
    background: #0da054 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.dropdown-menu {
    right: 5px !important;
}

.servr {
    background: #069;
    min-height: 2790px;
}

.servr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.servr ul li {
    margin: 0;
    border-bottom: 1px solid #1280b7;
}

.servr ul li a {
    margin: 0;
    color: #fff;
    padding: 15px 20px 15px 47px;
    display: block;
    font-size: 17px;
    background: url(../images/mnuicon.png);
    background-repeat: no-repeat;
    background-position: 15px;
}

.servr h5 {
    margin: 0;
    color: #fff;
    /* text-align: center; */
    padding: 20px;
    background: #0c4461;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.servr ul li a:hover {
    background-color: #0081cc;
}

.pro_sm_info {
    padding: 0 15px;
}

.pro_sm_info span {
    display: inline-block;
    width: 46%;
    padding-right: 5px;
}

.pro_sm_info span em {
    font-style: normal;
    float: right;
    color: #000;
}

.pro_sm_info p {
    margin: 0 0 5px;
}

.servr.chesrv {
    min-height: 300px;
}


.clientsinner .cat-card {
    margin-bottom: 20px;
    text-align: center;
}

.clntbnr {
    background-image: url(../images/clibner.jpg);
    background-position: center;
}

.brchr {
    color: #fff;
    display: block;
    background: #2686a8;
    margin: 0;
    padding: 5px 14px;
    text-align: center;
    position: absolute;
    right: 60px;
    border: 1px solid #2686a8;
    border-radius: 6px;
    bottom: 15px;
}

.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: 235px;
    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;
}

@media (max-width:767px) {
    .domaincol ul li {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
}