@font-face {
    src: url(../fonts/impact.ttf);
    font-family: impact;
}
@font-face {
    src: url(../fonts/impact-mt.ttf);
    font-family: 'impact-mt';
}
body {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
}
*{
    outline: none;
}
h1,
h2,
h3 {
    /* font-family: impact; */
    font-family: 'impact-mt';
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 38px;
}
a:hover {
    text-decoration: none;
}
.top_header {
    background-color: #2c8ac5;
    padding: 8px;
}
.header-icon img {
    float: left;
    height: 37px;
    width: 39px;
    padding: 4px;
}
.top_header p {
    color: #fff;
    font-size: 13px;
    margin: 0px;
    font-weight: 400;
}
.top_header .logo img {
    max-width: 140px;
    width: 100%;
    float: left;
}
.top_header ul {
    list-style: none;
    padding-left: 0px;
    margin: 0;
}
.text1 {
    width: 50%;
    float: left;
    padding: 0px 16px;
}
.social_icons ul {
    list-style-type: none;
}
.social_icons li {
    float: left;
}
.social_icons li i {
    color: #fff;
    padding: 3px 8px;
    font-size: 15px;
}
.social {
    float: right;
    text-align: right;
}
.social a {
    color: #fff;
    padding: 3px 8px;
}
#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.classy-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
    animation: 2000ms linear 0s normal none infinite running classy-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #111111;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}
@-webkit-keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes classy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.navigation {
    width: 100%;
    height: 70px;
    display: table;
    position: relative;
}
.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}
.navigation-portrait {
    height: 48px
}
.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998
}
.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}
.align-to-right {
    float: right
}
.nav-header {
    float: left
}
.navigation-hidden .nav-header {
    display: none
}
.nav-brand {
    line-height: 65px;
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important
}
.nav-brand:hover,
.nav-brand:focus {
    color: #343a40
}
.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}
.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}
.nav-logo:focus>img {
    outline: initial
}
.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40
}
.navigation-portrait .nav-toggle {
    display: block
}
.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0
}
.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer
}
.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}
.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0
}
.navigation-portrait .nav-menu {
    width: 100%
}
.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}
.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}
.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}
.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0
}
.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #f0f0f0
}
.nav-menu+.nav-menu>li:first-child {
    border-top: none
}
.nav-menu>li>a {
    height: 70px;
    padding: 26px 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #343a40;
    font-weight: 400;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}
.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px
}
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
    color: #2f8cc6;
}
.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
}
.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}
.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}
.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important
}
.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}
.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}
.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px
}
.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}
.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    -webkit-transition: all .2s;
    transition: all .2s
}
.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000
}
.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s
}
.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}
.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}
.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}
.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}
.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
    margin-top: 12px;
}
.navigation-hidden .nav-search {
    display: none
}
.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer
}
.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}
.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.nav-search-icon:after,
.nav-search-icon:before {
    content: '';
    pointer-events: none
}
.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.nav-search-button:hover .nav-search-icon {
    color: #14416f;
}
.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}
.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}
.navigation-portrait .nav-search-inner {
    height: 48px
}
.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}
.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}
.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}
.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}
.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px
}
.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none
}
.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}
.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px
}
.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}
.navigation-portrait .nav-text+ul {
    margin-top: 15px
}
.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap
}
.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}
.nav-dropdown .nav-dropdown {
    left: 100%
}
.nav-menu>li>.nav-dropdown {
    border-top: solid 1px #f0f0f0
}
.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}
.nav-dropdown>li>a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 13px;
    color: #343a40;
    background-color: #fdfdfd;
}
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    color: #2c89c5;
}
.nav-dropdown.nav-dropdown-left {
    right: 0
}
.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}
.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right
}
.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}
.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}
.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute
}
.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
    border-color: transparent #27ae60 #27ae60 transparent
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}
.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none
}
.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static
}
.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%
}
.nav-dropdown-horizontal>li>a {
    position: relative
}
.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075)
}
.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block
}
.megamenu-panel [class*=container] {
    width: 100%
}
.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0
}
.megamenu-panel-half {
    width: 50%
}
.megamenu-panel-quarter {
    width: 25%
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%
}
.megamenu-panel-row {
    width: 100%
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0
}
.megamenu-panel-row:after {
    clear: both
}
.megamenu-panel-row [class*=col-] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%
}
.megamenu-panel-row [class*=col-]:first-child {
    margin-left: 0
}
.navigation-portrait .megamenu-panel-row [class*=col-] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px
}
.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
    margin-top: 0
}
.megamenu-panel-row .col-1 {
    width: 5.583333333333%
}
.megamenu-panel-row .col-2 {
    width: 14.166666666666%
}
.megamenu-panel-row .col-3 {
    width: 22.75%
}
.megamenu-panel-row .col-4 {
    width: 31.333333333333%
}
.megamenu-panel-row .col-5 {
    width: 39.916666666667%
}
.megamenu-panel-row .col-6 {
    width: 48.5%
}
.megamenu-panel-row .col-7 {
    width: 57.083333333333%
}
.megamenu-panel-row .col-8 {
    width: 65.666666666667%
}
.megamenu-panel-row .col-9 {
    width: 74.25%
}
.megamenu-panel-row .col-10 {
    width: 82.833333333334%
}
.megamenu-panel-row .col-11 {
    width: 91.416666666667%
}
.megamenu-panel-row .col-12 {
    width: 100%
}
.megamenu-tabs {
    width: 100%;
    float: left;
    display: block
}
.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none
}
.navigation-portrait .megamenu-tabs-nav {
    width: 100%
}
.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff
}
.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5
}
.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff
}
.megamenu-tabs-pane.active {
    display: block
}
.navigation-portrait .megamenu-tabs-pane {
    width: 100%
}
.megamenu-lists {
    width: 100%;
    display: table
}
.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none
}
.megamenu-list:last-child {
    margin: 0;
    border: none
}
.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0
}
.navigation-landscape .megamenu-list:last-child {
    border: none
}
.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}
.megamenu-list>li>a:hover {
    background-color: #27ae60;
    color: #fff
}
.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40
}
.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent
}
.navigation-landscape .list-col-2 {
    width: 50%
}
.navigation-landscape .list-col-3 {
    width: 33%
}
.navigation-landscape .list-col-4 {
    width: 25%
}
.navigation-landscape .list-col-5 {
    width: 20%
}
.nav-menu>li>a {
    color: #343a40;
    text-transform: uppercase;
}
.nav-dropdown>li>a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
    text-transform: uppercase;
    font-weight: 400;
}
.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    color: #ffffff;
    background-color: #2d8ac6;
}
.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}
.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}
@media only screen and (min-width:320px) and (max-width:767px) {
    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 65%
    }
}
.nav-brand img {
    height: 66px;
}
.carousel-caption h3 {
    color: #2c89c5;
    font-weight: 400;
    font-size: 39px;
}
.carousel-caption p {
    color: #171819;
    font-size: 18px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    /*left: 0;*/
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    /*margin-right: 15%;*/
    /*margin-left: 15%;*/
    list-style: none;
}
.carousel {
    position: relative;
}
.carousel .carousel-indicators {
    bottom: 5px;
}
.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 2px;
}
.carousel .carousel-indicators .active {
    margin: 11px 10px;
}
.carousel .carousel-indicators li {
    margin: 11px 10px;
}
.carousel .carousel-indicators .active {
    margin-top: 10px;
    transform: scale(1.5);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100% !important;
    transition: transform .6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}
.carousel-item.active {
    display: block;
}
.carousel .carousel-caption {
    padding-bottom: 45px;
    padding-bottom: 208px;
}
.carousel .carousel-caption .material-icons {
    position: relative;
    top: 5px;
}
.carousel .carousel-control-next .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}
.carousel .carousel-control-prev .material-icons {
    z-index: 5;
    display: inline-block;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
}
.carousel-fade .carousel-inner {
    background: #000;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
    opacity: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
/* Safari Fix */
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* Carousel Control custom */
.carousel-control .control-icon {
    font-size: 28px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .prev {
    margin-left: -15px;
    left: 50%;
}
/* Prev */
.carousel-control .next {
    margin-right: -15px;
    right: 50%;
}
/* Next */
/* Removing BS background */
.carousel .control-box {
    opacity: 0;
}
a.carousel-control.left {
    left: 0;
    background: none;
    border: 0;
}
a.carousel-control.right {
    right: 0;
    background: none;
    border: 0;
}
/* Animation */
.control-box,
a.carousel-control,
.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
    /* Assigning animation to indicator li will make slides flicker */
}
/* Hover animation */
.carousel:hover .control-box {
    opacity: 1;
}
.carousel:hover a.carousel-control.left {
    left: 15px;
}
.carousel:hover a.carousel-control.right {
    right: 15px;
}
/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li {
    border: 0;
}
.carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}
.carousel-indicators li.active {
    background: #fff;
    margin: 0 3px;
}
.opaque-navbar {
    /* background-color: rgba(0,0,0,0.5);*/
    /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
    /*  height: 60px;*/
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
}
.opaque-navbar.opaque {
    background-color: black;
    height: 60px;
    transition: background-color .5s ease 0s;
}
.sec_1 .sec_img img {
    width: 100%;
}
.sec_1 .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.sec_1 .abt img {
    height: 55px;
    margin-bottom: 1rem;
}
.sec_1 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.sec_1 .abt_small {
    color: #14416f;
    font-size: 20px;
}
.sec_1 .abt h3 {
    font-size: 43px;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 43px;
}
.sec_1 .abt h5 {
    font-size: 22px;
    font-weight: 600;
    color: #2c89c5;
    margin-top: 1rem;
}
.sec_2 .ser_1 {
    background-color: #cccccc4f;
    margin-bottom: 30px;
    height: 132px;
}
.sec_2 .read-btn {
    background-color: #0000;
    border: 1px solid #b0c34f;
    padding: 6px 8px;
    border-radius: 50px;
}
.sec_2 h2 {
    font-weight: 400;
}
.sec_2 .ser_1 h3 {
    float: right;
    position: absolute;
    background-color: #2c89c5;
    color: #fff;
    border-radius: 100%;
    padding: 16px;
    margin-left: -23px;
    margin-top: 43px;
}
.sec_2 .s1 {
    padding: 20px 48px;
}
.sec_2 .ser_1:hover {
    background-color: #53b9d8;
    color: #fff;
}
.sec_2 .s1 h4 {
    font-weight: 400;
}
.sec_2 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec_3 {
    padding-top: 90px;
    padding-bottom: 90px;
    background: linear-gradient(rgba(0, 0, 0, 0.082), rgba(35, 34, 33, 0.13)),
        url(../images/slugbg.jpg);
    background-attachment: fixed;
}
.sec_3 .sec_3_sub {
    background-color: #fff;
    padding: 40px;
    border-radius: 13px;
    box-shadow: 0px 0px 3px 0px #74878d;
}
.sec_3 .sec_3_sub h5 {
    color: #2c89c5;
    font-weight: 400;
}
.sec_3 .sec_3_sub h2 {
    font-weight: 400;
}
.stat-wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
}
.stat-wrap div {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.stat-number {
    display: block;
    font-size: 35px;
    font-weight: 400;
    color: #55bad8;
}
.sec_4 {
    background-color: #e8eff7;
    padding-top: 90px;
    padding-bottom: 64px;
}
.sec_4 .s4 img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.sec_4 h2 {
    font-weight: 400;
}
.sec_4 .s4_sub {
    margin-top: 30px;
}
.sec_4 .knowmore {
    font-weight: 400;
    color: #2f8cc6;
}
.sec_5 .testimonial {
    text-align: center;
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}
.sec_5 .testimonial .description {
    font-size: 15px;
    color: #585656;
    line-height: 27px;
    margin-bottom: 30px;
}
.sec_5 .testimonial .pic {
    display: inline-block;
    border: 3px solid #2e314d;
    margin-bottom: 15px;
    position: relative;
    border-radius: 50%;
}
.sec_5 .knowmore {
    font-weight: 400;
    color: #2f8cc6;
}
.sec_5 h2 {
    font-weight: 400;
}
.sec_5 .testimonial .pic img {
    height: 100px;
    border-radius: 50%;
}
.sec_5 .testimonial .title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #413f3f;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 7px;
}
.sec_5 .testimonial .post {
    display: block;
    font-size: 15px;
    color: #585656;
    text-transform: capitalize;
}
.sec_5 .owl-theme .owl-controls {
    margin-top: 10px;
}
.sec_5 .owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 3px;
    background: #585656;
    border-radius: 0;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.sec_5 .owl-theme .owl-controls .owl-page.active span,
.sec_5 .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #2c89c5;
}
.sec_5 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec_6 {
    background-color: #e8eff7;
    padding-bottom: 25px;
    padding-top: 25px;
}
.sec_6 h3 {
    font-weight: 400;
}
.sec_6 p {
    color: #308dc7;
    font-weight: 400;
}
.sec_6 button {
    color: #fff;
    font-weight: 400;
    border: 1px solid #5ac0da;
    padding: 8px 16px;
    border-radius: 50px;
    background-color: #308dc7;
}
.ftr-links img {
    height: 80px;
    margin-bottom: 12px;
    margin-top: 20px;
}
.copyright {
    /* margin-top: 15px; */
    background: #111;
    padding: 7px 0;
    color: #999;
}
.copyright p {
    text-align: center;
    font-weight: 400;
}
.design p {
    text-align: center;
}
.design a {
    color: #fff;
}
.design a:hover {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.ftr-links {
    max-width: 205px;
    width: 100%;
    margin: 0 auto;
}
footer {
    background-color: #eee;
}
footer h4 {
    font-weight: 400;
    color: #2d8ac6;
}
footer li {
    line-height: 25px;
    list-style-type: none;
}
footer li span {
    padding: 3px;
    font-size: 11px;
}
footer li a:hover {
    text-decoration: none;
    color: #000;
}
footer ul {
    padding-left: 0px;
}
.box-title a{
    color: #fff;
}
.sticky {
    z-index: 99;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    font-size: 20px;
    border-bottom: 1px solid #4db2d5;
}
/*=======about page starts here========*/
#cnt_bansec {
    background: linear-gradient(rgba(40, 37, 33, 0.61), rgba(35, 34, 33, 0.73)),
        url(../images/banner.jpg);
}
.can_tit {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    color: #fff;
}
.can_tit h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.can_tit a {
    color: #fff;
}
.can_tit a:hover {
    color: #fff;
    text-decoration: none;
}
.vission-sec {
    padding-bottom: 50px;
    padding-top: 50px;
}
.vission-sec img {
    width: 100%;
}
.back-head {
    font-weight: 400;
    border-left: 6px solid #b0c34f;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
}
.abt-sec img {
    float: left;
    padding: 18px;
}
.abt-sec {
    padding-bottom: 50px;
}
/*=====ssae18 page starts here=====*/
.ssae_sec img {
    width: 100%;
}
.ssae_sec {
    padding-top: 50px;
}
.ssa_sec {
    padding-bottom: 50px;
}
.risk-sec {
    padding-bottom: 50px;
    padding-top: 50px;
}
.risk-sec ul {
    list-style-type: none;
    padding-left: 20px;
}
.risk-sec i {
    color: #000;
    padding: 3px;
    font-size: 19px;
}
.risk-sec img {
    float: left;
    padding: 3px 22px 3px 1px;
}
/*=======clinet-sec page starts here======*/
.clinet-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.clinet-sec img {
    width: 100%;
}
.clinet-sec .col-md-4 {
    margin: 10px auto;
}
.con-btn a {
    color: #fff;
}
.con-btn a:hover {
    color: #fff;
    text-decoration: none;
}
.about-us-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.about-us-icon {
    width: 30%;
}
.about-us-item-text {
    width: 70%;
}
.about-us-icon i:before {
    font-size: 50px;
    text-align: center;
    color: #f47425;
    margin-left: 0;
}
.about-us-item-text h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}
.about-us-text h2 {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.about-us-text p {
    margin-bottom: 10px;
}
.about-us-text h5 {
    text-transform: uppercase;
    font-size: 18px;
    color: #666;
    position: relative;
    letter-spacing: 3px;
    font-weight: 500;
}
.about-us-text h5:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 4px;
    background: #2e314d;
    top: 44%;
    margin-left: 10px;
    /* left: 0;*/
}
.about-us-icon img {
    height: 60px;
}
.contact-section {
    background-color: #e3e7ea;
    padding-bottom: 40px;
}
.contact-section .contact-info {
    font-size: 13px;
    padding: 0 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    color: #fff;
}
.contact-info.opening-hour {
    background-color: #0083cb;
    padding-bottom: 30px;
}
.contact-info.left-contact {
    background-color: #2e314d;
    position: relative;
}
.contact-info.right-contact {
    background-color: #2e314d;
    position: relative;
}
.contact-info.left-contact:after,
.contact-info.right-contact:after {
    position: absolute;
    content: "";
    bottom: -20px;
}
.contact-info.left-contact:after {
    right: 0;
    border-left: 385px solid transparent;
    border-top: 20px solid #2e314d;
}
.contact-info.right-contact:after {
    left: 0;
    border-right: 385px solid transparent;
    border-top: 20px solid #2e314d;
}
.contact-image.image-box {
    margin-top: 28px;
    margin-bottom: 10px;
}
.footer-logo img {
    display: inline-block;
    margin-top: 20px;
}
.footer-bottom {
    background-color: #212f3c;
    color: #fff;
    font-size: 15px;
    padding-top: 35px;
    padding-bottom: 25px;
}
.copyright-text a {
    color: #fff;
}
.copyright-text a:hover {
    color: #f3cc29;
}
.footer-social {
    float: right;
}
.footer-social li+li {
    margin-left: 15px;
}
.footer-social i.fa-apple:hover {
    color: #fff;
}
.no-padding {
    padding: 0;
}
.contact-image {
    float: left;
    padding-right: 20px;
}
.footer-logo img {
    height: 100px;
}
.abt-section {
    padding: 50px 0;
    background-color: #f6f6f6;
}
.project-box {
    margin: 15px 0;
    box-shadow: 0px -1px 7px 1px #ccc;
    padding: 7px 7px 20px;
    text-align: center;
}
.project-box .prj-img {
    height: 200px;
}
.project-box .prj-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    transition: 2s ease-in-out;
}
.project-box .prj-img {
    overflow: hidden;
    transition: 2s ease-in-out;
}
.project-box:hover .prj-img img {
    transform: scale(1.2);
    overflow: hidden;
}
.prj-cnt h3{
    /* height: 80px; */
    font-size: 22px;
}
.sector-box {
    text-align: center;
    margin: 20px 0;
    border: 1px solid #ccc;
    padding: 10px 10px 10px;
}
.sector-box .scr-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    transition: 2s ease-in-out;
}
.sector-box .scr-img {
    overflow: hidden;
}
.sector-box:hover .scr-img img {
    transform: scale(1.2);
}
#sectors-section {
    padding: 20px 0;
}
.th-blue {
    color: #2e314d;
}
.blue {
    color: #0083cb;
}
.project-box h4 {
    padding-bottom: 5px;
    display: block;
    display: -webkit-box;
    height: 48px;
    font-size: 17px;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#project-sec {
    padding: 20px 0;
    background-color: #f7f4f4;
}
.cta {
    padding: 8px 20px;
    background: #1489d2;
    color: #fff;
    margin-top: 2px;
    display: inline-block;
}
.cta:hover {
    background-color: #0083cb;
    color: #fff;
}
#projects-sec {
    background-color: #dddddd;
}
.ftr-social-icons li {
    float: left;
}
.ftr-social-icons li:hover {
    opacity: 0.8;
}
.ftr-social-icons li a i {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    margin: 1px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
}
.ftr-social-icons i.fa-twitter {
    background-color: #2DAAE2;
}
.ftr-social-icons i.fa-facebook {
    background-color: #5D73A5;
}
.ftr-social-icons i.fa-youtube-play {
    background-color: #E71F28;
}
.ftr-social-icons {
    width: 170px;
    margin: 20px auto;
}
.designed {
    text-align: right;
}
.top_header .fa-twitter:hover {
    color: #2DAAE2;
}
.top_header .fa-facebook:hover {
    color: #5D73A5;
}
.top_header .fa-youtube-play:hover {
    color: #E71F28;
}
.designed a {
    color: #fff;
}
.footer-bottom1 {
    background-color: #2e314d;
    color: #fff;
    padding: 11px 0 0px;
}
.contact-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.contact-form textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
}
.contact-form input[type="submit"] {
    width: 120px;
    background-color: #234ba0;
    color: #fff;
    border: none;
}
.contact-form input[type="submit"]:hover {
    background-color: #0083cb;
}
.cont-icon .fa {
    background-color: #234ba0;
    /* padding: 10px; */
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 39px;
}
.contactus {
    text-align: center;
}
#banner-section {
    background-image: linear-gradient(rgba(40, 37, 33, 0.31), rgba(35, 34, 33, 0.56)), url(../images/backbg.jpg);
    text-transform: uppercase;
    padding: 5% 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}
.gal-box {
    position: relative;
    border: 4px solid #777;
}
.gal-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.gal-box .over-layer {
    background: rgba(132, 135, 183, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.40s linear;
}
.gal-box .links {
    position: relative;
    top: 42%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.gal-box .links li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}
/* .gal-box .over-layer .links li a{
    width: 45px;
    height: 45px;
    line-height: 42px;
    border-radius: 50%;
    color:#fff;
    border: 2px solid #fff;
    transition: all 0.40s linear;
} */
/* .gal-box .links li a:hover{
    text-decoration:none;
    background:#fff;
    color:#7d7bac;
} */
.gal-box:hover .over-layer,
.gal-box:hover .links li a {
    opacity: 1;
}
.gal-box .links li .fa-search {
    transform: translateX(-70px) rotate(-350deg);
    transition: all 0.20s linear;
    font-size: 25px;
    color: #fff;
}
.gal-box .links li .fa-link {
    transform: translateX(70px) rotate(-350deg);
    transition: all 0.20s linear;
}
.gal-box:hover .links li .fa-search,
.gal-box:hover .links li .fa-link {
    transform: translateY(0px) rotate(0deg);
}
@media only screen and (max-width: 990px) {
    .gal-box {
        margin-bottom: 15px;
    }
}
.contactus {
    text-align: left;
    margin-bottom: 15px;
}
.cont-icon {
    float: left;
}
.cont-dt {
    padding-left: 60px;
}
.cont-dt h3 {
    margin: 0;
    margin-bottom: 10px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.sec-cnt h3 {
    font-size: 18px;
}
#ser-secnn {
    display: flex;
    max-width: 1200px;
    margin: 20px auto;
    /* align-items: center; */
}
.ser-cnt {
    padding: 60px 20px 0;
    line-height: 26px;
}
#ser-secnn .w-50 {
    width: 50%;
}
#ser-secnn .w-40 {
    width: 40%;
}
#ser-secnn .w-60 {
    width: 60%;
}
.ash {
    background-color: #f3f0f0;
    padding-bottom: 20px;
}
.tomorrow-banner {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.tomorrow-banner img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tomorrow-caption {
    display: flex;
    z-index: 999;
    height: 60vh;
    /* padding: 3rem 0; */
    color: #fff;
    text-align: center;
    align-items: center;
}
.tomorrow-caption .titles {
    position: static;
    z-index: 99;
    padding: 3rem 0;
    width: 100%;
}
.tomorrow-span {
    font-size: 6rem;
}
.left-sidenav ul {
    padding-left: 0;

}
.left-sidenav ul li{
    list-style-type: none;
}
.left-sidenav ul li a{
    font-size: 20px;
    padding: 10px 5px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}
.getconnected-title{
    font-family: 'impact-mt';
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 28px;
}
.blue-para_{
    font-size: 20px;
    line-height: 32px;
    color: #0083cb;
}
.cnt-part{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;

}
#servcies-section{
    padding: 30px 0;
}
.listed-content li{
width: 50%;
/* display: inline-block; */
float: left;
}
.listed-content li li{
    width: 100%;
}
.banner__container {
    position: relative;
    margin-bottom: 5px;
  }
  .banner__container-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media (min-width: 30em) {
    .banner__container-image.fill {
      object-fit: fill;
    }
  }
  .banner__container__size-large {
    min-height: 90vh;
    height: 90vh;
  }
  .banner__container__size-medium {
    min-height: 75vh;
    height: 75vh;
  }
  .banner__container__size-small {
    min-height: 60vh;
    height: 60vh;
  }
  @media (max-width: 30em) {
    .banner__container-fit-right {
      object-position: right;
    }
    .banner__container-fit-left {
      object-position: left;
    }
    .banner__container-fit-custom-15 {
      object-position: 15%;
    }
    .banner__container-fit-custom-75 {
      object-position: 75%;
    }
  }
  .banner__flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .banner__flex-box.flex-end {
    align-items: flex-end;
  }
  .banner__block {
    width: 100%;
    bottom: 0;
    position: static;
    margin-left: 5%;
    margin-right: 5%;
    z-index: 9;
  }
  .banner__block.flex-end {
    margin-bottom: 5%;
  }
  .banner__block-position-center {
    text-align: center;
  }
  .banner__block-logo {
    max-width: 100%;
  }
  .banner__block-logo-center {
    margin: 0 auto;
  }
  
  @media (max-width: 48em) {
    .banner__block-eyebrow {
      padding: 30px 0 10px;
    }
  }
  @media (max-width: 30em) {
    .banner__block-eyebrow {
      padding: 15px 0 5px;
    }
  }
  .banner__block-title {
    color: #ffffff;
    
    font-size: 68px;
    font-weight: 400;
    line-height: 78px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-width: 640px;
    margin: 0;
  }
  .banner__block-title.lg-title {
    font-size: 82px;
    line-height: 80px;
    font-weight: 500;
  }
  .banner__block-title.md-title {
    font-size: 52px;
    line-height: 52px;
  }
  .banner__block-title.md-width {
    max-width: 375px;
  }
  .banner__block-title sup {
    font-size: 30px;
  }
  @media (max-width: 30em) {
    .banner__block-title {
      font-size: 60px;
      line-height: 60px;
    }
    .banner__block-title.lg-title {
      font-size: 65px;
      line-height: 65px;
    }
    .banner__block-title.md-title {
      font-size: 40px;
      font-size: 40px;
    }
    .banner__block-title.md-width {
      max-width: 325px;
    }
    .banner__block-title sup {
      font-size: 18px;
    }
  }
  .slick-prev, .slick-next{
      background-color: #0083cb !important;
      width: 26px !important;
      height: 33px !important;
  }


  .our-blog .col .card{
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.our-blog .col img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 0;
}

.our-blog .col .card-body{
    padding: 0 15px 15px 15px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.our-blog .card-body h5{
    font-size: 24px;
    margin: 7px 0;
}

.our-blog .card:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.our-blog .card p{
    color: #6c757d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.our-blog .card-body .date-author span{
    color: #e74c3c;
}

.our-blog .card-body h5 a{
    color: #222;
}
.our-blog .card{
    margin-top: 20px;
}
.our-blog{
    padding: 30px 0;
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.wrap:hover {
    background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}

.display-5 {
    font-size: 1.6rem;
}
#career-sec{
    padding: 30px 0;
}
.career-box{
    border: 1px solid #ccc;
    padding: 10px;
}
.career-box:hover{
    background-color: #0083cb;
    color: #fff;
}
.career-box .career-img img{
    width: 100%;
    height: 250px;
    object-fit: cover; 
    
}
.career-cnt h4{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 22px;
}
.career-cnt  p{
    font-size: 18px;
    padding-bottom: 10px;
}
.career-cnt  p span{
border: 1px solid #ccc;

padding: 8px 15px;
border-radius: 50%;
}
















/*=====media quaries starts here=====*/
@media only screen and (max-width: 1366px) {
    .carousel-caption h3 {
        color: #2c8ac6;
        /* font-weight: 400; */
        font-size: 40px;
    }
}
@media only screen and (max-width: 1297px) {
    .text1 {
        width: 50%;
        padding: 8px 12px;
    }
}
@media only screen and (max-width: 991px) {
    .top_header .container {
        max-width: 100%;
    }
    .nav-brand img {
        height: 46px;
    }
    .left-sidenav{
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .sec_3 .sec_3_sub {
        margin: 20px;
    }
    .carousel-caption {
        display: none;
    }
}
@media only screen and (max-width: 750px) {
    .location {
        display: none;
    }
    .carousel-caption h3 {
        font-size: 20px;
    }
    .carousel-caption p {
        color: #14416f;
        font-size: 13px;
    }
}
@media only screen and (max-width: 600px) {
    .text1 {
        width: 100%;
        padding: 8px 12px;
    }
    .social {
        float: right;
        text-align: left;
        display: none;
    }
    .abt-sec img {
        width: 100%;
    }
    .contact-info.right-contact:after {
        border-top: 0;
    }
    h1 {
        font-size: 24px !important;
    }
    h2 {
        font-size: 22px !important;
    }
    h3 {
        font-size: 21px !important;
    }
    .about-us-text h2 {
        line-height: 26px;
    }
    .designed,
    .copyrht {
        text-align: center;
    }
    #ser-secnn {
        display: block;
    }
    #ser-secnn .w-40 {
        width: 100%;
    }
    #ser-secnn .w-60 {
        width: 100%;
    }
    .ser-cnt {
        padding: 0px;
    }
    #ser-secnn {
        padding: 10px;
    }
    .about-us-item-text {
        width: 100%;
    }
    .listed-content li{
        width: 100%;
    }
   
}