@font-face {
    font-family: 'icomoon';
    src: url("../font/icomoon/icomoon.eot?srf3rx");
    src: url("../font/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../font/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../font/icomoon/icomoon.woff?srf3rx") format("woff"), url("../font/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham Book_4.ttf');
}
@font-face {
    font-family: 'GOTHAM-LIGHT';
    src: url('../fonts/GOTHAM-LIGHT.ttf');
}
@font-face {
    font-family: 'Gotham Thin';
    src: url('../fonts/Gotham-Thin.ttf');
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/GOTHAM-MEDIUM_8.OTF') format('opentype');
}
@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/GOTHAM-BOLD_8.TTF') format('truetype');;
}
@font-face {
    font-family: 'Amaze';
    src: url('../fonts/AmazeBold.eot');
    src: url('../fonts/AmazeBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AmazeBold.woff2') format('woff2'),
        url('../fonts/AmazeBold.woff') format('woff'),
        url('../fonts/AmazeBold.ttf') format('truetype'),
        url('../fonts/AmazeBold.svg#AmazeBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Medium';
    src: url('GothamMedium.eot');
    src: url('GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('GothamMedium.woff2') format('woff2'),
        url('GothamMedium.woff') format('woff'),
        url('GothamMedium.ttf') format('truetype'),
        url('GothamMedium.svg#GothamMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

body {
    font-family: 'Gotham book' !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #777;
    background: #fff;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #FF5126;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
    color: #FF5126;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
    color: #000;
    font-family: "Gotham Book";
    font-weight: 400;
    margin: 0 0 20px 0;
}

::-webkit-selection {
    color: #fff;
    background: #4978bc;
}

::-moz-selection {
    color: #fff;
    background: #4978bc;
}

::selection {
    color: #fff;
    background: #4978bc;
}

.hansa-container {
    max-width: 1194px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.hansa-nav {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 1001;
    background: #fff;
    webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
    .hansa-nav {
        padding: 20px 0;
    }
}
.hansa-nav #hansa-logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.hansa-nav #hansa-logo em {
    color: #FF5126;
}
.hansa-nav a {
    padding: 0px 10px;
    color: #555455;
}
@media screen and (max-width: 768px) {
    .hansa-nav .menu-1, .hansa-nav .menu-2 {
        display: none;
    }
}
.hansa-nav ul {
    padding: 0;
    margin: 20px 0 0 0;
}
.hansa-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}
.hansa-nav ul li a {
    font-size: 14px;
    padding: 15px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hansa-nav ul li a:hover, .hansa-nav ul li a:focus, .hansa-nav ul li a:active {
    color: #4978bc;
}
.hansa-nav ul li.has-dropdown {
    position: relative;
}
.hansa-nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.hansa-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.hansa-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}
.hansa-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}
.hansa-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}
.hansa-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}
.hansa-nav ul li.has-dropdown .dropdown li.active > a {
    color: #000 !important;
}
.hansa-nav ul li.has-dropdown:hover a, .hansa-nav ul li.has-dropdown:focus a {
    color: #fff;
}
.hansa-nav ul li.btn-cta a {
    color: #fff;
}
.hansa-nav ul li.btn-cta a span {
    border: none !important;
    background: #FF5126;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.hansa-nav ul li.btn-cta a:hover span {
    background: #ff6540;
    color: #fff;
}
.hansa-nav ul li.active > a {
    /* color: #FF5126 !important; */
    border-bottom: 2px  solid #4978bc;
}

#hansa-header .hansa-video-link a {
    color: rgba(255, 255, 255, 0.5);
}
#hansa-header .hansa-video-link a i {
    font-size: 18px;
    top: 2px;
    position: relative;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    padding-left: 3px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 5px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#hansa-header .hansa-video-link a:hover {
    color: white;
}
#hansa-header .hansa-video-link a:hover i {
    border: 1px solid white;
}
@media screen and (max-width: 480px) {
    #hansa-header .text-left {
        text-align: center !important;
    }
}
@media screen and (max-width: 480px) {
    #hansa-header .btn {
        display: block;
        width: 100%;
    }
}

#hansa-header,
#hansa-counter,
.hansa-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.hansa-bg {
    background-position: center center;
    width: 100%;
    float: left;
    position: relative;
}

.hansa-video {
    height: 450px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
.hansa-video.hansa-video-sm {
    height: 250px;
}
.hansa-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.hansa-video a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}
.hansa-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hansa-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}
.hansa-video:hover a {
    position: relative;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.hansa-cover {
    height: 900px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}
.hansa-cover a {
    color: #FF5126;
}
.hansa-cover a:hover {
    color: white;
}
.hansa-cover .overlay {
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(35, 35, 35, 0.5);
}
.hansa-cover > .hansa-container {
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .hansa-cover {
        height: 600px;
    }
}
.hansa-cover .display-t,
.hansa-cover .display-tc {
    height: 900px;
    display: table;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .hansa-cover .display-t,
    .hansa-cover .display-tc {
        height: 600px;
    }
}
.hansa-cover.hansa-cover-sm {
    height: 600px;
}
@media screen and (max-width: 768px) {
    .hansa-cover.hansa-cover-sm {
        height: 400px;
    }
}
.hansa-cover.hansa-cover-sm .display-t,
.hansa-cover.hansa-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .hansa-cover.hansa-cover-sm .display-t,
    .hansa-cover.hansa-cover-sm .display-tc {
        height: 400px;
    }
}
.hansa-cover.hansa-cover-xs {
    height: 500px;
}
@media screen and (max-width: 768px) {
    .hansa-cover.hansa-cover-xs {
        height: inherit !important;
        padding: 3em 0;
    }
}
.hansa-cover.hansa-cover-xs .display-t,
.hansa-cover.hansa-cover-xs .display-tc {
    height: 500px;
    display: table;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .hansa-cover.hansa-cover-xs .display-t,
    .hansa-cover.hansa-cover-xs .display-tc {
        padding: 3em 0;
        height: inherit !important;
    }
}
.hansa-cover.hansa-cover-xxs {
    padding: 3em 0;
}
.hansa-cover .btn-primary {
    color: #fff !important;
}

#hansa-counter .feature-center {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
}

.hansa-staff {
    text-align: center;
    margin-bottom: 7em;
    float: left;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .hansa-staff {
        margin-bottom: 3em;
    }
}
.hansa-staff img {
    width: 100px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.hansa-staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
}
.hansa-staff p {
    margin-bottom: 30px;
}
.hansa-staff .role {
    color: #bfbfbf;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
}

.hansa-social-icons {
    margin: 0;
    padding: 0;
}
.hansa-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.hansa-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #c0c0c0;
    padding-left: 10px;
    padding-right: 10px;
}
.hansa-social-icons li a i {
    font-size: 20px;
}

.hansa-contact-info {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}
.hansa-contact-info ul {
    padding: 0;
    margin: 0;
}
.hansa-contact-info ul li {
    padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}
.hansa-contact-info ul li:before {
    color: #cccccc;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hansa-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
}
.hansa-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
}
.hansa-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
}
.hansa-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
}

form label {
    font-weight: normal !important;
}

#hansa-header .display-tc,
#hansa-counter .display-tc,
.hansa-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}
#hansa-header .display-tc h1, #hansa-header .display-tc h2,
#hansa-counter .display-tc h1,
#hansa-counter .display-tc h2,
.hansa-cover .display-tc h1,
.hansa-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}
#hansa-header .display-tc h1,
#hansa-counter .display-tc h1,
.hansa-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 59px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    #hansa-header .display-tc h1,
    #hansa-counter .display-tc h1,
    .hansa-cover .display-tc h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}
#hansa-header .display-tc h2,
#hansa-counter .display-tc h2,
.hansa-cover .display-tc h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#hansa-counter {
    text-align: center;
}
#hansa-counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #FF5126;
    font-weight: 100;
    display: block;
}
#hansa-counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
    #hansa-counter .feature-center {
        margin-bottom: 30px;
    }
}
#hansa-counter .icon {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}
#hansa-counter .icon i {
    height: 70px;
}
#hansa-counter .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}

#hansa-features,
#hansa-features-2,
#hansa-products,
#hansa-subscribe,
#hansa-footer,
#hansa-faq,
.hansa-section {
    padding: 25px 0;
    clear: both;
    position: relative;
}
@media screen and (max-width: 768px) {
    #hansa-features,
    #hansa-features-2,
    #hansa-products,
    #hansa-subscribe,
    #hansa-footer,
    #hansa-faq,
    .hansa-section {
        padding: 3em 0;
    }
}
#hansa-features.border-bottom,
#hansa-features-2.border-bottom,
#hansa-products.border-bottom,
#hansa-subscribe.border-bottom,
#hansa-footer.border-bottom,
#hansa-faq.border-bottom,
.hansa-section.border-bottom {
    border-bottom: 1px solid #e6e6e6;
}

#hansa-features-2 {
    background: #efefef;
    position: relative;
    float: left;
    width: 100%;
}

.feature-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .feature-center {
        margin-bottom: 30	px;
    }
}
.feature-center .icon {
    width: 90px;
    height: 90px;
    border: 1px solid #eaeaea;
    display: table;
    text-align: center;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.feature-center .icon i {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    font-size: 40px;
    line-height: 40px;
    color: #FF5126;
}
.feature-center p, .feature-center h3 {
    margin-bottom: 30px;
}
.feature-center h3 {
    font-size: 18px;
    color: #000;
    position: relative;
}

.feature-left {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.feature-left .icon {
    float: left;
    text-align: center;
    width: 15%;
}
.feature-left .icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    color: #FF5126;
}
.feature-left .feature-copy {
    float: right;
    width: 85%;
}
.feature-left .feature-copy h3 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.hansa-heading {
    margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
    .hansa-heading {
        margin-bottom: 3em;
    }
}
.hansa-heading.hansa-heading-sm {
    margin-bottom: 2em;
}
.hansa-heading h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #acacac;
    position: relative;
    padding-bottom: 10px;
    font-family: 'Gotham Medium';
}
@media screen and (max-width: 768px) {
    .hansa-heading h2 {
        font-size: 28px;
    }
}
.hansa-heading h2:before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 270px;
    margin-left: -25px;
    height: 2px;
    left: 40%;
    background: #9ad5dd;
}
.hansa-heading h2.hansa-left:before {
    left: 0;
    margin-left: 0;
}
.hansa-heading p {
    font-size: 20px;
    line-height: 1.5;
    color: #797878;
}
@media screen and (max-width: 768px) {
    .hansa-heading p {
        font-size: 18px;
    }
}

#hansa-products {
    padding-top: 10em;
    margin-top: -10em;
}
#hansa-products .item img {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
#hansa-products:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 180%;
    top: 0;
    -webkit-transform: skewY(-12deg);
    -moz-transform: skewY(-12deg);
    transform: skewY(-12deg);
    background: #efefef;
}
#hansa-products .arrow-thumb {
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
}
#hansa-products .arrow-thumb a {
    font-size: 32px;
    color: #dadada;
}
#hansa-products .arrow-thumb a:hover, #hansa-products .arrow-thumb a:focus, #hansa-products .arrow-thumb a:active {
    text-decoration: none;
}

#hansa-subscribe {
    background: #FF5126;
}
#hansa-subscribe .form-control {
    background: transparent;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#hansa-subscribe .form-control:focus {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
}
#hansa-subscribe .form-control::-webkit-input-placeholder {
    color: #fff;
}
#hansa-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}
#hansa-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}
#hansa-subscribe .form-control:-ms-input-placeholder {
    color: #fff;
}
#hansa-subscribe .btn {
    height: 54px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
    background: #fff;
    border-color: #fff;
    color: #000;
}
#hansa-subscribe .btn:hover, #hansa-subscribe .btn:active, #hansa-subscribe .btn:focus {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}
#hansa-subscribe .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}
#hansa-subscribe .form-inline .form-group .form-control {
    width: 100%;
}

#hansa-footer .hansa-footer-links {
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
#hansa-footer .hansa-footer-links li {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    line-height: 1;
}
#hansa-footer .hansa-footer-links li a {
    text-decoration: none;
}
#hansa-footer .hansa-footer-links li a:hover {
    text-decoration: underline;
}
#hansa-footer .hansa-widget {
    margin-bottom: 30px;
}
#hansa-footer .hansa-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#hansa-footer .hansa-widget .hansa-quick-contact {
    padding: 0;
    margin: 0;
}
#hansa-footer .hansa-widget .hansa-quick-contact li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}
#hansa-footer .hansa-widget .hansa-quick-contact li i {
    width: 30px;
    float: left;
    font-size: 18px;
    position: relative;
    margin-top: 4px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
@media screen and (max-width: 768px) {
    #hansa-footer .copyright .pull-left,
    #hansa-footer .copyright .pull-right {
        float: none !important;
        text-align: center;
    }
}
#hansa-footer .copyright .block {
    display: block;
}

#hansa-offcanvas {
    position: absolute;
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*pointer-events: none;*/
}
@media screen and (max-width: 768px) {
    #hansa-offcanvas {
        display: block;
    }
}
.offcanvas #hansa-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
#hansa-offcanvas a {
    /* color: rgba(255, 255, 255, 0.5); */
    color: #fff;
}
#hansa-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}
#hansa-offcanvas ul {
    padding: 0;
    margin: 0;
}
#hansa-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
}
#hansa-offcanvas ul li > ul {
    padding-left: 20px;
    display: none;
}
#hansa-offcanvas ul li.offcanvas-has-dropdown > a {
    display: block;
    position: relative;
}
#hansa-offcanvas ul li.offcanvas-has-dropdown > a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#hansa-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gototop.active {
    opacity: 1;
    visibility: visible;
}
.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}

.hansa-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}
.hansa-nav-toggle.active i::before, .hansa-nav-toggle.active i::after {
    /* background: #444; */
    background: #fff;
}
.hansa-nav-toggle:hover, .hansa-nav-toggle:focus, .hansa-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.hansa-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
}
.hansa-nav-toggle i::before, .hansa-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}
.hansa-nav-toggle.hansa-nav-white > i {
    color: #fff;
    background: #fff;
}
.hansa-nav-toggle.hansa-nav-white > i::before, .hansa-nav-toggle.hansa-nav-white > i::after {
    background: #fff;
}

.hansa-nav-toggle i::before {
    top: -7px;
}

.hansa-nav-toggle i::after {
    bottom: -7px;
}

.hansa-nav-toggle:hover i::before {
    top: -10px;
}

.hansa-nav-toggle:hover i::after {
    bottom: -10px;
}

.hansa-nav-toggle.active i {
    background: transparent;
}

.hansa-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.hansa-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.hansa-nav-toggle {
    position: fixed;
    right: 0px;
    top: 10px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}
@media screen and (max-width: 768px) {
    .hansa-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Gotham book", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 30px;
}
.btn.btn-md {
    padding: 8px 20px !important;
}
.btn.btn-lg {
    padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #FF5126;
    color: #fff;
    border: 2px solid #FF5126 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ff6540 !important;
    border-color: #ff6540 !important;
}
.btn-primary.btn-outline {
    background: transparent;
    color: #FF5126;
    border: 2px solid #FF5126;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
    background: #FF5126;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}
.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}
.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}
.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-white {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
    color: #000;
    background: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}
.btn-white.btn-outline {
    color: #fff;
    border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn.with-arrow:hover {
    padding-right: 50px;
}
.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}
.form-control:active, .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #5cb85c;
}

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.hansa-loader {
    display:none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

#page {display:none;}
.preload {
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}
​

body.loading .hansa-loader {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body .hansa-loader.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body .hansa-loader.loading{
    display: block;
}

@media screen and (max-width: 768px) {
    .hansa-nav .hansa-contact {
        text-align: left !important;
    }
}
.hansa-nav .hansa-contact ul {
    padding: 0;
    margin: 0 0 20px 0;
}
.hansa-nav .hansa-contact ul li {
    padding: 0;
    margin: 0;
}
.hansa-nav .hansa-contact ul li a {
    font-size: 14px;
    font-weight: bold !important;
    margin-left: 0px;
}
.hansa-nav .hansa-contact ul li a i {
    color: #FF5126;
}
.hansa-nav .hansa-contact ul li a:hover i {
    color: #fff;
}

#hansa-features-3 {
    position: relative;
    top: -7em;
}
@media screen and (max-width: 768px) {
    #hansa-features-3 {
        top: -2em;
    }
}
#hansa-features-3 .feature {
    width: 33.33%;
    float: left;
    padding: 30px;
    background: #FF5126;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #hansa-features-3 .feature {
        width: 100%;
        margin-bottom: 30px;
    }
}
#hansa-features-3 .feature h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#hansa-features-3 .feature p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.7;
}
#hansa-features-3 .feature .icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 10px auto;
    position: relative;
    background: #ff4517;
    top: -3em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
#hansa-features-3 .feature .icon i {
    line-height: 90px;
    height: 90px;
    font-size: 40px;
    color: #fff;
}
#hansa-features-3 .feature .icon i:before {
    display: block;
    text-align: center;
    margin-left: 3px;
}
#hansa-features-3 .feature.feature-1 {
    z-index: 7;
}
#hansa-features-3 .feature.feature-2 {
    bottom: 0px;
    z-index: 10;
    -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
    background: #ff4112;
}
@media screen and (max-width: 768px) {
    #hansa-features-3 .feature.feature-2 {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}
#hansa-features-3 .feature.feature-2 .icon {
    background: #ff3402;
}
#hansa-features-3 .feature.feature-2 .feature-inner {
    top: -3em;
    position: relative;
}
@media screen and (max-width: 768px) {
    #hansa-features-3 .feature.feature-2 .feature-inner {
        top: 0;
    }
}
#hansa-features-3 .feature.feature-2:before {
    position: absolute;
    top: -50px;
    content: "";
    background: #ff4112;
    height: 50px;
    width: 100%;
    left: 0;
}
@media screen and (max-width: 768px) {
    #hansa-features-3 .feature.feature-2:before {
        display: none;
    }
}
#hansa-features-3 .feature.feature-2:after {
    position: absolute;
    bottom: -30px;
    content: "";
    background: #ff4112;
    height: 30px;
    width: 100%;
    left: 0;
}
@media screen and (max-width: 768px) {
    #hansa-features-3 .feature.feature-2:after {
        display: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}
#hansa-features-3 .feature.feature-3 {
    z-index: 7;
    background: #fc3200;
}
#hansa-features-3 .feature.feature-3 .icon {
    background: #f23000;
}

.hansa-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
}

#hansa-blog {
    padding: 3em 0;
}

.hansa-card-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
    bottom: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hansa-card-item.has-text figure {
    margin-bottom: 30px !important;
}
.hansa-card-item figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 12;
    position: relative;
}
.hansa-card-item figure .overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.hansa-card-item figure .overlay i {
    z-index: 12;
    color: #fff;
    font-size: 30px;
    position: absolute;
    margin-left: -15px;
    margin-top: -45px;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hansa-card-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hansa-card-item .hansa-text {
    padding: 0px 10px 10px 20px;
    text-align: center;
}
.hansa-card-item .hansa-text.text-left {
    text-align: left;
}
.hansa-card-item .hansa-text h2, .hansa-card-item .hansa-text span {
    text-decoration: none !important;
}
.hansa-card-item .hansa-text h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #FF5126;
}
.hansa-card-item .hansa-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}
.hansa-card-item .hansa-text p {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hansa-card-item .hansa-text span.btn {
    color: #666666 !important;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    background: #ebebeb;
    border: 2px solid #ebebeb !important;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.hansa-card-item .hansa-text .hansa-category {
    font-size: 12px;
    color: #cccccc;
}
.hansa-card-item .hansa-text .hansa-category span {
    font-size: 12px;
    color: gray;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.hansa-card-item:hover, .hansa-card-item:focus {
    bottom: 7px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.hansa-card-item:hover img, .hansa-card-item:focus img {
    -webkot-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.hansa-card-item:hover span.btn, .hansa-card-item:focus span.btn {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    color: #fff !important;
    border: 2px solid #ff6540 !important;
    background: #ff6540 !important;
}
.hansa-card-item:hover figure .overlay, .hansa-card-item:focus figure .overlay {
    opacity: 1;
    visibility: visible;
}
.hansa-card-item:hover figure .overlay i, .hansa-card-item:focus figure .overlay i {
    margin-top: -15px;
}
.hansa-card-item:hover h2, .hansa-card-item:hover span, .hansa-card-item:focus h2, .hansa-card-item:focus span {
    text-decoration: none !important;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -39px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 20px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
    color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}

.owl-carousel-fullwidth.hansa-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.hansa-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #fff;
}
.owl-carousel-fullwidth.hansa-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.hansa-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 24px;
    background: #FF5126 !important;
    padding: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
    background: #FF5126 !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #FF5126;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    border: 2px solid #FF5126;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #FF5126;
}

#hansa-faq {
    padding-top: 2em;
    position: relative;  
    background: #efefef;
}
.hansa-accordion {
    position: relative;
    background: #fff;
    /* margin-bottom: 20px; */

}
.hansa-accordion .hansa-accordion-heading {
    padding: 10px 20px 10px 20px;
    position: relative;
    cursor: pointer;
    border: 1px solid #b30b33;
}
.hansa-accordion .hansa-accordion-heading h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: 'Gotham Medium';
    text-transform: uppercase;
    color: #b30b33;
}
.hansa-accordion .hansa-accordion-heading .icon {
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #b30b33;
}
.hansa-accordion .hansa-accordion-content {
    border-top: 1px solid #e6e6e6;
    display: none;
}
.hansa-accordion .hansa-accordion-content .inner {
    padding: 20px 0px 20px 0px;
}
.hansa-accordion.active .icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.hansa-accordion.active h3 {
    color: #b30b33;
}

#hansa-contact h3 {
    color: #fff;
    font-size: 30px;
}
.hansa-accordion-content p {
    font-size: 14px;
}
#hansa-hero {
    min-height: 700px;
    background: #fff url(../images/loader.gif) no-repeat center center;
}
#hansa-hero .btn {
    font-size: 24px;
}
#hansa-hero .btn.btn-primary {
    padding: 14px 30px !important;
}
#hansa-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}
#hansa-hero .flexslider .slides {
    position: relative;
    overflow: hidden;
}
#hansa-hero .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 700px;
    position: relative;
}
#hansa-hero .flexslider .slides li .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}
#hansa-hero .flexslider .flex-control-nav {
    bottom: 40px;
    z-index: 1000;
}
#hansa-hero .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
#hansa-hero .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
}
#hansa-hero .flexslider .flex-direction-nav {
    display: block;
}
#hansa-hero .flexslider .flex-direction-nav a {
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
}
#hansa-hero .flexslider .flex-direction-nav a:before {
    left: 0;
    top: 0;
    color: #fff !important;
    text-shadow: none !important;
    font-size: 40px;
    position: relative;
    z-index: 10;
}
#hansa-hero .flexslider .flex-direction-nav a.flex-prev {
    opacity: 1 !important;
    left: 40px !important;
}
#hansa-hero .flexslider .flex-direction-nav a.flex-prev:before {
    text-indent: 0px !important;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e929";
}
#hansa-hero .flexslider .flex-direction-nav a.flex-next {
    right: 40px !important;
    opacity: 1 !important;
}
#hansa-hero .flexslider .flex-direction-nav a.flex-next:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    right: 0;
    content: "\e92a";
}
#hansa-hero .flexslider .slider-text {
    display: table;
    opacity: 0;
    min-height: 700px;
}
#hansa-hero .flexslider .slider-text > .slider-text-inner {
    display: table-cell;
    vertical-align: middle;
    min-height: 700px;
}
#hansa-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 60px;
    font-weight: 300;
    color: #000;
}
@media screen and (max-width: 768px) {
    #hansa-hero .flexslider .slider-text > .slider-text-inner h2 {
        font-size: 40px;
    }
}
#hansa-hero .flexslider .slider-text > .slider-text-inner .hansa-lead {
    font-size: 20px;
    color: #fff;
}
#hansa-hero .flexslider .slider-text > .slider-text-inner .hansa-lead .icon-heart {
    color: #d9534f;
}

.hansa-section-overflow {
    overflow: hidden;
    position: relative;
}

#hansa-services .feature-left .icon i {
    color: #cccccc !important;
}
#hansa-services .feature-left h3 {
    color: #FF5126;
    font-size: 22px;
}

/*# sourceMappingURL=style.css.map */
.hansa-search {
    width: 140px;
    border-radius: 50px;
    padding-left: 5px;
}
.hansa-btngrp .btn{
    width: 500px;
    border-radius: 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 16px 30px;
    text-transform: uppercase;
    background-color: #bebebe;
    color: white;
    font-size: 22px;
}  
.hansa-con {
    position: relative;
}
.hnoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #4978bc;
    border-radius: 5px;
}

.hansa-con:hover .hnoverlay {
    opacity: 1;
}

.hntext p{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.hntext .btn{
    color: white;
    font-size: 14px;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 50px;
}
.hntext .overlay-btn{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.card {
    border: 1px solid #1060b6;
    border-radius: 0px;
    transition: 0.3s;

}
/*
.card:hover {
    border: 1px solid #4978bc;
    border-radius: 5px;
}*/
.hscontainer {
    padding: 20px
}
.hscontainer h4{
    margin-bottom: 0px;
    color: #4978bc;
}
.hansa-knowmore .btn {
    color: #fff;
    background-color: #bebebe;
    border-color: #bebebe;
    border-radius: 0px;
}
.hansa-btngrp .btn-default.active {
    color: #fff;
    background-color: #4978bc;
    border-color: #adadad;
}
.hscontainer p {
    color: #555455;
    margin-bottom: 5px;
    font-size: 13px;
}
.hansa-courses {
    padding-top: 80px;
    padding-bottom: 80px;
    left: 20%;
}
.hansa-courses .btn{
    color: #4978bc;
    border-radius: 0px;
}
.hansa-about-knowmore .btn {
    color: #fff;
    background-color: #4978bc;
    border-color: #4978bc;
    border-radius: 0px;
}
#tcb-testimonial-carousel {
    margin-top: 30px;
}
#tcb-testimonial-carousel a {
    color: #b20000;
}
#tcb-testimonial-carousel .text-brand {
    color: #fff;
}
#tcb-testimonial-carousel .carousel-indicators .active {
    background: #b20000;
}
#tcb-testimonial-carousel .no-margin {
    margin: 0;
}
#tcb-testimonial-carousel .carousel-indicators li {
    border: 1px solid #ccc;
}
#tcb-testimonial-carousel .carousel-control {
    color: #b20000;
    width: 5%;
}
#tcb-testimonial-carousel .carousel-control:hover,
#tcb-testimonial-carousel .carousel-control:focus {
    color: #b20000;
}
#tcb-testimonial-carousel .carousel-control.left,
#tcb-testimonial-carousel .carousel-control.right {
    background-image: none;
}
#tcb-testimonial-carousel .item {
    padding: 15px 40px;
    background: transparent;
}
#tcb-testimonial-carousel .media-object {
    margin: auto;
}
.map-width img{
    width:570px;
}
.footer-heading h2{
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    font-size: 30px
}
.footer-heading3 h2{
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px
}  
.footer-heading h4{
    color: white;
    font-size: 18px;
}
.footer-heading p{
    color: white;
    font-size: 14px;
}
.carousel-indicators li {
    background-color: #c2c1c2;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
}
.carousel-indicators .active {
    margin: 0;
    width: 15px;
    height: 15px;
    background-color: #4978bc;
}
.carousel-caption img {
    width: 10px;
}  
.carousel-caption h1{
    color: #4978bc;
    font-family: 'Gotham Bold';
    font-size: 32px;
}
.carousel-caption p {
    color: #656565;
    margin-bottom: 0px;
    margin-left: 20px;
}
.carousel-caption span {
    margin-left: 10px;
}
.carousel-padding {
    padding-top:30px;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}

.carousel-caption {
    color: white;
    /* right: 58%; */
    text-align: left;
    left: 8%;
    /* top: 1px; */
    top: 58%;
    transform: translateY(-50%);
    /* top: initial; */
    padding: 10px;
    text-shadow: none;
}

.hansa-custom {
    color: #656565;
    text-shadow: 0 1px 0 #fff;
    text-align: left;
    text-decoration: none;
    display: block;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px solid #ddd;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 50px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    padding: 8px 45px;
}

.btn-group a.active:after {
    content: "";
    position: relative;
    bottom: -59px;
    left: -33%;
    border: 15px solid transparent;
    border-top-color: #4978bc;
}		 
@media screen and (max-width: 768px) {
    #tcb-testimonial-carousel .media-object {
        margin-bottom: 15px;
    }
}
.hansa-contact h2,h3,p{
    color: #555455;
}
@media (min-width: 768px) and (max-width: 1024px) { 
    .hansa-heading h2:before {
        left: 35%;
    }
    .hansa-ipad1 {
        margin-top: 30px;
    }
    .hansa-btngrp .btn {
        width: 350px;
        border-radius: 50px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 16px 30px;
        text-transform: uppercase;
        background-color: #bebebe;
        color: white;
        font-size: 16px;
    } 
    .map-width img{
        width:750px;
        padding: 20px
    }
    .btn-group a.active:after {
        bottom: -50px !important;
    }
    .carousel-caption h1 {
        color: #4978bc;
        font-weight: bold;
        font-size: 22px;
    }
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 375px;
    }
    .row-paading {
        padding: 20px;
    }
}
@media (min-width: 320px) and (max-width: 767px) { 
    .hansa-carousel {
        display: none;
    }
    .hansa-btngrp .btn {
        width: 173px;
        border-radius: 50px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 16px 30px;
        text-transform: uppercase;
        background-color: #bebebe;
        color: white;
        font-size: 10px;
        white-space: normal;
    }
    .hansa-ipad {
        margin-top: 30px;
    }
    .hansa-courses {
        padding-top: 45px;
        padding-bottom: 45px;
        left: 0%; 
    }
    .hansa-heading h2:before {
        left: 19%;
    }
    .row-paading {
        padding: 20px;
    }
    .contact-sm h3{
        font-size: 13px;
        margin-top: 8px;
    }
    .btn-group a.active:after {
        bottom: -41px !important;
        left: -23% !important;
    }
    .mb-container {
        padding-top: 80px;
    }
    .media-object {
        width: 30%;
    }
    #tcb-testimonial-carousel .carousel-control {
        width: 14%;
    }
    #tcb-testimonial-carousel .caption {
        text-align: center;
    }
    .carousel-padding {
        padding-top:0px;
    }        
}
input {
    text-align: center;
    width: 145px;
    padding: 6px 32px 6px 70px;
    border: 0;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 34px;
    box-shadow: inset 0px 0px 28px rgba(0, 0, 0, 0.25);
}

.btn-search {
    /* width: 85px; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    /* left: 0; */
    right: 110px;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    display: flex;
    top: 2px;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.hansa-knowmore:hover .btn {
    color: #fff;
    background-color: #4978bc;
    border-color: #4978bc;
    border-radius: 0px;
}
.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-image: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.container-login:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(52, 139, 204, 0.7);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.login-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.d-block {
    display: block !important;
    margin-left: 99px;
    margin-right: 99px;
}
.header-brand-img {
    height: 6.5rem;
    line-height: 2rem;
    vertical-align: bottom;
    margin-right: .5rem;
    width: auto;
}
@media (min-width: 992px) {
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }
}
.mb-2 {
    margin-bottom: 3.7rem !important;
}
.wrap-login h2 {
    margin-bottom: 0.66em;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #4978bc;
}

.wrap-login .custom-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.custom-content {
    max-width: 650px;
    width: 100%;
    line-height: 1.4;
    padding: 50px 40px;
    background: #fff;
    text-align: center;
    border-radius: 7px;
}
.form-label {
    display: block;
    margin-bottom: .375rem;
    font-weight: 400;
    font-size: 14px;
}
.form-control {
    display: block;
    height: 40px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.6;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dce6ef;
    color: #56667a;
    border-radius: 3px;
    text-align: left;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.side-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
@media (min-width: 320px) and (max-width: 812px) { 
    .d-block {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.hansa-arrow p{
    margin-bottom: 10px;
    color: #6b89bc;
    margin-left: 10px;
} 
.hansa-arrow p span{
    padding-left: 10px;
}
.pharma-text {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pharma-text p {
    color: #626262;
    font-family: 'Gotham Medium';
    font-size: 23px;
}
.pharma-text .form-group {
    margin-bottom: 0px;
}
.pharma-text .form-control {
    border-radius: 0px;
    border: 1px solid #b7b7b7;
}
.pharma-custom {
    color: #656565;
    color: #fff;
    text-align: left;
    text-decoration: none;
    display: block;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    background: linear-gradient(-45deg, #2c589b, #001c5c);
    font-size: 18px;
    padding: 8px 45px;
    font-family: 'Gotham Bold';
}
.hansa-container-harvard .card-c {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.header-c {
    padding: 30px;
}  
.header-c h3 {
    color: #b30b33;
    font-size: 26px;
    font-family: 'Gotham Medium';
    text-transform: uppercase;
}
.header-d {
    padding: 30px;
} 
.header-d h3 {
    color: #1060b6;
    font-size: 26px;
    font-family: 'Gotham Medium';
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}
.hardvard-c-btngrp .btn {
    border-radius: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 12px 30px;
    text-transform: uppercase;
    background-color: #686868;
    color: white;
    font-size: 18px;
    font-family: 'Gotham Medium';
    border: 0px solid transparent;
}
.hardvard-d-btngrp .btn {
    border-radius: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 12px 30px;
    text-transform: uppercase;
    background-color: #686868;
    color: white;
    font-size: 18px;
    font-family: 'Gotham Medium';
    border: 0px solid transparent;
}
.hardvard-c-btngrp .btn-default.active {
    color: #fff;
    background-color: #b30b33;
    border-color: #adadad;
}
.hardvard-d-btngrp .btn-default.active {
    color: #fff;
    background-color: #1060b6;
    border-color: #adadad;
}
.hardvard-c-btngrp a.active:after {
    content: "";
    position: relative;
    bottom: -45px;
    left: -20%;
    border: 12px solid transparent;
    border-top-color: #b30b33 !important;
}
.hardvard-d-btngrp a.active:after {
    content: "";
    position: relative;
    bottom: -45px;
    left: -20%;
    border: 12px solid transparent;
    border-top-color: #1060b6 !important;
}
.hardvard-c-tbl th, td {
    border: 1px solid #b3b3b3;
    border-collapse: collapse;
}
.hardvard-c-tbl th, td {
    padding: 2px;
}
.hardvard-c-tbl input,textarea {
    text-align: left;
    width: 100%; 
    padding: 6px 32px 6px 70px;
    border: 0;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
}
.hardvard-c-tbl ::placeholder { 
    color: #838383;
    opacity: 1; /* Firefox */
    font-weight: 600;
}
.register-btn {
    padding: 0px;
}
.register-btn-d {
    padding: 0px;
}
.register-btn .btn{
    margin-bottom: 0px;
    border-radius: 0px;
    background-image: linear-gradient(#b00b32 0%, #75071c 100%);
    border-color: #b00b32;
    color: white;
    font-size: 18px;
    font-family: 'Gotham Medium';
}
.register-btn-d .btn{
    margin-bottom: 0px;
    border-radius: 0px;
    background-image: linear-gradient(#105fb5 0%, #083c70 100%);
    border-color: #105fb5;
    color: white;
    font-size: 18px;
    font-family: 'Gotham Medium';
}
.register-btn .btn:hover, .register-btn .btn:active, .register-btn .btn:focus {
    background-image: linear-gradient(#75071c 0%, #b00b32 100%);
    border-color: #b00b32;
    color: white;
    font-size: 18px;
    font-family: 'Gotham Medium';
}
.register-btn-d .btn:hover, .register-btn-d .btn:active, .register-btn-d .btn:focus {
    background-image: linear-gradient(#105fb5 0%, #083c70 100%);
    border-color: #105fb5;
    color: white;
    font-size: 18px;
    font-family: 'Gotham Medium';
}
.harvard-c-heading h2 {
    margin-bottom: 0px;
    line-height: 1.5;
    font-family: 'Gotham Medium';
    color: #fff;
    position: relative;
    padding-bottom: 0px;
    font-size: 20px;
}
.harvard-c-heading p {
    color: #fff;
    font-size: 15px
}
.course-btn {
    color: #686868;
    background-color: #fff;
    border-color: #ccc;
    padding: 12px 10px;
    font-family: 'Gotham Medium'; font-size: 14px; text-transform: uppercase;
}
.hansa-c-about h3 {
    color: #b30b33;
    font-size: 20px;
    font-family: 'Gotham Medium';
    text-transform: uppercase;
}
.hansa-c-about p {
    font-size: 15px;
    margin-bottom:10px;
}
.hansa-c-director h3{
    color: #000;
    font-size: 20px;
    font-family: 'Gotham Medium';
}
.pgm-text h3 {
    color: #555455;
    font-size: 16px;
    font-family: 'Gotham Medium';
    margin-bottom: 10px;
}
.pgm-text p {
    color: #555455;
    font-size: 14px;
    line-height: 1.4;
}
.enquiry-text h3{
    color: #fff; 
}
.enquiry-text a{ 
    text-transform: uppercase;
    background-color: transparent;
    border-color: #fff;
}
.enquiry-text .btn{ 
    text-transform: uppercase;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 0px;
}
.harvard-c-db .download-btn{
    color: #b30b33;
    background-color: transparent;
    border: 1px solid #b30b33;
    padding: 12px 15px;
    font-family: 'Gotham Medium';
}
.harvard-share h4{
    color: #b30b33;
    font-family: 'Gotham Medium';
    font-size: 20px;
    margin-right: 10px;
    vertical-align: bottom;
}
.harvard-share ul { 
    white-space:nowrap; 
    width: 100%;
    text-align: center;
    padding-left: 0px;
} 
.harvard-share li,h4 { 
    display:inline; 
}
.hs-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 8px;
    font-family: 'Gotham Medium';
}

/* Hide the browser's default checkbox */
.hs-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.hs-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid;
}

/* On mouse-over, add a grey background color */
.hs-container:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.hs-container input:checked ~ .checkmark {
    background-color: #b30b33;
}

/* Create the checkmark/indicator (hidden when not checked) */
.hs-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.hs-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.hs-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.copyright span:after {
    content: "|";
    padding-right: 50px;
    padding-left: 50px;
}
.medical-practice {
    top: 90px;
}
.cardiology-banner {
    height:498px
}
.enquiry-now-banner {
    height: 142px;
}
.hansa-container-course {
    max-width: 750px;
    position: relative;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.fees:after {
    content: "" !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.cardiology-login {
    color: #fff;
    text-align: left;
    text-decoration: none;
    display: block;
    margin-left: 15px;
    /* margin-top: 15px; */
    border: 1px solid #ddd;
    border-radius: 0px;
    background-color: #b00b32;
    font-size: 18px;
    /* padding: 8px 45px; */
    height: 56px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#more {
    display: none;
}
.cardio-navbar {
    padding-right:5px;
}
.topnav .aboutpgm {
    padding-right:0px;
}
.topnav .courseoutcome {
    padding-right:0px;
    padding-left:0px;
}
.topnav .eligibility {
    padding-right:0px;
    padding-left:0px;
}
.topnav .fees {
    padding-left:0px;
}
.hcardio-btn {
    padding-left:0px;
}
@media (min-width: 320px) and (max-width: 812px) { 
    .medical-practice {
        top: 0px;
    }
    .cardiology-banner {
        height: 100%;
    }
    .enquiry-now-banner {
        height:100%;
    }
    .hardvard-c-btngrp a.active:after {
        bottom: -37px !important;
        left: -64% !important;
    }
    .hardvard-d-btngrp a.active:after {
        bottom: -36px !important;
        left: -69% !important;
    }
    .download-brochure {
        margin-top: 23px;
    }
    .cardio-navbar {
        padding-right:15px;
    }
    .topnav .courseoutcome {
        padding-right:0px;
        padding-left:16px;
    }
    .topnav .fees {
        padding-left:16px;
    }
    .topnav .eligibility {
        padding-left:16px;
    }
    .hcardio-btn {
        padding-left:15px;
    }
    .pharma-text {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .banner-pharma {
        background-image:url(../images/banner-pharma.png);
        height:100% !important;
    }
    .course-banner {
        display: none;
    }
    .cardiology-login {
        margin-top: 15px;
    }  
    .hansa-container-course .topnav a:after {
        display: none;
    }
    .hansacontact {
        margin-left: 0% !important;
    }
    .hansa-accordion .hansa-accordion-heading h3 {
        font-size: 16px;
    }
    .btn-search svg {
        display: none;
    }
    .copyright span:after {
        content: "|";
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .hansa-btngrp .btn {
        width: 144px;
        border-radius: 50px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 16px 13px;
        text-transform: uppercase;
        background-color: #bebebe;
        color: white;
        font-size: 9px;
        white-space: normal;
    }
    .carousel-control img{
        width: 62% !important;
        margin-top: 70px;
    }
    #tcb-testimonial-carousel {
        margin-top: 12px;
    }
    .hansa-heading h2:before {
        width: 238px;
    }
    .hardvard-c-btngrp .btn {
        font-size: 12px;
    }
    .row-paading img {
        width: 350px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hardvard-d-btngrp a.active:after {
        bottom: -43px !important;
        left: -22% !important;
    }
}
.aboutus-caption h1{
    color:#fff;
}
.aboutus-caption {
    color: white;  
    text-align: left;
    left: 8%;
    top: 52%;
    transform: translateY(-50%);
    padding: 10px;
    text-shadow: none;
} 
.aboutus-caption p {
    color: #fff;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 22px;
    line-height: 1.5;
}
.banner-pharma {
    background-image:url(../images/banner-pharma.png);
    height:358px;
}
.cardiology-login:hover, .cardiology-login:active, .cardiology-login:focus {
    color: #FFF;
}
.about-postgraduate {
    list-style: none;
    color: #4978bc;
    font-size: 14px;
    font-family: 'Gotham Medium';
    line-height: 2.2;
}
.hansa-accordion-heading .icon:after {
    border-right: 1px solid #638ac0;
    margin-right: 32px;
}
.hscontainer-acog {
    padding: 20px;
}  
.hscontainer-acog h4 {
    margin-bottom: 0px;
    color: #4978bc;
    font-size: 16px;
    font-weight: bold;
}
.hscontainer-acog p {
    font-size: 14px;
}
.topnav {
    overflow: hidden;
    background-color: #ededed;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.topnav a {
    float: left;
    display: block;
    color: #555455;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
}
.topnav .icon {
    display: none;
}
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

.hansa-container-course .topnav a:after {
    content: "|";
    padding-right: 20px;
    padding-left: 20px;
}
#hansa-footer .block {
    font-size: 18px;
    color: #6b6b6b;
}
.hansacontact {
    margin-left: 9% !important;
}
.pharma-custom:hover, .pharma-custom:active, .pharma-custom:focus {
    color: #FFF;
    text-align: left;
    text-decoration: none;
    display: block;
    margin-left: 15px;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    background: linear-gradient(-45deg, #2c589b, #001c5c);
    font-size: 18px;
    padding: 8px 45px;
    font-family: 'Gotham Bold';
}
.hansacontact {
    margin-left: 9%;
}
.hansa-contact-mail span {
    margin-left:12px
}
.hansa-contact-tel span {
    margin-left:22px
}
.hansa-contact-fax span {
    margin-left:18px
}

@media (min-width: 320px) and (max-width: 767px) {
    .hansa-about-us {
        margin-top: 10%;
    }
    .hansa-pharma-solution {
        padding: 0px;
        margin-bottom: 10%;
    }
    .hansa-pharma-solution img{
        width: 290px;
    }
    .hansa-contact-mail span {
        margin-left:0px
    }
    .hansa-contact-tel span {
        margin-left:12px
    }
    .hansa-contact-fax span {
        margin-left:9px
    }
    .hansa-modal {
        margin-top: 35%;
    }
    .hardvard-d-btngrp .btn {
        font-size: 12px;
    }
    .panel-title {
        font-size: 16px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hansa-carousel {
        margin-top: 100px;
    }
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    /* border-color: #b30b33;  */
}
.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fff;
    border: 1px solid #b30b33;
}
.panel-default {
    border-color: transparent;
}
.panel-title {
    font-size: 20px;
    font-family: 'Gotham Medium';
    text-transform: uppercase;
    color: #b30b33;
}
.panel-title > a {
    display: block;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}
.more-less {
    float: right;
    color: #b30b33;
}
.panel-title > a:hover, a:active, a:focus {
    color: #b30b33;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.panel-group .panel + .panel {
    margin-top: -3px;
}
.panel-body p {
    font-size: 14px;
}
.errspan {
    float: right;
    margin-right: 6px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
    color: red;
    cursor: pointer;
}

[data-tip] {
    position: relative;
}

[data-tip]:before {
    content: '';
    display: none;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e92d2d;
    position: absolute;
    top: 34px;
    left: 35px;
    z-index: 8;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

[data-tip]:after {
    display: none;
    content: attr(data-tip);
    position: absolute;
    top: 39px;
    left: 5px;
    padding: 5px 8px;
    background: #e92d2d;
    color: #fff;
    z-index: 9;
    font-size: 0.75em;
    height: 28px;
    line-height: 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    word-wrap: normal;
}

[data-tip]:hover:before,
[data-tip]:hover:after {
    display: block;
}

@media (min-width: 320px) and (max-width: 812px) {
    [data-tip]:after {
        display: none;
        content: attr(data-tip);
        position: absolute;
        top: 39px;
        left: 5px;
        padding: 5px 8px;
        background: #e92d2d;
        color: #fff;
        z-index: 9;
        font-size: 0.75em;
        height: 42px;
        line-height: 17px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        white-space: pre-wrap;
        word-wrap: initial;
    }
}
.first_rows .rowbtn2 {
    bottom: -70px;
}
.first_rows .rowbtn1 {
    bottom: -18px;
}
.first_rows .card {
    height: 390px!important;
}
.start_row .card {
    height: 314.17px;
}
.third_row .card {
    height: 380px;
}
.third_row .rowbtn4 {
    bottom: -47px;
}
.third_row .rowbtn5 {
    bottom: -70px;
}

.start_row .start_row_btn {
    bottom: -27px;
}

@media only screen and (max-width: 600px) {
    .start_row .card {
        height: 336px;
    }
    .start_row .start_row_btn {
        bottom: -4px;
    }
    .first_rows .rowbtn0 {
        bottom: -47px;
    }
    .first_rows .rowbtn1 {
        bottom: -17px;
    }
    .first_rows .rowbtn2 {
        bottom: -96px;
    }
    .first_rows .card {
        height: 486px!important;
    }

    .third_row .card {
        height: 474px;
    }
    .third_row .rowbtn4 {
        bottom: -96px;
    }
    .newenquiry_head{
        margin-top: 22px!important;
    }
    .harvard-c{
        padding: 0px!important;
    }
    .harvard-c .title-h{
        width: 208px!important;
        margin: 36px!important;
    }
}
@media only screen and (max-width: 500px) {
    .tr_responsive{
        display: inline-block;
        width: 100%;
    }
    .td_responsive{
        display: inline-block;
        width: 100%;
    }
    .table-scroller{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }   
}
@media only screen and (max-width: 600px) {
    .form-ele-res{
        width: 130px!important;
    }
}
.newenquiry_head{
    text-align: -webkit-center;
    margin-top: -14px;
}
.newenquiry_head span{
    font-size: 20px;
    font-family: 'Gotham Medium';
}

.navbar-default {
    background: #fff;
    webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 23px 0;
    font-size: 14px
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 11px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555455;
    border-bottom: 2px solid #4978bc;
    background-color: transparent;
}
.hansa-new-nav ul {
    margin-top: 11px;
}
.hansa-new-nav .nav {
    padding-left: 15px;
}
.harvard-new-nav ul {
    margin-top: 11px;
}
.harvard-new-nav .nav {
    padding: 0px 160px;
}
.p-post-title{
    font-size: 17px!important;
}
.p-post-title-c{
    font-size: 17px!important;
    color: red!important;
}
.con1 h4{
    color: #ae0b32;
}
.con2 h4{
    color: #4cadbb;
}
.con3 h4{
    color: #a3bb25;
}
.con4 h4{
    color: #d5a401;
}
.con5 h4{
    color: #4cadba;
}
.con6 h4{
    color: #a3bc24;
}
.content-justify{
    text-align: justify
}
.success-cardioPage{
    margin-bottom: 0px;
    border-radius: 0px;
    background-image: linear-gradient(#105fb5 0%, #083c70 100%);
    border-color: #b00b32;
    color: white;
    font-size: 18px;
    font-family: 'Gotham Medium';
}
.success-diabetesPage{
    margin-bottom: 0px;
    border-radius: 0px;
    background-image: linear-gradient(#105fb5 0%, #083c70 100%);
    border-color: #105fb5;
    color: white;
    font-size: 18px;
    font-family: 'Gotham Medium';
}
.success-cardioPage:hover{
    color: white;
}
.success-diabetesPage:hover{
    color: white;
}
.success-diabetesPage:active{
    color: white;
}
.success-diabetesPage:focus{
    color: white;
}
.success-dangerbtn{
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: black;
    border-color: black;
    color: white;
    font-size: 18px;
    font-family: 'Gotham Medium';
}
.success-dangerbtn:hover{
    background: black;
    color: white;
}
.success-dangerbtn:active{
    background: black;
}
.harvard-c{
    padding: 20px;
}
.harvard-c .title-h{
    margin: 72px 0px 72px 72px;
    width: 345px;
    color:#000;
}
.harvard-c .title-h p{
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 25px;
    color:#000;
    font-family: 'Gotham Bold';
}
.harvard-c .bg-img-diabetics {
    background: #1060b6;
    background-repeat: repeat;
    padding: 5px;
    width: auto;
    height: 345px;
    border-bottom: solid 15px #000; margin:0px 0px 0px 0px;
}
.harvard-c .hm-content{
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 239px; margin: 0;
}
.harvard-c .hm-content p {
    color: white;
    margin-top: 0px;
    margin-bottom: 6px;
    font-size: 12px;
    font-family:'Gotham Medium'
}
.harvard-c .hm-content h2 {
    color: white;
    margin-top: 0px;
    font-family: 'Gotham Black';
    margin-bottom: 15px;
    font-size: 28px;
}
.harvard-c .online-ex{
    font-family: 'Amaze';
    font-size: 48px;
}

.img_title{ background: #1060b6; padding:5px 0 3px 0; text-align: center; color: #fff; min-height: 50px;}
.img_title h4{ color: #fff; font-family:'Gotham Medium'; font-size: 21px }
.img_title p{ color: #fff; font-family:'Gotham Book'; font-size:12px; margin: 0; line-height:12px}

.img_bottom_p {font-family: 'Gotham Book'; font-size: 16px; color: #000; margin-top: 12px;}
.bx1_padding{ padding: 15px 0 0 0}
.facilitate{ text-align: right; padding:30px 15px }
.facilitate p{ color: #000; font-family:'Gotham Medium'; font-size: 14px; margin:0 40px 0 0}
.facilitate img{ float: right}

@media only screen and (max-width: 600px) {
    .harvard-c .bg-img-diabetics {
        background: #1060b6;
        background-repeat: repeat;
        padding: 5px;
        width: auto;
        height: 345px;
        border-bottom: solid 15px #000; margin:0px 0px 40px 0px;
    }
    .harvard-c .title-h{
        margin: 36px 0px 36px 20px !important;
        width: auto !important;
        color:#000; 
    }
    .head_home{
        margin-top: 170px;
    }
    .harvard-c .online-ex{
        font-family: 'Amaze';
        font-size:40px;
    }
    .harvard-new-nav .nav {
        padding: 0px;
    }

}
.subsidy_btn_convert{
    padding: 3px 7px 5px 6px;
    font-size: 14px;
    float: right;
    background-color: #84a255;
    border-color:#84a255;
    color: #fff;
}
.subsidy_btn_convert:hover{
    color: #fff;
}
.subsidy_btn_convert:focus{
    color: #fff;
}
.subsidy_btn_convert:active{
    color: #fff;
}
.successPage h2{
    font-size: 30px;font-weight: bolder;
}
.successPage section p{
    font-weight: normal;
}
.successPage section ol{
    color: #1d1a1d;
}

.successPage p.lead a{
    margin: auto;display:block;width: 286px;
}
.cardiology-footer{
    background-image:url(../images/cardiology-footer-img.png);
}
.diabetes-footer{
    background-image:url(../images/diabetes-footer-img.png);
}
.panel-body  li{
    font-size: 14px;
}
.harvard-nav{
    padding: 0px 160px;
}
.trichology-logo{
    position: absolute;
    left: 50%;
    margin-left: -50px !important;
    height: 95px;
}
.trichology-nav{
    height: 98px;
    padding: unset;
    position: relative;
    -webkit-box-shadow: inset 2px 36px 78px -25px #e0b8a5;
}

.harvard-new-nav .nav {
    padding: 0px 160px;
}
.inner-top-margin, .inner-top-margin2{ margin-top:0px;}
.logo_margin{margin-top: -22px;}
.i-pad-height{ height: auto}
@media (min-width: 768px) {

.harvard-new-nav .nav {
    padding: 0px 20px;
}
.navbar-default{ padding: 0}
}

@media (min-width: 320px) and (max-width:991px) {
 .inner-top-margin{ margin-top:150px;} 
  .inner-top-margin2{ margin-top:130px;}  
  #hansa-blog {
    padding: 0em 0;
}
}

@media (min-width: 768px) and (max-width:1024px) {
.i-pad-height{ height:1000px !important}}