/**
* Author: McElie Software Engineer [software Fabrice tool]
* Version : v2.0.14
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Quicksand:wght@600;700&display=swap');
@import "/../../css/gotham.css";
@font-face {font-family: "GillSansMTStd-Medium";
    src: url("/../../fonts/b5eeed235d996a31b1d4a5f7b0f9b969.eot"); /* IE9*/
    src: url("/../../fonts/b5eeed235d996a31b1d4a5f7b0f9b969.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/../../fonts/b5eeed235d996a31b1d4a5f7b0f9b969.woff2") format("woff2"), /* chrome、firefox */
    url("/../../fonts/b5eeed235d996a31b1d4a5f7b0f9b969.woff") format("woff"), /* chrome、firefox */
    url("/../../fonts/b5eeed235d996a31b1d4a5f7b0f9b969.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("/../../fonts/b5eeed235d996a31b1d4a5f7b0f9b969.svg#GillSansMTStd-Medium") format("svg"); /* iOS 4.1- */
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  /*height: 100%;*/
	/*margin-left: 25%;*/
    /*margin-right:25%;*/
    width: 100%;
    height: 100% !important;
   font-family: "Montserrat", "GillSansMTStd-Medium", GothamPro, 'Roboto Condensed', 'SansSerif', "Open Sans" !important;
    font-size: 0.9rem;
    background: #f3f3f3 !important;
    top: 0px !important;
    /*overflow-x: hidden;*/

  /*     padding-right: 0px;*/
}
.card-text {
    font-size: 1.3rem !important;
    font-family: "Montserrat", "GillSansMTStd-Medium", GothamPro, 'Roboto Condensed', 'SansSerif', "Open Sans";
}

#applications-table {
    background: #eeeeee;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 24px;
    border: 1px solid #e1e1e1;
}

.services-box {
    text-align: center !important;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-direction: column !important;
}

.services-box-2 {
    text-align: left !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.skyline-box {
    text-align: center !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.skyline-box h3 {
    color: #0051a3 !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-transform: uppercase;
}

.services-box h4 {
    color: #0051a3 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-transform: uppercase;
}

.teams h3 {
    color: #2f2d2d !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    line-height: 12px !important;
    text-transform: uppercase;
}

.teams h4 {
    color: #0051a3 !important;
    font-size: 0.7rem !important;
    font-weight: 600 !important;
    line-height: 12px !important;
    text-transform: uppercase;
}

.teams-text {
    padding: 30px 30px 30px;
}
.tab-content .news-item {
    border-radius:0;
    overflow: hidden;
    border-bottom: none;
    box-shadow: none;
    transition: box-shadow 300ms ease-out 0s;
    padding: 0 !important;
}

.attrreport {
    border-radius: 0;
    box-shadow: none;
    /*transition: box-shadow 300ms ease-out 0s;*/
}

.single-team .single_team_page .team-single_wrapper {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
    margin-top: 60px;
    margin-bottom: 50px;
    box-shadow: 11px 10px 38px rgb(0 0 0 / 10%);
}
.home-heading {
    color: white;
    font-family: Montserrat;
    font-size: 52px !important;
    font-weight: 700 !important;
}
.home-p {
    color: white;
    font-family: Montserrat;
    font-size: 20px !important;
    font-weight: normal;
}
.single-team .single_team_page .team-single_wrapper {
    display: flex;
    align-items: stretch;
    position: relative;
    z-index: 1;
    margin-top: 60px;
    margin-bottom: 50px;
    box-shadow: 11px 10px 38px rgb(0 0 0 / 10%);
}

.single-team .single_team_page .team-image_wrap {
    align-self: flex-start;
    padding-right: 0 !important;
}
.list>UL>LI, .teasers>UL>LI {
    border-bottom: 1px solid;
    border-color: #cccbc9;
    padding-left: 0;
    padding-top: 1px;
}

.list>UL>LI A, .teasers>UL>LI A {
    background-color: #fff;
    display: block;
    transition: color .3s linear,background-color .3s linear;
}

.teasers>UL>LI DIV.row {
    display: table-row;
    table-layout: fixed;
    height: 80px;
}
.list>UL>LI DIV.row>DIV.img, .teasers>UL>LI DIV.row>DIV.img {
    width: 80px;
}

.list>UL>LI DIV.row>DIV.img IMG, .teasers>UL>LI DIV.row>DIV.img IMG {
    height: auto;
    width: 100%;
}
IMG {
    display: block;
}
.events .date, .events .text, .list>UL>LI DIV.row>DIV, .teasers>UL>LI DIV.row>DIV {
    vertical-align: middle;
    table-layout: fixed;
    display: table-cell;
}

.events .text, .list>UL>LI DIV.row>DIV.text, .teasers>UL>LI DIV.row>DIV.text {
    padding: 5px 15px;
}

.events .date, .events .text, .list>UL>LI DIV.row>DIV, .teasers>UL>LI DIV.row>DIV {
    vertical-align: middle;
    table-layout: fixed;
    display: table-cell;
}

@media screen and (min-width: 750px)  {
    .single-team .single_team_page .team-image {
        width: 500px;
        overflow: hidden;
    }
    .mobile-slider {
        margin-top:138px !important;
    }
}

.single-team .single_team_page .team-info_wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 50px;
    padding-left: 70px;
    padding-bottom: 35px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.single-team .single_team_page .team-title {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    font-size: 42px;
    line-height: 1.055;
}

.single-team .single_team_page .team-info_item.team-department {
    margin-bottom: 16px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.single-team .single_team_page .team-info_excerpt {
    margin-bottom: 10px;
}

.single-team .single_team_page .team-info_item {
    margin-bottom: 7px;
    font-size: 16px;
}

.single-team .single_team_page .team-info_icons {
    line-height: 1;
    margin-top: 20px;
}
/*.tab-content .news-item:nth-child(2){*/
/*    border-radius: 4px;*/
/*    overflow: hidden;*/
/*    border-bottom: solid 6px #6540B0;*/
/*    -webkit-box-shadow: 0 15px 35px 0 rgb(0 0 0 / 5%);*/
/*    -moz-box-shadow: 0 15px 35px 0 rgba(0,0,0,0.05);*/
/*    box-shadow: 0 15px 35px 0 rgb(0 0 0 / 5%);*/
/*    transition: box-shadow 300ms ease-out 0s;*/
/*}*/

/*.tab-content .news-item:nth-child(3) {*/
/*    border-radius: 4px;*/
/*    overflow: hidden;*/
/*    border-bottom: solid 6px #1476bf;*/
/*    -webkit-box-shadow: 0 15px 35px 0 rgb(0 0 0 / 5%);*/
/*    -moz-box-shadow: 0 15px 35px 0 rgba(0,0,0,0.05);*/
/*    box-shadow: 0 15px 35px 0 rgb(0 0 0 / 5%);*/
/*    transition: box-shadow 300ms ease-out 0s;*/
/*}*/

.image-teams {
    /* make it responsive */
    max-width: 100%;
    width:100%;
    height:auto;
    display:block;
    /* div height to be the same as width*/
    padding-top:100%;

    /* make it a circle */
    border-radius:50%;

    /* Centering on image`s center*/
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;

    /* it makes the clue thing, takes smaller dimension to fill div */
    background-size: cover;

    /* it is optional, for making this div centered in parent*/
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.teams .item {
    position: relative;
    z-index: 1;
    background: #ffffff;
    transition: 0.3s;
    box-shadow: 11px 10px 38px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.services-box-2 h4 {
    color: #0051a3 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    text-transform: uppercase;
}

.services-skyline {
    text-align:center;
}

.services-skyline h3 {
    color: #fff !important;
    font-size: 3rem !important;
    font-weight: 700 !important;
    line-height: 40px !important;
    text-transform: uppercase;
}

.services-skyline h4 {
    color: #000 !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    text-transform: uppercase;
}

.services-title {
    color: white;
    font-weight: 600;
    font-size: 2.3rem;
}

.services-title-2 {
    color: #0051a3;
    font-weight: 600;
    font-size: 2.3rem;
}
.page-slider {
    width: 100%;
    height:398px;
    margin: 0px;
    padding-top:200px;
}

.page-slider-item {
    text-align: center;
    display: flex;
    height: auto;
    flex-direction: column;
}

.page-slider-item-2 {
    text-align: center;
    display: flex;
    /*height: 1140px;*/
    flex-direction: column;
}

.page-slider-item .slider-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    flex: 1;
    margin-top: auto;

}

.page-slider-item-2 .slider-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    flex: 1;
    margin-top: auto;

}
.page-slider-item .slider-text {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    flex: 1;
    padding: 0;
    padding-bottom:0;
    margin-top:178px
}

.page-slider-item-2 .slider-text-2{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    flex: 1;
    padding: 0 200px;
    /*padding-bottom:200px;*/
    /*margin-top: auto;*/
}

.page-slider-item .slider-text:before {
    content: '';
    /*border-bottom: 5px solid #f9cb08;*/
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}


.page-slider-item .slider-text:after {
    content: '';
    /*border-bottom: 5px solid #f9cb08;*/
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top:25px;
}

.page-slider-item-2 .slider-text-2:after {
    content: '';
    /*border-bottom: 5px solid #f9cb08;*/
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top:25px;
}


.page-slider-item-2 .slider-text-2:before {
    content: '';
    /*border-bottom: 5px solid #f9cb08;*/
    width: 70%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.svg-icon {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.svg-icon-2 {
    display: block;
    margin: 0 auto;
    max-height: 100%;
}

.poll-icon-container {
    height: 100px;
    width: 100px;
    position: relative;
    border-radius: 50%;
    background-color: #004fa3;
    margin: 0 auto;
    padding: 18px;
    margin-bottom: 20px;
}

.poll-icon-container-2 {
    height: 100px;
    width: 100px;
    position: relative;
    border: 8px solid #0051a3;
    margin-right:20px;
    min-width:100px;
    padding: 9px;
    margin-bottom: 20px;
}


.poll-icon-square-container {
    height: 150px;
    width: 150px;
    position: relative;
    background-color: #cf9627;
    margin: 0 auto;
    padding: 9px;
    padding-top: 40px;
    margin-bottom: 20px;
}

.modal {
    z-index: 999999999999999999999 !important;
}

.modal-content {
    -webkit-box-shadow: 0px 0px 200px rgb(0 0 0 / 80%) !important;
    -moz-box-shadow: 0px 0px 200px rgba(0,0,0,.8) !important;
    box-shadow: 0px 0px 200px rgb(0 0 0 / 80%) !important;
    border-radius: 16px !important;
}

#table_filter {
    background: white;
    line-height: 1.8;
    height: auto;
    width: 468px;
}

.modal-dialog {
    width:80%;
    max-width: 1000px !important;
}

.image-style-align-left {
    max-width: 50%;
    float: left;
    margin-right: 1.5em;
    display: table;
    clear: both;
    text-align: center;
}

.image-style-align-right {
    max-width: 50%;
    float: right;
    margin-left: 1.5em;
    display: table;
    clear: left;
    text-align: center;
}
.section-services {
    background: #cf9627;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 80px;
}

.gx-10 {
    width: 100%;
}

.searchFilter {
    margin-bottom: 20px;
}
.searchFilter.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 16px;
    border-radius: .25rem;
    height: 50px;
    min-width: 20px;
}
.searchFilter .btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border: 1px solid #ccc;
}
.searchFilter .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.searchFilter .btn-search {
    background-color: #00aced;
    color: #fff;
    border: 1px solid #00aced;
}
.searchFilter .btn-search:hover {
    background-color: #b20a11;
    color: #fff;
    border: 1px solid #b20a11;
}
.searchFilter .label-icon {
    display: none;
}
.searchFilter .glyphicon {
    margin-right: -15px;
}
.searchFilter .dropdown-menu .category_filters {
    min-width: 220px;
    width: 100%;
    margin: 15px 0 0px;
}
.searchFilter .dropdown-menu-right {
    right: 170px;
    min-width: 175px;
    top: 90%;
}
.searchFilter .dropdown-menu .category_filters li {
    list-style-type: none;
    padding: 2px 10px;
    font-size: 15px !important;
    line-height: 23px !important;
    font-weight: 380 !important;
}
.searchFilter .dropdown-menu .category_filters label {
    margin-left: 15px;
    font-size: 15px !important;
    line-height: 23px !important;
    font-weight: 380 !important;
}

/*.inline-flex {*/
/*    display: inline-flex;*/
/*}*/
/*.flex {*/
/*    display: flex;*/
/*}*/
/*.justify-between {*/
/*    justify-content: space-between;*/
/*}*/
/*.items-center {*/
/*    align-items: center;*/
/*}*/
    /*.hidden {*/
/*    display: none;*/
/*}*/

.category_filters input {
    line-height: 0 !important;
    padding: 0 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    margin: 0 !important;
    font-family: inherit !important;
    outline: none !important;
    border-radius: 0 !important;
    transition: 0.3s !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: none !important;
    border-bottom: 1px solid #dedede !important;
     display: inline !important;
     height: auto !important;
    max-width: none !important;
}
@media (min-width: 1400px) {
    .ct-header .ct-jumbotron .inner {
        max-width: 470px;
        min-height: 230px;
    }
}
@media (max-width: 1400px) {
    .ct-header-slider .item {
        background-size:contain;
        background-repeat: no-repeat;
        background-position: center top;
    }
}
@media (min-width: 769px) and (max-width: 1400px) {
    .ct-header-slider .item {
        height: auto;
    }
}
@media (max-width: 1260px) {
    #dots-container {
        display: none;
    }
}
@media (min-width: 992px){
    .ct-footer2 .ct-newsletter {
        max-width: 100%;
    }
    #dots-container {
        bottom: 100px;
    }
}
@media (min-width: 768px){
    .ct-searchbar:before {
        height: 92px;
        bottom: -1px;
    }
    .page-scrolled .navbar .navbar-nav li > * {
        min-height: 67px;
        height: 67px;
    }
    .page-scrolled .navbar .navbar-nav {
        height: 100%!important;
    }
    .ct-current-facts h2 {
        margin: 0 auto 0px;
    }
    .contentNews .ct-recent-news {
        flex-direction: inherit;
    }
    .contentFaq .faq_question .col-sm-11 {
        padding-right: 0px;
    }
    .peopleDetail h2 {
        margin-top: -5px;
    }
    .searchFilter .btn {
        min-width: 172px;
    }
    .searchFilter .label-icon {
        display: inline-block;
    }
    .searchFilter .glyphicon {
        margin-right: -5px;
    }
    .ct-header .ct-jumbotron {
        top: 0;
        margin-top: 5%;
    }
    .ct-header .ct-jumbotron h1 {
        font-size: 2.5em;
    }
    .ct-news.ct-news--bigger h3 {
        font-size: 41px;
        line-height: 1.4;
    }
}
@media (max-width: 768px){
    .ct-header .ct-jumbotron {
        width: 80%;
        margin: 20px 10px;
        top: 40%;
        width: 95%;
    }
    .ct-header .ct-jumbotron .inner {
        max-width: 100%;
    }
    #dots-container {
        display: none;
    }
    .main-section {
        margin-top: -80px;
    }
    .searchFilter .dropdown-menu-right {
        right: 0px;
    }
}

.section-services-2 {
    background: #e0e0e0;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 80px;
}

.main-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.7rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.fill {
    object-fit: fill;
}

.contain {
    object-fit: contain;
}

.cover {
    object-fit: cover;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    color: transparent !important;
    display:none !important;
}
.goog-te-gadget .goog-te-combo {
    margin: 4px !important;
    height: 38px !important;
    line-height: 28px;
    margin-top:-8px !important;
}
.goog-logo-link {
    display:none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
.goog-te-banner-frame.skiptranslate {display: none !important;}

.service-delivery {
    background-color: #1a4fa3;
    color: white;
    display: block;
    width: 100%;
    left: 0;
    border-radius: 0.25rem 0.25rem 0 0;
    padding: 7px 1rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    /* margin-bottom: 10px; */
    font-weight: normal;
}

.h1, h1 {
    font-size: 2.5rem !important;
    font-weight: 300 !important;
}

.more-info-bars::before {
    content: '';
    position: absolute;
    z-index: 10000000;
    top: 31px;
    height: 4px !important;
    width: 41px;
    background: #40aeef;
}

.card-body {
    font-weight: lighter;
}

.h4-colunms {
    font-size: 2.5rem !important;
    font-weight: normal !important;
}

.textiround {

    text-shadow:none !important;
}
.textiround .val {
    font-size: 83px !important;
    color: #0050a3 !important;
    margin-bottom: -14px !important;
    font-weight: normal;
}
.textiround .type-time {
    font-size: 20px;
    top: 0;
    color: #fff !important;
}
h4 {
    color: #006ba5 !important;
    font-size: 50px !important;
    line-height: 60px !important;
    font-weight: 700 !important;
}

.d-flex {
    padding-bottom: 0 !important;
}
.background {
    /*background-image: url('/images/road.png');*/
    /* background: no-repeat scroll center 0 #2B2B2B; */
    background-size: 100% auto;
}

div.hero-twitter-block {
    display: none;
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    color: white;
    font-size: 14px;
    z-index: 3;
}

div.hero-twitter-block .tooltip-social {
    position: relative;
    display: inline-block;
}

.twitter-hashtag-link {
    color: white;
    font-size: 20px;
}

div.hero-twitter-block a.social-icon-link {
    margin-right: 0.75rem;
    display: inline-block;
    vertical-align: center;
    width: 50px;
    text-align: center;
}

div.hero-twitter-block i.fa.fa-facebook.social-icon {
    padding: 0.5em 0.75em;
    background-color: #3c579e;
    color: #fff;
}

div.hero-twitter-block i.fa.fa-twitter.social-icon {
    background-color: #3ea4db;
    padding: 0.5em;
    color: #fff;
}
div.hero-twitter-block .social-icon {
    font-size: 25px;
    padding: 0.5em;
    border-radius: 50%;
    display: inline-block;
}

div.hero-twitter-block i {
    margin-right: 0.5rem;
    font-size: 18px;
}
div.hero-twitter-block .tooltip-social .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    font-size: 14px;
    position: absolute;
    z-index: 9999;
}
/*
.no-pad {
    padding-right: 0px;
}
*/

.list-container {
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom:2px solid #f6f6f6;
    max-height: 289px;
    height: 301px;
    cursor: pointer;
    /*overflow: scroll;*/
}

.player-home h3 {
    font-size: 3em;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

.player-home p {
    font-size: 1.5em;
    font-style: normal;
    font-weight: 300;
    color: #eded;
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 192px !important;
    max-width: 100% !important;
}

.Bodynegative {
    font-family: "GillSansMTStd-Medium", GothamPro, 'Roboto Condensed', 'SansSerif', "Open Sans";
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: rgb(255, 255, 255);
}
.footer-icons {
    width: 50px;
    height: 50px;
    background-color: rgb(216, 216, 216);
    text-align: center;
    border-radius: 50%;
}
.footer-icons {
    width: 50px;
    height: 50px;
    background-color: rgb(216, 216, 216);
    text-align: center;
    border-radius: 50%;
}
.icon-container-ctr {
    margin-top: 0.8rem;
    font-size: 25px;
    color: rgb(28, 26, 54);
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fal, .far, .fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.2 !important;
}
.attrreport:hover {
    /*box-shadow:*/
    /*    0 2.8px 2.2px rgba(0, 0, 0, 0.034),*/
    /*    0 6.7px 5.3px rgba(0, 0, 0, 0.048),*/
    /*    0 12.5px 10px rgba(0, 0, 0, 0.06),*/
    /*    0 22.3px 17.9px rgba(0, 0, 0, 0.072),*/
    /*    0 41.8px 33.4px rgba(0, 0, 0, 0.086),*/
    /*    0 100px 80px rgba(0, 0, 0, 0.12);*/
}
.list-container .card-title {
    font-size: 1.5em;
    font-style: normal;
    color: #fff;
    background: #cf9627;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 14px;
}
.list-container .card-text {
    font-size: 1.2em;
    font-style: normal;
    font-weight: 300;
    color:#1D1E1F;
}
.img-thumbnail {
  border: 1px solid #dee2e600 !important;
}

.slides .hotfigg {
  z-index: 1 !important;
  display: inline-block !important;
}

.slides {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: auto !important;
}
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0px solid;
}

img {
  max-width: 100%;
  height: auto;
}

.fix {
  overflow: hidden;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #444;
}

.modal-dialog ul li, .modal-dialog ol li {
    line-height: 22px !important;
}

.modal-dialog ul li {
    list-style: disc !important;
}

.modal-dialog ul {
    margin-left: 20px !important;
}

.modal-dialog ol li {
    list-style: auto !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "GillSansMTStd-Medium", GothamPro, 'Roboto Condensed', 'SansSerif', "Open Sans";
  margin: 0 0 15px;
  color: #444;
  font-weight: 700;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3EC1D5;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0 none;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #3EC1D5;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #3EC1D5;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #3cd6ed;
  color: #fff;
}

.clear {
  clear: both;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1222222222221;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/ethekwini-preloader.gif") no-repeat center center;
  /*background: #fff url("../img/preloader.gif") no-repeat center center;*/
}

::-moz-selection {
  background: #3EC1D5;
  text-shadow: none;
}

::selection {
  background: #3EC1D5;
  text-shadow: none;
}

.area-padding {
  padding: 30px 0px 30px;
}

.area-padding-2 {
  padding: 70px 0px 50px;
}

.padding-2 {
  padding-bottom: 90px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border:2px solid #3da4dc;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}


#header {
  /*height: 40px;*/
    background: #fff !important;
  transition: all 0.5s;
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999;
  transition: all 0.5s;
  padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  /*background: #004FA3 !important;*/
}

#header.header-scrolled {
    background: #fff;
    /*height: 52px;*/
    padding: 4px;
    position: fixed !important;
    top: 0;
}

#header.header-scrolled .nav-menu a {
    color: #132c49;
    transition: 0.4s;
    font-size: 1.2rem;
    font-weight: 500;
}

#header.header-scrolled .em-logo {
    width:150px;
    top:0 !important;
    padding:0 !important;
}

#header.header-scrolled .em-logo img {
    max-width:100% !important;;
    height: auto !important;
    margin-top:24px;
}

#header .container img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 106px;
}

@media (max-width: 736px) {
#header .countainer img{
 padding: 0;
margin: 0;
width: 70px;
height: 85px;
  }
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: bold;
}

#header .logo h1 span {
  color: #3ec1d5;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

  #header .logo img {

        max-width: 100%;
  height: auto;

    }

@media (max-width: 768px) {
  #header {
    height: 60px;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.8);
  }
  #header .logo h1 {
    font-size: 28px;
    padding: 4px 0;
  }
  #header .logo img {

        max-width: 100%;
  height: auto;

    }
}

.header-bg {
  background: url(../img/slider/slider1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 1025px) {
  .header-bg {
    background-attachment: fixed;
  }
}

.home-overly {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 100%;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 20;
  padding: 10;
  list-style: none;
    max-width: 100% auto;
    max-height: 0 auto;
}

.nav-menu > ul > li {
  position: relative;
  /*white-space: nowrap;*/
  float: left;
}

.modal-body {
    font-weight: 350;
    text-align: left !important;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #765522;
  padding: 31px 11px 12px 18px;
  font-size: 1.3rem;
    font-weight: 600 !important;
    white-space: nowrap;
    transition: color 0.2s ease-out;
    letter-spacing: 3px;
  font-family: "Montserrat", "GillSansMTStd-Medium", GothamPro, 'Roboto Condensed', 'SansSerif', "Open Sans";
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #878787;
    font-weight: normal;
  text-decoration: none;
    /*border: 1px solid #cf9627;*/
}
.card {
    margin-top: 160px;
    margin-bottom: 160px;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 1.3rem;
}
body input:not([type='checkbox']):not([type='submit']), select, textarea {
    /* display: block; */
    /* height: 50px; */
    /* max-width: 100%; */
    margin: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    font-family: inherit;
    outline: none;
    border-radius: 0;
    transition: 0.3s;
    background: #fff;
    color: #666666;
}

/*.nav-menu .drop-down ul {*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: calc(100% - 30px);*/
/*  z-index: 99;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  padding: 10px 0;*/
/*  background: #fff;*/
/*  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);*/
/*  transition: ease all 0.3s;*/
/*    border-radius: 8px;*/
/*    border-top: solid 6px #cf9627;*/
/*    border-bottom: solid 6px #cf9627;*/
/*}*/
.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 16px 0;
    background: #f0f0f0;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: ease all 0.3s;
    border-radius: 0;
    /* border-top: solid 6px #cf9627; */
    /* border-bottom: solid 6px #cf9627; */
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
    /* background: #87797982; */
    border-bottom: 1px solid #e1e1e1;
}
.nav-menu .drop-down li:hover {
    min-width: 180px;
    position: relative;
    background: rgba(226, 226, 226, 0.51);
}


.equal-heights {
    min-height: 210px;
}

.nav-menu .drop-down ul a {
    padding: 2px 0px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: normal !important;
    text-transform: none;
    color: #000000;
    white-space: nowrap;
    text-transform: uppercase;
    /* background: red;
}

.notificationTxt {
    background: #ededed;
    justify-content: flex-end; text-align: right; align-items: center;
}

.notificationTxt-covid h6 {
    background: #ededed;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 13px !important;
    color: white !important;
}

.notificationTxt-covid a {
    color: #646e91 !important;
    font-weight: normal !important;
}

.notificationTxt-left {
    color: #000000 !important;
}

#main-content p {
    font-family: "GillSansMTStd-Medium", GothamPro, 'Roboto Condensed', 'SansSerif', "Open Sans";
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #044FA3;
    /*font-weight: 700;*/
    /*background-color: #ccc*/
    /*-webkit-box-shadow: 5px 55px;*/
    /*box-shadow: 2px 2px;*/
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down:last-child > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
    display: none;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 10px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
  display: none;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


@media (max-width: 768px) {

    .home-heading {font-size: 33px;}
    .home-p {
        color: white;
        font-family: Montserrat;
        font-size: 16px !important;
    }
    .card-text {
        font-size: 2.3rem !important;
        font-family: "Montserrat", "GillSansMTStd-Medium", GothamPro, 'Roboto Condensed', 'SansSerif', "Open Sans";
    }
    .list-container {
        margin-bottom: 5px;
        margin-top: 5px;
        border-bottom: 2px solid #f6f6f6;
        max-height: 289px;
        height: auto;
        cursor: pointer;
        /* overflow: scroll; */
    }
  .nav-menu .drop-down .drop-down ul {
    left: -60%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -130%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    #portaling-graph-humbs {
        display: none;
    }
}
/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 19px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #d8b550;
    font-size: 39px;
}

.mobile-nav ul li {
    line-height: 35px;
}
.mobile-nav {
    position: fixed;
    top: 77px;
    right: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    background: #4c3717;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-hover tbody tr:hover {
    color: #664000;
    background-color: #f9f9f9!important;
}
.p-r-10 {
    padding: 10px;
    background: #ededed;
    border-radius: 4px;
    margin-right:10px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: 0.25rem;
    text-transform: uppercase;
    font-size: 13px;
}
.table tbody tr td {
    background: #fff;
    border-bottom: 1px solid rgba(234, 236, 238, .7);
    border-top: 0;
    padding: 5px;
    font-size: 13.5px;
}

.label-green {
    color: #3bc200 !important;
}

.font-size-14 {
    font-size: 12px !important;
}

.v-align-middle {
    vertical-align: middle!important;
}
.table>tbody>tr>td, .table>tbody>tr>th {
    line-height: 1.42857143;
}
.mobile-nav a {
    display: block;
    position: relative;
    color: #ffffff;
    padding: 4px 20px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #ff7f1d;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(1, 2, 2, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #cf9627;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slider-area {
  color: #fff;
  position: relative;
  text-align: center;
}

.slider-content {
  padding: 180px 60px;
}

.nivo-caption::after {
  background: #444 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.layer-1-2 {
  margin: 20px 0;
}

.layer-1-1 h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.layer-1-2 h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.layer-1-3 {
  margin: 50px 0 0;
}

.layer-1-3 a.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.layer-1-3 a.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.ready-btn.right-btn {
  margin-right: 15px;
  background: #3EC1D5;
  border: 1px solid #3EC1D5 !important;
}

.ready-btn.right-btn:hover {
  background: transparent !important;
  border: 1px solid #fff !important;
}

.nivo-controlNav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 8;
}

.nivo-directionNav {
  display: block;
}

.nivo-controlNav a {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  box-shadow: none;
  display: inline-block;
  font-size: 0;
  height: 2px;
  margin: 5px 3px;
  opacity: 1;
  text-align: center;
  text-indent: inherit;
  vertical-align: top;
  width: 20px;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
  background: #fff none repeat scroll 0 0;
  border-color: #3EC1D5;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/* Normal desktop :992px. */
@media (min-width: 1400px) and (max-width: 1920px) {
  .slider-content {
    padding: 340px 0;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 144px 0;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content {
    padding: 93px 0;
  }
  .layer-1-2 h1 {
    font-size: 22px;
    line-height: 24px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 20px;
  }
}
/*  Mobile lookout: 767px  */
@media (min-width: 767px) {
    .float-right-xs-sm {
        float: right;
    }
}
@media (max-width: 767px) {
  .nivo-directionNav {
    display: none;
  }
  .slider-content {
    padding: 46px 0px;
  }
  .layer-1-2 {
    margin: 10px 0;
  }
  .layer-1-1 h2 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-2 h1 {
    font-size: 14px;
    line-height: 16px;
  }
  .layer-1-3 a.ready-btn {
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 10px;
  }
  .layer-1-3 {
    margin: 10px 0 0;
  }
  .nivo-controlNav {
    bottom: -8px;
  }
}
/*  Mobile lookout: 480px  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .slider-content {
    padding: 70px 0px;
  }
  .layer-1-1 h2, .layer-1-2 h1 {
    font-size: 24px;
    line-height: 30px;
  }

    .mobile-slider {
        margin-top:0;
    }
}

/* -------------------------------------
preview-1
---------------------------------------- */
.preview-1 .nivoSlider {
  position: relative;
  background: url(../lib/nivo-slider/img/loading.html) no-repeat 50% 50%;
}

.preview-1 .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.preview-1 .nivoSlider a {
  border: 0;
  display: block;
}

.preview-1 .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.preview-1 .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../lib/nivo-slider/img/bullets.html) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.preview-1 .nivo-controlNav a.active {
  background-position: 0 -22px;
}

.preview-1 .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../lib/nivo-slider/img/arrows.html) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.preview-1:hover .nivo-directionNav a {
  opacity: 1;
}

.nivo-prevNav {
  left: 15px;
}

.nivo-nextNav {
  right: 15px;
}

.preview-1 a.nivo-nextNav {
  background-position: -30px 0;
}

.preview-1 .nivo-caption {
    font-family: "GillSansMTStd-Medium", GothamPro, 'Roboto Condensed', 'SansSerif', "Open Sans";
}

.preview-1 .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

.preview-1 .nivo-caption a:hover {
  color: #fff;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}

.preview-1 .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

.preview-1 .nivo-controlNav {
  position: relative;
  z-index: 99999;
  bottom: 68px;
}

.preview-1 .nivo-controlNav a {
  border: 5px solid #fff;
  display: inline-block;
  height: 18px;
  margin: 0 5px;
  text-indent: -9999px;
  width: 18px;
  line-height: 8px;
  background: #3c3c3c;
  cursor: pointer;
  position: relative;
  z-index: 9;
  border-radius: 100%;
  opacity: 0;
  z-index: -999;
}

.preview-1:hover .nivo-controlNav a {
  opacity: 1;
  z-index: 999999;
}

.preview-1 .nivo-controlNav a:hover, .preview-1 .nivo-controlNav a.active {
  background: #000;
  cursor: pointer;
}

/* -------------------------------------
preview-2
---------------------------------------- */
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
  left: 50px;
}

.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
  right: 50px;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
  font-size: 0;
}

.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  font-size: 0;
}

.preview-2 .nivo-directionNav a.nivo-prevNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  content: "";
  cursor: pointer;
  font: 300 50px/50px FontAwesome;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  z-index: 9;
  font-weight: 100;
  left: 0px;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
}

.preview-2 .nivo-directionNav a.nivo-nextNav:hover:before, .preview-2 .nivo-directionNav a.nivo-prevNav:hover:before {
  border-color: #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.preview-2 .nivo-directionNav a.nivo-nextNav::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  cursor: pointer;
  font: 100 30px/50px FontAwesome;
  height: 50px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 50%;
  transition: all 300ms ease-in 0s;
  width: 50px;
  z-index: 9;
  font-size: 30px;
}

.niceties.preview-2 {
  position: relative;
  height: 464px;
}

.
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-area {
/*  background-color: #f9f9f9;*/
    background: rgba(248, 248, 248, 0.8);
/*    background: rgba(248, 248, 248, 0.8) url("../img/background/bg2.jpg") no-repeat fixed center top/cover;*/
    position: relative;
}

.single-well > a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3EC1D5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.services-area{
      background: rgba(248, 248, 248, 0.8) url("../img/background/bg3.jpg") no-repeat fixed center top/cover;
    position: relative;
}

.section-headline.services-head > h2 {
  margin-bottom: 20px;
 color: #000;
}


.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}

.services-details:hover h4, .services-details:hover .services-icon {
  color: #3EC1D5;
}

.row.second-row {
  margin-top: 40px;
}

.section-head > h2 {
  color: #333;
}

.single-services > h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}

.single-services > p {
  color: #333;
  font-size: 14px;
}
/*-----------------------New Style Events---------------------*/
.services .icon-box {
  text-align: center;
  padding: -150px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background:  rgba(0, 0, 0, 0.08);

/*  border: 1px solid rgba(44,62,80 , 0.6 );*/
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(44,62,80 , 0.6 );

}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.our-skill-area {
  position: relative;
}

.our-skill-area {
  background: rgba(248, 248, 248, 0.8) url("/images/hall.png") no-repeat center top/cover;
}

.test-overly {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
    padding-bottom: 20px;
}

.progress-h4 {
  color: #fff;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.html") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}

.team-member:hover.team-member::before {
  transform: scale(1.2);
}

.single-team-member {
  border: 1px solid #ddd;
}

.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}

.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}

.email-news .email_button > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}

.email-news .email_button > button:hover {
  background: #3EC1D5;
  border: 1px solid #fff;
  color: #fff;
}

.team-left-icon ul li {
  display: inline-block;
}

.team-left-icon ul li a:hover {
  color: #3EC1D5;
  background: #fff;
  border: 2px solid #fff;
}

.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}

.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}

.single-team-member:hover .team-img a:after {
  opacity: 1;
}

.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}

.team-img {
  position: relative;
}

.team-img > a {
  display: block;
}

.team-img > a::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}

.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}

.team-social-icon ul li {
  display: inline-block;
}

.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}

.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.team-content {
  padding: 10px 0px;
}

.team-content > h4, .team-content > p {
  color: #444;
  margin-bottom: 5px;
}

.team-content.head-team p {
  margin-bottom: 0;
}

.team-left-icon.text-center {
  margin-bottom: 20px;
}

.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/
.reviews-area {
  background: url(../img/background/bg1.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}

.work-left-text {
  background: #3EC1D5 none repeat scroll 0 0;
}

.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}

.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}

.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}

.single-awesome-4 .add-actions {
  padding: 10px 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img > a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img > a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing-area {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
}

.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}

.pri_table_list h3 span {
  font-size: 16px;
}

.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}

.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}

.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #3EC1D5;
}

.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}

.pri_table_list > h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}

.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}

.saleon {
  background: #3EC1D5 none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.pri_table_list > button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.active > h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}

.active > button {
  background: #3EC1D5 none repeat scroll 0 0;
  border: 1px solid #3EC1D5;
  color: #fff;
  transition: 0.4s;
}

.active > button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-area {
  background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top/cover;
  height: auto;
  width: 100%;
}

.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

.testi-overly {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.quate {
  border: 1px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}

.quate:hover {
  color: #fff;
}

.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}

.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}

.testi-text h6 {
  color: #fff;
  font-size: 20px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  transition: 0.4s;
  border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.testimonial-content {
  margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #3EC1D5;
}

.testimonial-carousel .owl-nav,
.testimonial-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonial-carousel .owl-dot.active {
  background-color: #3ec1d5 !important;
}

.testi-text.text-center > h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.guest-rev {
  color: #ddd;
  font-size: 16px;
}

.guest-rev > a {
  color: #3EC1D5;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Quote
--------------------------------------------------------------*/
.suscribe-area {
  background: #32328c none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #32328c;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}

.sus-btn:hover {
  background: #32328c none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;

}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
     background: rgba(0, 0, 0, 0) url("../img/background/contactUs.html") no-repeat fixed center top/cover;
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input, .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input::focus, .php-email-form textarea::focus {
  background-color: #3ec1d5;
}

.php-email-form input {
  padding: 20px 15px;
}

.php-email-form textarea {
  padding: 12px 15px;
}

.php-email-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-area {
  height: auto;
  width: 100%;
}

.blog-text h4 a {
  color: #444;
  text-decoration: none;

}

.blog-text h4 {
  color: #444;
  margin-bottom: 15px;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
}

.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
  text-decoration: none;
}

.blog-btn {
  position: relative;
}

.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}

.blog-btn:hover::after {
  right: -30px;
}

.blog-btn:hover {
  color: #333;
  text-decoration: none;
}

.blog_meta span.date_type i {
  margin-left: 5px;
}

.blog-meta span.comments-type {
  margin-left: 5px;
}

.blog-meta span i {
  padding-right: 10px;
}

.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}

.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}

.comments-type > a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}

.blog-meta .comments-type i {
  padding-right: 0 !important;
}

.blog-content-right .comments-type > a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}

.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.single-blog .ready-btn:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
}

.servicess-area {
    background: #cf9627;
}

.ih-item h5:after {
    content: '';
    border-bottom: 5px solid #f9cb08;
    width: 50px;
    display: block;
    text-align: center;
    margin: 0 auto;
    top: 10;
}

/*--------------------------------------------------------------
# Blog page
--------------------------------------------------------------*/
.page-area {
  position: relative;
}

.blog-page .banner-box {
  margin-bottom: 40px;
}

.search-option input {
  border: medium none;
  padding: 6px 15px;
  width: 80%;
}

.search-option {
  border: 1px solid #ccc;
  height: 42px;
  margin-bottom: 30px;
}

.search-option button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  font-size: 20px;
  padding: 8px 23px;
}

.search-option button:hover {
  color: #3ec1d5;
}

.left-blog h4 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}

.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}

.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}

.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}

.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}

.ready-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
  padding: 12px 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
}

.ready-btn:hover {
  color: #fff;
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  text-decoration: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width: 35%;
}

.pst-content {
  display: inline-block;
  float: left;
  width: 65%;
}

.pst-content p a:hover, .left-blog ul li a:hover {
  color: #3EC1D5;
}

.blog-page .single-blog {
  margin-bottom: 40px;
}

.pst-content p a {
  color: #444;
  font-size: 15px;
}

.header-bottom h1, .header-bottom h2 {
  color: #fff;
}

.blog-tags {
  padding: 1px 0;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
  color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0 10px;
}

.blog-1 .banner-box {
  margin-bottom: 30px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
}

.left-tags .left-side-tags ul li a {
  padding: 3px 10px;
  width: auto;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.post-information h2 {
  color: #363636;
  font-size: 22px;
  text-transform: uppercase;
}

.post-information {
  padding: 20px 0;
}

.post-information .entry-meta span a {
  color: #444;
  display: inline-block;
  padding: 10px 0;
}

.entry-meta span a:hover {
  color: #3EC1D5;
}

.post-information .entry-meta {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
}

.post-information .entry-meta span i {
  padding: 0 10px;
}

.entry-content > p {
  color: #444;
}

.entry-meta > span {
  color: #444;
}

.entry-content blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 5px solid #3EC1D5;
  font-size: 17.5px;
  font-style: italic;
  margin: 0 0 20px 40px;
  padding: 22px 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #3EC1D5;
  border-color: #3EC1D5;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.social-sharing {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  display: block;
  margin: 30px 0;
}

.social-sharing > h3 {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 20px 10px;
}

.sharing-icon {
  display: inline-block;
  float: right;
  padding: 13px 10px;
}

.sharing-icon a {
  border: 1px solid #444;
  color: #444;
  display: block;
  float: left;
  font-size: 18px;
  height: 34px;
  line-height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 34px;
}

.sharing-icon a:hover {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
}

.single-blog .author-avatar {
  float: left;
  margin-right: 10px;
}

.single-blog .author-description h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}

.author-info {
  background: #fff none repeat scroll 0 0;
  float: left;
  margin: 30px 0;
  padding: 15px;
  width: 100%;
}

.single-post-comments {
  margin-bottom: 60px;
  max-width: 650px;
}

.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #e8e8e9;
  color: #444;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0 0 5px;
  text-transform: uppercase;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 15px;
}

.comments-content-wrap {
  color: #42414f;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px 80px;
  padding: 10px;
  position: relative;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.author-description h2 {
  color: #777;
  font-size: 20px;
  text-transform: uppercase;
}

.author-description h2 a {
  color: #000;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #909295;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
}

li.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 60px;
}

span.email-notes {
  color: #42414f;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #444;
  margin-bottom: 5px;
}

.comment-respond input[type=text], .comment-respond input[type=email] {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 32px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
}

.comment-respond textarea#message-box {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 130px;
  width: 100%;
}

.comment-respond input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #3ec1d5;
  border-radius: 20px;
  box-shadow: none;
  color: #444;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 14px;
  margin-top: 20px;
  padding: 10px 15px;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}

.comments-content-wrap span a {
  color: #000;
}

.comments-content-wrap span a:hover {
  color: #3EC1D5;
}

.comment-respond input[type=submit]:hover {
  border: 1px solid #3EC1D5;
  color: #fff;
  background: #3EC1D5;
}

.single-blog .blog-pagination {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.slides .hotfigg {
    height: 100%;
    width: 100%;
    max-width: 100% !important;
}
.footer-area {
  padding: 40px 0;
  background: #000000e0 !important;
  margin-top:0
}

.hotfigg video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 65vh !important;
    object-fit: cover;
}

/*.slides .hotfigg video {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 99%;*/
/*    height:auto !important;*/
/*    object-fit: cover;*/
/*}*/
.footer-head p {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
    font-weight: 150 !important;
    margin: 0 0 6px;
}

.footer-head h4 {
  color: #fff !important;
    letter-spacing: 0;
    padding-bottom: 0 !important;
    text-transform: uppercase;
    font-size: 1.2rem !important;
    font-weight: normal !important;
    font-family: "GillSansMTStd-Medium", GothamPro, 'Roboto Condensed', 'SansSerif', "Open Sans";
    font-weight: 400;
}

.card {
    background-color: #f8dcdc00;
}

.footer-logo img{
    padding: 0;
    margin:4;
    width: 105px;
    height: 120px;
}

@media (max-width: 648px) {
  .footer-logo img {
    padding: 0;
    margin:2;
    width: 75px;
    height: 90px;
  }
}
.footer-logo h2 {
  color: #000;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img > a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  /*margin-top: 30px;*/
}

.footer-contacts{
    color:#000;
}

.footer-contacts p span {
  color: #000;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover, .footer-icons ul li a:hover {
  background: #3EC1D5;
  border: 1px solid #3EC1D5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
    /*background: #0050a3 none repeat scroll 0 0;*/
    padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3EC1D5;
}

.copyright-text a {
  color: #fff;
}

.copyright > p {
  margin-bottom: 0;
  color: #fff;
}

.copyright a, .credits a {
  color: #3EC1D5;
}

.credits {
  padding-top: 5px;
  text-align: center;
    color: #fff;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 1920px) {
  .work-right-text {
    padding: 150px 150px;
  }
}

.slider-content {
    padding: 0;
    position: absolute;
    top: 200px;
    width:100%;
}

div.hero-twitter-block {
    display: block;
    position: absolute;
    bottom: 1.5rem;
    left: 1rem;
    color: white;
    font-size: 14px;
    z-index: 3;
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
  .slider-content {
    padding: 146px 0;
  }
  .work-right-text {
    padding: 40px 0;
  }
  .work-right-text h2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .layer-1-1 h2 {
    font-size: 24px;
  }
  .layer-1-2 h1 {
    font-size: 31px;
    line-height: 38px;
    padding: 0px 30px;
  }
  .tab-menu ul.nav li a {
    padding: 10px 16px;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    width: 40%;
  }
  .team-content.text-center > h4 {
    font-size: 20px;
  }
  .sus-btn {
    margin-left: 0;
  }
  .suscribe-text h3 {
    font-size: 16px;
    padding-right: 20px;
  }
  .work-right-text h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text {
    padding: 36px 0;
  }
  .work-right-text h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .work-right-text .ready-btn {
    font-size: 13px;
    padding: 7px 20px;
    margin-top: 5px;
  }
  .single-awesome-portfolio {
    width: 33.33%;
  }
  .widget-product a img {
    display: block;
    float: none;
    width: 100%;
  }
  .widget-product .product-info {
    display: block;
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .map-column {
    margin-left: 0;
    padding-right: 40px;
  }
  .post-information .entry-meta {
    font-size: 13px;
    padding: 5px 0;
  }
  .post-information .entry-meta span a {
    padding: 4px 0;
  }
  .service-pic {
    margin-bottom: 30px;
    text-align: center;
  }
  .single-add-itms {
    width: 50%;
  }
  .left-sidebar-title > h4 {
    font-size: 18px;
  }
  .contact-form {
    margin-top: 0px;
  }
  .search-option input {
    width: 67%;
  }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .slider-area {
    margin-top: 0;
  }

    #header {
        display:none;
    }

    #notificationTxt-left {
        text-align: left;
    }

  .slider-content {
    padding: 80px 0;
  }
  .slider-content h2 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .slider-content h1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .layer-1-3 a.ready-btn {
    padding: 8px 15px;
  }
  .section-headline h2 {
    font-size: 30px;
     color: #fff;
/*     background-color: #ff81af;*/
  }
  .well-middle .single-well {
    margin-top: 30px;
  }
  .single-skill {
    margin-bottom: 40px;
  }
  .tab-menu {
    margin-top: 30px;
  }
  .tab-menu ul.nav li a {
    padding: 8px 6px;
  }
  .wellcome-text {
    margin: 0px;
    padding: 70px 0px;
  }
  .subs-feilds {
    width: 100%;
  }
  .suscribe-input input {
    width: 60%;
  }
  .suscribe-input button {
    font-size: 15px;
    padding: 14px 10px;
    width: 40%;
  }
  .section-headline h3 {
    font-size: 25px;
  }
  .well-text > h2 {
    font-size: 18px;
  }
  .well-text p {
    display: none;
  }
  .single-team-member {
    margin-bottom: 30px;
  }
  .service-right {
    width: 100%;
  }
  .service-images:hover .overly-text {
    display: none;
  }
  .portfolio-area {
    padding-top: 0px;
  }
  .project-menu li a {
    padding: 8px 12px;
    margin: 10px 4px;
  }
  .pri_table_list {
    margin-bottom: 30px;
  }
  .single-awesome-project, .portfolio-2 .single-awesome-project {
    width: 100%;
    float: none;
  }
  .single-blog {
    margin-bottom: 30px;
  }
  .sus-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact-form {
    margin-top: 30px;
  }
  .head-team h5 {
    font-size: 22px;
  }
    .footer-head h4 {
        color: #fff !important;
        letter-spacing: 0;
        padding-bottom: 0 !important;
        text-transform: uppercase;
        font-size: 3.2rem !important;
    }
    .footer-head p {
        font-size: 2.2rem !important;
    }
  .footer-content {
    margin-bottom: 5px;
  }
  .header-bottom h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .page-area .slider-content {
    padding: 500px 0;
  }
  .search-option input {
    width: 74%;
  }
  .header-bottom h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  li.threaded-comments {
    margin-left: 0;
  }
}

/* meduim Mobile :480px. */
@media only screen and (min-width: 280px) and (max-width: 736px) {
    .page-slider-item .slider-text {
        padding: 0 !important;
    }
    .player-home {
        padding-right:15px !important;
    }
  .submitbtn {
    float: none;
    width: 99.8%;
  }
  .slider-content {
    padding: 80px 0px;
	width:100%;
  }
    #mutationing-rid{
    float: none;
/*    width: 75.8%;*/
    }

    #mutationing .picky > iframe{
        float: none;
       /* width: 85.8%;*/
    }
    #mutationing .ekossa > img {
         float: none;
        width: 85.8%;
    }
    #header #disired-spakled-tuning {
        width: 40%;
        height: 88%;
        padding: 5px;
    }
    .hotfigg #divine-joy-shekinah{
        width: 99% !important;
        margin-left: 0 !important;
        font-size: 35px;
        z-index: 0;
        padding: 5px;
        padding-top: 20px;
    }
    .graph-humbs #clockwise #portaling-graph-humbs{
        padding: 4px;
        font-size: 14px;
    }
    #parki-memes-fugs{
        margin-left: 20%;
        width: 70%;
    }
    #concern-matter-clssy{
        font-size: 28px;
    }

    .partials {
        display: none;
    }
/*
    #marshall-butumb-classic{
        margin-left: 10%;
       font-size: 25px;
        height: 5%;
    }
*/
  .icons-bottom ul li a {
    height: 40px;
    line-height: 37px;
    width: 40px;
  }
  .blog-post-dlc ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .awesome-portfolio-content .portfolio-2 {
    width: 50%;
  }
  .gallary-details .single-awesome-portfolio {
    width: 50%;
  }
  .tab-menu ul.nav li a {
    padding: 0px 20px;
  }
}

@media (max-width: 575px) {
  .slider-content {
    padding: 0;
  }
  .searchFilter {
    display: none !important;
  }
}

.el-table th.el-table__cell {
    background-color: #757575 !important;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.el-table .el-table__cell {
    padding: 2px 0 !important;
}
.machines-content {
    background: #bed1e5;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.el-collapse {
    border-top: 1px solid #EBEEF5;
    border-bottom: 1px solid #EBEEF5;
}

h3 {
    font-family: "Arial", sans-serif !Important;
    font-size: 16px !important;
    line-height: normal !important;
    font-style: normal;
    color: #7F7F7F !important;
}

@media (max-width: 600px) {
    .el-collapse-item__header {
        display: flex;
        align-items: center;
        height: 25px !important;
        line-height: 48px;
        background-color: #dee8f3 !important;
        color: #767a80 !important;
        cursor: pointer;
        border-bottom: 1px solid #f3995c !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        transition: border-bottom-color .3s;
        outline: 0;
        padding: 8px !important;
        text-transform: uppercase !important;
        letter-spacing: 2px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }
}

.el-collapse-item__header {
    display: flex;
    align-items: center;
    height: 25px !important;
    line-height: 48px;
    background-color: #dee8f3 !important;
    color: #767a80 !important;
    cursor: pointer;
    border-bottom: 1px solid #f3995c !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    transition: border-bottom-color .3s;
    outline: 0;
    padding: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 6px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.el-collapse-item__wrap {
    will-change: height;
    background-color: #dfe4ea !important;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #c8c9cc !important;
    padding: 8px !important;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-select {
    display: inline-block;
    position: relative;
    width: 100%;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 100%;
}
.el-step__title.is-finish {
    color: #e6945f !important;
}

.el-step__description.is-finish {
    color: #e6945e !important;
}
.el-step__title.is-process {
    font-weight: 700;
    color: #bed1e5 !important;
}

.el-step__description.is-process {
    color: #bed1e5 !important;
}
.el-steps--simple {
    padding: 2px 8%;
    border-radius: 0;
    background: #dfe4ea;
    margin-bottom: 7px;
    border-radius: 4px;
}

.el-step.is-simple .el-step__arrow::after, .el-step.is-simple .el-step__arrow::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 1px;
    background: #787878;
}
.el-input__icon:after {
    display: none !important;
    content: "" !important;
}

.el-input__icon:before {
    display: none !important;
    content: "" !important;
}
.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 13px !important;
    padding: 0 12px 0 0;
    box-sizing: border-box;
}
.el-form-item__content {
    line-height: 0px !important;
    position: relative;
    font-size: 14px;
}
.el-dialog__wrapper {
    z-index: 99999999999999999999 !important;
}
