@charset "utf-8";

body {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: initial;
    overflow-x: hidden;
}

html {
    line-height: initial;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
.button {
    display: block;
    cursor: pointer;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
}

input[type="text"],
input[type="file"],
input[type="email"],
input[type="date"],
input[type="tel"],
input[type="url"],
select,
textarea,
input[type="password"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #dbd7d8;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    max-height: 43px;
    padding: 12px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="file"] {
    padding: 8px;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

select {
    border: none;
    z-index: 2;
    position: relative;
    background: transparent;
}

/*select{color:#b1b1b1;}*/
.required {
    color: #f00;
}

::-webkit-input-placeholder {
    color: #b1b1b1;
}

::-moz-placeholder {
    color: #b1b1b1;
}

::-ms-placeholder {
    color: #b1b1b1;
}

::-webkit-input-placeholder {
    color: #b1b1b1;
}

:-ms-input-placeholder {
    color: #b1b1b1;
}

::-ms-input-placeholder {
    color: #b1b1b1;
}

::placeholder {
    color: #b1b1b1;
}

select option {
    color: #333;
}

.select {
    position: relative;
    max-height: 43px;
    overflow: hidden;
    border: 1px solid #dbd7d8;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.select:before {
    position: absolute;
    content: "\f078";
    font-family: 'FontAwesome';
    color: #8895a0;
    height: 100%;
    right: 0;
    top: 0;
    padding: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #d9d7d8;
    z-index: 1;
}

.clearfix,
.clearfix:after,
.clearfix:before {
    clear: both;
    margin: 0;
    padding: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    position: relative;
    display: block;
}

.form-control {
    border: 1px solid #dedede;
    padding: 8px 10px;
    border-radius: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #0f9ee4;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bg-primary {
    background: #02133e;
}

.toolbar {
    background: rgb(2, 19, 62);
    background: -moz-linear-gradient(90deg, rgba(2, 19, 62, 1) 0%, rgba(3, 91, 155, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2, 19, 62, 1) 0%, rgba(3, 91, 155, 1) 100%);
    background: linear-gradient(90deg, rgba(2, 19, 62, 1) 0%, rgba(3, 91, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02133e", endColorstr="#035b9b", GradientType=1);
}

.lower {
    text-transform: lowercase;
}

.upper {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

strong {
    font-weight: 900;
}

.text-center {
    text-align: center;
}

.main-head {
    display: block;
    font-size: 32px;
    padding: 20px 0;
}

.small {
    font-size: 12px;
    font-family: sego, sans-serif;
    vertical-align: middle;
    font-weight: normal;
    display: block;
}

.spacer {
    height: 15px;
    clear: both;
}

p {
    color: #718995;
    line-height: 25px;
    padding: 8px 0;
}

.primary {
    color: #718995;
}

.letter-spacing {
    letter-spacing: 0.1px;
}

.light {
    font-weight: 300;
}

nav,
section,
footer,
figure,
figcaption,
aside,
article,
header,
main {
    display: block;
    position: relative;
}

main {
    min-height: 450px;
}

.menu {
    list-style: none;
    display: block;
    margin-bottom: 0;
}

.menu>li {
    display: inline-block;
    position: relative;
}

.top .menu>li>a {
    color: #fff;
}

.top .menu>li>a:hover,
.news a:hover {
    color: #fbb615;
}

.menu>li>a {
    display: block;
    padding: 12px 6px;
    font-size: 12px;
}

.news a {
    padding: 11px 10px;
    color: #fff;
    display: block;
}

nav .menu>li>a {
    color: #02133e;
    font-size: 15px;
    padding: 40px 10px;
    position: relative;
}

nav .menu>li:not(.button):hover>a {
    color: #0e6bc2;
}

nav .menu>li:not(.button)>a:after {
    content: "";
    position: absolute;
    background: #0e6bc2;
    height: 3px;
    width: 0%;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

nav .menu>li:not(.button)>a:hover:after {
    width: 100%;
}

.logo img {
    max-width: 220px;
    padding: 10px;
    display: block;
}

.menu>li:nth-last-child(1),
.menu>li:nth-last-child(1) a,
.menu>li.button {
    padding: 0;
}

nav .menu .button a,
.slicknav_menu li.button a {
    color: #0e6bc2;
    padding: 9px 15px;
    border: 2px solid #0e6bc2;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

nav .menu .button a i,
.slicknav_menu li.button a i {
    margin-right: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

nav .menu .button a:hover,
.slicknav_menu li.button a:hover {
    background: #f5a807;
    color: #fff;
    border: 2px solid #f5a807;
}

nav .menu .button a:hover i,
.slicknav_menu li.button a:hover i {
    color: #fff;
}

nav .menu .button,
.slicknav_menu .button {
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.slicknav_menu,
.slicknav_btn {
    background: #07193c !important;
}

.slicknav_nav,
.slicknav_menu {
    display: none;
    font-size: 13px !important;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background: #0e6bc2 !important;
    color: #fff !important;
}

.banner {
    background: url(../images/loading.gif) no-repeat center center;
    max-height: 565px;
    position: relative;
    overflow: hidden;
}

.banner .animated-img {
    display: none;
}

.banner .info {
    position: absolute;
    width: 300px;
    height: 100%;
    top: 0;
    left: 100px;
    background: rgba(63, 182, 203, 0.9);
    padding: 50px 20px;
}

.banner .info .head {
    font-weight: 500;
    display: block;
    font-size: 25px;
    color: #fff;
    line-height: 35px;
}

.banner .info .date {
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 10px 0 0;
}

.banner .info .title {
    display: block;
    color: #fff;
    padding: 15px 0 0;
    font-size: 16px;
    line-height: 28px;
}

.banner .info .location {
    display: block;
    color: #fff;
    padding: 15px 0;
}

.banner .info .details {
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fff;
    margin: 10px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.banner .info .details:hover {
    background: #ff9900;
    border: 1px solid #ff9900;
}

.inner-banner {
    background: #ccc;
    min-height: 300px;
    position: relative;
}

.inner-banner img {
    display: block;
    width: 100%;
}

.banner .info .seprator {
    border-top: 1px solid #fff;
    margin: 30px 0 5px;
    display: block;
}

.search-container .col-3 {
    width: 280px;
    display: inline-block;
    padding: 0px 5px;
    vertical-align: top;
}

.search-container .button-container {
    display: inline-block;
}

.button-container input[type="submit"] {
    background: #3fb6cb;
    padding: 13px 40px;
    color: #fff;
}

.search-container1 {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 40px;
    z-index: 5;
}

.search-container1 .fields-container {
    background: rgba(255, 255, 255, 1);
    border-radius: 0 5px 5px 5px;
    padding: 15px 10px;
}

.search-container1 .fields-container-new {
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.9);
}

.fields-container-new-inner {
    background: rgb(2, 19, 62);
    background: -moz-linear-gradient(90deg, rgba(2, 19, 62, 1) 0%, rgba(3, 91, 155, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2, 19, 62, 1) 0%, rgba(3, 91, 155, 1) 100%);
    background: linear-gradient(90deg, rgba(2, 19, 62, 1) 0%, rgba(3, 91, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02133e", endColorstr="#035b9b", GradientType=1);
    padding: 15px 115px 15px 135px;
    min-height: 70px;
    position: relative;
    border-radius: 8px;
}

.search-container1 .heading {
    width: 120px;
    height: 40px;
    line-height: 22px;
    background: #0e6bc2;
    color: #fff;
    text-align: center;
    padding: 8px 15px 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 0px;
}

.search-container1 .fields-container .fields {
    float: left;
    width: 33.333333%;
    padding: 0px;
    border-right: 1px solid #ddd;
}

.search-container1 .fields-container .fields .input {
    height: 40px;
    line-height: 26px;
    background: #fff;
    color: #414141;
    padding: 7px 12px;
    text-transform: uppercase;
    -webkit-appearance: auto;
    -moz-appearance: none;
    appearance: auto;
    outline: none;
    border: none;
    border-radius: 0px;
}

.search-container1 .fields-container .fields .input option {
    text-transform: capitalize;
}

.right-border {
    border-right: 1px solid #e6eff0;
}

.search-container1 .button-field {
    display: inline-block;
    width: 10%;
}

.main-searchBtn {
    width: 100px !important;
    position: absolute;
    right: 15px;
    top: 15px;
}

.search-container1 .search {
    background: #f5a807;
    width: 100px;
    height: 40px;
    line-height: 22px;
    padding: 9px 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    cursor: pointer;
}

.search-container1 .search:hover {
    background: #f5a807;
}

.menu>li>ul {
    visibility: hidden;
    position: absolute;
    top: 99px;
    left: 100%;
    background: #fff;
    z-index: 6;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.menu>li>ul>li {
    white-space: nowrap;
    display: block;
}

.menu>li>ul>li a {
    display: block;
    padding: 12px 15px;
    color: #02133e;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu>li>ul>li a:hover {
    background: #0e6bc2;
    border-bottom: 1px solid #0e6bc2;
    color: #fff;
}

.menu>li:hover ul {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.top .menu>li>ul {
    top: 27px;
    right: 100% !important;
    z-index: 1;
    min-width: 150px;
    left: initial;
}

.top .menu>li:hover>ul {
    right: 0px !important;
    left: initial;
}

.top .menu>li>ul li a {
    display: block;
    padding: 5px 15px;
    text-transform: none;
    white-space: nowrap;
}

.sign-in ul {
    top: 27px !important;
}

.mega-menu {
    position: static !important;
}

.mega-menu ul {
    width: 100%;
    padding: 10px;
}

.mega-menu ul li {
    display: block;
    width: 33%;
    float: left;
    border-bottom: 1px solid #eee;
}

.social li {
    float: left;
}

.social li a {
    padding: 8px 13px !important;
}

header.fixed {
    position: fixed;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 2px 9px #666;
    box-shadow: 0 2px 9px #666;
}

.search-container {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

/*.search-container *[class^=col]{padding-left:8px;padding-right:8px;}*/
.search-container .main-head {
    font-weight: 900;
    color: #718995;
}

.radio {
    display: inline-block;
    padding: 0 17px 15px;
}

.bg-default {
    background: #f2f7fc;
    padding: 40px 0;
}

.bg-default .main-head {
    color: #718995;
    padding-bottom: 10px;
    padding-top: 0px;
}

.bg-default h4 {
    color: #08579a;
    font-style: italic;
}

.benefits .col-3 {
    width: 20%;
    display: inline-block;
}

.benefits .col-3 img {
    max-width: 70%;
    border-radius: 100%;
    border: 10px solid #eef2f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.benefits .col-3:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 5px 15px #dfdfdf;
    box-shadow: 0 5px 15px #dfdfdf;
}

.benefits .col-3 .head {
    padding: 25px 0 0 0;
    color: #718995;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all 0.5 ease-in-out;
    -o-transition: all 0.5 ease-in-out;
    transition: all 0.5 ease-in-out;
}

.benefits .col-3:hover .head {
    color: #0e6bc2;
}

.services-container {
    /*background:#3fb6cb;*/
    background: rgb(25, 54, 100);
    background: -moz-linear-gradient(90deg, rgba(25, 54, 100, 1) 0%, rgba(3, 91, 155, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(25, 54, 100, 1) 0%, rgba(3, 91, 155, 1) 100%);
    background: linear-gradient(90deg, rgba(25, 54, 100, 1) 0%, rgba(3, 91, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#193664", endColorstr="#035b9b", GradientType=1);
    padding: 20px 0;
    min-height: 500px;
}

.certification-step {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
    display: inline-block;
    margin: 0 10px;
    -webkit-box-shadow: 0 3px 12px #ccc;
    box-shadow: 0 3px 12px #ccc;
    min-height: 100px;
}

.echosystem {
    color: #718995;
    padding-top: 20px;
}

.high-school .seprator {
    height: 40px;
}

.high-school .main-head {
    padding-top: 0px;
    padding-bottom: 5px;
    /*font-weight:900;*/
}

.high-school h4 {
    font-weight: normal;
    color: #718995;
}

.high-school .col-5 {
    width: 20%;
    float: left;
    position: relative;
    padding: 10px;
    margin: 10px 0 15px 0;
    vertical-align: top;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.high-school .col-5:before {
    /*border:1px solid #f9fafb;*/
    position: absolute;
    content: "";
    height: 110px;
    width: 100%;
    left: 0;
    top: 0;
}

.high-school .col-5 img {
    /*-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:0.5;*/
    max-height: 100px;
}

.high-school .col-5 span {
    display: block;
    color: #b6c0c5;
    font-size: 11px;
}

.high-school .col-5 span.title {
    font-weight: 900;
    font-size: 13px;
}

.high-school .col-5.active {
    border: none;
    -webkit-box-shadow: 0 3px 15px #eee;
    box-shadow: 0 3px 15px #eee;
    max-height: 130px;
}

.high-school .col-5.active span {
    position: absolute;
    bottom: -45px;
    width: 100%;
    left: 0;
    color: #718995;
}

.high-school .col-5.active span.title {
    bottom: -30px;
    font-size: 14px;
}

.high-school .col-5.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    position: relative;
    top: -40px;
    width: 50%;
    max-height: none;
}

.btn-sucess {
    color: #fff;
    display: inline-block;
    background: #0dcc59;
    font-weight: 600;
    padding: 11px 48px;
    border-radius: 100px;
    -webkit-box-shadow: 0 5px 8px rgba(13, 204, 89, 0.4);
    box-shadow: 0 5px 8px rgba(13, 204, 89, 0.4);
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-primary {
    color: #fff;
    display: inline-block;
    background: #0f9ee4;
    font-weight: 600;
    padding: 11px 48px;
    border-radius: 100px;
    -webkit-box-shadow: 0 5px 8px rgba(15, 158, 228, 0.4);
    box-shadow: 0 5px 8px rgba(15, 158, 228, 0.4);
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-primary:hover,
.btn-sucess:hover {
    background: #f5a807;
    -webkit-box-shadow: 0 5px 8px rgba(245, 168, 7, 0.4);
    box-shadow: 0 5px 8px rgba(245, 168, 7, 0.4);
}

.home-wrapper-bg,
.system-demo-bg {
    width: 100%;
    padding: 40px 0;
}

.home-wrapper-bg-gray {
    background-color: #f2f7fc;
}

.home-wrapper-bg-gray-new {
    background-color: #eaf1f7;
}

.system-demo-bg {
    background-color: #f2f7fc;
}

.system-demo-bg p {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.system-demo-bg p+p {
    margin-top: 20px;
}

.system-demo-img {
    width: 100%;
    padding-left: 40px;
}

.system-demo-img img {
    width: 100%;
}

.system-demo-bg .main-head {
    color: #718995;
    padding-top: 0px;
}

.featured-institution .main-head {
    color: #718995;
    padding-top: 0px;
}

.featured-institution .col-3 {
    width: 327px;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #f2f7fc;
    vertical-align: top;
    position: relative;
    margin-bottom: 15px;
    min-height: 464px;
}

.featured-institution.consultants .col-3 {
    width: 327px;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #f2f7fc;
    vertical-align: top;
    position: relative;
    margin-bottom: 15px;
    min-height: 335px;
}

.featured-institution .institution {
    width: 75%;
}

.featured-institution .col-3 img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    max-width: 150px;
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-height: 100px;
}

.featured-institution .col-3:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.featured-institution .col-3 .type {
    position: absolute;
    color: #fff;
    left: -5px;
    padding: 5px;
    top: 3px;
    font-size: 11px;
    padding-right: 15px;
    background: #718995;
    z-index: 5;
    overflow: hidden;
}

.featured-institution .col-3 .featured {
    background: #57cc74;
}

.featured-institution .col-3 .gold {
    background: #f6eeae;
    color: #d19014;
}

.featured-institution .col-3 .type:before {
    position: absolute;
    content: "";
    right: -27px;
    top: 3px;
    width: 35px;
    height: 25px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.featured-institution .ads {
    width: 25%;
    padding: 0px;
    min-height: 300px;
    text-align: right;
}

.featured-institution .ads img {
    max-width: 100%;
    border-radius: 5px;
    margin: 0 0 5px 0;
    border: 1px solid #eee;
}

.featured-institution .col-3 figure {
    background: #fff;
    padding: 20px;
    height: 160px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.featured-institution .col-3 figure a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.featured-institution .col-3 .content {
    padding: 15px;
}

.featured-institution .col-3 .title {
    display: block;
    padding: 10px 0;
    color: #57cc74;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
}

.featured-institution .col-3 p {
    padding: 0 0 8px;
    font-size: 12px;
}

.featured-institution.consultants .col-3 p {
    text-transform: uppercase;
}

.featured-institution .col-3 .view {
    background: #e1fee8;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    color: #47c265;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.featured-institution .col-3 .view:hover {
    color: #e1fee8;
    background: #47c265;
}

.links {
    position: absolute;
    width: 100%;
    bottom: 8px;
}

.featured-institution .col-3 .contact {
    background: #e2f2ff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    color: #1894f4;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.featured-institution .col-3 .contact:hover {
    color: #e2f2ff;
    background: #1894f4;
}

.featured-consultants .main-head {
    color: #718995;
}

.featured-consultants .col-3 {
    width: 327px;
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #f2f7fc;
    vertical-align: top;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.featured-consultants .col-3:before {
    position: absolute;
    content: "";
    right: -25px;
    top: -25px;
    height: 50px;
    width: 50px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.featured-consultants .gold:before {
    background: #ffc72f;
}

.featured-consultants .not:before {
    background: #1894f4;
}

.featured-consultants .silver:before {
    background: #718995;
}

.featured-consultants .consultants {
    width: 75%;
}

.featured-consultants .col-3 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    max-width: 150px;
    display: block;
    margin: 25px auto;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    max-height: 100px;
}

.featured-consultants .col-3:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.featured-consultants .col-3 .type {
    position: absolute;
    color: #fff;
    left: 0px;
    padding: 5px;
    top: 10px;
    font-size: 11px;
    padding-right: 15px;
    background: #1894f4;
    z-index: 5;
}

.featured-consultants .col-3 .type:before {
    position: absolute;
    content: "";
    right: -27px;
    top: 3px;
    width: 35px;
    height: 25px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    overflow: hidden;
}

.featured-consultants .ads {
    /*background:#f2f7fc;*/
    width: 25%;
    padding: 10px;
    min-height: 300px;
}

.featured-consultants .col-3 figure {
    background: #fff;
    padding: 20px;
    height: 260px;
    overflow: hidden;
}

.featured-consultants .col-3 .content {
    padding: 15px;
    visibility: hidden;
    position: absolute;
    width: 100%;
    opacity: 0;
    bottom: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100%;
    background: #fff;
    z-index: 10;
}

.featured-consultants .col-3:hover .content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.featured-consultants .col-3 .title {
    display: block;
    padding: 10px 0;
    color: #57cc74;
    font-weight: 900;
    font-size: 16px;
}

.featured-consultants .col-3 p {
    padding: 0 0 8px;
}

.featured-consultants .col-3 .view {
    background: #e1fee8;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    color: #47c265;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.featured-consultants .col-3 .view:hover {
    color: #e1fee8;
    background: #47c265;
}

.featured-consultants .col-3 .contact {
    background: #e2f2ff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    color: #1894f4;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.featured-consultants .col-3 .contact:hover {
    color: #e2f2ff;
    background: #1894f4;
}

.testimonials-container {
    background: #f2f7fc;
    padding: 35px 0 40px 0;
}

.testimonials-container .main-head {
    padding-top: 0px;
    color: #718995;
}

.testimonials-container h4 {
    color: #9faeb6;
    font-weight: normal;
    font-style: italic;
}

.testimonials-container .testimonials {
    background: #fff;
    width: 46%;
    display: inline-block;
    min-height: 250px;
    margin: 45px 30px 20px 0;
    vertical-align: top;
    padding: 51px 20px 20px;
    position: relative;
}

.testimonials-container .testimonials:nth-of-type(3n) {
    margin-right: 0;
}

.testimonials-container .testimonials span {
    display: block;
}

.testimonials-container .testimonials .head {
    color: #08579a;
    font-size: 20px;
    font-weight: bold;
}

.testimonials-container .testimonials .name {
    color: #1894f4;
    font-weight: 900;
    font-size: 16px;
    padding: 5px 0;
}

.testimonials-container .testimonials .location {
    color: #99a2a6;
    font-size: 12px;
    font-style: italic;
}

.testimonials-container .testimonials .thumb {
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
}

.testimonials-container .testimonials .thumb img {
    max-width: 100px;
    border-radius: 100%;
    padding: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials-container .rslides {
    overflow: visible;
}

.testimonials-container .rslides img {
    float: none;
    display: initial;
}

.testimonials-container .rslides .thumb {
    bottom: -105px;
}

.testimonials-container .rslides_nav {
    position: absolute;
    top: 50%;
    background: #586a73;
    color: #fff;
    padding: 5px 12px;
    z-index: 10;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.testimonials-container .rslides_nav:hover {
    background: #000;
}

.testimonials-container .prev {
    left: -20px;
}

.testimonials-container .next {
    right: -20px;
}

.testimonials-container .testimonials:hover .prev {
    visibility: visible;
    opacity: 1;
    left: 10px;
}

.testimonials-container .testimonials:hover .next {
    visibility: visible;
    opacity: 1;
    right: 10px;
}

ul.testi {
    list-style: none;
}

ul.testi li {
    display: block;
    padding: 10px;
    background: #fff;
    color: #8f9090;
    font-size: 12px;
    background: #fff;
    margin-bottom: 8px;
}

ul.testi li:nth-child(even) {
    background: #fafbfd;
}

ul.testi li:nth-child(even) i {
    background: #666;
}

ul.testi li .img {
    float: left;
    width: 10%;
    margin-top: 5px;
}

ul.testi li i {
    font-size: 50px;
    background: #f3f3f3;
    padding: 10px 12px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-sizing: border-box;
    -o-sizing: border-box;
}

ul.testi li .text {
    float: right;
    width: 89%;
}

ul.testi li .text p {
    padding-right: 15px;
    padding: 0;
    line-height: 20px;
}

ul.testi li .text x {
    padding: 5px 0;
    text-align: right;
}

.service-offered {
    background: #fafbfd;
    padding: 10px 20px;
    border: 1px dashed #d3dbde;
}

.service-offered2 {
    /*background:#fafbfd;*/
    padding: 10px 20px;
    border: 1px dashed #d3dbde;
}

.students .main-head {
    color: #718995;
    padding-top: 35px;
}

.students .col-4 {
    width: 20%;
    float: left;
    margin-bottom: 40px;
    padding: 0 15px;
}

.students .col-4+.col-4 {
    border-left: 1px solid #eee;
}

.students .col-4:nth-of-type(4n) {
    margin-right: 0;
}

.students .col-4 span {
    display: block;
    color: #718995;
}

.students .col-4 .name {
    font-weight: 700;
    font-size: 16px;
    padding: 5px 0;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.students .col-4:hover .name {
    color: #f5a807;
}

.students .col-4 .location {
    font-style: italic;
    text-transform: lowercase;
}

.students .col-4 img {
    /*max-width:112%;*/
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.students .col-4 .thumb {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #eee;
    position: relative;
    margin: 10px auto;
}

.footer {
    width: 100%;
    background: #02133e;
    padding: 30px 0;
}

.footer h4.title {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    display: block;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    position: relative;
}

.footer h4.title:before,
.footer h4.title:after {
    content: '';
    height: 1px;
    position: absolute;
    left: 0px;
    bottom: -10px;
}

.footer h4.title:before {
    width: 100%;
    background-color: #ddd;
}

.footer h4.title:after {
    width: 50px;
    background-color: #0e6bc2;
}

/*.footer ul{list-style:none;}
.footer ul li{display:inline-block;width:24%;padding:20px 0;color:#fff;vertical-align:top;}
.footer ul li .title{font-weight:700;display:block;font-size:18px;padding:10px 0;}
.footer ul li a{display:block;font-size:12px;color:#ddd;padding:8px 0;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;position:relative;}
.footer ul li a:hover{color:#0e6bc2;}*/
/*.footer ul li a.social{display:inline-block;padding:6px 0;background:#fff;color:#3fb6cb;width:28px;text-align:center;}
.footer ul li a.social:hover{background:#0e2245;color:#fff;}
.footer ul li a:not(.social):before{content:"\f0da";font-family:'FontAwesome';position:relative;padding:0 6px;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.footer ul li a:not(.social):hover:before{padding-left:10px;}
.footer .col-4:nth-of-type(4n){margin-right:0;}*/
.footer-li,
.footer-li ul,
.footer-li-social,
.footer-li-social ul {
    margin: 0 0 20px 0;
    padding: 0px;
}

.footer-li li {
    list-style: none;
    color: #ddd;
    font-size: 14px;
    margin: 0px;
}

.footer-li li+li {
    margin: 10px 0 0 0;
}

.footer-li li a {
    color: #ddd;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-li li a:hover {
    color: #0e6bc2;
}

.footer-li-social li {
    float: left;
    list-style: none;
}

.footer-li-social li+li {
    margin-left: 6px;
}

.footer-li-social li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #091e54;
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer-li-social li a:hover {
    background-color: #0e6bc2;
}

.paymentModeLi {
    width: 100%;
    margin-bottom: 20px;
}

.visa-text,
.visa-icon {
    float: left;
}

.visa-text {
    width: 100px;
    height: 38px;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold
}

.visa-icon img {
    height: 38px;
}

.copyright {
    background: #02133e;
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #091e54;
}

#animation-contianer * {
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#animation-contianer {
    font-size: 13px;
    color: #fff;
    height: 650px;
    text-align: justify;
}

.animation-container {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    background: url(../images/aime-icon2.png) no-repeat center;
    position: relative;
}

#animation-contianer .animation-container span {
    position: absolute;
    display: block;
    padding: 10px;
    line-height: 18px;
    max-width: 300px;
    text-align: center;
}

#animation-contianer .animation-container .first,
#animation-contianer .animation-container .second,
#animation-contianer .animation-container .fourth,
#animation-contianer .animation-container .six {
    top: 260px;
    left: 340px;
    opacity: 0;
}

#animation-contianer .animation-container .third,
#animation-contianer .animation-container .fifth,
#animation-contianer .animation-container .seven,
#animation-contianer .animation-container .eight {
    top: 260px;
    right: 340px;
    opacity: 0;
}

.animation-container a {
    color: #fff;
}

#animation-contianer .animation-container strong {
    font-size: 18px;
    padding-bottom: 5px;
    display: block;
    color: #fff;
    padding: 8px 0;
    font-weight: 600;
}

#animation-contianer .animation-container i {
    display: block;
    background: #FFF;
    border-radius: 100%;
    width: 46px;
    height: 45px;
    text-align: center;
    margin: 0 auto;
    color: #0e6bc2;
    font-size: 16px !important;
    font-style: normal;
    padding: 15px;
    font-weight: bold;
    vertical-align: middle;
}

#animation-contianer .animation-container span img {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #fff;
    max-width: 100%;
    padding: 3px;
}

#animation-contianer .animation-container a:hover i,
#animation-contianer .animation-container a:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #f5a807;
}

/*#animation-contianer .animation-container a:hover i{color: #fff;}*/
#animation-contianer:hover .animation-container .first {
    left: 340px;
    opacity: 1;
    top: 0;
}

#animation-contianer:hover .animation-container .second {
    top: 100px;
    left: 60px;
    opacity: 1;
}

#animation-contianer:hover .animation-container .third {
    top: 100px;
    right: 60px;
    opacity: 1;
}

#animation-contianer:hover .animation-container .fourth {
    top: 250px;
    left: -140px;
    opacity: 1;
}

#animation-contianer:hover .animation-container .fifth {
    top: 250px;
    right: -140px;
    opacity: 1;
}

#animation-contianer:hover .animation-container .six {
    top: 380px;
    left: 60px;
    opacity: 1;
}

#animation-contianer:hover .animation-container .seven {
    top: 380px;
    right: 60px;
    opacity: 1;
}

#animation-contianer:hover .animation-container .eight {
    top: 470px;
    right: 340px;
    opacity: 1;
}

.popup1 {
    visibility: hidden;
    position: absolute;
    width: 50%;
    top: 25%;
    left: 25%;
    background: #fff;
    z-index: 10;
    border-radius: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    overflow: hidden;
}

.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    content: "";
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 11;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.popup-overlay.active {
    visibility: visible;
    opacity: 1;
}

.popup-overlay.active .popup1 {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.popup1 ul {
    list-style: none;
    padding: 20px;
    text-align: center;
}

.popup1 ul li {
    display: inline-block;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    width: 30%;
    margin: 10px 5px;
}

.popup1 ul li a {
    color: #666;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup1 ul li i {
    display: block;
    text-align: center;
    font-size: 40px;
    padding: 20px;
    color: #0e6bc2;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup1 ul li a:hover i {
    color: #f5a807;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.popup1 ul li a:hover {
    color: #0e6bc2;
}

.popup1 .close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 5px;
    background: #eee;
    color: #999;
}

.body-left {
    width: 70%;
    float: left;
}

.body-left p {
    text-align: justify;
}

.body-left li {
    line-height: 20px;
}

.body-right {
    width: 26%;
    float: right;
}

.listing {
    list-style: none;
}

.listing li {
    display: inline-block;
    border: 1px dashed #ddd;
    border-radius: 5px;
    width: 24%;
    color: #9f9f9f;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.listing li i {
    color: #bfbcbc;
    background: #f2f7fc;
    padding: 15px 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.listing li .count {
    padding: 15px 5px;
    position: absolute;
    right: -100%;
    font-weight: 900;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.listing li:hover .count {
    right: 0%;
    color: #7dcddb;
}

.listing li:hover i {
    background: #3fb6cb;
    color: #fff;
}

.listing li:hover {
    border: 1px solid #3fb6cb;
}

.listing li .title {
    width: 70%;
    display: inline-block;
    color: #9f9f9f;
}

span.sub-head {
    padding: 0;
    display: block;
}

.sub-head {
    font-size: 18px;
    padding: 0 8px;
    color: #3fb6cb;
    font-weight: 600;
}

.separator {
    border: 1px dashed #ccc;
    margin: 15px 0;
    border-left: 0;
    border-right: 0;
    padding: 2px;
}

.inner-head {
    padding-left: 8px;
}

.button {
    background: #1e2843;
    color: #fff;
    padding: 7px 30px;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
}

.step-container {
    position: relative;
    text-align: center;
}

.step-container .step {
    display: inline-block;
    position: relative;
    width: 321px;
    vertical-align: top;
}

.step-container .step span {
    font-weight: bold;
    display: block;
    font-size: 15px;
}

.step-container .step small {
    font-size: 12px;
    display: block;
    color: #999;
    padding: 0 8px;
}

.step-container .step img {
    border-radius: 100%;
    width: 110px;
    display: block;
    margin: 5px auto;
    height: 110px;
}

.step-container .step.active:before {
    content: "";
    background: #35c87f;
    width: 100%;
    position: absolute;
    height: 5px;
    left: 208px;
    top: 56px;
}

.step-container .selected {
    color: #1cc36c;
    display: block;
    font-weight: normal !important;
    font-size: 14px;
}

.step-container .selected strong {
    display: block;
    font-weight: normal;
    color: #333;
}

.step-container .selected i {
    background: #1cc36c;
    color: #fff;
    border-radius: 20px;
    height: 22px;
    text-align: center;
    border-radius: 100%;
    font-size: 11px;
    padding: 6px 5px;
    margin-top: 9px;
}

/*.learn-more{font-size:14px;padding:8px 20px;display:inline-block;color:#fff;background:#00b9b9;border-radius:5px;margin:10px 0;}*/
.plan-contianer .head {
    color: #666;
    text-align: center;
    font-size: 18px;
}

.plan-contianer .plan-box {
    width: 356px;
    display: inline-block;
    border: 1px solid #00b8b8;
    border-radius: 5px;
    vertical-align: top;
    position: relative;
}

.plan-contianer .plan-box .head {
    background: #00b8b8;
    color: #fff;
    padding: 13px 10px;
    text-align: center;
}

.plan-contianer .plan-box .detail {
    color: #7a7a7a;
    padding: 6px 0px 0 15px;
    margin-top: 5px;
    min-height: 40px;
    border-bottom: 1px solid #eee;
}

.plan-contianer .plan-box .detail a {
    color: #7a7a7a;
}

.plan-contianer .plan-box .detail a:hover {
    color: #00b9b9;
}

.plan-contianer .plan-box .detail a.button {
    background: #1e2843;
    color: #fff !important;
    padding: 7px 30px !important;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    font-family: 'lato', sans-serif;
    font-weight: 500;
}

.plan-container .plan-box .detail .button:hover {
    color: #fff !important;
}

.plan-contianer .plan-box .detail .button {
    margin: 0 auto;
}

.plan-contianer .plan-box .detail.text-left {
    text-align: left;
    position: relative;
}

.plan-contianer .plan-box .detail:nth-last-child(1) {
    border-bottom: 0;
    min-height: 62px;
    padding-bottom: 15px;
}

.plan-contianer .plan-box .detail.arrow:before {
    content: "\f0da";
    position: absolute;
    font-family: 'FontAwesome';
    top: 4px;
    left: -1px;
    color: #00b8b8;
    font-size: 20px;
}

/*.plan-contianer .plan-box .button{background:#5cb85c;color:#fff;padding:7px 40px;border-radius:5px;box-shadow:none;}*/
.vs {
    position: absolute;
    background: #00b8b8;
    color: #fff;
    border-radius: 100%;
    padding: 12px 10px;
    top: 38%;
    right: -24px;
    z-index: 1;
}

.spacer60 {
    height: 60px;
    clear: both;
}

/*.col-lg-3{width:30%;display:inline-block;vertical-align:top;font-size:16px;}
.col-lg-5{width:50%;display:inline-block;vertical-align:top;}
.col2{width:48%;display:inline-block;}
.form-container .fields.uploader{background:#f9f9fb;padding:10px 20px;border:1px dashed #cacfe3;}
.form-container .fields{display:inline-block;width:70%;vertical-align:top;box-sizing:border-box;}
.fields-container > label{display:inline-block;color:#7b7b7b;width:25%;}*/
.checkbox-container-blue {
    display: inline-block;
    font-size: 14px;
    /*margin-bottom:8px;*/
}

.checkbox-container-blue.radio label input[type="checkbox"]+span,
.checkbox-container-blue.radio label input[type="radio"]+span {
    border-radius: 20px;
    overflow: hidden;
}

.checkbox-container-blue label {
    cursor: pointer;
    position: relative;
    margin-bottom: 8px;
}

.checkbox-container-blue label input[type="checkbox"],
.checkbox-container-blue label input[type="radio"] {
    top: 6px;
    left: 2px;
    opacity: 0;
    position: absolute;
}

.checkbox-container-blue label input[type="checkbox"]+span,
.checkbox-container-blue label input[type="radio"]+span {
    display: inline-block;
    padding: 8px;
    border: 1px solid #ccc;
    background: #f9f9fb;
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.checkbox-container-blue label input[type="checkbox"]:checked+span,
.checkbox-container-blue label input[type="radio"]:checked+span {
    background: #2890e9;
    border: 1px solid #2890e9;
}

.checkbox-container-blue label input[type="checkbox"]:checked+span:before,
.checkbox-container-blue label input[type="checkbox"]:checked+span:after,
.checkbox-container-blue label input[type="radio"]:checked+span:before,
.checkbox-container-blue label input[type="radio"]:checked+span:after {
    display: block;
    position: absolute;
    content: "";
    height: 3px;
    background: #fff;
}

.checkbox-container-blue label input[type="checkbox"]+span:before,
.checkbox-container-blue label input[type="radio"]+span:before {
    width: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 8px;
    left: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.checkbox-container-blue label input[type="checkbox"]+span:after,
.checkbox-container-blue label input[type="radio"]+span:after {
    width: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 4px;
    top: 7px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.checkbox-container-blue label input[type="checkbox"]:checked+span:before,
.checkbox-container-blue label input[type="radio"]:checked+span:before {
    width: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px;
    left: 2px;
    opacity: 1;
}

.checkbox-container-blue label input[type="checkbox"]:checked+span:after,
.checkbox-container-blue label input[type="radio"]:checked+span:after {
    width: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    top: 7px;
    opacity: 1;
}

.contact-container {
    position: relative;
    left: 0;
    top: -130px;
    width: 100%;
    -webkit-box-shadow: 0 10px 15px 0 #ddd;
    box-shadow: 0 10px 15px 0 #ddd;
    margin: 40px auto;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.contact-container .pull-left {
    width: 65%;
}

.contact-container .pull-left .main-head {
    padding: 0 0 10px;
}

.contact-container .pull-right {
    width: 34%;
    background: #f0f0f1;
    height: 100%;
    position: absolute;
    right: 0;
    top:
        0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-container .pull-right p {
    padding: 8px 0;
    line-height: 30px;
}

.contact-container .pull-right i {
    color: #8a8a89;
    font-size: 16px;
}

.contact-container .pull-right .highlight {
    color: #e16d27;
    font-size: 35px;
    font-weight: 300;
}

.contact-container .form {
    padding: 20px;
}

.contact-container .col2 {
    display: block;
    float: left;
    width: 49%;
    margin-bottom: 10px;
}

.contact-container .col1 {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
}

.contact-container .col2:nth-of-type(2n) {
    float: right;
}

.contact-container .button {
    background: #0fb35e;
    border: 1px solid #019049;
    border-radius: 5px;
    padding: 12px 60px;
    text-transform: uppercase;
}

.contact-container .main {
    color: #1882f8;
}

.summary {
    max-width: 680px;
    margin: 15px auto;
    -webkit-box-shadow: 0 0px 50px -4px #ddd;
    box-shadow: 0 0px 50px -4px #ddd;
    border: 1px solid #f1f1f1;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.summary .text-muted {
    margin-top: 10px;
    min-width: 40%;
}

.text-muted {
    color: #999;
    font-style: italic;
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
}

.pay-button button {
    display: inline-block;
    background: #3fb6cb;
    color: #fff;
    padding: 15px 25px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 5px;
}

.pay-button button:hover {
    background: #f5a807;
}

.sliding-popup {
    border: 1px solid #eee;
    max-width: 60%;
    margin: 50px auto;
    min-height: 300px;
    -webkit-box-shadow: 0 8px 25px #ddd;
    box-shadow: 0 8px 25px #ddd;
}

.sliding-popup .popup-heading {
    font-size: 35px;
    margin: 20px 0;
    color: #5a5a5a;
}

.sliding-popup .sub-head {
    color: #5a5a5a;
    font-weight: normal;
    font-size: 14px;
}

.sliding-popup .badge-radial {
    background: #5a5a5a;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 12px;
    margin-top: 15px;
}

.sliding-popup .video {
    width: 60%;
    margin: 15px auto;
    border: 1px solid #eee;
    padding: 100px 50px;
    -webkit-box-shadow: 0 8px 25px #ddd;
    box-shadow: 0 8px 25px #ddd;
}

.sliding-popup .title i {
    background: #ec2228;
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    font-size: 20px;
    display: block;
    margin: 10px auto;
    width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sliding-popup .option {
    display: block;
    text-align: left;
    max-width: 560px;
    margin: 20px auto;
}

.sliding-popup .option small {
    color: #a8a8a8;
    font-size: 12px;
    font-style: italic;
}

.sliding-popup .option i {
    color: #28c5ca;
    font-size: 18px;
    margin-right: 5px;
}

.sliding-popup .continue {
    background: #15c7fe;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    padding: 12px 45px;
    margin: 20px 0;
    -webkit-box-shadow: 0 10px 15px -5px #83e2fe;
    box-shadow: 0 10px 15px -5px #83e2fe;
}

/* about us timeline */
/*.timeline{display:block;list-style:none;position:relative;min-height:300px;width:700px;margin:0 auto;}
.timeline:before{content:"";position:absolute;top:0;left:50%;border-left:1px solid #e5e5e5;height:100%;}
.timeline li{float:left;width:45%;border:1px solid #e5e5e5;min-height:100px;border-radius:5px;margin-bottom:20px;background:#fff;position:relative;z-index:1;padding:15px;box-sizing:border-box;color:#666;}
.timeline li:not(.full):nth-of-type(even):after{position:absolute;content:"";width:10px;height:10px;background:#3fb6cb;border-radius:100%;top:25px;left:-12.5%;}
.timeline li:not(.full):nth-of-type(odd):after{position:absolute;content:"";width:10px;height:10px;background:#3fb6cb;border-radius:100%;top:25px;right:-13.5%;}
.timeline li:not(.full):nth-of-type(even):before{position:absolute;content:"";width:20px;height:20px;transform:rotate(45deg);border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;top:20px;left:-11px;background:#fff;}
.timeline li:not(.full):nth-of-type(odd):before{position:absolute;content:"";width:20px;height:20px;transform:rotate(45deg);border-right:1px solid #e5e5e5;border-top:1px solid #e5e5e5;top:20px;right:-11px;background:#fff;}
.timeline li:not(.full):nth-of-type(even){float:right;margin-top:20px;margin-bottom:0;}
.timeline li.full{width:100%;}
.timeline li:nth-last-child(1){margin-bottom:0;margin-top:20px;}
.timeline li:nth-last-child(1):before, .timeline li:first-child:before{position:absolute;content:"";width:20px;height:20px;transform:rotate(45deg);border-top:1px solid #e5e5e5;border-left:1px solid #e5e5e5;top:-12px;left:48.6%;background:#fff;}
.timeline li .year{padding:3px 8px;display:inline-block;background:#db4e32;color:#fff;border-radius:3px;margin-bottom:8px;}*/
/* about us timeline */
/* messages */
.success-panel {
    background: #dcf2d5;
    color: #587051;
    border: 1px solid #aecca4;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    margin: 5px 0;
}

.error-panel,
.failure_message {
    background: #ecc7c4;
    color: #b3302a;
    border: 1px solid #bd8080;
    padding: 10px;
    text-align: left;
    border-radius: 5px;
    margin: 5px 0;
}

.unsubscribe {
    background: #fff;
    margin: 20px 0;
    -webkit-box-shadow: 0 5px 15px #f1f1f1;
    box-shadow: 0 5px 15px #f1f1f1;
    padding: 20px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.unsubscribe .label {
    text-align: left;
    display: block;
    line-height: 25px;
    color: #718995;
    font-size: 13px;
    padding: 5px 0px;
    position: relative;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #f9f9f9;
    border-radius: 3px;
}

.unsubscribe .note {
    font-size: 12px;
    color: #999;
    font-style: italic;
    line-height: 20px;
    text-align: justify;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px;
}

.unsubscribe .mail {
    display: inline-block;
    border: 1px solid #f3f6f9;
    color: #9eaebf;
    padding: 10px 30px;
    border-radius: 5px;
    color: #e82d2d;
}

.unsubscribe .label .checkbox {
    position: absolute;
    right: 10px;
    top: 11px;
}

.unsubscribe .update {
    background: #3fb6cb;
    border: 1px solid #35aec4;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    padding: 10px 40px;
}

.unsubscribe .update:hover {
    background: transparent;
    color: #35aec4;
}

.student-details .thumb {
    display: inline-block;
    width: 12%;
    overflow: hidden;
}

.student-details .thumb img {
    max-width: 100%;
    border-radius: 5px;
    vertical-align: top;
}

.student-details .details {
    display: inline-block;
    width: 87%;
    padding: 10px;
    vertical-align: top;
}

.student-details .details .name {
    font-size: 20px;
    display: block;
    color: #718995;
}

.student-details .details p {
    display: block;
    padding: 0;
    color: #566d78;
}

.tags-contianer {
    margin-top: 7px;
}

.tags-contianer .title {
    display: inline-block;
    color: #96a9b3;
    font-size: 12px;
}

.tags-contianer .tags {
    display: inline-block;
    background: #718995;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0 2px;
}

.interested-scholarship {
    border: 1px dashed #e9f0f4;
    padding: 10px;
    margin: 10px 0;
}

.interested-scholarship .name {
    font-size: 16px;
    display: block;
    color: #718995;
}

.interested-scholarship .tags-contianer {
    margin: 8px 0;
}

.interested-scholarship .tags-contianer .title {
    min-width: 30%;
}

.interested-scholarship .tags-contianer .tags {
    background: #f6f9fb;
    color: #718995;
}

.forms-container {
    padding: 40px;
    border: 1px solid #e3e7f2;
    border-radius: 8px;
    width: 80%;
    margin: 0 auto;
}

.forms-container .col2 {
    width: 49%;
    float: left;
    margin-bottom: 15px;
}

.forms-container .col2:nth-of-type(even) {
    width: 49%;
    float: right;
}

.forms-container .col2 .label,
.forms-container .col3 .label {
    display: block;
    font-size: 13px;
    padding: 5px 0;
    color: #8f9194;
}

.forms-container .col3 {
    width: 32.68%;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.forms-container .col3:nth-of-type(3n) {
    margin-right: 0;
}

.forms-container .btn-sucess {
    border-radius: 100px;
    padding: 12px 35px;
}

.left-body {
    width: 70%;
    float: left;
}

.left-body p {
    padding: 8px 0;
    text-align: justify;
}

.content-head {
    font-size: 18px;
    color: #718995;
    font-weight: 300;
}

.right-body {
    width: 28%;
    float: right;
    border: 1px solid #f4f4f4;
    min-height: 200px;
}

.right-body.listing {
    float: none;
    display: inline-block;
    margin: 8px 2px;
    min-height: 365px;
    vertical-align: top;
    width: 32%;
}

.schools {
    width: 75%;
}

.schools-ads {
    width: 25%;
}

.schools-ads1 img {
    width: initial !important;
    max-width: 100%;
    margin: 10px auto !important;
    border: 1px solid #ccc;
}

.right-body.course {
    float: none;
    display: inline-block;
    margin: 8px 5px;
    min-height: 150px;
    vertical-align: top;
    width: 48%;
}

.right-body .thumb {
    padding: 10px;
    position: relative;
}

.right-body .featured {
    background: #fffffd;
}

.right-body .featured .tag {
    position: absolute;
    background: #f6c20e;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 25px;
    top: 18px;
    right: -24px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.right-body .featured .tag-container:before {
    position: absolute;
    background: #d9a905;
    width: 10px;
    height: 10px;
    content: "";
    z-index: -1;
    right: 61px;
}

.right-body .featured .tag-container:after {
    position: absolute;
    background: #d9a905;
    width: 10px;
    height: 10px;
    content: "";
    z-index: -1;
    right: 0px;
    top: 61px;
}

.right-body .featured .tag-container {
    position: absolute;
    top: -7px;
    right: -7px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.right-body .featured .rating {
    color: #f6c20e;
    padding: 10px 0;
    font-size: 16px;
}

.right-body .featured .title {
    color: #3cb1f5;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    padding: 5px 0;
}

.right-body .featured .address {
    color: #9c9c9c;
    font-size: 13px;
    font-style: italic;
    max-width: 95%;
    margin: 0 auto;
    line-height: 20px;
}

.right-body .other-details {
    padding: 20px;
}

.right-body .spacer {
    height: 8px;
}

.right-body .other-details .label {
    font-style: italic;
    color: #939393;
    font-size: 12px;
    display: inline-block;
    min-width: 120px;
}

.right-body .other-details .label i {
    font-size: 14px;
    width: 15px;
    text-align: center;
}

.right-body .other-details .details {
    font-weight: 900;
    color: #727171;
}

.right-body .other-details .more {
    background: #3cb1f5;
    display: inline-block;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    border: 1px solid #189fee;
    font-size: 12px;
    font-style: italic;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.right-body .other-details .more:hover {
    background: #f6c20e;
    border: 1px solid #e3b309;
}

.right-body .thumb img {
    width: 100px;
    display: block;
    margin: 0 auto;
}

.left-body ol {
    list-style: decimal inside;
}

table {
    border: 1px solid #f1f1f1;
    border-collapse: collapse;
    width: 100%;
}

table th,
table td {
    border: 1px solid #f1f1f1;
    padding: 15px;
    text-align: left;
    color: #aeafb0;
    font-weight: 400;
}

table td {
    color: #858687;
}

table th .italic {
    font-style: italic;
    font-size: 13px;
}

table th i {
    color: #d1d1d1;
    width: 15px;
    text-align: center;
}

table th.no-border {
    border-right: 1px solid transparent;
}

.feedback-form .input {
    border: 1px solid #dbd7d8;
}

.feedback-form .fields {
    margin-top: 10px;
}

.feedback-form .fields .button {
    background: #4999eb;
    color: #fff;
    font-weight: 300;
    padding: 13px 50px;
}

.paginate {
    padding: 0px 0;
    margin: 4px;
    border-radius: 2px;
    background: #fff;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #f2f7fc;
}

.paginate a {
    padding: 11px 14px;
    text-decoration: none;
    color: #718995;
    border-right: 1px solid #f2f7fc;
    display: inline-block;
}

.paginate a:nth-last-child(1) {
    border: none;
}

.paginate a:nth-child(1) {}

.paginate a:hover,
.paginate a:active {
    color: #1894f4;
    background: #e2f2ff;
}

.paginate span.current {
    padding: 11px 14px;
    background-color: #e1fee8;
    color: #47c265;
    border-right: 1px solid #f2f7fc;
}

.paginate span.disabled {
    padding: 11px 14px;
    margin: 2px;
    color: #ccc;
    cursor: not-allowed;
}

.pagination_dot {
    display: inline-block;
    padding: 11px 14px;
    color: #999;
    border-right: 1px solid #f2f7fc;
}

.body-wrapper {
    width: 1400px;
    margin: 0 auto;
}

.instiution-detail {
    position: relative;
}

.instiution-detail .instiution-logo {
    position: absolute;
    bottom: -25px;
    z-index: 2;
    padding: 20px 10px;
    background: #fff;
    left: 25px;
    border: 8px solid #ccc;
    -webkit-box-shadow: 0 5px 8px -3px #333;
    box-shadow: 0 5px 8px -3px #333;
    width: 200px;
    height: 188px;
    text-align: center;
    display: table;
}

.instiution-detail .instiution-logo center {
    display: table-cell;
    vertical-align: middle;
}

.instiution-detail .instiution-logo img {
    max-height: 140px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.instiution-detail .institution-head {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(111, 109, 109, 0.8);
    padding: 10px;
    font-size: 25px;
    z-index: 1;
    color: #fff;
    font-family: 'Segol', sans-serif;
    text-align: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding-right: 25px;
}

.left-panel-inside {
    float: left;
    width: 20%;
    border: 1px solid #d7d7d7;
    margin-top: 45px;
    padding: 20px;
    min-height: 400px;
    margin-right: 15px;
}

.left-panel-inside .heading {
    font-size: 20px;
    color: #76797d;
    padding: 10px 0px;
    border-bottom: 1px solid #df1759;
    text-transform: uppercase;
    width: 110px;
}

.left-panel-inside a {
    display: block;
    padding: 10px 0;
    color: #747171;
    border-bottom: 1px dotted #d7d7d7;
    font-size: 14px;
}

.right-panel-inside {
    float: left;
    width: 58%;
    margin-top: 45px;
}

.right-panel-banner {
    float: right;
    width: 20%;
    margin-top: 45px;
    text-align: right;
}

.right-panel-banner img {
    max-width: 100%;
}

.right-panel-inside p {
    padding: 8px 0;
    text-align: justify;
}

.right-panel-banner .rslides_nav {
    display: none;
}

.right-panel-inside b {
    font-weight: 800;
}

.right-panel-inside strong,
.right-panel-inside div {
    color: #718995;
}

.right-panel-inside ul {
    list-style: square;
    margin-left: 25px;
}

.square {
    list-style: square;
    margin-left: 25px;
    color: #718995;
}

.square li {
    padding: 5px 0;
}

.right-panel-inside ul li {
    color: #718995;
    padding: 5px;
    line-height: 22px;
}

.right-panel-inside .table {
    border: 1px solid #d7d7d7;
    display: table;
    list-style: none;
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-spacing: 5px;
    font-size: 14px;
    color: #929090;
}

.right-panel-inside .row {
    display: table-row;
}

.right-panel-inside .cell {
    display: block;
    border: 1px solid #d7d7d7;
    padding: 10px;
    /*width:100%;*/
    margin: 4px;
}

.right-panel-inside .cell .head {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    color: #666;
}

.right-panel-inside .cell .head:after {
    content: " :";
}

.right-panel-inside .cell i {
    padding: 5px;
    border-radius: 4px;
    margin: 0 2px;
    background: #929090;
    color: #fff;
}

.right-panel-inside p span.head {
    display: block;
    color: #C30;
    padding: 5px 0;
    font-size: 18px;
}

.right-panel-inside .main-head {
    padding: 10px 0;
    font-size: 20px;
    color: #6b95d1;
    text-transform: uppercase;
}

.right-panel-inside .course-tabs {
    list-style: none;
    display: block;
    margin-left: 0;
    text-align: center;
}

.right-panel-inside .course-tabs li {
    font-size: 12px;
    color: #666;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 8px;
    width: 32.33%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-align: center;
    border: 1px solid #ccc;
    margin: 3px 2px
}

.right-panel-inside .course-tabs li i {
    padding: 10px;
    font-size: 40px;
    display: block;
    background: #999;
    color: #fff;
    width: 75px;
    margin: 10px auto;
    border-radius: 5px;
}

.right-panel-inside .course-tabs li:hover i {
    background: #35aec4;
}

.right-panel-inside .course-tabs li a {
    color: #666;
}

.right-panel-inside .course-tabs li:hover a {
    color: #35aec4;
}

.right-panel-inside .course-tabs li:hover {
    border: 1px solid #35aec4;
}

.right-panel-inside .sub-head {
    padding: 5px 0;
    color: #C30;
}

.right-panel-inside .course-listing {
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
}

.right-panel-inside .course-listing .head {
    font-size: 20px;
    color: #6b95d1;
    padding: 5px 0;
}

.right-panel-inside .course-listing a.apply {
    padding: 3px 10px;
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    background: #09C;
    border-radius: 5px;
}

.right-panel-inside .course-listing a.apply:hover {
    background: #999;
}

.right-panel-inside table {
    border: 1px solid #ccc;
}

.right-panel-inside table th {
    background: #666;
    text-align: left;
    padding: 5px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.right-panel-inside table td {
    padding: 5px;
    font-size: 14px;
    color: #666;
    background: #f1f1f1;
}

.right-panel-inside table tr:nth-child(even) td {
    background: #f9f9f9;
}

.right-panel-inside .cell .fields {
    padding: 5px 0;
    width: 49.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    float: left;
    min-height: 46px;
}

.right-panel-inside .cell .fields:nth-child(2n) {
    float: right;
}

.right-panel-inside .cell .fields.full {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: block;
    float: none;
}

.right-panel-inside .cell .fields input[type="text"],
.right-panel-inside .cell .fields input[type="email"],
.right-panel-inside .cell .fields input[type="date"],
.right-panel-inside .cell .fields input[type="url"] {
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    color: #666;
}

.right-panel-inside .cell .fields select {
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    color: #666;
    height: 35px;
}

.right-panel-inside .cell .fields textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    resize: vertical;
    min-height: 100px;
}

.right-panel-inside .cell input[type="submit"],
.right-panel-inside .cell input[type="button"],
.right-panel-inside .cell input[type="reset"] .right-panel-inside .cell button {
    padding: 5px 10px;
    background: #09C;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}

.right-panel-inside .cell button:hover,
.right-panel-inside .cell input[type="submit"]:hover,
.right-panel-inside .cell input[type="button"]:hover,
.right-panel-inside .cell input[type="reset"]:hover {
    background: #666;
    color: #fff;
}

/*.right-panel-inside .cell:nth-child(1){border-right:0;border-bottom:0;}*/
.country-head {
    background: #64a0c5;
    color: #fff;
    padding: 10px;
}

.flag_img {
    width: 82px;
    margin: 0 auto;
    border-radius: 10px;
    height: 41px;
    border: 1px solid #eeeeee
}

ul.visa-listing {
    list-style: none;
    margin-left: 25px;
}

ul.visa-listing li {
    padding: 10px 5px;
    font-size: 11px;
    color: #666;
    width: 150px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    margin: 10px;
    border-radius: 8px;
    text-align: center;
    float: left;
    min-height: 80px;
}

ul.visa-listing li a {
    color: #718995;
}

ul.visa-listing li img {
    display: block;
    margin: 5px auto;
}

ul.student-profile {
    list-style: none;
    margin: 10px 0;
}

ul.student-profile li {
    display: block;
    background: #f5f5f5;
    color: #666;
    padding: 10px;
    border-left: 10px solid #e8e7e7;
    border-radius: 5px;
    margin: 10px 0;
}

ul.student-profile li i {
    width: 25px;
    color: #4f5c7d;
}

ul.student-profile li:nth-child(2n+1) {
    background: #eeeeee;
    border-left: 10px solid #cfcfcf;
}

ul.student-profile li:nth-child(2n+1) span {
    background: #616161;
    color: #fff;
}

ul.student-profile li span {
    background: #b4b3b3;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px 2px;
    font-size: 12px;
}

.tabs-head {
    background: #efefef;
    border-raidus: 5px;
    color: #908f8f;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.tabs-contianer {
    border: 1px solid #dcdcdc;
    padding: 15px;
    position: relative;
}

.tabs {
    background: #ededed;
    color: #908f8f;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    display: inline-block;
    font-size: 12px;
    float: left;
    margin-right: 1px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tabs:hover {
    background: #ddd;
    color: #333;
}

.tabs.active {
    background: #297de5;
    color: #fff;
    cursor: default;
}

.tabs-contianer .highlight {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 15px;
    color: #afafaf;
    font-size: 14px;
    font-size: 'segol', sans-serif;
}

.tabs-contianer .highlight .head {
    font-size: 18px;
    color: #13a7d7;
    padding-bottom: 5px;
}

.tabs-contianer ul.col2 {
    list-style: none;
    margin: 25px 0;
}

.tabs-contianer ul.col2 li {
    display: inline-block;
}

.tabs-contianer ul.col2 li.text {
    width: 61%;
}

/*.tabs-contianer ul.col2 li.text:before{display:block;border-radius:5px 0 0 5px;background:#ef9e1a;color:#fff;font-family:'segol',sans-serif;}*/
.tabs-contianer ul.col2 li.img-box {
    width: 36%;
    float: right;
}

.tabs-contianer ul.col2 .left {
    font-size: 14px;
    color: #a4a4a4;
    line-height: 21px;
    text-align: justify;
    display: table-cell;
}

.tabs-contianer ul.col2 .left strong {
    color: #666;
}

.tabs-contianer ul.col2 .bullets {
    background: #ef9e1a;
    color: #fff;
    font-family: 'segol', sans-serif;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    padding: 8px 15px;
    float: left;
    margin-right: 8px;
    display: table-cell;
}

.tabs-contianer ul.col2 .img {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px #e5e5e5;
    box-shadow: 0 0 5px #e5e5e5;
}

.tabs-contianer ul.col2 .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.tabs-contianer #content1 {
    position: relative;
}

.tabs-contianer #content2,
.tabs-contianer #content3,
.tabs-contianer #content4,
.tabs-contianer #content5,
.tabs-contianer #content6 {
    display: none;
    position: relative;
}

.student-details .thumb {
    display: inline-block;
    width: 12%;
    overflow: hidden;
}

.student-details .thumb img {
    max-width: 100%;
    border-radius: 5px;
    vertical-align: top;
}

.student-details .details {
    display: inline-block;
    width: 87%;
    padding: 10px;
    vertical-align: top;
}

.student-details .details .name {
    font-size: 20px;
    display: block;
    color: #718995;
}

.student-details .details p {
    display: block;
    padding: 0;
    color: #566d78;
}

.tags-contianer {
    margin-top: 7px;
}

.tags-contianer .title {
    display: inline-block;
    color: #96a9b3;
    font-size: 12px;
}

.tags-contianer .tags {
    display: inline-block;
    background: #718995;
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0 2px;
}

.interested-scholarship {
    border: 1px dashed #e9f0f4;
    padding: 10px;
    margin: 10px 0;
}

.interested-scholarship .name {
    font-size: 16px;
    display: block;
    color: #718995;
}

.interested-scholarship .tags-contianer {
    margin: 8px 0;
}

.interested-scholarship .tags-contianer .title {
    min-width: 30%;
}

.interested-scholarship .tags-contianer .tags {
    background: #f6f9fb;
    color: #718995;
}

.new-feature-container {
    overflow: hidden;
}

.marketing-bg {
    background: url(../../images/Marketing-bg.jpg) no-repeat center;
    position: relative;
    background-size: cover;
}

.eco-bg {
    background: url(../../images/ecosystem-bg.jpg) no-repeat center;
    background-size: cover;
}

.monotoring-bg {
    background: url(../../images/monotoring-bg.jpg) no-repeat center;
    background-size: cover;
}

.assured-bg {
    background: url(../../images/assured-targets-bg.jpg) no-repeat center;
    background-size: cover;
}

.marketing-bg .left-content {
    width: 50%;
    float: left;
    min-height: 395px;
}

.marketing-bg .main-content {
    padding: 70px 50px;
}

.marketing-bg .main-content .head {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #63a8c2;
}

.marketing-bg .main-content .subhead {
    display: block;
    font-size: 14px;
    color: #333;
}

.marketing-bg .main-content p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #666;
    padding: 10px 0;
}

.marketing-bg .main-content a.read-more {
    display: inline-block;
    background: #2cb6ab;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.marketing-bg:hover .main-content a.read-more {
    background: #0099cc !important;
    -webkit-box-shadow: 0 5px 0 0px #007ba4;
    box-shadow: 0 5px 0 0px #007ba4;
    margin-top: 16px;
}

.marketing-bg .content-bg {
    background: rgba(255, 255, 255, 0.9);
}

.marketing-bg .video {
    background: rgba(4, 35, 56, 0.8);
    position: relative;
    right: -50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.marketing-bg:hover .video {
    right: 0;
}

.marketing-bg .video .title {
    border-radius: 5px;
    padding: 5px 10px;
    background: #2cb6ab;
    color: #fff;
    position: relative;
    top: 74px;
    text-align: center;
}

.marketing-bg .video-thumb {
    border-radius: 5px;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    right: -100%;
    width: 300px;
    top: 105px;
    max-height: 190px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    overflow: hidden;
}

.marketing-bg .video-thumb img {
    width: 100%;
    border: none;
}

.marketing-bg:hover .video-thumb {
    right: 124px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.new-feature-container:nth-child(odd) {
    margin: 10px 0;
}

.new-feature-container:nth-child(even) .left-content {
    float: right;
}

.new-feature-container:nth-child(even) .video {
    left: -50%;
}

.new-feature-container:nth-child(even):hover .video {
    left: 0;
}

.new-feature-container:nth-child(even) .video-thumb {
    left: -100%;
}

.new-feature-container:nth-child(even):hover .video-thumb {
    left: 124px;
}

.list-col2 li {
    width: 49%;
    float: left;
}

.contact-left {
    width: 48%;
    float: left;
}

.contact-right {
    width: 48%;
    float: right;
}

.fields {
    display: block;
    padding: 4px 0;
    line-height: 25px;
}

@media screen and (min-width:1px) and (max-width:768px) {
    .summary .text-muted {
        width: 100%;
        display: block;
        margin: 15px 0 3px;
    }

    #form_id div {
        /*width:100% !important;*/
        text-transform: capitalize;
    }

    #ViewLevel div {
        text-transform: capitalize;
    }

    .step-container .step {
        width: 100% !important;
    }

    .col-lg-4 {
        top: initial !important;
    }

    #gaugeDemo {
        top: 20px;
        margin-left: -15px;
    }

    .gauge_stat {
        margin-top: 25px !important;
    }

    .step-container .step.active::before {
        display: none;
    }

    .show-toggle img[src$=".svg"] {
        position: static !important;
        max-width: 100% !important;
    }

    iframe {
        max-width: 100%;
    }

    /*.footer ul li{width:100%;}*/
    .footer {
        padding: 15px 0;
    }

    .plan-contianer .plan-box {
        width: 100%;
        margin: 10px 0;
    }

    .vs {
        bottom: -32px;
        right: 43%;
        top: initial;
    }

    main {
        min-height: initial;
    }

    ul.visa-listing {
        margin-left: 0;
    }

    ul.visa-listing li {
        width: 46%;
        margin: 2%;
    }

    .f-nav {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 11;
    }

    header.fixed {
        top: 40px;
        -webkit-box-shadow: 0 3px 4px #666;
        box-shadow: 0 3px 4px #666;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .top .pull-right {
        float: none;
        text-align: center;
    }

    .contact-container .pull-left,
    .contact-container .pull-right {
        width: 100%;
        float: none;
        position: static;
    }

    .contact-container .col2 {
        width: 100%;
        float: none;
    }

    .contact-container {
        overflow: visible;
    }

    .contact-container .spacer60 {
        display: none;
    }
}

@media screen and (max-width:1400px) {
    .container {
        width: 95%;
    }

    nav .menu>li>a {
        font-size: 13px;
    }

    .logo img {
        max-width: 220px;
    }

    .featured-institution .col-3 {
        width: 32%;
        margin-right: 5px;
    }

    .featured-institution .col-3:nth-of-type(3n) {
        margin-right: 0;
    }

    .featured-consultants .col-3,
    .featured-institution.consultants .col-3 {
        width: 32%;
        margin-right: 5px;
        min-height: 361px;
    }

    .featured-consultants .col-3:nth-of-type(3n) {
        margin-right: 0;
    }

    .students .col-4 {
        width: 23.9%;
        margin-right: 1%;
    }

    .students .col-4:nth-of-type(4n) {
        margin-right: 0;
    }

    .forms-container {
        width: 980px;
    }

    .forms-container .col3 {
        width: 292px;
    }

    .body-wrapper {
        width: 95%;
        margin: 0 auto;
    }

    .search-container {
        width: 95% !important;
        margin: 0 auto;
    }

    .menu>li>ul {
        top: 96px;
    }

    .step-container .step {
        width: 275px;
    }
}

@media screen and (min-width:1px) and (max-width:768px) {
    .owl-main-home-banner.owl-theme .owl-nav {
        display: none;
    }

    nav .menu .button a,
    .slicknav_menu li.button a {
        color: #fff;
        border: 2px solid #fff;
    }

    nav .menu .button a:hover,
    .slicknav_menu li.button a:hover {
        background: #0e6bc2;
        border: 2px solid #0e6bc2;
    }


    .logo.pull-left {
        float: none;
    }

    .logo img {
        display: block;
        margin: 0 auto;
    }

    .menu {
        display: none;
    }

    .search-container1 {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .search-container1 .fields-container {
        border-radius: 0;
    }

    .fields-container-new-inner {
        padding: 15px;
    }

    .search-container1 .heading {
        display: block;
        border-radius: 0;
        text-align: center;
        position: inherit;
        left: 0px;
        top: 0px;
    }

    .main-searchBtn {
        position: inherit;
        right: auto;
        top: auto;
        width: 100% !important;
    }

    .search-container1 .search {
        width: 100%;
    }

    .search-container1 .fields-container .fields {
        display: block;
        width: 100%;
        padding: 0px;
        border: 1px solid #e6eff0;
        margin: 5px 0;
    }

    .search-container1 .fields-container .fields .input {
        padding: 6px 12px;
    }

    .search-container1 .button-field {
        width: 100%;
        text-align: center;
    }

    .main-head {
        font-size: 20px;
    }

    .bg-default .main-head {
        padding-top: 15px;
    }

    .benefits .col-3 img {
        width: 50%;
    }

    .benefits .col-3 .head {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .benefits .col-3 {
        width: 100%;
        display: block;
    }

    #animation-contianer {
        height: initial;
    }

    .animation-container {
        width: 100%;
        /*background:#3fb6cb;*/
        background: rgb(25, 54, 100);
        background: -moz-linear-gradient(90deg, rgba(25, 54, 100, 1) 0%, rgba(3, 91, 155, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(25, 54, 100, 1) 0%, rgba(3, 91, 155, 1) 100%);
        background: linear-gradient(90deg, rgba(25, 54, 100, 1) 0%, rgba(3, 91, 155, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#193664", endColorstr="#035b9b", GradientType=1);
    }

    #animation-contianer .animation-container span {
        display: block;
        position: static !important;
        opacity: 1 !important;
        max-width: initial;
    }

    #animation-contianer:hover .animation-container span {
        position: static;
        display: block;
        opacity: 1;
    }

    .bg-default,
    .echosystem {
        padding: 0;
    }

    .system_demo p {
        text-align: justify;
    }

    .forms-container {
        width: 95%;
        margin: 5px auto;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .forms-container .col3 {
        display: block;
        width: 100%;
        float: none;
    }

    .popup1 {
        width: 95% !important;
        left: 2.5% !important;
        top: 30px;
    }

    #echo img {
        width: 100%;
    }

    .high-school .col-5 {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    .high-school .col-5.active {
        -webkit-box-shadow: none;
        box-shadow: none;
        max-height: initial;
    }

    .high-school .col-5.active img {
        position: static;
        top: 0;
        max-height: 100px;
        width: auto;
    }

    .featured-institution .col-3,
    .featured-consultants .col-3,
    .featured-institution.consultants .col-3 {
        width: 100%;
        display: block;
        margin-right: 0;
        min-height: initial;
    }

    .featured-institution .institution {
        width: 100%;
        float: none;
    }

    .featured-institution .ads {
        width: 100%;
        float: none;
        min-height: initial;
        padding-top: 20px;
        text-align: center;
    }

    .links {
        position: static;
    }

    .featured-institution .col-3 figure {
        height: initial;
    }

    .featured-institution .col-3 img {
        max-height: initial;
    }

    .video-testimonial-container {
        padding: 15px 0;
    }

    .students .main-head {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .video-testimonial-container .main-head {
        padding-bottom: 15px;
    }

    .testimonials-container .testimonials {
        width: 95%;
        display: block;
        margin: 5px auto;
        min-height: 400px;
        padding: 10px;
    }

    .testimonials-container .rslides .thumb {
        position: static;
        bottom: 0;
    }

    .students .col-4 {
        width: 95%;
        margin: 10px auto;
        display: block;
        min-height: initial;
    }

    .students .col-4+.col-4 {
        border-left: none;
    }

    .services-container {
        padding: 5px 0;
    }

    .home-wrapper-bg,
    .system-demo-bg {
        padding: 15px 0;
    }

    .system-demo-bg .main-head {
        padding-bottom: 10px;
    }

    .system-demo-bg p+p {
        margin-top: 15px;
    }

    .system-demo-img {
        padding-left: 0px;
    }

    .high-school .seprator {
        height: 0px;
    }

    .featured-institution .main-head {
        padding-bottom: 15px;
    }

    .top .menu {
        display: block;
    }

    .menu>li>a {
        padding: 0px 2px 10px 2px;
        font-size: 11px;
    }

    .top .pull-left {
        width: 100%;
        float: none;
    }

    .news a {
        text-align: center;
        font-size: 12px;
        padding: 10px 10px 5px 10px;
    }

    .top a {
        width: initial !important;
    }

    .slicknav_menu {
        display: block;
    }

    .popup1 ul li {
        width: 48%;
        margin: 3px 0px;
    }

    video {
        display: none;
    }

    .banner .animated-img {
        display: block;
        width: 100%;
    }

    .body-left,
    .right-panel-banner,
    .left-body,
    .right-body {
        float: none;
        width: 100%;
    }

    .right-panel-banner,
    .right-body {
        text-align: center;
    }

    .student-details .thumb {
        width: 40%;
        display: block;
    }

    .student-details .details {
        width: 100%;
        display: block;
        padding: 10px 0;
    }

    .student-details .details p {
        text-align: left;
    }

    .tags-contianer .title {
        display: block;
        margin-bottom: 5px;
    }

    .copyright {
        padding: 10px 0 40px;
        text-align: center;
    }

    .new-feature-container {
        overflow: visible;
    }

    .marketing-bg .left-content {
        width: 100%;
        float: none;
        min-height: 0;
        padding: 12px 0;
        position: relative;
    }

    .marketing-bg .main-content {
        padding: 10px;
    }

    .marketing-bg .main-content a.read-more {
        margin-top: 0px;
    }

    .marketing-bg:hover .main-content a.read-more {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0px;
    }

    .new-feature-container:nth-child(2n) .video {
        left: 0;
    }

    .marketing-bg .video-thumb {
        width: 68%;
        margin: 0 auto;
        right: 0;
    }

    .marketing-bg .video-thumb img {
        width: 100%;
        margin: 0px auto;
    }

    .new-feature-container:nth-child(2n) .video-thumb {
        left: 0;
    }

    .marketing-bg .video-thumb {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        top: 0;
        position: relative;
    }

    .new-feature-container:nth-child(odd) .video {
        left: 0;
        padding: 25px 0;
    }

    .marketing-bg:hover .video-thumb {
        right: 0;
    }

    .marketing-bg .video .title {
        position: relative;
        top: 12px;
    }

    .new-feature-container:nth-child(odd) {
        margin: 10px 0;
    }

    .new-feature-container:nth-child(even) .left-content {
        float: none;
    }

    .new-feature-container:nth-child(even) .video {
        left: 0;
        padding: 25px 0;
    }

    .new-feature-container:nth-child(even):hover .video {
        left: 0;
    }

    .new-feature-container:nth-child(even) .video-thumb {
        left: 0;
    }

    .new-feature-container:nth-child(even):hover .video-thumb {
        left: 0;
    }

    .marketing-bg .video {
        right: 0;
    }

    .instiution-detail .instiution-logo {
        bottom: 0px;
        padding: 8px 6px;
        left: 0px;
        border: 2px solid #ccc;
        width: 60px;
        height: 50px;
    }

    .instiution-detail .institution-head {
        padding: 5px;
        font-size: 12px;
    }

    .left-panel-inside,
    .right-panel-inside,
    .right-body.course,
    .right-panel-inside .course-tabs li {
        width: 100%;
        float: none;
        min-height: initial;
        margin: 5px 0;
    }
}

#about ul,
#about ol {
    list-style: square;
    margin-left: 25px;
    color: #718995;
}

#about ul li,
#about ol li {
    font-size: 13px;
    padding: 5px 0;
    line-height: 20px;
}


/*column & row css*/
.row-uni {
    margin-right: -15px;
    margin-left: -15px;
}

.col-uni-xs-1,
.col-uni-sm-1,
.col-uni-md-1,
.col-uni-lg-1,
.col-uni-xs-2,
.col-uni-sm-2,
.col-uni-md-2,
.col-uni-lg-2,
.col-uni-xs-3,
.col-uni-sm-3,
.col-uni-md-3,
.col-uni-lg-3,
.col-uni-xs-4,
.col-uni-sm-4,
.col-uni-md-4,
.col-uni-lg-4,
.col-uni-xs-5,
.col-uni-sm-5,
.col-uni-md-5,
.col-uni-lg-5,
.col-uni-xs-6,
.col-uni-sm-6,
.col-uni-md-6,
.col-uni-lg-6,
.col-uni-xs-7,
.col-uni-sm-7,
.col-uni-md-7,
.col-uni-lg-7,
.col-uni-xs-8,
.col-uni-sm-8,
.col-uni-md-8,
.col-uni-lg-8,
.col-uni-xs-9,
.col-uni-sm-9,
.col-uni-md-9,
.col-uni-lg-9,
.col-uni-xs-10,
.col-uni-sm-10,
.col-uni-md-10,
.col-uni-lg-10,
.col-uni-xs-11,
.col-uni-sm-11,
.col-uni-md-11,
.col-uni-lg-11,
.col-uni-xs-12,
.col-uni-sm-12,
.col-uni-md-12,
.col-uni-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-uni-xs-1,
.col-uni-xs-2,
.col-uni-xs-3,
.col-uni-xs-4,
.col-uni-xs-5,
.col-uni-xs-6,
.col-uni-xs-7,
.col-uni-xs-8,
.col-uni-xs-9,
.col-uni-xs-10,
.col-uni-xs-11,
.col-uni-xs-12 {
    float: left;
}

.col-uni-xs-12 {
    width: 100%;
}

.col-uni-xs-11 {
    width: 91.66666667%;
}

.col-uni-xs-10 {
    width: 83.33333333%;
}

.col-uni-xs-9 {
    width: 75%;
}

.col-uni-xs-8 {
    width: 66.66666667%;
}

.col-uni-xs-7 {
    width: 58.33333333%;
}

.col-uni-xs-6 {
    width: 50%;
}

.col-uni-xs-5 {
    width: 41.66666667%;
}

.col-uni-xs-4 {
    width: 33.33333333%;
}

.col-uni-xs-3 {
    width: 25%;
}

.col-uni-xs-2 {
    width: 16.66666667%;
}

.col-uni-xs-1 {
    width: 8.33333333%;
}

.col-uni-xs-pull-12 {
    right: 100%;
}

.col-uni-xs-pull-11 {
    right: 91.66666667%;
}

.col-uni-xs-pull-10 {
    right: 83.33333333%;
}

.col-uni-xs-pull-9 {
    right: 75%;
}

.col-uni-xs-pull-8 {
    right: 66.66666667%;
}

.col-uni-xs-pull-7 {
    right: 58.33333333%;
}

.col-uni-xs-pull-6 {
    right: 50%;
}

.col-uni-xs-pull-5 {
    right: 41.66666667%;
}

.col-uni-xs-pull-4 {
    right: 33.33333333%;
}

.col-uni-xs-pull-3 {
    right: 25%;
}

.col-uni-xs-pull-2 {
    right: 16.66666667%;
}

.col-uni-xs-pull-1 {
    right: 8.33333333%;
}

.col-uni-xs-pull-0 {
    right: auto;
}

.col-uni-xs-push-12 {
    left: 100%;
}

.col-uni-xs-push-11 {
    left: 91.66666667%;
}

.col-uni-xs-push-10 {
    left: 83.33333333%;
}

.col-uni-xs-push-9 {
    left: 75%;
}

.col-uni-xs-push-8 {
    left: 66.66666667%;
}

.col-uni-xs-push-7 {
    left: 58.33333333%;
}

.col-uni-xs-push-6 {
    left: 50%;
}

.col-uni-xs-push-5 {
    left: 41.66666667%;
}

.col-uni-xs-push-4 {
    left: 33.33333333%;
}

.col-uni-xs-push-3 {
    left: 25%;
}

.col-uni-xs-push-2 {
    left: 16.66666667%;
}

.col-uni-xs-push-1 {
    left: 8.33333333%;
}

.col-uni-xs-push-0 {
    left: auto;
}

.col-uni-xs-offset-12 {
    margin-left: 100%;
}

.col-uni-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-uni-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-uni-xs-offset-9 {
    margin-left: 75%;
}

.col-uni-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-uni-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-uni-xs-offset-6 {
    margin-left: 50%;
}

.col-uni-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-uni-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-uni-xs-offset-3 {
    margin-left: 25%;
}

.col-uni-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-uni-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-uni-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {

    .col-uni-sm-1,
    .col-uni-sm-2,
    .col-uni-sm-3,
    .col-uni-sm-4,
    .col-uni-sm-5,
    .col-uni-sm-6,
    .col-uni-sm-7,
    .col-uni-sm-8,
    .col-uni-sm-9,
    .col-uni-sm-10,
    .col-uni-sm-11,
    .col-uni-sm-12 {
        float: left;
    }

    .col-uni-sm-12 {
        width: 100%;
    }

    .col-uni-sm-11 {
        width: 91.66666667%;
    }

    .col-uni-sm-10 {
        width: 83.33333333%;
    }

    .col-uni-sm-9 {
        width: 75%;
    }

    .col-uni-sm-8 {
        width: 66.66666667%;
    }

    .col-uni-sm-7 {
        width: 58.33333333%;
    }

    .col-uni-sm-6 {
        width: 50%;
    }

    .col-uni-sm-5 {
        width: 41.66666667%;
    }

    .col-uni-sm-4 {
        width: 33.33333333%;
    }

    .col-uni-sm-3 {
        width: 25%;
    }

    .col-uni-sm-2 {
        width: 16.66666667%;
    }

    .col-uni-sm-1 {
        width: 8.33333333%;
    }

    .col-uni-sm-pull-12 {
        right: 100%;
    }

    .col-uni-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-uni-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-uni-sm-pull-9 {
        right: 75%;
    }

    .col-uni-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-uni-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-uni-sm-pull-6 {
        right: 50%;
    }

    .col-uni-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-uni-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-uni-sm-pull-3 {
        right: 25%;
    }

    .col-uni-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-uni-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-uni-sm-pull-0 {
        right: auto;
    }

    .col-uni-sm-push-12 {
        left: 100%;
    }

    .col-uni-sm-push-11 {
        left: 91.66666667%;
    }

    .col-uni-sm-push-10 {
        left: 83.33333333%;
    }

    .col-uni-sm-push-9 {
        left: 75%;
    }

    .col-uni-sm-push-8 {
        left: 66.66666667%;
    }

    .col-uni-sm-push-7 {
        left: 58.33333333%;
    }

    .col-uni-sm-push-6 {
        left: 50%;
    }

    .col-uni-sm-push-5 {
        left: 41.66666667%;
    }

    .col-uni-sm-push-4 {
        left: 33.33333333%;
    }

    .col-uni-sm-push-3 {
        left: 25%;
    }

    .col-uni-sm-push-2 {
        left: 16.66666667%;
    }

    .col-uni-sm-push-1 {
        left: 8.33333333%;
    }

    .col-uni-sm-push-0 {
        left: auto;
    }

    .col-uni-sm-offset-12 {
        margin-left: 100%;
    }

    .col-uni-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-uni-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-uni-sm-offset-9 {
        margin-left: 75%;
    }

    .col-uni-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-uni-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-uni-sm-offset-6 {
        margin-left: 50%;
    }

    .col-uni-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-uni-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-uni-sm-offset-3 {
        margin-left: 25%;
    }

    .col-uni-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-uni-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-uni-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-uni-md-1,
    .col-uni-md-2,
    .col-uni-md-3,
    .col-uni-md-4,
    .col-uni-md-5,
    .col-uni-md-6,
    .col-uni-md-7,
    .col-uni-md-8,
    .col-uni-md-9,
    .col-uni-md-10,
    .col-uni-md-11,
    .col-uni-md-12 {
        float: left;
    }

    .col-uni-md-12 {
        width: 100%;
    }

    .col-uni-md-11 {
        width: 91.66666667%;
    }

    .col-uni-md-10 {
        width: 83.33333333%;
    }

    .col-uni-md-9 {
        width: 75%;
    }

    .col-uni-md-8 {
        width: 66.66666667%;
    }

    .col-uni-md-7 {
        width: 58.33333333%;
    }

    .col-uni-md-6 {
        width: 50%;
    }

    .col-uni-md-5 {
        width: 41.66666667%;
    }

    .col-uni-md-4 {
        width: 33.33333333%;
    }

    .col-uni-md-3 {
        width: 25%;
    }

    .col-uni-md-2 {
        width: 16.66666667%;
    }

    .col-uni-md-1 {
        width: 8.33333333%;
    }

    .col-uni-md-pull-12 {
        right: 100%;
    }

    .col-uni-md-pull-11 {
        right: 91.66666667%;
    }

    .col-uni-md-pull-10 {
        right: 83.33333333%;
    }

    .col-uni-md-pull-9 {
        right: 75%;
    }

    .col-uni-md-pull-8 {
        right: 66.66666667%;
    }

    .col-uni-md-pull-7 {
        right: 58.33333333%;
    }

    .col-uni-md-pull-6 {
        right: 50%;
    }

    .col-uni-md-pull-5 {
        right: 41.66666667%;
    }

    .col-uni-md-pull-4 {
        right: 33.33333333%;
    }

    .col-uni-md-pull-3 {
        right: 25%;
    }

    .col-uni-md-pull-2 {
        right: 16.66666667%;
    }

    .col-uni-md-pull-1 {
        right: 8.33333333%;
    }

    .col-uni-md-pull-0 {
        right: auto;
    }

    .col-uni-md-push-12 {
        left: 100%;
    }

    .col-uni-md-push-11 {
        left: 91.66666667%;
    }

    .col-uni-md-push-10 {
        left: 83.33333333%;
    }

    .col-uni-md-push-9 {
        left: 75%;
    }

    .col-uni-md-push-8 {
        left: 66.66666667%;
    }

    .col-uni-md-push-7 {
        left: 58.33333333%;
    }

    .col-uni-md-push-6 {
        left: 50%;
    }

    .col-uni-md-push-5 {
        left: 41.66666667%;
    }

    .col-uni-md-push-4 {
        left: 33.33333333%;
    }

    .col-uni-md-push-3 {
        left: 25%;
    }

    .col-uni-md-push-2 {
        left: 16.66666667%;
    }

    .col-uni-md-push-1 {
        left: 8.33333333%;
    }

    .col-uni-md-push-0 {
        left: auto;
    }

    .col-uni-md-offset-12 {
        margin-left: 100%;
    }

    .col-uni-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-uni-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-uni-md-offset-9 {
        margin-left: 75%;
    }

    .col-uni-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-uni-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-uni-md-offset-6 {
        margin-left: 50%;
    }

    .col-uni-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-uni-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-uni-md-offset-3 {
        margin-left: 25%;
    }

    .col-uni-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-uni-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-uni-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-uni-lg-1,
    .col-uni-lg-2,
    .col-uni-lg-3,
    .col-uni-lg-4,
    .col-uni-lg-5,
    .col-uni-lg-6,
    .col-uni-lg-7,
    .col-uni-lg-8,
    .col-uni-lg-9,
    .col-uni-lg-10,
    .col-uni-lg-11,
    .col-uni-lg-12 {
        float: left;
    }

    .col-uni-lg-12 {
        width: 100%;
    }

    .col-uni-lg-11 {
        width: 91.66666667%;
    }

    .col-uni-lg-10 {
        width: 83.33333333%;
    }

    .col-uni-lg-9 {
        width: 75%;
    }

    .col-uni-lg-8 {
        width: 66.66666667%;
    }

    .col-uni-lg-7 {
        width: 58.33333333%;
    }

    .col-uni-lg-6 {
        width: 50%;
    }

    .col-uni-lg-5 {
        width: 41.66666667%;
    }

    .col-uni-lg-4 {
        width: 33.33333333%;
    }

    .col-uni-lg-3 {
        width: 25%;
    }

    .col-uni-lg-2 {
        width: 16.66666667%;
    }

    .col-uni-lg-1 {
        width: 8.33333333%;
    }

    .col-uni-lg-pull-12 {
        right: 100%;
    }

    .col-uni-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-uni-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-uni-lg-pull-9 {
        right: 75%;
    }

    .col-uni-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-uni-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-uni-lg-pull-6 {
        right: 50%;
    }

    .col-uni-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-uni-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-uni-lg-pull-3 {
        right: 25%;
    }

    .col-uni-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-uni-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-uni-lg-pull-0 {
        right: auto;
    }

    .col-uni-lg-push-12 {
        left: 100%;
    }

    .col-uni-lg-push-11 {
        left: 91.66666667%;
    }

    .col-uni-lg-push-10 {
        left: 83.33333333%;
    }

    .col-uni-lg-push-9 {
        left: 75%;
    }

    .col-uni-lg-push-8 {
        left: 66.66666667%;
    }

    .col-uni-lg-push-7 {
        left: 58.33333333%;
    }

    .col-uni-lg-push-6 {
        left: 50%;
    }

    .col-uni-lg-push-5 {
        left: 41.66666667%;
    }

    .col-uni-lg-push-4 {
        left: 33.33333333%;
    }

    .col-uni-lg-push-3 {
        left: 25%;
    }

    .col-uni-lg-push-2 {
        left: 16.66666667%;
    }

    .col-uni-lg-push-1 {
        left: 8.33333333%;
    }

    .col-uni-lg-push-0 {
        left: auto;
    }

    .col-uni-lg-offset-12 {
        margin-left: 100%;
    }

    .col-uni-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-uni-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-uni-lg-offset-9 {
        margin-left: 75%;
    }

    .col-uni-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-uni-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-uni-lg-offset-6 {
        margin-left: 50%;
    }

    .col-uni-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-uni-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-uni-lg-offset-3 {
        margin-left: 25%;
    }

    .col-uni-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-uni-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-uni-lg-offset-0 {
        margin-left: 0;
    }
}


.owl-main-home-banner.owl-theme .owl-nav {
    margin-top: 0px !important;
}

.owl-main-home-banner .owl-prev,
.owl-main-home-banner .owl-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #2b2b2b !important;
    color: #fff !important;
    font-size: 24px !important;
    position: absolute;
    top: 50%;
    margin-top: -20px !important;
    border: none;
    border-radius: 50% !important;
    outline: 0;
    -webkit-box-shadow: 0px 0px 10px -8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px -8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px -8px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.owl-main-home-banner .owl-prev {
    left: 15px;
}

.owl-main-home-banner .owl-next {
    right: 15px;
}

.owl-main-home-banner .owl-prev:hover,
.owl-main-home-banner .owl-next:hover {
    background-color: #f5a807 !important;
    color: #fff !important;
}


.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-body p {
    text-align: center;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 26px;
    font-weight: bold;
}

.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 100px auto 0px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.btn-dismiss,
.btn-continue {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px 11px 30px;
    border-radius: 30px;
}

.btn-dismiss {
    background-color: #0e6bc2;
}

.btn-continue {
    background-color: #0dcc59;
}