/* ------------------------------------------------------------------------------------------------------- 
                                            Common Css 
------------------------------------------------------------------------------------------------------- */
::selection {
    background-color:#2a3a74;
    color:#fff;
}
::-moz-selection {
    background-color:#2a3a74;
    color:#fff;
}
body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color:#373737;
    font-weight:400;
}
a,
a:focus,
a:hover {
    transition: .6s;
    outline: 0;
    text-decoration: none;
}
img {
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
p {
    font-weight:400;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 15px 0px;
}
p {
    color:#000;
}
ol,
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style-type: none;
}
input:focus,
input:hover,
button:focus {
    outline:none;
}
.btn_1 {
    background-color:#2a3a74;
    border:2px solid #2a3a74;
    color:#fff;
}
.btn_1:hover,
.btn_1:focus,
.btn_1:active {
    background-color:transparent;
    border:2px solid #2a3a74;
    color:#2a3a74;
}
.btn_2 {
    background-color:#373737;
    border:2px solid #373737;
    color:#fff;
}
.btn_2:hover,
.btn_2:focus,
.btn_2:active {
    background-color:transparent;
    border:2px solid #2a3a74;
    color:#2a3a74;
}
.heading {
    text-align:center;
    margin-bottom:50px;
}
.heading h1 {
    font-size: 34px;
    line-height: 34px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}
.heading h1:after {
    content:'';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #2a3a74;
    bottom: -15px;
    right: 20%;  
}
.heading h1:before {
    content:'';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #373737;
    bottom: -10px;
    left: 20%;
}
/* ------------------------------------------------------------------------------------------------------- */
.checkbox {
    margin:0px;
    display:inline-block;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox label {
    position: relative;
    padding-left: 30px;
}
.checkbox label::before,
.checkbox label::after {
    position: absolute;
}
.checkbox label:before {
    content:'';
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid #333;   
    top: 3px;
    left: 0px;
}
.checkbox label::after {
    content:'';
    display: inline-block;
    height: 6px;
    width: 9px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-45deg);
    left: 4px;
    top: 7px;
}
.checkbox input[type="checkbox"] + label::after {
    content: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.checkbox input[type="checkbox"]:checked + label::before {
    border: 1px solid #2a3a74;   
    background-color: #2a3a74;
}
/* -------------------------------------------------------------------------------------------------------
                                                Bootstrap Css 
------------------------------------------------------------------------------------------------------- */
.form-control {
    height:auto;
    border-radius:0px;
    font-weight: 400;
    font-size: 16px;
    line-height:20px !important;
    color: #333;
    margin-bottom: 10px;
    padding:10px 15px;
    background-color:#f1f1f1;
    border:none;
    outline:none;
}
.form-control,
.form-control:focus,
.form-control:hover {
    outline: 0;
    box-shadow: none;
    border:none;
}
.btn {
    border-radius:30px;
    text-transform:uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    transition:0.6s;
    letter-spacing: 2px;
}
.btn:focus,
.btn:hover,
.btn:active {
    outline:none !important;
    box-shadow: none;
}
.navbar-toggle {
    border: none;
    width: 30px;
    padding: 0px;
    margin-top: 20px;
}
.navbar-toggle .icon-bar {
    background-color: #2a3a74;
    width: 100%;
    height: 3px;
}
.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 #2a3a74;
}
.table>caption+thead>tr:first-child>td, 
.table>caption+thead>tr:first-child>th, 
.table>colgroup+thead>tr:first-child>td, 
.table>colgroup+thead>tr:first-child>th, 
.table>thead:first-child>tr:first-child>td, 
.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #2a3a74;
}
/* -------------------------------------------------------------------------------------------------------
                                                Top Bar Css 
------------------------------------------------------------------------------------------------------- */
.top_bar {
    background-color: #fff;
}
.top_bar .content {
    float: right;
    padding:10px 0px 10px 50px;
    background-color: #eeeeee;
    position: relative;
}
.top_bar .content:before {
    content: "";
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
    background-color: #eeeeee;
    transform: skew(25deg);
}
.top_bar .content:after {
    content:'';
    background: #eeeeee;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
}
.top_bar .content span {
    color: #373737;
}
.top_bar .content .phone {
    margin-right: 30px;
}
.top_bar .content .phone span {
    color: #2a3a74;
    margin-left: 5px;
}
.top_bar .content .phone span i {}
.top_bar .content .social {
    margin-right:30px;
}
.top_bar .content .social span {
    margin-right: 5px;
}
.top_bar .content .social a {
    padding: 5px;
    display: inline-block;
    color: #999;
}
.top_bar .content .social a:hover {
    color:#2a3a74;
}
.top_bar .content .social a i {}
.top_bar .content .btn_set {}
.top_bar .content .btn_set a.btn {
    padding: 5px 15px;
    text-transform: capitalize;
    margin-left: 5px;
    line-height: 14px;
    letter-spacing: 0px;
}
.top_bar .content .btn_set a.btn_login {
    background-color:transparent;
    border:2px solid #2a3a74;
    color:#2a3a74;
}
.top_bar .content .btn_set a.btn_login:hover {
    background-color:#2a3a74;
    border:2px solid #2a3a74;
    color:#fff;
}
.top_bar .content .btn_set .login_drp {
    position: absolute;
    width: 320px;
    right: 0;
    background-color: #fff;
    padding: 20px;
    transform: scale(0.9) translateY(60px);
    transition: all 0.5s;
    opacity:0;
    box-shadow: 0 2px 2px rgba(126, 126, 126, 0.57);
    visibility:hidden;
    z-index: 5;
}
.top_bar .content .btn_set .login_drp.view {
    transform: scale(1) translateY(5px);
    opacity: 1;
    visibility:visible;
}
.top_bar .content .btn_set .login_drp .form-control {
    margin-bottom: 1em;
    border-radius: 25px;
}
.top_bar .content .btn_set .login_drp .btn_1 {
    transition:0.6s;
}
.top_bar .content .btn_set .login_drp a {
    margin: 0.5em 0 0 0;
    display: block;
    color: #2a3a74;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    letter-spacing:1px;
}
/* -------------------------------------------------------------------------------------------------------
                                                Menu Css 
------------------------------------------------------------------------------------------------------- */
.menu {
    transition:0.6s;
}
.menu.fixed_menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    top: 0;
}
.menu nav.navbar {
    border: none;
    border-radius: 0px;
    margin: 0px;
}
.menu nav.navbar .navbar-header {}
.menu nav.navbar .navbar-header .logo {
    padding: 5px;
    display: block;
    max-width: 130px;
}
.menu nav.navbar .navbar-header .logo img {}
.menu nav.navbar .navbar-nav {}
.menu nav.navbar .navbar-nav li {}
.menu nav.navbar .navbar-nav li a {
    font-family: 'Open Sans', sans-serif;
    padding: 20px 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    white-space:normal;
}
.menu nav.navbar .navbar-nav li.active a,
.menu nav.navbar .navbar-nav li a:hover,
.menu nav.navbar .navbar-nav li a:focus {
    background-color: #2a3a74;
    color: #fff;
}
.menu nav.navbar .navbar-nav li.dropdown {}
.menu nav.navbar .navbar-nav li.dropdown .dropdown-toggle {}
.menu nav.navbar .navbar-nav li.dropdown .dropdown-toggle:hover,
.menu nav.navbar .navbar-nav li.dropdown .dropdown-toggle:focus {}
.menu nav.navbar .navbar-nav li.dropdown .dropdown-menu {
    border: none;
    border-radius:0px;
}
.menu nav.navbar .navbar-nav li.dropdown .dropdown-menu li {}
.menu nav.navbar .navbar-nav li.dropdown .dropdown-menu li.dropdown-header {
    padding: 0px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.menu nav.navbar .navbar-nav li.dropdown .dropdown-menu li a {
    padding: 6px 15px;
    text-transform: capitalize;
}
.menu nav.navbar .navbar-nav li.dropdown.active .dropdown-menu li a {
    color:#373737;
    background-color:transparent;
}
.menu nav.navbar .navbar-nav li.dropdown.active .dropdown-menu li.active a,
.menu nav.navbar .navbar-nav li.dropdown.active .dropdown-menu li a:hover {
    color:#fff;
    background-color:#2a3a74;
}
.menu nav.navbar .navbar-nav li.dropdown .dropdown-menu li.active a,
.menu nav.navbar .navbar-nav li.dropdown .dropdown-menu li a:hover {}
/* -------------------------------------------------------------------------------------------------------
                                            Banner Css 
------------------------------------------------------------------------------------------------------- */
.banner {}
.banner #banner_slider {}
.banner #banner_slider .item {
    position:relative;
}
.banner #banner_slider .item:before {
    content:'';
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
}
.banner #banner_slider .item img {}
.banner #banner_slider .item .caption {
    position: absolute;
    top: 0;
    right:0;
    width: 60%;
    height: 100%;
    text-align: left;
    color: #fff;
    padding:80px;
}
.banner #banner_slider .item .caption h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #2a3a74;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}
.banner #banner_slider .item .caption h1 {
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-size: 46px;
    line-height: 56px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #373737;
}
.banner #banner_slider .item .caption h1 span {
    color: #2a3a74;
}
.banner #banner_slider .item .caption h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: lowercase;
    font-weight: 400;
    margin-bottom:2em;
}
.banner #banner_slider .item .caption h5 span {
    font-size: 30px;
    margin-left: 10px;
    color: #3782f4;
    font-weight: 600;
}
.banner #banner_slider .item .caption .btn {
    padding:10px 45px;
}
.banner #banner_slider .item .caption .btn_1:hover {
    border: 2px solid #2a3a74;
    color:#2a3a74;
}
.banner #banner_slider .owl-dots {
    margin: 0px;
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
}
.banner #banner_slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0px;
}
.banner #banner_slider .owl-dots .owl-dot span {
    width: 20px;
    height: 3px;
    border-radius: 0;
    background-color: #373737;
    margin: 0px 3px;
    transition: 0.6s;
}
.banner #banner_slider .owl-dots .owl-dot.active {}
.banner #banner_slider .owl-dots .owl-dot.active span {
    background-color: #2a3a74;
    width:40px;
}
/* -------------------------------------------------------------------------------------------------------
                                                Courses Css 
------------------------------------------------------------------------------------------------------- */
.courses {
    padding:80px 0px;
}
.courses ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.courses ul li {
    flex-basis: calc(50% - 0px);
    padding: 0px 15px;
    margin-bottom: 20px;
}
.courses ul li .grid {
    padding: 15px 10px 15px 120px;
    box-shadow: 0px 0px 10px 0px #c5c5c5;
    position: relative;
    border-radius: 60px 5px 5px 60px;
}
.courses ul li img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
}
.courses ul li .details {
    padding: 5px 0px;
}
.courses ul li .details a {
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
    color: #2a3a74;
    margin-bottom: 0;
    display: block;
}
.courses ul li .details a:hover {
    color:#373737;
}
.courses ul li .details p {
    margin: 0px;
}
.courses .view {
    padding:10px 30px;
    background-color: transparent;
    border: 2px solid #373737;
    color: #373737;
}
.courses .view:hover {
    background-color: #373737;
    border: 2px solid #373737;
    color: #fff;
}
/* ------------------------------------------------------------------------------------------------------- 
                                                Certificate Css 
------------------------------------------------------------------------------------------------------- */
.certificate {
    padding:80px 0px;
    background-color: #e0e0e0;
}
.certificate .pad10 {
    padding:10px;
}
.certificate .grid {
    position: relative;
    overflow: hidden;
    border:5px solid #fff;
    border-radius:5px;
}
.certificate .grid img {}
.certificate .grid .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color:rgba(42, 58, 116, 0.59);
    top: 0;
    left: 0;
    color: #fff;
    transition: 0.6s;
    transform: scale(0.1, 0.1) translate(0px, 0px);
    opacity: 0;
}
.certificate .grid:hover .overlay {
    transform: scale(1, 1) translate(0px, 0px);
    opacity: 1;
}
.certificate .grid .overlay a {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    display: block;
    font-weight: 100;
    position: absolute;
    left: 45%;
    top: 45%;
}
.certificate .view {
    padding:10px 30px;
    background-color: transparent;
    border: 2px solid #373737;
    color: #373737;
}
.certificate .view:hover {
    background-color: #373737;
    border: 2px solid #373737;
    color: #fff;
}
.certificate .pagination ul li a {
    border: 1px solid #333;
    color: #333;
}
/* -------------------------------------------------------------------------------------------------------
                                                    Stat Css 
------------------------------------------------------------------------------------------------------- */
.stat {
    padding:50px 0px;
}
.stat .counter {
    text-align: center;
}
.stat .counter i {
    font-size: 46px;
    margin-bottom: 20px;
    color: #2a3a74;
}
.stat .counter .count-number {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #2a3a74;
}
.stat .counter p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #333;
    margin: 0px;
}
/* -------------------------------------------------------------------------------------------------------
                                            Testimonial Css 
------------------------------------------------------------------------------------------------------- */
.testimonial {
    position: relative;
    z-index:5;
    padding:80px 0px;
    background-size:cover;
    background-attachment: fixed;
    background-position: center center;
}
.testimonial:before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    z-index:-1;
}
.testimonial .heading h1 {
    color:#fff;
}
.testimonial .heading h1:before {
    background-color:#fff;
}
.testimonial #testi_slider .item {}
.testimonial #testi_slider .item .description {
    padding: 25px;
    width: 60%;
    margin: auto;
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}
.testimonial #testi_slider .item .description:after {
    content:'';
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 50px;
}
.testimonial #testi_slider .item .description p {
    font-size: 20px;
    font-weight: 500;
    color: #666;
    line-height: 30px;
}
.testimonial #testi_slider .item .prof {
    width: 55%;
    margin: 20px auto 0px auto;
    position: relative;
    padding: 10px 10px 10px 100px;
}
.testimonial #testi_slider .item .prof img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.testimonial #testi_slider .item .prof .name {
    display: block;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.testimonial #testi_slider .item .prof .desig {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.testimonial #testi_slider .owl-dots {
    margin: 0px;
    width: 60%;
    bottom: 5%;
    left: 20%;
    position: absolute;
    text-align: right;
}
.testimonial #testi_slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 5px 0px;
}
.testimonial #testi_slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #373737;
    margin: 0px 3px;
}
.testimonial #testi_slider .owl-dots .owl-dot.active {}
.testimonial #testi_slider .owl-dots .owl-dot.active span {
    background-color: #2a3a74;
}
/* -------------------------------------------------------------------------------------------------------
                                        Client Logo Slider Css 
------------------------------------------------------------------------------------------------------- */
.client_logo {
    padding:50px 0px;
}
.client_logo  #client_slider {}
.client_logo  #client_slider img {
    transition:0.6s;
}
.client_logo  #client_slider img:hover {
    filter:grayscale(100%);
}
.client_logo  #client_slider .owl-nav {

}
.client_logo  #client_slider .owl-nav .owl-next {}
.client_logo  #client_slider .owl-nav .owl-prev {}
.client_logo  #client_slider .owl-nav .owl-next,
.client_logo  #client_slider .owl-nav .owl-prev {
    margin: 0px 5px;
    border-radius: 0px;
    width: 40px;
    height: 34px;
    font-size: 24px;
    line-height: 24px;
    background-color: transparent;
    transition: 0.6s;
    border: 2px solid #373737;
    color: #373737;
    padding: 0px;
}
.client_logo  #client_slider .owl-nav .owl-next:hover,
.client_logo  #client_slider .owl-nav .owl-prev:hover {
    background-color: transparent;
    border:2px solid #2a3a74;
    color: #2a3a74;
}
/* -------------------------------------------------------------------------------------------------------
                                                Footer Css 
------------------------------------------------------------------------------------------------------- */
.footer-dark {
    background: #333333;
    padding-bottom: 30px;
}
.footer-dark .newslatter {
    padding: 40px 0;
    border-bottom: 1px solid #454545;
    margin-bottom: 40px;
}
.footer-dark .newslatter h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 0px;
    color: #fff;
    margin-top: 10px;
}
.footer-dark .newslatter h3 i {
    float: left;
    font-size: 36px;
    color: #aaaaaa;
    margin-right: 15px;
    height: 50px;
}
.footer-dark .newslatter h3 small {
    display: inline-block;
    color: #777;
}
.footer-dark .newslatter form {
    position: relative;
}
.footer-dark .newslatter input {
    border-radius: 50px;
    height: 50px;
    width: 100%;
    color: #000;
    border: none;
    background: #fff;
    padding: 0px 140px 0px 20px;
    font-size: 15px;
}
.footer-dark .newslatter button {
    background: #2a3a74;
    color: #fff;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    position: absolute;
    right: -3px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0 50px 50px 0px;
    bottom: 0px;
}
.footer-dark h4 {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    color:#fff;
    padding-bottom:10px;
    text-transform: capitalize;
}
.footer-dark h4:before {
    position: absolute;
    height: 2px;
    width: 70px;
    content: "";
    bottom: 0px;
    left: 0px;
    background: #fff;
}
.footer-dark .links-footer li a {
    line-height: 30px;
    display: inline-block;
    color: #888;
    font-weight: 500;
    text-transform:capitalize;
}
.footer-dark .links-footer li a:hover {
    padding-left: 5px;
    color:#fff;
}
.footer-dark p {
    color: #888888;
    margin-bottom:10px;
}
.footer-dark .social-links {
    margin-top: 30px;
}
.footer-dark .social-links a {
    margin-right: 20px;
    font-size: 18px;
    color: #888;
}
.footer-dark .social-links a:hover {
    color:#fff;
}
/* -------------------------------------------------------------------------------------------------------
                                                Copyrights Css 
------------------------------------------------------------------------------------------------------- */
.rights {
    background: #2e2e2e;
    padding: 20px 0;
    text-align:center;
}
.rights p {
    color: #888;
    margin:0px;
}
.rights p a {
    font-weight:600;
    text-transform:uppercase;
    color:#fff;
}
/* -------------------------------------------------------------------------------------------------------
                                                Inner Banner Css 
------------------------------------------------------------------------------------------------------- */
.inner_banner {
    padding:80px 0px;
    position: relative;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.inner_banner:before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.4);
}
.inner_banner .heading {}
.inner_banner .heading h1 {
    color:#fff;
}
.inner_banner .heading h1:before {
    background-color:#fff;
}
.inner_banner .heading h1:after {}
/* -------------------------------------------------------------------------------------------------------
                                                Inner Page Breadcum Css
------------------------------------------------------------------------------------------------------- */
.breadcum {
    padding:20px 0px;
    background-color:#f4f4f4;
    border-bottom: 1px solid #d6d6d6;
}
.breadcum ul {}
.breadcum ul li {
    display: inline-block;
}
.breadcum ul li a {
    text-transform:capitalize;
    color:#373737;
    font-weight:600;
}
.breadcum ul li a:hover,
.breadcum ul li.active a {
    color:#2a3a74;
}
.breadcum ul li a:after {
    content:'||';
    padding:0px 5px;
    color:#373737;
}
.breadcum ul li:last-child a:after {
    display: none;
}
/* -------------------------------------------------------------------------------------------------------
                                                Inner Page Pagination Css
------------------------------------------------------------------------------------------------------- */
.pagination {
    border-radius:0px;
    display: block;
    padding:0px;
    margin-bottom:50px;
}
.pagination ul {
    text-align: center;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    display: block;
    border: 1px solid #b9b9b9;
    color: #b9b9b9;
    text-align: center;
    margin: 0px 2px;
    border-radius:50%;
}
.pagination ul li a:hover,
.pagination ul li.active a {
    border-color: #2a3a74;
    color: #fff;
    background-color: #2a3a74;
}
/* -------------------------------------------------------------------------------------------------------
                                                Result Css
------------------------------------------------------------------------------------------------------- */
.result {
    padding:0px 0px 80px 0px;
}
.result .filter {
    padding:30px 0px;
    background-color:#2a3a74;
    margin-bottom:50px;
}
.result .filter .grid {
    background-color:transparent;
}
.result .filter .grid.grid_left{
    
}
.result .filter .grid.grid_center{
    
}
.result .filter .grid.grid_right{
    
}
.result .filter .grid label {
    display: block;
    text-transform: capitalize;
    color:#fff;
}
.result .filter .grid .form-control {
    margin: 0px;
}
.result .filter .grid .btn_1 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #2a3a74;
}
.result .filter .grid .btn_1:hover {
    background-color: #373737;
    border: 2px solid #fff;
    color: #fff;
}
.result .grid_left {}
.result .grid_left .table {
    overflow-x:scroll;
}
.result .grid_left .table thead {}
.result .grid_left .table thead tr {
    background-color:#f1f1f1;
}
.result .grid_left .table thead tr th {
    background-color: #262626;
    color: #fff;
    border: 1px solid #cecece;
    text-transform: capitalize;
}
.result .grid_left .table tbody {
    
}
.result .grid_left .table tbody tr {
    
}
.result .grid_left .table tbody tr td {
    text-transform: capitalize;
    border: 1px solid #cecece;
}
.result .grid_left ul {
    margin:2em 0;
}
.result .grid_left ul li {
    text-transform: uppercase;
}
.result .grid_left ul li span {
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-right: 10px;
}
.result .grid_left p {
    color:#999;
}
.result .grid_left p span {
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 10px;
    color:#373737;
}
.result .grid_right {
    background-color: #f1f1f1;
}
.result .grid_right .profil {
    position: relative;
    margin: 2em 0 0 0;
    padding: 10px 10px 10px 80px;
}
.result .grid_right .profil img {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-shadow: 2px 2px 5px 1px #999;
}
.result .grid_right .profil .name {
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #2a3a74;
}
.result .grid_right .profil .desig {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}
.result .grid_right hr {
    border-top:1px solid #ccc;
}
.result .grid_right .grid {
    padding: 25px;
    background-color: #f4f4f4;
}
.result .grid_right .grid h3 {
    font-size: 20px;
    text-transform: capitalize;
}
.result .grid_right .grid p {
    color: #666;
}
.result .grid_right .grid p span {
    font-weight: 300;
    font-size: 16px;
    margin-right: 10px;
}
/* -------------------------------------------------------------------------------------------------------
                                                Common Form Css
------------------------------------------------------------------------------------------------------- */
.common_form {
    padding:80px 0px;
}
.common_form .content {
    width: 60%;
    padding: 50px;
    margin: auto;
    box-shadow: 0px 0px 10px 4px #dedede;
    border: 1px solid #ccc;
}
.common_form h3.title {
    text-transform: capitalize;
    margin-bottom:0.5em;
    position: relative;
    padding-bottom:10px;
}
.common_form h3.title:after {
    content:'';
    width: 80px;
    height: 2px;
    position: absolute;
    background-color: #2a3a74;
    bottom: 0;
    left: 0;
}
.common_form .content .inp_grp {
    margin-bottom: 2em;
}
.common_form .content .inp_grp label {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.common_form .content .inp_grp .btn_1 {
    padding:10px;
}
/* -------------------------------------------------------------------------------------------------------
                                                Register Css
------------------------------------------------------------------------------------------------------- */
.common_form.register {
    
}
/* -------------------------------------------------------------------------------------------------------
                                                Addmission Css
------------------------------------------------------------------------------------------------------- */
.common_form.addmission {
    
}
/* -------------------------------------------------------------------------------------------------------
                                                Apply For Franchise Css
------------------------------------------------------------------------------------------------------- */
.common_form.apply_franchise {
    
}
/* -------------------------------------------------------------------------------------------------------
                                                Contact Css
------------------------------------------------------------------------------------------------------- */
.contact {
    padding:80px 0px;
}
.contact h3 {
    text-transform:capitalize;
    font-weight: 800;
    margin-bottom:1em;
}
.contact .grid_left {}
.contact .grid_left p {
    font-size: 15px;
    color: #999;
    margin-bottom: 25px;
}
.contact .grid_left .iconi {
    position: relative;
    padding: 30px 10px 30px 100px;
    margin-bottom: 1em;
}
.contact .grid_left .iconi .img_sec {
    width: 80px;
    height: 80px;
    background-color: #2a3a74;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
.contact .grid_left .iconi .img_sec img {
    width: auto;
}
.contact .grid_left .iconi p {
    font-weight: 700;
    color: #373737;
    margin: 0px;
}
.contact .grid_left .iconi p span {
    color:#2a3a74;
}
.contact .grid_right {}
.contact .grid_right .form-control {
    margin-bottom: 1em;
}
.contact .grid_right .btn {
    padding:10px 20px;
}
/* -------------------------------------------------------------------------------------------------------
                                                About Css
------------------------------------------------------------------------------------------------------- */
.about {
    padding:80px 0px;
}
.about .section1 {
    margin-bottom:80px;
}
.about .section1 .grid_left {}
.about .section1 .grid_left img {}
.about .section1 .grid_right {}
.about .section1 .grid_right h3 {
    text-transform: capitalize;
    color:#2a3a74;
}
.about .section1 .grid_right p {
    font-size:16px;
    color:#999;
    margin-bottom:1em;
}
.about .time_line {

}
.about .time_line .btch {
    display: block;
    text-align: center;
}
.about .time_line .btch span {
    padding: 5px 20px;
    background-color: #373737;
    color: #fff;
    z-index: 5;
}
.about .time_line .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}
.about .time_line .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background: #2a3a74;
    left: 50%;
    margin-left: -1.5px;
}
.about .time_line .timeline>li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.about .time_line .timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.about .time_line .timeline>li:after {
    clear: both;
}
.about .time_line .timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.about .time_line .timeline>li:after {
    clear: both;
}
.about .time_line .timeline>li>.timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #2a3a74;
    background: #ffffff;
    position: relative;
}
.about .time_line .timeline>li>.timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #2a3a74;
    border-right: 0 solid #373737;
    border-bottom: 15px solid transparent;
    content: " ";
}
.about .time_line .timeline>li>.timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content: " ";
}
.about .time_line .timeline>li>.timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.about .time_line .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}
.about .time_line .timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.about .time_line .timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.about .time_line .timeline-badge>a {
    color: #373737;
}
.about .time_line .timeline-badge a:hover {
    color: #2a3a74;
}
.about .time_line .timeline-title {
    margin-top: 0;
    color: inherit;
}
.about .time_line .timeline-heading {
    padding:15px;
}
.about .time_line .timeline-heading h4 {
    font-weight: 600;
    color: #2a3a74;
    margin: 0px;
}
.about .time_line .timeline-body>p, .timeline-body>ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.about .time_line .timeline-footer {
    padding: 5px 15px;
    background-color: #2a3a74;
    color: #fff;
}
.about .time_line .timeline-footer p {
    margin-bottom: 0;
    color:#fff;
}
.about .time_line .timeline-footer>a {
    cursor: pointer;
    text-decoration: none;
}
.about .time_line .timeline>li.timeline-inverted {
    float: right;
    clear: right;
}
.about .time_line .timeline>li {
    margin-top: 60px;
}
.about .time_line .timeline>li:nth-child(1) {
    margin-top: 0px;
}
.about .time_line .timeline>li.timeline-inverted>.timeline-badge {
    left: -12px;
}
.about .time_line .no-float {
    float: none !important;
}
.about .time_line .timeline li.timeline-inverted .timeline-panel {
    border:1px solid #373737;
}
.about .time_line .timeline li.timeline-inverted .timeline-footer {
    background-color:#373737;
}
.about .time_line .timeline li.timeline-inverted .timeline-heading h4 {
    color:#373737;
}
/* -------------------------------------------------------------------------------------------------------
                                                Course Details Css
------------------------------------------------------------------------------------------------------- */
.course_details {
    padding:80px 0px;
}
.course_details .grid_left {}
.course_details .grid_left .title {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #2a3a74;
}
.course_details .grid_left .profil {
    position: relative;
    margin: 2em 0;
    padding: 10px 10px 10px 80px;
}
.course_details .grid_left .profil img {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-shadow: 2px 2px 5px 1px #999;
}
.course_details .grid_left .profil .name {
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #2a3a74;
}
.course_details .grid_left .profil .desig {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}
.course_details .grid_left img.big {
    margin-bottom:2em;
}
.course_details .grid_left .nav-pills {

}
.course_details .grid_left .nav-pills li {}
.course_details .grid_left .nav-pills li a {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}
.course_details .grid_left .nav-pills li a:hover,
.course_details .grid_left .nav-pills li.active a {
    background-color: transparent;
    color: #2a3a74;
    border: none;
    border-bottom: 1px solid #2a3a74;
}
.course_details .grid_left .tab-content {}
.course_details .grid_left .tab-content .tab-pane {
    padding:35px 25px;
}
.course_details .grid_left .tab-content .tab-pane p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.course_details .grid_left .tab-content .tab-pane h3 {
    color:#2a3a74;
    text-transform:capitalize;
    font-weight:700;
}
.course_details .grid_left .tab-content .tab-pane .profil .follo {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
}
.course_details .grid_right {}
.course_details .grid_right .grid {
    padding: 30px 20px;
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    text-align: right;
    float: left;
    width: 100%;
}
.course_details .grid_right .grid .btn {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 30px;
}
.course_details .grid_right .grid i {
    float: left;
    font-size: 36px;
    color: #cdcdcd;
}
.course_details .grid_right .grid .txt {
    font-size: 20px;
    color: #666;
    line-height: 30px;
    float: right;
    font-weight: 300;
    text-transform: capitalize;
}
.course_details .grid_right .grid .txt span {
    margin-left:10px;
}
.course_details .grid_right iframe {
    width:100%;
    height:400px;
}
/* -------------------------------------------------------------------------------------------------------
                                                Branches Css
------------------------------------------------------------------------------------------------------- */
.branches {
    padding:80px 0px;
}
.branches .filter {
    float: right;
    margin-bottom: 20px;
}
.branches .filter span {
    line-height: 34px;
    margin-right: 10px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.branches .filter .form-control {
    margin: 0;
    width: 300px;
    float: right;
    border: 1px solid #b9b9b9;
    background: transparent;
}
.branches .listing {
    display: flex;
    flex-wrap: wrap;
}
.branches .listing li {
    flex-basis: calc(33% - 0px);
    margin-bottom: 5px;
    padding: 10px;
}
.branches .listing li .details {
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #cbcbcb;
    padding: 15px 20px;
    border-radius: 20px;
}
.branches .listing li .details a.title {
    display: block;
    font-size: 18px;
    line-height: 38px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    color: #2a3a74;
}
.branches .listing li .details:hover a.title {
    color:#333;
}
.branches .listing li .details p.des {
    color: #6f6f6f;
    margin-bottom: 5px;
}
.branches .listing li .details a.email_address {
    display: inline-block;
    color: #999;
    margin-bottom: 5px;
    line-height: 14px;
}
.branches .listing li .details a.email_address span {
    font-weight: 600;
    margin-right: 10px;
    text-transform: capitalize;
    color: #333;
}
.branches .listing li .details:hover a.email_address {
    color:#2a3a74;
}
.branches .listing li .details p.dist {
    color: #999;
    line-height: 24px;
    margin:0px;
}
.branches .listing li .details p.dist span {
    font-weight: 600;
    margin-right: 10px;
    text-transform: capitalize;
    color: #333;
}
/* -------------------------------------------------------------------------------------------------------
                                                Branche Details Css
------------------------------------------------------------------------------------------------------- */
.branch_details {
    padding:80px 0px;
}
.branch_details .grid_left {
    
}
.branch_details .grid_left .title {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #2a3a74;
    margin-bottom:1em;
}
.branch_details .grid_left img.big {
    margin-bottom:1em;
}
.branch_details .grid_left ul {
    margin-bottom:1em;
}
.branch_details .grid_left ul li {
    margin-right:10px;
    display: inline-block;
}
.branch_details .grid_left ul li a {
    font-weight:600;
    text-transform:uppercase;
    font-size:12px;
    color:#373737;
}
.branch_details .grid_left ul li a:hover {
    color:#2a3a74;
}
.branch_details .grid_left ul li a i {
    margin-right:5px;
}
.branch_details .grid_left p {
    font-size:16px;
    line-height:26px;
    color:#999;
}
.branch_details .grid_left .btn_1 {
    text-transform: capitalize;
}
.branch_details .grid_right {
    
}
.branch_details .grid_right .grid {
    padding: 25px;
    background-color: #f4f4f4;
}
.branch_details .grid_right .grid h3 {
    font-size: 20px;
    text-transform: capitalize;
}
.branch_details .grid_right .grid p {
    color: #666;
}
.branch_details .grid_right .grid p span {
    font-weight: 300;
    font-size: 16px;
    margin-right: 10px;
}
.branch_details .grid_right .grid .btn_2 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 30px;
    display: block;
}
.branch_details .grid_right iframe {
    width:100%;
    height:400px;
}
/* -------------------------------------------------------------------------------------------------------
                                                What Is ALMA Css
------------------------------------------------------------------------------------------------------- */
.what_is_alma {
    padding:80px 0px;
}
.what_is_alma .nav-pills {
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
}
.what_is_alma .nav-pills li {
    flex-basis:calc(16% - 0px)
}
.what_is_alma .nav-pills li a {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    color: #373737;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #fff;
}
.what_is_alma .nav-pills li a:hover,
.what_is_alma .nav-pills li.active a {
    background-color: transparent;
    color: #2a3a74;
    border: none;
    border-bottom: 1px solid #2a3a74;
}
.what_is_alma .nav-pills li a img {

}
.what_is_alma .tab-content {}
.what_is_alma .tab-content .tab-pane {
    padding:35px 25px;
}
.what_is_alma .tab-content .tab-pane img {
    float: left;
    width: 30%;
    margin-right: 45px;
    box-shadow: 4px 4px 30px 1px #e8e8e8;
}
.what_is_alma .tab-content .tab-pane h3 {
    color: #3b3b3b;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top:30px;
}
.what_is_alma .tab-content .tab-pane p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.what_is_alma .tab-content .tab-pane p:last-child {
    margin-bottom:0px;
}
/* -------------------------------------------------------------------------------------------------------
                                                Mission & Vision Css
------------------------------------------------------------------------------------------------------- */
.mission_vision {
    padding:80px 0px;
}
.mission_vision .see_tar {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 50px;
}
.mission_vision .see_tar:nth-child(even) {
    flex-direction: row-reverse;
    margin-bottom:0px;
}
.mission_vision .see_tar:last-child {

}
.mission_vision .see_tar .grid_img {
    flex-basis: 40%;
}
.mission_vision .see_tar .grid_img img {
    
}
.mission_vision .see_tar .grid_details {
    flex-basis: 60%;
    padding: 50px 20px;
}
.mission_vision .see_tar .grid_details h2 {
    font-weight: 600;
    color: #2a3a74;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.mission_vision .see_tar .grid_details ul {
    
}
.mission_vision .see_tar .grid_details ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}
.mission_vision .see_tar .grid_details ul li:before {
    content: '';
    background-image: url(https://a0dd4a.claudeassets.com/20180518195028im_/http://almaskills.com/images/lis1.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 6px;
    background-size: cover;
}
/*
     FILE ARCHIVED ON 01:23:04 Aug 24, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:29:05 Jul 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.604
  exclusion.robots: 0.055
  exclusion.robots.policy: 0.043
  esindex: 0.011
  cdx.remote: 422.798
  LoadShardBlock: 1240.047 (3)
  PetaboxLoader3.datanode: 451.064 (4)
  load_resource: 470.061
  PetaboxLoader3.resolve: 135.058
*/