@font-face {
    font-family: "hk_groteskbold";
    src: url("../fonts/hkgrotesk-bold-webfont.woff2") format("woff2"), url("../fonts/hkgrotesk-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "hk_groteskregular";
    src: url("../fonts/hkgrotesk-regular-webfont.woff2") format("woff2"), url("../fonts/hkgrotesk-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "hk_groteskmedium";
    src: url("../fonts/hkgrotesk-medium-webfont.woff2") format("woff2"), url("../fonts/hkgrotesk-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/*Mixins*/

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    80% {
        transform: scaleY(1.1);
    }
    100% {
        transform: scaleY(1);
    }
}

.link,
body {
    position: relative;
}

.btn-theme,
p {
    line-height: 1.4;
}

.btn-theme.active.focus,
.btn-theme.active:focus,
.btn-theme.focus,
.btn-theme:active.focus,
.btn-theme:active:focus,
.btn-theme:focus,
:active,
:focus,
a,
a:active,
a:focus,
a:hover {
    outline: 0;
    transition: all 3s ease;
}

.link:after,
.pricing .pricing-list-item:before {
    width: 9px;
    height: 2px;
    content: " ";
}

.link:after,
.pricing .pricing-list-item:before {
    content: "+";
}

.back-to-top:focus,
.back-to-top:hover,
.btn-theme.focus,
.btn-theme:focus,
.btn-theme:hover,
.content-wrapper-link,
.header .logo-wrap:focus,
.header .logo-wrap:hover,
a:active,
a:focus,
a:hover,
h1>a:focus,
h2>a:focus,
h3>a:focus,
h4>a:focus,
h5>a:focus,
h6>a:focus {
    text-decoration: none;
}

.back-to-top,
.carousel-title,
.header .nav-item-child,
.link {
    text-transform: uppercase;
}

html {
    overflow-x: hidden;
    font-size: 16px;
}

body,
html,
html a {
    -webkit-font-smoothing: antialiased;
}

p {
    font-size: 1.125rem;
    color: #666666;
    margin-bottom: 1rem;
    line-height: 1.8;
}

em,
li {
    font-size: 1.125rem;
    color: #666666;
    margin-bottom: 1rem;
    line-height: 1.8;
}

a {
    color: #002b4e;
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    color: #999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-weight: 700;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: #000000;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
    color: #999999;
    text-decoration: none;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.875rem;
}

.accordion .panel-title,
h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.175rem;
}

::selection {
    color: #ffffff;
    background: #000000;
    text-shadow: none;
}

::-webkit-selection {
    color: #ffffff;
    background: #000000;
    text-shadow: none;
}

::-moz-selection {
    color: #ffffff;
    background: #000000;
    text-shadow: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper {
    background-color: #ffffff;
}

.top-bar {
    background-color: #000;
    padding: 6px 0;
}

.top-bar ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.top-bar ul li {
    margin: 4px 0px 6px;
    position: relative;
    list-style: none;
    color: #ccc;
}

.top-bar .social-media ul li {
    margin-bottom: 0;
}

.top-bar .social-media ul li a {
    line-height: 25px;
    color: #ccc;
}

.top-bar ul li a {
    padding: 0px 15px;
    color: #ccc;
    display: inline-block;
}

.top-bar ul li a:hover {
    color: #000000;
}

.top-bar ul li a:hover {
    color: #C00404;
}

.logo {
    display: inline-block;
    padding: 2px 0 !important;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.logo img {
    width: 100px;
}

.logo span {
    font-size: 30px;
    color: #8c2a25;
    font-weight: bold;
    display: inline-block;
    line-height: normal;
    float: right;
    margin-left: 10px;
    margin-top: 7px;
    transition: color .15s ease-in-out;
}

.logo span:hover {
    color: #000;
    transition: color .15s ease-in-out;
}

#header {
    padding: 0;
}

#header h1,
#header p,
#header ul {
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    line-height: normal;
    color: #cccccc;
}

#header h1 a,
#header p a {
    color: #ffffff;
}

header {
    border-bottom: solid 1px #ccc;
    box-shadow: 0 0 20px #666;
    position: relative;
    z-index: 9;
    background-color: #f9e6c6;
}

.nav-link {
    display: block;
    padding: 0.5rem 1.1rem;
    font-size: 1rem;
}

.navbar-nav>.nav-item>.nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-nav>.nav-item {
    margin: 0 1.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #716b70;
    font-weight: bold;
    position: relative;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
}

.navbar-expand-lg .navbar-nav .nav-item>.nav-link:hover {
    color: #8c2a25;
}

.navbar-expand-lg .navbar-nav .nav-item:after {
    content: "";
    border-style: solid;
    border-width: 0 0 4px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-radius: 50px;
    border-color: #8c2a25;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-expand-lg .navbar-nav .nav-item:hover:after {
    width: 100%;
    border-color: #8c2a25;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dropdown-toggle.active-dropdown::after {
    transform: rotate(-90deg);
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d56aa;
    text-decoration: none;
    background-color: #8c2a25;
}

.dropup,
.dropdown {
    position: relative;
}

.navbar-toggler-icon {
    height: auto;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

.dropup .dropdown-menu {
    margin-top: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    white-space: inherit;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link {
    color: #404040;
}

.btco-hover-menu a,
.navbar>li>a {
    text-transform: capitalize;
    padding: 14px 0px;
}

.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus,
.navbar>.show>a,
.navbar>.show>a:focus,
.navbar>.show>a:hover {
    color: #000;
    background: transparent;
    outline: 0;
}

.dropdown-menu {
    padding: 0px 0px;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.4);
}

.dropdown-menu li {
    padding: 0px 15px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 0;
}

.dropdown-menu li a {
    font-size: 1rem;
}

.btco-hover-menu .collapse ul ul>li a:after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0%;
    height: 100%;
    border-width: 0;
    background-color: #8c2a25;
    border-radius: 0;
    z-index: -1;
    background-color: #8c2a25;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btco-hover-menu .collapse ul ul>li a:hover:after {
    width: 100%;
    background-color: #8c2a25;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btco-hover-menu .collapse ul ul ul>li:hover,
.btco-hover-menu .collapse ul ul>li:hover {
    border-color: #8c2a25;
    background-color: #8c2a25;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btco-hover-menu .collapse ul ul>li:hover>a,
.navbar .show .dropdown-menu>li>a:focus,
.navbar .show .dropdown-menu>li>a:hover {
    color: #ffffff;
    border-color: #8c2a25;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
    background: #ffffff;
    min-width: 16rem;
}

.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
    background: #ffffff;
}

.btco-hover-menu .collapse ul ul ul ul,
.btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
    background: #ffffff;
}

.btco-hover-menu {
    background: none;
    margin: 0;
    padding: 0;
    min-height: 20px;
}

#carouselExampleControls .carousel-item img {
    width: 100%;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 0;
}

.carousel-caption p {
    font-size: 3rem;
    color: #ffffff;
    line-height: normal;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

section {
    padding: 60px 0;
}

.common-heading {
    color: #000000;
    margin: 0 0 60px;
    padding-left: 0px;
    position: relative;
    text-align: center;
    position: relative;
}

.common-heading::before {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 150px;
    height: 2px;
    background-color: #8c2a25;
    margin: auto;
    left: 0;
    right: 0;
}

.common-heading::after {
    content: '';
    position: absolute;
    bottom: -28px;
    width: 20px;
    height: 20px;
    background-color: #8c2a25;
    border: solid 4px #fff;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
}

.card {
    height: 100%;
}

.bg-gray {
    background-color: #ebf1f4;
}

.quick-info {
    display: flex;
    background-color: #fff4e2;
    border: solid 1px #e0e0e0;
    align-items: center;
}

.quick-info p {
    margin: 0;
    width: 50%;
}

.quick-info h4 {
    padding: 0 5px;
    margin: 0;
    width: 50%;
    text-align: center;
}

.section-viewlink {
    float: right;
    font-size: 1rem;
    line-height: 30px;
    color: #C00404;
    padding-top: 10px;
    position: relative;
}

.courses .card {
    border: none;
    background: none;
}

.courses .card .card-body {
    padding-left: 0;
    padding-right: 0;
}

.card-counts .card-table {
    display: table;
    width: 100%;
}

.card-counts .card-table .card-tablecell {
    text-align: center;
}

.card-counts .card-table .card-tablecell .sprite {
    display: block;
    border: solid 1px #ffffff;
    border-radius: 20px;
    background: #ccc;
    width: 120px;
    height: 120px;
    transform: rotate( 45deg);
    margin: auto;
    margin-bottom: 30px;
}

.card-counts .card-table .card-tablecell .sprite img {
    transform: rotate( -45deg);
    position: relative;
    top: 16px;
    width: 80px;
}

.card-userdetails h4,
.card-userdetails h3 {
    font-size: 2rem;
    color: #000;
    margin: 0;
}

.card-userdetails p {
    font-size: 1.125rem;
    line-height: 19px;
    color: #000;
    margin: 0;
}

.bg-img {
    background-size: cover;
}

.numbers .common-heading {
    color: #000;
}

.gallery img {
    border: solid 2px #ffffff;
}

footer {
    background-color: #946f34;
    padding-top: 0px;
    /* 
	background: #5000ca;
	margin-top: 50px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: 100%;
}

.footer-shape path {
    fill: #946f34;
}

footer h3 {
    font-weight: bold;
    font-size: 26px;
    line-height: 46px;
    color: #fff;
}

footer p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

footer li a:hover {
    color: #8c2a25;
}

.social-media {
    margin: 0;
}

.social-media ul {
    list-style: none;
    padding: 0;
}

.social-media ul li {
    margin-bottom: 10px;
}

.social-media ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 10px;
}

.social-media ul li a b {
    width: 36px;
    text-align: center;
    background-color: #fff;
    height: 36px;
    border-radius: 50%;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    color: #8c2a25;
}

.social-media ul li a:hover {
    color: #8c2a25;
}

.social-media ul li a:hover b {
    background-color: #8c2a25;
    color: #fff;
}

.copy-right {
    justify-content: space-between;
    background-color: #6d4f1e;
}

.copy-right p {
    line-height: 21px;
    font-size: 1rem;
    color: #bcbcbc;
    margin-bottom: 0;
    padding: 20px 0;
}

.copy-right p span {
    color: #ffffff;
}

.policy-container a {
    color: #ffffff;
    margin-left: 25px;
}

.contact ul {
    padding: 0;
    margin-right: 30px;
}

.contact li span {
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: normal;
    margin-top: 10px;
    font-weight: bold;
}

.contact ul,
.contact li,
.contact li a {
    list-style: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 30px;
}

.contact li {
    margin-bottom: 6px;
}

.contact .fa {
    margin-right: 10px;
    line-height: 40px;
}

.footer-links {
    border-bottom: 2px solid #223D52;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.footer-links ul {
    padding: 0;
}

.footer-links ul li {
    list-style: none;
}

.footer-links ul li a {
    color: #bcbcbc;
    font-weight: 500;
    font-size: 1rem;
    line-height: 30px;
}

.footer-links ul li a:hover {
    color: #ffffff;
}

.list-items li {
    margin-bottom: 15px;
}

.back_to_top {
    position: fixed;
    bottom: 33px;
    right: 30px;
    margin: 0px 0px 0px 0px;
    width: 45px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    background-color: #C00404;
    border-radius: 50%;
    z-index: 1;
}

.back_to_top a {
    font-size: 2rem;
    color: #fff;
    padding-top: 5px;
    display: block;
    width: 45px;
    height: 45px;
}

.back_to_top a:hover {
    transform: translateY(-5px);
}

.page-banner {
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page-banner-inner {
    display: table-cell;
    vertical-align: middle;
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.page-banner-inner h1 {
    font-size: 3rem;
    color: #fff;
    letter-spacing: 1.14px;
    margin: 0;
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    line-height: 300px;
}

.page-banner-inner img {
    width: 100%;
    position: absolute;
    top: 0;
}

.bread-crumbs {
    background-color: #ebf1f4;
    padding: 10px 0;
}

.bread-crumbs p {
    color: #000000;
    padding: 0 15px;
    border-right: solid 1px #1d56aa;
    margin-bottom: 0;
}

.bread-crumbs p:last-child {
    border: none;
}

.bread-crumbs p a {
    color: #999999;
}

.bread-crumbs p a:hover {
    color: #000000;
}

.ct_contact_address {
    width: 100%;
    position: relative;
    margin: 20px 0px 0px;
}

.ct_contact_address h5 {
    text-transform: capitalize;
    margin: 0px 0px 15px;
}

.contact-address {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 0.25rem;
}

.contact-address .contact ul,
.contact-address .contact li,
.contact-address .contact li a {
    color: #000000;
}

.contact-form textarea {
    height: 150px;
}

.custom-text p {
    margin-bottom: 2rem;
}

.custom-text li {
    margin-bottom: 0.75rem;
}

.align-right {
    margin: 10px 0 20px 30px;
    float: right;
}

.page-banner {
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.sidebar {
    background-color: #F4F0EB;
}

.sidebar h3 {
    font: 1.125rem;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid #E7E1D9;
    position: relative;
}

.sidebar ul {
    padding: 0 30px;
    list-style: none;
}

.sidebar ul li {
    letter-spacing: 0.5px;
    color: #444;
    margin: 0 !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #E7E1D9;
}

.sidebar ul li a {
    font-weight: 700;
    color: #444;
    padding-right: 20px;
    position: relative;
    font-size: 1rem;
}

.sidebar ul li a:after {
    content: "";
    background: url("../images/right.png") no-repeat;
    background-size: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 20px;
    background-position: center right;
    position: absolute;
    top: 3px;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    -ms-transition: all 300ms ease;
}

.sidebar ul li a:hover:after {
    transform: translateX(6px);
}

table tbody tr.dark {
    background-color: #E8E8E8;
}

table tbody tr.light {
    background-color: #ffffff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 6px #ccc;
    background: #f9e6c6;
}

.list-wrap li {
    width: 33%;
}

.imgholder img {
    max-width: 50%;
    margin-bottom: 20px;
}

.an-children .an-child,
.an-intro>*,
.an-left,
.an-right,
.an-up,
.headline--left::before,
.hero--cover .hero__content>* {
    transition: transform .9s cubic-bezier(.215, .61, .355, 1), opacity .9s cubic-bezier(.215, .61, .355, 1);
}

.inner {
    position: relative;
    overflow: hidden;
}

.image-box {
    /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background-size: cover;
    background-position: center;
    transition: transform .9s cubic-bezier(.215, .61, .355, 1);
}

.image-box img {
    transition: transform .9s cubic-bezier(.215, .61, .355, 1);
}

.image-box:hover img {
    transform: scale(1.2);
    transition: transform .9s cubic-bezier(.215, .61, .355, 1);
}

.content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 1;
    padding: 60px 40px 40px;
    color: #fff;
}

.grid__item2 .content-box {
    left: 40%;
    top: -1px;
    background: url(../images/bg-feature-slant.svg) no-repeat left bottom;
    background-size: auto 100%;
    padding: 20px 20px 20px 15%;
    display: flex;
    align-items: center;
}

.h3 p {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: .5px;
    color: #fff;
}

.h3 p strong {
    font-weight: bolder;
}

.img-item {
    height: 250px;
    display: block;
    overflow: hidden;
}

.grid__item .image-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
}

.mb-30 {
    margin-bottom: 30px;
}

.big-hero.hero--block {
    background: #f4f4f4;
}

.big-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}

.big-hero.hero--block::after,
.big-hero.hero--block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}

.big-hero.hero--block::before {
    right: 0;
    bottom: 0;
    left: 70%;
    background: url(../images/bg-hero-blue.png) no-repeat left bottom;
    background-size: cover;
    z-index: 0;
}

.big-hero.hero--block::after {
    background: #f4f4f4 url(../images/) no-repeat left top;
    background-size: auto 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.btn.primary {
    position: relative;
    z-index: 1;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    display: inline-block;
    zoom: 1;
    text-decoration: none!important;
    color: #fff;
    text-transform: uppercase!important;
    text-align: center;
    font-size: 16px;
    line-height: 54px;
    border: none;
    margin-left: 10px;
    background: 0 0;
}

.btn.primary:before {
    content: '';
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    transform: skewX(16deg);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #003865;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -ms-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.btn.primary:hover:before {
    background: #002b4e;
    -webkit-transform: skewX(16deg) scale(1.2);
    -ms-transform: skewX(16deg) scale(1.2);
    transform: skewX(16deg) scale(1.2);
}

.h2,
.h2 p,
h2 {
    font-size: 32px;
    letter-spacing: .5px;
    line-height: 1.2em;
}

.img-shadow {
    position: relative;
}

.img-shadow::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    background-color: #003865;
    right: -40px;
    top: -40px;
    z-index: 0;
}

.btco-hover-menu .collapse ul li:last-child a {
    padding-right: 0;
}

.img-box {
    box-shadow: 0 0 10px #ccc;
    text-align: center;
}

.numscroller {
    color: #000;
    font-size: 40px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
}

.numbers .card-userdetails p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.main-content1 {
    position: relative;
    z-index: 1;
}

.main-content1::after,
.main-content1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
}

.main-content1::before {
    background-image: url(../images/top-rectangle.png);
    background-position: right top;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
}

.main-content1::after {
    background-image: url(../images/bottom-rectangle.png);
    background-position: left bottom;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.banner2 {
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: 430px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(-106deg, rgba(0, 0, 0, .5) calc((1140px / 1.8) + ((100vw - 1180px)/ 2)), rgba(0, 0, 0, 0) 0);
}

.mt-100 {
    margin-top: 100px;
}

.form-bg {
    padding: 60px;
    background-color: #f1f1f1;
    border-radius: 20px;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

.map {
    height: 350px;
    margin-top: 50px;
    margin: auto;
    overflow: hidden;
    border: solid 1px #ccc;
    border-radius: 6px;
    box-shadow: 4px 4px 10px #ccc;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border-color: #eeeeee;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding-left: 25px;
    margin-bottom: 20px;
    padding: 17px 25px;
    font-weight: 500;
    font-style: normal;
}

.contact-form input[type=submit] {
    padding: 10px 25px;
}

.contact-form textarea {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.features_list {
    padding: 20px 10px 10px;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.features_list .details h4 {
    color: #4f5767;
    font-weight: 900;
    margin-top: 30px;
    font-size: 24px;
}

.features_list .details p {
    color: #888888;
}

.features_list:hover {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 20%);
    transition: all 0.3s ease;
}

.list-img {
    width: 100%;
    height: 200px;
    line-height: 200px;
}

.icon-bg1 {
    background: url(../images/bg1.png) no-repeat center;
    background-size: 200px;
}

.icon-bg2 {
    background: url(../images/bg2.png) no-repeat center;
    background-size: 200px;
}

.icon-bg3 {
    background: url(../images/bg3.png) no-repeat center;
    background-size: 200px;
}

.icon-bg4 {
    background: url(../images/bg4.png) no-repeat center;
    background-size: 200px;
}

.list-img svg {
    width: 80px;
    fill: #fff;
}

.list-img .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3px;
}

.about-section .about-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.about-section .img {
    width: 50%;
    padding: 10px;
}

.about-section .img-2 {
    width: 50%;
    padding: 10px;
}

.about-section .img-2 img {
    max-width: 80%;
}

.about-section .img-3 {
    width: 50%;
    padding: 10px;
}

.about-section .img-3 img {
    max-width: 90%;
    margin-left: 10%;
}

.about-section .img-4 {
    width: 50%;
    padding: 10px;
}

.about-section .img-4 img {
    max-width: 70%;
}

.about-section .about-wrap img {
    border-radius: 30px;
}

.box-shadow {
    -webkit-box-shadow: 0px 2px 25px -13px rgb(0 0 0 / 26%);
    -moz-box-shadow: 0px 2px 25px -13px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 25px -13px rgb(0 0 0 / 26%);
    border: 15px solid #fff;
    width: 100%;
}

.icon {
    background-color: #64C7FE;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
    display: grid;
    place-content: center;
    margin-bottom: 10px;
}

.icon-title {
    font-size: 1rem;
    padding: 0 10px;
}

.icon-green {
    background-color: #9BBD33 !important;
}

.icon-violet {
    background-color: #8700FF !important;
}

.icon-pink {
    background-color: #8c2a25 !important;
}

.btn3 {
    background-color: #BAD5FF;
    border-radius: 4px;
    color: #000000;
    padding: 10px 20px;
    border: none;
}

.profile {
    display: flex;
    flex-wrap: wrap;
}

.profile-info {
    display: block;
    text-align: center;
    margin: 1%;
    width: 18%;
}

.profile-img img {
    border-radius: 50%;
    border: solid 10px #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.profile-details {
    margin-top: 20px;
}

.text-primary {
    word-break: break-word;
}

.table td,
.table th {
    padding: .5rem;
}

.staff {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.staff .profile-pic {
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    border: solid 5px #fff;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

.staff .profile-pic img {
    width: 110%;
    margin: auto;
}

.staff h4 {
    text-align: center;
    margin-top: 10px;
    color: tomato;
}

.staff .detail-header {
    width: 25%;
    color: tomato;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1rem;
}

.staff .detail-text {
    width: 75%;
    margin-bottom: 0;
    font-size: 1rem;
}

.mail {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.space {
    height: 66px;
}

.staff-header2 h3,
.staff-header2 .space {
    display: none;
}

.nav-pills li {
    margin: 5px;
}

.nav-pills .nav-link {
    padding: 0.5rem 0.79rem;
    background: #f1f1f1;
}

@media screen and (max-width: 767px) {
    .mob-none {
        display: none;
    }
    .staff-header2 h3 {
        display: block;
    }
    .staff {
        height: auto;
    }
}

.page-banner {
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
}

.page-banner-inner {
    display: table-cell;
    vertical-align: middle;
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.cards .col-md-3 {
    margin-bottom: 10px;
}

.card-box .col-md-4 {
    margin-bottom: 20px;
}

.card-box .card-body {
    display: flex;
    align-items: center;
    height: 100%;
}

.card-box .card-body .card-img2 {
    border-right: solid 1px #000;
    padding-right: 1.25rem;
    margin-bottom: 0;
    width: 20%;
}

.card-box .card-body .card-img2 img {
    width: 50px;
}

.card-box .card-title {
    font-size: 1.4rem;
    padding-left: 1.25rem;
    margin-bottom: 0;
    width: 80%;
}

.card-box a {
    display: block;
    height: 100%;
}

.circle-bg {
    background: #ffc107;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.circle-bg:hover {
    background: #343a40;
    color: #fff;
}

.card-box .bg-warning:hover {
    background-color: #ecba00!important;
}

.text-box .col-12 {
    margin-bottom: 20px;
}

.ol-list {
    padding-left: 20px;
}

.ol-list li {
    font-size: 1.125rem;
    color: #666666;
    margin-bottom: 10px;
}

.mega-drop-menu {
    min-width: 22rem !important;
}

.mega-drop-menu.dropdown-menu>li {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
}

.engage {
    background-color: #fafafa;
    position: relative;
}

.ocean {
    height: 5%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #015871;
}

.wave {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
    position: absolute;
    top: -198px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
    top: -175px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }
    50% {
        transform: translate3d(0, 5px, 0);
    }
}

.stnd-edu .card img {
    max-width: 50%;
    margin: auto;
}

.stnd-edu .card {
    background-color: #ffffff;
    position: relative;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 55px 30px 20px 30px;
    border-radius: 20px 20px 20px 20px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%) inset;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 1s ease;
}

.stnd-edu .card:hover {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 1s ease;
}

.stnd-edu .card.blue {
    background-image: linear-gradient( 180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%);
    border-color: #def5ff;
}

.stnd-edu .card.orange {
    background-image: linear-gradient( 180deg, #fff4dc 0%, rgba(255, 255, 255, 0) 40%);
    border-color: #fff4dc;
}

.stnd-edu .card.voilet {
    background-image: linear-gradient( 180deg, #eee1ff 0%, rgba(255, 255, 255, 0) 40%);
    border-color: #f2e8ff;
}

.stnd-edu .card.green {
    background-image: linear-gradient( 180deg, #EDF8CD 0%, #FFFFFF 50%);
    border-color: #E7F3C1;
}

.stnd-edu .card.pink {
    background-image: linear-gradient( 180deg, #FFE8F0 0%, #FFFFFF 50%);
    border-color: #FFE7EF;
}

.stnd-edu .card h3 {
    font-size: 1.8rem;
}

.btn {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 30px;
    background: #8c2a25;
    padding: .375rem 1.5rem;
}

.btn:hover {
    background: #f12b51;
    color: #fff;
}

.img-square-box {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-left: 50px;
}

.img-square {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    transform: rotate(45deg);
    box-shadow: 0 0 10px rgb(255 255 255 / 50%);
    border: solid 10px #fff;
}

.img-square img {
    transform: rotate(-45deg);
    width: 400px;
    max-width: none;
    position: relative;
    left: -70px;
    top: -78px;
}

.img-square.img-box2 {
    position: relative;
    top: 60px;
    left: 40px;
}

.img-square.img-box3 {
    position: relative;
    top: 10px;
    left: 90px;
}

.best .widget-container {
    padding: 10px 25px 10px 25px;
    background-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.best .elementor-icon-box-icon {
    margin-right: 20px;
}

.best .elementor-icon-box-icon img {
    width: 40px;
}

.best .elementor-icon-box-content h5 {
    margin-bottom: 0;
    color: #000;
}

.text-white p,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #fff;
}

.parallax-box {
    position: relative;
}

.rellax {
    position: absolute;
}

.rellax.rellax1 {
    left: 0%;
    top: 10%;
    margin-top: 5%;
}

.rellax.rellax2 {
    left: 0%;
    top: 20%;
    margin-top: 30%;
}

.rellax.rellax3 {
    left: 40%;
    top: 10%;
    margin-top: 20%;
}

.rellax.rellax4 {
    right: 10%;
    top: 10%;
    margin-top: 5%;
}

.rellax.rellax5 {
    right: 10%;
    top: 30%;
    margin-top: 30%;
}

.rellax.rellax6 {
    right: 20%;
    top: 10%;
    margin-top: 20%;
}

.light-bg1 {
    background-color: #f3f4f5;
}

.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.2;
    width: 100%;
    background: url(../images/footer.png) no-repeat bottom center;
    height: 300px;
    background-size: 100%;
    opacity: 0.1;
}

.common-heading2 h2 {
    color: #3247EF;
}

.name-headline span {
    color: #F04286;
}

.gallery-img img {
    border-radius: 10px;
    box-shadow: 4px 4px 10px #999;
}

.gallery-img h3 {
    text-align: center;
    margin-top: 20px;
}

.icon-box-wrapper {
    display: flex;
    margin-bottom: 20px;
}

.icon-box-icon {
    width: 25%;
}

.icon-box-icon span {
    font-size: 30px;
    padding: 6px;
    border: solid 2px #FF236C;
    border-radius: 50%;
    color: #FF236C;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}

.icon-box-content {
    width: 75%;
}

.icon-box-content h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.icon-box-content a {
    color: #8c2a25;
}

.green span {
    border-color: #9BBD33;
    color: #9BBD33;
}

.brown span {
    border-color: #8c2a25;
    color: #8c2a25;
}