body {
    color: #4d5459;
    overflow-x: hidden;
    line-height: 1.8rem;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.6;
    color: #616368;
}
body,
table,
.btn,
a.link,
.dropdown-menu,
.form-control,
select {
    font-size: 1rem;
}
@media(min-width:1200px) {
    .container {
        max-width: 1100px;
    }
}
strong,
.strong,
label {
    font-weight: 500;
}
.black {
    color: #000;
}
.red,
.mandatory {
    color: #f00;
}
.green {
    color: #008000;
}
.blue {
    color: #00f;
}
.no-bg {
    background: none !important;
}
.no-shadow {
    box-shadow: none !important;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-bottom {
    padding-bottom: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.pad5 {
    padding: 5px;
}
.pad-top-bottom5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pad-left-right5 {
    padding-left: 5px;
    padding-right: 5px;
}
.pad-left5 {
    padding-left: 5px;
}
.pad-right5 {
    padding-right: 5px;
}
.pad-top5 {
    padding-top: 5px;
}
.pad-bottom5 {
    padding-bottom: 5px;
}
.pad10 {
    padding: 10px;
}
.pad-top-bottom10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pad-left-right10 {
    padding-left: 10px;
    padding-right: 10px;
}
.pad-left10 {
    padding-left: 10px;
}
.pad-right10 {
    padding-right: 10px;
}
.pad-top10 {
    padding-top: 10px;
}
.pad-bottom10 {
    padding-bottom: 10px;
}
.pad15 {
    padding: 15px;
}
.pad-top-bottom15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pad-left-right15 {
    padding-left: 15px;
    padding-right: 15px;
}
.pad-left15 {
    padding-left: 15px;
}
.pad-right15 {
    padding-right: 15px;
}
.pad-top15 {
    padding-top: 15px;
}
.pad-bottom15 {
    padding-bottom: 15px;
}
.pad20 {
    padding: 20px;
}
.pad-top-bottom20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pad-left-right20 {
    padding-left: 20px;
    padding-right: 20px;
}
.pad-left20 {
    padding-left: 20px;
}
.pad-right20 {
    padding-right: 20px;
}
.pad-top20 {
    padding-top: 20px;
}
.pad-bottom20 {
    padding-bottom: 20px;
}
.pad25 {
    padding: 25px;
}
.bdr {
    border: 1px solid #e1e2e4;
}
.bdrtop {
    border-top: 1px solid #e1e2e4;
}
.bdrbottom {
    border-bottom: 1px solid #e1e2e4;
}
.bdrtopbottom {
    border-top: 1px solid #e1e2e4;
    border-bottom: 1px solid #e1e2e4;
}
.bdrlft {
    border-left: 1px solid #e1e2e4;
}
.no-border {
    border: 0 !important;
}
.no-border-top {
    border-top: 0 !important;
}
.no-border-td th,
.no-border-td td {
    border: 0 !important;
}
.no-border.table>thead:first-child>tr:first-child>th {
    border-top: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
.mar5 {
    margin: 5px;
}
.mar-top5 {
    margin-top: 5px;
}
.mar-bottom5 {
    margin-bottom: 5px;
}
.mar-left5 {
    margin-left: 5px;
}
.mar-right5 {
    margin-right: 5px;
}
.mar10 {
    margin: 10px;
}
.mar-top10 {
    margin-top: 10px;
}
.mar-bottom10 {
    margin-bottom: 10px;
}
.mar-left10 {
    margin-left: 10px;
}
.mar-right10 {
    margin-right: 10px;
}
.mar15 {
    margin: 15px;
}
.mar-top15 {
    margin-top: 15px;
}
.mar-bottom15 {
    margin-bottom: 15px;
}
.mar-left15 {
    margin-left: 15px;
}
.mar-right15 {
    margin-right: 15px;
}
.mar20 {
    margin: 20px;
}
.mar-top20 {
    margin-top: 20px;
}
.mar-bottom20 {
    margin-bottom: 20px;
}
.mar-left20 {
    margin-left: 20px;
}
.mar-right20 {
    margin-right: 20px;
}
.mar25 {
    margin: 25px;
}
.mar-top25 {
    margin-top: 25px;
}
.mar-bottom25 {
    margin-bottom: 25px;
}
.mar-left25 {
    margin-left: 25px;
}
.mar-right25 {
    margin-right: 25px;
}
.martop_1 {
    margin-top: -1px;
}
.widthauto {
    width: auto;
}
.width50 {
    width: 50px;
}
.width75 {
    width: 75px;
}
.width100 {
    width: 100px;
}
.width125 {
    width: 125px;
}
.width150 {
    width: 150px;
}
.width175 {
    width: 175px;
}
.width200 {
    width: 200px;
}
.width225 {
    width: 225px;
}
.width250 {
    width: 250px;
}
.width275 {
    width: 275px;
}
.width300 {
    width: 300px;
}
.width325 {
    width: 325px;
}
.width350 {
    width: 350px;
}
.width375 {
    width: 375px;
}
.width400 {
    width: 400px;
}
.width425 {
    width: 425px;
}
.width450 {
    width: 450px;
}
.width475 {
    width: 475px;
}
.width500 {
    width: 500px;
}
.nowrap {
    white-space: nowrap;
}
.relative {
    position: relative;
}
.top0 {
    top: 0 !important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#preloader img {
    margin-bottom: 30px;
    -webkit-animation: pulse-p 1s infinite ease-in-out alternate;
    -moz-animation: pulse-p 1s infinite ease-in-out alternate;
    -o-animation: pulse-p 1s infinite ease-in-out alternate;
    animation: pulse-p 1s infinite ease-in-out alternate;
}
#preloader .circular {
    width: 80px;
    height: 80px;
    margin: auto;
    border: 15px solid #fff;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, .2);
    box-shadow: 0 0 22px rgba(0, 0, 0, .2);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
#preloader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    -moz-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    -o-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}
@-webkit-keyframes pulse-p {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-moz-keyframes pulse-p {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-o-keyframes pulse-p {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes pulse-p {
    from {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-moz-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-o-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
@-moz-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
@-o-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}
.topbar {
 color: white;
    background: #0b429f;
    position: relative;
    z-index: 100;
    padding: 5px 0;
    text-align: center;
}
@media(max-width:991px) {
    .topbar {
        font-size: .8rem;
        padding: 10px 0;
    }
    .topbar .top-right {
        margin-top: 10px;
    }
}
@media(min-width:992px) {
    .topbar .top-right {
        position: relative;
    }
    .topbar .top-right:before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        bottom: 5px;
        width: 1px;
        background-color: #fff;
    }
}
.topbar a {
    color: #fff;
    position: relative;
    padding: 5px 15px;
    margin-left: 15px;
    display: inline-block;
    text-decoration: underline !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #0b429f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.topbar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.topbar .top-left {
    position: relative;
    z-index: 1;
}
.topbar .top-left .LoginBtns {
    float: right;
    display: flex;
    background: rgba(0, 0, 0, .3);
    padding: 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 40px;
}
.topbar .top-left .LoginBtns li a {
    color: #fff;
    position: relative;
    padding: 0;
    text-decoration: none !important;
}
.topbar .top-left .LoginBtns li a:hover {
    color: rgba(255, 255, 255, .7);
}
.topbar .top-left .LoginBtns li+li {
    margin-left: 30px;
}
.topbar .top-left .LoginBtns li+li a:before {
    content: "|";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.topbar .top-right {
    position: relative;
    z-index: 1;
}
.top-left {
    position: relative;
    z-index: 1;
}
.top-left>ul {
    display: flex;
    float: left;
}
.top-left>ul>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    color: #fff;
}
.top-left>ul>li>a:hover {
    color: rgba(0, 0, 0, .7);
}
.top-left .LoginBtns {
    float: right;
    display: flex;
    background: rgba(0, 0, 0, .3);
    padding: 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 40px;
}
.top-left .LoginBtns li a {
    color: #fff;
    position: relative;
    padding: 0;
    text-decoration: none !important;
}
.top-left .LoginBtns li a:hover {
    color: rgba(255, 255, 255, .7);
}
.top-left .LoginBtns li+li {
    margin-left: 30px;
}
.top-left .LoginBtns li+li a:before {
    content: "|";
    position: absolute;
    left: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-right {
    position: relative;
    z-index: 1;
}
.top-right>ul {
    display: flex;
    justify-content: flex-end;
}
.top-right>ul>li>a {
    display: flex;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    color: #000;
    text-decoration: none;
}
.top-right>ul>li>a:hover {
    color: #db2125;
}
.top-right>ul>li>a i {
    font-size: 1.5rem;
    line-height: inherit;
}
.top-right>ul>li>a i+span {
    margin-left: 8px;
}
.top-right>ul #UserPhoto>a {
    display: block;
    color: #fff;
}
.top-right>ul #UserPhoto>a:after {
    display: none;
}
.top-right>ul #UserPhoto>a .NameInitialThumb {
    background: rgba(0, 0, 0, .9);
    color: #fff;
}
.top-right>ul #UserPhoto>a .NameInitialThumb,
.top-right>ul #UserPhoto>a .UserPhotoThumb {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.top-right>ul .UserDetails {
    padding: 10px;
}
.top-right>ul .UserDetails .UserPhotoBlock {
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
}
.top-right>ul .UserDetails .UserPhotoBlock .UserPhoto {
    width: 100%;
    height: 100%;
    background: #eef2f5;
    text-align: center;
}
.top-right>ul .UserDetails .UserPhotoBlock .UserPhoto img {
    max-width: 100%;
    max-height: 100%;
}
.top-right>ul .UserDetails .UserPhotoBlock .UserPhoto:hover~.fileContainer {
    bottom: 0;
}
.top-right>ul .UserDetails .UserPhotoBlock .UserNameInitial {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 30pt;
    text-align: center;
    background-color: #db2125;
    color: #fff;
}
.top-right>ul .UserDetails .UserPhotoBlock .fileContainer {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: 0;
    line-height: normal;
    text-align: center;
    font-size: 85%;
    padding: 5px 10px;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.top-right>ul .UserDetails .UserPhotoBlock .fileContainer:hover {
    bottom: 0;
    background: #000;
}
.top-right>ul .UserDetails .UserNameBlock {
    float: left;
    padding-left: 10px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -ms-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
}
.top-right>ul .UserDetails .UserNameBlock strong {
    display: block;
    font-size: 110%;
}
.top-right>ul .UserDetails .UserNameBlock .btn {
    margin-top: 10px;
}
.top-right>ul .dropdown-menu>li>a.logout {
    color: #f00;
}
.top-right>ul .dropdown-menu>li>a.logout:hover {
    background: #f00 !important;
    color: #fff !important;
}
#header {
    z-index: 99;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px 0 #a8a8a8;
    -moz-box-shadow: 0 0 10px 0 #a8a8a8;
    box-shadow: 0 0 10px 0 #a8a8a8;
}
#header .container {
    max-width: 100%;
}
.header-logo {
    line-height: normal;
    float: left;
}
.header-logo .logo {
    text-decoration: none !important;
    height: 80px;
    padding: 5px 0;
    color: #db2125;
    display: flex;
    align-items: center;
}
.header-logo .logo img {
    height: auto;
}
#ToggleMenu {
    display: none;
    width: 50px;
    padding: 20px 0 19px 0;
    z-index: 1000;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#ToggleMenu .bar1,
#ToggleMenu .bar2,
#ToggleMenu .bar3 {
    width: 22px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #4d4d4d;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#ToggleMenu .bar2 {
    margin-top: 5px;
    margin-bottom: 5px;
}
#ToggleMenu.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 2px);
    -moz-transform: rotate(-45deg) translate(-3px, 2px);
    -o-transform: rotate(-45deg) translate(-3px, 2px);
    transform: rotate(-45deg) translate(-3px, 2px);
}
#ToggleMenu.change .bar2 {
    opacity: 0;
}
#ToggleMenu.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    -moz-transform: rotate(45deg) translate(-8px, -8px);
    -o-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
div#overlay {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 100;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#TopNavBar {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#TopNavBar ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
#TopNavBar ul li {
    display: inline-block;
    position: relative;
}
#TopNavBar ul li a {
    color: #393f46;
}
#TopNavBar ul li a i+span {
    margin-left: 10px;
}
#TopNavBar ul li ul li a {
    font-size: .95rem;
}
@media(max-width:991px) {
    #ToggleMenu {
        display: block;
    }
    #header {
        height: 55px;
    }
    #header .container {
        padding-left: 0;
        padding-right: 10px;
    }
    .topmenu {
        padding-left: 50px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .topmenu .header-logo .logo {
        height: 55px;
        padding: 5px 0;
    }
    .topmenu .oldfdi-logo .logo {
        height: 25px;
    }
    .topmenu .oldfdi-logo .logo+.logo {
        margin-left: 6px;
        padding-left: 6px;
    }
    #TopNavBar {
        position: fixed;
        top: 0;
        left: -270px;
        bottom: 0;
        padding: 0 0 0;
        width: 270px;
        overflow: auto;
        background-color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #TopNavBar>ul {
        visibility: hidden;
        opacity: 0;
    }
    html.open-menu {
        overflow: hidden;
    }
    html.open-menu #overlay {
        visibility: visible;
        opacity: 1;
    }
    html.open-menu a#ToggleMenu {
        left: 270px;
    }
    html.open-menu a#ToggleMenu .bar1,
    html.open-menu a#ToggleMenu .bar2,
    html.open-menu a#ToggleMenu .bar3 {
        background-color: #fff;
    }
    html.open-menu .open>a>i {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    html.open-menu #TopNavBar {
        z-index: 999;
        background-color: #fff;
        left: 0;
    }
    html.open-menu #TopNavBar .fa-home {
        display: none;
    }
    html.open-menu #TopNavBar>ul {
        visibility: visible;
        opacity: 1;
    }
    html.open-menu #TopNavBar>ul+ul {
        border-top: 1px solid #ddd;
    }
    html.open-menu #TopNavBar>ul li {
        display: block;
        padding: 0;
        border: 0;
    }
    html.open-menu #TopNavBar>ul li>i {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 13px 15px 14px;
        margin: 0;
        cursor: pointer;
    }
    html.open-menu #TopNavBar>ul li>i:before {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: block;
    }
    html.open-menu #TopNavBar>ul li.HasUl>a {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    html.open-menu #TopNavBar>ul li.open>i {
        background-color: #c61017;
    }
    html.open-menu #TopNavBar>ul li.open>i:before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        color: #fff;
    }
    html.open-menu #TopNavBar>ul li.open>a {
        background-color: #db2125;
        color: #fff;
    }
    html.open-menu #TopNavBar>ul li a {
        display: block;
        text-align: left;
        font-weight: 500;
        padding: 12px 15px;
        text-decoration: none;
        line-height: normal !important;
        height: auto !important;
    }
    html.open-menu #TopNavBar>ul li ul {
        display: none;
        border-bottom: 1px solid #ddd;
    }
    html.open-menu #TopNavBar>ul.ForMembership {
        border: 0;
    }
    html.open-menu #TopNavBar>ul.LoginBtns {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 270px;
        padding: 10px;
        background: #fff;
        border: 0;
        z-index: 1;
    }
    html.open-menu #TopNavBar>ul.LoginBtns li {
        width: 50%;
        float: left;
        overflow: hidden;
    }
    html.open-menu #TopNavBar>ul.LoginBtns li a {
        text-align: center;
        display: block;
        background: #970c11;
        color: #fff;
    }
    html.open-menu #TopNavBar>ul.LoginBtns li:nth-child(1) {
        -webkit-border-radius: 30px 0 0 30px;
        -moz-border-radius: 30px 0 0 30px;
        border-radius: 30px 0 0 30px;
    }
    html.open-menu #TopNavBar>ul.LoginBtns li:nth-child(2) {
        -webkit-border-radius: 0 30px 30px 0;
        -moz-border-radius: 0 30px 30px 0;
        border-radius: 0 30px 30px 0;
    }
    html.open-menu #TopNavBar>ul.LoginBtns li:nth-child(2):after {
        content: "";
        background: rgba(255, 255, 255, .5);
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
    }
}
@media(min-width:992px) {
    .topbar .container {
        padding: 0;
    }
    .topbar .container .top-right ul {
        float: right;
    }
    #header .topmenu {
        padding: 0;
        display: flex;
        justify-content: space-between;
    }
    #TopNavBar>.FirstLevel>li:before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -9px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 7px solid #db2125;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #TopNavBar>.FirstLevel>li:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 4px;
        bottom: -0;
        left: 50%;
        opacity: 0;
        background: #db2125;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    #TopNavBar>.FirstLevel>li>a {
        display: inline-block;
        padding: 0 15px;
        z-index: 10;
        height: 80px;
        line-height: 80px;
        text-decoration: none;
        color: #000;
        letter-spacing: .1px;
        position: relative;
    }
    #TopNavBar>.FirstLevel>li>a .fa-home {
        font-size: 1.2rem;
        margin: 0;
    }
    #TopNavBar>.FirstLevel>li>a i {
        font-weight: normal;
        margin-left: 8px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    #TopNavBar>.FirstLevel>li:hover:before,
    #TopNavBar>.FirstLevel>li.active:before {
        opacity: 1;
        bottom: 3px;
    }
    #TopNavBar>.FirstLevel>li:hover:after,
    #TopNavBar>.FirstLevel>li.active:after {
        opacity: 1;
        width: 100%;
    }
    #TopNavBar>.FirstLevel>li:hover>a,
    #TopNavBar>.FirstLevel>li.active>a {
        color: #db2125;
    }
    #TopNavBar>.FirstLevel>li:hover>a i,
    #TopNavBar>.FirstLevel>li.active>a i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #TopNavBar>.FirstLevel>li:hover>a:before,
    #TopNavBar>.FirstLevel>li.active>a:before {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
    #TopNavBar>.FirstLevel>li>ul li.HasUl a {
        padding-right: 20px !important;
    }
    #TopNavBar>.FirstLevel>li>ul li.HasUl a>.fa {
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: normal;
    }
    #TopNavBar>ul {
        display: inline-flex;
    }
    #TopNavBar ul li ul {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 150px;
        max-width: 300px;
        z-index: 9;
        text-align: left;
        white-space: nowrap;
        text-align: left;
        border-radius: 0 0 3px 3px;
        border: 1px solid #ddd;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 3px 12px rgba(27, 31, 35, .15);
        -moz-box-shadow: 0 3px 12px rgba(27, 31, 35, .15);
        box-shadow: 0 3px 12px rgba(27, 31, 35, .15);
        -webkit-transition: opacity .35s, -webkit-transform .35s;
        -moz-transition: opacity .35s, -webkit-transform .35s;
        -ms-transition: opacity .35s, -webkit-transform .35s;
        -o-transition: opacity .35s, -webkit-transform .35s;
        transition: opacity .35s, -webkit-transform .35s;
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -o-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    #TopNavBar ul li:hover>ul {
        display: block;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    #TopNavBar li ul li {
        display: block;
    }
    #TopNavBar li ul li a {
        display: block;
        padding: 6px 10px;
        text-decoration: none;
        background: #fff;
    }
    #TopNavBar li ul li a:hover {
        background-color: #f3f3f3;
        color: #443f7d;
    }
    #TopNavBar li ul li ul {
        left: 100%;
        top: 0;
        -webkit-transform: translate3d(-15px, 0, 0);
        -moz-transform: translate3d(-15px, 0, 0);
        -o-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
    }
    #TopNavBar li ul li ul:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: -7px;
        top: 7px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #fff;
    }
    #TopNavBar li ul li ul:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: -8px;
        top: 6px;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-right: 9px solid rgba(0, 0, 0, .16);
    }
    #TopNavBar a.icoinn {
        padding-right: 20px !important;
    }
    #TopNavBar a.icoinn .fa-angle-right {
        position: absolute;
        right: 10px;
        font-size: 13pt;
    }
    #TopNavBar .fa-home+span {
        display: none;
    }
    #TopNavBar .ForMembership {
        position: relative;
    }
    #TopNavBar .ForMembership:before {
        content: "";
        z-index: 1;
        background: #db2125;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    #TopNavBar .ForMembership>li>a {
        padding: 9px 15px;
        display: inline-flex;
        position: relative;
        z-index: 2;
        color: #fff;
        text-decoration: none !important;
    }
    #TopNavBar .ForMembership>li>a:hover {
        background: none !important;
        color: rgba(255, 255, 255, .7);
    }
    #TopNavBar .ForMembership>li+li>a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(255, 255, 255, .7);
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    #TopNavBar .ForMembership>li>ul {
        left: -50%;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none;
    }
    #TopNavBar .ForMembership>li>ul:before {
        content: '';
        position: absolute;
        left: 50%;
        top: -8px;
        margin-left: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    #TopNavBar .ForMembership>li>ul>li>a {
        cursor: pointer;
    }
}
#banner-carousel {
    overflow: hidden;
    position: relative;
}
#banner-carousel:hover .owl-nav .owl-prev {
    left: 50px;
    opacity: 1;
}
#banner-carousel:hover .owl-nav .owl-next {
    right: 50px;
    opacity: 1;
}
#banner-carousel .owl-nav {
    margin: 0;
}
#banner-carousel .owl-nav>div {
    font-size: 18px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: -20px 0 0 0;
    position: absolute;
    top: 50%;
    background: #fcae61;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    -webkit-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    transition: all 700ms cubic-bezier(.19, 1, .22, 1);
}
#banner-carousel .owl-nav>div.disabled {
    cursor: not-allowed;
}
#banner-carousel .owl-nav>div:not(.disabled):hover {
    background-color: #c78d56;
}
#banner-carousel .owl-nav .owl-prev {
    left: 100px;
    opacity: 0;
}
#banner-carousel .owl-nav .owl-next {
    right: 100px;
    opacity: 0;
}
.banner-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin-bottom: 25px;
}
.banner-right {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.editiors {
    background-color: #e2eaed;
    color: #242f51;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 50px 0 0;
    display: inline-flex;
    align-items: center;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.editiors i {
    background: #feaa25;
    color: #fff;
    width: 40px;
    height: 35px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.editiors span {
    font-size: 1.125rem;
}
.banner h1 {
    color: #242f51;
    font-weight: 600;
    font-size: 2.75rem;
    margin: 120px 0 20px;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}
.banner p {
    font-size: 1.125rem;
    margin-bottom: 30px;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.banner .button {
    padding: 14px 60px;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.advertise {
    text-align: center;
    border-top: 1px solid #ededed;
}
.advertise .container {
    position: relative;
}
.advertise .container img {
    max-width: 100%;
    max-height: 100px;
}
.advertise .container .advertiseclose {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
    cursor: pointer;
    font-size: 20px;
    font-weight: 200;
    width: 20px;
    height: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.advertise .container .advertiseclose:hover {
    background: rgba(0, 0, 0, .8);
}
.advertise .container a {
    display: block;
}
.section-header {
    font-family: "Oxygen", Sans-serif;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 40px;
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.section-header span {
    color: #db2125;
}
.section-header.white {
    color: #f8c9ce !important;
}
.section-header-big {
    font-size: 2.5rem;
}
.section-header-large {
    font-size: 3rem;
}
.section-subheader {
    font-weight: 600;
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.section-subheader.white {
    color: #fff;
}
main>section {
    padding: 60px 0;
}
.DefaultColor {
    color: #db2125;
}
.heading h1 {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    vertical-align: middle;
    color: #db2125;
    padding: 0 0 43px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    position: relative;
}
.heading h1:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -25px;
    width: 50px;
    height: 3px;
    background-color: #db2125;
}
.heading.left h1 {
    text-align: left;
}
.heading.left h1:after {
    left: 0;
    margin-left: 0;
}
.heading.white h1 {
    color: #fff;
}
.heading.white h1:after {
    background: #fff;
}
.heading.white h1:before {
    border-color: #fff;
}
.SectionHeading {
    font-size: 250%;
    font-weight: 600;
    color: #000;
    padding: 0 0 30px 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.SectionHeading h1 {
    display: inline-block;
    margin: 0;
}
.SectionHeading>i {
    display: block;
}
.SectionHeading>i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.SectionHeading>i:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #db2125;
}
.SectionHeading>i:nth-child(1):before {
    top: -10px;
    left: -100%;
}
.SectionHeading>i:nth-child(1):after {
    top: -11px;
    left: 0;
}
.SectionHeading>i:nth-child(2):before {
    bottom: 10px;
    right: -100%;
}
.SectionHeading>i:nth-child(2):after {
    bottom: 9px;
    right: 0;
    background-color: #0b429f;
}
.SectionHeading.center {
    text-align: center;
}
.SectionHeading.white {
    color: #fff;
}
.SectionHeading.white small {
    color: #fff;
}
.SectionHeading.white>i:after {
    background-color: #0b429f;
}
.SectionHeading .floated-text {
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    color: #fafafa;
    font-size: 75px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .3px;
    z-index: -1;
}
.SectionHeading small {
    font-size: 50%;
    font-weight: 400;
    font-style: italic;
    color: #111;
    margin: 0;
    padding-top: 10px;
    display: block;
}
.SectionHeading .RightBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.SectionHeading .RightBtn .btns {
    padding: 9px 15px;
    text-decoration: none !important;
}
.rupee,
.Cur_INR {
    position: relative;
    color: #1b2432;
}
.rupee:before,
.Cur_INR:before {
    content: "";
    font-family: fontawesome;
    margin-right: 5px;
}
h1.pageHeader {
    padding: 0;
    margin: 0;
    font-size: 180%;
    font-weight: 700;
    color: #1b2432;
    position: relative;
    line-height: 1.5em;
}
h1.pageHeader.white {
    color: #fff;
}
h2.header2,
h3.header3,
h4.header4,
h5.header5,
h6.header6 {
    padding: 0;
    font-weight: 600;
    line-height: 1.5em;
    color: #1b2432;
}
h2.header2.DefaultColor,
h3.header3.DefaultColor,
h4.header4.DefaultColor,
h5.header5.DefaultColor,
h6.header6.DefaultColor {
    color: #db2125;
}
h2.header2 {
    font-size: 180%;
    margin: 15px 0;
}
h3.header3 {
    font-size: 150%;
    margin: 10px 0;
}
h4.header4 {
    font-size: 120%;
    margin: 10px 0;
}
h5.header5 {
    font-size: 110%;
    margin: 10px 0;
}
h6.header6 {
    font-size: 100%;
    margin: 5px 0;
}
.OurPrograms .Program {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.OurPrograms .Program .img {
    height: 200px;
    overflow: hidden;
}
.OurPrograms .Program .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.OurPrograms .Program .content {
    padding: 30px 40px 20px;
}
.OurPrograms .Program .content h3 {
    font-size: 1.3rem;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    color: #000;
    position: relative;
}
.OurPrograms .Program .content h3:after {
    content: "";
    display: block;
    border-bottom: 2px solid #000;
    width: 110px;
    margin: 10px auto 0;
}
.OurPrograms .Program .content p {
    font-size: .9rem;
}
.OurPrograms .Program .content .AgeDuration {
    background: #fff;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
}
.OurPrograms .Program .content .AgeDuration>div {
    flex: 1;
    padding: 10px;
    font-size: .9rem;
}
.OurPrograms .Program .content .AgeDuration>div strong {
    display: block;
    margin-bottom: 3px;
}
.OurPrograms .Program .content .AgeDuration>div+div {
    border-left: 1px dashed #ccc;
}
.OurPrograms .Program .content .btns {
    width: 100%;
    text-align: center;
}
.OurPrograms .Program .content .btns a {
    padding: 10px 30px;
    margin: 20px auto 0;
    width: 150px;
    background: rgba(0, 0, 0, .15);
    color: #fff;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.OurPrograms .Program .content .btns a:hover {
    background: rgba(0, 0, 0, .5);
}
.OurPrograms .Program:hover .img img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.OurPrograms .Program1 {
    background-color: #e26262;
    color: #fff;
}
.OurPrograms .Program1 .content h3 {
    color: #fff;
}
.OurPrograms .Program1 .content h3:after {
    border-bottom-color: #fff;
}
.OurPrograms .Program2 {
    background-color: #fbd15b;
    color: #000;
}
.OurPrograms .Program3 {
    background-color: #00715d;
    color: #fff;
}
.OurPrograms .Program3 .content h3 {
    color: #fff;
}
.OurPrograms .Program3 .content h3:after {
    border-bottom-color: #fff;
}
.Counts {
    padding-top: 0;
}
.Counts .Number {
    margin-bottom: 15px;
    text-align: center;
}
.Counts .Number:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.Counts .Number strong {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    color: #000;
    font-size: 3rem;
    font-family: Georgia, Montserrat, sans-serif;
}
.Counts .Number .small {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}
.Counts .btns {
    width: 100%;
    text-align: center;
}
.testimonials .container {
    padding: 60px 0;
    color: #f5f5f5;
}
#testimonials-section {
    overflow: hidden;
    position: relative;
}
#testimonials-section .owl-carousel .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -56px;
    right: 0;
    display: flex;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
}
#testimonials-section .owl-carousel .owl-nav>div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #eff3f8;
    background-color: #fff;
    color: #db2125;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#testimonials-section .owl-carousel .owl-nav>div:hover {
    background-color: #eff3f8;
    color: #197fd8;
}
#testimonials-section .owl-carousel .owl-nav .owl-prev {
    margin-right: 31px;
}
#testimonials-section .owl-carousel .owl-nav .owl-prev:before {
    content: "";
    background: #e7e7e7;
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: -16px;
}
#testimonials-section .owl-carousel .item p {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 40px;
    margin: 0;
    background: #f5f5f5;
    color: #191919;
    -webkit-border-radius: 40px 40px 60px 120px;
    -moz-border-radius: 40px 40px 60px 120px;
    border-radius: 10px;
}
#testimonials-section1 .owl-carousel .item p:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 16%;
    bottom: -48px;
    border-top: 70px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 35px solid #f5f5f5;
    border-left: 0 solid transparent;
    -webkit-transform: rotate(190deg);
    -moz-transform: rotate(190deg);
    -o-transform: rotate(190deg);
    transform: rotate(190deg);
}
.clientsays {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-left: 15px;
}
.clientsays figure {
    width: 90px;
    height: 90px;
    margin: 0 25px 0 0;
    border-radius: 100%;
    overflow: hidden;
}
.clientsays .name h5 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
}
.NewsEvents .News {
    height: calc(100% - 40px);
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    margin-bottom: 40px;
}
.NewsEvents .News .img {
    height: 175px;
    overflow: hidden;
}
.NewsEvents .News .img img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.NewsEvents .News .content {
    padding: 30px 40px 20px;
}
.NewsEvents .News .content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.5em;
    color: #0b429f;
    position: relative;
}
.NewsEvents .News .content h3:after {
    content: "";
    display: block;
    border-bottom: 2px solid #000;
    width: 110px;
    margin: 10px auto 0;
}
.NewsEvents .News .content p {
    font-size: .9rem;
}
.NewsEvents .News .content .btns {
    width: 100%;
    text-align: center;
}
.NewsEvents .News:hover .img img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.OverviewMission {
    padding-top: 120px;
}
.OverviewMission figure {
    position: relative;
    display: inline-block;
    text-align: center;
}
.OverviewMission figure img {
    /*-webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, .16);*/
    /*-moz-box-shadow: 0 4px 40px rgba(0, 0, 0, .16);*/
    /*box-shadow: 0 4px 40px rgba(0, 0, 0, .16);*/
}
.OverviewMission figure img:nth-child(1) {
    border: 6px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
}
.OverviewMission figure img:nth-child(2) {
    position: absolute;
    right: 0;
    top: -70px;
    width: 250px;
    outline: 8px solid #0b429f;
    -webkit-border-radius: 40px 0;
    -moz-border-radius: 40px 0;
    border-radius: 40px 0;
}
.OverviewMission figure img:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 300px;
    outline: 8px solid #db2125;
    -webkit-border-radius: 0 40px;
    -moz-border-radius: 0 40px;
    border-radius: 0 40px;
}
.OverviewMission .nav-tabs {
    width: 100%;
    margin: 50px auto 25px;
    padding: 2px;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.OverviewMission .nav-tabs li {
    width: 25%;
    text-align: center;
}
.OverviewMission .nav-tabs li a {
    color: #0b429f;
    border: 0;
    border-radius: 50px;
    margin: 2px;
    font-size: 1.1rem;
    font-weight: 600;
    font-style: italic;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}
.OverviewMission .nav-tabs li a.active {
    color: #fff;
}
.OverviewMission .nav-tabs li a.active:after {
    width: 100%;
}
.OverviewMission .nav-tabs li a.OverviewTab:after {
    right: 0;
}
.OverviewMission .nav-tabs li a.OurMissionTab:after {
    left: 0;
}
.OverviewMission .nav-tabs li a:after {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: #0b429f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.OverviewMission .nav-tabs li a span {
    z-index: 1;
}
.about a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.about a figure {
    width: 250px;
    height: 250px;
    overflow: hidden;
    margin: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 6px solid #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .16);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about a strong {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    position: absolute;
    bottom: 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about a.legacy strong {
    background-color: #e26262;
    color: #fff;
}
.about a.legacy:hover figure {
    border-color: #da3737;
}
.about a.legacy:hover strong {
    background-color: #da3737;
}
.about a.vision strong {
    background-color: #fbd15b;
    color: #000;
}
.about a.vision:hover figure {
    border-color: #fac329;
}
.about a.vision:hover strong {
    background-color: #fac329;
}
.about a.awards-recognition strong {
    background-color: #00715d;
    color: #fff;
}
.about a.awards-recognition:hover figure {
    border-color: #003e33;
}
.about a.awards-recognition:hover strong {
    background-color: #003e33;
}
.GetStarted {
    padding-bottom: 0;
}
.GetStarted h1{
    margin-top: -9px;
}
.GetStarted .GetStartedInside {
    background-color: #000;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.GetStarted .GetStartedInside:before {
    content: "";
     background-color: #0b429f;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.GetStarted .GetStartedInside:after {
    display: none;
    content: "";
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.GetStarted .GetStartedInside ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: white;
    background-size: contain;
    color: #000;
    margin: 25px 25px;
    padding: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
.GetStarted .GetStartedInside ul li {
    font-weight: 400;
    padding: 8px 0 8px 60px;
    position: relative;
    display: block;
    position: relative;
}
.GetStarted .GetStartedInside ul li+li {
    margin-top: 25px;
}
.GetStarted .GetStartedInside ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontawesome;
    font-size: 1.4rem;
    font-style: italic;
    width: 40px;
    height: 40px;
    background: #fbd15b;
    color: #0b429f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.OurPedagogy {
    position: relative;
}
.OurPedagogy .container h4 {
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 40px;
    color: #454545;
    line-height: 1.5em;
}
.OurPedagogy .container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.OurPedagogy .container ul li {
    font-weight: 400;
    margin-left: 25px;
    padding-bottom: 40px;
    padding-left: 60px;
    min-height: 91px;
    position: relative;
    display: block;
    position: relative;
    border-left: 1px dashed #0b429f;
}
.OurPedagogy .container ul li:nth-last-child(1) {
    border: 0;
}
.OurPedagogy .container ul li p {
    width: 50px;
    height: 28px;
    margin: 0;
    position: absolute;
    left: -25px;
    top: 12px;
    display: inline-block;
    background: #0b429f;
    border-radius: 2px;
}
.OurPedagogy .container ul li p i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 28px;
    color: #fff;
}
.OurPedagogy .container ul li p span {
    background-color: #0b429f;
    margin-top: 14px;
    width: 50px;
    height: 28px;
    border-radius: 2px;
}
.OurPedagogy .container ul li p span:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
.OurPedagogy .container ul li p span:after {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}
.OurPedagogy .container ul li p span:before,
.OurPedagogy .container ul li p span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: inherit;
    content: '';
    z-index: 1;
}
.OurPedagogy .container .img {
    position: relative;
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: -ms-calc(100% - 100px);
    height: -o-calc(100% - 100px);
    height: calc(100% - 100px);
    padding: 15px;
    margin: 50px 0;
}
.OurPedagogy .container .img img {
    height: 100%;
    border-radius: 500px 0 0 500px;
}
.OurPedagogy .container .img:after {
    content: "";
    background-color: #0b429f;
    width: 5000%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-border-radius: 500px 0 0 500px;
    -moz-border-radius: 500px 0 0 500px;
    border-radius: 500px 0 0 500px;
    box-shadow: 0 0 20px 0 #585858;
}
.Videos {
    padding-bottom: 0;
}
.Videos .container {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.Videos .container:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.Videos .container a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    margin: 0 auto;
    color: #fff;
    background-color: #db2125;
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-animation: shadow-pulse 1s infinite;
    -moz-animation: shadow-pulse 1s infinite;
    -o-animation: shadow-pulse 1s infinite;
    animation: shadow-pulse 1s infinite;
}
.Videos .container a:hover {
    background-color: #c61017;
}
.Videos .container img {
    max-width: 100%;
}
@-webkit-keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 35px transparent;
        -moz-box-shadow: 0 0 0 35px transparent;
        box-shadow: 0 0 0 35px transparent;
    }
}
@-moz-keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 35px transparent;
        -moz-box-shadow: 0 0 0 35px transparent;
        box-shadow: 0 0 0 35px transparent;
    }
}
@-o-keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 35px transparent;
        -moz-box-shadow: 0 0 0 35px transparent;
        box-shadow: 0 0 0 35px transparent;
    }
}
@keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 35px transparent;
        -moz-box-shadow: 0 0 0 35px transparent;
        box-shadow: 0 0 0 35px transparent;
    }
}
.rgtpopup {
    position: fixed;
    bottom: 20px;
    right: 80px;
    background: #fff;
    z-index: 1;
    width: 300px;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.rgtpopup:hover .owl-nav .owl-prev {
    left: -50px;
    opacity: 1;
}
.rgtpopup:hover .owl-nav .owl-next {
    right: -50px;
    opacity: 1;
}
.rgtpopup a:hover {
    text-decoration: none;
}
.rgtpopup.Hidergtpopup {
    -webkit-transform: translateY(calc(100% + 100px));
    -moz-transform: translateY(calc(100% + 100px));
    -o-transform: translateY(calc(100% + 100px));
    transform: translateY(calc(100% + 100px));
}
.rgtpopup ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.rgtpopup ul li {
    height: 400px;
}
.rgtpopup ul li img {
    width: 100%;
}
.popupclose {
    position: absolute;
    top: -35px;
    right: 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #555;
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.popupclose:hover {
    background-color: #db2125;
}
.OpenAnnouncement {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 80px;
    bottom: 0;
    z-index: 1;
    width: 60px;
    height: 44px;
    font-size: 20pt;
    background: #fff;
    color: #db2125 !important;
    cursor: pointer;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 22px rgba(0, 0, 0, .2);
    box-shadow: 0 0 22px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.OpenAnnouncement:hover {
    background: #db2125;
    color: #fff !important;
}
.OpenAnnouncement i {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.CloseAnnouncement {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
#AnnouncementPopup .owl-stage-outer {
    z-index: 1;
}
#AnnouncementPopup .owl-nav div {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 10px #fff;
    -moz-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff;
    color: #444;
    font-size: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#AnnouncementPopup .owl-nav div:before {
    content: "";
    border: 1px dashed #db2125;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
#AnnouncementPopup .owl-nav div:hover {
    background: #db2125 !important;
    color: #fff;
}
#AnnouncementPopup .owl-nav div:hover:before {
    border-color: #000;
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
#AnnouncementPopup .owl-nav .owl-prev {
    left: 150px;
    opacity: 0;
}
#AnnouncementPopup .owl-nav .owl-next {
    right: 150px;
    opacity: 0;
}
#AnnouncementPopup .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    z-index: 1;
}
#AnnouncementPopup .owl-dots .owl-dot span {
    margin: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#AnnouncementPopup .owl-dots .owl-dot.active span,
#AnnouncementPopup .owl-dots .owl-dot:hover span {
    background: #db2125 !important;
}
#AnnouncementPopup .owl-dots .owl-dot.active span {
    width: 20px;
}
footer {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    font-size: .9rem;
}
footer .social-icons {
    text-align: center;
    margin-top: 25px;
}
footer .social-icons a {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #443f7d;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer .social-icons a span {
    display: none;
}
@media(min-width:992px) {
    footer .social-icons {
        position: fixed;
        right: 0;
        top: 50%;
        width: auto;
        padding: 0;
        margin: 0;
        z-index: 99;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    footer .social-icons a {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 4px 0;
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        margin-right: -25px;
        line-height: 60px;
        text-align: left;
        padding-left: 16px;
    }
    footer .social-icons a i {
        font-size: .8rem;
    }
    footer .social-icons a span {
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "-apple-system,BlinkMacSystemFont," Segoe UI",Roboto," Helvetica Neue",Arial,sans-serif," Apple Color Emoji"," Segoe UI Emoji"," Segoe UI Symbol"" !important;
        font-size: 80%;
        position: absolute;
        white-space: nowrap;
        padding: 0 20px;
        left: 0;
        top: 12px;
        bottom: 12px;
        opacity: 0;
        z-index: -100;
        background-color: #443f7d;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    footer .social-icons a span:before {
        content: "";
        z-index: 1;
        border: 6px solid transparent;
        border-right: 0;
        position: absolute;
        right: -5px;
        top: 50%;
        margin-top: -6px;
        border-left-color: #443f7d !important;
    }
    footer .social-icons a:hover span {
        opacity: 1;
        transform: translateX(-110%);
    }
}
footer .fa-whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    font-size: 3rem;
    color: #008000;
    background: #fff;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}
footer .fa-whatsapp:hover {
    background: #008000;
    color: #fff;
}
#social-icons .fa-facebook,
#social-icons .fa-facebook span {
    background-color: #3b5998 !important;
}
#social-icons .fa-twitter,
#social-icons .fa-twitter span {
    background-color: #00aced !important;
}
#social-icons .fa-youtube,
#social-icons .fa-youtube span {
    background-color: #b00 !important;
}
#social-icons .fa-pinterest,
#social-icons .fa-pinterest span {
    background-color: #cb2027 !important;
}
#social-icons .fa-instagram,
#social-icons .fa-instagram span {
    background-color: #517fa4 !important;
}
#social-icons .fa-facebook span:before {
    border-left-color: #3b5998 !important;
}
#social-icons .fa-twitter span:before {
    border-left-color: #00aced !important;
}
#social-icons .fa-youtube span:before {
    border-left-color: #b00 !important;
}
#social-icons .fa-pinterest span:before {
    border-left-color: #cb2027 !important;
}
#social-icons .fa-instagram span:before {
    border-left-color: #517fa4 !important;
}
#social-icons a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 15px;
    margin: 5px;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #443f7d;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#social-icons a span {
    margin-left: 10px;
    font-family: "-apple-system,BlinkMacSystemFont," Segoe UI",Roboto," Helvetica Neue",Arial,sans-serif," Apple Color Emoji"," Segoe UI Emoji"," Segoe UI Symbol"" !important;
    font-size: .9rem;
}
footer .contact-details {
   background-color: #0b429f;
    padding: 30px 0;
}
footer .contact {
    padding: 30px 10px;
    height: 100%;
    display: flex;
    position: relative;
}
footer .contact+.contact {
    margin-left: 15px;
}
footer .contact-details>div:nth-last-child(1)>.contact:after {
    display: none;
}
footer .contact>a,
footer .contact>.nota {
    color: #ccc;
    text-decoration: none !important;
    display: flex;
}
footer .contact>a>i,
footer .contact>.nota>i {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 30px;
    padding-right: 44px;
}
footer .contact>a>i:after,
footer .contact>.nota>i:after {
    content: "";
    height: 24px;
    width: 2px;
    position: absolute;
    right: 22px;
    top: 2px;
    background-color: #f5f5f5;
}
footer .contact>a>span>strong,
footer .contact>.nota>span>strong {
    font-size: 1.1rem;
    display: block;
    color: #fff;
    font-weight: 600;
}
footer .contact a {
    color: #ccc !important;
}
footer .contact a:hover {
    color: #fff !important;
}
footer .logo img {
    max-height: 100px;
}
footer .logo span:nth-child(2) {
    color: #fff;
}
footer nav {
    margin: 20px 0 0;
}
footer nav ul {
    justify-content: center;
    display: flex;
}
footer nav ul li {
    margin-left: 30px;
}
footer nav ul li a {
    background: transparent;
    color: #666;
    text-decoration: none !important;
    border-radius: 30px;
}
footer nav ul li a:hover {
    background: #fff;
    color: #0b429f;
}
footer p {
    max-width: 800px;
    margin: 30px auto 0;
}
footer .logos a {
    display: inline-block;
    padding: 0 5px;
}
.copyright {
    font-size: .9rem;
    color: #888;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    text-align: center;
}
#back-to-top {
    position: static;
    bottom: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f3ab68;
    color: #fff;
    width: 140px;
    padding: 8px 0;
    margin: 0 auto;
    display: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#back-to-top:hover {
    background-color: #c78d56;
}
#back-to-top i {
    margin-right: 8px;
}
#back-to-top.fixed {
    position: fixed;
    bottom: 40px;
}
.Chating {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: #fff;
    z-index: 1;
    width: 300px;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1);
}
.Chating .CloseChat {
    position: absolute;
    top: -35px;
    right: 0;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #555;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.Chating .CloseChat:hover {
    background-color: #db2125;
}
.Chating .other {
    padding: 5px;
}
.Chating .other .msg {
    float: right;
    margin-right: 10px;
    background-color: #e1f5f9;
    -webkit-border-radius: 6px 6px 0;
    -moz-border-radius: 6px 6px 0;
    border-radius: 6px 6px 0;
}
.Chating .other .msg:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -9px;
    width: 0;
    height: 0;
    border: 5px solid #e1f5f9;
    border-right-color: transparent;
    border-top-color: transparent;
}
.Chating .self {
    padding: 5px;
}
.Chating .self .msg {
    float: right;
    background-color: #f5f5f5;
    -webkit-border-radius: 6px 6px 6px 0;
    -moz-border-radius: 6px 6px 6px 0;
    border-radius: 6px 6px 6px 0;
}
.Chating .self .msg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border: 5px solid #f5f5f5;
    border-left-color: transparent;
    border-top-color: transparent;
}
.Chating .msg {
    font-size: .85rem;
    background: #f0f4f7;
    color: #333;
    min-width: 140px;
    padding: 5px 10px 20px;
    position: relative;
    word-wrap: break-word;
}
.Chating .msg a .fa {
    font-size: 30pt;
}
.Chating .msg .time {
    position: absolute;
    right: 5px;
    bottom: 3px;
    font-size: 7.5pt;
    white-space: nowrap;
    color: #666;
}
.Chating .msg .time img {
    width: 12px;
    margin-left: 4px;
}
.Chating .msg img.emojioneemoji {
    width: 30px;
}
.Chating .msg p {
    margin: 0 0 .2rem 0;
    color: #777;
}
.Chating .msg small {
    color: #ccc;
    margin-top: 3px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.Chating .msg small:before {
    content: "";
    color: #ddd;
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 4px;
}
ol.Bigol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin-top: 60px;
    position: relative;
}
ol.Bigol:before {
    content: "";
    background: #bebebe;
    width: 1px;
    position: absolute;
    top: 34px;
    bottom: 40px;
    left: 45px;
}
ol.Bigol>li {
    margin: 0;
    min-height: 55px;
    counter-increment: item;
    padding-left: 120px;
    position: relative;
}
ol.Bigol>li+li {
    margin-top: 15px;
}
ol.Bigol>li:before {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: counter(item);
    font-size: 1rem;
    font-weight: 500;
    color: #1b2432;
    text-align: center;
    position: absolute;
    left: 22.5px;
    top: 25%;
    margin-top: -22.5px;
}
ol.Bigol>li:nth-child(1):before {
    background: #ffecef;
    color: #f55767;
}
ol.Bigol>li:nth-child(1) h4 {
    color: #f55767;
}
ol.Bigol>li:nth-child(2):before {
    background: #f4f4ff;
    color: #1a91f8;
}
ol.Bigol>li:nth-child(2) h4 {
    color: #1a91f8;
}
ol.Bigol>li:nth-child(3):before {
    background: #e4ffee;
    color: #40975f;
}
ol.Bigol>li:nth-child(3) h4 {
    color: #40975f;
}
ol.Bigol>li:nth-child(4):before {
    background: #dedee8;
    color: #1c1d58;
}
ol.Bigol>li:nth-child(4) h4 {
    color: #1c1d58;
}
ol.Bigol>li:nth-child(5):before {
    background: #ffecef;
    color: #f55767;
}
ol.Bigol>li:nth-child(5) h4 {
    color: #f55767;
}
ol.Bigol>li:nth-child(6):before {
    background: #f4f4ff;
    color: #1a91f8;
}
ol.Bigol>li:nth-child(6) h4 {
    color: #1a91f8;
}
ol.Bigol>li h4 {
    font-size: 1.25rem;
    font-weight: 600;
}
ol.Bigol>li p {
    margin: 0;
}
.CheckListUl {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}
.CheckListUl:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    border-left: 1px dashed #0b429f;
}
.CheckListUl.dark {
    background: #3a366c;
    padding: 30px 30px;
    height: 100%;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}
.CheckListUl.dark:before {
    display: none;
}
.CheckListUl.dark li {
    color: #fff;
}
.CheckListUl.dark li.hdr {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}
.CheckListUl.dark li.hdr:before {
    display: none !important;
}
.CheckListUl.dark li.hdr:after {
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
    width: 110px;
    height: auto;
    margin: 10px auto 0;
    position: relative;
}
.CheckListUl li {
    font-weight: 400;
    padding: 0 0 0 45px;
    position: relative;
    display: block;
    position: relative;
}
.CheckListUl li+li {
    margin-top: 30px;
}
.CheckListUl1 li:after {
    content: url(../images/check-icon.svg);
    position: absolute;
    left: 2px;
    top: -30px;
    font-family: fontawesome;
    font-size: 4.2rem;
    width: 30px;
    height: 30px;
    color: #0b429f;
    display: flex;
    justify-content: center;
    align-items: center;
}
.CheckListUl li:before {
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #0b429f;
    background-image: url(../images/check-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    color: #0b429f;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.CheckListUl li:hover:after {
    color: #fff !important;
}
.CheckListUl li:hover:before {
    background: #db2125;
    -webkit-transform: rotate(45deg) scale(1.2);
    -moz-transform: rotate(45deg) scale(1.2);
    -o-transform: rotate(45deg) scale(1.2);
    transform: rotate(45deg) scale(1.2);
    background-image: url(../images/check-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
ol>li:before {
    margin-right: 10px;
    /* content: counter(item) "."; */
    font-weight: 500;
    color: #1b2432;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.KidzeeRegistration {
    color: #4d5459;
    border: 1px dashed #ccc;
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
fieldset {
    border: 1px solid #dfdfdf;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
fieldset+fieldset {
    margin-top: 20px;
}
fieldset.fieldsetwithShadow {
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
fieldset.fieldsetwithBG {
    background: #fcfcfc;
}
fieldset legend {
    color: #c61017;
    width: auto;
    margin: 0;
    padding: 0 10px;
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: 600;
}
.dropdown-menu {
    margin: 0;
    background: #fff;
    border: 1px solid #e4e6eb;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
.dropdown-menu a {
    display: block;
    padding: 6px 15px;
    margin: 0 5px;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: -ms-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
    color: #000;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dropdown-menu a:hover {
    background-color: #c61017;
    color: #fff;
}
.dropdown-menu a i+span {
    margin-left: 5px;
}
.dropdown-menu hr {
    margin: 5px 0;
}
.dropdown-menu.dropdown-menu-right {
    top: 100% !important;
    left: inherit !important;
    right: 0;
    display: block;
    opacity: 0;
    -webkit-transform: scale(0) !important;
    -moz-transform: scale(0) !important;
    -o-transform: scale(0) !important;
    transform: scale(0) !important;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform .2s cubic-bezier(0, 0, .3, 1), opacity .2s cubic-bezier(0, 0, .3, 1), -webkit-transform .2s cubic-bezier(0, 0, .3, 1);
    -moz-transition: transform .2s cubic-bezier(0, 0, .3, 1), opacity .2s cubic-bezier(0, 0, .3, 1), -webkit-transform .2s cubic-bezier(0, 0, .3, 1);
    -ms-transition: transform .2s cubic-bezier(0, 0, .3, 1), opacity .2s cubic-bezier(0, 0, .3, 1), -webkit-transform .2s cubic-bezier(0, 0, .3, 1);
    -o-transition: transform .2s cubic-bezier(0, 0, .3, 1), opacity .2s cubic-bezier(0, 0, .3, 1), -webkit-transform .2s cubic-bezier(0, 0, .3, 1);
    transition: transform .2s cubic-bezier(0, 0, .3, 1), opacity .2s cubic-bezier(0, 0, .3, 1), -webkit-transform .2s cubic-bezier(0, 0, .3, 1);
}
.dropdown.show>a {
    background: rgba(0, 0, 0, .05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.dropdown.show .dropdown-menu.dropdown-menu-right {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 1;
}
.AgeDurationInside {
    background: #f9f9f9;
    color: #000;
    border: 1px dashed #bbb;
    margin-bottom: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
}
.AgeDurationInside>div {
    flex: 1;
    padding: 10px;
    font-size: .9rem;
}
.AgeDurationInside>div strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #0b429f;
}
.AgeDurationInside>div+div {
    border-left: 1px dashed #bbb;
}
#Programmes {
    overflow: hidden;
    position: relative;
}
#Programmes:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
}
#Programmes:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
}
#Programmes .owl-nav {
    margin: 0;
}
#Programmes .owl-nav>div {
    font-size: 18px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: -20px 0 0 0;
    position: absolute;
    top: 50%;
    background: #0b429f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    transition: all 700ms cubic-bezier(.19, 1, .22, 1);
}
#Programmes .owl-nav>div.disabled {
    cursor: not-allowed;
}
#Programmes .owl-nav>div:not(.disabled):hover {
    background-color: #3a366c;
}
#Programmes .owl-nav .owl-prev {
    left: -100px;
    opacity: 0;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
}
#Programmes .owl-nav .owl-next {
    right: -100px;
    opacity: 0;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
}
#Programmes .owl-dots {
    position: relative;
}
#Programmes .owl-dots .owl-dot.active span {
    background: #db2125;
}
#Programmes .owl-dots .owl-dot span {
    width: 25px;
    height: 25px;
    margin: 5px 4px;
    zoom: 0.5;
}
.bhati1 img{
padding: 1rem;
}
.EnrollPatch {
    background: #fef1f1;
    padding: 50px 0;
    margin-bottom: -21px;
}
.EnrollPatch .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.EnrollPatch .container h3 {
    font-size: 2rem;
    font-weight: 500;
    margin: 0;
    color: #0b429f;
}
#FAQs .card {
    margin-bottom: 0;
    border: 0;
    background-color: #f5f7fa;
}
#FAQs .card+.card {
    margin-top: 8px;
}
#FAQs .card .card-header {
    padding: 0;
    border: 0;
    background: transparent;
}
#FAQs .card .card-header a {
    padding: 15px 50px 15px 30px;
    display: block;
    text-decoration: none;
    color: #0b429f;
    font-size: 1.125rem;
    font-weight: 500;
    position: relative;
}
#FAQs .card .card-header a:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    font-weight: 300;
    font-family: "FontAwesome";
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0b429f;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#FAQs .card .card-header a:not(.collapsed):before {
    content: "";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#FAQs .card .card-body {
    padding: 0 30px 30px;
}
.maplistview {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.maplistview a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.maplistview a+a {
    margin-left: 10px;
}
.maplistview a:hover {
    background-color: #eee;
    color: #db2125;
}
.maplistview a.active {
    background-color: #db2125;
    color: #fff;
}
.CenterBox {
    display: flex;
    border: 1px solid;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
}
.CenterBox+.CenterBox {
    margin-top: 30px;
}
.CenterBox .CenterCarousel {
    float: left;
    display: flex;
    align-items: center;
    width: 40%;
    background: #000;
}
.CenterBox .CenterOwlCarousel {
    overflow: hidden;
    position: relative;
}
.CenterBox .CenterOwlCarousel img {
    height: 100%;
}
.CenterBox .CenterOwlCarousel:hover .owl-nav .owl-prev {
    left: 0;
    opacity: 1;
}
.CenterBox .CenterOwlCarousel:hover .owl-nav .owl-next {
    right: 0;
    opacity: 1;
}
.CenterBox .CenterOwlCarousel .owl-nav {
    margin: 0;
}
.CenterBox .CenterOwlCarousel .owl-nav>div {
    font-size: 18px;
    width: 40px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: -20px 0 0 0;
    position: absolute;
    top: 50%;
    background: #0b429f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 700ms cubic-bezier(.19, 1, .22, 1);
    transition: all 700ms cubic-bezier(.19, 1, .22, 1);
}
.CenterBox .CenterOwlCarousel .owl-nav>div.disabled {
    cursor: not-allowed;
}
.CenterBox .CenterOwlCarousel .owl-nav>div:not(.disabled):hover {
    background-color: #3a366c;
}
.CenterBox .CenterOwlCarousel .owl-nav .owl-prev {
    left: -100px;
    opacity: 0;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
}
.CenterBox .CenterOwlCarousel .owl-nav .owl-next {
    right: -100px;
    opacity: 0;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
}
.CenterBox .CenterOwlCarousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.CenterBox .CenterOwlCarousel .owl-dots .owl-dot.active span {
    background: #db2125;
}
.CenterBox .CenterOwlCarousel .owl-dots .owl-dot span {
    width: 25px;
    height: 10px;
    margin: 5px 4px;
}
.CenterBox .content {
    float: left;
    width: calc(60% + 50px);
    background: #fff;
    padding: 15px;
    margin: 15px 0 15px -50px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.CenterBox .content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 15px;
    color: #0b429f;
}
.CenterBox .content p {
    margin-bottom: 15px;
}
.CenterBox .content p+p {
    margin: 0;
}
.CenterBox .content strong {
    color: #000;
}
.CenterBox .content .address,
.CenterBox .content .phone {
    padding-left: 30px;
    position: relative;
}
.CenterBox .content .address:before {
    content: "";
}
.CenterBox .content .phone:before {
    content: "";
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.CenterBox .content .address:before,
.CenterBox .content .phone:before {
    font-family: fontawesome;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: 3px;
    line-height: normal;
}
.CenterBox .content .Number {
    margin: 15px 0;
    text-align: center;
}
.CenterBox .content .Number+.Number {
    border-left: 1px dashed #ddd;
}
.CenterBox .content .Number strong {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    color: #000;
    font-size: 1.5rem;
    font-family: Georgia, Montserrat, sans-serif;
}
.CenterBox .content .Number .small {
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}
.CenterBox .content .btns {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
}
.CenterBox .content .btns a+a {
    margin-left: 15px;
}
.table {
    margin: 0;
    border: 1px solid #e4e6eb;
    position: relative;
}
.table>thead>tr>td,
.table>thead>tr>th,
.table>tbody>tr>th {
    padding: 5px 5px;
    border-bottom: 1px solid #e4e6eb;
    color: #000;
    font-weight: 600;
}
.table .table>thead>tr>th,
.table .table .table>thead>tr>th {
    position: inherit;
    top: inherit;
}
.table>tbody>tr>td {
    padding: 7px 7px;
    border-top: 1px solid #e4e6eb;
    vertical-align: middle;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #e4e6eb !important;
}
.TableHeaderBlue thead tr th,
.TableHeaderBlue thead tr td {
    background: #0b429f;
    color: #fff;
    font-weight: 500;
    padding: 7px 7px;
    font-family: "Oxygen", Sans-serif;
}
.TableHeaderRed thead tr th,
.TableHeaderRed thead tr td {
    background: #0b429f;
    color: #fff;
    font-weight: normal;
}
.SmallBannerWithImg {
    position: relative;
    padding: 80px 0 110px;
}
.SmallBannerWithImg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.SmallBannerWithImg:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    height: 100px;
    background: url(../Images/cloud-bg.png) no-repeat center/100% 100px;
}
.SmallBannerWithImg img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.SmallBannerWithImg p {
    color: #fff;
}
.SmallBannerWithColor {
    padding: 40px 0 110px;
    position: relative;
}
.SmallBannerWithColor:before {
    content: "";
    background: #3a366c;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.SmallBannerWithColor:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -2px;
    height: 100px;
    background: url(../Images/cloud-bg.png) no-repeat center/100% 100px;
}
.SmallBannerWithColor p {
    color: #fff;
}
.breadcrumb {
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    position: relative;
}
.breadcrumb a {
    color: #fff;
    font-weight: 400;
    font-size: 90%;
}
.breadcrumb.active {
    color: #fff;
    font-weight: 400;
    font-size: 90%;
}
.breadcrumb>li+li:before {
    padding: 0 12px;
    color: #fff;
    content: "";
    font-family: fontawesome;
}
.InContent {
    background-color: #fff;
    position: relative;
    padding: 0 15px 20px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
@media(min-width:992px) {
    .InContent {
        padding: 0 30px 30px;
        -webkit-border-radius: 50px 50px 0 0;
        -moz-border-radius: 50px 50px 0 0;
        border-radius: 30px 30px 0 0;
    }
    .InContent:before {
        content: "";
        background-color: #fff;
        clip-path: polygon(0 100%, 100% 45%, 100% 100%, 0 100%);
    }
}
.InContentPart {
    background-color: #fff;
    position: relative;
    padding: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.InContentPart:after {
    display: table;
    clear: both;
    content: "";
}
.InContentPart>.LeftSide {
    float: left;
    padding: 20px 15px;
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -ms-calc(100% - 220px);
    width: -o-calc(100% - 220px);
    width: calc(100% - 220px);
}
.InContentPart>.RightSide {
    width: 220px;
    padding: 20px 15px;
    float: left;
    position: sticky;
    top: 80px;
}
.InContentPart>.RightSide .list-group {
    overflow: hidden;
}
.InContentPart>.RightSide .list-group .list-group-item {
    padding: 0;
}
.InContentPart>.RightSide .list-group .list-group-item a {
    padding: 6px 10px 6px 30px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #000;
}
.InContentPart>.RightSide .list-group .list-group-item a:hover {
    background: #f5f5f5;
}
.InContentPart>.RightSide .list-group .list-group-item a:hover i {
    color: #0b429f;
}
.InContentPart>.RightSide .list-group .list-group-item a i {
    width: 30px;
    font-size: 15px;
    display: block;
    text-align: center;
    color: #db2125;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.InContentPart>.RightSide .RightSideBtn a {
    display: block;
    padding: 10px 15px;
    font-weight: normal;
    background: #4d478e;
    color: #fff;
    margin-bottom: 10px;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.InContentPart>.RightSide .RightSideBtn a:hover {
    background: #443f7d;
}
.InContentPart>.RightSide .RightSideBtn a i {
    margin-right: 7px;
}
.box {
    border: 1px solid;
    border-width: 1px 1px 1px 3px;
    border-color: #e6e6e6;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}
.BoxImgText {
    height: calc(100% - 40px);
    border: 1px solid #ebebeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    margin-bottom: 40px;
}
.BoxImgText .img {
    height: 210px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    -o-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.BoxImgText .img img {
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.BoxImgText .content {
    padding: 30px 40px 20px;
}
.BoxImgText .content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.5em;
    color: #0b429f;
    position: relative;
}
.BoxImgText .content h3:after {
    content: "";
    display: block;
    border-bottom: 2px solid #000;
    width: 110px;
    margin: 10px auto 0;
}
.BoxImgText .content p {
    font-size: .9rem;
}
.BoxImgText .content .btns {
    width: 100%;
    text-align: center;
}
.BoxImgText:hover .img img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.our-approach-img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%);
}
.iconMenu a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.iconMenu a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -1px;
    right: -1px;
    opacity: 0;
    border-bottom: 1px solid #0b429f;
    border-right: 1px solid #0b429f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.iconMenu a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    opacity: 0;
    border-top: 1px solid #0b429f;
    border-left: 1px solid #0b429f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.iconMenu a:hover i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.iconMenu a:hover:before,
.iconMenu a:hover:after {
    width: 85%;
    height: 70%;
    opacity: 1;
}
.iconMenu a i {
    display: block;
    font-size: 3rem;
    color: #db2125;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.iconMenu a span {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    letter-spacing: .3px;
}
.MapFIlter {
    position: sticky;
    top: 120px;
}
.btn i+span,
a i+span {
    margin-left: 5px;
}
.btn-lg {
    padding: 12px 25px;
}
.btn-first,
.btn-first[ng-click],
.btn-first[data-target] {
    color: #fff;
    background-color: #db2125;
    border-color: #db2125;
}
.btn-first:hover,
.btn-first[ng-click]:hover,
.btn-first[data-target]:hover {
    color: #fff;
    background-color: #c61017;
    border-color: #c61017;
}
.btn-outline-first,
.btn-outline-first[ng-click],
.btn-outline-first[data-target] {
    color: #db2125;
    border-color: #db2125;
}
.btn-outline-first:hover,
.btn-outline-first[ng-click]:hover,
.btn-outline-first[data-target]:hover {
    color: #fff;
    background-color: #db2125;
    border-color: #db2125;
}
.btn-second,
.btn-second[ng-click],
.btn-second[data-target] {
    color: #fff;
    background-color: #0b429f;
    border-color: #0b429f;
}
.btn-second:hover,
.btn-second[ng-click]:hover,
.btn-second[data-target]:hover {
    color: #fff;
    background-color: #443f7d;
    border-color: #443f7d;
}
.btn-outline-second,
.btn-outline-second[ng-click],
.btn-outline-second[data-target] {
    color: #0b429f;
    border-color: #0b429f;
}
.btn-outline-second:hover,
.btn-outline-second[ng-click]:hover,
.btn-outline-second[data-target]:hover {
    color: #fff;
    background-color: #0b429f;
    border-color: #0b429f;
}
.btn-rounded {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.btn-transparent {
    padding: 10px 35px;
    color: #197fd8;
}
.form-groupBdr {
    position: relative;
    margin: 25px 0 0;
    background-color: var(--white);
}
.form-groupBdr>label {
    position: absolute;
    top: 10px;
    left: 15px;
    pointer-events: none;
    margin: 0;
    color: #959595;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-groupBdr.field-focus>label,
.form-groupBdr.field-fill-text>label {
    top: -12px;
    left: 10px;
    padding: 0 5px;
    background: var(--white);
    font-size: .9rem;
}
.form-groupBdr input:not([type=button]),
.form-groupBdr select,
.form-groupBdr textarea {
    padding: 10px 10px;
    border: 1px solid #ddd;
    background: transparent;
    width: 100%;
    outline: none !important;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-groupBdr input:not([type=button]):focus,
.form-groupBdr select:focus,
.form-groupBdr textarea:focus {
    border-color: #fcd9da;
    -webkit-box-shadow: 0 0 0 2px white;
    -moz-box-shadow: 0 0 0 2px white;
    box-shadow: 0 0 0 2px white;
}
.form-group {
    position: relative;
    margin: 25px 0 0;
}
.form-group>label {
    position: absolute;
    top: 10px;
    left: 15px;
    pointer-events: none;
    margin: 0;
    color: #959595;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-group.field-focus>label,
.form-group.field-fill-text>label {
    top: -12px;
    left: 10px;
    font-size: .9rem;
}
.form-group.field-focus .inputbar:after,
.form-group.field-focus .inputbar:before {
    width: 50%;
}
.form-group input:not([type=button]),
.form-group select,
.form-group textarea {
    padding: 5px 10px;
    border: none;
    border-bottom: 1px solid #bbb;
    background: transparent;
    width: 100%;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-group .inputbar {
    position: relative;
    display: block;
    width: 100%;
}
.form-group .inputbar:before,
.form-group .inputbar:after {
    content: '';
    width: 0;
    height: 2px;
    bottom: 1px;
    position: absolute;
    background-color: #0b429f;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.form-group .inputbar:before {
    left: 50%;
}
.form-group .inputbar:after {
    right: 50%;
}
.form-group .inputbar+label {
    color: #999;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-blog-box {
    position: relative;
    display: block;
    background: #f0f5f9;
}
.news-blog-box+.news-blog-box {
    margin-top: 50px;
}
.news-blog-box:hover .img .image img {
    opacity: .5;
    transform: scale(1.05);
}
.news-blog-box .img {
    position: relative;
    display: block;
    overflow: hidden;
}
.news-blog-box .img .image {
    position: relative;
    background: #000;
}
.news-blog-box .img .image img {
    width: 100%;
    transition: all 500ms ease;
}
.news-blog-box .img .category {
    position: absolute;
    left: 55px;
    bottom: 50px;
    display: inline-block;
    background: #da2c46;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 7.5px 22px;
}
.news-blog-box .content {
    position: relative;
    padding: 50px 30px 52px 55px;
}
.news-blog-box .content .post-info {
    position: relative;
    margin-bottom: 25px;
    padding: 0;
}
.news-blog-box .content .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}
.news-blog-box .content .post-info li:last-child {
    margin-right: 0;
}
.news-blog-box .content .post-info li i {
    position: relative;
    font-size: 16px;
    color: #204669;
    margin-right: 8px;
}
.news-blog-box .content .post-info li a {
    color: #666;
}
.news-blog-box .content h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}
.news-blog-box .content h2 a {
    display: inline-block;
    color: #222;
}
.news-blog-box .content p {
    margin-bottom: 22px;
}
.news-blog-box .content .link a {
    position: relative;
    display: inline-block;
}
.news-blog-box .content .link a i {
    position: relative;
    font-size: 12px;
    margin-right: 8px;
    color: #db2125;
}
.news-blog-box .content .link a span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #222;
    transition: all 500ms ease;
}
.news-blog-box .content .category {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 7.5px 22px;
    margin-bottom: 30px;
}
.news-blog-box .Post-Reply {
    padding-top: 40px;
    background-color: #fff;
}
.news-blog-box .Post-Reply h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 10px;
}
.news-blog-box .Post-Reply h3:after {
    content: "";
    display: block;
    border-bottom: 2px solid #db2125;
    width: 110px;
    margin: 10px auto 0 100px;
}
.news-blog-box .Post-Reply textarea {
    resize: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.news-blog-box .Post-Reply input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.news-blog-box .Post-Reply .btns {
    margin-top: 20px;
}
.sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sidebar .sidebar-search {
    position: relative;
    margin-bottom: 53px;
}
.sidebar .sidebar-search .form-group {
    position: relative;
    margin: 0;
}
.sidebar .sidebar-search .form-group input[type='search'] {
    position: relative;
    width: 100%;
    height: 60px;
    outline: none;
    border: 1px solid #ddd;
    padding: 10px 50px 10px 20px;
    transition: all 500ms ease;
}
.sidebar .sidebar-search .form-group button {
    position: absolute;
    top: 18px;
    right: 25px;
    color: #666;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    outline: none;
    border: 0;
    transition: all 500ms ease;
}
.sidebar .widget-title {
    position: relative;
    margin-bottom: 10px;
}
.sidebar .widget-title h3 {
    font-size: 1.5rem;
    color: #000;
}
.sidebar .widget-title h3:after {
    content: "";
    display: block;
    border-bottom: 2px solid #db2125;
    width: 110px;
    margin: 10px auto 0;
}
.sidebar .sidebar-categories {
    margin-bottom: 53px;
}
.sidebar .sidebar-categories .categories-list li {
    position: relative;
    display: block;
}
.sidebar .sidebar-categories .categories-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222;
    padding: 10px 0 10px 5px;
    border-bottom: 1px solid #ddd;
}
.sidebar .sidebar-categories .categories-list li a span {
    float: right;
}
.sidebar .sidebar-post {
    margin-bottom: 53px;
}
.sidebar .sidebar-post .widget-title {
    margin-bottom: 25px;
}
.sidebar .sidebar-post .widget-content .post {
    position: relative;
    padding-left: 105px;
    padding-bottom: 25px;
    margin-bottom: 23px;
    border-bottom: 1px solid #ddd;
    min-height: 108px;
}
.sidebar .sidebar-post .widget-content .post:hover .post-thumb img {
    opacity: .2;
}
.sidebar .sidebar-post .widget-content .post:last-child {
    margin-bottom: 0;
}
.sidebar .sidebar-post .widget-content .post .post-thumb {
    position: absolute;
    left: 0;
    top: 2px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.sidebar .sidebar-post .widget-content .post .post-thumb img {
    width: 100%;
    transition: all 500ms ease;
}
.sidebar .sidebar-post .widget-content .post h6 {
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}
.sidebar .sidebar-post .widget-content .post h6 a {
    display: inline-block;
    color: #222;
}
.sidebar .sidebar-post .widget-content .post .post-date {
    position: relative;
    display: block;
}
.sidebar .sidebar-post .widget-content .post .post-date i {
    position: relative;
    font-size: 1.1rem;
    margin-right: 8px;
}
.sidebar .sidebar-gallery {
    margin-bottom: 48px;
}
.sidebar .sidebar-gallery .image-list {
    position: relative;
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap;
}
.sidebar .sidebar-gallery .image-list li {
    position: relative;
    width: calc(33.33% - 10px);
    overflow: hidden;
    margin: 5px 5px;
}
.sidebar .sidebar-gallery .image-list li:hover img {
    opacity: .2;
}
.sidebar .sidebar-gallery .image-list li img {
    width: 100%;
    transition: all 500ms ease;
}
.sidebar .sidebar-gallery .widget-title {
    margin-bottom: 22px;
}
.sidebar .sidebar-tags .widget-title {
    margin-bottom: 27px;
}
.sidebar .sidebar-tags .tags-list li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 6px;
    margin-bottom: 10px;
}
.sidebar .sidebar-tags .tags-list li a {
    position: relative;
    display: inline-block;
    color: #666;
    border: 1px solid #ddd;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
}
.sidebar .sidebar-tags .tags-list li a:hover {
    color: #fff;
    background: #0b429f;
    border-color: #0b429f;
}
.VHCenterModal [data-dismiss=modal] {
    position: absolute;
    right: -35px;
    top: -35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    font-weight: 300;
    opacity: 10;
    text-shadow: none;
    outline: none;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.VHCenterModal [data-dismiss=modal]:hover {
    background-color: #f00;
    color: #fff;
}
.VHCenterModal .modal-dialog {
    position: relative;
    top: 50%;
    margin: 0 auto;
    -webkit-transform: scale(1.1) translateY(-50%) !important;
    -moz-transform: scale(1.1) translateY(-50%) !important;
    -o-transform: scale(1.1) translateY(-50%) !important;
    transform: scale(1.1) translateY(-50%) !important;
}
.VHCenterModal .modal-dialog .modal-content .modal-body {
    padding: 25px;
}
.VHCenterModal.show .modal-dialog {
    -webkit-transform: scale(1) translateY(-50%) !important;
    -moz-transform: scale(1) translateY(-50%) !important;
    -o-transform: scale(1) translateY(-50%) !important;
    transform: scale(1) translateY(-50%) !important;
}
.modal-small {
    max-width: 400px;
}
.OwnAT {
    padding: 0;
}
.OwnAT .OwnATnside {
    background-color: #000;
    color: #fff;
    background-image: url("../images/Pdagogy1.jpg");
    background-repeat: no-repeat;
    background-position: center; //background-attachment:fixed;background-size:cover;padding:60px 0;position:relative;overflow:hidden;}.OwnAT .OwnATnside:before{content:"";background:rgba(19,101,184,.1);position:absolute;left:0;right:0;top:0;bottom:0;}.OwnAT .OwnATnside:after{display:none;content:"";background-color:#fff;position:absolute;right:0;top:0;width:50%;height:100%;clip-path:polygon(0 0,100% 0,100% 100%);}.OwnAT .OwnATnside .section-header-big{font-size:3rem;}.OwnAT .OwnATnside h4{font-size:1.8rem;font-weight:600;margin:0 0 20px;}.OwnAT .OwnATnside h3{font-size:2.4rem;font-weight:600;margin:0;}.OwnAT .OwnATnside .ATRegistrationBlock .header5{color:#fff;}.OwnAT .OwnATnside .ATRegistrationBlock form{background-color:#fff;border:0;padding:30px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;position:relative;z-index:1;}.CountsinPartner .Number{margin-bottom:15px;text-align:center;}@media(min-width:992px){.CountsinPartner .Number{flex:0 0 25%;max-width:25%;}}.CountsinPartner .Number+.Number{border-left:1px solid #ccc;}.CountsinPartner .Number strong{font-family: "Oxygen", Sans-serif;display:block;padding:0;margin-bottom:10px;color:#000;font-size:clamp(2.5rem, 7vw, 2.5rem);}.CountsinPartner .Number .small{font-family: "Oxygen", Sans-serif;font-size:clamp(1rem, 7vw, 1rem);font-weight:600;color:#000;word-break: break-word;}.WhatYouNeed h3{font-size:1.5rem;font-weight:500;margin:0;padding:20px 25px;text-align:center;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(19,101,174,0.1);color:#0b429f;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}.DayTimeline .timeline{position:relative;margin:0 auto;}.DayTimeline .timeline:after{content:'';position:absolute;width:6px;background-color:#dc2226;top:0;bottom:0;left:50%;margin-left:-3px;}.DayTimeline .timeline .left,.DayTimeline .timeline .right{padding:10px 40px;position:relative;background-color:inherit;width:50%;}.DayTimeline .timeline .left:after,.DayTimeline .timeline .right:after{content:'';position:absolute;width:25px;height:25px;right:-13px;background-color:#fef1f1;border:4px solid #dc2125;top:15px;border-radius:50%;z-index:1;}.DayTimeline .timeline .left p,.DayTimeline .timeline .right p{margin:0;font-size:1.2rem;}.DayTimeline .timeline .left h2,.DayTimeline .timeline .right h2{font-size:1.5rem;font-weight:600;margin:0 0 10px;color:#333;}.DayTimeline .timeline .left{left:0;padding-left:0;}.DayTimeline .timeline .left:before{content:" ";height:0;position:absolute;top:22px;width:0;z-index:1;right:30px;border:medium solid rgba(19,101,174,0.1);border-width:10px 0 10px 10px;border-color:transparent transparent transparent rgba(19,101,174,0.1);}.DayTimeline .timeline .right{left:50%;padding-right:0;}.DayTimeline .timeline .right:before{content:" ";height:0;position:absolute;top:22px;width:0;z-index:1;left:30px;border:medium solid #eee;border-width:10px 10px 10px 0;border-color:transparent rgba(19,101,174,0.1) transparent transparent;}.DayTimeline .timeline .right:after{left:-13px;}.DayTimeline .timeline .content{padding:20px 30px;background-color:rgba(19,101,174,0.1);position:relative;border-radius:6px;}.PartnerVideos{padding-top:0;padding-bottom:60px;}.TakeTour .container{padding-left:10px;padding-right:10px;}.TakeTour .container .row{margin-left:-10px;margin-right:-10px;}.TakeTour .container .row [class*=col-]{padding-left:10px;padding-right:10px;}.TakeTour a{margin:20px 0 0;display:block;position:relative;overflow:hidden;}.TakeTour a:hover:after{background-color:#000;opacity:.7;top:0;left:0;right:0;bottom:0;overflow:hidden;}.TakeTour a:hover img{-webkit-transform:scale(1.3) rotate(10deg);-moz-transform:scale(1.3) rotate(10deg);-o-transform:scale(1.3) rotate(10deg);transform:scale(1.3) rotate(10deg);}.TakeTour a:after{content:"";font-family:fontawesome;position:absolute;top:100%;left:0%;right:0;bottom:0;opacity:0;display:flex;justify-content:center;align-items:center;font-size:22px;color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}.TakeTour a img{width:100%;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
    /* .Awards .container {
        padding-left: 10px;
        padding-right: 10px;
    } */
    /* .Awards .container .row {
        margin-left: -10px;
        margin-right: -10px;
    } */
/*
    .Awards .container .row [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    } */
    .Awards a {
        margin: 20px 0 0;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .Awards a:hover:after {
        background-color: #000;
        opacity: .3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }
    .Awards a:hover img {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    .Awards a:after {
        content: "";
        font-family: fontawesome;
        position: absolute;
        top: 100%;
        left: 0%;
        right: 0;
        bottom: 0;
        opacity: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        color: #fff;
    }
    .Awards a img {
        width: 100%;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: 500ms linear;
    }
    .Awards p {
        color: white;
        margin-bottom: 2rem;
        padding: 7px;
        border-bottom: 1px dashed #ccc;
        text-align: center;
        height: 60px;
    }
    .Partnercallus {
        color: #000;
        margin-bottom: -21px;
        text-align: center;
        font-size: 1.1rem;
    }
    .Partnercallus a {
        color: #db2125;
    }
    .justify-content-between {
        justify-content: space-between !important;
    }
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Oxygen", Sans-serif;
    }
    .d-flex {
        display: flex !important;
    }
    .align-items-center {
        align-items: center !important;
    }
    .btrans {
        background-color: transparent !important
    }
    #itro_popup {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        background-image: ;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0 auto;
        left: 1px;
        right: 1px;
        z-index: 2147483647 !important;
        padding: 2px !important;
        height: auto;
        padding-bottom: 15px;
    }
    #itro_opaco {
        display: none;
        position: fixed;
        background-color: #000;
        top: 100px;
        width: 100%;
        height: 100%;
        z-index: 2147483646 !important;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        opacity: 0.15;
        filter: alpha(opacity=15);
    }
    #close_cross {
        cursor: pointer;
        width: 20px;
        position: absolute;
        top: 23px;
        right: 7px;
    }
    #ipp_mobile_close_tab {
        display: none;
        border: none;
        position: absolute;
        padding: 5px;
        width: 80px;
        text-align: center;
        left: 1px;
        right: 1px;
        margin: auto;
        background-color: #6E2954;
    }
    .smart-column {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 00px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    @media screen and (max-width: 767px) {
        .smart-column {
            width: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }
    .column-132-left {
        padding-left: 40px !important;
    }
    .column-132-right {
        padding-right: 40px !important;
    }
    .smart-column {
        padding: 40px;
    }
    @media screen and (max-width: 767px) {
        .column-132-copy {
            display: block !important;
        }
        .smart-column {
            padding: 7% !important;
        }
        .column-132-left {
            padding-left: 0px !important;
        }
        .smart-learning-para {
            margin-right: 0px !important;
        }
        .pad-7p {
            padding: 7% !important;
        }
        .body-section {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }
        .pad-bot {
            padding-bottom: 20px !important;
        }
        .smart-column ul {
            margin-right: 0px !important;
        }
    }
    @media screen and (max-width: 479px) {
        .column-132-copy {
            display: block !important;
        }
        .smart-column {
            padding: 7% !important;
        }
        .column-132-left {
            padding-left: 0px !important;
        }
        .smart-learning-para {
            margin-right: 0px !important;
        }
        .pad-7p {
            padding: 7% !important;
        }
        .body-section {
            padding-right: 0px !important;
            padding-left: 0px !important;
        }
        .pad-bot {
            padding-bottom: 20px !important;
        }
        .smart-column ul {
            margin-right: 0px !important;
        }
    }
    .pad-7p {
        padding: 0%;
    }
    .mission-img-3 {
        width: 100%;
        height: auto;
        max-width: 400px;
        padding: 5px;
        border: 3px dashed #f6921e;
        border-radius: 20px;
    }
    input {
        line-height: normal;
    }
    ._20px-padding {
        height: 20px;
    }
    .w-container:after {
        clear: both
    }
    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px
    }
    .w-row:after,
    .w-row:before {
        content: " ";
        display: table;
        grid-column-start: 1;
        grid-row-start: 1;
        grid-column-end: 2;
        grid-row-end: 2
    }
    .w-row:after {
        clear: both
    }
    .w-row .w-row {
        margin-left: 0;
        margin-right: 0
    }
    .w-col {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px
    }
    .w-col .w-col {
        padding-left: 0;
        padding-right: 0
    }
    .w-col-1 {
        width: 8.33333333%
    }
    .w-col-2 {
        width: 16.66666667%
    }
    .w-col-3 {
        width: 25%
    }
    .w-col-4 {
        width: 33.33333333%
    }
    .w-col-5 {
        width: 41.66666667%
    }
    .w-col-6 {
        width: 50%
    }
    .w-col-7 {
        width: 58.33333333%
    }
    .w-col-8 {
        width: 66.66666667%
    }
    .w-col-9 {
        width: 75%
    }
    .w-col-10 {
        width: 83.33333333%
    }
    .w-col-11 {
        width: 91.66666667%
    }
    .w-col-12 {
        width: 100%
    }
    .w-hidden-main {
        display: none !important
    }
    @media screen and (max-width:991px) {
        .w-container {
            max-width: 728px
        }
        .w-hidden-main {
            display: inherit !important
        }
        .w-hidden-medium {
            display: none !important
        }
        .w-col-medium-1 {
            width: 8.33333333%
        }
        .w-col-medium-2 {
            width: 16.66666667%
        }
        .w-col-medium-3 {
            width: 25%
        }
        .w-col-medium-4 {
            width: 33.33333333%
        }
        .w-col-medium-5 {
            width: 41.66666667%
        }
        .w-col-medium-6 {
            width: 50%
        }
        .w-col-medium-7 {
            width: 58.33333333%
        }
        .w-col-medium-8 {
            width: 66.66666667%
        }
        .w-col-medium-9 {
            width: 75%
        }
        .w-col-medium-10 {
            width: 83.33333333%
        }
        .w-col-medium-11 {
            width: 91.66666667%
        }
        .w-col-medium-12 {
            width: 100%
        }
        .w-col-stack {
            width: 100%;
            left: auto;
            right: auto
        }
    }
    @media screen and (max-width:767px) {
        .w-hidden-main,
        .w-hidden-medium {
            display: inherit !important
        }
        .w-hidden-small {
            display: none !important
        }
        .w-container .w-row,
        .w-row {
            margin-left: 0;
            margin-right: 0
        }
        .w-col {
            width: 100%;
            left: auto;
            right: auto
        }
        .w-col-small-1 {
            width: 8.33333333%
        }
        .w-col-small-2 {
            width: 16.66666667%
        }
        .w-col-small-3 {
            width: 25%
        }
        .w-col-small-4 {
            width: 33.33333333%
        }
        .w-col-small-5 {
            width: 41.66666667%
        }
        .w-col-small-6 {
            width: 50%
        }
        .w-col-small-7 {
            width: 58.33333333%
        }
        .w-col-small-8 {
            width: 66.66666667%
        }
        .w-col-small-9 {
            width: 75%
        }
        .w-col-small-10 {
            width: 83.33333333%
        }
        .w-col-small-11 {
            width: 91.66666667%
        }
        .w-col-small-12 {
            width: 100%
        }
    }
    @media screen and (max-width:479px) {
        .w-container {
            max-width: none
        }
        .w-hidden-main,
        .w-hidden-medium,
        .w-hidden-small {
            display: inherit !important
        }
        .w-hidden-tiny {
            display: none !important
        }
        .w-col {
            width: 100%
        }
        .w-col-tiny-1 {
            width: 8.33333333%
        }
        .w-col-tiny-2 {
            width: 16.66666667%
        }
        .w-col-tiny-3 {
            width: 25%
        }
        .w-col-tiny-4 {
            width: 33.33333333%
        }
        .w-col-tiny-5 {
            width: 41.66666667%
        }
        .w-col-tiny-6 {
            width: 50%
        }
        .w-col-tiny-7 {
            width: 58.33333333%
        }
        .w-col-tiny-8 {
            width: 66.66666667%
        }
        .w-col-tiny-9 {
            width: 75%
        }
        .w-col-tiny-10 {
            width: 83.33333333%
        }
        .w-col-tiny-11 {
            width: 91.66666667%
        }
        .w-col-tiny-12 {
            width: 100%
        }
    }
    input {
        line-height: normal;
    }
    button,
    input {
        overflow: visible;
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        font-family: "Oxygen", Sans-serif;
    }
    @media (max-width: 767px) {
        .ww-left {
            display: none !important;
        }
    }
    .ww-left {
        display: block;
    }
    #testimonials-section {
        padding-bottom: 0;
    }
    #testimonials-section .tcontainer {
        background-color: #000;
        color: #fff;
        background-image: url("../images/need.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        background-size: cover;
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }
    #testimonials-section .tcontainer:before {
        content: "";
        background: rgba(202, 32, 39, .8);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    #testimonials-section .tcontainer:after {
        display: none;
        content: "";
        background-color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        clip-path: polygon(0 0, 100% 0, 100% 100%);
    }
    @media (max-width: 991px) {
        .section-header-big {
            font-size: 2rem;
        }
        .SmallBannerWithImg img {
            height: 100%;
        }
        .SmallBannerWithImg {
            position: relative;
            padding: 50px 0 50px;
        }
    }
    ol.Bigol1 {
        list-style: none;
        counter-reset: item;
        padding: 0;
        margin-top: 60px;
        position: relative;
    }
    ol.Bigol1:before {
        content: "";
        background: #bebebe;
        width: 1px;
        position: absolute;
        top: 34px;
        bottom: 40px;
        left: 45px;
    }
    ol.Bigol1>li {
        margin: 0;
        min-height: 55px;
        counter-increment: item;
        padding-left: 120px;
        position: relative;
    }
    ol.Bigol1>li+li {
        margin-top: 15px;
    }
    ol.Bigol1>li:before {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        content: counter(item);
        font-size: 1rem;
        font-weight: 500;
        background: #fff;
        color: #0b429f;
        text-align: center;
        position: absolute;
        left: 22.5px;
        top: 25%;
        margin-top: -27.5px;
    }
    ol.Bigol1>li h4 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #f8c9ce;
        margin: 25px 0;
        padding: 7px;
        border-bottom: 1px dashed;
        letter-spacing: 1px;
    }
    ol.Bigol1>li p {
        margin: 0;
    }
    .btn_11{
     font-size: 1rem;
     background:#0b429f;
     color: white;
     padding: 0.5rem;
     border-radius: 1.2rem;
    }
    .row-full-width-inner{
padding: 5rem;
    }
