

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');


@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
body {
    font-family: "Libre Baskerville", serif;
	/*font-family: "Libre Baskerville", serif;*/
    color: #81868a;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: -0.02em;
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    min-height: 100vh;
}

.thm-base-bg {
    background-color: #002147;
}

.thm-base-bg-2 {
    background-color: #2da397;
}

.thm-gray-bg {
    background-color: #f1f1f1;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.block-title {
    text-align: center;
    margin-bottom: 60px;
}

.block-title__title {
    margin: 0;
    color: #012237;
    font-size:25px;
    margin-bottom: -15px;
    margin-top: -15px;
    text-transform: uppercase;
	font-family: "Libre Baskerville", serif;
	text-align:center;
	line-height: 45px;
}

.block-title__title span {

    color: #012237;
    font-size:25px;
  
}


.welbacks{text-align:center; padding: 20px 0px 60px;}


.reList h1 {font-size: 20px;}

.blog_listing_wrapper.stories-section h1 {font-size: 16px;}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #002147;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 6.5px 27px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.thm-btn:hover {
    background-color: #fff;
    color: #012237;
}

.thm-btn-alt:hover {
    background-color: #4a4a4a;
    color: #fff;
}

.post-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-pagination a {
    border-radius: 50%;
    background-color: #f1f1f1;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 8px 19px;
    color: #012237;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.post-pagination a:hover,
.post-pagination a.active {
    background-color: #012237;
    color: #fff;
}

.post-pagination a + a {
    margin-left: 15px;
}

.tooltip-inner {
    -webkit-box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #81868a;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-image: url(../images/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #002147;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: #012237;
}

.scroll-to-top:hover i {
    color: #fff;
}

/* Cursor Style */
.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
* 2. header styles
*/
.topbar-one {
    background-color: #022c46;
}

.topbar-one .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Libre Baskerville", serif;
    font-size: 10px;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    letter-spacing: 0.5px;
}

.topbar-one__right,
.topbar-one__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.topbar-one__right a,
.topbar-one__left a {
    color: #ffffff;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.topbar-one__right a:hover,
.topbar-one__left a:hover {
    color: #fff;
	background: #085484;
}
.topbar-one__right a {
    /*border-left: #909eb2 solid 0px;*/
    display: inline-block;
    padding: 0 15px;
	font-family: "Libre Baskerville", serif;
	font-size: 12px;
	font-weight: 700;
}
.topbar-one__right a:last-child {
    padding: 10px !important;
}

.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 4px;
    position: relative;
    background-color: transparent;
}

.header-navigation .container {
    background: transparent;
    position: relative;
    display: block;
}

.header-navigation .container .logo-box {
    float: left;
    position: absolute;
    top: 50%;
    left:0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.topbar-one__left {
  padding-left: 15px;
}



.header-navigation .container .navbar-brand {
    height: auto;
    margin: 0;
    line-height: 1;
}

.header-navigation .container .menu-toggler {
    display: none;
}

.header-navigation .container .right-side-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.header-navigation .main-navigation {
    float: none;
    text-align: right;
}

@media (min-width: 1200px) {
    .header-navigation .main-navigation {
        display: block !important;
    }
}
@media (max-width: 1190px) {
    /*.topbar-one{
        display: none;
    }*/
    .topbar-one__right a,
    .topbar-one__left a {
        font-size: 12px !important;
    }
    .site-header {
        top: 30px;
        z-index: 999;
    }
    .menu-toggler {
        display: block !important;
        margin-left: 220px !important;
    }
    .main-navigation.showen {
        position: absolute;
        top: 45px;
        z-index: 9999;
    }
    .site-footer__social {
        padding-right: 280px !important;
    }
    .mt-50 {
        margin-top: 100px;
    }
    .profile-dropdown {
        float: right;
    }
    .header-navigation .main-navigation {
        overflow-y: visible;
    }
    [class^="kipso-icon-"],
    [class*=" kipso-icon-"] {
        /* background-color: #fff;*/
        padding: 5px;
    }
    .header-navigation .container .logo-box {
        transform: translateY(-30%);
        background-color: #fff;
    }
    .profile-dropdown {
        width: 100%;
        background-color: #002147;
        border: none !important;
    }
}
.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}
.topbar-one__right {
    float: right;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
    display: none;
}

.header-navigation ul.navigation-box > li {
    position: relative;
    padding: 8px 0;
    display: inline-block;
    vertical-align: middle;
    /* Second Level Menu */
    /* Thrid Level Menu */
}

.header-navigation ul.navigation-box > li + li {
   /* margin-left: 30px; */
}

.header-navigation ul.navigation-box > li:first-child {
    padding-left: 0;
}

.header-navigation ul.navigation-box > li:last-child {
    padding-right: 0;
}

.header-navigation ul.navigation-box > li > a {
    padding: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    position: relative;
  /*  font-family: "Libre Baskerville", serif; */
	font-family: "Libre Baskerville", serif;
	box-shadow: 1px 0px 10px #fff;
}
.header-navigation ul.navigation-box > li > a.active {
    color: #002147;
}
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
	color: #fff;
    background: #085484;
}


.header-navigation ul.navigation-box > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 911;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #012237;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box > li > .sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box > li > .sub-menu.right-align {
    left: auto;
    right: 0;
}

.header-navigation ul.navigation-box > li > .sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > .sub-menu > li {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > .sub-menu > li > a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
    color: #fff;
    background: #002147;
}

.header-navigation ul.navigation-box > li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.header-navigation ul.navigation-box > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 911;
    float: left;
    min-width: 220px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-color: #012237;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
    left: auto;
    right: 100%;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 12px 30px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
    color: #fff;
    background: #002147;
}

.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li ul {
    display: none;
}

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.stricked-menu ul.navigation-box > li {
    padding-top: 18px;
    padding-bottom: 18px;
}

.stricked-menu.stricky-fixed {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.site-header {
    position: relative;
	margin-bottom:1px;
	background: #fff;
	padding:20px 0px;
	border-bottom: 1px solid #f2f2f2;
}

.site-header__decor {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.site-header__decor-row {
    margin-left: -7px;
    margin-right: -7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-header__decor-single {
    padding-left: 7px;
    padding-right: 7px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    max-width: 33.33333%;
}

[class*="site-header__decor-inner-"] {
    position: relative;
}

[class*="site-header__decor-inner-"]::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #2da397;
    opacity: 0.9;
}

.site-header__decor-inner-2::before {
    background-color: #002147;
}

.site-header__decor-inner-3::before {
    background-color: #7c4bc0;
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 90px;
    margin-top: 5px;
}

.header__social a {
    color: #81868a;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header__social a:hover {
    color: #002147;
}

.header__social a + a {
    margin-left: 40px;
}

.header__search-btn {
  /*  width: 35px;
    height: 35px; 
    border-radius: 56%; */
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #002147;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    color: #fff;
	margin: 5px;
	border: 1px solid #fff;
	line-height: 10px;
}

.header__search-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 0px solid #2da397;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header__search-btn:hover {
    color: #fff;
}

.header__search-btn:hover:before {
    left: 0;
}

.header__search-form {
    background-color: #f1f1f1;
    width: 100%;
    max-width: 410px;
    height: 68px;
    position: relative;
    margin-left: 60px;
}

.header__search-form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: none;
    border: none;
    padding-left: 30px;
}

.header__search-form button[type="submit"] {
    border: none;
    outline: none;
    width: 46px;
    height: 46px;
    border-radius: 56%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #002147;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

.header__search-form button[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #002147;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header__search-form button[type="submit"]:hover {
    color: #fff;
}

.header__search-form button[type="submit"]:hover:before {
    left: 0;
}

@media (min-width: 1200px) {
    .site-header__header-two .container {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 100%;
    }
}

.site-header__header-two .header-navigation .container .logo-box {
    left: 60px;
    -webkit-box-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    width: 100%;
}

.site-header__header-two .header-navigation .container .right-side-box {
    right: 60px;
}

.site-header__header-two .header-navigation ul.navigation-box > li {
    padding: 55px 0;
}

.site-header__header-two .header-navigation .main-navigation {
    text-align: center;
    padding-right: 0;
    padding-left: 125px;
}

.site-header__header-two .header__social {
    margin: 0;
}

.site-header__header-two .stricked-menu ul.navigation-box > li {
    padding-top: 40px;
    padding-bottom: 40px;
}

.site-header__home-three {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

.site-header__home-three .topbar-one {
    background-color: #2da397;
}

.site-header__home-three .header-navigation .main-navigation {
    text-align: center;
    padding-right: 0;
}

.site-header__home-three .header__social a,
.site-header__home-three .header-navigation ul.navigation-box > li > a {
    color: #fff;
}

.site-header__home-three .header__social a:hover,
.site-header__home-three .header-navigation ul.navigation-box > li > a:hover {
    color: #002147;
}

.site-header__home-three .header-navigation ul.navigation-box > li.current > a,
.site-header__home-three .header-navigation ul.navigation-box > li:hover > a {
    color: #002147;
}

.site-header__home-three .stricked-menu {
    background-color: #012237;
}

.site-header__home-three .header__social {
    margin: 0;
}

.site-header__inner-page .header-navigation .main-navigation {
    padding-right: 55px;
}

.site-header__inner-page .header__search-btn {
    background-color: transparent;
    color: #012237;
}

.site-header__inner-page .header__search-btn::before {
    display: none;
}

/*
* 3. slider styles
*/
.banner-wrapper {
    position: relative;
	/*background-image: url(../images/slider-clr-bg.png);*/
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .banner-wrapper {
        overflow: hidden;
    }
}

.banner-wrapper .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    text-align: right;
    display: none !important;
}

.banner-wrapper .owl-dots .owl-dot {
    position: relative;
    z-index: 991;
}

.banner-wrapper .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 0.2;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-wrapper .owl-dots .owl-dot + .owl-dot {
    margin-left: 7px;
}

.banner-wrapper .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: transparent;
}

.banner-wrapper .owl-carousel .owl-item img {
    width: auto;
}

.banner-wrapper .owl-theme .owl-nav {
    display: none;
    margin: 0;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"] {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius:0%;
    background-color: #012237;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 91;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"] i {
    font-size: 22px;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"]::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*border: 2px solid #fff;*/
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.banner-carousel-btn__right-btn:hover {background: #085484 !important; border:1px solid #fff;}

.banner-carousel-btn__left-btn:hover{  background: #085484 !important; border:1px solid #fff;}



.banner-carousel-btn__left-btn {
    left: 5%;
}

.banner-carousel-btn__left-btn:before {
    left: 7px;
}

.banner-carousel-btn__left-btn:hover:before {
    left: 0;
}

.banner-carousel-btn__right-btn {
    right: 5%;
}

.banner-carousel-btn__right-btn:before {
    right: 7px;
}

.banner-carousel-btn__right-btn:hover:before {
    right: 0;
}

.banner-one .container {
    position: relative;
    padding-top: 250px;
    padding-bottom: 200px;
}

.banner-one__slide {
    background-position: center center;
    background-repeat: no-repeat;
   background-size: cover;
    position: relative;
    height: 650px;
}
.slide-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
   /* height: 700px; */
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
}
.z-index-up {
    z-index: 99999;
}
.banner-one__slide-one {
    background-image: url(../images/kecban1.jpg);
}
.banner-one__slide-two {
    background-image: url(../images/kecban2.jpg);
}
.banner-one__slide-three {
    background-image: url(../images/kecban3.jpg);
}

.banner-one__light-color {
    color: #fff;
}

.banner-one__title {
    color: #002147;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    margin-bottom:5px;
    text-transform: capitalize;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one__tag-line {
    margin: 0;
    font-size: 20px;
    color: rgb(255, 255, 255);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    margin-bottom: 55px;
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1),
        1px 1px 1px rgba(0, 0, 0, 0.5);
}

.banner-one__btn {
    font-size: 14px;
    padding: 5px 15px 5px !important;
    color: #fff !important;
    background-color: #3c3c3c;
    border: 1px solid #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    font-weight: 400 !important;
	margin: 5px;
}
.banner-one__btn:hover {
    background-color: #002147;
    color: #fff !important;
}
.blog-sec {
    margin-bottom: 0px;
    margin-top: 0px;
}
.banner-one__person {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.05);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one__scratch {
    position: absolute;
    width: 100% !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-one [class*="banner-one__bubble-"] {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.banner-one__bubble-1 {
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #1888c9;
    top: 20%;
    left: -3%;
    -webkit-animation-name: bubbleMoveOne;
    animation-name: bubbleMoveOne;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.banner-one__bubble-2 {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #7c4bc0;
    right: 35%;
    top: 20%;
    -webkit-animation-name: bubbleMoveTwo;
    animation-name: bubbleMoveTwo;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.banner-one__bubble-3 {
    position: absolute;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 24px solid #33a9bb;
    right: 35%;
    bottom: 10%;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 10s !important;
    animation-duration: 10s !important;
}

.banner-one .active .banner-one__title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.banner-one .active .banner-one__tag-line {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner-one .active .banner-one__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-one .active .banner-one__person {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.banner-one .active .banner-one__scratch {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-one__cta {
    width: 100%;
    max-width:290px;
    background-color: #022c46;
    position: relative;
    bottom:235px;
   /* right: 0; */
    z-index: 91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 10px;
	margin:0px auto;
	text-align:center;
	border-radius: 0px !important;
	border: 1px solid #ccc;
}

.banner-one__cta-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.banner-one__cta-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: -10px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-one__cta-icon:hover:before {
    left: 0;
}

.banner-one__cta-icon i {
    line-height: 70px;
    color: #2da397;
    font-size: 38px;
}

.banner-one__cta-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    /*padding-left: 30px;*/
}

.banner-one__cta-text {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
   /* font-style: italic;*/
    margin: 0;
	font-family: "Libre Baskerville", serif;
}

.banner-one__cta a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-one__cta:hover{
	
	background:#085484;
	color:#fff;
}

.banner-one__cta a:hover {
    color: #fff;
}

.banner-one__cta-link {
    color: #fff;
    font-size: 32px;
}

.banner-two .container {
    position: relative;
    padding-top: 200px;
    padding-bottom: 245px;
}

.banner-two__slide {
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-two__light-color {
    color: #fff;
}

.banner-two__title {
    font-size: 100px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
    margin-bottom: 60px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-two__tag-line {
    margin: 0;
    font-size: 40px;
    font-family: "Satisfy";
    color: white;
    text-decoration: underline;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    margin-bottom: 30px;
}

.banner-two__btn {
    font-size: 18px;
    padding: 21.5px 59.5px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-two .active .banner-two__title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.banner-two .active .banner-two__tag-line {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner-two .active .banner-two__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


.bantexts{text-align:center;}

.bantexts h3{text-align: center;font-family: "Libre Baskerville", serif;font-size: 18px;font-weight: 500;text-transform: uppercase;}
.bantexts p{text-align:center; font-family: "Libre Baskerville", serif;font-size: 17px; text-shadow:none; font-weight: 400; margin: 0px;color: #000;}


.banwraps {
display: inline-block;
width: 60%;
text-align: center;
margin: 0px auto;
padding: 15px;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0px 0px 40px #020202;
border-radius:0px;
border: 1px solid #f7f7f7;
}




@-webkit-keyframes bubbleMoveOne {
    0% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
    20% {
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
    }
    40% {
        -webkit-transform: translateX(40px) translateY(-40px);
        transform: translateX(40px) translateY(-40px);
    }
    80% {
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
}

@keyframes bubbleMoveOne {
    0% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
    20% {
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
    }
    40% {
        -webkit-transform: translateX(40px) translateY(-40px);
        transform: translateX(40px) translateY(-40px);
    }
    80% {
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0px);
        transform: translateX(0px) translateY(0px);
    }
}

@-webkit-keyframes bubbleMoveTwo {
    0% {
        -webkit-transform: scale(1) translateX(0px) translateY(0px);
        transform: scale(1) translateX(0px) translateY(0px);
    }
    20% {
        -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
        transform: scale(1.1) translateX(20px) translateY(20px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
        transform: scale(1.2) translateX(40px) translateY(40px);
    }
    80% {
        -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
        transform: scale(1.1) translateX(20px) translateY(20px);
    }
    100% {
        -webkit-transform: scale(1) translateX(0px) translateY(0px);
        transform: scale(1) translateX(0px) translateY(0px);
    }
}

@keyframes bubbleMoveTwo {
    0% {
        -webkit-transform: scale(1) translateX(0px) translateY(0px);
        transform: scale(1) translateX(0px) translateY(0px);
    }
    20% {
        -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
        transform: scale(1.1) translateX(20px) translateY(20px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(40px) translateY(40px);
        transform: scale(1.2) translateX(40px) translateY(40px);
    }
    80% {
        -webkit-transform: scale(1.1) translateX(20px) translateY(20px);
        transform: scale(1.1) translateX(20px) translateY(20px);
    }
    100% {
        -webkit-transform: scale(1) translateX(0px) translateY(0px);
        transform: scale(1) translateX(0px) translateY(0px);
    }
}

@-webkit-keyframes globeRotate {
    8% {
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(200px) rotateX(360deg);
        transform: perspective(200px) rotateX(360deg);
    }
    51% {
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(360deg);
        transform: perspective(200px) rotateY(360deg);
    }
}

@keyframes globeRotate {
    8% {
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(200px) rotateX(360deg);
        transform: perspective(200px) rotateX(360deg);
    }
    51% {
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0);
        transform: perspective(200px) rotateX(0deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(360deg);
        transform: perspective(200px) rotateY(360deg);
    }
}

.slider-three {
    padding-top: 310px;
    padding-bottom: 210px;
    margin-top: 47px;
    position: relative;
    background-color: #012237;
}

.slider-three__title {
    font-size: 80px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
    margin-bottom: 20px;
}

.slider-three__tag-line {
    margin: 0;
    font-size: 34px;
    font-family: "Satisfy";
    color: #002147;
    text-decoration: underline;
    margin-bottom: 15px;
}

.slider-three__text {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    font-weight: 50;
    color: rgba(255, 255, 255, 0.6);
}

.slider-three__search {
    position: relative;
    margin-top: 45px;
}

.slider-three__search input {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    background-color: #fff;
    height: 78px;
    color: #81868a;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
}

.slider-three__search button[type="submit"] {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #002147;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-three__search button[type="submit"] i {
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-three__search button[type="submit"]:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #002147;
    position: absolute;
    left: -5px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-three__search button[type="submit"]:hover:before {
    left: 0;
}

[class*="slider-three__icon-"] {
    position: absolute;
}

.slider-three__icon-1 {
    top: 15%;
    left: 10%;
    -webkit-animation-name: bubbleMoveTwo;
    animation-name: bubbleMoveTwo;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slider-three__icon-2 {
    bottom: 10%;
    left: 0;
    -webkit-animation-name: bubbleMoveOne;
    animation-name: bubbleMoveOne;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slider-three__icon-3 {
    top: 20%;
    left: 45%;
    -webkit-animation-name: globeRotate;
    animation-name: globeRotate;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.slider-three__icon-4 {
    bottom: 15%;
    left: 55%;
    -webkit-animation-name: bubbleMoveOne;
    animation-name: bubbleMoveOne;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.slider-three__icon-5 {
    top: 15%;
    right: 30%;
    -webkit-animation-name: bubbleMoveTwo;
    animation-name: bubbleMoveTwo;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

/*
* 4. contact styles
*/
.google-map__contact {
    display: block;
    width: 100%;
    height: 560px;
    border: none;
    outline: none;
}

.contact-info-one {
    padding-top: 120px;
}

.contact-info-one__title {
    margin: 0;
    color: #012237;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 55px;
}

.contact-info-one__text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #81868a;
    margin-top: -15px;
    margin-bottom: -10px;
}

.contact-info-one__icon {
    width: 112px;
    height: 112px;
    background-color: #002147;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.contact-info-one__icon::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #002147;
    position: absolute;
    top: 0;
    left: -10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
}

.contact-info-one__icon i {
    font-size: 54px;
    color: #fff;
}

.contact-info-one [class*="col-lg-"]:nth-child(2) .contact-info-one__icon {
    background-color: #2da397;
}

.contact-info-one
    [class*="col-lg-"]:nth-child(2)
    .contact-info-one__icon::before {
    border-color: #2da397;
}

.contact-info-one [class*="col-lg-"]:nth-child(3) .contact-info-one__icon {
    background-color: #7c4bc0;
}

.contact-info-one
    [class*="col-lg-"]:nth-child(3)
    .contact-info-one__icon::before {
    border-color: #7c4bc0;
}

.contact-info-one__single {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
    padding-top: 48px;
    padding-bottom: 48px;
}

.contact-info-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.contact-info-one__single:hover .contact-info-one__icon:before {
    left: 0;
}

.contact-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (min-width: 1200px) {
    .contact-one .container {
        max-width: 800px;
    }
}

.contact-one__title {
    font-size: 60px;
    font-weight: bold;
    color: #012237;
    margin: 0;
    margin-bottom: 45px;
}

.contact-one input,
.contact-one textarea {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    background-color: #f1f1f1;
    height: 77px;
    padding-left: 40px;
    margin-bottom: 10px;
}

.contact-one textarea {
    height: 211px;
    padding-top: 25px;
}

.contact-one .row.low-gutters {
    margin-left: -5px;
    margin-right: -5px;
}

.contact-one .row.low-gutters > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.contact-one__btn {
    padding: 22px 72px;
}

.contact-one__btn:hover {
    background-color: #012237;
    color: #fff;
}

/*
* 5. gallery styles
*/
.gallery-one {
    padding-top: 120px;
    padding-bottom: 90px;
}

.gallery-one__single {
    margin-bottom: 30px;
    position: relative;
}

.gallery-one__single > img {
    width: 100%;
}

.gallery-one__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002147;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-one__single:hover::before {
    opacity: 0.9;
}

.gallery-one__single:hover .gallery-one__popup {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.gallery-one__popup {
    font-size: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease,
        -webkit-transform 0.4s ease;
}

.gallery-one__popup i {
    color: #fff;
}

/*
* 6. faq styles
*/
.faq-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq-one [class*="col-lg-"] {
    border-bottom: 1px solid #f1f1f1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.faq-one [class*="col-lg-"]:nth-child(odd) {
    padding-right: 76px;
}

.faq-one [class*="col-lg-"]:nth-child(even) {
    border-left: 1px solid #f1f1f1;
    padding-left: 76px;
}

.faq-one [class*="col-lg-"]:nth-child(1),
.faq-one [class*="col-lg-"]:nth-child(2) {
    padding-top: 0;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span {
    background-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span:before {
    border-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span {
    background-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(1) .faq-one__icon span:before {
    border-color: #1888c9;
}

.faq-one [class*="col-lg-"]:nth-child(2) .faq-one__icon span {
    background-color: #7c4bc0;
}

.faq-one [class*="col-lg-"]:nth-child(2) .faq-one__icon span:before {
    border-color: #7c4bc0;
}

.faq-one [class*="col-lg-"]:nth-child(3) .faq-one__icon span {
    background-color: #002147;
}

.faq-one [class*="col-lg-"]:nth-child(3) .faq-one__icon span:before {
    border-color: #002147;
}

.faq-one [class*="col-lg-"]:nth-child(4) .faq-one__icon span {
    background-color: #2da397;
}

.faq-one [class*="col-lg-"]:nth-child(4) .faq-one__icon span:before {
    border-color: #2da397;
}

.faq-one [class*="col-lg-"]:nth-child(5) .faq-one__icon span {
    background-color: #d23f3f;
}

.faq-one [class*="col-lg-"]:nth-child(5) .faq-one__icon span:before {
    border-color: #d23f3f;
}

.faq-one [class*="col-lg-"]:nth-child(6) .faq-one__icon span {
    background-color: #33a9bb;
}

.faq-one [class*="col-lg-"]:nth-child(6) .faq-one__icon span:before {
    border-color: #33a9bb;
}

.faq-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq-one__single:hover .faq-one__icon span::before {
    left: 0;
}

.faq-one__icon {
    margin-right: 30px;
}

.faq-one__icon span {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background-color: #002147;
    font-family: "Satisfy";
    line-height: 70px;
    position: relative;
}

.faq-one__icon span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #002147;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.faq-one__title {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #012237;
    margin-bottom: 55px;
}

.faq-one__text {
    font-size: 16px;
    line-height: 34px;
    margin: 0;
    color: #81868a;
    margin-top: -10px;
    margin-bottom: -10px;
}

/*
* 7. cta styles
*/
.cta-one {
    background-color: #002147;
    padding-top: 101.5px;
    padding-bottom: 101.5px;
}

.cta-one .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta-one__title {
    margin: 0;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-top: -10px;
}

.cta-one__btn {
    font-size: 16px;
    color: #fff;
    background-color: #012237;
    padding: 21.5px 47.5px;
}

.cta-one__home-one {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    padding-top: 121px;
    padding-bottom: 121px;
}

.cta-one__home-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002147;
    opacity: 0.9;
}

.cta-one__home-one .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.cta-one__home-one .cta-one__title {
    font-size: 60px;
    margin-bottom: 60px;
}

.cta-two .container-fluid {
    padding: 0;
}

.cta-two .thm-base-bg-2 .cta-two__icon span i {
    color: #2da397;
}

.cta-two__single {
    padding-left: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 116px;
    padding-bottom: 116px;
}

.cta-two__icon {
    margin-right: 60px;
}

.cta-two__icon span {
    background-color: #fff;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.cta-two__icon span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cta-two__icon span:hover:before {
    left: 0;
}

.cta-two__icon span i {
    color: #002147;
    font-size: 64px;
}

.cta-two__title {
    margin: 0;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 25px;
}

.cta-two__text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin-top: -10px;
    margin-bottom: -5px;
}

.cta-two__btn {
    font-size: 16px;
    color: #fff;
    background-color: #012237;
    padding: 16.5px 47.5px;
    margin-top: 35px;
}

.cta-three .block-title {
    margin-bottom:36px;
}

.cta-three__image {
    float: right;
    margin-top: 85px;
}

.cta-three__content {
    padding: 105px 0;
    padding-left: 70px;
}
.course-category-one__icon img {
    height: 112px;
    width: 112px;
    border-radius: 50%;
}
.cta-three__text {
    font-size: 16px;
    line-height: 34px;
    color: #81868a;
    font-weight: 500;
    margin: 0;
    margin-bottom: 60px;
}

.cta-three i {
    font-size: 64px;
    color: #999;
}

.cta-three__single-text {
    font-size: 18px;
    font-weight: 600;
    color: #012237;
    line-height: 1.2em;
    margin: 0;
    margin-top: 20px;
}

.cta-three__single {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 33.333%;
    padding-left: 45px;
    padding-right: 45px;
}

.cta-three__single-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -45px;
    margin-right: -45px;
    margin-top: 110px;
    margin-bottom: 50px;
}

.cta-three .thm-btn {
    padding: 21.5px 68px;
}

.cta-four {
    padding-top: 120px;
    padding-bottom: 472px;
    background-image: url(../images/tutor-1-1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
}

.cta-four__stripe {
    position: absolute;
    top: -2%;
    left: 10%;
}

.cta-four__line {
    position: absolute;
    top: 3%;
    right: 5%;
}

.cta-four__text {
    font-size: 18px;
    color: #81868a;
    line-height: 36px;
    margin: 0;
}

.cta-four .block-title {
    margin-bottom: 35px;
}

.cta-five {
    position: relative;
    background-image: url(../images/cta-map-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #2da397;
    padding: 120px 0;
}

.cta-five__title {
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

.cta-five__text {
    margin: 0;
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}

.cta-five__btn {
    padding: 21.5px 68px;
    font-size: 18px;
    margin-top: 50px;
}

[class*="cta-five__members-"] {
    width: 71px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 50%;
    -webkit-animation-name: bubbleMoveTwo;
    animation-name: bubbleMoveTwo;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.cta-five__members-1 {
    top: 10%;
    left: 25%;
}

.cta-five__members-2 {
    top: 45%;
    left: 25%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}

.cta-five__members-3 {
    bottom: 10%;
    left: 12%;
}

.cta-five__members-4 {
    top: 15%;
    right: 15%;
}

.cta-five__members-5 {
    top: 45%;
    right: 5%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
}

.cta-five__members-6 {
    bottom: 15%;
    right: 25%;
}

[class*="cta-five__bubble-"] {
    background-color: #002147;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    width: 47px;
    height: 47px;
    position: absolute;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 47px;
}

[class*="cta-five__bubble-"] i.fa-rocket {
    font-size: 18px;
}

.cta-five__bubble-1 {
    top: 40%;
    left: 10%;
}

.cta-five__bubble-2 {
    bottom: 30%;
    right: 10%;
}

.cta-six {
    position: relative;
}

.cta-six__line {
    position: absolute;
    left: 10%;
    top: 30%;
}

.cta-six .container-fluid {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.cta-six__left {
    float: left;
    width: 100%;
    max-width: 56.62%;
}

.cta-six__right {
    float: left;
    width: 100%;
    max-width: 43.38%;
}

.cta-six__content {
    padding: 120px 0;
    margin-left: auto;
    max-width: 580px;
    margin-right: 120px;
}

.cta-six__title {
    padding-top: 41px;
    padding-bottom: 41px;
    padding-left: 80px;
    margin: 0;
    background-color: #012237;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.cta-six__title::before {
    content: "";
    width: 35px;
    height: 10px;
    background-color: #012237;
    position: absolute;
    bottom: 100%;
    left: 80px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.cta-six__title span {
    font-size: 40px;
    color: #002147;
    font-family: "Satisfy";
    font-weight: 400;
}

/*
* 8. team styles
*/
.team-one {
    padding-bottom: 90px;
    padding-top: 120px;
}

.tutorlists {
  padding: 50px 0px;
}


.reviews {
  color: #002147;
  font-size: 20px;
}

.subselect {
  background: #002147;
  border: 0px;
  color: #fff;
  width: 100%;
  padding: 10px;
  margin: 0px 0px 20px 0px;
}

.chkdas input {
  display: inline-block!important;
  padding: 10px;
}


.textreviews textarea {
  width: 100%;
}

.btnreviews {
  background: #002147;
  color: #fff;
  border: 0px;
  padding: 5px 20px;
}

.cl{clear:both;}

.titlebgs{ background: #002147; text-align:center; color:#fff; padding:7px;}
.titlebgs h2{ background: #002147; text-align:center; color:#fff!important;}

.chkdas {color: #002147;}

.team-one__single {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.team-one__single:hover .team-one__image > img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.team-one__image {
    text-align: center;
    margin-bottom: -103px;
}

.team-one__image img {
    /* border-radius: 50%; */
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-one__content {
    text-align: center;
    border: 2px solid #f1f1f1;
    padding-bottom: 30px;
    padding-top: 125px;
    padding-left: 15px;
    padding-right: 5px;
}
.clearfix {
    clear: both;
}
.add-sub {
    position: relative;
    float: right;
}
.team-one__social {
    background-color: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
}

.team-one__social a {
    font-size: 14px;
    color: #81868a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-one__social a:hover {
    color: #002147;
}

.team-one__social a + a {
    margin-left: 28px;
}

.bsttutors {
  padding: 0px;
}






.team-one__name {
    font-size: 25px;
    font-weight: 600;
    color: #012237;
    margin: 0;
    margin-bottom: -5px;
}

.team-one__name a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-one__name a:hover {
    color: #002147;
}

.team-one__designation {
    font-size: 12px;
    text-transform: uppercase;
    color: #81868a;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 5px;
}

.team-one__text {
    margin: 0;
    font-size: 14px;
    color: #81868a;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: -10px;
}

.team-details {
    padding-top: 120px;
    padding-bottom: 90px;
}

.team-details .team-one__image {
    margin-bottom: 0;
}

.team-details .team-one__image img {
    border-radius: 0;
}

.team-details .team-one__content {
    padding-top: 30px;
}

.team-one__content p {
    font-size: 18px;
}
.team-one__content i {
    font-size: 14px;
}
.team-details .team-one__designation {
    margin-bottom: 0;
}

.team-details__title {
    margin: 0;
    color: #012237;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.team-details__text {
    margin: 0;
    color: #81868a;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

.team-details__subtitle {
    margin: 0;
    color: #012237;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.team-details__certificate-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.team-details__certificate-list li + li {
    margin-left: 25px;
}

.progress-one__single + .progress-one__single {
    margin-top: 20px;
}

.progress-one__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #012237;
    line-height: 1em;
}

.progress-one__percent {
    margin: 0;
    font-size: 20px;
    color: #002147;
    font-family: "Satisfy";
    line-height: 1em;
}

.progress-one__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.progress-one__bar {
    width: 100%;
    height: 5px;
    background-color: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.progress-one__bar span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2da397;
    height: 100%;
}

.team-tab {
    position: relative;
    background-color: #022c46;
}

.team-tab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.08;
}

.team-tab .container {
    position: relative;
}

.team-tab__content {
    padding-right: 80px;
}

.team-tab__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team-tab__title {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.team-tab__designation {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #94a2ab;
    margin: 0;
}

.team-tab__text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #94a2ab;
    margin-top: 10px;
    margin-bottom: 20px;
}

.team-tab__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-tab__social a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-tab__social a:hover {
    color: #002147;
}

.team-tab__social a + a {
    margin-left: 38px;
}

.team-tab .progress-one__bar {
    background-color: rgba(255, 255, 255, 0.2);
}

.team-tab .progress-one__percent {
    color: #fff;
}

.team-tab .progress-one__title {
    color: #fff;
}

.team-tab__btn {
    font-size: 18px;
    padding: 21.5px 47.5px;
    margin-top: 40px;
}

.team-tab__tab-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 100px;
    right: 20%;
    border: none;
}

.team-tab__tab-navs img {
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50%;
    background-color: #012237;
    -webkit-box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 8.66px 30px 0px rgba(0, 0, 0, 0.2);
    width: 82px;
    opacity: 0.4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-tab__tab-navs .active img {
    opacity: 1;
}

.team-tab__tab-navs li + li {
    margin-left: 10px;
}

/*
* 9. pricing styles
*/
.pricing-one {
    background-color: #f1f1f1;
    padding-top: 120px;
    padding-bottom: 90px;
}

.pricing-one [class*="col-lg-"]:nth-child(1) .pricing-one__tag-line,
.pricing-one [class*="col-lg-"]:nth-child(1) .pricing-one__price {
    color: #2da397;
}

.pricing-one [class*="col-lg-"]:nth-child(1) .pricing-one__single:after {
    border-color: #2da397;
}

.pricing-one [class*="col-lg-"]:nth-child(2) .pricing-one__tag-line,
.pricing-one [class*="col-lg-"]:nth-child(2) .pricing-one__price {
    color: #002147;
}

.pricing-one [class*="col-lg-"]:nth-child(2) .pricing-one__single:after {
    border-color: #002147;
}

.pricing-one [class*="col-lg-"]:nth-child(3) .pricing-one__tag-line,
.pricing-one [class*="col-lg-"]:nth-child(3) .pricing-one__price {
    color: #7c4bc0;
}

.pricing-one [class*="col-lg-"]:nth-child(3) .pricing-one__single:after {
    border-color: #7c4bc0;
}

.pricing-one__single {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 60px;
}

.pricing-one__single::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 20px);
    height: 100%;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-one__single::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 100%;
    border: 2px solid #2da397;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pricing-one__single:hover:before {
    right: 20px;
}

.pricing-one__single:hover::after {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.pricing-one__inner {
    position: relative;
    z-index: 11;
}

.pricing-one__price {
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    line-height: 1em;
    color: #2da397;
    margin-bottom: -15px;
}

.pricing-one__name {
    font-size: 14px;
    font-weight: 600;
    color: #012237;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 0;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 40px;
}

.pricing-one__list {
    margin: 0;
    border-top: 1px solid #f1f1f1;
    padding-top: 40px;
    margin-bottom: 35px;
}

.pricing-one__list li {
    color: #81868a;
    font-size: 16px;
    line-height: 1em;
}

.pricing-one__list li + li {
    margin-top: 30px;
}

.pricing-one__btn {
    background-color: #f1f1f1;
    color: #81868a;
    font-size: 16px;
    padding: 16.5px 48px;
    margin-bottom: 40px;
}

.pricing-one__btn:hover {
    background-color: #002147;
    color: #fff;
}

.pricing-one__tag-line {
    font-size: 12px;
    color: #2da397;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1em;
    margin: 0;
}

/*
* 10. become-tutor styles
*/
.become-tutor {
    padding-top: 100px;
}

.faqtextsd button {
  height: auto;
}

.become-tutor__form {
    position: relative;
}

  /* .become-tutor__form:before {
    content: "";
    width: 197px;
    height: 268px;
 background-image: url(../images/dot-pattern-1-1.png); 
    position: absolute;
    bottom: -11%;
    left: 87%;
    z-index: -1;
}*/

.become-tutor__form-top {
    background-color: #002147;
    padding-left: 60px;
    position: relative;
}

.become-tutor__form-top::before {
    content: "";
    width: 38px;
    height: 10px;
    background-image: url(../images/become-form-angle.png);
    background-position: 0 0;
    position: absolute;
    top: 100%;
    left: 60px;
}

.become-tutor__form-title {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    padding: 29px 0;
}

.become-tutor__form-content {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    background-color: white;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.become-tutor__form input {
    width: 100%;
    background-color: #fff;
    height: 41px;
    font-size: 14px;
    color: #002147;
    font-weight: 400;
    padding-left: 20px;
    display: block;
    margin-bottom: 10px;
    border-radius: 0px;
    font-family: "Libre Baskerville", serif;
}

.become-tutor__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.become-tutor__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.become-tutor__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.become-tutor__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.become-tutor__form-btn {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 10.5px 70px;
    margin: 0 auto;
}

.become-tutor__form-btn:hover {
    background-color: #012237;
    color: #fff;
}

.become-tutor__title {
    margin: 0;
    color: #012237;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 40px;

}

.become-tutor__subtitle {
    font-size:25px;
    color: #012237;
    font-weight: 400;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.become-tutor__text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #6f6f6f;
    margin: 0;
}
.teacher-title i {
    color: #40c057;
    position: relative;
}
.teacher-title span i {
    left: 0;
}
.description {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.description i,
.description img {
    margin-right: 15px;
}
.description .badge-primary {
    position: relative;
    top: -5px;
}
/*
* 11. course styles
*/
.course-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.course-one .post-pagination {
    margin-top: 30px;
}

.course-one__carousel .color-1 .course-one__category {
    background-color: #7c4bc0;
}

.course-one__carousel .color-2 .course-one__category {
    background-color: #1888c9;
}

.course-one__carousel .color-3 .course-one__category {
    background-color: #d23f3f;
}

.course-one__carousel .color-4 .course-one__category {
    background-color: #2da397;
}

.course-one__carousel .color-5 .course-one__category {
    background-color: #d23f3f;
}

.course-one__carousel .color-6 .course-one__category {
    background-color: #33a9bb;
}

.course-one [class*="col-lg-"]:nth-child(1) .course-one__category {
    background-color: #7c4bc0;
}

.course-one [class*="col-lg-"]:nth-child(2) .course-one__category {
    background-color: #1888c9;
}

.course-one [class*="col-lg-"]:nth-child(3) .course-one__category {
    background-color: #d23f3f;
}

.course-one [class*="col-lg-"]:nth-child(4) .course-one__category {
    background-color: #2da397;
}

.course-one [class*="col-lg-"]:nth-child(5) .course-one__category {
    background-color: #d23f3f;
}

.course-one [class*="col-lg-"]:nth-child(6) .course-one__category {
    background-color: #33a9bb;
}

.course-one__single {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-one__image {
    position: relative;
}

.course-one__image > img {
    width: 100%;
}

.course-one__image i {
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
}

.course-one__category {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: 0.2em;
    background-color: #002147;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 27px;
    padding: 0 17px;
    position: absolute;
    left: 50px;
    top: -13.5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__category:hover {
    color: #fff;
    background-color: #012237;
}

.course-one__content {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    border-top: 0;
    background-color: #fff;
}

.course-one__admin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #81868a;
    margin: 0;
    line-height: 1em;
    margin-bottom: 20px;
}

.course-one__admin > img {
    width: 21px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.course-one__admin a {
    color: #2da397;
    margin-left: 5px;
}

.course-one__image > img {
    width: 100%;
}

.course-one__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-one__stars-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-one__stars-wrap i {
    font-size: 14px;
    color: #002147;
}

.course-one__title {
    font-size: 24px;
    font-weight: 600;
    color: #012237;
    margin: 0;
    margin-bottom: 5px;
}

.course-one__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__title a:hover {
    color: #002147;
}

.course-one__count {
    font-size: 14px;
    font-weight: 500;
    color: #012237;
    margin-left: 10px;
}

.course-one__stars-count {
    font-size: 11px;
    color: #81868a;
    font-weight: 500;
    background-color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.course-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #f1f1f1;
    padding-top: 20px;
    margin-top: 15px;
}

.course-one__meta a {
    color: #81868a;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__meta a:hover {
    color: #2da397;
}

.course-one__meta a:hover i {
    color: #012237;
}

.course-one__meta a:last-child {
    color: #012237;
    font-weight: 600;
}

.course-one__meta i {
    font-size: 14px;
    color: #002147;
    margin-right: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-one__link {
    background-color: #f1f1f1;
    width: 100%;
    color: #81868a;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 11.5px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 20px;
}

.course-one__link:hover {
    background-color: #002147;
    color: #fff;
}

.course-one__teacher-details {
    padding-bottom: 90px;
}

.course-one__top-title {
    padding: 128px 0;
    position: relative;
}

.course-one__top-title::before {
    content: "";
    width: 145px;
    height: 60px;
    background-color: #f1f1f1;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.course-details {
    padding: 120px 0;
}

.course-details .list-unstyled {
    margin-bottom: 0;
}

.course-details .course-one__category {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    transform: translate(0);
}

.course-details__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #81868a;
    font-size: 18px;
    font-weight: 500;
}

.course-details__author a {
    color: #2da397;
    margin-left: 10px;
}

.course-details__author img {
    width: 53px;
    border-radius: 50%;
    margin-right: 20px;
}

.course-details__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.course-details__title {
    font-size: 40px;
    font-weight: 600;
    color: #012237;
    margin: 0;
    margin-bottom: 5px;
}

.course-details__progress-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__progress-text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    min-width: 100px;
}

.course-details__progress-count {
    margin: 0;
    font-family: "Satisfy";
}

.course-details__progress-bar {
    position: relative;
    width: 210px;
    height: 2px;
    background-color: #f1f1f1;
    margin-left: 20px;
    margin-right: 20px;
}

.course-details__progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #002147;
}

.course-details__progress-bar span.no-bubble:before {
    display: none;
}

.course-details__progress-bar span:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #002147;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.course-details__review-box {
    width: 237px;
    height: 237px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f1f1f1;
}

.course-details__review-count {
    margin: 0;
    line-height: 1em;
    font-size: 60px;
    color: #2da397;
    margin-bottom: 5px;
}

.course-details__review-stars {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 15px;
}

.course-details__review-stars i {
    color: #002147;
}

.course-details__review-text {
    margin: 0;
    line-height: 1em;
    font-size: 12px;
    color: #81868a;
    letter-spacing: 0.2em;
}

.course-details__comment {
    margin-left: -50px;
    margin-right: -50px;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 40px;
    margin-top: 50px;
}

.course-details__comment-top,
.course-details__comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__comment-single + .course-details__comment-single {
    padding-top: 50px;
    margin-top: 40px;
    border-top: 2px solid #f1f1f1;
}

.course-details__comment-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-details__comment-img {
    width: 76px;
    margin-right: 20px;
}

.course-details__comment-img > img {
    width: 100%;
}

.course-details__comment-name {
    font-size: 20px;
    font-weight: 600;
    color: #012237;
    margin: 0;
}

.course-details__comment-date {
    font-size: 16px;
    color: #2da397;
    margin: 0;
    font-weight: 500;
    margin-right: 20px;
}

.course-details__comment-stars {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__comment-stars i {
    color: #002147;
}

.course-details__comment-stars i.star-disabled {
    color: #f1f1f1;
}

.course-details__comment-text {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #81868a;
    margin: 0;
    margin-top: 20px;
}

.course-details__comment-form-text {
    font-size: 18px;
    color: #81868a;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
}

.course-details__comment-form-text a {
    font-size: 20px;
    color: #f1f1f1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-details__comment-form-text a:focus,
.course-details__comment-form-text a:hover {
    color: #002147;
    cursor: pointer;
}

.course-details__comment-form input,
.course-details__comment-form textarea {
    display: block;
    width: 100%;
    height: 77px;
    background-color: #f1f1f1;
    color: #81868a;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 40px;
    margin-bottom: 10px;
}

.course-details__comment-form input::-webkit-input-placeholder,
.course-details__comment-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.course-details__comment-form input::-moz-placeholder,
.course-details__comment-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.course-details__comment-form input:-ms-input-placeholder,
.course-details__comment-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.course-details__comment-form input:-moz-placeholder,
.course-details__comment-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.course-details__comment-form textarea {
    height: 210px;
}

.course-details__comment-form-btn {
    font-size: 18px;
    padding: 21.5px 58px;
}

.course-details__comment-form-btn:hover {
    background-color: #012237;
    color: #fff;
}

.course-details__tab-navs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f1f1f1;
    margin-top: 30px;
    margin-bottom: 0;
}

.course-details__tab-navs li {
    line-height: 1em;
}

.course-details__tab-navs li a {
    color: #81868a;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 30.5px 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.course-details__tab-navs li a::before {
    content: "";
    width: 35px;
    height: 10px;
    background-color: #2da397;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.course-details__tab-navs li a:hover,
.course-details__tab-navs li a.active {
    background-color: #2da397;
    color: #fff;
}

.course-details__tab-navs li a:hover:before,
.course-details__tab-navs li a.active:before {
    -webkit-transform: translateX(-50%) scaleY(1);
    transform: translateX(-50%) scaleY(1);
}

.course-details__tab-content {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    padding: 50px;
}

.course-details__tab-content .course-details__meta-icon {
    width: 30px;
    height: 30px;
}

.course-details__tab-content .course-details__meta-icon i {
    font-size: 12px;
}

.course-details__tab-content .course-details__meta-icon:before {
    border-width: 1px;
}

.course-details__tab-content .course-details__meta-icon.video-icon {
    background-color: #7c4bc0;
}

.course-details__tab-content .course-details__meta-icon.video-icon:before {
    border-color: #7c4bc0;
}

.course-details__tab-content .course-details__meta-icon.file-icon {
    background-color: #002147;
}

.course-details__tab-content .course-details__meta-icon.file-icon:before {
    border-color: #002147;
}

.course-details__tab-content .course-details__meta-icon.quiz-icon {
    background-color: #d23f3f;
}

.course-details__tab-content .course-details__meta-icon.quiz-icon:before {
    border-color: #d23f3f;
}

.course-details__tab-text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    color: #81868a;
}

.course-details__tab-title {
    font-size: 20px;
    color: #012237;
    font-weight: 600;
    margin: 0;
}

.course-details__overview-list li {
    color: #002147;
    font-size: 16px;
    font-weight: 500;
}

.course-details__curriculum-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 22.5px;
    padding-bottom: 22.5px;
    border-bottom: 1px solid #f1f1f1;
}

.course-details__curriculum-list li:first-child {
    padding-top: 0;
}

.course-details__curriculum-list-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-details__curriculum-list-left a {
    font-size: 16px;
    font-weight: 600;
    color: #012237;
}

.course-details__curriculum-list-left span {
    font-size: 12px;
    color: #81868a;
    font-weight: 500;
    background-color: #f1f1f1;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
}

.course-details__curriculum-list-right {
    font-size: 16px;
    font-weight: 500;
    color: #81868a;
}

.course-details__price {
    background-color: #f1f1f1;
    text-align: center;
    padding: 50px;
}

.course-details__price-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #81868a;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1em;
}

.course-details__price-amount {
    margin: 0;
    color: #012237;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
}

.course-details__price-btn {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
    width: 100%;
    margin-top: 30px;
}

.course-details__meta {
    margin-top: 30px;
    margin-bottom: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
}

.course-details__meta-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #81868a;
    font-size: 18px;
    font-weight: 500;
    padding: 25px 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-details__meta-link:hover {
    color: #002147;
}

.course-details__meta-link:hover .course-details__meta-icon::before {
    left: 0;
}

.course-details__meta-link span {
    color: #012237;
    margin-left: 15px;
}

.course-details__meta-link:nth-child(1) .course-details__meta-icon {
    background-color: #1888c9;
}

.course-details__meta-link:nth-child(1) .course-details__meta-icon::before {
    border-color: #1888c9;
}

.course-details__meta-link:nth-child(2) .course-details__meta-icon {
    background-color: #7c4bc0;
}

.course-details__meta-link:nth-child(2) .course-details__meta-icon::before {
    border-color: #7c4bc0;
}

.course-details__meta-link:nth-child(3) .course-details__meta-icon {
    background-color: #002147;
}

.course-details__meta-link:nth-child(3) .course-details__meta-icon::before {
    border-color: #002147;
}

.course-details__meta-link:nth-child(4) .course-details__meta-icon {
    background-color: #2da397;
}

.course-details__meta-link:nth-child(4) .course-details__meta-icon::before {
    border-color: #2da397;
}

.course-details__meta-link:nth-child(5) .course-details__meta-icon {
    background-color: #d23f3f;
}

.course-details__meta-link:nth-child(5) .course-details__meta-icon::before {
    border-color: #d23f3f;
}

.course-details__meta-link:nth-child(6) .course-details__meta-icon {
    background-color: #33a9bb;
}

.course-details__meta-link:nth-child(6) .course-details__meta-icon::before {
    border-color: #33a9bb;
}

.course-details__meta-link + .course-details__meta-link {
    border-top: 2px solid #f1f1f1;
}

.course-details__meta-icon {
    width: 40px;
    height: 40px;
    background-color: #2da397;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    position: relative;
}

.course-details__meta-icon:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid;
    border-color: #2da397;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-details__meta-icon i {
    color: #fff;
    font-size: 16px;
}

.course-details__list {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    padding: 50px;
}

.course-details__list-title {
    margin: 0;
    color: #012237;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.course-details__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-details__list-item + .course-details__list-item {
    border-top: 2px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 30px;
}

.course-details__list-img {
    width: 67px;
    margin-right: 30px;
}

.course-details__list-img > img {
    width: 100%;
}

.course-details__list-author {
    font-size: 14px;
    color: #81868a;
    line-height: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__list-author span {
    color: #2da397;
    margin-left: 6px;
}

.course-details__list h3 {
    font-size: 16px;
    font-weight: 600;
    color: #81868a;
    margin: 0;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.course-details__list h3 a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-details__list h3 a:hover {
    color: #012237;
}

.course-details__list-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.course-details__list-stars i {
    font-size: 14px;
    color: #002147;
}

.course-details__list-stars span {
    font-size: 14px;
    font-weight: 500;
    color: #012237;
    line-height: 1em;
    margin-left: 10px;
}

.course-one__carousel .owl-dots .owl-dot {
    outline: none;
}

.course-one__carousel .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.course-one__carousel .owl-dots .owl-dot:hover span,
.course-one__carousel .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.course-one__carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.course-one__top-title.home-one {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #2da397;
    padding-bottom: 188px;
}

.course-one__top-title.home-one:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.05;
}

.course-one__top-title.home-one .block-title__title {
    color: #fff;
}

.course-one__top-title.home-one:before {
    display: none;
}

.course-one__top-title__curve {
    width: 100%;
    height: 60px;
    background-image: url(../images/course-title-curve.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.course-category-one {
    padding: 100px 0px 100px;
   
}

.course-category-one .container-fluid {
    max-width: 1520px;
    width: 100%;
}

.course-category-one__single {
    padding-top: 20px;
    background-color: #002147;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 20px;
    min-height: 90px;
	border-radius:0px;
box-shadow: 11px 8px 18px 0px #fff;
border: 1px solid #fff;
}

.course-category-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
	  background-color: #002147;
	  color:#fff;
}

.course-category-one__icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

/*.course-category-one__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #002147;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}*/

.course-category-one__icon i {
    font-size: 56px;
    line-height: 112px;
    color: #fff;
}

.course-category-one__icon:hover:before {
    left: 0;
}

.course-category-one__title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
	font-weight: 700;
}

.course-category-one__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-one__title a:hover {
    color: #fff;
}

.course-category-one .thm-btn:hover {
    background-color: #002147;
    color: #fff;
}

.course-category-two .inner-container {
    padding: 75px 40px;
    padding-bottom: 0;
    background-color: #fff;
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

.course-category-two .owl-dots .owl-dot {
    outline: none;
}

.course-category-two .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.course-category-two .owl-dots .owl-dot:hover span,
.course-category-two .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.course-category-two .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.course-category-two__single {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.course-category-two__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: calc(100% - 10px);
    height: 100%;
    border: 2px solid #002147;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-two__single:after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 10px);
    height: 100%;
    background-color: #002147;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-two__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.course-category-two__single:hover:before {
    left: 10px;
}

.course-category-two__single.color-1:after {
    background-color: #1888c9;
}

.course-category-two__single.color-1:before {
    border-color: #1888c9;
}

.course-category-two__single.color-2:after {
    background-color: #7c4bc0;
}

.course-category-two__single.color-2:before {
    border-color: #7c4bc0;
}

.course-category-two__single.color-3:after {
    background-color: #002147;
}

.course-category-two__single.color-3:before {
    border-color: #002147;
}

.course-category-two__single.color-4:after {
    background-color: #2da397;
}

.course-category-two__single.color-4:before {
    border-color: #2da397;
}

.course-category-two__single.color-5:after {
    background-color: #d23f3f;
}

.course-category-two__single.color-5:before {
    border-color: #d23f3f;
}

.course-category-two__single.color-6:after {
    background-color: #33a9bb;
}

.course-category-two__single.color-6:before {
    border-color: #33a9bb;
}

.course-category-two__icon {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.course-category-two__icon i {
    font-size: 56px;
    line-height: 112px;
    color: #fff;
}

.course-category-two__icon:hover:before {
    left: 0;
}

.course-category-two__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    position: relative;
    z-index: 10;
}

.course-category-two__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-two__title a:hover {
    color: #012237;
}

.course-one__top-title.home-two {
    padding-top: 120px;
    padding-bottom: 0;
}

.course-one__top-title.home-two:before {
    display: none;
}

.course-one.home-two {
    padding-top: 0;
    position: relative;
    background-color: #022c46;
    margin-top: 320px;
}

.course-one.home-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.08;
}

.course-one.home-two .course-one__carousel {
    bottom: 243px;
    margin-bottom: -245px;
}

.course-one.home-two .course-one__carousel .owl-dots .owl-dot span {
    background-color: #fff;
    opacity: 0.2;
}

.course-one.home-two .course-one__carousel .owl-dots .owl-dot.active span {
    background-color: #fff;
    opacity: 1;
}

.course-one.home-two .course-one__line {
    position: absolute;
    bottom: 100%;
    left: 4%;
}

.course-one__top-title.home-three {
    padding-top: 120px;
    padding-bottom: 0;
}

.course-one__top-title.home-three:before {
    display: none;
}

.course-one.home-three {
    padding-top: 0;
    position: relative;
}

.course-one.home-three .course-one__line {
    display: none;
}

.course-category-three {
    position: relative;
    padding: 120px 0;
}

.course-category-three__circle {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.course-category-three__more-link {
    margin-top: 30px;
    padding: 21.5px 68px;
    background-color: #012237;
    color: #fff;
}

.course-category-three__more-link:hover {
    background-color: #002147;
    color: #fff;
}

.course-category-three__single {
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

.course-category-three__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.course-category-three__single:hover .course-category-three__content {
    opacity: 1;
}

.course-category-three__content {
    width: calc(100% - 40px);
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-three__content::before {
    content: "";
    width: 30px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.course-category-three__title {
    font-size: 16px;
    font-weight: 600;
    color: #012237;
    margin: 0;
    line-height: 1em;
    margin-bottom: 8px;
}

.course-category-three__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-category-three__title a:hover {
    color: #2da397;
}

.course-category-three__text {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #81868a;
    line-height: 1em;
    letter-spacing: 0.2em;
}

/*
* 12. inner-banner styles
*/
.inner-banner {
    background-color: #011928;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-image: url(../images/blog-recent-1.jpg);
}

.inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #011928;
    opacity: 0.5;
}

.inner-banner .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 169px;
}

.inner-banner__title {
    margin: 0;
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #fff;
    margin-top: 5px;
    margin-bottom: -25px;
}

.thm-breadcrumb {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thm-breadcrumb li {
    font-size: 20px;
    text-transform: capitalize;
}

.thm-breadcrumb li a {
    color: #fff;
}

.thm-breadcrumb li + li::before {
    content: ".";
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
}

/*
* 13. footer styles
*/
.site-footer {
    background-color: #022c46;
    /*margin-top: 10%;*/
}
.main-body {
    min-height: 80vh;
}
.site-footer__bottom {
    background-color: #012237;
}

.site-footer__bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.site-footer__copy {
    color: #94a3ac;
    font-size: 15px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.site-footer__copy a {
    color: #002147;
    margin-left: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-footer__copy a:hover {
    color: #fff;
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
    padding-right: 70px;
    padding-left: 30px;
    position: relative;
}

.site-footer__social::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100000px;
    height: 100%;
    background-color: #1f436c;
}

.site-footer__social a {
    color: #94a3ac;
    font-size: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    z-index: 10;
}

.site-footer__social a:hover {
    color: #002147;
}

.site-footer__social a + a {
    margin-left: 40px;
}

.site-footer__scroll-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute !important;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.site-footer__scroll-top i {
    font-size: 22px;
    color: #012237;
}

.site-footer__scroll-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.site-footer__scroll-top:hover {
    color: #002147;
}

.site-footer__scroll-top:hover:before {
    left: 0;
}

.footer-widget {
    padding-top: 120px;
    padding-bottom: 120px;
}

.footer-widget .list-unstyled {
    margin: 0;
}

.footer-widget__text {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    color: #94a3ac;
    margin-top: -10px;
}

.footer-widget__about {
    position: relative;
}

.footer-widget__about::before {
    content: "";
    width: 100000px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    background-color: #012237;
}

.footer-widget__about * {
    position: relative;
}

.footer-widget__title {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 48px;
}

.footer-widget__link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-widget__gallery {
    position: relative;
    left: -35px;
    padding-right: 52px;
}

.footer-widget__gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -5px !important;
    margin-right: -5px !important;
    margin-top: -10px;
}

.footer-widget__gallery-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}

.footer-widget__gallery-list li a {
    display: block;
}

.footer-widget__gallery-list li a img {
    width: 100%;
}

.footer-widget__btn-block {
    margin-top: 30px;
}

.footer-widget__btn-block .thm-btn:nth-child(2) {
    background-color: #2da397;
    margin-left: 10px;
}

.footer-widget__btn-block .thm-btn:nth-child(2):hover {
    background-color: #fff;
    color: #012237;
}

.footer-widget__link {
    padding-right: 60px;
    position: relative;
    left: -20px;
}

.footer-widget__link-list li {
    line-height: 1em;
}

.footer-widget__link-list li + li {
    margin-top: 20px;
}

.footer-widget__link-list li a {
    color: #94a3ac;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-widget__link-list li a:hover {
    color: #002147;
}

.footer-widget__course-list li + li {
    margin-top: 38px;
}

.footer-widget__course-list li h2 {
    margin: 0;
    font-size: 15px;
    color: #94a3ac;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-widget__course-list li h2 a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-widget__course-list li p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

/*
* 14. blog styles
*/
.blog-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.blog-one__single {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.blog-one__single:hover .blog-one__image > img {
    opacity: 0.6;
}

.blog-one__single:hover .blog-one__plus {
    opacity: 1;
    -webkit-transform: perspective(20px) translateZ(0px) translate(-50%, -50%);
    transform: perspective(20px) translateZ(0px) translate(-50%, -50%);
}

.blog-one__plus {
    font-size: 46px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: perspective(20px) translateZ(10px) translate(-50%, -50%);
    transform: perspective(20px) translateZ(10px) translate(-50%, -50%);
    -webkit-transition: opacity 0.4s ease, color 0.3s ease,
        -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease;
    transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease,
        -webkit-transform 0.3s ease;
}

.blog-one__plus:hover {
    color: #002147;
}

.blog-one__image {
    background-color: #012237;
    position: relative;
    overflow: hidden;
    width: 350px;
}

.blog-one__image > img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-one__content {
    padding: 0 42px;
    padding-top: 50px;
    padding-bottom: 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    background-color: white;
}

.blog-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.blog-one__meta a {
    width: 40px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.blog-one__meta a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    left: -5px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9;
}

.blog-one__meta a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f1f1f1;
    left: 0px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 10;
}

.blog-one__meta a + a {
    margin-left: 15px;
}

.blog-one__meta a:hover {
    background-color: #002147;
    color: #fff;
}

.blog-one__meta a:hover i {
    color: #fff;
}

.blog-one__meta a:hover:before {
    left: 0;
    border-color: #002147;
}

.blog-one__meta a:hover:after {
    background-color: #002147;
}

.blog-one__meta a i {
    font-size: 16px;
    color: #81868a;
    position: relative;
    z-index: 11;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-one__title {
    font-size: 30px;
    font-weight: bold;
    color: #012237;
    margin-bottom: 38px;
}

.blog-one__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-one__title a:hover {
    color: #002147;
}

.blog-one__text {
    font-size: 16px;
    line-height: 34px;
    color: #81868a;
    font-weight: 500;
    margin: 0;
    margin-bottom: 30px;
}

.blog-one__link {
    font-size: 12px;
    color: #012237;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 1em;
}

.blog-one__link:hover {
    color: #002147;
}

.blog-one .post-pagination {
    margin-top: 30px;
}

.blog-one__home-two {
    padding-bottom: 90px;
}

.blog-details {
    padding: 120px 0;
}

.blog-details .blog-one__single {
    margin-bottom: 0;
}

.blog-details .blog-one__title {
    font-size: 18px;
    margin: 20px 0;
}
.blog-one__content p {
    font-size: 12px;
    color: #000;
    line-height: 20px;
}
.blog-details .blog-one__text {
    margin-bottom: 0;
}

.blog-details .blog-one__text + .blog-one__text {
    margin-top: 30px;
}

.blog-details__content-title {
    margin: 0;
    color: #012237;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.blog-details .share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
    border: 2px solid #f1f1f1;
    border-top: 0;
}

.blog-details .share-block .left-block p {
    margin: 0;
    color: #012237;
    font-size: 16px;
    font-weight: 600;
}

.blog-details .share-block .left-block p a {
    color: #002147;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 5px;
    letter-spacing: 0;
}

.blog-details .share-block .left-block p a:hover {
    color: #012237;
}

.blog-details .share-block .social-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-details .share-block .social-block a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #81868a;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-details .share-block .social-block a + a {
    margin-left: 38px;
}

.blog-details .share-block .social-block a:hover {
    color: #002147;
}

.blog-details__author {
    border: 2px solid #f1f1f1;
    padding: 60px 60px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.blog-details__author-image,
.blog-details__author-content {
    display: table-cell;
    vertical-align: top;
}

.blog-details__author-image {
    width: 169px;
}

.blog-details__author-image > img {
    width: 100%;
}

.blog-details__author-content {
    padding-left: 40px;
}

.blog-details__author-content h3,
.blog-details__author-content p {
    margin: 0;
}

.blog-details__author-content h3 {
    color: #012237;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-details__author-content p {
    font-size: 16px;
    line-height: 30px;
    color: #81868a;
    margin-bottom: 0px;
}

.blog-details__author-content a {
    font-size: 16px;
    font-weight: 500;
    color: #002147;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-details__author-content a:hover {
    color: #012237;
}

.comment-one {
    margin-bottom: 60px;
}

.comment-one__single {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 50px;
}

.comment-one__single + .comment-one__single {
    margin-top: 60px;
}

.comment-one__image,
.comment-one__content {
    display: table-cell;
    vertical-align: top;
}

.comment-one__image {
    width: 170px;
}

.comment-one__image .inner-block {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.comment-one__image .inner-block > img {
    width: 100%;
}

.comment-one__content {
    padding-left: 40px;
}

.comment-one__author {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #012237;
}

.comment-one__date {
    color: #002147;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    margin: 0;
    margin-top: 15px;
    margin-bottom: 25px;
}

.comment-one__date-sep {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-right: 12px;
}

.comment-one__text {
    color: #81868a;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.comment-one__reply {
    font-size: 12px;
    padding: 0.5px 21px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.comment-one__reply:hover {
    background-color: #012237;
    color: #fff;
}

.comment-one__top-left,
.comment-one__top-right {
    display: table-cell;
    vertical-align: top;
}

.reply-form input,
.reply-form textarea {
    border: none;
    outline: none;
    width: 100%;
    display: block;
    height: 77px;
    color: #81868a;
    font-size: 16px;
    padding-left: 30px;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}

.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.reply-form textarea {
    height: 210px;
    padding-top: 20px;
}

.reply-form__btn {
    font-size: 18px;
    padding: 21.5px 58px;
}

.reply-form__btn:hover {
    background-color: #012237;
    color: #fff;
}

.blog-two {
    padding-top: 110px;
    margin-bottom: 205px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #002147;
}

.blog-two:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.05;
}

.blog-two .block-title__title {
    color: #fff;
}

.blog-two .owl-dots .owl-dot {
    outline: none;
}

.blog-two .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.blog-two .owl-dots .owl-dot:hover span,
.blog-two .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.blog-two .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.blog-two__date {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #012237;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 600;
    border-radius: 50%;
    line-height: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 90px;
}

.blog-two__date::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-two__date:hover:before {
    left: 0;
}

.blog-two__date span {
    font-weight: 400;
    font-family: "Satisfy";
    font-size: 18px;
    letter-spacing: 0em;
}

.blog-two__title {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    margin-top: 15px;
    font-family: "Libre Baskerville", serif;
    color: #002147;
}
.blog-desc {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    margin-top: 15px;
    font-family: "Libre Baskerville", serif;
    line-height: 20px;
}
.blog-two__title a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-two__title a:hover {
    text-decoration: underline;
}

.blog-two__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.blog-two__meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    font-weight: 400;
    font-size: 9px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: "Libre Baskerville", serif;
    border: 1px solid #002147;
    padding: 2px 5px;
    height: 25px;
    line-height: 20px;
}

.blog-two__meta a:hover {
    text-decoration: underline;
}
.blog_listing_wrapper .blog-two__title a {
    font-size: 24px;
    font-weight: 400;
}
.blog-two__meta a + a:before {
    content: ".";
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

/*
* 15. search-popup styles
*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: #012237;
    font-size: 18px;
    background-color: white;
    padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #012237;
}

.search-popup__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #012237;
}

.search-popup__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #012237;
}

.search-popup__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #012237;
}

.search-popup__form button[type="submit"] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #002147;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
    background-color: #012237;
    color: #002147;
}

/*
* 16. sidebar styles
*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__title {
    margin: 0;
    color: #012237;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.sidebar__single:not(.sidebar__search) {
    padding: 50px;
    background-color: #f1f1f1;
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__post__single + .sidebar__post__single {
    margin-top: 30px;
}

.sidebar__post-image,
.sidebar__post-content {
    display: table-cell;
    vertical-align: middle;
}

.sidebar__post-image {
    width: 60px;
}

.sidebar__post-image .inner-block {
    width: 100%;
}

.sidebar__post-image .inner-block > img {
    width: 100%;
}

.sidebar__post-content {
    padding-left: 20px;
}

.sidebar__post-title {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #012237;
}

.sidebar__post-title a {
    color: #012237;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__post-title a:hover {
    color: #012237;
}

.sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar__category-list-item {
    line-height: 1em;
}

.sidebar__category-list-item a {
    color: #7b7f85;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__category-list-item a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #012237;
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__category-list-item a:hover {
    color: #012237;
}

.sidebar__category-list-item + .sidebar__category-list-item {
    margin-top: 27px;
}

.sidebar__tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -10px;
}

.sidebar__tags-list-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

.sidebar__tags-list-item a {
    display: block;
    color: #7b7f85;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__tags-list-item a:hover {
    color: #012237;
}

.sidebar__search-form {
    width: 100%;
    height: 79px;
    background-color: #f1f1f1;
    position: relative;
}

.sidebar__search-form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    color: #81868a;
    padding-left: 40px;
    padding-right: 40px;
}

.sidebar__search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.sidebar__search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.sidebar__search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.sidebar__search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.sidebar__search-form button[type="submit"] {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #002147;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"] i {
    font-size: 14px;
    color: #fff;
    line-height: 41px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"]:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #002147;
    position: absolute;
    left: -5px;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"]:hover:before {
    left: 0;
}

/*
* 17. about styles
*/
.about-one {
    padding: 120px 0;
    position: relative;
    border-bottom: 2px solid #f1f1f1;
}

.about-one__circle {
    position: absolute;
    right: 10%;
    bottom: -3%;
}

.about-one__img {
    position: relative;
    margin-bottom: 45px;
}

.about-one__img:before {
    content: "";
    width: 197px;
    height: 268px;
    position: absolute;
    top: -40%;
    left: -10%;
    background-image: url(../images/dot-pattern-1-2.png);
    background-position: 0 0;
    z-index: 10;
}

.about-one__text {
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    color: #81868a;
    margin-bottom: 60px;
}

.about-one__btn {
    padding: 21.5px 68px;
    font-size: 16px;
}

.about-one__btn:hover {
    background-color: #012237;
    color: #fff;
}

.about-one__review {
    background-color: #fff;
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 33.5px 0;
}

.about-one__review-count {
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    color: #012237;
    line-height: 1em;
}

.about-one__review-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-one__review-stars i {
    color: #002147;
    font-size: 20px;
}

.about-one__review-stars i + i {
    margin-left: 10px;
}

.about-one__review-text {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.about-one__about-page {
    border-bottom: 1px solid #f1f1f1;
}

.about-one__about-page .about-one__img:before {
    top: auto;
    bottom: -40%;
}

.about-two {
    padding: 120px 0;
}

.about-two .block-title {
    margin-bottom: 50px;
}

.about-two__text {
  margin: 0;
font-size: 16px;
line-height: 20px;
color: #6f6f6f;
font-family: "Libre Baskerville", serif;
}

.about-two .thm-btn {
    padding: 21.5px 68px;
}

.about-two .thm-btn:hover {
    background-color: #012237;
    color: #fff;
}

.about-two__single {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.about-two__single-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   /* margin-left: -20px;
    margin-right: -20px;*/
    margin-top: 45px;
    margin-bottom: 50px;
}

.about-two__single-text {
    color: #6f6f6f;
    font-size:18px;
    font-weight: 400;
    margin: 0;
    /*letter-spacing: 2px;*/
	font-family: "Libre Baskerville", serif;
}



.main-logo {
  width: 200px;
}



.about-two__single i {
  color: #000;
  font-size:30px;
  margin-right: 14px;
  border:1px solid #f1f1f1;
  padding: 10px;
  border-radius: 100%;
  background: #fff;
  width: 60px;
height: 60px;
display: inline-block;
line-height: 40px;
}


.about-two__image {
    display: inline-block;
    /*border-radius: 50%;*/
    position: relative;
   /* margin-top: 20%;*/
   float: right;
   max-width: 790px;
   width: 805px;
   left:80px;
}

.col-xl-6.justify-content-sm-center.learnimgs {
  position: absolute;
  right: 0px;
  padding: 0px;
  margin: 0px;
  height: 503px;
  overflow: hidden;
}

/*.about-two__image:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 20px solid #fff;
    z-index: 11;
}*/
.about-two__single-content {
    text-align: center;
}
.about-two__image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
   /* border: 3px solid #002147;*/
    border-radius: 50%;
}
.mt-20 {
    margin-top: 20px;
}
.about-two__image > img {
    /*border-radius: 50%;*/
    position: relative;
    z-index: 10;
	width: 100% !important;
height: 465px;
}

.about-two__image-dots {
  width: 197px;
  height: 268px;
  position: absolute;
  top: 450px;
  left: calc(100% - 217px);
  background-image: url(../images/dot-pattern-1-2.png);
  background-position: 0 0;
  z-index: 0;
}
.about-two__image-dots2 {
  width: 197px;
  height: 268px;
  position: absolute;
  top:870px;
  left: calc(100% - 1396px);
  background-image: url(../images/dot-pattern-1-2.png);
  background-position: 0 0;
  z-index: -1;
}

.about-two__image-dots3 {
  width: 174px;
  height: 174px;
  position: absolute;
  top: 1470px;
  right: calc(100% - 1396px);
  background-image: url(../images/dots.png);
  background-position: 0 0;
  z-index: -1;
}


.about-two__image-dots4 {
  width: 100%;
height: 170px;
position: absolute;
top: 2790px;
right: calc(100% - 1404px);
background-image: url(../images/bg-corp-it.png);
background-position: 0 0;
z-index: 1;
background-repeat: no-repeat;
background-position: right;
background-size: 660px;
}


.about-two__image-dots5 {
  width: 174px;
  height: 174px;
  position: absolute;
  top: 2330px;
  left: calc(100% - 1396px);
    background-image: url(../images/dots.png);
  background-position: 0 0;
  z-index: 1;
}


.vbtns{padding: 10px 20px !important;}




.about-two__image-dots6 {
width: 174px;
height: 174px;
position: absolute;
top: 55px;
left: calc(100% - 1442px);
background-image: url(../images/dots.png);
background-position: 0 0;
z-index: -1;
}



.bgs {
  padding-bottom: 110px;
  /*background-image: url(../images/footer-bg-2.png);*/
  background-size: 1000px;
}

.help-text {font-size: 11px;}



.welwraps{padding:50px!important;}


.elementor-shape[data-negative="false"].elementor-shape-bottom, .elementor-shape[data-negative="true"].elementor-shape-top {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0px;
position: absolute;
}

.elementor-15407 .elementor-element.elementor-element-e3f39bd > .elementor-shape-top svg {
  width: calc(100% + 1.3px);
  height: 103px;
  transform: translateX(-50%) rotateY(180deg);
}


.elementor-shape-top:not([data-negative="false"]) svg {
  z-index: -1;
}

.elementor-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.elementor *, .elementor ::after, .elementor ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.elementor-shape .elementor-shape-fill {
  fill: #f1f1f1;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.learning {

  padding: 0px 0px 0px;
  box-shadow: 0px 10px 60px #cacaca;
  border: 1px solid #fff;
  margin-bottom: 100px;
 /* background-image: url(../images/curves2.png);*/
  background-size: 500px!important;
  background-color: #fff!important;
}

.about-two__single-content {
  border: 0px solid #f1f1f1;
  padding: 15px;
  background: #144157;
  width: 100%;
  height:172px;
  border-radius: 20px;
}

.aboutcontent1 {background: #fff;border: 1px solid #f1f1f1;border-radius:0px;}
.aboutcontent1:hover {background: #f7f7f7;}

.aboutcontent2 {background: #fff;border: 1px solid #f1f1f1;border-radius:0px;}
.aboutcontent2:hover {background: #f7f7f7;}

.aboutcontent3 {background: #fff;border: 1px solid #f1f1f1;border-radius:0px;}
.aboutcontent3:hover {background: #f7f7f7;}

.aboutcontent4 {background: #fff;border: 1px solid #f1f1f1;border-radius:0px;}
.aboutcontent4:hover{background: #f7f7f7;}




.about-two__content {margin-top:50px;}

about-two__single i {
  color: #fff;
  font-size: 40px;
  margin-right: 14px;
  padding: 10px;
  border-radius: 100%;
  background: #3869a8;
}

.about-two__count:hover {
  background: #064780;
}





.moneycls{

  color: #000;
  font-size: 30px;
  margin-right: 14px;
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 100%;
  background: #fff;
  width: 55px;
  height: 55px;
  display: inline-block;
  line-height: 40px;
}

.course-category-one__single:hover{background:#085484!important;}
.video-two__popup:hover{background:#085484!important;}


.about-two__count {
    position: absolute;
    bottom:20px;
    right: 0;
    z-index: 12;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
    border-radius: 50%;
    width: 175px;
    height: 175px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #022c46;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	right: 100px;
	border-radius: 50%;
}

.about-two__count:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px dashed #fff;
    border-radius: 50%;
}

.about-two__count-text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #fff;
	font-family: "Libre Baskerville", serif;
}

.about-two__count span {
    display: block;
    color: #fff;
    letter-spacing: 0em;
    font-weight: 400;
    font-size: 30px;
}



.worksd h2{text-align:center;font-family: "Libre Baskerville", serif; color: #012237; font-size: 30px; text-transform: uppercase;}

.workwraps {border: 5px solid #fff;padding: 20px;background: #fff;box-shadow: 0px 0px 14px #f1f1f1;margin-bottom: 15px; font-weight: 500;}

.workwraps h2{ 	font-family: "Libre Baskerville", serif; text-align:center;  font-size: 18px; color: #012237; margin: 5px 0px 20px; text-transform: uppercase;font-weight: 500;}

.workwraps p {font-family: "Libre Baskerville", serif;font-size: 16px;line-height: 28px;text-align: justify;}

.aboutwrap{padding-bottom: 110px;  /* background-image: url(../images/footer-bg-1.png); */ background-size: 1000px;}




/*
* 18. video styles
*/
.video-one {
    background-color: #022c46;
    position: relative;
    padding: 120px 0;
}

.video-one .container {
    position: relative;
}

.video-one__scratch {
    position: absolute;
    top: -8%;
    left: -12%;
}

.video-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #022c46;
    background-image: url(../images/patter-1-1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.05;
}

.video-one__content {
    padding-bottom: 30px;
}

.video-one__title {
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin: 0;
}

.video-one__btn {
    margin-top: 35px;
    padding: 21.5px 59.5px;
    background-color: #012237;
    font-size: 18px;
    color: #fff;
}

.video-one__popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 104px;
    height: 104px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 60px;
    bottom: 60px;
}

.video-one__popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-one__popup i {
    font-size: 26px;
    color: #012237;
}

.video-one__popup:hover:before {
    left: 0;
}

.video-two {
    position: relative;
    padding: 100px 0px 100px;
    background-image: url(../images/kec-scroll.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
	
}

.video-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #012237;
    opacity: 0.8;
}

.video-two .container {
    position: relative;
}

.video-two .thm-btn {
    padding: 21.5px 68px;
    background-color: #012237;
    color: #fff;
}

.video-two .thm-btn:hover {
    background-color: #fff;
    color: #012237;
}

.video-two__scratch {
    position: absolute;
    top: -20%;
    left: -12%;
}

.video-two__title {
    font-size:30px;
    color: #fff;
    margin: 0;
    margin-bottom: 60px;
	margin-top: 30px;
	text-align:center;
	line-height: 50px;
}
.btntenter{text-align:center; margin:0px auto;}

.video-two__popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 75px;
    height: 75px;
    background-color: #002147;
    border-radius: 50%;
    position: relative;
	border:1px solid #fff;
}

.video-two__popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    border:0px solid #FF3E55;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-two__popup i {
    font-size:25px;
    color: #fff;
}

.video-two__popup:hover:before {
    left: 0;
}

.video-three {
    padding-bottom: 120px;
}

.video-three .container {
    position: relative;
}

.video-three .container:before {
    content: "";
    width: 197px;
    height: 268px;
    position: absolute;
    bottom: -10%;
    left: -10%;
    background-image: url(../images/dot-pattern-1-2.png);
    background-position: 0 0;
}

.video-three__box {
    background-image: url(../images/video-1-2.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 30px;
    padding: 60px;
}

.video-three__fact {
    padding: 65px 60px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.video-three__fact i {
    font-size: 64px;
    color: #fff;
}

.video-three__fact-count {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 1em;
    margin-top: 20px;
}

.video-three__fact-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    margin-top: 5px;
}

.video-three__title {
    font-size: 50px;
    font-weight: bold;
    color: #012237;
    margin: 0;
}

.video-three__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 215px;
}

.video-three__popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 104px;
    height: 104px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
}

.video-three__popup:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.video-three__popup i {
    font-size: 26px;
    color: #012237;
}

.video-three__popup:hover:before {
    left: 0;
}

/*
* 19. brand styles
*/




.elementor-widget-container {
  margin: 0px 5px 0px 0px;
  /*padding: 0px 30px 0px 30px;*/
  background-color: #fff;
 /* background-image: url("../images/test-bg3.png");*/
  background-position: top right;
  background-repeat: no-repeat;
  /*border-radius: 10px 10px 10px 10px;*/
  border:1px solid #f1f1f1;
}

.elementor-widget-container2 {
  margin: 0px 5px 0px 0px;
  /*padding: 0px 30px 0px 30px;*/
  background-color: #fff;
 /* background-image: url("../images/test-bg3.png");*/
  background-position: top right;
  background-repeat: no-repeat;
  /*border-radius: 10px 10px 10px 10px;*/
  border:1px solid #f1f1f1;
}

.elementor-widget-container3 {
  margin: 0px 5px 0px 0px;
  /*padding: 0px 30px 0px 30px;*/
  background-color: #fff;
/* background-image: url("../images/test-bg3.png");*/
  background-position: top right;
  background-repeat: no-repeat;
  /*border-radius: 10px 10px 10px 10px;*/
  border:1px solid #f1f1f1;
}


.benifitwrap{
	padding:120px 0px;
padding-bottom: 110px;
/*background-image: url(../images/footer-bg-2.png);*/
background-size: 1000px;}

.vertexts i{font-size: 30px;color: #000; /*float: left; */ margin-right:10px; /*width: 40px;*/ text-align:center;}
.vertexts {padding: 15px 15px; text-align: center;margin-bottom: 20px;min-height: 110px;}

.vertexts p{ font-size:14px; margin-top:10px;}


.beimgs {height:367px; overflow: hidden;}








.about-two__text2 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #6f6f6f;
  font-family: "Libre Baskerville", serif;
  line-height: 27px;
}

.boxwraps{margin-top:30px;}

.block-title__title2 {
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  color: #012237;
  font-size: 25px;
  margin-bottom: -15px;
  margin-top: -15px;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  text-align: center;
  line-height: 45px;
}


.block-title__title3 {
  margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  color: #012237;
  font-size: 25px;
  margin-bottom: -15px;
  margin-top: -15px;
  text-transform: uppercase;
  font-family: "Libre Baskerville", serif;
  text-align: left;
  line-height: 45px;
}


.brand-one {
    padding: 120.5px 0;
}

.brand-one__home-three {
    border-top: 2px solid #f1f1f1;
}

.brand-one__carousel {
    padding-left: 45px;
    padding-right: 45px;
}

.brand-one__carousel img {
    opacity: 0.2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.brand-one__carousel img:hover {
    opacity: 0.6;
}

.brand-two {
    padding: 120px 0;
    border-top: 2px solid #f1f1f1;
}

.brand-two .block-title__title {
    font-size: 24px;
    font-weight: bold;
    color: #012237;
    margin: 0;
}

/*
* 20. testimonials styles
*/
.testimonials-one {
    border-top: 2px solid #f1f1f1;
    padding: 120px 0;
}

.testimonials-one__carousel {
    text-align: center;
}

.testimonials-one__carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.testimonials-one__carousel .owl-stage-outer {
    overflow: visible;
}

.testimonials-one__carousel .owl-dots .owl-dot {
    outline: none;
}

.testimonials-one__carousel .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.testimonials-one__carousel .owl-dots .owl-dot:hover span,
.testimonials-one__carousel .owl-dots .owl-dot.active span {
    -webkit-transform: scale(1.56);
    transform: scale(1.56);
    opacity: 1;
    background-color: #012237;
}

.testimonials-one__carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background-color: #012237;
    margin: 0 2.5px;
    border-radius: 50%;
    opacity: 0.2;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.testimonials-one__single {
    border-style: solid;
    border-width: 2px;
    border-color: #f1f1f1;
    background-color: white;
    padding: 60px 55px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.testimonials-one__single:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.testimonials-one__qoute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #002147;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.testimonials-one__qoute::before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #002147;
}

.testimonials-one__carousel .owl-item .testimonials-one__img {
    width: 58px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonials-one__text {
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.testimonials-one__name {
    font-size: 18px;
    color: #012237;
    font-weight: 600;
    margin: 0;
    line-height: 1em;
    margin-bottom: 10px;
}

.testimonials-one__designation {
    margin: 0;
    line-height: 1em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #81868a;
}

.testimonials-one__home-three {
    border-top: 0;
    padding-bottom: 80px;
}

/*
* 21. meeting styles
*/
.meeting-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.meeting-one__block-text {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .meeting-one__content {
        padding-left: 60px;
    }
}

.meeting-one__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 115px;
}

.meeting-one__box {
    background-color: #f1f1f1;
    width: 200px;
    height: 221px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.meeting-one__box img {
    border-radius: 50%;
}

.meeting-one__box + .meeting-one__box {
    margin-left: 50px;
    margin-top: 30px;
}

.meeting-one__title {
    margin: 0;
    color: #012237;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.meeting-one__text {
    margin: 0;
    font-size: 14px;
    color: #81868a;
    line-height: 1em;
}

.meeting-one__bubble {
    background-color: #2da397;
    position: absolute;
    bottom: calc(100% + 15px);
    right: -30px;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    padding: 15px 20px;
    max-width: 192px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(4, 5, 5, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(4, 5, 5, 0.1);
}

.meeting-one__bubble:before {
    content: "";
    width: 24px;
    height: 17px;
    position: absolute;
    top: 100%;
    left: 30px;
    background-color: #2da397;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.meeting-one__box:nth-child(even) .meeting-one__bubble:before,
.meeting-one__box:nth-child(even) .meeting-one__bubble {
    background-color: #002147;
}

/*
* 22. countdown styles
*/
.countdown-one {
    padding-bottom: 120px;
}

.countdown-one .become-tutor__form {
    margin-top: -87px;
}

.countdown-one__content {
    padding-top: 100px;
}

.countdown-one__title {
    margin: 0;
    color: #012237;
    font-size: 60px;
    font-weight: 700;
    margin-top: -15px;
}

.countdown-one__tag-line {
    margin: 0;
    font-size: 26px;
    color: #2da397;
    margin-top: 5px;
}

.countdown-one__text {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #81868a;
    margin-top: 45px;
    margin-bottom: 50px;
}

.countdown-one__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 0;
    margin-top: -10px;
}

.countdown-one__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 25%;
    padding-left: 7px;
    padding-right: 7px;
}

.countdown-one__list li div {
    border: 2px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.countdown-one__list li i {
    line-height: 115px;
    color: #002147;
    font-size: 40px;
    font-style: normal;
}

.countdown-one__list li span {
    background-color: #f1f1f1;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 41px;
}

/*
* 23. mailchimp styles
*/
.mailchimp-one {
    background-color: #002147;
    padding: 120px 0;
}

.mailchimp-one .my-auto {
    width: 100%;
}

.mailchimp-one__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mailchimp-one__icon i {
    color: #002147;
    font-size: 53px;
    margin-left: 10px;
    margin-right: 25px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

.mailchimp-one__icon i:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mailchimp-one__icon i:hover:after {
    left: 0;
}

.mailchimp-one__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.form-control {
   /* font-family: "Libre Baskerville", serif; */
	font-family: "Libre Baskerville", serif;
    color: #002147 !important;
    height: 41px;
    border-radius: 0;
}
.mailchimp-one__form {
    position: relative;
}

.mailchimp-one__form input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 77px;
    background-color: #fff;
    color: #002147;
    font-size: 16px;
    padding-left: 30px;
}

.mailchimp-one__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #81868a;
}

.mailchimp-one__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #81868a;
}

.mailchimp-one__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #81868a;
}

.mailchimp-one__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #81868a;
}

.mailchimp-one__form .thm-btn {
    background-color: #012237;
    color: #fff;
    padding: 0;
    line-height: 77px;
    width: 159px;
    position: absolute;
    top: 0;
    right: 0;
}

.mailchimp-one__form .thm-btn:hover {
    color: #fff;
    background-color: #2da397;
}
/* sign in FORM */
#logreg-forms {
    width: 500px;
    margin: 10vh auto;
    background-color: #f3f3f3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#logreg-forms form {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    border: 1px solid red;
}

.text-secondary {
font-size: 15px;
font-weight: 500;
line-height: 20px;
}
.mt-3.profile-details h4 {
    font-size: 17px;
}

#logreg-forms .form-control:focus {
    z-index: 2;
}
#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login {
    width: 390px;
    margin: 0 auto;
    margin-bottom: 14px;
}
#logreg-forms .social-btn {
    font-weight: 100;
    color: white;
    width: 190px;
    font-size: 0.9rem;
}

#logreg-forms a {
    display: block;
    padding-top: 10px;
    color: lightseagreen;
}

#logreg-form .lines {
    width: 200px;
    border: 1px solid red;
}

#logreg-forms button[type="submit"] {
    margin-top: 10px;
}

#logreg-forms .facebook-btn {
    background-color: #3c589c;
}

#logreg-forms .google-btn {
    background-color: #df4b3b;
}

#logreg-forms .form-reset,
#logreg-forms .form-signup {
    display: none;
}

#logreg-forms .form-signup .social-btn {
    width: 210px;
}

#logreg-forms .form-signup input {
    margin-bottom: 2px;
}

.form-signup .social-login {
    width: 210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width: 500px) {
    #logreg-forms {
        width: 300px;
    }

    #logreg-forms .social-login {
        width: 200px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    #logreg-forms .social-btn {
        font-size: 1.3rem;
        font-weight: 100;
        color: white;
        width: 200px;
        height: 56px;
    }
    #logreg-forms .social-btn:nth-child(1) {
        margin-bottom: 5px;
    }
    #logreg-forms .social-btn span {
        display: none;
    }
    #logreg-forms .facebook-btn:after {
        content: "Facebook";
    }

    #logreg-forms .google-btn:after {
        content: "Google+";
    }
}
/** notifications **/
.notify {
    display: block;
    background: rgb(241, 241, 241);
    padding: 12px 18px;
    max-width: 600px;
    margin: 50px auto;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify h1 {
    margin-bottom: 6px;
    text-align: center;
}

.successbox h1 {
    color: green;
}
.errorbox h1 {
    color: red;
}

.successbox h1:before,
.successbox h1:after {
    background: #cad8a9;
}
.errorbox h1:before,
.errorbox h1:after {
    background: #d6b8b7;
}

.notify .alerticon {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
}
.notify .alerticon {
    color: green;
}
.errorbox .alerticon {
    color: red;
}
.mt-100 {
    margin-top: 100px;
}
.invalid-feedback {
    display: block !important;
}
.accordion_one .panel-group {
    border: 1px solid #f1f1f1;
    margin-top: 100px;
}

.accordion_one .panel {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0px solid transparent;
    border-radius: 0;
    margin: 0;
}

.accordion_one .panel-default {
    border: 0;
}

.accordion-wrap .panel-heading {
    padding: 0px;
    border-radius: 0px;
}

.accordion_one .panel .panel-heading a.collapsed {
    color: #999999;
    display: block;
    padding: 12px 30px;
    border-top: 0px;
}

.accordion_one .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    background: #fff;
    color: #313131;
    border-bottom: 1px solid #f1f1f1;
}

.accordion-wrap .panel .panel-heading a {
    font-size: 14px;
}

.accordion_one .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding-top: 0;
    padding: 25px 30px 30px 35px;
    background: #fff;
    color: #999999;
}

.img-accordion {
    width: 81px;
    float: left;
    margin-right: 15px;
    display: block;
}

.accordion_one .panel .panel-heading a.collapsed:after {
    content: "\2b";
    color: #999999;
    background: #f1f1f1;
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: "FontAwesome";
    font-size: 15px;
    width: 36px;
    line-height: 48px;
    text-align: center;
    background: #f1f1f1;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px;
}

.accordion_one .panel .panel-heading a:after {
    content: "\2212";
}

.accordion_one .panel .panel-heading a:after,
.accordion_one .panel .panel-heading a.collapsed:after {
    font-family: "FontAwesome";
    font-size: 15px;
    width: 36px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #f1f1f1;
    float: left;
    margin-left: -31px;
    margin-top: -12px;
    margin-right: 15px;
}
.btn-link {
    color: #002147 !important;
}
.login-form {
    border: none;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
}
.mb-100 {
    margin-bottom: 100px;
}
.theme-color-bg {
    background-color: #002147 !important;
    color: #fff !important;
}
.theme-txt {
    margin-top: -10px;
    color: #002147;
}
/*Checkboxes styles*/
input[type="checkbox"] {
    display: none;
}
.p-0 {
    padding: 0 !important;
}
.shrink {
    transform: scale(0.8);
}
.mr-25 {
    margin-right: 25px;
}

.fixedHeightBox {
    min-height: 668px;
    overflow: auto;
    height: 668px;
}
.fixedHeightBox input[type="checkbox"] + label {
    font-size: 10px;
}
input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    font-family: "Libre Baskerville", serif;
    font-size: 12px;
    cursor: pointer;
    line-height: 20px;
}
table.avail input[type="checkbox"] + label {
    padding: 0;
}
input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: all 0.12s, border-color 0.08s;
    transition: all 0.12s, border-color 0.08s;
}
.hours.disabled input[type="checkbox"] + label:before{
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background-color: red;
    position: absolute;
    left: 0;
    top: 8px;
    border: none;
}
.hours.disabled{
    opacity: .5;
    -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mt-25 {
    margin-top: 20px;
}
#loginFrm input {
    border-radius: 0;
}
h6 {
    line-height: 2 !important;
    margin-bottom: 0 !important;
}
.rate-hr {
    color: green;
}
.is-verified {
    width: 32px;
    height: 32px;
    background-image: url(../images/verified-prof-neg.png);
    background-size: contain;
    display: inline-block;
    margin-right: 25px;
}
.is-verified.yes {
    width: 32px;
    height: 32px;
    background-image: url(../images/verified-prof.png);
    background-size: contain;
    display: inline-block;
}
.is-complete {
    width: 32px;
    height: 32px;
    background-image: url(../images/prof-complete-n.png);
    background-size: contain;
    display: inline-block;
}
.is-complete.yes {
    width: 32px;
    height: 32px;
    background-image: url(../images/prof-complete.png);
    background-size: contain;
    display: inline-block;
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
#teacheProfileFrm [data-tooltip]:before,
.teacher-title [data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: -50%;
    margin-bottom: 5px;
    margin-left: 0;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}



.teacher-title h2 a{color:#002147;}






/* Position tooltip above the element */
.profile-details > [data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
}
.list-group-item.active {
    background-color: #002147;
    border-color: #002147;
}
.list-group-item {
    color: #002147;
}

.header {
    height: 50px;
    width: 420px;
    background: rgba(66, 66, 66, 1);
    text-align: center;
    position: relative;
    z-index: 100;
}

.header h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 50px;
    font-weight: 100;
    letter-spacing: 1px;
}

.left,
.right {
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    top: 50%;
    margin-top: -7.5px;
    cursor: pointer;
}

.left {
    border-width: 7.5px 10px 7.5px 0;
    border-color: transparent rgba(160, 159, 160, 1) transparent transparent;
    left: 20px;
}

.right {
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent rgba(160, 159, 160, 1);
    right: 20px;
}

.month {
    /*overflow: hidden;*/
    opacity: 0;
}

.month.new {
    /* -webkit-animation: fadeIn 1s ease-out; */
    opacity: 1;
}

.month.in.next {
    -webkit-animation: moveFromTopFadeMonth 0.4s ease-out;
    -moz-animation: moveFromTopFadeMonth 0.4s ease-out;
    animation: moveFromTopFadeMonth 0.4s ease-out;
    opacity: 1;
}

.month.out.next {
    -webkit-animation: moveToTopFadeMonth 0.4s ease-in;
    -moz-animation: moveToTopFadeMonth 0.4s ease-in;
    animation: moveToTopFadeMonth 0.4s ease-in;
    opacity: 1;
}

.month.in.prev {
    -webkit-animation: moveFromBottomFadeMonth 0.4s ease-out;
    -moz-animation: moveFromBottomFadeMonth 0.4s ease-out;
    animation: moveFromBottomFadeMonth 0.4s ease-out;
    opacity: 1;
}

.month.out.prev {
    -webkit-animation: moveToBottomFadeMonth 0.4s ease-in;
    -moz-animation: moveToBottomFadeMonth 0.4s ease-in;
    animation: moveToBottomFadeMonth 0.4s ease-in;
    opacity: 1;
}

.week {
    background: #4a4a4a;
}

.day {
    display: inline-block;
    width: 60px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background: #4a4a4a;
    position: relative;
    z-index: 100;
}

.day.other {
    color: rgba(255, 255, 255, 0.3);
}

.day.today {
    color: rgba(156, 202, 235, 1);
}

.day-name {
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.7px;
}

.day-number {
    font-size: 24px;
    letter-spacing: 1.5px;
}

.day .day-events {
    list-style: none;
    margin-top: 3px;
    text-align: center;
    height: 12px;
    line-height: 6px;
    overflow: hidden;
}

.day .day-events span {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 5px;
    height: 5px;
    line-height: 5px;
    margin: 0 1px;
}

.blue {
    background: rgba(156, 202, 235, 1);
}
.orange {
    background: rgba(247, 167, 0, 1);
}
.green {
    background: rgba(153, 198, 109, 1);
}
.yellow {
    background: rgba(249, 233, 0, 1);
}

.details {
    position: relative;
    width: 420px;
    height: 75px;
    background: rgba(164, 164, 164, 1);
    margin-top: 5px;
    border-radius: 4px;
}

.details.in {
    -webkit-animation: moveFromTopFade 0.5s ease both;
    -moz-animation: moveFromTopFade 0.5s ease both;
    animation: moveFromTopFade 0.5s ease both;
}

.details.out {
    -webkit-animation: moveToTopFade 0.5s ease both;
    -moz-animation: moveToTopFade 0.5s ease both;
    animation: moveToTopFade 0.5s ease both;
}

.arrow {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -2px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent rgba(164, 164, 164, 1) transparent;
    transition: all 0.7s ease;
}

.events {
    height: 75px;
    padding: 7px 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.events.in {
    -webkit-animation: fadeIn 0.3s ease both;
    -moz-animation: fadeIn 0.3s ease both;
    animation: fadeIn 0.3s ease both;
}

.events.in {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.details.out .events {
    -webkit-animation: fadeOutShrink 0.4s ease both;
    -moz-animation: fadeOutShink 0.4s ease both;
    animation: fadeOutShink 0.4s ease both;
}

.events.out {
    -webkit-animation: fadeOut 0.3s ease both;
    -moz-animation: fadeOut 0.3s ease both;
    animation: fadeOut 0.3s ease both;
}

.event {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding: 2px 16px;
    vertical-align: top;
}

.event.empty {
    color: #eee;
}

.event-category {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 6px 0 0;
    vertical-align: top;
}

.event span {
    display: inline-block;
    padding: 0 0 0 7px;
}

.legend {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgba(60, 60, 60, 1);
    line-height: 30px;
}

.entry {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 13px;
    display: inline-block;
    line-height: 30px;
    background: transparent;
}

.entry:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    top: 12px;
    left: 14px;
}

.entry.blue:after {
    background: rgba(156, 202, 235, 1);
}
.entry.orange:after {
    background: rgba(247, 167, 0, 1);
}
.entry.green:after {
    background: rgba(153, 198, 109, 1);
}
.entry.yellow:after {
    background: rgba(249, 233, 0, 1);
}

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
    from {
        opacity: 0.3;
        height: 0px;
        margin-top: 0px;
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes moveFromTopFade {
    from {
        height: 0px;
        margin-top: 0px;
        -moz-transform: translateY(-100%);
    }
}
@keyframes moveFromTopFade {
    from {
        height: 0px;
        margin-top: 0px;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToTopFade {
    to {
        opacity: 0.3;
        height: 0px;
        margin-top: 0px;
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}
@-moz-keyframes moveToTopFade {
    to {
        height: 0px;
        -moz-transform: translateY(-100%);
    }
}
@keyframes moveToTopFade {
    to {
        height: 0px;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(0.95);
    }
}
@-moz-keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%);
    }
}
@keyframes moveToTopFadeMonth {
    to {
        opacity: 0;
        -moz-transform: translateY(-30%);
    }
}

@-webkit-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(0.95);
    }
}
@-moz-keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%);
    }
}
@keyframes moveFromTopFadeMonth {
    from {
        opacity: 0;
        -moz-transform: translateY(30%);
    }
}

@-webkit-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%) scale(0.95);
    }
}
@-moz-keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }
}
@keyframes moveToBottomFadeMonth {
    to {
        opacity: 0;
        -webkit-transform: translateY(30%);
    }
}

@-webkit-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%) scale(0.95);
    }
}
@-moz-keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%);
    }
}
@keyframes moveFromBottomFadeMonth {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30%);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
}
@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
    }
}
@-moz-keyframes fadeOut {
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}
@-moz-keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}
@keyframes fadeOutShink {
    to {
        opacity: 0;
        padding: 0px;
        height: 0px;
    }
}
#pic {
    display: none;
}

.file-upload {
    display: none;
}
.circle {
    border-radius: 1000px !important;
    overflow: hidden;
    width: 150px;
    height: 150px;
    position: relative;
    top: 0px;
	border: 1px solid #f1f1f1;
	background: #f1f1f1;
}
table {
    color: inherit !important;
    margin-bottom: 0 !important;
}
thead {
    background: #f1f1f1;
}
.head-tbl {
    font-weight: 400;
}
img {
    max-width: 100%;
    height: auto;
}
.teacherAvatar {
    max-width: 100%;
    min-height: 360px;
}
.logo-inistitute {
    width: 14px;
    height: 14px;
    margin-top: -2px;
}
.p-image {
    position: absolute;
    top: 150px;
    right: 80px;
    color: #666666;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}
.p-image:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.upload-button {
    font-size: 1.5em;
}

.upload-button:hover {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #999;
}
.profile-dropdown {
    display: inline-block;
    position: relative;
    border: 1px dashed #f2f2f2;
    margin: auto;
    border-radius: 3px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}
.profile-dropdown * {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}
.profile-dropdown input[type="checkbox"] {
    display: none;
}
.profile-dropdown input[type="checkbox"]:checked ~ ul {
    display: block;
    animation: pulse 0.5s;
    z-index: 9999999;
    margin-top: -2px;
}
.profile-dropdown input[type="checkbox"]:checked ~ img {
    background: #002147;
}
.profile-dropdown input[type="checkbox"]:checked ~ label {
    background: #002147;
    z-index: 9999;
}
.profile-dropdown input[type="checkbox"]:checked ~ label i {
    color: #f2f2f2;
}
.profile-dropdown input[type="checkbox"]:checked ~ label:after {
    content: "";
    position: absolute;
    top: 100%;
    right: calc(50% - 10px);
    display: block;
    border-style: solid;
    border-width: 7px 10px 0 10px;
    border-color: #002147 transparent transparent transparent;
    width: 0;
    height: 0;
}
.profile-dropdown img {
    display: inline-block;
    background: #d9d9d9;
    height: 2.5rem;
    width: 2.5rem;
    vertical-align: middle;
    margin: 0.5rem 0.75rem 0.5rem 0.5rem;
    border-radius: 50%;
}
.profile-dropdown span {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.profile-dropdown ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    border-radius: 3px;
    background-color: #f9f8fa;
}
.profile-dropdown ul li a {
    display: block;
    padding: 0.25rem 1rem;
    text-decoration: none;
    color: #737373;
    font-size: 0.75rem;
}
.profile-dropdown ul li a i {
    font-size: 1.3rem;
    vertical-align: middle;
    line-height: 1.5;
    float: left;
    margin-right: 15px;
}
.profile-dropdown ul li a:hover {
    background: #e5e5e5;
}
.profile-dropdown ul li:first-child a:hover {
    border-radius: 3px 3px 0 0;
}
.profile-dropdown ul li:last-child a:hover {
    border-radius: 0 0 3px 3px;
}
.profile-dropdown > label {
    position: relative;
    height: 3.4rem;
    display: block;
    text-decoration: none;
    background: transparent;
    color: #333;
    box-sizing: border-box;
    padding: 0.9rem;
    float: right;
    border-radius: 0 3px 3px 0;
    margin-bottom: 0px;
    cursor: pointer;
}
.profile-dropdown > label i {
    color: #b2b2b2;
    font-size: 1.25rem;
}
.profile-dropdown:after {
    content: "";
    display: table;
    clear: both;
}
.select2-container .select2-selection--single {
    height: 41px !important;
    color: #002147 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 41px !important;
    line-height: 41px !important;
    color: #002147 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    color: #002147 !important;
}
.question-box,
.word-count {
    float: right;
}
.group-span-filestyle {
    margin-left: -2px;
}
/*timeline*/
.main-timeline {
    position: relative;
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 40%;
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative;
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both;
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40%;
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px;
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px;
}

.main-timeline .timeline:hover .icon:before {
    left: 3px;
}

.main-timeline .timeline:hover .icon:after {
    left: -3px;
}

.main-timeline .date-content {
    width: 30%;
    float: left;
    margin-top: 37px;
    position: relative;
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s;
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #232323;
    left: -6px;
}

.main-timeline .date-outer:after {
    border: 2px solid #c6c6c6;
    left: 6px;
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px;
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px;
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0;
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700;
}

.main-timeline .year {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    line-height: 58px;
}

.main-timeline .timeline-content {
    width: 70%;
    padding: 20px 0 20px 30px;
    float: right;
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #002147;
    margin: 0;
}

.main-timeline .description {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px;
    }
    .main-timeline .date-content:before {
        width: 22.5%;
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px;
    }
    .main-timeline .title {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .main-timeline:before {
        margin: 0;
        left: 7px;
    }
    .main-timeline .timeline {
        margin-bottom: 20px;
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0;
    }
    .main-timeline .icon {
        margin: auto 0;
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0;
    }
    .main-timeline .date-content:before {
        display: none;
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px;
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px;
    }
    .main-timeline .date {
        top: 30%;
    }
    .main-timeline .year {
        font-size: 24px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0;
    }
    .main-timeline .title {
        margin-bottom: 10px;
    }
}
.institute-logo {
    width: 50px;
    float: right;
}
.ins-location {
    font-size: 12px;
}
.ins-certificate {
    height: 150px;
    display: block;
    margin-top: 10px;
}
.pull-right {
    position: absolute;
    right: 0;
    /* bottom: 60px; */
}
.mb-0 {
    margin-bottom: 0 !important;
}
.alert-text {
   margin-top: -0.75rem;
color: #191919;
font-size: 15px;
line-height: 27px;
font-weight: 500;
}
.select2-container--default .select2-selection--multiple,
.select2-container .select2-selection--single {
    height: 41px !important;
    line-height: 29px !important;
    padding-left: 8px;
    font-family: "Libre Baskerville", serif;
    color: #002147 !important;
    font-size: 14px !important;
    border: 1px solid #ced4da !important;
    border-radius: 0;
}
.sub-inline {
    display: inline-block;
    margin-right: 10px;
    background-color: #002147;
    color: #fff;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 12px;
}

.list-group-item a h6 i {
    width: 10px;
}

.btn-warning {
    background-color: #4a4a4a;
    border-color: #4c4c4c;
    height: 41px !important;
    line-height: 28px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
}

.btn-success {
    height: 41px;
}

.addBtn {
    margin-top: 42px;
}

.adUni {
    margin-top: 42px;
}

.form-check {
    padding-left: 0rem;
}

.form-check.boxes label {
    color: #000;
}

.btn {
    height: 41px;
   line-height: 21px;
font-size: 16px;
}

div#subject {
    margin-bottom: 0px;
}

.buttonText {
    font-size: 16px;
}

.card-body h6 {
    font-size: 16px !important;
    font-weight: 400;
}

.select2-container {
    vertical-align: top !important;
	width: 100% !important;
}
.searchBtn-group {
    width: 100%;
    display: inline;
    vertical-align: top !important;
    margin-top: -10px;
    top: 0;
    left: 5px;
}


.row.search-input-grp.m-0 > div {padding: 0px;}



.searchBtn-group button {
  margin-top: 0px;
  top: 0px;
  border-radius:0px;
}


/* padding-left: 70px; */

@media only screen and (min-width: 700px) {
    .become-tutor__form {
        padding-left: 70px;
    }
}

.active_menu {
    background-color: #cccc;
}

.btn-box-fc {
    margin-top: 7px;
}

.mt-fc {
    margin-top: 42px;
}

.card-head-left-content {
    float: right;
}
.card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-one .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.team-one .media {
    padding: 16px 12px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.team-one .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.team-one .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
   padding: 20px 35px;
}

.team-one .media .avatar {
    flex-shrink: 0;
}

.team-one .no-radius {
    border-radius: 0 !important;
}

.team-one .avatar-xl {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 1.25rem;
}

.team-one .avatar {
    position: relative;
    display: inline-block;
    width: 150px;
    height: auto;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #8b95a5;
    text-transform: uppercase;
}

.badge-primary {
  /*font-family: "Libre Baskerville", serif;*/
  font-size: 14px;
  border-radius: 0;
 /* border: 1px solid #ccc;*/
  color: #fff;
  text-align: center;
  padding: 6px !important;
  font-weight: 500;
  background: #002147;
  margin: 2px;
}



.team-one img {
    max-width: 100%;
}

.team-one img {
    vertical-align: middle;
    border-style: none;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.fs-20 {
    font-size: 24px !important;
    color: #002147 !important;
    display: inline-block;
}

.pr-16 {
    padding-right: 16px !important;
}

.ls-1 {
    letter-spacing: 1px !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fs-16 {
    font-size: 16px !important;
}

.team-one .media-body > * {
    margin-bottom: 0;
}

.team-one small,
.team-one time,
.team-one .small {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 11px;
    color: #8b95a5;
}

.fs-14 {
    font-size: 14px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.text-fade {
  color: #012237;
  line-height: 12px;
  font-weight: 500 !important;
}

.text-fade i {
  color: #002147;
  line-height: 12px;
  font-weight: 500 !important;
}

.team-one .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.team-one .card-footer {
    background-color: #fcfdfe;
    border-top: 1px solid rgba(77, 82, 89, 0.07);
    color: #8b95a5;
    padding: 10px 20px;
}

.team-one .flexbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.team-one .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.team-one .card-footer {
    background-color: #fcfdfe;
    border-top: 1px solid rgba(77, 82, 89, 0.07);
    color: #8b95a5;
    padding: 10px 20px;
}

.team-one .card-footer > *:last-child {
    margin-bottom: 0;
}

.hover-shadow {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
}

.fs-10 {
    font-size: 10px !important;
}
.media-left {
    margin-right: 20px;
}

.mediaimgs{	height: 180px; overflow: hidden;}




.bar {
    background: #c4c4dd;
    position: relative;
    height: 20px;
    width: 120%;
    margin: 0 auto;
    text-align: left;
}

.progress {
    position: absolute;
    height: 100%;
    transition: width 0.4s ease-in;
    background-color: #40c057;
    z-index: 1;
}

.dot {
    position: relative;
    width: 5%;
    height: 20px;
    margin-left: 16%;
    background-color: #fff;
    /* background-color: rgba(199,12,127,.8);*/
    /*display: inline-block; */
    float: left;
    z-index: 2;
}
#custom-search-input {
    margin: 0;
    margin-top: 0px;
    padding: 0;
}
.mb-20 {
    margin-bottom: 20px;
}
#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 15px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -35px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #002147;
}

.search-query:focus + button {
    z-index: 3;
}
.js-subject{
    height: 41px;
}
.search-input-grp .form-control{
    height: 41px;
}
.searchBtn-group button{
    height: 41px;
}
.search-input-grp {
    padding: 10px;
    background-color: #002147;
    max-height: 60px;
}
.searchBtn-group .btn-danger {
    padding: 5px 12px !important;
}
/*********profile details*************/
.fs35 {
    font-size: 35px !important;
}

.mw50 {
    max-width: 50px !important;
}
.mn {
    margin: 0 !important;
}
.mw150 {
    max-width: 200px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}

.mw40 {
    max-width: 40px !important;
}

.p30 {
    padding: 30px !important;
}

.page-heading {
    position: relative;
    padding: 30px 40px;
    margin: -75px 0px 25px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f8f9fa;
}
.page-tabs {
    margin: -25px -20px 30px;
    padding: 15px 25px 0;
    border-bottom: 1px solid #ddd;
    background: #e9e9e9;
}
.page-tabs .nav-tabs {
    border-bottom: 0;
}
.page-tabs .nav-tabs > li > a {
    color: #aaa;
    padding: 10px 20px;
}
.page-tabs .nav-tabs > li:hover > a,
.page-tabs .nav-tabs > li:focus > a {
    border-color: #ddd;
}
.page-tabs .nav-tabs > li.active > a,
.page-tabs .nav-tabs > li.active > a:hover,
.page-tabs .nav-tabs > li.active > a:focus {
    color: #666;
    font-weight: 600;
    background-color: #eee;
    border-bottom-color: transparent;
}
@media (max-width: 800px) {
    .page-tabs {
        padding: 25px 20px 0;
    }
    .page-tabs .nav-tabs li {
        float: none;
        margin-bottom: 5px;
    }
    .page-tabs .nav-tabs li:last-child,
    .page-tabs .nav-tabs li.active:last-child {
        margin-bottom: 10px;
    }
    .page-tabs .nav-tabs > li > a:hover,
    .page-tabs .nav-tabs > li > a:focus {
        border: 1px solid #ddd;
    }
    .page-tabs .nav-tabs > li.active > a,
    .page-tabs .nav-tabs > li.active > a:hover,
    .page-tabs .nav-tabs > li.active > a:focus {
        border-bottom-color: #ddd;
    }
}
.panel {
    position: relative;
    margin-bottom: 27px;
    background-color: #ffffff;
    border-radius: 3px;
}
.panel.panel-transparent {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.panel.panel-border {
    border-style: solid;
    border-width: 0;
}
.panel.panel-border.top {
    border-top-width: 5px;
}
.panel.panel-border.right {
    border-right-width: 5px;
}
.panel.panel-border.bottom {
    border-bottom-width: 5px;
}
.panel.panel-border.left {
    border-left-width: 5px;
}
.panel.panel-border > .panel-heading {
    background-color: #fafafa;
    border-color: #e2e2e2;
    border-top: 1px solid transparent;
}
.panel.panel-border > .panel-heading > .panel-title {
    color: #999999;
}
.panel.panel-border.panel-default {
    border-color: #ddd;
}
.panel.panel-border.panel-default > .panel-heading {
    border-top: 1px solid transparent;
}
.panel-menu {
    background-color: #fafafa;
    padding: 12px;
    border: 1px solid #e2e2e2;
}
.panel-menu.dark {
    background-color: #f8f8f8;
}
.panel-body .panel-menu {
    border-left: 0;
    border-right: 0;
}
.panel-heading + .panel-menu,
.panel-menu + .panel-body,
.panel-body + .panel-menu,
.panel-body + .panel-body {
    border-top: 0;
}
.panel-body {
    position: relative;
    padding: 10px;
    border: 1px solid #e2e2e2;
}
.panel-body + .panel-footer {
    border-top: 0;
}
.panel-heading {
    position: relative;
    height: 52px;
    line-height: 49px;
    letter-spacing: 0.2px;
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    padding: 0 8px;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading + .panel-body {
    border-top: 0;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-heading .widget-menu .btn-group {
    margin-top: -3px;
}
.panel-heading .widget-menu .form-control {
    margin-top: 6px;
    font-size: 11px;
    height: 27px;
    padding: 2px 10px;
    border-radius: 1px;
}
.panel-heading .widget-menu .form-control.input-sm {
    margin-top: 9px;
    height: 22px;
}
.panel-heading .widget-menu .progress {
    margin-top: 11px;
    margin-bottom: 0;
}
.panel-heading .widget-menu .progress-bar-lg {
    margin-top: 10px;
}
.panel-heading .widget-menu .progress-bar-sm {
    margin-top: 15px;
}
.panel-heading .widget-menu .progress-bar-xs {
    margin-top: 17px;
}
.panel-icon {
    padding-left: 5px;
}
.panel-title {
    padding-left: 6px;
    margin-top: 0;
    margin-bottom: 0;
}
.panel-title > .fa,
.panel-title > .glyphicon,
.panel-title > .glyphicons,
.panel-title > .imoon {
    top: 2px;
    min-width: 22px;
    color: inherit;
    font-size: 14px;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #fafafa;
    border: 1px solid #e2e2e2;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel-body + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:first-child {
    border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > thead:first-child
    > tr:first-child
    th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
    > .table-responsive:first-child
    > .table:first-child
    > tbody:first-child
    > tr:first-child
    th:last-child {
    border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:first-child {
    border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tbody:last-child
    > tr:last-child
    th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
    > .table-responsive:last-child
    > .table:last-child
    > tfoot:last-child
    > tr:last-child
    th:last-child {
    border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top: 1px solid #eeeeee;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 19px;
}
.panel-group .panel-title {
    padding-left: 0;
}
.panel-group .panel-heading,
.panel-group .panel-heading a {
    position: relative;
    display: block;
    width: 100%;
}
.panel-group.accordion-lg .panel + .panel {
    margin-top: 12px;
}
.panel-group.accordion-lg .panel-heading {
    font-size: 14px;
    height: 54px;
    line-height: 52px;
}
.panel-group .accordion-icon {
    padding-left: 35px;
}
.panel-group .accordion-icon:after {
    position: absolute;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #555;
    left: 10px;
    top: 0;
}
.panel-group .accordion-icon.collapsed:after {
    content: "\f067";
}
.panel-group .accordion-icon.icon-right {
    padding-left: 10px;
    padding-right: 30px;
}
.panel-group .accordion-icon.icon-right:after {
    left: auto;
    right: 5px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #eeeeee;
}

.media {
    color: #999999;
    font-weight: 600;
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.pricing-block {
  padding-left: 10px;
  right: 30px;
  position: absolute;
}




.img-sec {
    text-align: center;
} /*
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
  position: relative;
  text-align: center;
  font-size: 12px;
}*/
.stories-box {
    border: 1px solid #ccc;
    padding: 20px;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    color: #555555;
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}

/*===============================================
  Tabs
================================================= */
/* Tabs Wrapper */
.tab-block {
    position: relative;
}
/* Tabs Content */
.tab-block .tab-content {
    position: relative;
    z-index: 10;
    min-height: 125px;
    padding: 16px 12px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
}
/*===============================================
  Tab Navigation
================================================= */
.tab-block .nav-tabs {
    position: relative;
    border: 0;
}
/* nav tab item */
.tab-block .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
/* nav tab link */
.tab-block .nav-tabs > li > a {
    z-index: 9;
    position: relative;
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 20px;
    margin-right: -1px;
    border-color: #e2e2e2;
    border-radius: 0;
    background: #fafafa;
    display: block;
}
.tab-block .nav-tabs > li > a.active {
    background-color: #002147;
    color: #fff;
}
.tab-block .nav-tabs > li > a.active:hover {
    color: #002147;
}
.tab-block .nav-tabs > li:first-child > a {
    margin-left: 0;
}
/* nav tab link:hover */
.tab-block .nav-tabs > li > a:hover {
    background-color: #f4f4f4;
}
/* nav tab active link:focus:hover */
.tab-block .nav-tabs > li.active > a,
.tab-block .nav-tabs > li.active > a:hover,
.tab-block .nav-tabs > li.active > a:focus {
    cursor: default;
    position: relative;
    z-index: 12;
    color: #fff;
    background: #002147;
    border-color: #e2e2e2;
    border-bottom: 1px solid #fff;
}
.tab-pane {
    overflow: auto;
}
/*===============================================
  Tab Navigation - Tabs Left
================================================= */
.tabs-left {
    float: left;
}
/* nav tab item */
.tabs-left > li {
    float: none;
    margin: 0 -1px -1px 0;
}
/* nav tab item link */
.tabs-left > li > a {
    padding: 14px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid transparent;
    border-color: #ddd;
    background: #fafafa;
}
/* nav tab link:hover */
/* nav tab active link:focus:hover */
.tab-block .tabs-left > li.active > a,
.tab-block .tabs-left > li.active > a:hover,
.tab-block .tabs-left > li.active > a:focus {
    color: #555;
    border-color: #ddd #fff #ddd #ddd;
    cursor: default;
    position: relative;
    z-index: 12;
    background: #fff;
}
/*===============================================
  Tab Navigation - Tabs Right
================================================= */
.tabs-right {
    float: right;
}
/* nav tab item */
.tabs-right > li {
    float: none;
    margin: 0 0 -1px -1px;
}
.tabs-right > li:focus {
    background-color: #002147;
}
/* nav tab item link */
.tabs-right > li > a {
    padding: 14px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid transparent;
    border-color: #ddd;
    background: #fafafa;
}
/* nav tab link:hover */
/* nav tab active link:focus:hover */
.tab-block .tabs-right > li.active > a,
.tab-block .tabs-right > li.active > a:hover,
.tab-block .tabs-right > li.active > a:focus {
    color: #555;
    border-color: #ddd #ddd #ddd #fff;
    cursor: default;
    position: relative;
    z-index: 12;
    background: #fff;
}
/*===============================================
  Tab Navigation - Tabs Right
================================================= */
.tabs-below {
    position: relative;
}
/* nav tab item */
.tabs-below > li {
    float: left;
    margin-top: -1px;
}
/* nav tab item link */
.tabs-below > li > a {
    position: relative;
    z-index: 9;
    margin-right: -1px;
    padding: 11px 16px;
    color: #777;
    font-weight: 600;
    border: 1px solid #ddd;
    background: #fafafa;
}
/* nav tab link:hover */
/* nav tab active link:focus:hover */
.tab-block .tabs-below > li.active > a,
.tab-block .tabs-below > li.active > a:hover,
.tab-block .tabs-below > li.active > a:focus {
    cursor: default;
    position: relative;
    z-index: 12;
    color: #555555;
    background: #fff;
    border-color: #ddd;
    border-top: 1px solid #fff;
}
.user-location {
    position: absolute;
    top: 50px;
    right: 25px;
}

#headingOne {
    padding: 0 12px;
}
#slot_time {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
}

ul.treatments li {
    border-bottom: 1px dotted #ddd;
    list-style-type: none;
    padding: 10px;
}

.fromInput50 .form-control {
    height: 41px;
}
#slots {
    height: 590px;
    overflow: auto;
    margin-left: -45px;
}

.mainRow p {
    margin: 0px;
}

.mainRow .desc {
    background-color: #f0edeb;
    margin-top: 5%;
    margin-left: 0;
}

.mainRow .card-body {
    padding: 0;
    margin: 0;
}

.mainRow div.card.main {
    margin: 0px !important;
}

.mainRow .card {
    padding: 25px 0 0 0 !important;
}

.mainRow .quantity,
.mainRow .shipping,
.mainRow .promocode,
.mainRow .subtotal,
.mainRow .cardAndExpire,
.mainRow .nameAndcvc {
    margin: 5%;
    color: #6c757d !important;
}

.mainRow .heading1 {
    margin: 5%;
    font-size: 25px;
}

.mainRow .heading2 {
    margin: 5%;
    margin-top: 15%;
    font-size: 20px;
}

.mainRow .payment {
    background-color: #f0edeb;
    padding: 3px;
    margin-top: 15%;
}
.number-spinner {
    width: 150px;
}
.mainRow .text1 {
    color: black;
    font-weight: 700;
}

.mainRow .card-footer {
    background-color: black;
    color: white;
}
.shopping-cart-wrap th {
    font-weight: normal;
}
.shopping-cart-wrap th:nth-child(2) {
    text-align: center;
}
.mainRow .purchaseLink {
    text-decoration: none;
}

.mainRow .row1 {
    font-size: 14px;
}

.mainRow .row2 {
    font-weight: 600;
}

.mainRow .subRow {
    margin-left: 0;
    margin-bottom: 2%;
    margin-top: 3%;
}
.mainRow .subRow:first-child {
    margin-left: 5%;
}
table.shopping-cart-wrap {
    width: 98%;
}
.mainRow p.cardAndExpireValue,
.mainRow p.nameAndcvcValue {
    margin: 5%;
    margin-bottom: 10%;
    font-weight: 600;
}

.mainRow p.nameAndcvc,
.mainRow p.cardAndExpire {
    margin-bottom: -10px;
}

.mainRow .total {
    margin: 5%;
}

.mainRow .totalText {
    font-weight: 700;
}

.mainRow .totalText2 {
    font-weight: 700;
    font-size: 30px;
}

.mainRow .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    height: 430px;
}
.pagination {
    transform: scale(1.2);
    margin: 30px auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.page-item.active .page-link {
    background-color: #002147;
    border-color: #002147;
}
.wallet-box {
    border: 1px solid #002147;
    border-radius: 5px;
    width: 96%;
    margin: 1% 0 0 2%;
    padding: 10px;
}
.margin-right {
    border-right: 1px solid #ccc !important;
}

.success-message-card .card-header {
    background-color: #42ba96;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}
.success-message-card .alerticon {
    font-size: 5rem;
    color: #42ba96;
}
.success-message-card .card-footer {
    background-color: #022c46;
    color: #ffffff;
    text-decoration: none;
}
.success-message-card .card-footer a {
    text-decoration: none;
    color: #ffffff;
    /* background-color: transparent; */
}
/*avail table*/
.tbl-sm-txt {
    font-size: 12px;
}
.calendar-col {
    width: 13.6%;
    border-top: 1px solid #002147;
    border-bottom: 1px solid #002147;
    display: inline-table;
}

.dates {
    padding: 0;
    text-align: center;
    margin-bottom: 0 !important;
}
.dates input[type="checkbox"] + label {
    padding-left: 20px;
}
.dates li {
    list-style: none;
}
.dates li:first-child {
    background-color: aliceblue;
    border-bottom: 1px solid #002147;
}
.dates li:not(:first-child) {
    padding: 10px 15px;
}
.dates li:nth-child(even) {
    background-color: #eee;
}
.hours span {
    font-size: 20px;
    display: block;
    color: #002147;
}

.mb50 {
    margin-bottom: 50px;
}
.mt10 {
    margin-top: 10px;
}
/*PRICE COLOR CODE START*/
#generic_price_table .generic_content {
    background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    span {
    color: #525252;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .sign {
    color: #414141;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .currency {
    color: #414141;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .cent {
    color: #414141;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head_bg,
#generic_price_table
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-color: #2ecc71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ecc71;
    color: #fff;
}

#generic_price_table
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head
    span,
#generic_price_table
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head
    span {
    color: #000;
}

.middle-tbl {
    transform: scale(1.02);
    box-shadow: 0px 0px 5px 0px rgba(195, 195, 195, 0.75);
    z-index: 999;
}
/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
}
#generic_price_table .generic_content:hover{
    transform: scale(1.04);
box-shadow: 0px 0px 5px 0px rgba(25, 113, 194, 0.75);
z-index: 9999;
}
#generic_price_table .generic_content .generic_head_price {
    margin: 0;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg {
    position: absolute;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head {
    padding-top: 10px;
    position: relative;
    z-index: 1;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price {
    display: block;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .sign {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .currency {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .cent {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table
    .generic_content
    .generic_head_price
    .generic_price_tag
    .month {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-size: 12px;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .head i {
    font-size: 24px;
    color: #000;
    display: block;
}
#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg,
#generic_price_table
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head_bg,
#generic_price_table
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    h2,
#generic_price_table
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head
    h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 320px) {
}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }

    #generic_price_table .col-md-4 {
        float: left;
        width: 50%;
    }

    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home {
    font-family: "Raleway", sans-serif;
}

.text-center h1,
.text-center h1 a {
    color: #7885cb;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}
.demo-pic {
    margin: 0 auto;
}
.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}
#generic_price_table_home li {
    float: left;
}
#generic_price_table_home li + li {
    margin-left: 10px;
    padding-bottom: 10px;
}
#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}
#generic_price_table_home .blue {
    background: #3498db;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald {
    background: #2ecc71;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey {
    background: #7f8c8d;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight {
    background: #34495e;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange {
    background: #e67e22;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple {
    background: #9b59b6;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red {
    background: #e74c3c;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise {
    background: #1abc9c;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}
#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}
#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}
.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}
.bottom_btn:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}
.plan-ico {
    width: 70px !important;
}
.tooltips i {
    font-size: 18px;
    color: #40c057;
    margin-right: 15px;
}
.mt-50 {
    margin-top: 38px;
}
.fc-event-main-frame {
    display: block !important;
    text-align: center;
}
.fc-event-main-frame div {
    height: 28px;
}
.tooltips {
    max-width: 200px;
    text-align: center;
}
.tutor_rate{
    margin-top: 20px;
}
.tutor_status{
    margin-left: 10px;
}
.tutor-type {
    display: inline-block;
    height: 20px;
    width: 19px;
    margin-top: -10px;
    position: relative;
    top: 5px;
}
.tutor-type.platinum {
    background-image: url(../images/tutor-plat.png);
    background-size: contain;
}
.tutor-type.gold {
    background-image: url(../images/tutor-gold.png);
    background-size: contain;
}
.tutor-type.silver {
    background-image: url(../images/tutor-silver.png);
    background-size: contain;
}
.tutor-type.bronze {
    background-image: url(../images/tutor-bronze.png);
    background-size: contain;
}
.mr-15 {
    margin-right: 15px;
}

.pl-20{
    padding-left: 30px;
}
.media-right span{
    font-size: 18px;
    font-weight: 400;
}
.info-card{
    font-size: 12px;
    color: red;
    background-color: RGBA(255, 201, 201,0.3)
}
.info-card i{
    font-size: 16px;
}


.thm-btn.banner-one__btn {line-height: 20px;background: #002147;}

.thm-btn.banner-one__btn:hover {line-height: 20px;background: #085484; color:#fff!important;}





.abouts {
  border: 1px solid #f1f1f1;
  padding: 15px;
  min-height: 309px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 22px #f1f1f1;
}


.testi-footer {
  font-size: 16px;
  color: #012237;
  font-weight: 500;
}


.headertexts{text-align:center; margin:100px 0px 30px;}

.aboutus {
  padding-bottom: 110px;
  /* background-image: url(../images/footer-bg-2.png); */
  background-size: 1000px;
  background-repeat:no-repeat;
}



.about-two__image-dots8 {
  width: 174px;
  height: 174px;
  position: absolute;
  bottom: 336px;
  right: calc(100% - 1379px);
 /* background-image: url(../images/dots.png);*/
  background-position: 0 0;
  z-index: -1;
}

.about-two__image-dots9 {
  width: 175px;
  height: 182px;
  position: absolute;
  bottom: -44px;
  right: calc(100% - 122px);
 /* background-image: url(../images/h3-s1.png);*/
  background-position: 0 0;
  z-index: -1;
  background-size: 175px;
}


.r_tile_box {
  padding-top:50px;
  background-color: #fff;
 /* background-image: url(../images/curves2.png); */
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 20px;
  min-height: 200px;
  box-shadow: 0px 0px 24px -8px rgba(227, 227, 227, 1);
  display: block;
  background-size: 150px;
}


.ico-resourses {
  width: 50px;
  height: 50px;
  background-color: #022c46;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding-top: 8px;
  position: absolute;
  left: 44%;
}

.r_tile_box_title {
  margin: 0;
    margin-top: 0px;
  font-size: 20px;
  font-weight: 400;
  color: #012237;
  margin-top: 20%;
}

.common_page_header h5 {
  margin-top: 40px;
}


.common_page_header {
  text-align: center;
  margin-bottom: 40px;
}


.resourced{padding-top: 30px;padding-bottom: 100px;}

.resourced2 h5 {
  font-size: 30px !important;
  color: #012237;
  font-size: 30px;
}



.faqs{ padding:90px 0px;  /* background-image: url(../images/footer-bg-2.png); */ background-size: 1000px;}



.input-group input {
  border-radius:0px !important;
  font-family: "Libre Baskerville", serif;
  border: 0px;
}

.select2-selection.select2-selection--single {
  border-radius:0px;
  font-family: "Libre Baskerville", serif;
  border: 0px;
}

.faqboxs{padding-bottom: 60px; padding-top: 60px;}


.faqtextsd button {font-size: 20px;}

.card-body {color: #000;}

.adUni.thm-btn.thm-btn-alt {color: #fff;}




.reviestexts h2 {color: #002147;font-size: 18px;}

.reviestexts p {line-height: 20px;}

.rewraps {border-bottom: 1px solid #ccc;margin-bottom: 30px; padding-bottom: 30px;}

.reforms{margin-top:30px;}


.tutorteams {text-align: left; padding-bottom: 10px;}

.tutorteams p {font-size: 16px;}

.tutorteams img {margin: 0px;}

.tutorteams i {margin: 0px;}


.students {text-align: left; padding-bottom: 10px;}

.students p {font-size: 16px!important;}

.students img {margin: 0px!important;;}

.students i {margin: 0px!important;;}





.faq-row {
  box-shadow: 0 10px 20px 0 rgba(116,103,91,.059);
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0 0 10px;
}

.faq-row .faq-title { 
  padding: 20px 20px 20px 65px;
  margin: 0;
  font-size: 20px;
  position: relative;
  /*font-weight: 600;*/
  cursor: pointer;
  color: #000;
  background: #f1f1f1;
}

.faq-row .faq-title.collapsed .no{ 
 background:  #fff;
}
.faq-row .no {
  position: absolute;
  left: 16px;
  top: 17px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
   background:  #fff;
}
.faq-row .faq-body {
  padding: 20px;
  border-top: 1px solid #ddd;
}

.faq-row .faq-body p:last-child {
  margin-bottom: 0;
}































@media (max-width:1000px) and (min-width:601px){
	
	
	
	
	
.header-navigation ul.navigation-box > li > a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: relative;
  font-family: "Libre Baskerville", serif;
  padding: 5px 15px !important;
  box-shadow: none;
}



.banwraps {
  display: inline-block;
  width: 80%;
  text-align: center;
  margin: 0px auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 40px #020202;
  border-radius: 0px;
  border: 1px solid #f7f7f7;
}

.bantexts h3 {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.bantexts p {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  text-shadow: none;
  font-weight: 400;
  margin: 0px;
  color: #000;
}



.topbar-one {
  background-color: #022c46;
}

.header-navigation .container .logo-box {
  transform: translateY(-57%);
  background-color: #fff;
}

.topbar-one .container {
  height: auto;
}

.topbar-one__right {
  margin-bottom: 10px;
}

.thm-btn.banner-one__btn {
  padding: 10px !important;
  font-size: 18px;
}

.topbar-one__right a:last-child {
  padding: 10px !important;
  line-height: 20px;
}

.main-logo {
  width: 128px;
}


.header-navigation .container .menu-toggler {
  color: #fff;
  font-size: 30px;
}

.kipso-icon-menu {
  background: #0c0a48;
  border-radius: 5px;
}



.header-navigation .container .logo-box .navbar-brand {
  float: left;
  padding: 0px 0 0px;
}

.site-header {
  top: 0px;
  z-index: 999;
}


.site-header {
  position: relative;
  margin-bottom: 1px;
  background: #fff;
  padding: 50px 0px 40px;
  border-bottom: 1px solid #a1a1a1;
}

.about-two__single {
  flex: 100%;
}

.col-xl-6.justify-content-sm-center.learnimgs {
  position: relative;
}








	
	
}
















@media (max-width:600px) and (min-width:200px){
	



.abouttexts{  margin: 0px 0px 30px; }




.main-logo {width: 128px;}


.reimgs {margin-bottom: 20px;}
.regapsd{margin-bottom:20px;}


.site-header {padding: 0px 0px;}



.circle {top: 15px!important;}


.search-input-grp {
 padding: 20px 10px 10px;
  background-color: #002147;
  height:auto!important;
  max-height: none;
}

.input-group input {
  border-radius:0px !important;
  font-family: "Libre Baskerville", serif;
  border: 0px;
  margin-bottom: 5px !important;
}

.select2.select2-container.select2-container--default {
  width: 100% !important;
  border-radius: 0px;
  margin-bottom: 15px;
}


.select2-selection.select2-selection--single {
  border-radius: 0px!important;
  font-family: "Libre Baskerville", serif;
  border: 0px;
  width: 100% !important;
}


.media-left.pr-12 {width: 100%;padding: 10px;margin: 0px;}

.media-left.pr-12 img {width: 100%; padding: 10px;}






.card-footer.flexbox.align-items-center > div {
  border:0px solid #000;
  display: contents;
  width: 100%;
}

.media-body {padding: 10px;}











.searchBtn-group .btn-danger {
  padding: 5px 15px !important;
  display: none;
}


.blog_listing_wrapper.stories-section h1 {
  text-align: center !important;
  font-size: 25px;
}






.btn-group.searchBtn-group button.banner-one__btn {
  margin: 0px;
  top: 0px;
  left: 0;
  border-radius: 0px;
  width:100%;
}



.btn-group.searchBtn-group a.thm-btn {display: none;}


.blog_listing_wrapper.stories-section h1 {
  font-size: 20px;
  text-align: center !important;
  margin: 0px auto;
}

.tooltips {
  max-width: 200px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px !important;
}


.page-heading {
  position: relative;
  padding: 15px 10px;
  margin: -75px 0px 25px;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f8f9fa;
}



.tooltips {
  max-width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px !important;font-size: 20px;
}

.tutor_rate.text-center {text-align: left !important;margin: 0px;}



#generic_price_table .generic_content {
  border: 0px solid red;
  margin: 30px 15px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {font-size: 25px;font-weight: 500;}

#generic_price_table .generic_content .generic_feature_list ul li {font-size: 20px;transition: all 0.3s ease-in-out 0s;}

.thm-btn.banner-one__btn {
  padding: 10px !important;
  font-size: 18px;
}

.calendar-col {
  width: 100%;
  border-top: 1px solid #002147;
  border-bottom: 1px solid #002147;
  display: inline-table;
}


.btn-group.shrink {width: 100%;}

.btn-group.shrink a {width: 100%;}

.btn-group.shrink a {font-size: 20px;}

.text-right {text-align: left !important;}

.tab-block .tab-content {padding: 20px 10px !important;}

.dates li:first-child {
  background-color: #0e3c64;
  border-bottom: 1px solid #002147;
  color: #fff;
}

.hours span {
  font-size: 20px;
  display: block;
  color: #fff;
}


.team-one.team-one__become-tutor {padding-bottom: 0px;}














.text-secondary {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000 !important;
}


.tab-block .nav-tabs > li > a {
  z-index: 9;
  position: relative;
  color: #aaa;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 6px;
  margin-right: -1px;
  border-color: #e2e2e2;
  border-radius: 0;
  background: #fafafa;
    background-color: rgb(250, 250, 250);
  display: block;
}











.topbar-one .container {height: auto;}

.header-navigation ul.navigation-box > li > a {
 
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: relative;
  font-family: "Libre Baskerville", serif;
  padding: 5px 15px !important;
  box-shadow: none;
}

.header-navigation ul.navigation-box > li > a:hover {color: #fff;}

.header-navigation .container .logo-box {transform: translateY(-45%);background-color: #fff;}


.banner-one .container {position: relative;padding-top:86px;padding-bottom: 200px;}


.banwraps {display: inline-block;width: 100%;text-align: center;margin: 0px auto; padding: 10px;background: rgba(255, 255, 255, 0.8);box-shadow: 0px 0px 40px #020202;
border-radius:0px;border: 1px solid #f7f7f7;}


.bantexts h3 {text-align: center;font-family: "Libre Baskerville", serif;font-size: 15px;font-weight: 500;text-transform: uppercase;}


.bantexts p {text-align: center;font-family: "Libre Baskerville", serif;font-size: 16px;text-shadow: none;font-weight: 400;margin: 0px;color: #000;line-height: 20px;}

.banner-one__cta {bottom: 110px;}

.banner-one__cta {width: 100%;max-width:190px;padding: 5px 5px;}




.banner-wrapper .banner-carousel-btn {bottom:88px;}
.welwraps {padding: 10px 10px !important;}

.block-title__title span {color: #012237;font-size: 18px;}

.block-title__title {line-height: 25px;}



.about-two .block-title {margin-bottom: 30px;}

.col-xl-6.justify-content-sm-center.learnimgs {position: relative;}


.about-two__single {flex: 100%;}


.aboutcontent1 {background: #fff;margin-bottom: 20px;}

.aboutwrap {padding-bottom: 80px; /*background-image: url(../images/footer-bg-1.png);*/ background-size: 960px;}

.course-category-one {padding: 50px 0px 50px;}

.block-title__title {font-size: 20px;}

.video-two { position: relative; padding: 100px 0px 100px;background-image: url(../images/kec-scroll.jpg);background-position: center center;background-size: cover;
	background-attachment: fixed;}

.video-two__title {font-size: 30px; color: #fff; margin: 0; margin-top: 0px; margin-bottom: 0px;margin-bottom: 60px;margin-top: 30px;text-align: center;line-height: 40px;}


.btntenter {text-align: center;margin: 0px auto;width: 30%;}

.cta-three .block-title {margin-bottom: 20px;margin-top: 10px;text-align: center;}

.benifitwrap {padding: 50px 10px; /*background-image: url(../images/footer-bg-2.png); */ background-size: 1000px;}


.block-title__title3 {font-size: 16px;}

.about-two__single-text {font-size: 20px;}

.elementor-widget-container {padding: 0px 0px 0px 0px; margin-bottom:10px;}
.elementor-widget-container2 {padding: 0px 0px 0px 0px; margin-bottom:10px;}
.elementor-widget-container3 {padding: 0px 0px 0px 0px; margin-bottom:10px;}

.blog-sec {margin-bottom: 0px;margin-top: 50px;}

.menu-toggler {display: block !important;margin-left: 160px !important;}



.header-navigation .container .logo-box {display: -webkit-box;}

.topbar-one__right {margin-bottom: 10px;}

.kipso-icon-menu {background: #0c0a48; border-radius: 5px;}

.header-navigation .container .menu-toggler {color: #fff;font-size: 30px;}



.about-two__image-dots {
  width: 197px;
  height: 268px;
  position: absolute;
  top: 230px;
  left: calc(100% - 70px);
  background-image: url(../images/dot-pattern-1-2.png);
  background-position: 0 0;
  z-index: 0;
}



.banner-one__slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover!important;
  position: relative;
  height: auto;
  width: 100%;
 /* background-size: contain;*/
}




.bantexts {text-align: center;top: 80px;}


.banner-one__cta-text {font-size: 14px;}




.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"] {
  width: 30px;
  height: 30px;
  background-color: #022c46;
}

.banner-wrapper .banner-carousel-btn [class*="banner-carousel-btn__"] i {font-size: 15px;}




.abouts {min-height:auto;}






.searchBtn-group {left: 0px;}





.pricing-block {
  position: relative;
  right: 0px !important;
}

.team-one.team-one__become-tutor.tutorlists {
  margin-top: 20px;
}

.mediaimgs {
  height: auto;
  overflow: auto;
}


.topbar-one__right a:last-child {
  padding: 10px !important;
  line-height: 20px;
}


.banner-wrapper .banner-carousel-btn {
  position: relative;

}



.about-two__image {left: 230px;}


.about-two__count {right: 210px;}


.beimgs {height: 290px;overflow: hidden;}


.vertexts {
  padding: 15px 15px;
  text-align: center;
  margin-bottom: 0px;
  min-height: auto;
}


.startsd {text-align: center;}

.mediaimgs img {width: 60% !important;}


.common_page_header h5 {margin-top: 60px;}

.teacherAvatar {
  width: 50%;
  height: auto !important;
  min-height: auto;
}

.team-one__image {
  text-align: center;
  margin-bottom:0px;
}


.team-one__content {
  text-align: center;
  border-bottom: 0px solid #f1f1f1!important;
  border-top: 0px solid #f1f1f1!important;
  border-right: 0px solid #f1f1f1!important;
  border-left: 0px solid #f1f1f1!important;
  
  padding-bottom: 10px!important;
  padding-top:10px!important;
  padding-left: 5px;
  padding-right: 5px;
}


.team-one { padding-top: 80px;border:0px solid red;}


.team-one__single {
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #f1f1f1;
  padding:10px;
}

.description { margin-bottom: 0px;}





.become-tutor {padding-bottom: 0px !important;}

























}


















