* {
    margin: 0;
    padding: 0;
}

body {
    /*color: #666;*/
    color: #000;
    background-color: #fff;
    /*font-family: "Open Sans", Arial, sans-serif;*/
    font-family: "calibri";
    /*font-size: 14px;
    line-height: 1.7em;*/
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* latin */
/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/
@font-face {
    font-family: "calibri";
    src: url('../fonts/Calibri.ttf') format('embedded-opentype');
}

p {
    /*text-align: justify;*/
}

ul {
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

section {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "calibri";
}

hr {
    width: 100%;
    float: left;
}

.main-content {
    width: 100%;
    float: left;
    /*min-height:450px;*/
}

.h-title {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.title-head {
    color: #283349;
    font-size: 30px;
    /*margin: 0;*/
    margin: 0 0 5px 0;
    font-weight: 600;
    /*text-transform: uppercase;*/
    line-height: 32px;
}

.title h3 {
    color: #2d355a;
    font-size: 34px;
}

.title.white h3 {
    color: #fff;
    font-size: 34px;
}

.read {
    position: relative;
    color: #256bb3;
    display: inline-block;
    padding-left: 35px;
    transition: all 0.5s;
    font-weight: 600;
}

    .read:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        width: 30px;
        height: 2px;
        background: #256bb3;
        transition: all 0.5s;
    }

    .read:hover {
        padding-left: 50px;
        transition: all 0.5s;
    }

        .read:hover:before {
            width: 45px;
        }

    .read.white {
        color: #fff;
    }

        .read.white:before {
            background: #fff;
        }

.white li {
    color: #fff;
}

.img img {
    width: 100%;
}

.page-heading {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

    .page-heading img {
        width: 100%;
    }
/* *******************header********************/
.owl-dots {
display:none !important;
}
header {
    width: 100%;
    float: left;
}

.header-social {
    width: 100%;
    float: left;
}

    .header-social ul {
        float: right;
        margin: 0;
    }

        .header-social ul li {
            display: inline-block;
        }

            .header-social ul li a {
                padding: 2px 0;
                color: #263145;
                /*display: inline-block;*/
                padding-left: 8px;
            }

                .header-social ul li a:hover {
                    color: #fff;
                }

.ttm-btn.ttm-btn-size-md {
       font-size: 14px;
    /* font-weight: 600; */
    padding: 4px 10px 4px 10px;
    /*height: 28px;
    line-height: 28px;*/
        margin-left: 5px;
    /*float: right;*/
    background-color: #283349;
    color: #fff;
}

.h-top {
    width: 100%;
    float: left;
    position: relative;
}

.h-bg {
    width: 100%;
    float: left;
    background: #2e498e;
    /*height: 37px;*/
    height: 35px;
}
.modal-dialog1 .modal-content {
    width: 100%;
    float: left;
}
.modal-dialog1 .modal-body {
    width: 100%;
    float: left;
}
.modal-dialog1 .modal-content .row {
    width: 100%;
    float: left;
    margin:0;
}
.modal-backdrop {
z-index:10;
}
.change {
    float: left;
    color: #666;
    /*font-weight: 600;*/
}

.forgot {
    float: right;
    color: #666;
    /*font-weight: 600;*/
}

input.submit, a.submit {
    background: #fff !important;
    border: 2px solid #2d4a8a !important;
    padding: 7px 20px;
    margin-top: 10px;
    font-size: 16px;
    color: #2d4a8a !important;
    font-weight: 600;
    border-radius: 18px;
    /* text-transform: uppercase; */
}

.showPswd {
    background: transparent;
}

.suggest {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
}
/*==========================requirements style============================*/
.invalid {
    color: #848482;
    transition: all .1s ease-in;
}

    .invalid:before {
        content: "";
        padding-right: 15px;
    }

.invalidPass {
    background: rgba(192, 57, 43, 0.85);
}

.valid {
    color: #3CBC3C;
    transition: all .2s ease-in;
    animation-name: grow;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

    .valid strong {
        text-shadow: 0px 5px 5px rgba(0,0,0,0.1), 5px 10px 5px rgba(0,0,0,0.05), -5px 10px 5px rgba(0,0,0,0.05);
    }

    .valid::before {
        content: "\2713 ";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        left: -5px;
        position: relative;
        font-weight: 800;
        animation-name: grow;
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-timing-function: ease-in;
        -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        -moz-transition: -moz-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        -ms-transition: -ms-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        -o-transition: -o-transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        transition: transform 1200ms cubic-bezier(0.19, 1, 0.22, 1), opacity 100ms ease-out;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-backface-visibility: hidden;
    }

.pswd_info ul {
    margin: 0 auto;
    width: 100%;
}

.pswd_info li {
    padding: 5px;
    text-align: left;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: visible;
    transition: all .2s ease-in;
    font-size:14px;
}



/*==========================requirements logic============================*/

.pswd_info {
    display: none;
    padding: 10px 5px;
    margin-top: 5px;
    text-align: left;
    font-family: helvetica, arial, sans-serif;
    position: relative;
    text-align: center;
    margin: 1em auto;
    width: 400px;
    /*transition: all .2s ease-in;*/
}

.pswd_info, .pswd_info2, .pswd_info3, .pswd_info4, .pswd_info5 {
    display: none;
    /* display: block; */
    /* padding: 10px 5px; */
    margin-top: 5px;
    text-align: left;
    /* font-family: helvetica, arial, sans-serif; */
    position: relative;
    text-align: center;
    margin: 1em auto;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 1px 2px #888;
    /* border-radius: 0 0 12px 12px; */
    /* transition: all .2s ease-in; */
}

    .pswd_info:before, .pswd_info2:before, .pswd_info3:before, .pswd_info4:before, .pswd_info5:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        border-top: 0px solid transparent;
        border-bottom: 10px solid #d4d4d4;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        transform: rotate( 180deg );
    }
         .pswd_reqs

{
    margin: 0 !important;
    text-align: left;
    background: #2d4a8a;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 12px 12px 0 0;
}

.incorrectMsg {
    display: none;
}

.shake {
    animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes grow {
    50% {
        transform: scale(1.1);
    }
}

.logo {
    position: absolute;
    z-index: 9;
}

.menu-links {
    width: 834px;
    float: right;
    background: #283349;
    position: relative;
    /*margin-top: -15px;*/
    margin-top: -17px;
}

    .menu-links:before {
        content: '';
        position: absolute;
        top: 0;
        left: -56px;
        bottom: 0;
        /*border-left: 38px solid transparent;
        border-bottom: 38px solid #263145;*/
        background: url('../images/menu-bg.png') no-repeat;
        background-size: 100%;
        width: 56px;
        height: 37px;
    }

    .menu-links nav {
        min-height: inherit !important;
        margin-bottom: 0;
    }

    .menu-links .navbar-brand {
        height: auto !important;
        /*padding: 0 !important;*/
        display: none;
    }

    .menu-links li a {
        /*padding: 16px 24px 0px 24px !important;*/
        padding: 16px 20px 0px 20px !important;
        color: #fff;
        /* font-weight: 600; */
        font-size: 19px;
    }

    .menu-links .navbar-right {
        margin: 0 !important;
    }

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background: none !important;
}

.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.menu-links ul li ul li {
    border-bottom: 1px solid transparent;
    border-bottom-color: rgba(0,0,0,0.04);
}

    .menu-links ul li ul li a {
        margin: 0;
        display: block;
        /* padding: 12px 15px 12px 15px; */
        padding: 8px 15px 8px 13px !important;
        position: relative;
        font-weight: 400;
        font-size: 15px;
        color: #263045;
        line-height: 16px;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

.menu-links ul ul li:hover a {
    padding-left: 25px !important;
    background-color: #f7f9fe;
    text-decoration: none;
    color: #263145;
}

.menu-links ul ul li:hover li a {
    padding-left: 15px !important;
    background-color: #fff;
}

.menu-links ul ul li li:hover a {
    padding-left: 25px !important;
    background-color: #f7f9fe;
    text-decoration: none;
    color: #263145;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border-color: #337ab7;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        /*border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;*/
        content: "\f105";
        position: absolute;
        background-color: transparent;
        right: 12px;
        top: 10px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: 0.8;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #ccc;
        }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

        .dropdown-menu .dropdown-menu {
            padding-left: 20px;
        }

            .dropdown-menu .dropdown-menu .dropdown-menu {
                padding-left: 30px;
            }

    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    .menu-links ul.dropdown-menu {
            left: 10px;
        border-top: 2px solid #2d4a8a;
        /*width: 250px;*/
        visibility: hidden;
        display: block;
        opacity: 0;
        transform: translate(0, 10px);
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    }

    .menu-links li:hover ul.dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0,0);
    }
    .lastui ul.dropdown-menu {
    left:auto;
    }
    .menu-links .dropdown-submenu ul.dropdown-menu {
        border-top: 2px solid #2d4a8a;
        /*width: 250px;*/
        visibility: hidden !important;
        display: block;
        opacity: 0 !important;
        transform: translate(0, 10px) !important;
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in !important;
        left: 100%;
    }

    .menu-links .dropdown-submenu:hover ul.dropdown-menu {
        visibility: visible !important;
        opacity: 1 !important;
        transform: translate(0,0) !important;
    }

    #navbar {
        text-align: center;
    }
}

.banner .overlay, .logosbanner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
    z-index: 9;
}

.free {
    position: fixed;
    left: 0;
    bottom: 142px;
    z-index: 999;
    /*width: 100px; */
    float: left;
    font-size: 12px;
    line-height: 15px;
    background: #2ea3f2;
    border-radius: 0 20px 20px 0;
    color: #fff;
    display:none;
    text-align: center;
}
    /*.free.shrink {
    bottom: 370px;
    }*/


    .free a {
        color: #fff;
        padding: 15px 10px 15px 0px;
        display: inline-block;
        transition: all 0.9s;
    }

        .free a:hover, .free a:hover, .free a:focus {
            padding-left: 20px;
            color: #fff;
            transition: all 0.9s;
            /* width: 130px; */
        }

    .free i {
        font-size: 25px;
    }


.lastui .dropdown-menu {
right:0;
}
.lastui .dropdown-submenu .dropdown-menu {
right:auto;
/*left:-250px;*/
left:-186px;

}




.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
    z-index: -1;
}

    .bs-slider:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .bs-slider:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .bs-slider .bs-slider-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.40);
    }

    .bs-slider > .carousel-inner > .item > img,
    .bs-slider > .carousel-inner > .item > a > img {
        margin: auto;
        width: 100% !important;
    }

/********************
*****Slide effect
**********************/

/*.fade {
    opacity: 1 !important;
}*/

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

    .fade .item:first-child {
        top: auto;
        position: relative;
    }

    .fade .item.active {
        opacity: 1;
        z-index: 2;
        -webkit-transition: opacity ease-in-out 1s;
        -moz-transition: opacity ease-in-out 1s;
        -ms-transition: opacity ease-in-out 1s;
        -o-transition: opacity ease-in-out 1s;
        transition: opacity ease-in-out 1s;
    }


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

    .control-round .carousel-control.left:hover,
    .control-round .carousel-control.right:hover {
        color: #fdfdfd;
        background: rgba(0, 0, 0, 0.5);
        border: 0px transparent;
    }

.control-round .carousel-control.left > span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right > span:nth-child(1) {
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

    .indicators-line > .carousel-indicators li {
        padding: 0;
        width: 15px;
        height: 15px;
        border: 1px solid rgb(158, 158, 158);
        text-indent: 0;
        overflow: hidden;
        text-align: left;
        position: relative;
        letter-spacing: 1px;
        background: rgb(158, 158, 158);
        -webkit-font-smoothing: antialiased;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 5px;
        -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
        z-index: 10;
        cursor: pointer;
    }

        .indicators-line > .carousel-indicators li:last-child {
            margin-right: 0;
        }

    .indicators-line > .carousel-indicators .active {
        margin: 1px 5px 1px 1px;
        box-shadow: 0 0 0 2px #fff;
        background-color: transparent;
        position: relative;
        -webkit-transition: box-shadow 0.3s ease;
        -moz-transition: box-shadow 0.3s ease;
        -o-transition: box-shadow 0.3s ease;
        transition: box-shadow 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .indicators-line > .carousel-indicators .active:before {
            transform: scale(0.5);
            background-color: #fff;
            content: "";
            position: absolute;
            left: -1px;
            top: -1px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            -webkit-transition: background-color 0.3s ease;
            -moz-transition: background-color 0.3s ease;
            -o-transition: background-color 0.3s ease;
            transition: background-color 0.3s ease;
        }



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    /* top: 25%; */
    top: 4%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

@font-face {
    font-family: Calibri;
    src: url(Calibri Bold.TTF);
}

.slide-text > h1 {
    padding: 0;
    color: #263145;
    font-size: 32px;
    font-style: normal;
    line-height: 65px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    width: 100%;
    text-transform: inherit;
    /*font-family: 'Poppins', sans-serif;*/
}
/* .slide-text > h1 span */
/* { */
/* color:#666 ;   */
/* } */
.slide-text > p {
    padding: 0;
    color: rgb(59, 64, 76);
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text > a.btn-default {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 14px 10px;
    white-space: nowrap;
    background: #2e498e;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    /*font-family: 'Poppins', sans-serif;*/
}

.slide-text > a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 14px 10px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #2e498e;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    /*font-family: 'Poppins', sans-serif;*/
}

.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.tt {
    top: 45%;
}





/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text > p {
        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
    .flist, .fl3, .fl2 {
    padding-left:0
    }
    .white-popup{
    display:inline-block;
    }
    .bg-img2.desktop {
    display:none
    }
    
    .bg-img2.mobile {
    display:block !important;
    }
    
    .bg-img2.mobile li {
        /*width:48% !important;*/
        float:left;
        margin:0 1%;
        }
        .bg-img2.mobile li a {
        width:auto !important; 
        }
    .md {
    padding-right:3px !important;
    /*padding-right:3px;*/
    }
    .md:before {
    display:none !important;
    

    }
    .pl16 {
    padding-left:16px !important;
    }
    .countries .h-title {
    margin-bottom:10px;
    }
    .slide-text {
        padding: 10px 50px;
        top: 0;
    }

        .slide-text h1 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .slide-text > p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
            display: none;
        }

    .control-round .carousel-control {
        display: none;
    }
    .testimonials .row, .logosbanner .row{
    margin:0;
    }
}

@media (max-width: 480px) {
    .flist, .fl3, .fl2 {
    padding-left:0
    }
    .slide-text {
        padding: 10px 30px;
    }

        .slide-text h1 {
            font-size: 20px;
            line-height: 25px;
            margin-bottom: 5px;
        }

        .slide-text > p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 10px;
        }

        .slide-text > a.btn-default,
        .slide-text > a.btn-primary {
            font-size: 10px;
            line-height: 10px;
            margin-right: 10px;
            text-align: center;
            padding: 10px 15px;
        }

    .indicators-line > .carousel-indicators {
        display: none;
    }
}


.banner {
    width: 100%;
    float: left;
    /*margin-top: 41px;*/
    margin-top: 28px;
    position: relative;
}

    .banner img {
        width: 100%;
    }

.carousel-control {
    background: none !important;
    opacity: 1;
}

    .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .fa-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .fa-chevron-right {
        right: 50%;
        margin-left: -10px;
    }

.banner-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.banner-text {
    background: #283349;
    height: 37px;
    position: relative;
    padding: 0 71px 0 85px;
}

    .banner-text:before {
        content: '';
        position: absolute;
        top: 0;
        /*right: -37px;
        bottom: 0;
        border-left: 37px solid #263145;
        border-top: 37px solid #26314500;*/
        right: -56px;
        bottom: 0;
        /*border-left: 38px solid transparent;
        border-bottom: 38px solid #263145;*/
        background: url('../images/b-bg.png') no-repeat;
        background-size: 100%;
        width: 56px;
        height: 37px;
    }

.banner-content h1 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    /* padding-top: 10px; */
    line-height: 40px;
}
.banner-content1 {
   position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 99;
    left: inherit;
    top: inherit;
    display:none;
}
    .banner-content1 a {
    color:#fff;
    }
    .banner-content1 .banner-text {
    background: #283349;
    height: 20px;
    position: relative;
    padding: 0 5px;
}

   .banner-content1 .banner-text:before {
         content: '';
    position: absolute;
    top: 0px;
    left: -56px;
    right: inherit;
    bottom: 0;
    background: url(../images/b-bg.png) no-repeat;
    background-size: 100%;
    width: 56px;
    height: 20px;
    transform: rotate( 
180deg
 );
}
    

.banner-content1 h1 {
    margin: 0;
    font-size: 12px !important;
    color: #fff;
    line-height:19px !important;
    font-style: normal !important;
    /* padding-top: 10px; */
    /*line-height: 40px;*/
}
.free-counselling {
    position: absolute;
    bottom: 154px;
    /*right: 89px;*/
    right: 0px;
    z-index: 99;
    display:none;
}
.counselling-mobile {
    display:none;
}
.free-counselling1 {
display:block;
}
    .free-counselling span {
        height: 77px;
        background: #2ea3f2;
        border-radius: 10px 0 0 10px;
        float: left;
        width: 77px;
        text-align: center;
        line-height: 77px;
        font-size: 30px;
        color: #fff;
    }

    .free-counselling a {
        /*float: left;
        height: 77px;
        background: #fff;
        padding: 5px 5px 0 5px;
        text-align: center;
        font-weight: 600;
        color: #2e498e;
        font-style: italic;
        font-size: 17px;*/
    }

    .free-counselling img {
        width: 179px;
    }

.ttm-bgcolor-darkgrey {
    background-color: #263045;
}

.featured-icon-box.style1 {
    /*padding: 13px 14px 6px 13px;*/
    padding: 11px 14px 6px 12px;
    color: #fff;
    float: left;
    width: 100%;
}

.m-t {
    margin-top: -16px;
    z-index: 99;
    position: relative;
}

.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border), .featured-icon-box.left-icon .featured-icon, .featured-icon-box.left-icon .featured-content {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    float: left;
}

.ttm-icon.ttm-icon_element-size-md {
    height: 41px;
    width: 41px;
    line-height: 41px;
    margin-bottom: 0px;
    background-color: #263045;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

.featured-icon {
    width: 43px;
}

.featured-icon-box.left-icon .featured-content {
    padding-left: 16px;
    text-align: center;
    float: left;
    width: 224px;
}

.featured-icon-box.style1 .featured-title h5 {
    font-weight: 500;
    font-size: 14px !important;
    margin: 0;
    line-height: 24px;
}

.ttm-bgcolor-skincolor {
    background-color: #2d4a8a;
}

.ttm-icon.ttm-icon_element-size-md i {
    font-size: 20px;
}

    .ttm-icon.ttm-icon_element-size-md i img {
        width: 20px;
    }

.ttm-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ttm-icon_element-bgcolor-skincolor {
    background-color: #2d4a8a !important;
}

.pt {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    line-height: 24px;
}

ul.ttm-list {
    list-style: none;
    padding: 0;
    padding-left: 0;
}

.ttm-list.ttm-list-style-icon li {
    padding-left: 27px;
    list-style: none;
    position: relative;
    /*padding-bottom: 0px;
    line-height: 26px;*/
    margin-bottom: 5px;
}

    .ttm-list.ttm-list-style-icon li i {
        position: absolute;
        left: 0px;
        top: 5px;
        color: #2e498e;
    }



.slick-slide img {
    /*width: 100%;*/
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.countries {
    background: #efefef;
    padding:10px 0 59px 0;
    /*padding:10px 0 10px 0;*/
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    padding: 5px 0 0 0;
    margin: 0px 3px;
    text-align: center;
    background: #fff;
}

    .slick-slide:hover {
        border: 1px solid #ccc;
        box-shadow: 0 1px 2px #888;
    }

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.ttm-historybox-title h5 {
    /*font-size: 16px;*/
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
    margin-top: 8px;
    color: #263045;
    font-weight: 600;
}

    .ttm-historybox-title h5 span {
        font-weight: normal;
    }

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    /*box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);*/
    height: 290px;
    position: relative;
}

.owl-item.active.center .shadow-effect {
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    background: #3f87f5;
    color: #fff;
}

.shadow-effect .fa-quote-left {
    font-size: 70px;
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    /*margin: -30px auto 0;*/
    margin: 0px auto 0;
    display: table;
    width: auto;
    /* background: #3190E7; */
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #000;
    /* box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05); */
    text-transform: uppercase;
    font-weight: 600;
}

    .testimonial-name span {
        width: 100%;
        float: left;
        text-transform: none;
        font-weight: normal;
    }

    .testimonial-name img {
        display: none !important;
    }

#customers-testimonials .item {
    text-align: center;
    /*padding: 0px 50px 0px 50px;*/
    padding: 0px 0px 0px 0px;
    /* margin-bottom: 80px; */
    opacity: .6;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* border: 1px solid #ccc; */
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.testimonial-read, .testimonial-read:hover, .testimonial-read:focus {
    color: #fff;
    background: #333;
    padding: 5px;
    position: absolute;
    left: 39%;
    bottom: 5px;
}

#customers-testimonials .owl-item.active.center .item .testimonial-read {
    color: #3f87f5;
    background: #fff;
    padding: 5px;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 6px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #3190E7;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
        }

.about p {
    text-align: justify;
}


.white-popup {
    position: relative;
    background: #FFF;
    padding: 50px 20px 20px 20px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}

    .white-popup p {
        text-align: justify;
    }
/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-zoom-in .mfp-with-anim {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        transform: scale(0.8);
    }

    .mfp-zoom-in.mfp-bg {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .mfp-zoom-in.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: scale(1);
    }

    .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-zoom-in.mfp-removing .mfp-with-anim {
        transform: scale(0.8);
        opacity: 0;
    }

    .mfp-zoom-in.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-newspaper .mfp-with-anim {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.5s;
        transform: scale(0) rotate(500deg);
    }

    .mfp-newspaper.mfp-bg {
        opacity: 0;
        transition: all 0.5s;
    }

    .mfp-newspaper.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    .mfp-newspaper.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-newspaper.mfp-removing .mfp-with-anim {
        transform: scale(0) rotate(500deg);
        opacity: 0;
    }

    .mfp-newspaper.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-move-horizontal .mfp-with-anim {
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.3s;
        transform: translateX(-50px);
    }

    .mfp-move-horizontal.mfp-bg {
        opacity: 0;
        transition: all 0.3s;
    }

    .mfp-move-horizontal.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: translateX(0);
    }

    .mfp-move-horizontal.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-move-horizontal.mfp-removing .mfp-with-anim {
        transform: translateX(50px);
        opacity: 0;
    }

    .mfp-move-horizontal.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-move-from-top .mfp-content {
        vertical-align: top;
    }

    .mfp-move-from-top .mfp-with-anim {
        opacity: 0;
        transition: all 0.2s;
        transform: translateY(-100px);
    }

    .mfp-move-from-top.mfp-bg {
        opacity: 0;
        transition: all 0.2s;
    }

    .mfp-move-from-top.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: translateY(0);
    }

    .mfp-move-from-top.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-move-from-top.mfp-removing .mfp-with-anim {
        transform: translateY(-50px);
        opacity: 0;
    }

    .mfp-move-from-top.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-3d-unfold .mfp-content {
        perspective: 2000px;
    }

    .mfp-3d-unfold .mfp-with-anim {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform-style: preserve-3d;
        transform: rotateY(-60deg);
    }

    .mfp-3d-unfold.mfp-bg {
        opacity: 0;
        transition: all 0.5s;
    }

    .mfp-3d-unfold.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: rotateY(0deg);
    }

    .mfp-3d-unfold.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-3d-unfold.mfp-removing .mfp-with-anim {
        transform: rotateY(60deg);
        opacity: 0;
    }

    .mfp-3d-unfold.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

    .mfp-zoom-out .mfp-with-anim {
        opacity: 0;
        transition: all 0.3s ease-in-out;
        transform: scale(1.3);
    }

    .mfp-zoom-out.mfp-bg {
        opacity: 0;
        transition: all 0.3s ease-out;
    }

    .mfp-zoom-out.mfp-ready .mfp-with-anim {
        opacity: 1;
        transform: scale(1);
    }

    .mfp-zoom-out.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-zoom-out.mfp-removing .mfp-with-anim {
        transform: scale(1.3);
        opacity: 0;
    }

    .mfp-zoom-out.mfp-removing.mfp-bg {
        opacity: 0;
    }

/* 

====== Hinge close effect ======

*/
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}







/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: #2ea3f2;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mt30 {
margin-top:30px;
}
.mt36 {
margin-top:36px;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 3px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    border-radius: 50px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}







.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-title {
    /*font-size:26px;*/
    font-size: 19px;
    line-height: 38px;
}

.panel-group .panel + .panel {
    margin-top: 1px;
}

.panel {
    border: none;
}

.panel-default > .panel-heading a {
    display: block;
    /*padding: 6px 10px;*/
    padding: 0px 10px 0px 40px;
    background-color: #2e498e;
    color: #fff;
}

    .panel-default > .panel-heading a:after {
        content: "";
        position: relative;
        top: 13px;
        display: inline-block;
        font-family: 'fontawesome';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        font-size: 14px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }

    .panel-default > .panel-heading a[aria-expanded="true"], .panel-default > .panel-heading a:hover {
        background-color: #2e498e;
        color: #fff;
    }

.panel-body {
    border: 1px solid #ddd;
}

.blue {
    background-color: #2e498e;
    color: #fff !important;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\f067";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-default p {
    text-align: justify;
}

.site-form {
    width: 100%;
    float: left;
    background: #2d4a8a;
    padding: 10px 10px 0 10px;
    /*border-radius: 10px;*/
    /*height: 535px;*/
    height: 467px;
}

    .site-form h3 {
        color: #fff;
        font-size: 19px;
        line-height: 44px;
        margin: 0;
        font-weight: 600;
        text-align: center;
    }

    .site-form p {
        color: #fff;
        /*text-align:justify*/
    }

    .site-form .submit {
        width: 100%;
        float: left;
        margin-top: 25px;
        background: #263045;
        border: #263045;
        color: #fff;
        padding: 8px 10px;
    }

.modal-dialog1 {
    width: 400px;
}

    .modal-dialog1 .modal-header {
        background: #2e498e;
        color: #fff;
        padding: 10px;
    }

    .modal-dialog1 .modal-body {
        padding: 0 15px 15px 15px;
    }

    .modal-dialog1 .popup {
        /* width: 100%; */
        /* float: left; */
        text-align: center;
    }

    .modal-dialog1 .submit {
        /* margin: 0 auto; */
        margin-top: 20px;
        background: #2ea3f2;
        border: #2ea3f2;
        padding: 5px 10px;
        color: #fff;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    margin-top: 0px !important;
}

    .close:focus, .close:hover {
        color: #fff;
        opacity: 1;
    }
/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    margin-top: 20px;
}

.modaldialog .floating-label:nth-child(1) {
    position: relative;
    margin-top: 10px;
}

.floating-input, .floating-select {
    font-size: 14px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: none;
    border: 1px solid #ccc;
}

    .floating-input:focus, .floating-select:focus {
        outline: none;
        border-bottom: 2px solid #2d4a8a;
    }

.floating-label label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 8px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
    top: -20px;
    font-size: 14px;
    color: #2e498e;
    left: 0;
    font-weight: 600;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #2e498e;
    left: 0;
    font-weight: 600;
}

.site-form1 .floating-input:focus ~ label, .site-form1 .floating-input:not(:placeholder-shown) ~ label {
    color: #fff;
}

.site-form1 .floating-select:focus ~ label, .site-form1 .floating-select:not([value=""]):valid ~ label {
    color: #fff;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
    width: 50%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
    /*min-height: 30px;
   max-height: 260px; */
    height: 100px;
    overflow: hidden;
    /*overflow-x: hidden;*/
    overflow-y: auto;
}

/* highlighter */
.highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.testimonials {
    /*background: #eeeef0;*/
    /*padding: 20px 0;*/
}
.testimonials .container  {
    /*background: #eeeef0;*/
    /*padding: 20px 0;*/
    border:0;
}
.testimonials .container .bgtesti {
    background: #eeeef0;
    /*padding: 20px 0;*/
    border:0;
    width: 100%;
    float: left;
    position:relative;
}
.moretesti {
        position: absolute;
    right: 35px;
    bottom: 0;
    font-weight:600;
    color:#2d4a8a;
}
.owl-carousel {
    float: left;
}

.owl-nav {
    position: absolute;
    top: -75px;
    right: 0;
}

.owl-prev {
    float: left;
    background: url('../images/prev.png') no-repeat !important;
    width: 32px;
    height: 32px;
    background-size: 100% !important;
    font-size: 0 !important;
    margin-right: 120px;
}

.owl-next {
    float: left;
    background: url('../images/nxt.png') no-repeat !important;
    width: 32px;
    height: 32px;
    background-size: 100% !important;
    font-size: 0 !important;
    margin-left: 10px !important;
}
.inner-testimonial {
padding:10px 0 0 0;

background:#eeeef0;
margin-top: 28px;
}
    .inner-testimonial .owl-nav {
      top:inherit;
      bottom:10px;
    }
    .inner-testimonial .owl-prev, .inner-testimonial .owl-next {
    width:25px;
    height:25px;
    }
#client-logos .item {
    margin: 1px;
}

.cover-wrapper {
    /*padding: 75px;*/
}

.client-inners img {
    height: 100%;
    width: auto !important;
    object-fit: contain;
}

.client-inners {
    border: 1px solid #ccc;
    /*height: 85px;*/
    text-align: center;
    padding: 8px;
    background: #fff;
}

.study-level p {
    text-align: justify;
}

.study-level li {
    margin-bottom: 8px;
}

    .study-level li i {
        color: #2d4a8a;
        font-size: 15px;
    }

.ptp {
    text-align: center !important;
}
/*.testimonials p {
     text-align:justify
}*/
footer {
    width: 100%;
    float: left;
    /*margin-top: 15px;*/
}

.bg-img2 {
    /*background-image: url(../images/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    /*background: #eeeef0;*/
        background: #283349;
    /*padding-bottom: 20px;*/
    padding:20px 0;
        border-bottom: 1px solid #fff;
}
    .bg-img2.mobile {
    display:none
    }
      
.widget .widget-title {
    position: relative;
    margin-bottom: 10px;
    display: block;
    font-size: 19px;
    line-height: 23px;
        font-weight: 600;
    text-transform: capitalize;
    color: #2d4a8a;
}
.widget ul.menu-footer-services ul {
margin-left:20px;
}
.widget ul.menu-footer-services li {
width:100%;
float:left;
position: relative;
padding-left: 16px;
}
  
.widget ul.menu-footer-services li a {
    
    
    /*color: #000;*/
    color: #fff;
    width: 100%;
    float: left;
    font-size: 15px;
}

    .widget ul.menu-footer-services li:before {
        font-family: 'FontAwesome';
        content: "\f101";
        position: absolute;
        top: 3px;
        left: 0;
        line-height: 18px;
        font-size: 14px;
        color: #fff;
    }

.bottom-footer-text {
    background-color: #283349;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.footer .ttm-textcolor-white span a {
    /* color: rgba(255,255,255,.8); */
    color: #ffffffcc;
}

.what-we-do {
    font-size: 26px;
    line-height: 24px;
    color: #6e6bad;
    text-align: center !important;
}

.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 14px;
    padding-bottom: 0;
}

    .footer-nav-menu li:first-child {
        padding-left: 0;
    }

.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-nav-menu li a {
        color: #fff;
        font-size: 14px;
    }
    .footer-nav-menu li a i {
        padding-right:3px;
    }

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #2d4a8a;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0px;
}

.pl1 {
    padding-left: 1px;
}

.w67 {
    width: 67%;
}

.w33 {
    width: 33%;
}
/*.countries .owl-item{
   margin-right:8px !important;
}*/
.logosbanner {
    width: 100%;
    float: left;
    position: relative;
}

    .logosbanner img {
        width: 100%;
    }

    .logosbanner .carousel-control {
        z-index: 99;
    }

        .logosbanner .carousel-control img {
            top: -8px;
            width: 35px;
            position: absolute;
        }


.panel-group {
    width: 100%;
    float: left;
}

section.body {
    margin-top: 0;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

main {
    float: left;
    /*background: green;*/
    width: 900px;
    margin-top: 30px;
    /*height:1000px;*/
}

aside {
    float: right;
    width: 300px;
    margin-bottom: 20px;
}
/*nav {
  height:200px;
  width: 300px;
  background: blue;
}*/
footer {
}


/* Sticky styles */
.sticky-wrapper {
    position: relative;
}

.sticky.stuck {
    position: fixed;
    /*top: 20px;*/
    top: 10px;
    width: 300px;
}
    .sticky.stuck .mt36 {
    margin-top:0;
    }
.sticky.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.widget-nav-menu {
    width: 100%;
}


#sidebarWrap {
    height: 400px;
    width: 300px;
    float: right;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}

#main {
    width: 900px;
    /*height: 4000px;*/
    /*background: #333333;*/
}

/*#footer {
    clear: both;
    margin: 10px 0;
}*/

#sidebar {
    width: 200px;
    height: 300px;
    position: absolute;
    /*background: #333333;*/
}

#header {
    /*height: 200px;*/
    /*margin-bottom: 10px;*/
    /*background: #333333;*/
}

#sidebar.fixed {
    position: fixed;
    top: 15%;
}

.apppack {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
    background: #263045;
    color: #fff;
    display:none;
    padding: 10px 5px;
}

    .apppack:hover, .apppack:focus {
        background: #2d4a8a;
        color: #fff;
    }

.trail {
    width: 100%;
    float: left;
    padding: 10px 0;
    font-size: 14px;
}

    .trail ul {
        padding: 0 !important;
    }

        .trail ul li {
            float: left;
            position: relative;
            padding-right: 15px;
            margin-right: 7px;
            /*text-transform: uppercase;*/
        }
            .trail ul li .fa-home {
            display:none
            }
            .trail ul li:before {
                content: '\f054';
                position: absolute;
                right: 0;
                font-family: fontawesome;
                font-size: 11px;
    top: 1px;
                color: #000;
            }

    .trail li:last-child:before {
        display: none;
    }

    .trail ul li a {
        color: #000;
    }

    .trail li i {
        padding-right: 5px;
        font-size: 18px;
        color: #000;
    }

    .trail .active {
        color: #000;
    }

.country .panel-group ul {
    margin-left: 20px;
    list-style: disc;
}

.country .panel-default > .panel-heading a {
    padding: 0px 10px;
}

.country .panel-body.pb {
    max-height: 400px;
    overflow-y: auto;
}

.site-form1 {
    width: 100%;
    float: left;
    background: #2d4a8a;
    padding: 10px;
    border-radius: 10px;
    /* height: 535px; */
    /*height: 467px;*/
}

    .site-form1 h3 {
        color: #fff;
        font-size: 19px;
        line-height: 24px;
        margin: 0;
        font-weight: 600;
        text-align: center;
    }

    .site-form1 p {
        color: #fff;
        /*text-align:justify*/
    }

    .site-form1 .submit {
        width: 100%;
        float: left;
        margin-top: 25px;
        background: #263045;
        border: #263045;
        color: #fff;
        padding: 8px 10px;
    }

.bg-gray {
    background: #f3f3f3;
}
.flist {
padding-left:39px;
}
.fl2 {
padding-left:40px;
}
.fl3 {
padding-left:100px;

}
.stu-testi {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom:15px;
}
.student-testi  {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom:15px;
    display:none;
}
.student-testi p {
    width: 90%;
    float: left;
}
.student-testi a {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #283349;
    text-align: center;
    border-radius: 50px;
    color: #fff;
        margin-top: 15px;
}
.black {
text-transform:none;
color:#000;
}
.relist li a {
color:#000;
}
.relist li {
width:100%;
float:left;
padding-bottom:10px;
}
.nelist li {
border-bottom:1px solid #ccc;
padding-bottom:0;
margin-bottom:10px;
}
.nelist li span {
width: 100%;
    float: left;
    /* text-align: right; */
    font-size: 13px;
    color: #2d4a8a;

}
.full-width main {
width:100%;
}
.full-width aside {
display:none;
}

.full-width .stu-testi {
    padding-top: 15px;
border-bottom:none;
border-top:1px solid #ccc;
}
.full-width .col-md-6:nth-child(1) .stu-testi, .full-width .col-md-6:nth-child(2) .stu-testi {
    border-top: none;
}
.full-width .st-img {
    width: 25%;
    float: left;
    padding-top: 6px;
}
.full-width .st-content {
    float: left;
    width: 75%;
    padding-left: 10px;
    color: #000;
}
   .full-width  .st-content p {
    margin-bottom:8px;
    }


.ad-div1 {
     border-top:1px solid #ccc;
    padding-top: 15px;
    width: 100%;
    float: left;
}
.ad-div .col-md-6:nth-child(1) .ad-div1 ,.ad-div .col-md-6:nth-child(2) .ad-div1 {
border-top: none;
}
.ad-board1 {
 border-top:1px solid #ccc;
    padding-top: 15px;
    width: 100%;
    float: left;
}
    .ad-board1 img {
    float:left;
    margin-right:15px;
    }
    .ad-board1 span {
    float:left;
    }
.advisory-board {
width: 100%;
    float: left;
  

}
    .advisory-board td, .advisory-board tr{
    border:none !important;
    }
    .advisory-board td {
    width:49%;
    margin: 0 0.5%;
    }
    .advisory-board tr:nth-child(1) td .ad-board {
    border-top:none;
    }
    .advisory-board .ad-board {
    border-top:1px solid #ccc;
    padding-top: 15px;
    width: 100%;
    float: left;
    }
.ad-img {
width: 25%;
    float: left;
     padding-top: 6px;
}

.ad-content {
    float: left;
    width: 75%;
    padding-left: 10px;
    color:#000
}
    .ad-content p {
    margin-bottom:8px;
    /*line-height:1.3;*/
    }
    .ad-content b {
    font-size:19px;
    }
.adv-board {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom:10px;
    border-bottom:1px solid #ccc
}
.advisory-img {
width: 25%;
    float: left;
       
}
.advisory-img img {
width: 100%;
    
}
.advisory-content {
    float: left;
    width: 75%;
    padding-left: 10px;
}
    .advisory-content p {
    margin-bottom:0
    }
.board .ad-board {
       width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom:10px;
    border-bottom:1px solid #ccc
}
    .bt {
border-top:none !important;
}
.resourcep {
    width: 100%;
    float: left;
    padding-top: 10px;

}
        .resourcep p {
        width:100%;
        float:left;
        border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
        }
        .resourcep a {
        color:#000;
        }
.resource {
    width: 100%;
    float: left;
    /*background: #f1f1f1;*/
    padding: 15px;
    border-top: 3px solid #2d4a8a;
    box-shadow: 0 2px 2px #888;
    /*min-height:300px;*/
    margin-bottom: 10px;
}
.re-new {
min-height: 350px;
}
    .resource .h-title {
        margin-bottom: 0;
        border-bottom: 2px solid #ccc;
        padding-bottom: 5px;
    }

.r-content {
    width: 100%;
    margin-top: 15px;
    float: left;
    border-bottom: 1px solid #dedede;
    /*min-height: 73px;*/
}

    .r-content p {
        margin-bottom: 0px;
    }
    .r-content  a {
      color:#000
    }

    .r-content span {
        float: right;
        color: #2d4a8a;
        font-size: 13px;
    }
    .nu-foot {
    width: 100%;
    float: left;
    text-align: right;
    padding-top:5px
}
        .nu-foot a {
        color:#000;
        }
.study-level-subject .resource {
    /*min-height: 459px;*/
    min-height: 515px;
}
.study-level-subject li  i {
    font-size:14px;
}
ul.ttm-list {
    list-style: none;
    padding: 0;
    padding-left: 0;
}

.ttm-list.ttm-list-style-icon li {
    padding-left: 27px;
    list-style: none;
    position: relative;
    padding-bottom: 0px;
    line-height: 26px;
}

.mt0 {
    margin-top: 0px;
}
.location {
width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px #888;
    border-top: 4px solid #2d4a8a;
}
    .location p {
    padding-left:30px;
    position:relative;
    }
    .location p:before {
   
    position:absolute;
    left:0;
       top: 6px;
    font-family:fontawesome;
    font-size:30px;
    color:#2d4a8a;
    }
        .location p.map:before {
        content:'\f041';
        }
        .hashtag, .hashtag:hover, .hashtag:focus {
color:#000;
text-decoration:none;
}

/*********************************media**************************************/
@media (max-width:1280px) {
    .ttm-historybox-title h5 {
        font-size: 14px;
    }
    .flist {
    padding-left: 17px;
}
    .fl3 {
    padding-left: 80px;
}
    aside {
    float: right;
    width: 230px;
    margin-bottom: 20px;
}
    .sticky.stuck {
    position: fixed;
    /* top: 20px; */
    top: 10px;
    width: 230px;
}
    .menu-links {
        width: 724px;
    }

    .panel-default > .panel-heading a {
        padding: 0px 10px 0px 65px;
    }

    .featured-icon-box.left-icon .featured-content {
        width: 193px;
    }

    .study-level-subject .resource {
        min-height: 539px;
    }
    .re-new {
min-height: 386px;
/*min-height: 421px;*/
}
}

@media (max-width:992px) {
    .menu-links {
        /*width: 550px;*/
        width: 570px;
    }
    .flist, .fl3, .fl2 {
    padding-left:0
    }
    .h-bg {
    height:20px;
    }
    .logo img {
    width:200px;
    }
    .featured-icon-box.style1 .featured-title h5 {
        font-weight: 500;
        font-size: 11px !important;
        margin: 0;
        line-height: 24px;
    }

    .featured-icon-box.left-icon .featured-content {
        width: 143px;
        padding-left: 0;
    }
}

@media (max-width:950px) {
    .w67 {
        width: 100%;
    }

    .w33 {
        width: 100%;
    }
}

@media (max-width:768px) {
    .flist, .fl3, .fl2 {
    padding-left:0
    }
    .featuredbox {
    display:none;
    margin-top:0;

    }
    .advisory-board td {
    width:99%;
    float:left;
    margin: 0 0.5%;
    }
    .advisory-board tr:nth-child(1) td:nth-child(2) .ad-board {
    border-top: 1px solid #ccc;
}
  .ad-div .col-md-6:nth-child(2) .ad-div1 {
 border-top: 1px solid #ccc;
}
    body {
    font-size:13px;
    font-weight:normal;
        line-height: 20px;
    }
    .re-new {
    min-height:auto;
    }
    #customers-testimonials .shadow-effect p {
    font-size:14px;
    }
    section {
        /*margin-top: 25px !important;*/
    }

    .header-social ul {
        text-align: center;
        margin: 0;
    }

    .banner-text {
        padding: 0 4px 0 15px;
    }

    .logo img {
        /*display: none;*/
        width: 250px;
    }

    .h-bg {
        /*display: none;*/
        height: 25px;
    }

    .menu-links {
        width: 100%;
        background: none;
        margin: 0 0 5px 0;
    }

    .navbar-brand {
        /*display: block !important;*/
        padding: 10px !important;
    }

    .navbar-toggle {
        margin-top: -21px;
        padding-top: 0;
    }

        .navbar-toggle .icon-bar {
            background: #fff;
        }

    .navbar-collapse {
        background: #2e498e;
        margin-top: 5px;
    }

    .menu-links li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background: none !important;
        border-color: #337ab7;
    }

    .menu-links ul li ul li a, .menu-links ul ul li:hover a {
        color: #fff;
        background: none;
    }

    .menu-links ul ul li:hover li a {
        padding-left: 15px !important;
        background: none;
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background: none;
    }

    .banner {
        margin-top: 0;
    }

    .banner-content h1 {
        font-size: 14px;
        line-height:28px;
    }
    .banner-text {
    height: 28px;
    }
        .banner-text:before {
        height: 28px;
        }
    .about {
    margin:0 !important;
    }
    .countries {
        padding: 10px 0 47px 0;
    }
    #Services {
    margin-top:0 !important;
    }
    .free-counselling {
        position: inherit;
        bottom: inherit;
        right: inherit;
        width: 100%;
        float: left;
        /*text-align: center;*/
        text-align: right;
        margin-top: 6px;
            padding-right: 15px;
        margin-bottom: 6px;
        display:none;
    }

        .free-counselling img {
            /*width: 150px;*/
            width: auto;
                /*box-shadow: 0 1px 3px #888;
                border-radius: 7px 0 0 7px;*/
        }
    .counselling-desktop {
    display:none;
    }
     .counselling-mobile {
    /*display:inline-block;*/
    }
     .banner-content1 {
  
    display:block;
}
    .main-page .banner {
    margin-bottom:25px;
    }
    .m-t {
        margin-top: 10px;
    }

    .modal-dialog1 {
        width: auto;
    }

    .featured-icon-box.style1 {
        margin-bottom: 15px;
        padding: 8px 9px 2px 9px;
    }

    .featured-icon-box-style1-row {
        background: none;
    }

    .panel-default > .panel-heading a {
        padding: 0px 20px 0px 12px !important;
        position: relative;
    }

        .panel-default > .panel-heading a:after {
            position: absolute;
            right: 8px;
            top: 8px;
        }

    #customers-testimonials {
        margin-top: 10px;
    }

    .owl-nav {
        top: -55px;
    }
    .owl-prev, .owl-next {
    width:25px;
    height:25px;
    }

    .shadow-effect {
        height: auto;
        /*height: 280px;*/
        width: 100%;
    float: left;
        padding-bottom: 35px;
    }

    .d-lg-inline-flex {
        width: 100%;
        float: left;
        text-align: center;
    }

        .d-lg-inline-flex ul {
            float: none !important;
            text-align:center;
        }

    .copyright span {
        font-size: 13px;
        text-align: center;
        width: 100%;
        float: left;
    }

    .w67 {
        width: 100%;
    }

    .w33 {
        width: 100%;
    }

    .site-form {
        height: auto;
    }

    .featured-icon-box.left-icon .featured-content {
        width: 250px;
    }

    .free {
        bottom: 200px;
    }

    .logosbanner .carousel-control img {
        top: -10px;
        width: 20px;
    }

    main {
        width: 100%;
        margin-top:0;
    }

    aside {
        width: 100%;
        height: auto !important;
    }

    .sticky.bottom, .sticky.stuck {
        position: inherit;
    }
    .title-head {
    font-size:25px;
    }
    .body .h-title {
    margin-top:0px !important;
    margin-bottom: 10px;
    }
    .panel-title {
        line-height: 30px;
        font-size:15px;
    }
    .site-form h3 {
    font-size:14px;
    font-weight:normal;
    }
    .bgtesti .h-title {
    text-align:left;
    margin-bottom:0;
    margin-top: 10px !important;
    } 
    .what-we-do {
    font-size:20px;
    margin-top: -10px;
    margin-bottom:0;
    text-align:left !important;
    }
    p {
    width:100%;
    float:left;
    }
    .study-level-subject .resource {
    min-height: auto;
}
    .login-page {
    width:auto !important;
    }

    .testimonials .container .bgtesti {
    padding-bottom:15px !important;
    }
    .inner-testimonial .owl-nav {
    top: inherit;
    bottom: -5px !important;
}
    .owl-prev {
        margin-right: 90px;
    }
    .aboutksac .container .bgtesti {
    padding-bottom:15px !important;
    }
}
.aboutksac {
    /*background: #eeeef0;*/
    /*padding: 20px 0;*/
}
.aboutksac .container  {
    /*background: #eeeef0;*/
    /*padding: 20px 0;*/
    border:0;
}
.aboutksac .container .bgtesti {
    background: #eeeef0;
    /*padding: 20px 0;*/
    border:0;
    width: 100%;
    float: left;
    position:relative;
}