a {
    text-decoration: none;
}
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}
*,
:active,
:focus {
    outline: none !important;
}
textarea {
    resize: none;
}
::-moz-selection {
    text-shadow: none;
}
::selection {
    text-shadow: none;
}
::-moz-selection {
    text-shadow: none;
}
::-webkit-selection {
    text-shadow: none;
}
.form-control {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 0;
}
textarea {
    resize: none;
}
@font-face {
    font-family: "Gotham Book";
    src: url("fonts/Gotham-Book.woff2") format("woff2"),
        url("fonts/Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham Extra";
    src: url("fonts/Gotham-ExtraLight.woff2") format("woff2"),
        url("fonts/Gotham-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Thin.woff2") format("woff2"),
        url("fonts/Gotham-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Black.woff2") format("woff2"),
        url("fonts/Gotham-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: "Gotham Extra";
    src: url("fonts/Gotham-ExtraLightItalic.woff2") format("woff2"),
        url("fonts/Gotham-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-BlackItalic.woff2") format("woff2"),
        url("fonts/Gotham-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-ThinItalic.woff2") format("woff2"),
        url("fonts/Gotham-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Gotham Ultra";
    src: url("fonts/Gotham-UltraItalic.woff2") format("woff2"),
        url("fonts/Gotham-UltraItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Light.woff2") format("woff2"),
        url("fonts/Gotham-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Bold.woff2") format("woff2"),
        url("fonts/Gotham-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-MediumItalic.woff2") format("woff2"),
        url("fonts/Gotham-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-Medium.woff2") format("woff2"),
        url("fonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-XLight.woff2") format("woff2"),
        url("fonts/Gotham-XLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Gotham Ultra";
    src: url("fonts/Gotham-Ultra.woff2") format("woff2"),
        url("fonts/Gotham-Ultra.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Gotham";
    src: url("fonts/Gotham-BoldItalic.woff2") format("woff2"),
        url("fonts/Gotham-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Gotham Book";
    src: url("fonts/Gotham-BookItalic.woff2") format("woff2"),
        url("fonts/Gotham-BookItalic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}
body,
html {
    overflow-x: hidden;
}
body {
    background-color: #ffffff;
    font-family: "Gotham Book", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #3d4452;
    margin: 0;
}
.wrapper {
    background-color: #edf2f7;
    padding-top: 70px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
::-moz-selection {
    background-color: #197cdd;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background-color: #197cdd;
    color: #ffffff;
    text-shadow: none;
}
a {
    color: #197cdd;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #1462af;
    text-decoration: none;
}
textarea {
    resize: none;
}
.fullscreen {
    height: 100vh !important;
}
section {
    background-color: #f1f6fb;
    padding-top: 100px;
    padding-bottom: 100px;
}
hr {
    border-color: #eaeaea;
    margin: 0;
}
@media only screen and (max-width: 992px) {
    .fullscreen {
        height: auto !important;
    }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #171a1f;
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    margin: 0 0 28px;
    line-height: 1;
}
.h1,
h1 {
    font-size: 24px;
}
.h2,
h2 {
    font-size: 22px;
}
.h3,
h3 {
    font-size: 20px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 16px;
}
.h6,
h6 {
    font-size: 14px;
}
p {
    color: #3d4452;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
.lead {
    font-size: 16px;
    line-height: 1.8;
}
.text--left {
    text-align: left !important;
}
.text--right {
    text-align: right !important;
}
.text--center {
    text-align: center !important;
}
.text--just {
    text-align: justify !important;
}
.align--top {
    vertical-align: top;
}
.align--bottom {
    vertical-align: bottom;
}
.align--middle {
    vertical-align: middle;
}
.align--baseline {
    vertical-align: baseline;
}
.bold {
    font-weight: bold !important;
}
.regular {
    font-weight: normal !important;
}
.medium {
    font-weight: 500 !important;
}
.italic {
    font-style: normal;
}
.break-word {
    word-wrap: break-word;
}
.no-wrap {
    white-space: nowrap;
}
.text-white {
    color: #ffffff !important;
}
.text-gray {
    color: #f9f9f9 !important;
}
.text-black {
    color: #171a1f;
}
.text-theme {
    color: #197cdd !important;
}
.text--capitalize {
    text-transform: capitalize !important;
}
.text--uppercase {
    text-transform: uppercase !important;
}
.font-heading {
    font-family: "Gotham", sans-serif;
}
.font-body {
    font-family: "Gotham Book", sans-serif;
}
.font-18 {
    font-size: 24px;
}
.font-16 {
    font-size: 16px;
}
.font-20 {
    font-size: 20px;
}
.font-40 {
    font-size: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    text-center-xs {
        text-align: center !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    text-center-sm {
        text-align: center !important;
    }
}
.higlighted-style1 {
    background-color: #197cdd;
    color: #fff;
    padding: 5px 0;
}
.higlighted-style2 {
    background-color: #171a1f;
    color: #fff;
    padding: 5px 0;
}
.higlighted-style3 {
    background-color: #f9f9f9;
    color: #197cdd;
    padding: 5px 0;
}
/*------------------------------------*\ #COLORS\*------------------------------------*/
.color-heading {
    color: #171a1f !important;
}
.color-theme {
    color: #197cdd !important;
}
.color-white {
    color: #ffffff !important;
}
.color-gray {
    color: #f9f9f9 !important;
}
/*------------------------------------*\ #Align\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
    margin-bottom: 20px;
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.m-0 {
    margin: 0 !important;
}
.m-xs {
    margin: 10px;
}
.m-sm {
    margin: 20px;
}
.m-md {
    margin: 40px;
}
.m-lg {
    margin: 80px;
}
.mt-0 {
    margin-top: 0;
}
.mt-xs {
    margin-top: 10px;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-90 {
    margin-top: 90px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mt-150 {
    margin-top: 150px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 50px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.mb-150 {
    margin-bottom: 150px !important;
}
.mr-0 {
    margin-right: 0;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-50 {
    margin-right: 50px;
}
.mr-60 {
    margin-right: 60px;
}
.mr-150 {
    margin-right: 150px;
}
.ml-0 {
    margin-left: 0;
}
.ml-xs {
    margin-left: 10px;
}
.ml-sm {
    margin-left: 20px;
}
.ml-md {
    margin-left: 40px;
}
.ml-lg {
    margin-left: 80px;
}
.ml-15 {
    margin-left: 30px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-50 {
    margin-left: 50px;
}
.ml-60 {
    margin-left: 60px;
}
.ml-150 {
    margin-left: 150px;
}
.p-0 {
    padding: 0 !important;
}
.p-xs {
    padding: 10px;
}
.p-sm {
    padding: 20px;
}
.p-md {
    padding: 40px;
}
.p-lg {
    padding: 80px;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.pt-90 {
    padding-top: 90px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-130 {
    padding-top: 130px !important;
}
.pt-150 {
    padding-top: 150px !important;
}
.pt-180 {
    padding-top: 180px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pb-85 {
    padding-bottom: 85px !important;
}
.pb-90 {
    padding-bottom: 90px !important;
}
.pb-100 {
    padding-bottom: 100px !important;
}
.pb-130 {
    padding-bottom: 130px !important;
}
.pb-150 {
    padding-bottom: 150px !important;
}
.pr-0 {
    padding-right: 0;
}
.pr-xs {
    padding-right: 10px;
}
.pr-sm {
    padding-right: 20px;
}
.pr-md {
    padding-right: 40px;
}
.pr-lg {
    padding-right: 80px;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-50 {
    padding-right: 50px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-100 {
    padding-right: 100px !important;
}
.pr-150 {
    padding-right: 150px;
}
.pl-0 {
    padding-left: 0;
}
.pl-30 {
    padding-left: 30px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-100 {
    padding-left: 100px !important;
}
.pl-150 {
    padding-left: 150px;
}
.fixed {
    position: fixed;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.static {
    position: static;
}
.zindex-1 {
    z-index: 1;
}
.zindex-2 {
    z-index: 2;
}
.zindex-3 {
    z-index: 3;
}
.border-all {
    border: 1px solid #197cdd;
}
.border-top {
    border-top: 1px solid #197cdd;
}
.border-bottom {
    border-bottom: 1px solid #197cdd;
}
.border-right {
    border-right: 1px solid #197cdd;
}
.border-left {
    border-left: 1px solid #197cdd;
}
.inline {
    display: inline;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.hide {
    display: none;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .text-center-xs {
        text-align: center !important;
    }
    .pull-none-xs {
        float: none !important;
        text-align: center !important;
    }
    .mb-15-xs {
        margin-bottom: 15px;
    }
    .mb-30-xs {
        margin-bottom: 30px !important;
    }
    .mb-40-xs {
        margin-bottom: 40px !important;
    }
    .mb-50-xs {
        margin-bottom: 50px;
    }
    .mb-60-xs {
        margin-bottom: 60px !important;
    }
    .p-none-xs {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-center-sm {
        text-align: center !important;
    }
    .mb-0-sm {
        margin-bottom: 0;
    }
    .mb-15-sm {
        margin-bottom: 15px;
    }
    .mb-30-sm {
        margin-bottom: 30px !important;
    }
    .mb-40-sm {
        margin-bottom: 40px;
    }
    .mb-50-sm {
        margin-bottom: 50px;
    }
    .mb-60-sm {
        margin-bottom: 60px;
    }
    .pb-15-sm {
        padding-bottom: 15px;
    }
    .pb-30-sm {
        padding-bottom: 30px;
    }
    .pb-50-sm {
        padding-bottom: 50px;
    }
    .pb-60-sm {
        padding-bottom: 60px;
    }
    .p-none-sm {
        padding-right: 0;
        padding-left: 0;
    }
    .pull-none-sm {
        float: none !important;
        text-align: center !important;
    }
}
.border-b {
    border-bottom: 1px solid #f9f9f9;
}
.mt--80 {
    margin-top: -80px;
}
/*------------------------------------*\ #Grid\*------------------------------------*/
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.col-content {
    padding: 120px 100px 110px 120px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-content {
        padding: 40px !important;
    }
}
.pos-fixed {
    position: fixed;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.pos-static {
    position: static;
}
.pos-top {
    top: 0;
}
.pos-bottom {
    bottom: 0;
}
.pos-right {
    right: 0;
}
.pos-left {
    left: 0;
}
.pos-vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.height-700 {
    height: 700px !important;
}
.height-500 {
    height: 500px !important;
}
.height-800 {
    height: 800px !important;
}
@media only screen and (min-width: 992px) {
    .hidden-lg,
    .hidden-md {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .col-lg-5ths {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/*------------------------------------*\ #Blockquotes\*------------------------------------*/
.blockquote,
blockquot {
    font-size: 20px;
    font-family: "Gotham", sans-serif;
    color: #3d4452;
    font-style: normal;
    line-height: 28px;
    font-weight: 500;
    padding: 30px 0 30px 30px;
    position: relative;
}
.quote-author {
    font-family: "Gotham Book", sans-serif;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    color: #171a1f;
    margin-top: 18px;
}
.blockquote-1 {
    border-left: 6px solid #171a1f;
}
.blockquote-3,
.blockquote-4 {
    padding-right: 30px;
}
.blockquote-2,
.blockquote-3,
.blockquote-4 {
    border-left: none;
}
.blockquote-2:after,
.blockquote-2:before {
    font-family: fontawesome;
    font-size: 16px;
    position: absolute;
    color: #171a1f;
    line-height: 1.8;
}
.blockquote-2:before {
    content: "\f10d";
    top: 0;
    left: 0;
}
.blockquote-2:after {
    content: "\f10e";
    right: 0;
    bottom: 0;
}
.blockquote-3 {
    color: #197cdd;
    background-color: #f4f4f4;
}
.blockquote-4 {
    color: #ffffff;
    background-color: #171a1f;
}
.blockquote-4 .quote-author {
    color: #ffffff;
}
/*------------------------------------*\ #BACKGROUNDS\*------------------------------------*/
.bg-theme {
    background-color: #197cdd !important;
}
.bg-gray {
    background-color: #f9f9f9 !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.bg-dark {
    background-color: #222222 !important;
}
.bg-secondary {
    background-color: #94a1b0;
}
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.bg-parallax {
    background-attachment: fixed;
}
.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.bg-overlay-theme:before {
    background-color: #197cdd;
    opacity: 0.9;
}
.bg-gradient {
    background-image: linear-gradient(129.22deg, #2ca9ef 0%, #2f88df 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2CA9EF', endColorStr='#2F88DF', gradientType='1');
}
/*------------------------------------*\ #BREADCRUMB\*------------------------------------*/
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    color: #e5e4e4;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    display: block;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before,
.breadcrumb > li a {
    color: #e5e4e4;
}
.breadcrumb > .active {
    color: #f9f9f9;
}
.breadcrumb-2 > li + li:before {
    content: "\f101";
    font-family: fontawesome;
}
.breadcrumb-3 > li + li:before {
    content: "\f105";
    font-family: fontawesome;
}
.breadcrumb > li a:hover {
    color: #197cdd;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
/*------------------------------------*\ #BUTTONS\*------------------------------------*/
.btn {
    font-family: "Gotham", sans-serif;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 0;
    line-height: 50px;
    width: 170px;
    height: 50px;
    letter-spacing: normal;
    border: none;
    -webkit-transition: all 300 ease-in-out;
    transition: all 300 ease-in-out;
}
.btn:focus,
.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn--primary {
    background-color: #197cdd;
    color: #ffffff;
}
.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
    background-color: #1462af;
    color: #ffffff;
}
.btn--primary.btn--inverse:active,
.btn--primary.btn--inverse:focus,
.btn--primary.btn--inverse:hover {
    background-color: #ffffff;
    color: #197cdd;
}
.btn--secondary {
    background-color: #171a1f;
    color: #ffffff;
    border: 2px solid #171a1f;
}
.btn--secondary:active,
.btn--secondary:focus,
.btn--secondary:hover {
    background-color: #197cdd;
    color: #ffffff;
    border-color: #197cdd;
}
.btn--secondary.btn--inverse:active,
.btn--secondary.btn--inverse:focus,
.btn--secondary.btn--inverse:hover {
    background-color: #ffffff;
    color: #171a1f;
    border-color: #ffffff;
}
.btn--white {
    background-color: #ffffff;
    color: #171a1f;
    border: 2px solid #ffffff;
}
.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: #197cdd;
    color: #ffffff;
    border-color: #197cdd;
}
.btn--white.btn--inverse:active,
.btn--white.btn--inverse:focus,
.btn--white.btn--inverse:hover {
    background-color: #171a1f;
    color: #ffffff;
    border-color: #171a1f;
}
.btn--block {
    width: 100%;
}
.btn--auto {
    width: auto;
}
.btn--rounded {
    border-radius: 50px;
}
.btn--link {
    background-color: transparent;
    border-color: transparent;
}
.btn--link.btn--primary {
    color: #197cdd;
}
.btn--link.btn--primary:active,
.btn--link.btn--primary:focus,
.btn--link.btn--primary:hover {
    color: #171a1f;
    background-color: transparent;
    border-color: transparent;
}
.btn--link.btn--secondary {
    color: #171a1f;
}
.btn--link.btn--secondary:active,
.btn--link.btn--secondary:focus,
.btn--link.btn--secondary:hover {
    color: #197cdd;
    background-color: transparent;
    border-color: transparent;
}
.btn--bordered {
    background-color: transparent;
}
.btn--bordered.btn--primary {
    color: #197cdd;
    border-color: #197cdd;
}
.btn--bordered.btn--primary:active,
.btn--bordered.btn--primary:focus,
.btn--bordered.btn--primary:hover {
    color: #ffffff;
    background-color: #197cdd;
    border-color: #197cdd;
}
.btn--bordered.btn--secondary {
    color: #171a1f;
    border-color: #171a1f;
}
.btn--bordered.btn--secondary:active,
.btn--bordered.btn--secondary:focus,
.btn--bordered.btn--secondary:hover {
    color: #ffffff;
    background-color: #171a1f;
    border-color: #171a1f;
}
.btn--bordered.btn--white {
    color: #ffffff;
    border-color: #ffffff;
}
.btn--bordered.btn--white:active,
.btn--bordered.btn--white:focus,
.btn--bordered.btn--white:hover {
    color: #197cdd;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn--white.btn--secondary {
    color: #171a1f;
    border-color: #ffffff;
    background-color: #ffffff;
}
.btn--white.btn--secondary:active,
.btn--white.btn--secondary:focus,
.btn--white.btn--secondary:hover {
    color: #ffffff;
    background-color: #197cdd;
    border-color: #197cdd;
}
.btn--slide:last-of-type {
    margin-left: -6px;
}
.btn--slide-wide {
    width: 270px;
}
.btn--video {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 51px;
    text-transform: uppercase;
}
.btn--video:hover,
.btn--video:hover i {
    color: #197cdd;
}
.btn--video-bordered {
    width: 68px;
    height: 68px;
    line-height: 65px;
    border-radius: 50%;
    border-radius: 33px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn--video-bordered .btn--video {
    padding-left: 0;
    width: 48px;
    height: 48px;
    color: #f9f9f9;
}
.btn--video-bordered .btn--video i {
    left: 9px;
}
.btn--video-bordered:hover {
    background-color: #ffffff;
}
.btn--video-bordered:hover .btn--video,
.btn--video-bordered:hover .btn--video i {
    color: #197cdd;
}
.btn-more span {
    position: relative;
    padding-right: 7px;
}
.btn-more span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 8px;
    margin-left: -7px;
    height: 2px;
    background-color: #222222;
}
.btn-more span:after {
    position: absolute;
    content: "";
    left: -4px;
    top: 50%;
    margin-top: -3px;
    width: 2px;
    height: 8px;
    background-color: #222222;
}
.btn-more:hover span:after,
.btn-more:hover span:before {
    background-color: #ffffff;
}
.btn--link.btn-more {
    color: #197cdd;
    height: 15px;
    line-height: 15px;
}
.btn--link.btn-more:hover {
    color: #171a1f;
}
.btn--link.btn-more span:after,
.btn--link.btn-more span:before {
    background-color: #197cdd;
}
.btn--link.btn-more:hover span:after,
.btn--link.btn-more:hover span:before {
    background-color: #171a1f;
}
.btn i {
    margin-right: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn--underlined {
    font-size: 13px;
    font-weight: 700;
    color: #222222;
    position: relative;
    padding-bottom: 6px;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1;
}
.btn--underlined:hover {
    color: #197cdd;
}
.btn--underlined:hover:after {
    width: 100%;
}
.btn--underlined:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #222222;
}
.btn--underlined:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #197cdd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*------------------------------------*\ #FORMS\*------------------------------------*/
form {
    position: relative;
}
.form-control {
    color: #3d4452;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    border: 1px solid #c6c6c6;
    background: #ffffff;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    -ms-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    -o-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control:focus {
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    -ms-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    -o-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    border-color: #197cdd;
}
.form-control:hover {
    -webkit-box-shadow: 0px 10px 20px rgba(39, 140, 239, 0.25);
    -ms-box-shadow: 0px 10px 20px rgba(39, 140, 239, 0.25);
    -o-box-shadow: 0px 10px 20px rgba(39, 140, 239, 0.25);
    box-shadow: 0px 10px 20px rgba(39, 140, 239, 0.25);
    border-color: #197cdd;
}
.form-control::-webkit-input-placeholder {
    color: #94a1b0;
    text-transform: none;
}
.form-control:-moz-placeholder {
    color: #94a1b0;
    text-transform: none;
}
.form-control::-moz-placeholder {
    color: #94a1b0;
    text-transform: none;
}
.form-control:-ms-input-placeholder {
    color: #94a1b0;
    text-transform: none;
}
.form-control + .error {
    position: absolute;
    top: -23px;
    left: 20px;
    color: #eb5757;
    border-color: #eb5757;
}
.form-control.error {
    border-color: #eb5757;
}
textarea.form-control {
    height: auto;
    line-height: 26px;
}
.form-select {
    position: relative;
}
.form-select i {
    position: absolute;
    font-size: 19px;
    font-weight: 400;
    line-height: 49px;
    right: 20px;
    top: 0;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #3d4452;
}
.form-select select {
    line-height: 1;
    color: #3d4452;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input-checkbox {
    margin-bottom: 30px;
}
.label-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    z-index: 2;
}
.label-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.check-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 1px solid #e1e3e3;
    border-radius: 2px;
}
.label-checkbox input:checked ~ .check-indicator {
    background: #ffffff;
}
.check-indicator:after {
    content: "";
    position: absolute;
    display: none;
}
.label-checkbox .check-indicator:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #197cdd;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.label-checkbox input:checked ~ .check-indicator:after {
    display: block;
}
.input-checkbox p {
    display: block;
    position: relative;
    font-size: 13px;
    padding-left: 30px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
}
/*------------------------------------*\ #ICONS\*------------------------------------*/
#icons section {
    padding-top: 60px;
    padding-bottom: 60px;
}
#icons h3 {
    margin-bottom: 0;
}
#icons .fa-hover {
    margin-bottom: 15px;
    font-size: 15px;
}
#icons i {
    margin-right: 10px;
}
/*------------------------------------*\ #Lists\*------------------------------------*/
.list-inline li {
    display: inline-block;
}
ul.list {
    padding: 0;
    font-size: 14px;
    list-style-type: none;
}
ul.list li {
    color: #3d4452;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    position: relative;
}
ul.dot-list li {
    padding-left: 26px;
}
ul.dot-list li:before {
    content: "\f111";
    position: absolute;
    top: 4px;
    left: 0;
    font-family: fontawesome;
    font-size: 7px;
    color: #197cdd;
}
/*------------------------------------*\ #MEDIA\*------------------------------------*/
.screen-img {
    position: relative;
    display: block;
    overflow: hidden;
}
.screen-img img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.screen-img .screen-hover {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 30px;
    opacity: 0;
}
.screen-img .screen-hover a {
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -90px;
    -webkit-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
    opacity: 0;
}
.screen-img:hover .screen-hover {
    opacity: 1;
}
.screen-img:hover .screen-hover a {
    opacity: 1;
}
/*------------------------------------*\ #Tabs\*------------------------------------*/
.tabs .nav-tabs {
    border: none;
    text-align: center;
}
.tabs .nav-tabs > li {
    float: none;
    display: inline-block;
}
.tabs .nav-tabs > li > a {
    color: #333333;
    font-size: 13px;
    font-weight: 800;
    text-transform: capitalize;
    border-radius: 0;
    border: none;
    padding-right: 14px;
    padding-left: 14px;
    display: block;
}
.tabs .nav-tabs > li > a:focus,
.tabs .nav-tabs > li > a:hover,
.tabs .nav-tabs > li > a.active,
.tabs .nav-tabs > li > a.active:focus,
.tabs .nav-tabs > li > a.active:hover {
    color: #0cb4ce;
    background-color: transparent;
    border: none;
}
.tabs .tab-content > .tab-pane {
    padding-top: 27px;
}
.tabs .tab-content > .tab-pane p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.tabs-2.tabs .nav-tabs {
    border-bottom: none;
}
.tabs-2.tabs .nav-tabs > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.tabs-2.tabs .nav-tabs > li > a i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 2px;
    background-color: #282828;
    display: block;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}
.tabs-2.tabs .nav-tabs > li > a:focus,
.tabs-2.tabs .nav-tabs > li > a:hover,
.tabs-2.tabs .nav-tabs > li > a.active,
.tabs-2.tabs .nav-tabs > li > a.active:focus,
.tabs-2.tabs .nav-tabs > li > a.active:hover {
    color: #0cb4ce;
    background-color: #ffffff;
    border: none;
}
.tabs-2.tabs .nav-tabs > li > a:focus i,
.tabs-2.tabs .nav-tabs > li > a:hover i,
.tabs-2.tabs .nav-tabs > li > a.active i,
.tabs-2.tabs .nav-tabs > li > a.active:focus i,
.tabs-2.tabs .nav-tabs > li > a.active:hover i {
    background-color: #0cb4ce;
}
.tabs-vertical.tabs .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #ededed;
    width: 15%;
    float: left;
}
.tabs-vertical.tabs .nav-tabs > li {
    float: none;
    display: block;
}
.tabs-vertical.tabs .nav-tabs > li > a {
    border-radius: 0;
    border: none;
    padding-right: 20px;
    padding-left: 0;
    margin-right: 0;
}
.tabs-vertical.tabs .nav-tabs > li > a:focus,
.tabs-vertical.tabs .nav-tabs > li > a:hover,
.tabs-vertical.tabs .nav-tabs > li > a.active,
.tabs-vertical.tabs .nav-tabs > li > a.active:focus,
.tabs-vertical.tabs .nav-tabs > li > a.active:hover {
    color: #0cb4ce;
    background-color: #ffffff;
    border: none;
    border-right: 2px solid #0cb4ce;
    padding-left: 11px;
}
.tabs-vertical.tabs .tab-content {
    padding-left: 15%;
    text-align: left;
}
.tabs-vertical.tabs .tab-content > .tab-pane {
    padding-left: 60px;
    padding-top: 0;
}
.tabs-vertical.tabs .tab-content > .tab-pane p {
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a:hover,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a.active,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a.active:focus,
.tabs-vertical-2.tabs-vertical.tabs .nav-tabs > li > a.active:hover {
    color: #fff;
    background-color: #0cb4ce;
    border: none;
    border-right: 2px solid #0cb4ce;
    padding-left: 11px;
}
/*------------------------------------*\ #Accordion\*------------------------------------*/
.accordion {
    margin-bottom: 30px;
}
.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    border-radius: 6px;
}
.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading {
    padding: 0;
}
.accordion .card .card-heading a,
.accordion .card:first-of-type .card-heading a,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading a {
    font-size: 15px;
    color: #171a1f;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    position: relative;
    display: block;
}
.accordion .card .card-heading .card-link:after,
.accordion .card:first-of-type .card-heading .card-link:after,
.accordion
    .card:not(:first-of-type):not(:last-of-type)
    .card-heading
    .card-link:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "\f068";
    font-family: fontawesome;
    font-size: 10px;
    color: #197cdd;
}
.accordion .card .card-heading .card-link.collapsed:after,
.accordion .card:first-of-type .card-heading .card-link.collapsed:after,
.accordion
    .card:not(:first-of-type):not(:last-of-type)
    .card-heading
    .card-link.collapsed:after {
    content: "\f067";
    background-color: transparent;
    content: "\f067";
    color: #197cdd;
    border: none;
    font-size: 10px;
}
.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body {
    padding: 22px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.accordion .card:last-of-type {
    margin-bottom: 0;
}
.accordion.accordion-1 .card-heading a {
    padding-left: 0;
}
.accordion.accordion-2 .card {
    background-color: transparent;
}
/*------------------------------------*\ #PAGINATION\*------------------------------------*/
.pagination {
    display: block;
    margin: 0;
    border-radius: 0;
}
.pagination > li {
    margin-right: 10px;
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #ffffff;
    color: #171a1f;
    font-family: "Gotham Book", sans-serif;
    font-size: 14px;
    font-weight: normal;
    border: none;
    text-transform: capitalize;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
}
.pagination > li > a.next,
.pagination > li > a.prev {
    width: 100%;
    padding: 0 23px;
}
.pagination > li > a.disable {
    pointer-events: none;
    cursor: default;
    color: #cad6e3;
}
.pagination > .active > a {
    background-color: #197cdd !important;
    color: #ffffff;
}
.pagination > .active > a:hover {
    color: #ffffff;
}
.pagination > li:hover > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #197cdd;
    -webkit-box-shadow: 0px 10px 20px rgba(39, 140, 239, 0.25);
    box-shadow: 0px 10px 20px rgba(39, 140, 239, 0.25);
}
@media only screen and (max-width: 991px) {
    .pagination > li {
        margin: 6px;
    }
}
/*------------------------------------*\ #ALERT MESSAGE\*------------------------------------*/
.alerts {
    background-color: #f9f9f9;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 30px;
}
.alerts .alert-icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #197cdd;
    border-radius: 2px 1px 1px 2px;
    text-align: center;
    position: absolute;
}
.alerts .alert-icon i {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.alerts .alert-content {
    padding-left: 68px;
}
.alerts .alert-content h4 {
    color: #197cdd;
    font-size: 15px;
    font-weight: 800;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: -6px;
}
.alerts .alert-content p {
    font-family: "Gotham";
    color: #9b9b9b;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}
.alerts.alert-warning h4 {
    color: #8a6d3b;
}
.alerts.alert-warning .alert-icon {
    background-color: #fcf8e3;
}
.alerts.alert-warning .alert-icon i {
    color: #8a6d3b;
}
.alerts.alert-danger h4 {
    color: #a94442;
}
.alerts.alert-danger .alert-icon {
    background-color: #f2dede;
}
.alerts.alert-danger .alert-icon i {
    color: #a94442;
}
.alerts.alert-primary {
    background: #fff;
}
.alerts.alert-primary .alert-content p {
    font-family: inherit;
    color: #69707c;
    font-weight: 400;
    line-height: 23px;
}
.alerts.alert-primary .alert-icon {
    background: #fff;
}
.alerts.alert-primary .alert-icon i {
    color: #1a7cdd;
    font-size: 22px;
}
.subscribe-alert .alert {
    margin: 10px auto;
    font-size: 12px;
}
#contact-result .alert,
#reservation-result .alert {
    margin: 10px auto;
    font-size: 12px;
}
/*------------------------------------*\ #Range\*------------------------------------*/
.range-slider .ui-slider {
    height: 8px;
    background-color: #d7d7d7;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.range-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    margin-left: 0;
    background-color: #272930;
    border-radius: 1px;
}
.range-slider .ui-slider-range {
    height: 8px;
    background-color: #197cdd;
    margin-bottom: 20px;
}
.range-slider p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}
.range-slider label {
    color: #f9f9f9;
}
.range-slider input {
    color: #197cdd;
    border: none;
    background-color: transparent;
}
/*------------------------------------*\ #LOADING-SECTION\*------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    overflow: hidden;
}
.preloader .signal {
    border: 5px solid #197cdd;
    border-radius: 30px;
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 30px;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}
.progress {
    margin-bottom: 30px;
}
.tiled-gallery {
    margin-bottom: 1.75em;
    clear: both;
    margin: 0 0 20px;
    overflow: hidden;
}
.tiled-gallery .gallery-row {
    overflow: hidden;
}
.tiled-gallery .gallery-group {
    float: left;
    position: relative;
}
.tiled-gallery .tiled-gallery-item {
    float: left;
    margin: 0;
    position: relative;
    width: inherit;
}
.tiled-gallery .tiled-gallery-item img,
.tiled-gallery .tiled-gallery-item img:hover {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
}
/*------------------------------------*\ #MODALS\*------------------------------------*/
body.modal-open {
    padding-right: 0 !important;
}
body.modal-open .affix {
    display: none;
}
.modal {
    z-index: 1080;
    background: rgba(34, 34, 34, 0.95);
}
.modal::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
}
.modal-backdrop {
    z-index: 1020;
    background-color: #171a1f;
    display: none;
}
.modal-content {
    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-dialog {
    margin-top: 20px;
}
.modal button.close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #ffffff;
    z-index: 1040;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.modal.reservation-popup button.close {
    color: #171a1f;
}
.modal button.close:focus,
.modal button.close:hover {
    color: #197cdd;
}
/*------------------------------------*\ #HEADER\*------------------------------------*/
.header {
    height: 70px;
    -webkit-transition: transform 300ms ease-in-out;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.header-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}
.header-transparent .navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}
.header-unpin {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.header-pin {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header-light {
    background-color: #ffffff;
}
.header-light .navbar .logo-dark {
    display: inline-block;
}
.header-light .navbar .logo-light {
    display: none;
}
.header-ads {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
/*------------------------------------*\ #Menu\*------------------------------------*/
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 70px;
    border: none;
    z-index: 1030;
    padding: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
}
.navbar .navbar-nav > li {
    margin-right: 30px;
    position: relative;
}
.navbar .navbar-nav > li:last-child {
    margin-right: 0;
}
.navbar .navbar-nav > li > a {
    display: inline-block;
    cursor: pointer;
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 70px;
    color: #94a1b0;
    padding: 0;
    position: relative;
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}
.navbar .navbar-brand {
    margin-right: 31px;
    padding: 0;
}
.navbar .navbar-brand img {
    margin-top: -10px;
}
.navbar.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
    box-shadow: 0 2px 4px rgba(3, 27, 78, 0.1);
}
.navbar.affix .navbar-brand .logo-dark {
    display: inline-block;
}
.navbar.affix .navbar-brand .logo-light {
    display: none;
}
.navbar.affix .navbar-nav > li > a {
    color: #171a1f;
}
.navbar.affix.navbar-light > li > a {
    color: #171a1f;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border: none;
}
.navbar-nav > li.active > ul {
    margin-top: 0;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    background-color: transparent;
    position: relative;
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar.navbar-dark .module .module-icon i {
    color: #94a1b0;
}
.navbar.navbar-dark .navbar-nav > li > a {
    color: #94a1b0;
}
.navbar.navbar-dark .navbar-nav > li.active > .menu-item,
.navbar.navbar-dark .navbar-nav > li > a:hover {
    color: #197cdd;
}
.navbar.navbar-light:not(.affix) .module .module-icon i {
    color: #ffffff;
}
.navbar.navbar-light:not(.affix) .navbar-nav > li > a {
    color: #ffffff;
}
.navbar.navbar-light:not(.affix) .navbar-nav > li.active > .menu-item,
.navbar.navbar-light:not(.affix) .navbar-nav > li > a:hover {
    color: #ffffff;
}
.navbar.navbar-light:not(.affix) .navbar-nav .has-dropdown:after {
    color: #ffffff;
}
.navbar.navbar-light:not(.affix) .logo-dark {
    display: none;
}
.header-light .navbar-nav > li.has-dropdown > ul.dropdown-menu {
    border-radius: 0;
}
.header-light
    li.has-dropdown
    > ul.dropdown-menu
    > li.dropdown-submenu
    > ul.dropdown-menu {
    border-radius: 0;
}
@media only screen and (max-width: 991px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .fixed-top,
    .navbar.affix {
        position: relative;
        background: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .fixed-top .toogle-inner,
    .navbar.affix .toogle-inner {
        background-color: #171a1f;
    }
    .fixed-top .toogle-inner:before,
    .fixed-top .toogle-inner:after,
    .navbar.affix .toogle-inner:before,
    .navbar.affix .toogle-inner:after {
        background-color: #171a1f;
    }
    .navbar .navbar-brand {
        height: 70px;
        line-height: 70px;
    }
    .navbar .navbar-toggler {
        padding: 4px 10px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        margin-right: 15px;
        position: relative;
    }
    .navbar .navbar-collapse {
        background-color: #ffffff;
        padding: 0 15px;
    }
    .navbar .navbar-nav > li {
        margin-right: 0;
    }
    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav > li.active > a {
        line-height: 36px;
        color: #171a1f;
        display: block;
    }
    .navbar .has-dropdown:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 0;
        color: #171a1f;
        line-height: 36px;
    }
    .navbar .has-dropdown .show:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .navbar .has-dropdown .show > .dropdown-menu {
        display: block;
    }
    .navbar .dropdown-menu.show {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 10px;
        border-radius: 0;
    }
    .navbar .dropdown-menu li {
        line-height: 26px;
    }
    .navbar .dropdown-menu li a {
        padding-left: 20px;
        color: #171a1f;
        font-size: 15px;
        display: block;
    }
    .navbar .show > .dropdown-menu {
        display: block;
    }
    .navbar .dropdown-submenu.show .dropdown-menu {
        display: block;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        padding-left: 20px;
    }
    .navbar .mega-dropdown-menu li a {
        padding-left: 0;
    }
    .navbar .mega-dropdown-menu li a i {
        padding-right: 8px;
    }
    .navbar.navbar-light:not(.affix) .module .module-icon i {
        color: #171a1f;
    }
    .navbar.navbar-light:not(.affix) .navbar-nav > li > a {
        color: #171a1f;
    }
    .navbar.navbar-light:not(.affix) .navbar-nav > li.active > .menu-item,
    .navbar.navbar-light:not(.affix) .navbar-nav > li > a:hover {
        color: #197cdd;
    }
    .navbar.navbar-light:not(.affix) .navbar-nav .has-dropdown:after {
        color: #171a1f;
    }
    .navbar-light .navbar-nav > li > a {
        color: #171a1f;
    }
    .navbar-light:not(.affix) .navbar-toggler {
        color: #fff;
    }
    .navbar-dark .navbar-toggler,
    .navbar-light.affix .navbar-toggler {
        color: #222;
        border-color: #222;
    }
    .toogle-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: #171a1f;
        border-radius: 0;
        -webkit-transition: background 300ms 0s;
        transition: background 300ms 0s;
    }
    .toogle-inner:before,
    .toogle-inner:after {
        display: block;
        content: "";
        position: absolute;
        width: 25px;
        height: 2px;
        -webkit-transition-duration: 300ms, 300ms;
        transition-duration: 300ms, 300ms;
        -webkit-transition-delay: 300ms, 0s;
        transition-delay: 300ms, 0s;
        background-color: #171a1f;
        border-radius: 0;
    }
    .toogle-inner:before {
        top: -6px;
        -webkit-transition-property: top, transform;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, -webkit-transform;
        transition-property: top, transform;
        transition-property: top, transform, -webkit-transform;
    }
    .toogle-inner:after {
        bottom: -6px;
        -webkit-transition-property: bottom, transform;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        transition-property: bottom, transform, -webkit-transform;
    }
    .toggler-active .toogle-inner {
        background-color: transparent;
    }
    .toggler-active .toogle-inner:before,
    .toggler-active .toogle-inner:after {
        -webkit-transition-delay: 0s, 300ms;
        transition-delay: 0s, 300ms;
    }
    .toggler-active .toogle-inner:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggler-active .toogle-inner:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .navbar-light .toogle-inner {
        background-color: #ffffff;
    }
    .navbar-light .toogle-inner:before,
    .navbar-light .toogle-inner:after {
        background-color: #ffffff;
    }
    .navbar-light .toggler-active .toogle-inner {
        background-color: transparent;
    }
    .header-transparent .toogle-inner {
        background-color: #ffffff;
    }
    .header-transparent .toogle-inner:before,
    .header-transparent .toogle-inner:after {
        background-color: #ffffff;
    }
    .header-transparent .toggler-active .toogle-inner {
        background-color: transparent;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar .navbar-nav > li {
        margin-right: 16px;
    }
    .navbar .navbar-nav > li > a {
        font-size: 10px;
    }
    .navbar .navbar-brand {
        margin-right: 16px;
    }
    .navbar .module-container {
        padding-left: 16px;
    }
    .navbar .module-container .module {
        padding-right: 16px;
    }
    .navbar .module-container .module-scholarship .btn {
        width: auto;
        padding: 0 10px;
    }
    .navbar .has-dropdown:after {
        right: -8px;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .has-dropdown:after {
        font-family: fontawesome;
        content: "\f105";
        font-size: 12px;
        position: absolute;
        right: -13px;
        top: 0;
        color: #94a1b0;
        line-height: 70px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .has-dropdown:hover:after {
        color: #197cdd;
    }
    .navbar-nav > li.has-dropdown > ul.dropdown-menu {
        background-color: #ffffff;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
        position: absolute;
        left: 0;
        right: auto;
        border-radius: 5px;
        display: block;
        padding: 0;
        margin: 0;
    }
    .navbar-nav > li.has-dropdown > ul.dropdown-menu {
        width: 210px;
        min-width: 210px;
        background-color: #ffffff;
    }
    li.has-dropdown:hover > ul.dropdown-menu {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        z-index: 100;
        display: block;
    }
    ul.dropdown-menu > li {
        height: 40px;
        line-height: 40px;
        position: relative;
        vertical-align: top;
    }
    ul.dropdown-menu li a {
        font-family: "Gotham Book", sans-serif;
        line-height: 40px;
        color: #3d4452;
        display: block;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        text-transform: capitalize;
        margin: 0 25px;
    }
    ul.dropdown-menu li:hover {
        background-color: rgba(25, 124, 221, 0.1);
    }
    ul.dropdown-menu li > a:active,
    ul.dropdown-menu li > a:focus,
    ul.dropdown-menu li > a:hover {
        background-color: transparent;
        color: #197cdd;
    }
    ul.dropdown-menu.left {
        left: -185px !important;
        margin-left: 0 !important;
    }
    li.has-dropdown
        > ul.dropdown-menu
        > li.dropdown-submenu
        > ul.dropdown-menu {
        background-color: #ffffff;
        padding: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
        display: block;
        position: absolute;
        left: 100%;
        right: auto;
        top: 0;
        border-radius: 5px;
        margin: -1px 0 0;
        z-index: 1001;
    }
    li.has-dropdown
        > ul.dropdown-menu
        > li.dropdown-submenu:hover
        > ul.dropdown-menu {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        z-index: 1001;
        margin-top: -1px;
        margin-left: 0;
    }
    li.dropdown-submenu.pull-left > ul.dropdown-menu {
        left: auto;
        right: 0;
        margin-right: 0;
    }
    li.dropdown-submenu
        > ul.dropdown-menu
        > li.has-dropdown
        > ul.dropdown-menu {
        background-color: #171a1f;
        float: none;
        position: absolute;
        border-radius: 0;
        left: 100%;
        right: auto;
        top: 0;
        margin: -1px 0 0;
        z-index: 1;
        border: 1px solid #eaeaea;
        padding: 13px 0;
    }
    li.dropdown-submenu
        > ul.dropdown-menu
        > li.has-dropdown
        > ul.dropdown-menu.left {
        left: -185px !important;
    }
}
/*------------------------------------*\ #MODULE\*------------------------------------*/
.module-container {
    padding-left: 30px;
}
.module {
    display: inline-block;
    position: relative;
    padding-right: 37px;
}
.module:last-of-type {
    padding-right: 0;
}
.module span.title {
    display: none;
}
.module .module-icon {
    cursor: pointer;
    line-height: 70px;
}
.module .module-icon i {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.collapse {
    position: relative;
}
.search-warp {
    position: absolute;
    left: 0;
    top: 15px;
    width: calc(100% - 167px);
    height: 70px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
}
.search-warp form {
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    background-color: #ffffff;
    border: 1px solid #cad6e3;
    border-radius: 5px;
    overflow: hidden;
    color: #94a1b0;
}
.search-warp form input {
    width: 100%;
    height: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 0;
}
.search-warp form button {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 40px;
    color: #197cdd;
    cursor: pointer;
}
.search-active .search-warp {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.module-search-box .form-search {
    margin-bottom: 0;
    border-bottom: 2px solid #383838;
    padding-bottom: 12px;
    padding-left: 45px;
}
.module-search-box .form-search::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\e90c";
    color: #ffffff;
    font-family: "icomoon";
    font-size: 28px;
    font-weight: 400;
    line-height: 70px;
}
.module-search-box .form-control {
    position: relative;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 70px;
    height: 70px;
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}
.module-search-box .form-control::-webkit-input-placeholder {
    color: #f9f9f9;
}
.module-search-box .form-control::-moz-placeholder {
    color: #f9f9f9;
}
.module-search-box .form-control::-moz-placeholder {
    color: #9e9e9e;
}
.module-search-box .form-control:-ms-input-placeholder {
    color: #f9f9f9;
}
.module-search-box .btn {
    background-color: transparent;
    border-radius: 0;
    width: 35px;
    line-height: 57px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    text-align: right;
    margin-left: 0;
    padding: 0;
}
@media only screen and (max-width: 991px) {
    .search-warp {
        position: relative;
        top: 0;
        width: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .search-warp .nav-search {
        width: 100%;
    }
    .module-search {
        display: none;
    }
}
.module-scholarship .btn {
    color: #ffffff;
    background-color: #197cdd;
    border: 1px solid #197cdd;
    font-size: 10px;
    line-height: 28px;
    width: 150px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
}
.module-scholarship .btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1462af;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.module-scholarship .btn:hover {
    border-color: #1462af;
    color: #ffffff;
}
.module-scholarship .btn:hover:after {
    width: 100%;
}
.navbar-light .module-scholarship .btn {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.navbar-light .module-scholarship .btn:after {
    background: #ffffff;
}
.navbar-light .module-scholarship .btn:hover {
    color: #197cdd;
}
@media only screen and (max-width: 991px) {
    .navbar-light .module-scholarship .btn {
        color: #ffffff;
        background-color: #171a1f;
        border-color: #171a1f;
    }
    .navbar-light .module-scholarship .btn:hover {
        background-color: #197cdd;
        color: #ffffff;
        border-color: #197cdd;
    }
}
.affix .module .module-icon i {
    color: #171a1f;
}
.affix .module-scholarship .btn {
    background: #171a1f;
    border-color: #171a1f;
    color: #ffffff;
}
.affix .module-scholarship .btn:after {
    background: #197cdd;
}
.affix .module-scholarship .btn:hover {
    border-color: #197cdd;
    color: #ffffff;
}
@media only screen and (max-width: 991px) {
    .module {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 6px 0;
    }
    .module .module-icon {
        padding-top: 0;
        line-height: 36px !important;
    }
    .module .module-icon i {
        color: #171a1f;
        font-size: 12px;
    }
    .module .module-label {
        top: -3px;
        position: relative;
    }
    .module span.title {
        display: inline-block;
        color: #171a1f;
        font-size: 13px;
        font-weight: 700;
        text-transform: capitalize;
    }
    .module .module-content {
        margin-bottom: 10px;
    }
    .module .module-search .search-icon i {
        border-left: none;
        padding-left: 0;
        padding-right: 5px;
    }
    .module-scholarship {
        padding: 10px 0;
    }
    .module-scholarship .btn {
        border-color: #171a1f;
        color: #171a1f;
        margin: 0;
    }
    .module-container {
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .module-search .search-icon i {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/*------------------------------------*\ #DIVIDER\*------------------------------------*/
.divider-bottom {
    position: relative;
    padding-bottom: 212px;
}
.divider-bottom::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 112px;
    width: 100%;
    content: "";
    background: url(../images/icons/divider.svg) no-repeat bottom;
    background-size: contain;
}
.divider-top {
    position: relative;
    padding-top: 111px;
}
.divider-top::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 112px;
    width: 100%;
    content: "";
    background: url(../images/icons/divider.svg) no-repeat bottom;
}
.divider-double {
    position: relative;
    padding-top: 111px;
}
.divider-double::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 112px;
    width: 100%;
    content: "";
    background: url(../images/icons/divider2.svg) no-repeat bottom;
    background-size: contain;
}
.divider-double-bottom {
    position: relative;
    padding-bottom: 111px;
}
.divider-double-bottom::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 112px;
    width: 100%;
    content: "";
    background: url(../images/icons/divider2.svg) no-repeat bottom;
    z-index: 1;
    background-size: contain;
}
.divider-square {
    position: relative;
    padding-bottom: 10px;
}
.divider-square::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 178px;
    width: 100%;
    content: "";
    background: #f7fafd;
}
.divider-square > div {
    position: relative;
    z-index: 1;
}
/*------------------------------------*\ #PAGE-TTILE\*------------------------------------*/
.page-title {
    padding: 30px 0 0 0;
}
.page-title .title .title-heading h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.page-title .title .title-desc p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
}
.page-title .breadcrumb {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    background: transparent;
    color: #94a1b0;
    margin-bottom: 16px;
}
.page-title .breadcrumb a {
    color: #94a1b0;
}
.page-title .breadcrumb a:hover {
    color: #197cdd;
}
.page-title .breadcrumb .active {
    color: #94a1b0;
}
.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}
.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #94a1b0;
    padding: 0 5px 0 3px;
}
.page-title .un-serach form {
    float: right;
    width: 470px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    padding-right: 20px;
    margin-bottom: 0;
}
.page-title .un-serach form .form-control {
    margin-bottom: 0;
    display: inline-block;
    max-width: 90%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.page-title .un-serach form .form-control:hover,
.page-title .un-serach form .form-control:focus {
    border: none;
}
.page-title .un-serach form button {
    float: right;
    color: #197cdd;
    cursor: pointer;
}
@media only screen and (max-width: 991px) {
    .page-title .title .title-heading h1 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-title .un-serach form {
        width: 100%;
    }
}
/*------------------------------------*\ #Carousel\*------------------------------------*/
.owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-item img {
    width: inherit;
}
.carousel-dots button.owl-dot,
.carousel-dots button.owl-dot:focus {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.carousel-dots .owl-dots {
    text-align: center;
    line-height: 1;
    margin-top: 40px;
}
.carousel-dots .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #b1b1b1;
    border: 3px solid #b1b1b1;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
}
.carousel-dots .owl-dots .owl-dot.active span {
    background-color: transparent;
    border-color: #333333;
}
.carousel-dots.carousel-white .owl-dots .owl-dot span {
    border-color: rgba(255, 255, 255, 0.5);
}
.carousel-dots.carousel-theme .owl-dots .owl-dot.active span {
    background-color: #197cdd;
    border-color: #197cdd;
}
.carousel-dots.carousel-white .owl-dots .owl-dot.active span {
    background-color: #ffffff;
    border-color: #ffffff;
}
.carousel-navs .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    background-color: #197cdd;
    text-align: center;
    padding: 0;
    border-radius: 2px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
}
.carousel-navs .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
}
.carousel-navs .owl-nav .owl-prev {
    left: -30px;
}
.carousel-navs .owl-nav .owl-next {
    right: -30px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-navs .owl-nav .owl-next {
        right: -14px;
    }
    .carousel-navs .owl-nav .owl-prev {
        left: -14px;
    }
}
/*------------------------------------*\ #Heading\*------------------------------------*/
.heading .heading-subtitle {
    font-family: "Gotham Book", sans-serif;
    color: #197cdd;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 18px;
}
.heading .heading-title {
    font-family: "Gotham", sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
}
.heading .heading-desc {
    color: #a5a5a5;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .heading .heading-title {
        margin-bottom: 30px;
    }
}
/*------------------------------------*\ #Hero\*------------------------------------*/
.select2-dropdown {
    z-index: 9001;
}
.select2-selection__arrow b {
    display: none;
}
.select2-selection__arrow:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    line-height: 20px;
    color: #cad6e3;
    font-family: "icomoon" !important;
    content: "\e907";
}
.select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__placeholder {
    line-height: 20px;
    color: #94a1b0;
    font-size: 16px;
}
.select2-container--bootstrap4 .select2-selection--single {
    padding: 0;
    border: none;
    height: 20px;
}
.select2-container--bootstrap4 .select2-dropdown {
    border: none;
    background-color: #ffffff;
    margin-top: 10px;
    margin-left: -5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    border-radius: 5px;
}
.select2-container--bootstrap4
    .select2-results__option
    .select2-results__option {
    font-size: 14px;
    color: #171a1f;
}
.select2-container--bootstrap4
    .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(25, 124, 221, 0.1);
    color: #171a1f;
}
.select2-container--bootstrap4
    .select2-results
    > .select2-results__options::-webkit-scrollbar {
    display: none;
}
.hero {
    padding-top: 176px;
    padding-bottom: 514px;
    position: relative;
    margin-top: -70px;
}
/* .hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 714px;
    width: 100%;
    content: "";
    background: url(../images/background/illustration.png) no-repeat bottom;
    z-index: -1;
} */
.hero .hero-heading {
    text-align: center;
    margin-bottom: 40px;
}
.hero .hero-heading h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 55px;
}
.hero .hero-content form {
    margin: 0;
}
.hero .hero-content form .row {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 87, 171, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 87, 171, 0.15);
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
}
.hero .hero-content form .row [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.hero .hero-content form .form-group {
    padding: 26px 30px 22px 30px;
    border-right: 1px solid #dde6f0;
    margin-bottom: 0;
}
.hero .hero-content form .btn {
    background-image: linear-gradient(110.41deg, #ffb700 0%, #ff9900 100%),
        linear-gradient(180deg, #e74a82 0%, #d56cab 100%),
        linear-gradient(98.62deg, #ffa462 0%, #ff8540 100%);
    background-size: 200% auto;
    width: calc(100% + 1px);
    height: 100%;
    margin-left: -1px;
    color: #ffffff;
    font-size: 21px;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hero .hero-content form .btn i {
    font-size: 16px;
}
.hero .hero-content form .btn:hover {
    background-position: right center;
}
.hero .hero-content .advanced-search-warp {
    margin-top: 10px;
    display: none;
}
.hero .hero-content .advanced-search {
    text-align: center;
}
.hero .hero-content .advanced-search .btn-advanced {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    height: 47px;
    line-height: 47px;
    width: 278px;
    background: url(../images/icons/advanced.svg) no-repeat;
}
.hero .hero-content .advanced-search .btn-advanced i {
    -webkit-transition: all 300ms;
    transition: all 300ms;
    font-size: 11px;
    margin-left: 6px;
    display: inline-block;
}
.hero .hero-content .advanced-search.search-open .btn-advanced i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .hero .hero-heading h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .hero .hero-content form .form-group {
        padding: 20px;
        border-right: none;
        border-bottom: 1px solid #dde6f0;
    }
}
/*------------------------------------*\ #BLOG-SECTION\*------------------------------------*/
@media only screen and (min-width: 1200px) {
    .col-main {
        padding-right: 30px;
        max-width: 840px;
    }
    .col-secondary {
        padding-left: 0px;
        min-width: 300px;
    }
}
.blog-entry {
    margin-bottom: 30px;
    padding: 30px 30px 60px 30px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    position: relative;
}
.blog-entry .entry-img {
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-align: center;
}
.blog-entry .entry-img img {
    max-width: 100%;
    max-height: 220px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 5px;
}
.blog-entry .entry-meta {
    display: inline-block;
    background-color: #197cdd;
    color: white;
    font-family: "Gotham", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 22px;
    padding: 0 7px;
    border-radius: 3px;
}
.blog-entry .entry-meta a {
    position: relative;
    padding-left: 5px;
    color: #ffffff;
    display: inline-block;
}
.blog-entry .entry-meta a:before {
    content: ",";
    position: absolute;
    top: 0;
    left: 1px;
}
.blog-entry .entry-meta a:first-of-type {
    padding-left: 0;
}
.blog-entry .entry-meta a:first-of-type:before {
    display: none;
}
.blog-entry .entry-date {
    color: #94a1b0;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 17px;
}
.blog-entry .entry-title h4 {
    color: #171a1f;
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
}
.blog-entry .entry-title a {
    color: #171a1f;
}
.blog-entry .entry-title a:hover {
    color: #197cdd;
}
.blog-entry .entry-bio p {
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 21px;
}
.blog-entry .entry-share {
    border-top: 1px solid #dde6f0;
    padding: 50px 0 0 0;
    line-height: 1;
    text-align: left;
    margin-top: 50px;
}
.blog-entry .entry-share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 5px;
}
.blog-entry .entry-share a.facebook {
    background-color: #3c5a98;
}
.blog-entry .entry-share a.twitter {
    background-color: #29a6de;
}
.blog-entry .entry-share a.linkedin {
    background-color: #1d86bd;
}
.blog-entry .entry-share a.pinterest {
    background-color: #c92027;
}
.blog-entry .entry-share a:hover {
    background-color: #197cdd;
    color: #ffffff;
}
.blog-entry .entry-share a:last-child {
    margin-right: 0;
}
.blog-entry .entry-share .share--title {
    font-family: "Gotham", sans-serif;
    color: #171a1f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 24px;
    display: inline-block;
}
.blog-entry p {
    font-size: 14px;
}
.blog-entry h1 {
    font-size: 21px;
}
.blog-entry h2 {
    font-size: 19px;
}
.blog-entry h3 {
    font-size: 18px;
}
.blog-entry h4 {
    font-size: 16px;
}
.blog-entry h5 {
    font-size: 15px;
}
.blog-entry h6 {
    font-size: 14px;
}
.blog-entry img {
    max-width: 100%;
}
.blog-entry p {
    color: #3d4452;
}
.blog-entry h3 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 21px;
}
.blog-entry ul {
    margin-bottom: 30px;
    list-style: none;
}
.blog-entry ul li {
    padding-left: 17px;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.blog-entry ul > li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #197cdd;
    border-radius: 50%;
}
.blog-entry ol {
    margin-bottom: 30px;
}
.blog-entry ol li {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.blog-standard .blog-entry::before {
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 50px;
    width: 100%;
    content: "";
    background: url(../images/icons/union.svg) no-repeat bottom;
}
.blog-standard .blog-entry .entry-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 13px;
}
.blog-standard .blog-entry .entry-wrap > div {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}
.blog-standard .entry-img img {
    margin-bottom: 0;
}
.blog-standard .entry-img + .entry-content {
    padding-left: 30px;
}
.blog-standard .entry-date {
    display: inline-block;
    margin-right: 20px;
}
.blog-standard .entry-bio p {
    margin-bottom: 0;
}
.blog-standard .entry-more {
    line-height: 1;
    text-align: right;
}
.blog-standard .entry-more a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    color: #ffffff;
    background: #197cdd;
    width: 170px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.blog-standard .entry-more a:hover {
    background-color: #1462af;
    color: #ffffff;
}
.blog-standard .entry-more span {
    display: inline-block;
    margin-right: 8px;
}
@media only screen and (max-width: 767px) {
    .blog-standard .blog-entry .entry-wrap {
        display: block;
    }
    .blog-standard .entry-more {
        text-align: left;
    }
    .blog-standard .entry-img + .entry-content {
        padding-left: 0;
        padding-top: 30px;
    }
}
.blog-single .blog-entry {
    padding-bottom: 50px;
    color: #3d4452;
    font-size: 14px;
    line-height: 1.8;
}
.blog-single .blog-entry .entry-ads {
    text-align: center;
    margin-bottom: 30px;
}
.blog-single .blog-entry .entry-ads img {
    margin-bottom: 0;
}
.blog-single ul.comments-list {
    width: 100%;
    list-style: none;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 0;
}
.blog-single ul.comments-list li {
    position: relative;
    margin-bottom: 30px;
}
.blog-single ul.comments-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-single ul.comments-list li:last-child .comment {
    border-bottom: none;
}
.blog-single ul.comments-list .comment-body .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.blog-single ul.comments-list .comment-body .avatar img {
    width: 50px;
    height: 50px;
}
.blog-single ul.comments-list .comment-body .comment {
    margin-left: 70px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}
.blog-single ul.comments-list .comment-body .comment h6 {
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 22px;
}
.blog-single ul.comments-list .comment-body .comment .date {
    font-family: "Gotham", sans-serif;
    color: #616161;
    font-family: "Gotham Book", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 5px;
}
.blog-single ul.comments-list .comment-body .comment p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}
.blog-single ul.comments-list .comment-body .comment a.reply {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #197cdd;
    line-height: 1;
    display: inline-block;
}
.blog-single ul.comments-list .comment-body .comment a.reply:hover {
    color: #171a1f;
}
.blog-single ul.comments-list ul.comment-children {
    list-style: none;
    margin: 20px 0 0 90px;
    padding-top: 30px;
    padding-left: 0;
    border-top: 2px solid #eeeeee;
}
.blog-single ul.comments-list ul.comment-children .comment-body .comment {
    padding-left: 90px;
}
.blog-single ul.comments-list ul.comment-children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-single .entry-add-comment .form-control {
    margin-bottom: 30px;
}
.blog-single .entry-add-comment .btn {
    text-transform: capitalize;
    -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
    border-radius: 5px;
    border: none;
}
.blog-single .entry-add-comment .btn:hover {
    color: #ffffff;
    background-color: #1462af;
}
.blog-single .entry-img img {
    max-height: inherit;
    margin-bottom: 40px;
}
.entry-prev-next {
    position: relative;
    margin-bottom: 30px;
}
.entry-prev-next .entry-next,
.entry-prev-next .entry-prev {
    width: 50%;
}
.entry-prev-next .entry-next {
    text-align: right;
}
.entry-prev-next .entry-next-content,
.entry-prev-next .entry-prev-content {
    position: relative;
}
.entry-prev-next a {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    padding: 14px 26px;
    font-size: 14px;
    font-weight: 600;
    color: #3d4452;
}
.entry-prev-next a i {
    color: #197cdd;
    vertical-align: middle;
}
.entry-prev-next .entry-next-content a {
    float: right;
    margin-left: 20px;
}
.entry-prev-next .entry-next-content a i {
    margin-left: 8px;
}
.entry-prev-next .entry-prev-content a {
    float: left;
    margin-right: 20px;
}
.entry-prev-next .entry-prev-content a i {
    margin-right: 8px;
}
.entry-prev-next p {
    font-size: 13px;
    margin-bottom: 0;
}
.entry-widget .entry-widget-title {
    position: relative;
    margin-bottom: 35px;
}
.entry-widget .entry-widget-title h4 {
    font-size: 19px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
}
.entry-widget {
    margin-bottom: 30px;
    padding: 30px 30px 60px 30px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    position: relative;
}
.entry-related {
    padding-bottom: 30px;
}
.entry-related .entry-title h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .blog-standard .blog-entry {
        max-width: 370px;
        margin: 0 auto 30px;
    }
    .blog-entry .entry-content {
        padding-left: 0;
        padding-right: 0;
    }
    .blog-entry .entry-share .share--title {
        display: block;
        margin-bottom: 20px;
    }
    .blog-standard .blog-entry:hover .entry-img {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .blog-standard .entry-meta-container {
        padding-left: 0;
    }
    .blog-standard .entry-meta-author,
    .blog-standard .entry-meta-comment,
    .blog-standard .entry-meta,
    .blog-standard .entry-date {
        margin-right: 7px;
        margin-bottom: 10px;
    }
    .blog-standard .entry-title h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .entry-prev-next .entry-next,
    .entry-prev-next .entry-prev {
        width: 100%;
        margin: 10px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-entry .entry-content {
        padding-left: 0;
        padding-right: 0;
    }
    .col-md-4 .blog-entry .entry-title h4 {
        font-size: 15px;
    }
    .blog-standard .entry-meta-container {
        padding-left: 0;
    }
}
/*------------------------------------*\#Widgets\*------------------------------------*/
.widget {
    padding: 30px;
    margin-bottom: 32px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    background-color: #ffffff;
}
.widget .widget-title {
    margin-bottom: 22px;
}
.widget .widget-title h5 {
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    margin-bottom: 0;
    position: relative;
}
.widget-categories ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.widget-categories ul li a {
    display: block;
    line-height: 30px;
    color: #171a1f;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.widget-categories ul li a:before {
    position: absolute;
    left: -9px;
    top: 0;
    width: 100%;
    height: 30px;
    content: "";
    background-color: #ffffff;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.widget-categories ul li:hover a {
    color: #197cdd;
}
.widget-categories ul li:hover a:before {
    background-color: rgba(25, 124, 221, 0.1);
}
.widget-categories ul li.active a {
    color: #ffffff;
}
.widget-categories ul li.active a::before {
    background-color: #197cdd;
}
.widget-tags a {
    font-family: "Gotham", sans-serif;
    display: inline-block;
    background-color: #197cdd;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    margin-right: 9px;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding: 9px 12px;
    border-radius: 3px;
}
.widget-tags a:hover {
    background-color: #171a1f;
}
.widget-recent-posts .entry {
    position: relative;
    border-bottom: 1px solid #dde6f0;
    padding: 9px 0;
}
.widget-recent-posts .entry:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.widget-recent-posts .entry:first-of-type {
    padding-top: 0;
    margin-top: -15px;
}
.widget-recent-posts .entry .entry-title a {
    font-family: "Gotham Book", sans-serif;
    color: #197cdd;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    padding: 10px 10px 10px 0;
    position: relative;
    z-index: 1;
    display: block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.widget-recent-posts .entry .entry-title a:before {
    position: absolute;
    left: -10px;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ffffff;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.widget-recent-posts .entry .entry-title a:hover {
    color: #197cdd;
}
.widget-recent-posts .entry:hover .entry-title a:before {
    background-color: rgba(25, 124, 221, 0.1);
}
.widget-recent-posts .entry:hover .entry-title a:hover {
    font-weight: 600;
    color: #197cdd;
}
.widget-search .form-search {
    border-radius: 3px;
    border: 1px solid #eaeaea;
    margin-bottom: 0;
}
.widget-search .form-search .form-control {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #9e9e9e;
    font-size: 12px;
    font-weight: 400;
    line-height: 49px;
    height: 49px;
    padding-left: 15px;
    background-color: transparent;
}
.widget-search .form-search .btn {
    background-color: transparent;
    color: #171a1f;
    border-radius: 0;
    width: 35px;
    height: 49px;
    line-height: 29px;
    font-size: 16px;
    color: #197cdd;
}
.widget-search .form-search .btn:hover {
    color: #171a1f;
}
.ads-widget {
    padding: 0;
    background-color: transparent;
    margin: 0 auto 32px auto;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ads-widget img {
    max-width: 100%;
    height: auto;
}
.widget-fbsubscribe {
    text-align: center;
    font-weight: 600;
}
.widget-fbsubscribe a {
    color: #4267b2;
}
.widget-fbsubscribe a:hover {
    color: #1462af;
}
.widget-fbsubscribe i {
    font-size: 70px;
    margin-bottom: 15px;
}
.widget-fbsubscribe span {
    font-size: 14px;
    line-height: 17px;
}
.widget-fbsubscribe i,
.widget-fbsubscribe span {
    display: block;
}
.widget-social ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.widget-social ul li a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    padding-right: 20px;
    margin-bottom: 10px;
}
.widget-social ul li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
    display: inline-block;
    float: left;
}
.widget-social ul li a .social-status {
    text-align: right;
    float: right;
}
.widget-social ul li a.facebook {
    background-color: #4267b2;
}
.widget-social ul li a.facebook i {
    background-color: #3b5b9e;
}
.widget-social ul li a.twitter {
    background-color: #3bafeb;
}
.widget-social ul li a.twitter i {
    background-color: #319fd6;
}
.widget-social ul li:last-child a {
    margin-bottom: 0;
}
.widget-qlinks {
    padding-bottom: 20px;
}
.widget-qlinks ul {
    margin-bottom: 0;
    padding-left: 0;
}
.widget-qlinks ul li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #dde6f0;
    padding: 20px 0;
    background-color: transparent;
}
.widget-qlinks ul li:after {
    display: block;
    clear: both;
    content: "";
}
.widget-qlinks ul li:before {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% - 20px);
    left: -10px;
    top: 10px;
    content: "";
    background-color: rgba(25, 124, 221, 0.1);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.widget-qlinks ul li:last-child {
    border-bottom: none;
}
.widget-qlinks ul li a {
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.8;
    color: #197cdd;
}
.widget-qlinks ul li .entry-img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
}
.widget-qlinks ul li .entry-img img {
    max-width: 100%;
    height: auto;
}
.widget-qlinks ul li .entry-title {
    padding-left: 70px;
    padding-top: 15px;
}
.widget-qlinks ul li:hover:before {
    opacity: 1;
}
.widget-qlinks ul li:hover a {
    font-weight: 600;
}
.filter-widget .input-group {
    background-color: white;
    border: 1px solid #cad6e3;
    border-radius: 5px;
}
.filter-widget .input-group .btn {
    width: auto;
    box-shadow: none;
    background-color: transparent;
    color: #197cdd;
}
.filter-widget .input-group .btn:hover {
    color: #171a1f;
}
.filter-widget .input-group .form-control {
    border: none;
    box-shadow: none;
    padding-left: 15px;
}
.filter-widget .input-group .form-control:focus,
.filter-widget .input-group .form-control:hover {
    border: none;
    box-shadow: none;
}
.filter-widget .form-group {
    margin-top: 29px;
}
.filter-widget
    .form-group
    .select2-container--bootstrap4
    .select2-selection--single {
    background-color: white;
    border: 1px solid #cad6e3;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}
.filter-widget
    .form-group
    .select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__placeholder {
    font-size: 14px;
}
.filter-widget
    .form-group
    .select2-container--bootstrap4
    .select2-results__option {
    font-size: 14px;
}
.filter-widget .form-group .select2-results__option {
    font-size: 14px;
}
.filter-widget .form-group .select2-selection__arrow:before {
    font-size: 8px;
    right: 15px;
    line-height: 50px;
}
.filter-widget .form-group .select2-result {
    margin-top: 10px;
}
.filter-widget .form-group .select2-result span {
    display: inline-block;
    padding: 8px 10px;
    margin: 5px 5px 0 0;
    background-color: rgba(25, 124, 221, 0.1);
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #197cdd;
    cursor: pointer;
}
.filter-widget .form-group .select2-result span i {
    font-size: 8px;
    color: #197cdd;
    margin-left: 8px;
}
.filter-widget .form-group .select2-result span:hover {
    background-color: #197cdd;
    color: white;
}
.filter-widget .form-group .select2-result span:hover i {
    color: white;
}
.filter-widget
    .form-group
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 14px;
}
.filter-widget
    .form-group
    .select2-container--bootstrap4
    .select2-results__option {
    font-size: 14px !important;
}
.filter-widget .submit {
    width: 100%;
    padding: 14px 0;
    margin-top: 40px;
    background-color: #197cdd;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: "Gotham", sans-serif;
    border: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 5px;
}
.filter-widget .submit:focus,
.filter-widget .submit:hover {
    background-color: #171a1f;
}
.filter-widget .reset {
    width: 100%;
    height: auto;
    color: #197cdd;
    box-shadow: none;
    border: none;
    margin-top: 43px;
    background-color: transparent;
    cursor: pointer;
}
.filter-widget .reset:focus,
.filter-widget .reset:hover {
    color: #171a1f;
}
.range-filter .ui-slider {
    height: 4px;
    background-color: rgba(34, 34, 34, 0.06);
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 5px;
}
.range-filter .ui-slider-handle {
    /* Style for "Line" */
    width: 13px;
    height: 13px;
    margin-left: 0;
    background-color: #197cdd;
    border-radius: 50%;
}
.range-filter .ui-slider-range {
    height: 4px;
    background-color: #197cdd;
    margin-bottom: 20px;
}
.range-filter .slider-mount {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 19px;
    float: left;
}
.range-filter input {
    color: #197cdd;
    border: none;
    background-color: transparent;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 600;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.widget-filter .ui-slider {
    height: 4px;
    background-color: rgba(34, 34, 34, 0.06);
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 5px;
}
.widget-filter .ui-slider-handle {
    width: 8px;
    height: 8px;
    margin-left: 0;
    background-color: #197cdd;
    border-radius: 50%;
}
.widget-filter .ui-slider-range {
    height: 4px;
    background-color: #197cdd;
    margin-bottom: 20px;
}
.widget-filter .slider-mount {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 19px;
    float: left;
}
.widget-filter label {
    color: #9b9b9b;
}
.widget-filter input {
    color: #171a1f;
    border: none;
    background-color: transparent;
}
.widget-filter .btn-filter {
    float: right;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222222;
}
.widget-filter .btn-filter:hover {
    color: #197cdd;
}
.widget-info {
    padding: 30px 20px;
    min-height: 70px;
    text-align: center;
}
.widget-info .info--title {
    color: #171a1f;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    position: relative;
    margin-bottom: 10px;
}
.widget-info .info--content {
    margin-bottom: 20px;
}
.widget-info .info--icon {
    line-height: 42px;
}
.sidebar-blog .form-search {
    background-color: #fff;
}
#admin_cp_link {
    position: fixed;
    top: 80px;
    right: -105px;
    padding: 6px 12px;
    background-color: #1a7cdd;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 13px;
    color: #fff;
}
#admin_cp_link i {
    margin-right: 5px;
}
#admin_cp_link:hover {
    right: 0;
    border-color: #1462af;
    background: #1462af;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .sidebar {
        margin-top: 40px;
    }
    .widget {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        margin-top: 40px;
    }
    .widget-recent .entry .entry-desc {
        margin-left: 70px;
    }
}
.latest-scholarship {
    padding-top: 0;
}
.latest-scholarship .nav-tabs {
    border-bottom: none;
}
.latest-scholarship .nav-tabs .nav-item .nav-link {
    border: none;
    font-family: "Gotham Book", sans-serif;
    font-size: 14px;
    color: #3d4452;
    text-transform: capitalize;
    padding: 0 15px;
    border-radius: 5px;
    margin-right: 3px;
    height: 30px;
    line-height: 30px;
}
.latest-scholarship .nav-tabs .nav-item .nav-link.active {
    background-color: rgba(25, 124, 221, 0.1);
    color: #197cdd;
}
.latest-scholarship .nav-tabs .nav-item:hover .nav-link {
    background-color: rgba(25, 124, 221, 0.1);
    color: #197cdd;
}
.latest-scholarship .nav-tabs .nav-item:last-child {
    text-align: right;
    position: absolute;
    right: 0;
}
.latest-scholarship .nav-tabs .nav-item:last-child .nav-link {
    color: #197cdd;
    font-size: 16px;
}
.latest-scholarship .nav-tabs .nav-item:last-child .nav-link i {
    font-size: 12px;
}
.latest-scholarship .nav-tabs .nav-item:last-child .nav-link:hover {
    background-color: transparent;
}
.latest-scholarship .tab-content {
    padding-top: 46px;
}
@media only screen and (max-width: 991px) {
    .latest-scholarship {
        padding-top: 60px;
    }
}
.card-scholarships {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
}
.card-scholarships .card-img {
    position: relative;
    overflow: hidden;
    height: 200px;
    background-image: url("../images/scholarships/2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.card-scholarships .card-img:before {
    position: absolute;
    left: -25%;
    bottom: -10px;
    content: "";
    background: #ffffff;
    width: 150%;
    height: 30px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -moz-tratransform-origin: 3% 0;
    -webkit-tratransform-origin: 3% 0;
    tratransform-origin: 3% 0;
}
.card-scholarships .card-img img {
    max-width: 100%;
    height: auto;
}
.card-scholarships .card-body {
    position: relative;
    padding: 0 20px 20px 20px;
    z-index: 1;
}
.card-scholarships .card-body .card-title {
    font-family: "Gotham Book", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    height: 47px;
    overflow: hidden;
}
.card-scholarships .card-body .card-title a {
    color: #3d4452;
}
.card-scholarships .card-body .card-title a:hover {
    color: #197cdd;
}
.card-scholarships .card-body .card-meta .card-date {
    font-size: 13px;
    color: #94a1b0;
    line-height: 30px;
}
.card-scholarships .card-body .card-meta .card-more {
    float: right;
}
.card-scholarships .card-body .card-meta .card-more a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    background-color: #ffffff;
    color: #197cdd;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.card-scholarships .card-body .card-meta .card-more a:hover {
    background-color: rgba(25, 124, 221, 0.1);
}
@media only screen and (max-width: 991px) {
    .card-scholarships {
        max-width: 270px;
        margin: 15px auto;
    }
}
.card-university {
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.card-university:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(5, 66, 125, 0.15);
    box-shadow: 0px 10px 30px rgba(5, 66, 125, 0.15);
}
.card-university .card-img {
    position: relative;
    overflow: hidden;
}
.card-university .card-img:before {
    position: absolute;
    left: -25%;
    bottom: -10px;
    content: "";
    background: #ffffff;
    width: 150%;
    height: 30px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -moz-tratransform-origin: 3% 0;
    -webkit-tratransform-origin: 3% 0;
    tratransform-origin: 3% 0;
}
.card-university .card-img img {
    max-width: 100%;
    height: auto;
}
.card-university .card-body {
    position: relative;
    padding: 0 20px 20px 20px;
    z-index: 1;
}
.card-university .card-body .card-title {
    font-family: "Gotham Book", sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}
.card-university .card-body .card-title a {
    color: #3d4452;
}
.card-university .card-body .card-title a:hover {
    color: #197cdd;
}
.card-university .card-body p {
    font-size: 14px;
    line-height: 17px;
    color: #94a1b0;
    margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .card-university {
        max-width: 270px;
        margin-right: auto;
        margin-left: auto;
    }
}
.post-scholarship .heading {
    margin-bottom: 50px;
}
.post-scholarship .heading h1 {
    font-size: 28px;
    margin-bottom: 46px;
}
.post-scholarship .heading p {
    font-size: 16px;
    color: #3d4452;
    margin-bottom: 0;
}
.post-scholarship .form-scholarship .form-control {
    width: 100%;
}
.post-scholarship .form-scholarship textarea {
    height: 210px;
}
.post-scholarship .form-scholarship .btn {
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 17px;
}
.post-scholarship .form-scholarship .btn i {
    margin-left: 5px;
}
.small-btn {
    font-size: 12px;
    height: 30px;
    width: auto;
    padding: 0 8px;
    line-height: 32px;
}
.post-scholarship .form-scholarship .form-group {
    position: relative;
}
.post-scholarship .form-scholarship .form-group label {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 20px;
    margin-bottom: 0;
    line-height: 50px;
    font-size: 14px;
    color: #94a1b0;
    z-index: 10;
    -webkit-transition: font-size 150ms ease-out,
        -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out,
        -webkit-transform 150ms ease-out;
}
.post-scholarship .form-scholarship .focused label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: 12px;
    padding-left: 0;
    line-height: 20px;
}
.vertical-line {
    width: 4px;
    height: 330px;
    background: #fff;
    margin: 100px auto;
}
.form-scholarship-action {
    text-align: center;
    padding: 0 0 100px 0;
}
.form-scholarship-action .check i {
    margin: 0 auto 50px auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background-color: #197cdd;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
}
.form-scholarship-action h1 {
    font-size: 28px;
}
.form-scholarship-action p {
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
.form-scholarship-action .btn-action {
    margin-top: 60px;
}
.form-scholarship-action .btn-action a {
    padding: 15px 25px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    margin-right: 5px;
    font-size: 14px;
    color: #3d4452;
}
.form-scholarship-action .btn-action a i {
    vertical-align: middle;
    color: #197cdd;
}
.form-scholarship-action .btn-action a:hover {
    background-color: #197cdd;
    color: #ffffff;
}
.form-scholarship-action .btn-action a:hover i {
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .form-scholarship-action .btn-action a {
        margin-bottom: 30px;
    }
}
.scholarship-card {
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    position: relative;
}
.scholarship-card .card-warp {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 30px;
}
.scholarship-card .card-warp::before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    content: "";
    background: url(../images/icons/union.svg) no-repeat bottom;
}
.scholarship-card .card-img {
    border-radius: 5px;
    width: auto;
    min-width: 270px;
    padding: 0;
    text-align: center;
}
.scholarship-card .card-img img {
    max-width: 100%;
    max-height: 200px;
}
.scholarship-card .card-info {
    padding-left: 30px;
    padding-right: 0;
}
.scholarship-card .card-info h2 {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 12px;
}
.scholarship-card .card-info h2 a {
    color: #171a1f;
}
.scholarship-card .card-info h2 a:hover {
    color: #197cdd;
}
.scholarship-card .card-info ul {
    margin-bottom: 0;
}
.scholarship-card .card-info ul li {
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    max-width: 90%;
    position: relative;
    padding-left: 30px;
}
.scholarship-card .card-info ul li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    margin-right: 14px;
}
.scholarship-card .card-deal {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    margin-top: 20px;
}
.scholarship-card .card-deal.expires-in {
    background-color: rgba(255, 153, 0, 0.12);
    color: #ff9b01;
}
.scholarship-card .card-deal.expired {
    background-color: rgba(239, 46, 67, 0.12);
    color: #ef2e43;
}
.scholarship-card .card-more {
    line-height: 1;
    text-align: right;
    position: relative;
}
.scholarship-card .card-more a {
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    color: #ffffff;
    background: #197cdd;
    width: 170px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    right: 30px;
    top: -70px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.scholarship-card .card-more a:hover {
    color: #ffffff;
    -webkit-box-shadow: 0px 10px 20px rgba(39, 140, 239, 0.25);
    box-shadow: 0px 10px 20px rgba(39, 140, 239, 0.25);
}
.scholarship-card .card-more span {
    display: inline-block;
    margin-right: 8px;
}
.scholarship-card .card-bio {
    padding: 30px 30px 15px 30px;
}
.scholarship-card .card-bio p {
    font-size: 14px;
    line-height: 1.8;
}
.scholarship-single .scholarship-card .card-warp::before {
    display: none;
}

.scholarship-single .scholarship-card .card-deal {
    position: absolute;
    right: 30px;
    top: 330px;
    width: 170px;
    height: 136px;
    border-radius: 5px;
    text-align: center;
    padding-top: 28px;
    font-size: 14px;
    line-height: 20px;
    color: #ff9b01;
    margin-top: 0;
}
.scholarship-single .scholarship-card .card-deal .card-deal-title {
    font-size: 14px;
    margin-bottom: 12px;
}
.scholarship-single .scholarship-card .card-deal .card-deal-icon {
    font-size: 28px;
    margin-bottom: 12px;
}
.scholarship-single .scholarship-card .card-deal .card-deal-time {
    font-size: 16px;
    font-weight: 600;
}

.scholarship-single .cover-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}
#scholarship .scholarship-card ul li a {
    border-bottom: 1px solid #ddd;
    color: #171a1e;
}
.scholarship-ads {
    margin-bottom: 30px;
    text-align: center;
}
.scholarship-ads img {
    max-width: 100%;
    height: auto;
}
.scholarship-details {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    position: relative;
}
.scholarship-details p {
    font-size: 14px;
}
.scholarship-details h1 {
    font-size: 21px;
}
.scholarship-details h2 {
    font-size: 19px;
}
.scholarship-details h3 {
    font-size: 18px;
}
.scholarship-details h4 {
    font-size: 16px;
}
.scholarship-details h5 {
    font-size: 15px;
}
.scholarship-details h6 {
    font-size: 14px;
}
.scholarship-details img {
    max-width: 100%;
    height: auto;
}
.scholarship-details .scholarship-item strong {
    font-family: gotham, sans-serif;
    font-size: 15px;
    font-weight: 600;
}
.scholarship-details .scholarship-item {
    margin-bottom: 30px;
    word-wrap: break-word;
}
.scholarship-details .scholarship-item h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #171a1f;
    position: relative;
}
/*.scholarship-details .scholarship-item h3::before{position:absolute;bottom:0;left:-31px;height:22px;width:159px;content:"";background:url(../images/icons/union2.svg) no-repeat bottom;}*/
.scholarship-details .scholarship-item ul {
    margin-bottom: 20px;
}
.scholarship-details .scholarship-item ul br,
.scholarship-details .scholarship-item ol br {
    display: none;
}
.scholarship-details .scholarship-item ul li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 7px;
    position: relative;
}
.scholarship-details .scholarship-item > ul > li {
    padding-left: 17px !important;
    list-style: none;
    word-wrap: break-word;
}
.scholarship-details .scholarship-item > ul > li:before {
    position: absolute;
    top: 6px;
    left: 0;
    height: 10px;
    width: 10px;
    content: "";
    background: url(../images/icons/star.svg) no-repeat bottom;
}
.scholarship-details .scholarship-item > ul > li > ul {
    margin-top: 20px;
}
.scholarship-details .scholarship-item > ul > li > ul li {
    padding-left: 21px;
    line-height: 20px;
    list-style: none;
}
.scholarship-details .scholarship-item > ul > li > ul li:before {
    position: absolute;
    top: 8px;
    left: 0;
    height: 7px;
    width: 7px;
    content: "";
    background: #94a1b0;
    border-radius: 50%;
}
.scholarship-details .scholarship-share {
    border-top: 1px solid #dde6f0;
    padding: 50px 0 0 0;
    line-height: 1;
    text-align: left;
    margin-top: 50px;
}
.scholarship-details .scholarship-share a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 5px;
}
.scholarship-details .scholarship-share a.facebook {
    background-color: #3c5a98;
}
.scholarship-details .scholarship-share a.twitter {
    background-color: #29a6de;
}
.scholarship-details .scholarship-share a.linkedin {
    background-color: #1d86bd;
}
.scholarship-details .scholarship-share a.pinterest {
    background-color: #c92027;
}
.scholarship-details .scholarship-share a:hover {
    background-color: #197cdd;
    color: #ffffff;
}
.scholarship-details .scholarship-share a:last-child {
    margin-right: 0;
}
.scholarship-details .scholarship-share .share--title {
    font-family: "Gotham", sans-serif;
    color: #171a1f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 24px;
    display: inline-block;
}
.scholarship-details .scholarship-share .btn {
    float: right;
    background-color: #197cdd;
    color: #ffffff;
    width: 230px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-transform: uppercase;
}
.scholarship-details .scholarship-share .btn i {
    padding-left: 16px;
    margin-right: 0;
}
.scholarship-details .scholarship-share .btn:hover {
    background-color: #1462af;
}
.xs-text {
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    .scholarship-card .card-img {
        min-width: auto;
    }
    .scholarship-card .card-warp {
        display: block;
    }
    .scholarship-card .card-warp:before {
        display: none;
    }
    .scholarship-card .card-info {
        padding-left: 0;
        padding-top: 30px;
    }
    .scholarship-card .card-info ul li {
        max-width: 100%;
    }
    .scholarship-card .card-more {
        text-align: left;
        padding: 10px 30px;
    }
    .scholarship-card .card-more a {
        position: relative;
        top: auto;
        right: auto;
    }
    .scholarship-single .scholarship-card .card-deal {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
        padding-bottom: 28px;
    }
    .scholarship-single .scholarship-card .card-deal div {
        position: relative;
        display: inline-block;
    }
    .scholarship-single .scholarship-card .card-deal .card-deal-time,
    .scholarship-single .scholarship-card .card-deal .card-deal-icon,
    .scholarship-single .scholarship-card .card-deal .card-deal-title {
        font-size: 20px;
        margin-bottom: 0;
    }
    .scholarship-details .scholarship-share .share--title {
        display: block;
        margin-bottom: 8px;
    }
    .scholarship-details .scholarship-share a {
        margin: 10px 0;
    }
    .scholarship-details .scholarship-share .btn {
        float: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .scholarship-single .scholarship-card .card-deal {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
        padding-bottom: 28px;
    }
    .scholarship-single .scholarship-card .card-deal div {
        position: relative;
        display: inline-block;
    }
    .scholarship-single .scholarship-card .card-deal .card-deal-time,
    .scholarship-single .scholarship-card .card-deal .card-deal-icon,
    .scholarship-single .scholarship-card .card-deal .card-deal-title {
        font-size: 20px;
        margin-bottom: 0;
    }
}
/*------------------------------------*\ #Countries\*------------------------------------*/
/* .countries {
    padding-top: 0;
}
.list-blocks {
    text-align: center;
    padding-top: 0;
}
.list-blocks ul {
    margin-bottom: 48px;
    position: relative;
    border-bottom: 1px solid #fff;
    list-style: none;
}
.list-blocks ul li {
    border-bottom: 1px solid #e7eaee;
    border-right: 1px solid #e7eaee;
    float: left;
    width: 25%;
}
.list-blocks ul li:nth-child(4n) {
    border-right: none;
}
.list-blocks ul li:nth-last-child(4),
.list-blocks ul li:nth-last-child(3),
.list-blocks ul li:nth-last-child(2),
.list-blocks ul li:last-child {
    border-bottom: none;
}
.list-blocks ul li a {
    display: block;
    padding: 35px 0;
}
.list-blocks ul li a:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(5, 66, 125, 0.15);
    box-shadow: 0px 10px 30px rgba(5, 66, 125, 0.15);
    color: #197cdd;
}
.list-blocks ul li a:hover h3 {
    color: #197cdd;
}
.list-blocks ul li h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.list-blocks ul li img {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
}
.list-blocks ul li .list-icons {
    margin-bottom: 22px;
}
.list-blocks ul li .list-icons i {
    font-size: 27px;
}
.view-more a {
    font-size: 16px;
    border-radius: 5px;
    padding: 6px 10px;
    display: inline-block;
}
.view-more a i {
    font-size: 10px;
}
.view-more a:hover {
    background-color: rgba(25, 124, 221, 0.1);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .list-blocks ul li {
        width: 50%;
    }
    .list-blocks ul li:nth-child(4n) {
        border-right: 1px solid #e7eaee;
    }
    .list-blocks ul li:nth-child(2n) {
        border-right: none;
    }
    .list-blocks ul li:nth-last-child(4),
    .list-blocks ul li:nth-last-child(3) {
        border-bottom: 1px solid #e7eaee;
    }
    .list-blocks ul li:nth-last-child(2),
    .list-blocks ul li:last-child {
        border-bottom: none;
    }
} */


.countries {
    padding-top: 0;
}
.list-blocks {
    text-align: center;
    padding-top: 0;
}
.list-blocks ul {
    margin-bottom: 48px;
    position: relative;
    border-bottom: 1px solid #fff;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.list-blocks ul li {
    border-bottom: 1px solid #e7eaee;
    border-right: 1px solid #e7eaee;
    width: 25%;
    box-sizing: border-box;
}
.list-blocks ul li:nth-child(4n) {
    border-right: none;
}
.list-blocks ul li a {
    display: block;
    padding: 35px 0;
}
.list-blocks ul li a:hover {
    -webkit-box-shadow: 0px 10px 30px rgba(5, 66, 125, 0.15);
    box-shadow: 0px 10px 30px rgba(5, 66, 125, 0.15);
    color: #197cdd;
}
.list-blocks ul li a:hover h3 {
    color: #197cdd;
}
.list-blocks ul li h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.list-blocks ul li img {
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
}
.list-blocks ul li .list-icons {
    margin-bottom: 22px;
}
.list-blocks ul li .list-icons i {
    font-size: 27px;
}
.view-more a {
    font-size: 16px;
    border-radius: 5px;
    padding: 6px 10px;
    display: inline-block;
}
.view-more a i {
    font-size: 10px;
}
.view-more a:hover {
    background-color: rgba(25, 124, 221, 0.1);
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .list-blocks ul li {
        width: 50%;
    }
    .list-blocks ul li:nth-child(2n) {
        border-right: none;
    }
}



/*------------------------------------*\ #Degrees\*------------------------------------*/
.degrees {
    background-color: #f7fafd;
}
.degrees .carousel {
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
}
.degrees .carousel .card-degree {
    padding: 20px;
}
.degrees .carousel .card-degree::before {
    position: absolute;
    right: 0;
    top: 20px;
    width: 1px;
    height: calc(100% - 40px);
    content: "";
    background-color: rgba(148, 161, 176, 0.2);
}
.degrees .carousel .card-degree:nth-of-type(4n)::before {
    display: none;
}
.degrees .carousel .card-degree .card-warp a {
    border-radius: 5px;
    padding: 30px 0;
    display: block;
    font-size: 32px;
}
.degrees .carousel .card-degree .card-warp a span,
.degrees .carousel .card-degree .card-warp a i {
    display: block;
}
.degrees .carousel .card-degree .card-warp a i {
    font-size: 28px;
    color: #197cdd;
    margin-bottom: 14px;
}
.degrees .carousel .card-degree .card-warp a span {
    font-size: 16px;
    color: #171a1f;
}
.degrees .carousel .card-degree .card-warp a:hover {
    background-color: rgba(25, 124, 221, 0.1);
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
    .degrees .carousel .card-degree::before {
        display: none;
    }
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
    .degrees .carousel .card-degree::before {
        margin-right: -1px;
    }
}
/*------------------------------------*\ #Nationality\*------------------------------------*/
.nationality .nationality-list {
    margin-bottom: 85px;
    text-align: center;
}
.nationality .nationality-list li {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-align: center;
    padding: 0 13px;
}
.nationality .nationality-list li:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
}
.nationality .nationality-list li:last-child:before {
    display: none;
}
.nationality .nationality-list li h3 {
    font-size: 17px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 16px;
}
.nationality .nationality-list li span {
    font-size: 14px;
    color: #d1eeff;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .nationality .nationality-list {
        margin-top: 60px;
    }
    .nationality .nationality-list li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
    }
    .nationality .nationality-list li:before {
        bottom: 0;
        top: auto;
        left: 50%;
        margin-left: -80px;
        width: 160px;
        height: 1px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
    .nationality .nationality-list li {
        margin-bottom: 40px;
    }
}
/*------------------------------------*\ #Contacts\*------------------------------------*/
.contact {
    padding-top: 110px;
    padding-bottom: 110px;
}
.contact .contact--panel {
    background-color: white;
    border-radius: 6px;
    padding: 90px 100px;
}
.contact .contact--panel .heading {
    margin-bottom: 60px;
}
.contact .contact--panel textarea {
    height: 122px;
    margin-bottom: 40px;
}
.contact .contact--panel .btn {
    -webkit-box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}
.contact-2 .contact-container {
    margin-top: -628px;
}
.contact-2 .contact--panel {
    border-radius: 0;
}
.contact-3 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.contact-3 .contact--panel {
    padding: 0 50px;
    border-radius: 0;
    background-color: transparent;
}
.contact-3 .contact--panel .contact--icon {
    font-size: 45px;
    color: #197cdd;
    line-height: 1;
    margin-bottom: 24px;
}
.contact-3 .contact--panel h4 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 19px;
}
.contact-3 .contact--panel p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 18px;
}
.contact-3 .contact--panel .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-4 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.contact-4 .contact--panel {
    padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .contact .contact--panel {
        padding: 30px;
    }
    .contact-3 .contact--panel {
        padding: 0 50px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-3 .contact--panel {
        margin-bottom: 30px;
        padding: 0;
    }
}
/*------------------------------------*\ #Universities\*------------------------------------*/
.alpha-links {
    margin-bottom: 40px;
}
.alpha-links span {
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-right: 9px;
}
.alpha-links ul {
    display: inline-block;
    margin-bottom: 0;
}
.alpha-links ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background-color: #ffffff;
    line-height: 25px;
    text-align: center;
}
.alpha-links ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #197cdd;
    text-transform: uppercase;
    display: inline-block;
}
.alpha-links ul li a:hover {
    color: #171a1f;
}
.alpha-cards {
    margin-right: -15px;
    margin-left: -15px;
}
.alpha-card {
    width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
.alpha-card .card-warp {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
}
.alpha-card .card-title {
    padding: 30px 30px 0 12px;
    margin-bottom: 0;
    position: relative;
}
.alpha-card .card-title:before {
    position: absolute;
    left: 0;
    top: 38px;
    width: 100%;
    height: 1px;
    background-color: #dde6f0;
    content: "";
}
.alpha-card .card-title h3 {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 22px;
    color: #171a1f;
    background-color: #ffffff;
    width: 45px;
    margin-bottom: 0;
    text-align: center;
}
.alpha-card .card-body {
    padding: 20px 30px;
}
.alpha-card .card-body ul {
    margin-bottom: 0;
    list-style: none;
}
.alpha-card .card-body ul li {
    margin-bottom: 5px;
}
.alpha-card .card-body ul li a {
    font-size: 14px;
    line-height: 21px;
    color: #197cdd;
    cursor: pointer;
}
.alpha-card .card-body ul li a:hover {
    color: #171a1f;
}
@media only screen and (max-width: 460px) {
    .alpha-card {
        width: 100%;
    }
}
@media only screen and (min-width: 461px) and (max-width: 767px) {
    .alpha-links ul li {
        padding: 0 9px;
    }
    .alpha-card {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .alpha-links span {
        margin-bottom: 20px;
        display: block;
    }
}
.subjects-card {
    padding: 50px 20px 38px 50px;
    margin-bottom: 50px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
}
.subjects-card .card-title {
    margin-bottom: 25px;
    position: relative;
}
.subjects-card .card-title h3 {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 22px;
    color: #171a1f;
    margin-bottom: 0;
}
.subjects-card .card-body {
    padding: 0;
}
.subjects-card .card-body ul {
    margin-bottom: 0;
    margin-left: -10px;
    list-style: none;
}
.subjects-card .card-body ul li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}
.subjects-card .card-body ul li a {
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #197cdd;
    position: relative;
    padding: 3px 10px;
    display: inline-block;
}
.subjects-card .card-body ul li a:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(25, 124, 221, 0.1);
    border-radius: 5px;
    opacity: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.subjects-card .card-body ul li a:hover {
    font-weight: 600;
    color: #197cdd;
}
.subjects-card .card-body ul li a:hover:before {
    opacity: 1;
}
@media only screen and (max-width: 460px) {
    .subjects-card .card-body ul li {
        width: 100%;
    }
}
@media only screen and (min-width: 461px) and (max-width: 767px) {
    .subjects-card .card-body ul li {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subjects-card .card-body ul li {
        width: 33%;
    }
}
/*------------------------------------*\ #Footer\*------------------------------------*/
.social-bar {
    background: #383e4b;
    padding: 50px;
}
.social-bar .social-card a {
    color: #ffffff;
    position: relative;
}
.social-bar .social-card a .social-card-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.social-bar .social-card a i {
    display: block;
    line-height: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-bar .social-card a:hover .social-card-icon i:first-child {
    margin-top: -50px;
}
.social-bar .social-card a div {
    padding-left: 68px;
    font-size: 21px;
    font-weight: 600;
}
.social-bar .social-card a div span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.social-bar .social-card .facebook {
    background-color: #3c5a98;
}
.social-bar .social-card .twitter {
    background-color: #29a6de;
}
.social-bar .social-card .linkedin {
    background-color: #1d86bd;
}
.social-bar .social-card .pinterest {
    background-color: #c92027;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .social-bar .social-card {
        margin: 15px 0;
    }
}
#wrapperParallax {
    position: relative;
    z-index: 1060;
    min-height: 100vh;
}
#footerParallax {
    position: fixed;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
}
@media only screen and (max-width: 991px) {
    #wrapperParallax {
        margin-bottom: 0 !important;
    }
    #footerParallax {
        position: static;
    }
}
.footer {
    background-color: #3d4452;
    padding-top: 0;
    padding-bottom: 0;
}
.footer .footer-top {
    padding-top: 55px;
    padding-bottom: 39px;
}
.footer .footer-widget-title h5 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 26px;
}
.footer .widget-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
}
.footer .widget-links ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
}
.footer .widget-links ul li a {
    color: rgba(255, 255, 255, 0.7);
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;
    text-transform: capitalize;
    font-family: "Gotham Book", sans-serif;
}
.footer .widget-links ul li a:hover {
    color: #197cdd;
}
.footer .widget-links ul li a img {
    margin-top: 5px;
    margin-bottom: 10px;
}
.footer .widget-contact-info p {
    font-size: 14px;
}
.footer .widget-contact-info li {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Gotham Book", sans-serif;
    line-height: 21px;
    color: #a5a5a5;
}
.footer .widget-contact-info li:last-child {
    margin-top: 26px;
}
.footer .widget-contact-info .social--icons {
    margin-bottom: 34px;
}
.footer .widget-contact-info .social--icons a {
    color: rgba(255, 255, 255, 0.15);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}
.footer .widget-contact-info .social--icons a:last-child {
    margin-right: 0;
}
.footer .widget-contact-info .social--icons a.facebook:hover {
    color: #3b5998;
}
.footer .widget-contact-info .social--icons a.twitter:hover {
    color: #00acee;
}
.footer .widget-contact-info .social--icons a.linkedin:hover {
    color: #0e76a8;
}
.footer .widget-contact-info .social--icons a.pinterest:hover {
    color: #c8232c;
}
.footer .widget-contact-info .btn {
    font-family: "Gotham", sans-serif;
    height: 40px;
    width: 200px;
    line-height: 40px;
    font-size: 14px;
}
.footer .widget-about img {
    margin-bottom: 39px;
}
.footer .widget-about ul {
    margin-bottom: 37px;
    list-style: none;
    padding: 0;
}
.footer .widget-about ul li {
    color: #ffffff;
}
.footer .widget-about ul li span {
    margin-left: 8px;
    color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer .footer-widget {
        margin-bottom: 30px;
    }
    .footer .footer-widget .footer-widget-title h5 {
        margin-bottom: 15px;
    }
    .footer .pull-right {
        float: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .footer-widget {
        margin-bottom: 20px;
    }
    .footer .footer-widget .footer-widget-title h5 {
        margin-bottom: 15px;
    }
}
@-moz-document url-prefix() {
    .divider-bottom::after {
        bottom: -30px;
        background-size: cover;
    }
    .divider-double-bottom::before {
        bottom: -30px;
    }
}

/*------------------------------------*\
    #Registration
\*------------------------------------*/
.registration .registration-form {
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
    box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.06);
    border-radius: 5px;
    padding: 40px 100px;
}

@media screen and (max-width: 767px) {
    .registration .registration-form {
        padding: 30px;
    }
}

.registration .registration-form h3 {
    font-size: 18px;
    line-height: 1.5;
    color: #3d4452;
    margin-bottom: 16px;
}

.registration .registration-form label {
    font-size: 13px;
    line-height: 16px;
    color: #171a1f;
    text-transform: capitalize;
}

.registration .registration-form .select2-container {
    line-height: 40px;
    height: 50px;
    border: 1px solid #dde6f0;
    border-radius: 5px;
    color: #3d4452;
    font-size: 14px;
    -webkit-box-shadow: 0px 10px 20px rgb(5 66 125 / 8%);
    -ms-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    -o-box-shadow: 0px 10px 20px rgba(5, 66, 125, 0.08);
    box-shadow: 0px 10px 20px rgb(5 66 125 / 8%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.registration
    .registration-form
    .select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__rendered {
    padding: 7px 12px;
}

.registration .registration-form .select2-selection__arrow:before {
    right: 17px;
    top: 10px;
}

.registration
    .registration-form
    .select2-container--bootstrap4
    .select2-dropdown {
    margin-left: 0;
}

.registration
    .registration-form
    .select2-container--bootstrap4
    .select2-selection--single {
    height: 38px;
    line-height: 38px;
}

.registration
    .registration-form
    .select2-container--bootstrap4
    .select2-selection--single
    .select2-selection__placeholder {
    line-height: 38px;
    font-size: 14px;
}

.registration .registration-form .action {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #dde6f0;
    text-align: center;
}

.registration .registration-form .action .btn {
    padding: 14px 32px;
    border-radius: 5px;
    text-transform: uppercase;
    height: auto;
    width: auto;
    line-height: 1;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .registration .registration-form .action .btn {
        padding: 14px 0;
        width: 100%;
    }
}

.registration .dropzone {
    border: 2px dashed #dde6f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 16px;
}

.registration small {
    font-size: 13px;
    color: #94a2b3;
}
.widget-fbsubscribe a i {
    margin-right: auto;
    margin-left: auto;
    background-color: #4267b2;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 27px;
    color: #ffffff;
    margin-bottom: 15px;
}

/*------------------------------------*\
    #Courses University
\*------------------------------------*/
.course-card {
    padding: 15px;
}

@media screen and (max-width: 991px) {
    .course-card {
        max-width: 370px;
        margin-right: auto;
        margin-left: auto;
    }
}

.course-card .course-card-warp {
    padding: 32px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(5, 118, 125, 0.06);
    box-shadow: 0px 10px 30px rgba(5, 118, 125, 0.06);
    border-radius: 5px;
}

.course-card .course-card-header {
    position: relative;
    margin-bottom: 32px;
}

.course-card .course-card-header .course-card-flag {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    margin-right: 48px;
    border: 1px solid #dde6f0;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .course-card .course-card-header .course-card-flag {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 30px;
    }
}

.course-card .course-card-header ul.course-card-meta {
    list-style: none;
    padding: 0 0 0 128px;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .course-card .course-card-header ul.course-card-meta {
        padding-left: 0;
    }
}

.course-card .course-card-header ul.course-card-meta li {
    margin-bottom: 12px;
}

.course-card .course-card-header ul.course-card-meta li:last-child {
    margin-bottom: 0;
}

.course-card .course-card-header ul.course-card-meta li .time,
.course-card .course-card-header ul.course-card-meta li .fees {
    color: #3d4452;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 0;
}

.course-card .course-card-header ul.course-card-meta li .title {
    color: #94a2b3;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.course-card .course-card-body .course-card-period {
    color: #94a2b3;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.course-card .course-card-body .course-card-title {
    font-weight: bold;
    font-size: 21px;
    color: #3d4452;
    line-height: 1.5;
}

@media screen and (max-width: 1200px) {
    .course-card .course-card-body .course-card-title {
        font-size: 18px;
    }
}

.course-card .course-card-body .course-card-list {
    padding: 0;
    list-style: none;
    margin: 0 0 32px 0;
}

.course-card .course-card-body .course-card-list li {
    position: relative;
    margin-bottom: 25px;
}

.course-card .course-card-body .course-card-list li:last-child {
    margin-bottom: 0;
}

.course-card .course-card-body .course-card-list li .icon {
    position: absolute;
    left: 0;
    top: 4px;
    margin-right: 9px;
    color: #00a0aa;
}

.course-card .course-card-body .course-card-list li .content {
    padding-left: 25px;
}

.course-card .course-card-body .course-card-list li .content span {
    display: block;
}

.course-card .course-card-body .course-card-list li .content .title {
    font-weight: 500;
    font-size: 16px;
    color: #3d4452;
}

.course-card .course-card-body .course-card-list li .content .desc {
    font-size: 12px;
    text-transform: uppercase;
    color: #94a2b3;
}

.course-card .course-card-footer .btn-more a {
    width: 123px;
}

.course-card:hover .course-card-warp {
    -webkit-box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.15);
    box-shadow: 0px 10px 20px rgba(5, 118, 125, 0.15);
}

.course-card:hover .course-card-body .course-card-title {
    color: #17c1cc;
}

.btn-more {
    height: 30px;
    text-align: center;
}
.btn-more a d {
    margin-right: 5px;
}
.btn-more a {
    width: 123px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.btn-more a:hover {
    color: #17c1cc;
}
.btn-more a:hover:before {
    width: 100%;
}
.btn-more a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 160, 170, 0.1);
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important; /* Prevents content from wrapping */
}

<!-- style for table added by junaid -->
/* Base table styles */
table {
    width: 100%; /* Full-width */
    border-collapse: collapse; /* Collapse borders */
    margin: 20px 0; /* Add some margin around the table */
    font-family: "Segoe UI", Arial, sans-serif; /* Use a modern font-family */
    font-size: 16px; /* Set a standard font size */
    background-color: #fff; /* Set a white background for the table */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add subtle shadow for depth */
}

/* Table headers */
th {
    background-color: #000; /* Set background color to black */
    color: #ffffff; /* White text color for contrast */
    font-weight: normal; /* Normal text weight */
    padding: 12px 15px; /* Add some padding */
    text-align: left; /* Align text to the left */
}

/* Specific styles for the first header cell */
th:first-child {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis to overflowed text */
}

/* Table rows and cells */
td {
    padding: 10px 15px; /* Add some padding */
    border-bottom: 1px solid #ddd; /* Add a bottom border to each cell */
    vertical-align: top; /* Align text to the top */
    color: #333; /* Set text color to dark for readability */
}

/* Specific styles for the first column cells */
td:first-child {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflowed text */
    text-overflow: ellipsis; /* Add ellipsis to overflowed text */
}

/* Row hover effect */
tr:hover {
    background-color: #f0f0f0; /* Light grey background on hover */
}
