/* -------------------------------------------------------

 01. Basics & Typography style
 02. Helper style
 03. Preloader style
 04. Owl-Theme custom style
 05. Selection style 
 06. Section style
 07. Navbar style
 08. Header style
 09. Slider-fade style
 10. Page Banner Header style
 11. About style
 12. Welcome style
 13. Team style
 14. Tools style
 15. Image Gallery style
 16. Video Gallery style
 17. Testimonials style
 18. Clients style
 19. Events 1 style
 20. Events 2 style
 21. Events 3 style
 22. Contact style
 23. Buttons style
 24. Footer style
 25. toTop Button style
 26. Overlay Effect Bg image style
 27. Responsive (Media Query)
 
------------------------------------------------------- */


/* ======= Basics & Typography style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
    color: #728194;
    overflow-x: hidden !important;
}
p {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
    color: #728194;
    margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #1b1b1b;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 18px;
}
img {
    max-width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #354c8a;
}

table,
th,
tr,
td {
    border: 1px solid #fff;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
    background: #354c8a;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
}
.alert-success {
    background: transparent;
    color: #728194;
    border: 1px solid #354c8a;
    border-radius: 0px;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #728194;
    font-size: 16px;
    font-weight: 300;
}
:-moz-placeholder {
    color: #728194;
}
::-moz-placeholder {
    color: #728194;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #728194;
}
/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #f4f6f9;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
    color: #1b1b1b;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width:100%;
    position:relative;
    z-index:3;
}
blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.03;
    line-height: 1;
    color: #354c8a;
}
blockquote p {
    margin-bottom: 0;
    color: #728194;
}
blockquote p a {
    color:inherit;
}
blockquote cite {
    display:inline-block;
    font-size: 16px;
    position:relative;
    padding-left: 60px;
    border-color:inherit;
    line-height:1;
    margin-top: 22px;
    font-style:normal;
    color: #354c8a;
    font-weight: 300;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid; 
    border-color:inherit;
    color: #354c8a;
}


/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-120 {
    margin-top: 120px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 15px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.no-padding {
  padding: 0 !important;
}
/* important */
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-position-bottom {
    background-position: bottom;
}
.bg-position-center {
    background-position: center;
}
.bg-position-top {
    background-position: top;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-lightblue {
    background: #f4f6f9;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: 'Outfit', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
    z-index: 9;
}
.position-relative {
  position: relative !important;
}
.js .animate-box {
    opacity: 0;
}
:root { scroll-behavior: auto; }
/* star */
.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 2.5em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 8px;
}
.star:before, .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.star:after {
  transform: rotate(35deg);
}


/* ======= Preloader style ======= */
.loading{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 9999999999999;
}
.loading .middle{
  position: absolute;
  top: 50%;
  width: 100%;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #354c8a;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #354c8a;
    border: 1px solid #354c8a;
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.3);
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    background: transparent;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 1px solid rgba(255,255,255,0.3);
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #354c8a;
}
::-moz-selection {
    color: #fff;
    background: #354c8a;
}
::selection {
    color: #fff;
    background: #354c8a;
}


/* ======= Section style ======= */
.section-padding {
    padding: 120px 0;
}
.section-title {
    font-size: 48px;
    font-family: 'Oswald', serif;
    font-weight: 400;
    color: #1b1b1b;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-title span {
    color: #354c8a;
}
.section-title.whte {
    color: #fff;
}
.section-subtitle {
    font-family: 'Outfit', sans-serif;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.section-subtitle.whte {
    color: #fff;
}
.section-subtitle:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #354c8a;
    border-radius: 50%;
}
.section-subtitle.border-bot-dark:before {
    background-color: #fff;
}
.section-subtitle:before,
.section-subtitle:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-subtitle.border-bot-dark {
    color: #fff;
}

#startcontent  {
    position: relative;
	top: -120px;
}

/* ======= Navbar style ======= */
.navbar {
    position: relative;
    margin-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    transition: 1s;
    height: 100px;

}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #1b1b1b;
}
.navbar .navbar-nav .nav-link {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #1b1b1b;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    letter-spacing: 0px;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #1b1b1b;
}
.navbar .navbar-nav .nav-link:hover {
    color: #354c8a;
}
.navbar .navbar-nav .active {
    color: #354c8a !important;
}
.navbar .navbar-nav .active i {
    color: #354c8a;
}
.nav-scroll {
    background: #fff;
    padding: 15px 0;
    position: fixed;
/*  position: sticky; */
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    border: none;
    margin-top: 0;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #354c8a;
}
.nav-scroll .navbar-nav .nav-link {
    color: #1b1b1b;
}
.nav-scroll .navbar-nav .active i,
.nav-scroll .navbar-nav .active {
    color: #354c8a !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #1b1b1b;
}
.nav-scroll .dropdown .nav-link i {
    color: #1b1b1b;
}
.nav-scroll .logo-img {
    width: 220px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    color: #1b1b1b;
}
.nav-scroll .logo-wrapper .logo span {
    color: #354c8a;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
    font-size: 35px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.logo-wrapper .logo h2 a i {
    color: #354c8a;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-size: 8px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3.5px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
    margin-left: 3px;
}
.logo-wrapper .logo h2 i {
    color: #354c8a;
    font-style: normal;
}
.logo {
    padding: 0;
}
.logo-img {
    width: 250px;
    margin-bottom: 0px;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: #1b1b1b;
}
.navbar .dropdown-menu .dropdown-item {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
    color: #1b1b1b;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #354c8a;
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu li {
   border-bottom: 1px solid rgba(225, 237, 247, 0.5);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* navbar search */
.navbar .search {
    color: #1b1b1b;
    padding: 0 0 0 15px;
    margin-left: 12px;
    border-left: 1px solid #e0ebfc;
}
.navbar .search .icon {
    cursor: pointer;
}
.navbar .search a {
    color: #1b1b1b;
}
.navbar .search a:hover {
    color: #354c8a;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 200px;
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 200px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: 1s;
    }    
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 20px 0 20px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 19px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 138px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 138px;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        /* max-width: 100%; */
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #1b1b1b;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #1b1b1b !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #354c8a !important;
    }   
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 300;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 12px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar {
        margin-top: 0;
    }
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 20px;
    }
    .dropdown .nav-link i {
        color: #728194;
    }
    .navbar .search {
        display: none;
    }
}


/* ======= Header style ======= */
.header {
    min-height: 80vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h6 {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    padding-left: 15px;
    font-family: 'Outfit', sans-serif;
}
.header .caption h6:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}
.header .caption h6:before,
.header .caption h6:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .caption h1 {
    position: relative;
    margin-bottom: 15px;
    font-family: 'Oswald', serif;
    font-size: 50px;
    line-height: 1.2em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header .caption p {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .caption .butn-dark {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}


/* ======= Slider-fade style ======= */
.slider-fade .owl-item {
    height: 83vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption {
    z-index: 9;
}
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 7%;
    left: 12%;
    text-align: center;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
    z-index: inherit;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    color: #fff;
    font-size: 9px;
    margin-right: 3px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    background: #c5a47e;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 1px solid #c5a47e;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: #1b1b1b;
}


/* ======= Page Banner Header style ======= */
.banner-header {
    height: 40vh; /* 50vh */
}
.banner-header h1 {
    position: relative;
    font-family: 'Oswald', serif;
    font-size: 54px;
    line-height: 1.2em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.banner-header h6 {
    position: relative;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 10px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    padding-left: 15px;
}
.banner-header h6:before {
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}
.banner-header h6:before,
.banner-header h6:after {
    content: "";
    position: absolute;
    display: block;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-header h3 {
    position: relative;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
}
.banner-header p {
    font-size: 16px;
    color: #fff;
}
/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 14px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
.banner-header .author span {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .banner-header h1 {
        font-size: 40px;
    }
}


/* =======  About style  ======= */
.about h5, .page h5 {
    font-size: 24px;
    font-weight: 400;
    color: #1b1b1b;
    font-family: 'Outfit', sans-serif;
    line-height: 1.4em;
}
.info li {
    margin-bottom: 10px;
    line-height: 1.5em;
}
.info li:before {
    content: '\e64c';
    font-family: 'themify';
    position: relative;
    padding: 0 10px 0 5px;
    color: #aa3241;
    font-size: 13px;
}
/* signature */
.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}
.image.about-signature {
    margin-right: 15px;
    width: 75px;
}
.about-name {
    color: #fff;
    font-size: 20px;
}
.about-name-dark {
    color: #1b1b1b;
    font-size: 16px;
}
.about-rol {
    color: #728194;
    font-size: 16px;
}
.border-2 {
    border-bottom: 1px solid #e1edf7;
    margin: 30px 0;
    width: 100%;
}
.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0;
}


/* =======  layer_wysiwyg QuickCMS  ======= */


.layer_wysiwyg ul {
    padding-left: 28px;
	margin-top: 0;
	margin-bottom: 2rem;
}

.layer_wysiwyg li {
	text-indent: -28px;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.layer_wysiwyg li:before {
    content: '\e64c';
    font-family: 'themify';
    position: relative;
    padding: 0 10px 0 5px;
    color: #728194;
    font-size: 13px;
}

/* =======  Welcome style  ======= */
.welcome .img {
  padding: 120px 0;
  position: relative;
  z-index: 3;
}
.welcome .img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 120px;
  bottom: 0;
  left: -410px;
  background: #354c8a;
  z-index: -1;
}
.welcome .content {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
    .welcome .content,
    .welcome .img {
        padding: 60px 0;
    }
}

/* =======  Welcome 2 ohne Portrait  ======= */

.welcome2 .img {
  padding: 120px 30px;
  position: relative;
  z-index: 3;
}
.welcome2 .img img {
  width: 250px;
  height: auto;
  margin-top: 40px;
}
.welcome2 .img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
.welcome2 .content {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
    .welcome2 .content,
    .welcome2 .img {
        padding: 120px 0 60px 0;
    }
	.welcome2 .img img {
		width: 250px;
		height: auto;
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
    .welcome2 .content {
        padding: 120px 0;
    }
	.welcome2 .img {
        padding: 0 0 120px 0;
		margin-top: 0;
	}
	.welcome2 .img img {
		width: 200px;
		height: auto;
		margin-top: -20px;
	}
}

/* ======= Team style ======= */
.team {}
.team-con {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    box-shadow: none !important;
    padding: 30px 50px 0 0;
    margin-bottom: 20px;
}
.team-con *,
.team-con *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.team-con img {
    max-width: 100%;
    position: relative;
    vertical-align: top;
}
.team-con .info {
    background-color: #f4f6f9;
    bottom: 200px;
    left: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.team-con .info h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    color: #1b1b1b;
    left: 100%;
    margin: 0;
    padding: 15px 0 0 0;
    right: 0;
    top: 30px;
    white-space: nowrap;
}
.team-con .info a span {
    font-size: 14px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    color: #1b1b1b;
    left: 100%;
    margin: 0;
    padding: 17px 0 0 0;
    right: 0;
    bottom: 30px;
    white-space: nowrap;
}
.team-con:hover .info a span {
    color: #fff;
}
.team-con:hover .info,
.team-con.hover .info {
    background-color: #354c8a;
}
.team-con:hover .info h4,
.team-con.hover .info h4 {
    color: #fff;
}
.team-con .info2 {
    background-color: #f4f6f9;
    bottom: 30px;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    padding: 20px 30px 25px 30px;
}
.team-con .info2 h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    color: #1b1b1b;
}
.team-con .info2 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.team-con:hover .info2,
.team-con.hover .info2 {
    background-color: #f4f6f9;
}
.team-con:hover .info2 h4,
.team-con.hover .info2 h4 {
    color: #1b1b1b;
}
.team-con .info2 p {
    font-size: 16px;
}


/* ======= Tools style ======= */
.tools .item {
    position: relative;
    padding: 60px 30px;
    margin-bottom: 30px;
    background: #fff;
}
.tools .item:hover .number {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 0 0 0 50px
}
.tools .item .number {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    text-align: center;
    background-color: #f4f6f9;
    border-radius: 50%;
    color: #354c8a;
    font-weight: 300;
    transition: all .5s;
}
.tools .item h5,
.tools .item h5 a {
    font-family: 'Outfit', sans-serif;
    font-size: 21px;
    color: #1b1b1b;
}
.tools .item h5 a:hover {
    color: #354c8a;
}
.tools .item p {
    color: #728194;
    margin: 0;
    line-height: 1.5em;
}
.tools .item .icon {
    font-size: 45px;
    color: #354c8a;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 0;
}


/* ======= Congress style ======= */
.congress .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.congress .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.congress .item:hover .con {
    bottom: 0;
}
.congress .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.congress .item .con {
    padding: 30px 20px 40px 20px;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
}
.congress .item .con h5,
.congress .item .con h5 a {
    color: #1b1b1b;
    font-size: 24px;
    font-family: 'Outfit', sans-serif;
}
.congress .item .con h5:hover,
.congress .item .con h5 a:hover {
    color: #1b1b1b;
}
.congress .item .con p {
    color: #728194;
}



/* ======= Image Gallery style ======= */
.gallery-item {
    overflow: hidden;
}
.gallery-item .img-card {
    margin-bottom: 15px;
}
.gallery-item .img-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
    position: relative;
}
.gallery-item .wrapper-img {
  position: relative;
  background-color: rgba(20, 69, 123, 1);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.gallery-item img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
}
.gallery-item .img-block:hover img {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.1;
}
.gallery-item .img-block:hover .wrapper-img {
  transform: scale(0.95);
}
.gallery-item .img-block:hover .title-block {
  opacity: 1;
  transform: translateX(0px);
}
.gallery-item .title-block {
  position: absolute;
  opacity: 0;
  transform: translateX(-20px);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  padding: 10px;
}
.gallery-item .title-block h6 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 300;
    color: #fff;
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Video Gallery style ======= */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #354c8a;
    padding: 9px 8px 9px 10px;
    line-height: 0;
}
.video-gallery-polygon:hover {
    background: #354c8a;
    border: 1px solid #354c8a;
    color: #fff;
}


/* ======= Testimonials style ======= */
.testimonials-box {
    position: relative;
    background: transparent;
    margin-bottom: 90px;
}
@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
.testimonials .item {
    margin-bottom: 30px;
    position: relative;
}
.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}
.testimonials .item p {
    color: #fff;
}
.testimonials .item h5 {
    color: #fff;
    font-family: 'Outfit', serif;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    line-height: 1.5em;
}
.testimonials .item .info {
    margin: 30px 0 15px 0;
}
.testimonials .item .info .author-img {
    width: 60px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.testimonials .item .info .cont {}
.testimonials .item .info h6 {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 15px;
    font-weight: 300;
    line-height: 1em;
    color: #fff;
}
.testimonials .item .info span {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
    line-height: 1em;
}
.testimonials .item .info .rate {
    float: right;
}
@media screen and (max-width: 767px) {
    .testimonials-box {
        padding: 0px;
    }
}


/* ======= Clients style ======= */
.clients {
    background-color: #fff;
}
.clients .owl-carousel {
    margin: 20px 0;
}
.clients .clients-logo {
    opacity: 0.8;
    line-height: 0;
}
.clients .clients-logo:hover {
    opacity: 0.9;
}
.clients img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.clients img:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* client page box */
.clients-box {
    padding: 15px;
    border: 1px solid #e9ecf6;
    margin-bottom: 25px;
    background-color: #fff;
    text-align: center;
}
.clients-box h3 {
    font-size: 24px;
    color: #1b1b1b;
    margin-bottom: 0;
}
.clients-box p {
    font-size: 12px;
    color: #676977;
    margin-bottom: 0;
}
.clients-box img {
    filter: none;
    transition: all 0.3s;
    margin-bottom: 0;
    width: 100%;
}
.clients-box:hover img {
    filter: grayscale(100%);
}

/* ======= Events 1 style ======= */
.events1 .item {
    padding: 60px 30px 45px 30px;
    position: relative;
    background-size: cover;
    background-position: 50% 0% !important;
    margin-bottom: 30px;
    border: 1px solid #f4f6f9;
}
.events1 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.events1 .item:hover:after {
  opacity: 0;
}
.events1 .item:hover h5, 
.events1 .item:hover p, 
.events1 .item:hover span, 
.events1 .item:hover span i {
  color: #fff;
}
.events1 .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.events1 .item .content {
  position: relative;
  z-index: 7;
}
.events1 .item h5 {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    line-height: 1.4em;
}
.events1 .item .info {
  margin-bottom: 15px;
}
.events1 .item .info span {
  color: #728194;
  font-size: 13px;
  margin-right: 15px;
}
.events1 .item .info span:last-child {
  margin: 0;
}
.events1 .item .info span i {
    padding-right: 5px;
    font-size: 11px;
    color: #354c8a;
}
.events1 .item:hover .info span i,
.events1 .item:hover .info span {
    color: #fff;
}
.events1 .item p {
  font-size: 16px;
  margin-bottom: 0px;
}
.events1 .item .arrow {
  position: relative;
  display: block;
  top: 0px;
  transform: translateY(-0%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: visible;
  opacity: 1;
  margin-bottom: 15px;
  margin-top: 20px;
}
.events1 .item:hover .arrow {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}
.events1 .item .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border: 1px solid #f4f6f9;
    background: #f4f6f9;
    border-radius: 50%;
    font-size: 12px;
    color: #354c8a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.events1 .item:hover .arrow a {
  border: 1px solid #fff;
  color: #1b1b1b;
 background: #fff;
}
.events1 .item:hover .arrow a span {
    color: #1b1b1b;
}


/* ======= Events 2 style ======= */
.events2 .item {
    margin-bottom: 30px;
}
.events2 .post-img {
    position: relative;
    overflow: hidden;
}
.events2 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.events2 .post-img a {
    display: block;
}
.events2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.events2 .post-img .date {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: transparent;
    border: 1px solid #ffff;
    color: #fff;
    padding: 10px 15px;
}
.events2 .post-img .date span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1.4em;
}
.events2 .post-img .date i {
    display: block;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    font-style: normal;
}
.events2 .post-cont {
    background: #fff;
    padding: 30px 30px 45px 30px;
}
.events2 .post-cont .tag {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #728194; /* #354c8a blau */
    margin-bottom: 5px;
}
.events2 .post-cont h5 {
    font-size: 27px;
    font-family: 'Outfit', sans-serif;
}
.events2 .post-cont h5 a {
    color: #1b1b1b;
}
.events2 .post-cont h5 a:hover {
    color: #354c8a;
}
.events2 .post-cont .date {
    font-family: 'Outfit', sans-serif;
    margin-top: 0px;
    font-size: 12px;
    text-align: right;
	0
	
	margin-bottom: 5px;
}
.events2 .post-cont .date a {
    color: #354c8a;
}
.events2 .post-cont i {
    color: #ccc;
	margin: 0 10px;
	font-size: 12px;
}
/* events sidebar */
.event-sidebar .widget {
    background: #f4f6f9;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.event-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.event-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1.5em;
}
.event-sidebar .widget ul li a {
    color: #728194;
}
.event-sidebar .widget ul li a.active {
    color: #354c8a;
}
.event-sidebar .widget ul li a:hover {
    color: #354c8a;
}
.event-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.event-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}
.event-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.event-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.event-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}
.event-sidebar .widget-title {
    margin-bottom: 15px;
}
.event-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #deeafa;
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 15px;
    color: #1b1b1b;
    font-family: 'Outfit', sans-serif;
}
.event-sidebar .search form {
    position: relative;
}
.event-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
    margin-bottom: 0;
}
.event-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #1b1b1b;
    border: 0;
    padding: 10px;
    cursor: pointer;
}
.event-sidebar .tags li {
    margin: 3px !important;
    padding: 8px 20px;
    background-color: #fff;
    color: #728194 !important;
    float: left;
}
.event-sidebar ul.tags l a {
    font-size: 12px;
    color: #1b1b1b;
}
.event-sidebar ul.tags li:hover,
.event-sidebar ul.tags li:hover a {
    background-color: #354c8a;
    color: #fff;
}
/* pagination */
.events-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.events-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.events-pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    color: #1b1b1b;
    font-weight: 300;
    border: 1px solid #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    border-radius: 100%;
}
.events-pagination-wrap li a i {
    font-size: 11px;
}
.events-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #354c8a;
    border: 1px solid #354c8a;
    color: #fff;
}
.events-pagination-wrap li a.active {
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .events-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Events 3 style  ======= */
.events3 {
    position: relative;
}
.events3:last-child {
    margin-bottom: 15px;
}
.events3 figure {
    margin: 0;
    position: relative;
    width: 60.666667%;
    margin-left: auto;
}
.events3.left figure {
    margin-left: 0;
    margin-right: auto;
}
.events3 figure img:hover {
    transform: scale(0.98);
}
.events3 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 45px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.events3.left .caption {
    left: auto;
    right: 0;
    background: #fff;
    padding: 45px;
}
.events3 .caption.padding-left {
    padding-left: 30px;
}
.events3.left .caption.padding-left {
    padding-right: 30px;
}
.events3 .caption h4,
.events3 .caption h4 a {
    font-family: 'Outfit', sans-serif;
    font-size: 27px;
    color: #1b1b1b;
}
.events3 .caption h3,
.events3 .caption h3 a {
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    color: #354c8a;
    margin-bottom: 5px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.events3 .caption h3 span {
    color: #1b1b1b;
}
.events3 .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991.98px) {
    .events3 figure {
        width: auto;
        margin: 0;
    }
    .events3 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/* ======= Contact style ======= */
.contact h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 27px;
    color: #1b1b1b;
}
.map {	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}
.contact-info {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px 15px;
    align-items: flex-start;
}
.contact-info .icon {
    position: relative;
    top: 10px;
}
.contact-info .icon span {
    font-size: 36px;
    color: #354c8a;
}
.contact-info .text {
    margin-left: 15px;
}
.contact-info .text p {
    font-size: 16px;
    margin: 0;
    color: #1b1b1b;
    font-weight: 400;
}
.contact-info .text a {
font-size: 16px;
    font-weight: 300;
    color: #728194;
}


/* ======= Buttons style ======= */
/* button dark */
.butn-dark {
    position: relative;
    line-height: 1.2em;
}
.butn-dark a {
    font-weight: 300;
    background: #f4f6f9;
    color: #354c8a;
    padding: 15px 25px;
    margin: 0;
    position: relative;
    font-size: 16px;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #354c8a;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-dark a:hover span {
    color: #fff;
}
/* button light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-weight: 300;
    background: transparent;
    color: #fff;
    padding: 15px 25px;
    margin: 0;
    position: relative;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.5);
}
.butn-light a:hover {
    border: 1px solid #fff;
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #1b1b1b;
}
/* button line */
.btn-line {
	position: relative;
	line-height: 1em;
}
.btn-line a {
	font-family: 'Outfit', sans-serif;
	background: transparent;
	border: none;
	border-bottom: 1px solid #a2dbf3;
	color: #1b1b1b;
	padding: 5px 0 5px 0;
	margin: 0;
	font-weight: 300;
	position: relative;
}
.btn-line a:hover {
	color: #354c8a;
}
.btn-line a:last-child {
	margin-right: 0px;
}
/* button link */
.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #d3dce1;
    color: #354c8a;
    font-size: 16px;
}
.link-btn:hover {
    color: #354c8a;
}
.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #314d86;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.link-btn:hover::before {
    width: 100%
}


/* ======= Footer style ======= */
.footer {
    padding: 90px 0 0;
    position: relative;
}
.footer .top {}
.footer .top .item h3 {
    font-family: 'Outfit', sans-serif;
    position: relative;
    font-size: 24px;
    color: #1b1b1b;
}
.footer .top .item p {
    margin-bottom: 15px;
    color: #728194;
}
.footer .top .item .phone {
    font-size: 16px;
    color: #728194;
    font-weight: 300;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 0px;
}
.footer .top .item .mail {
    font-size: 16px;
    line-height: 2.7em;
    color: #728194;
    position: relative;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .mail:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #354c8a;
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer .top .item .social {
    margin-bottom: 15px;
}
.footer .top .item .social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    border: 1px solid rgba(114,129,148,0.4);
    color: #728194;
    border-radius: 100%;
    margin-right: 3px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    display: inline-block;
}
.footer .top .item .social a:hover {
    border: 1px solid #354c8a;
    background: #354c8a;
    color: #fff;
}
.footer .top .section-subtitle.border-bot-dark {
    margin-top: 0px;
}
.footer .top .item .footer-logo {
    width: 300px;
    margin-bottom: 15px;
}
/* sub footer */
.footer .bottom {
    padding: 40px 0 20px 0;
    margin-top: 45px;
    border-top: 1px solid rgba(20, 69, 123,0.07);
}
.footer .bottom p {
    font-size: 13px;
    color: #728194;
}
.footer .bottom p a {
   color: #354c8a;
}
.footer .bottom p a:hover {
    color: #354c8a;
}
.footer .bottom p.right {
    text-align: right;
}
.footer .section-subtitle:before, .footer .section-subtitle:after {
    top: 45%;
}
/* footer list */
.footer .list li + li {
  margin-top: 3px;
}
.footer .list li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #728194;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .list li a:hover {
  padding-left: 15px;
  color: #354c8a);
}
.footer .list li a:before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #354c8a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.footer .list li a:hover:before {
  opacity: 1;
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: 700;
    color: #323232;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.2);
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-wrap::after {
    color: #354c8a;
}
.progress-wrap svg.progress-circle path {
    stroke: #354c8a;
}


/* =======  Overlay Effect Bg image style  ======= */
/* dark */
[data-overlay-dark] {
  position: relative;
}
[data-overlay-dark] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #000;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-dark="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before {
  opacity: 1;
}
/* navy */
[data-overlay-navy] {
  position: relative;
}
[data-overlay-navy] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-navy]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-navy]:before {
  background: #354c8a;
}
[data-overlay-navy] h1,
[data-overlay-navy] h2,
[data-overlay-navy] h3,
[data-overlay-navy] h4,
[data-overlay-navy] h5,
[data-overlay-navy] h6,
[data-overlay-navy] span {
  color: #fff;
}
[data-overlay-navy] p {
  color: #fff;
}
[data-overlay-navy="0"]:before {
  opacity: 0;
}
[data-overlay-navy="1"]:before {
  opacity: 0.1;
}
[data-overlay-navy="2"]:before {
  opacity: 0.2;
}
[data-overlay-navy="3"]:before {
  opacity: 0.3;
}
[data-overlay-navy="4"]:before {
  opacity: 0.4;
}
[data-overlay-navy="5"]:before {
  opacity: 0.5;
}
[data-overlay-navy="6"]:before {
  opacity: 0.6;
}
[data-overlay-navy="7"]:before {
  opacity: 0.7;
}
[data-overlay-navy="8"]:before {
  opacity: 0.8;
}
[data-overlay-navy="9"]:before {
  opacity: 0.9;
}
[data-overlay-navy="10"]:before {
  opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 60px;
    }
    .footer .bottom p.right {
        text-align: left;
    }

}
@media screen and (max-width: 767px) {
    .header .caption h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .header .caption h6 {
        font-size: 12px;
    }
    .header .caption p {
        font-size: 16px;
        margin-right: 10px;
    }
    .header .caption .butn-light {
        margin-right: 10px;
    }
    .section-title {
        font-size: 40px;
    }
    .events2 .post-cont h5 {
        font-size: 24px;
    }
}