/* Minification failed. Returning unminified contents.
(180,1): run-time error CSS1019: Unexpected token, found '}'
(432,41): run-time error CSS1046: Expect comma, found '0'
(432,45): run-time error CSS1046: Expect comma, found '/'
(433,33): run-time error CSS1046: Expect comma, found '0'
(433,37): run-time error CSS1046: Expect comma, found '/'
(765,7): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,56): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,71): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,85): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,102): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,119): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,135): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,150): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,165): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,178): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,193): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,213): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,231): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,251): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,269): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,284): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,302): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,319): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,335): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,350): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,368): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,390): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,412): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,434): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
body {
    background: #fff;
    color: #444;
    font-family: "Open Sans",sans-serif;
    font-size: 14px !important
}

a {
    color: #007bff;
    transition: .5s
}

    a:hover {
        color: #fff;
        text-decoration: underline
    }

    a:active, a:focus, a:hover {
        color: #0b6bd3;
        outline: 0;
        text-decoration: none
    }

p {
    padding: 0;
    margin: 0 0 30px 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0
}

#menu-sec .logo img {
    padding: 0;
    margin: 20px 0;
    max-height: 39px
}

.home-h2 {
    font-size: 20px;
    color: #008dd1;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    margin: 0
}

.main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

    .main-nav > ul > li {
        position: relative;
        white-space: nowrap;
        float: left
    }

    .main-nav a {
        display: block;
        position: relative;
        color: #495057;
        margin: 17px 0px 10px 0px;
        padding: 5px 6px 5px 6px;
        border-radius: .25em;
        transition: 0.3s;
        font-size: 13px;
        /* font-family: Montserrat,sans-serif; */
        font-weight: bold;
        font-family: "Open Sans", sans-serif;
    }


        .main-nav .active > a, .main-nav a:hover, .main-nav li:hover > a {
            color: #495057;
            text-decoration: none
        }

    .main-nav .sub-menu-big > a:after {
        content: "\f107";
        font-family: FontAwesome;
        padding-left: 10px
    }

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(19,39,57,.8);
    transition: .4s
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 10px 20px;
        font-weight: 500
    }

        .mobile-nav .active > a, .mobile-nav a:hover, .mobile-nav li:hover > a {
            color: #74b5fc;
            text-decoration: none
        }

.mobile-nav-active {
    overflow: hidden
}

    .mobile-nav-active .mobile-nav {
        left: 0
    }

#footer {
    background: #174f59;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: #217280;
        padding: 30px 0 10px 0;
        border-bottom: 1px solid #0595ad;
    }


        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 0
        }

        #footer .footer-top .footer-links {
           /* margin-bottom: 30px*/
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
                font-size: 12px
            }

                #footer .footer-top .footer-links ul li:first-child {
                    padding-top: 0
                }

                #footer .footer-top .footer-links ul a {
                    color: hsla(0,0%,100%,.74)
                }

ul.copyright-ul {
    margin-left: 0;
    padding-left: 0;
}

.footerLinks {
    background-color: #0f3238;
    padding: 15px 0;
}

}


#footer .footer-top .footer-links ul li {
    margin-bottom: 6px;
    transition: all 0.5s;
}

    #footer .footer-top .footer-links ul li:hover {
        margin-left: 5px;
    }



#topbar .contact-info a {
    line-height: 1;
    color: #fff
}

#topbar .contact-info i {
    color: #008dd1;
    padding: 4px
}

.btn-search {
    display: inline-block;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #495057 !important;
    border: 1px solid transparent;
    padding: .635rem .85rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.search-input {
    border-radius: 0;
    padding: 1.375rem .75rem
}

section#search-bar {
    margin: 0px 0 7px 0
}

.main-header {
    padding-bottom: 0;
    background-color: #313131
}

.vendor-ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-between
}

    .vendor-ul a {
        color: #ffe491;
        font-weight: 500
    }

.home-icon {
    width: 24px !important;
    height: 25px;
    text-align: center;
    background-color: #008dd1
}

#back-to-top {
    display: inline-block;
    background-color: #2b97d5;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,opacity .5s,visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000
}

    #back-to-top::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5em;
        line-height: 50px;
        color: #fff;
        position: relative;
        bottom: 5px
    }

.social-links a {
    color: hsla(0,0%,100%,.74);
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px
}

    .social-links a:first-child {
        border-left: 0
    }

.ul-topbar {
    margin: 0;
    padding: 0
}

.ui-widget {
    font-size: 14px !important
}

#main-nav .nav-item {
    border-bottom: 2px solid #fff;
    background-color: #ececec;
    margin-right: 5px
}

img {
    max-width: 100%
}

.log-in {
    display: none
}

.cap-div br {
    display: none
}

.cap-div img {
    width: 76px
}

.cap-div a {
    color: red;
    padding: 0 10px
}

.btn {
    font-size: 14px !important
}

.form-control {
    font-size: 13px !important
}

.whatsap-icon {
    width: 15px;
    margin-right: 5px;
    margin-top: -3px
}

.ul-topbar li {
    display: inline-block;
    padding: 0 2px
}

.fa-search:before {
    content: "\f002";
    font-size: 22px
}

.location-location {
    padding: 0
}

    
.top-head-text {
    font-style: normal;
    font-weight: 400;
    color: #fff !important
}

.exam-pass {
    display: block;
    list-style-type: none;
    padding-left: 6px;
    float: right
}

.exam-pass-tech {
    width: 150px;
    height: 50px
}

.exam-pass li {
    float: left
}

.marquee-css {
    background-color: #d5d5d5;
    padding: 5px 0 0 0;
    margin: 0;
    display: none
}

.mr-marq {
    margin-right: 302px
}

.right-enq {
    position: fixed;
    top: 280px;
    right: 0;
    z-index: 100
}

.mobile-nav-toggle {
    position: fixed;
    right: -8px;
    top: 0px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0 !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

#enqueryModal {
    z-index: 9999
}

#breadcrumb {
    background-color: #e9ecef
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-body {
    padding: 15px;
}

.breadcrumb-item a {
    font-size: 11px;
    color: #595959
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .2rem !important;
    color: #6c757d;
    content: ">" !important
}

.main-heading h1 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    background: #008dd1 !important;
    padding: 10px 20px;
    margin-bottom: 20px
}

.ui-widget-header {
    background: #FFAD00 !important
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 23%;
    width: 44px !important;
    -webkit-all: unset;
    -webkit-text-fill-color: #e6ba38;
    -webkit-text-fill-color: rgba(230,186,56,0);
    background: 0 0;
    border: none;
    box-shadow: none;
    border: none
}

.enq-right {
    background-color: #008dd1;
    padding: 12px;
    border-radius: 4px
}

.table td, .table th {
    padding: 5px .75rem !important;
    vertical-align: middle !important
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #004289
}

.bs-example .btn {
    text-align: left
}

.card-header {
    padding: .75rem .25rem !important
}

#CaptchaInputText {
    padding: .375rem .75rem;
    font-weight: 400;
    margin-left: 10px;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.course-and-certifi tr th:nth-child(2) {
    width: 54% !important
}

.course-and-certifi tr th:nth-child(3) {
    text-align: center
}

.course-and-certifi tr th:nth-child(4) {
    text-align: center
}

.course-and-certifi tr th:nth-child(2) {
    width: 35%
}

.course-and-certifi tr th:nth-child(5) {
    text-align: center;
    width: 15%
}

.course-and-certifi tr th:nth-child(6) {
    width: 12% !important;
    text-align: center
}

.course-and-certifi tr td:nth-child(3) {
    text-align: center
}

.course-and-certifi tr td:nth-child(4) {
    text-align: center
}

.course-and-certifi tr td:nth-child(6) {
    text-align: center
}

.ind-fee {
    width: 28% !important;
    text-align: center
}

.CoursesearchHideShow {
    display: none
}




.foo-links {
    list-style-type: none;
    margin-top: 0;
    font-size: 12px;
}


    .foo-links li {
        float: left;
        padding-right: 12px
    }

        .foo-links li a {
            color: rgba(255,255,255,.74)
        }

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0
}

.download-apk li {
    margin-bottom: 10px
}

.download-apk img {
    width: 122px
}

.download-apk {
    padding-top: 10px !important
}

#menu-sec {
    transition: all .5s;
    z-index: 997;
    transition: all .5s;
    background-color: #fff;
    margin-top: 0px
}

#topbar {
    padding: 10px 0;
    font-size: 14px;
    overflow: hidden;
    position: fixed;
    top: 0;
    float: left;
    background-color: #000;
    width: 100%;
    z-index: 999
}

.login-btn {
    margin: 17px 10px 10px 10px;
    background-color: #495057 !important;
    padding: 6px 10px !important; 
    border: 1px solid #ccc !important;
	color:#ffffff!important; font-weight:normal !important;
}

    .login-btn:hover {
        color: #fff !important
    }

.login-btn-mobile {
    float: right;
    position: absolute;
    right: 0
}

#learning-methods .counters {
    padding-top: 40px;
}

.count-img {
    width: 39px;
    margin-bottom: 20px;
}

#learning-methods .counters span {
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 30px;
    display: block;
    color: #fdff64;
}

#learning-methods .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.list-inline-item {
    display: inline-block;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

ul.copyright-ul li span {
    font-size: 12px;
}
#footer .footer-top .footer-links ul li {
    margin-bottom: 6px;
    transition: all 0.5s;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



#footer .footer-top .footer-links ul a {
    color: hsla(0, 0%, 100%, 0.74);
    /* margin-left: 5px; */
    display: inline-block;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
}
    #footer .footer-top .footer-links ul li {
        margin-bottom: 6px;
        transition: all 0.5s;
    }
.location-location li {
    display: block;
    /* background: url(../../img/square_bullet.jpg) 0 6px no-repeat; */
    padding: 0;
    margin-bottom: 0;
}

#footer .footer-top .footer-links ul li > i + a h4 {
    margin-bottom: 0;
}

ul.copyright-ul li {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.74);
}

ul.location-location li a {
    font-weight: bold;
}

#footer .footer-top span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
}

#hederVendor {
    background: #495057 !important;
}

ul.vendor-ul a {
    color: #ffffff !important;
}
.main-nav > ul > li > .wrapper li a {
    font-weight: normal;
}



:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-family:inherit}p{margin-top:0;margin-bottom:1rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}img{vertical-align:middle;border-style:none}table{border-collapse:collapse}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2;font-family:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.img-fluid{max-width:100%;height:auto}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.collapse:not(.show){display:none}.input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-columns .card{margin-bottom:.75rem}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline-block{display:inline-block!important}@media (min-width:576px){.d-sm-none{display:none!important}}@media (min-width:768px){.d-md-block{display:block!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-block{display:block!important}}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}.w-100{width:100%!important}.mb-0,.my-0{margin-bottom:0!important}.mb-2,.my-2{margin-bottom:.5rem!important}.mt-3,.my-3{margin-top:1rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-danger{color:#dc3545!important}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem} .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d;}h2 {font-size: 1.10rem !important;}h3 {font-size: 1rem !important;}.mb-3, .my-3 { margin-bottom: 1rem !important;}.img-thumbnail { padding: .25rem; background-color: #fff;  border: 1px solid #dee2e6;    border-radius: .25rem;    max-width: 100%;    height: auto;}.mt-2, .my-2 {    margin-top: .5rem !important;}.alert-info { color: #0c5460;    background-color: #d1ecf1;    border-color: #bee5eb;}.alert {position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem;  border: 1px solid transparent; border-radius: .25rem;}.highlight-text {  /* display: inline-block; */ font-weight: 700;  text-align: center;  font-size: 16px;}.mb-4, .my-4 { margin-bottom: 1.5rem !important;}.d-block {display: block;}
@font-face{font-family:FontAwesome; src:url(../../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(../../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;font-display:swap}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-star:before{content:"\f005"}.fa-plus:before{content:"\f067"}.fa-minus:before {content: "\f068";}.fa-arrow-circle-right:before { content: "\f0a9";}.fa-angle-double-right:before { content: "\f101";}.fa-angle-right:before {content: "\f105";}.fa-angle-right:before {content: "\f105";} .fa-angle-left:before {    content: "\f104";}.fa-angle-double-left:before {  content: "\f100";}.fa-star-half:before{content:"\f089"}.fa-phone:before{content:"\f095"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-pinterest:before{content:"\f0d2"}.fa-linkedin:before{content:"\f0e1"}.fa-youtube-play:before{content:"\f16a"}.fa-instagram:before{content:"\f16d"}.fa-tumblr:before{content:"\f173"}.fa-quora:before{content:"\f2c4"}.fa-check:before{content:"\f00c"}.fa-envelope:before {content: "\f0e0";}.fa-share-alt:before { content: "\f1e0";}
@media only screen and (min-device-width :320px) and (max-device-width :480px){.top-head-text{font-size:11px}.home-h2{font-size:27px}.menuList{display:none}section#search-bar{margin:0;padding:10px 0}#intro{padding:11px 0 20px}.sub-menu-hide{display:none!important}.home-h2{font-size:27px}.ul-topbar li{display:inline-block}#topbar .contact-info a{line-height:1;color:#fff;font-size:11px;letter-spacing:0}.ul-topbar li i{padding:0!important;margin:0!important;border-left:none!important}.ui-widget{width:314px!important}.vendor-ul{padding:.75rem 0}table{display:block}table{display:block}table{display:block}.vendor-ul{justify-content:left}.vendor-ul li{margin-right:13px}#services .box{margin:0 10px 12px}.info-contact{flex-basis:auto}#contact .info p{margin-bottom:0!important}.mr-on-mobile{margin:0 37px}table{display:block}table{display:block}.exam-pass li{margin-right:8px;margin-top:5px}.exam-pass li:last-child img{margin-top:5px}table{display:block}#CaptchaInputText{margin-left:0;margin-top:13px}.course-and-certifi,.course-and-certifi head,.course-and-certifi tbody,.course-and-certifi td,.course-and-certifi th,.course-and-certifi tr,table{display:block}.course-and-certifi th{display:none!important}.course-and-certifi td:before{position:absolute;left:3px;color:#464646;font-weight:500;text-align:left}.course-and-certifi td:nth-of-type(1):before{content:"#"}.course-and-certifi td:nth-of-type(1){display:none}.course-and-certifi td:nth-of-type(2):before{content:"Courses/Certifications"}.course-and-certifi td:nth-of-type(3):before{content:"Table of Contents"}.course-and-certifi td:nth-of-type(4):before{content:"Duration"}.course-and-certifi td:nth-of-type(5):before{content:"Fee"}.course-and-certifi td:nth-of-type(6):before{content:"Dates"}.course-and-certifi td{border:1px solid #ddd;padding:.3rem 0;position:relative;padding-left:52%!important;word-break:break-word;text-align:left;color:#545454}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.08)}.course-and-certifi tr td:nth-child(3){text-align:left}.course-and-certifi tr td:nth-child(4){text-align:left}.course-and-certifi tr td:nth-child(6){text-align:left !important}.widget-job-table,.widget-job-table head,.widget-job-table tbody,.widget-job-table td,.widget-job-table th,.widget-job-table tr,table{display:block}.widget-job-table th{display:none!important}.widget-job-table td:before{position:absolute;left:3px;color:#464646;font-weight:500;text-align:left}.widget-job-table td:nth-of-type(1):before{content:"Student Name"}.more-job td:nth-of-type(1):before{content:""}.widget-job-table td:nth-of-type(2):before{content:"Country"}.widget-job-table td:nth-of-type(3):before{content:"Month"}.widget-job-table td:nth-of-type(4):before{content:"Feedback"}.widget-job-table td:nth-of-type(5):before{content:"Rating"}.widget-job-table td{border:1px solid #ddd;padding:.3rem 0;position:relative;padding-left:38%!important;word-break:break-word;text-align:left;color:#545454}.student-feedback-table,.student-feedback-table head,.student-feedback-table tbody,.student-feedback-table td,.student-feedback-table th,.student-feedback-table tr,table{display:block}.student-feedback-table th{display:none!important}.student-feedback-table td:before{position:absolute;left:3px;color:#464646;font-weight:500;text-align:left}.student-feedback-table td:nth-of-type(1):before{content:"Student Name"}.student-feedback-table td:nth-of-type(2):before{content:"Country"}.student-feedback-table td:nth-of-type(3):before{content:"Month"}.student-feedback-table td:nth-of-type(4):before{content:"Feedback"}.student-feedback-table td:nth-of-type(5):before{content:"Rating"}.student-feedback-table td{border:1px solid #ddd;padding:.3rem 0;position:relative;padding-left:37%!important;word-break:break-word;text-align:left;color:#545454}#menu-sec{height:auto;/*margin-top:58px*/}.four-point{padding:10px}.four-point td:last-child{padding:0!important}.list-group-item{padding:.25rem 1.25rem!important}}@media (max-width:1370px){body{font-size:14px}}@media all and (min-width:480px){.desktop-center{justify-content:center;margin:10px 0}.list-group-horizontal{-ms-flex-direction:row!important;flex-direction:row!important}.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-item+.list-group-item{border-top-width:0}.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:last-child{margin-bottom:-1px!important}}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;font-weight:500;color:#fff;background-color:#05aeff;border:none}


/*========Add Suraj css here=========*/


.deskUse {
    display: block;
}

.mobUse {
    display: none;
}


@media only screen and (max-width: 768px) {
    .deskUse {
        display: none;
    }

    .mobUse {
        display: block;
    }
}

