@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700");
body, html {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  box-sizing: border-box; 
  min-width: 360px;
}
body {min-width: 330px;}
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 95px;
  background: rgba(35, 42, 70, 0.5);
  -webkit-box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.75); }

.navbar.navbar-default {
  background-color: transparent;
  border: none; }

#nav-list > li > a {
  color: #fff; }

#nav-list > li > a:hover {
  color: #f60;
  border-bottom: 1px solid #f60; }

.navbar-brand img {
  width: 280px;
  background-repeat: no-repeat; }

#nav-list {
  padding-top: 24px;
  font-size: 16px; }

/*.growing-but {*/
/*  border: 1px solid #f60; }*/

.dropdown-menu {
  min-width: 100% !important; }

.dropdown-menu > li > a {
  height: 40px;
  line-height: 40px !important;
  text-align: center; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #fff !important;
  background-color: transparent !important; }

.navbar-nav > li > .dropdown-menu {
  background-color: rgba(16, 16, 16, 0.49) !important; }

.dropdown-menu > li > a {
  color: #fff !important; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background-color: transparent !important;
  border-bottom: 1px solid #f60; }

footer {
  padding: 20px 0;
  color: #fff;
  background-color: #1e2f5d; }

.copyright {
  text-align: center;
  margin-top: 14px; }

#globalprogram {
  padding: 100px 0; }

.global-img {
  text-align: center; }

.global-logo {
  width: 80%;
  margin: 30px auto 100px; }

.presentation {
  position: relative;
  text-align: center; }

.presentation h5 {
  font-size: 30px;
  margin-top: 20px;
  color: #e87127;
  text-transform: uppercase;
  font-weight: 600; }

.presentation p {
  padding: 0 50px;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.55; }

.quad {
  position: absolute;
  width: 60px;
  height: 60px;
  transition: 0.5s ease-out;
  z-index: 1;
  background: linear-gradient(to right, #1e2f5d 0%, #2989d8 50%, #2989d8 50%, #1e2f5d 100%, #7db9e8 100%, #1e2f5d 101%); }

.quad1 {
  top: 30%;
  right: -30px; }

.quad2 {
  top: 30%;
  left: -30px; }

.quad3 {
  top: 30%;
  right: -30px; }

.quad4 {
  top: 30%;
  left: -30px; }

.quad5 {
  top: 30%;
  right: -30px; }

.quad-h3 {
  font-size: 35px;
  color: #fff;
  margin: 10px auto;
  vertical-align: middle;
  transition: 0.5s  ease-out; }

.presentation1:hover .quad1 {
  transform: rotate(45deg);
  transition: all 0.5s; }

.presentation1:hover .quad1-h3 {
  transform: rotate(-45deg);
  transition: all 0.5s; }

.presentation2:hover .quad2 {
  transform: rotate(45deg);
  transition: all 0.5s; }

.presentation2:hover .quad2-h3 {
  transform: rotate(-45deg);
  transition: all 0.5s; }

.presentation3:hover .quad3 {
  transform: rotate(45deg);
  transition: all 0.5s; }

.presentation3:hover .quad3-h3 {
  transform: rotate(-45deg);
  transition: all 0.5s; }

.presentation4:hover .quad4 {
  transform: rotate(45deg);
  transition: all 0.5s; }

.presentation4:hover .quad4-h3 {
  transform: rotate(-45deg);
  transition: all 0.5s; }

.presentation5:hover .quad5 {
  transform: rotate(45deg);
  transition: all 0.5s; }

.presentation5:hover .quad5-h3 {
  transform: rotate(-45deg);
  transition: all 0.5s; }

.line-quad {
  position: absolute;
  width: 1px;
  height: 1590px;
  background: black;
  top: 45%;
  right: -1px;
  z-index: -1; }

#globalreach {
  position: relative;
  height: 550px;
  width: 100%;
  background-image: url(../img/containers.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; }

#globalreach h3 {
  width: 30%;
  padding: 300px 0 0 60px;
  color: white;
  margin: 0; }

#globalreach p {
  font-size: 24px;
  width: 30%;
  padding: 10px 0 0 40px;
  color: white; }

#profile {
  padding: 100px 0; }

.profile-h3 {
  margin-bottom: 40px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center; }

.profile-parag {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 40px;
  margin-right: 0; }

.img-box {
  position: relative;
  height: 250px;
  width: 100%;
  z-index: 2; }

.profile-img1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 160px;
  background-image: url(../img/bag1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }

.profile-img2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: url(../img/bag2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }

.profile-img3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 242px;
  background-image: url(../img/bag3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }

.profile-list {
  font-size: 20px;
  margin-top: 40px; }

#package {
  background-image: url(../img/blurred.jpg);
  background-size: cover;
  color: #fff;
  padding: 100px 0; }

.package-item {
  text-align: center; }

.package-h3 {
  margin-bottom: 40px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center; }

.package-parag {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 40px;
  margin-right: 0; }

.pioneer-h4 {
  color: #78f883;
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  top: 150px;
  z-index: 999;
  left: 133px; }

.advanced-h4 {
  color: #ff8a42;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  top: 126px;
  z-index: 999;
  left: 122px; }

.pro-h4 {
  color: #00b0f0;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: 100px;
  z-index: 999;
  left: 140px; }

.package-list {
  list-style: none;
  font-size: 18px;
  padding-left: 0;
  margin-top: 30px; }

.package-img1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 160px;
  background-image: url(../img/openbag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }

.package-img2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 200px;
  background-image: url(../img/openbag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }

.package-img3 {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 242px;
  background-image: url(../img/openbag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center; }

.footer {
  padding: 50px 0;
  background-color: #1f2f5d;
  color: #fff; }

.footer-logo,
.footer-contacts {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px; }

#globaldep {
  padding: 100px 0; }

#globaldep h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 100px; }

.first-step,
.second-step,
.third-step,
.fourth-step,
.fifth-step {
  padding: 20px 15px 20px 50px;
  position: relative;
  width: 60%;
  background-color: #fff;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.28); }

.first-step,
.third-step,
.fifth-step {
  margin: -6px auto 0;
  border: 6px solid #a10e28; }

.first-step img,
.second-step img,
.third-step img,
.fourth-step img,
.fifth-step img {
  position: absolute;
  left: -80px;
  top: -6px;
  width: 100px; }

.second-step,
.fourth-step {
  margin-top: -6px;
  margin-left: 345px;
  border: 6px solid #002161; }

.first-step h3,
.second-step h3,
.third-step h3,
.fourth-step h3,
.fifth-step h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 30px; }

.first-step h3,
.third-step h3,
.fifth-step h3 {
  color: #002161; }

.second-step h3,
.fourth-step h3 {
  color: #89162c; }

.first-step p,
.second-step p,
.third-step p,
.fourth-step p,
.fifth-step p {
  font-size: 20px; }

.first-step p,
.third-step p,
.fifth-step p {
  color: #002161; }

.second-step p,
.fourth-step p {
  color: #89162c; }

#dep-parallax {
  height: 370px;
  width: 100%;
  position: relative;
  background-image: url(../img/dep/map-dep.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

#menu-plate {
  padding: 150px 0 100px; }
#menu-plate .menu-item {
    margin-bottom: 25px;
    width: 100%;
    height: 360px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.75);
    background-color: #1f2f5d;
}

.plate{
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.plate1 {
  background: url(../img/kansascity.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.plate2 {
  background: url(../img/omaha.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  
.plate3 {
  background: url(../img/StLouis.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.plate4 {
  background: url(../img/Dallas.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  
.plate5 {
    background: url(../img/DesMoines.jpg);
    background-size: cover;
    background-repeat: no-repeat; }
    
.plate6 {
    background: url(../img/st.paul-registration-page.JPG);
    background-size: cover;
    background-position-y: 100%;
    background-repeat: no-repeat; }
    
.plate7 {
    background: url(../img/chicago.jpg);
    background-size: cover;
    background-position-y: 100%;
    background-repeat: no-repeat; }
    
.plate8 {
    background: url(../img/Springfield.jpg);
    background-size: cover;
    background-position-y: 100%;
    background-repeat: no-repeat; }
    
.plate9 {
    background: url(../img/Colorado-bg-small.jpg);
    background-size: cover;
    background-position-y: 100%;
    background-repeat: no-repeat; }
    
.plate10 {
    background: url(../img/st-paul-webinar.jpg);
    background-size: cover;
    background-position-y: 100%;
    background-repeat: no-repeat; }
    
.seminar hgroup.text-left {
    text-align: left;
}
    
.seminar-flex {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
    
.seminar h2.seminar-title {
    font-size: 88px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 55px;
    margin-top: 40px;
}

.seminar .seminar-date {
    font-size: 51px;
    font-style: italic;
    font-weight: 600;
    color: #f60;
    margin-bottom: 20px;
}

.seminar .seminar-hosted-by {
    font-size: 22px;
}

.seminar h1.seminar-hosted-by-name {
    font-style: italic;
    font-size: 45px;
    text-transform: none;
    line-height: 45px;
    margin-top: -10px;
    margin-bottom: 30px;
    text-shadow: 2px 1px 1px #000;
}

.seminar .seminar-left {
    margin-right: 55px;
}

.seminar .seminar-right {
    margin-left: 55px;
}

.seminar .seminar-contacts p {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 0;
}


.seminar .seminar-contacts span {
    display: inline-block;
}

.seminar .seminar-address p {
    font-size: 23px;
    margin-bottom: 0;
}

.seminar p.seminar-footer {
    font-size: 23px;
    text-align: left;
    margin-bottom: 30px;
}

@media (max-width:1800px) {
    .seminar-flex {
        margin-bottom: 30px;
    }

    .seminar h2.seminar-title {
        font-size: 72px;
        margin-top: 10px;
        
        font-size: 52px;
        margin-top: 10px;
        line-height: 32px;
    }
    
    .seminar .seminar-date {
        font-size: 35px;
    }
    
    .seminar .seminar-hosted-by {
        font-size: 20px;
    }
    
    .seminar h1.seminar-hosted-by-name {
        font-size: 37px;
        line-height: 35px;
        margin-top: -4px;
    }
    
    .seminar .seminar-contacts p {
        font-size: 20px;
    }
    
    .seminar .seminar-address p {
        font-size: 19px;
    }
    
    .seminar p.seminar-footer {
        margin-bottom: 0;
    }
}
    

@media (max-width:1500px) {
    .seminar-flex {
        margin-bottom: 15px;
    }

    .seminar h2.seminar-title {
        font-size: 52px;
        line-height: 32px;
    }
    
    .seminar .seminar-date {
        font-size: 23px;
        margin-bottom: 10px;
    }
    
    .seminar .seminar-hosted-by {
        font-size: 20px;
    }
    
    .seminar h1.seminar-hosted-by-name {
        font-size: 27px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    
    .seminar .seminar-contacts p {
        font-size: 18px;
    }
    
    .seminar .seminar-address p {
        font-size: 17px;
    }
    
    .seminar p.seminar-footer {
        font-size: 18px;
    }
}


@media (max-width:1200px) {
    .seminar-header.seminar-header--full {
        width: 100%;
    }
    
    .seminar .seminar-header--full hgroup {
        width: 85%;
    }
    
    .seminar-flex {
        margin-bottom: 10px;
    }

    .seminar h2.seminar-title {
        font-size: 35px;
        line-height: 12px;
    }
    
    .seminar .seminar-date {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .seminar .seminar-hosted-by {
        font-size: 15px;
    }
    
    .seminar h1.seminar-hosted-by-name {
        font-size: 22px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    
    .seminar .seminar-contacts p {
        font-size: 16px;
    }
    
    .seminar .seminar-address p {
        font-size: 15px;
    }
    
    .seminar p.seminar-footer {
        font-size: 16px;
    }
}

@media (max-width:750px) {
    .seminar-button .button1 {
        width: 200px;
    }
}

@media (max-width:600px) {
    .seminar-button {
        width: 80%;
    }
    
    .seminar .seminar-header--full hgroup {
        width: 100%;
        padding: 0 30px;
    }
    
    .seminar .seminar-contacts {
        margin-right: 15px;
    }
    
    .seminar .seminar-contacts p {
        font-size: 16px;
    }
    
    .seminar .seminar-address {
        margin-left: 15px;
    }
}


@media (max-width:400px) {
    .seminar-button .button1 {
        width: 170px;
    }
}

.menu-item-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 43px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 23% 0 0 10%;
}
.menu-item-link span {
    font-size: 0.5em;
    display: block;
}
.menu-item-link.year {
    text-align: center;
    padding-left: 0;
}
.menu-item-link:hover {
    color: red; }

#event-forms {
  padding: 50px 0; }

/*Contact sectiom*/
.content-header {
  font-family: 'Oleo Script', cursive;
  color: #fcc500;
  font-size: 45px; }

.section-header {
  text-transform: uppercase; }

.section-content {
  text-align: center; }

.checkbox-group {
  margin-bottom: 50px !important; }

.checkbox.checkbox-success.main-checkbox {
  margin: 50px 0; }

#contact {
  font-family: 'Teko', sans-serif;
  padding-top: 60px;
  width: 100%;
  width: 100vw;
  height: 550px;
  background: #3a6186;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #3a6186, #89253e);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #3a6186, #89253e);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff; }

.contact-section {
  padding-top: 40px; }

.form-line {
  border-right: 1px solid #B29999; }

.form-group {
  margin-top: 10px; }

label {
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal; }

.form-control {
  font-size: 1.3em;
  color: #080808; }

textarea.form-control {
  height: 135px;
  /* margin-top: px;*/ }

.submit {
  font-size: 1.1em;
  float: right;
  width: 150px;
  background-color: transparent;
  color: #fff; }

.sim-button {
  line-height: 50px;
  height: 60px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  width: 60%;
  border-radius: 30px;
  cursor: pointer; }

.button1,
.button2,
.button3,
.button4,
.button5 {
  display: block;
  width: 270px;
  padding-top: 5px;
  background-color: #f60;
  color: white;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  text-transform: none;
  margin-bottom: 50px; }
  
.button6 {
    color: #202020;
    text-shadow: none;
    font-weight: 600;
    margin-top: 0;
}
.button2 {
  background-color: #1e2f5d;
  margin-bottom: 100px;
  display: block; }

a.button1:hover,
a.button1:focus,
a.button2:hover,
a.button2:focus,
a.button3:hover,
a.button3:focus {
  text-decoration: none;
  color: #fff; }

.button3 {
  margin: 50px auto 100px auto;
  background-color: #0079a8; }

.button4 {
  margin: 50px auto 0; }

.button5 {
  margin-top: 20px;
  margin-bottom: 0; }

.button4 span,
.button5 span {
  font-family: 'Titillium Web', sans-serif;
  text-transform: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: 100; }

.button1::before,
.button2::before,
.button3::before,
.button4::before,
.button5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.button1:hover::before,
.button2:hover::before,
.button3:hover::before,
.button4:hover::before,
.button5:hover::before {
  opacity: 1;
  -webkit-transform: skewX(-180deg) scale(0.5, 1);
  transform: skewX(-180deg) scale(0.5, 1); }

.pop-up .feedback {
  top: 20px; }

.modal-footer {
  margin-top: 20px; }

.event-button1,
.event-button2 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0; }

.social-nav {
  z-index: 10;
  position: fixed;
  margin-bottom: 0;
  bottom: 1%;
  left: 0;
  list-style: none; }

.social-nav a {
  float: left;
  margin-bottom: 5px;
  width: 48px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  background: #000;
  position: relative;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }

.social-nav a {
  overflow: hidden;
  font-size: 26px;
  border-radius: 4px; }

.social-nav a:hover {
  background: #fff;
  text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4; }

.social-nav .facebook {
    display: none;
  background: #3B579D;
  text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278; }

.social-nav .facebook:hover {
  color: #3B579D; }

.social-nav .linkedin {
  background: #007BB6;
  text-shadow: 0px 0px #005983, 1px 1px #005983, 2px 2px #005983, 3px 3px #005983, 4px 4px #005983, 5px 5px #005983, 6px 6px #005983, 7px 7px #005983, 8px 8px #005983, 9px 9px #005983, 10px 10px #005983, 11px 11px #005983, 12px 12px #005983, 13px 13px #005983, 14px 14px #005983, 15px 15px #005983, 16px 16px #005983, 17px 17px #005983, 18px 18px #005983, 19px 19px #005983, 20px 20px #005983, 21px 21px #005983, 22px 22px #005983, 23px 23px #005983, 24px 24px #005983, 25px 25px #005983, 26px 26px #005983, 27px 27px #005983, 28px 28px #005983, 29px 29px #005983, 30px 30px #005983; }

.social-nav .linkedin:hover {
  color: #007BB6; }

.social-nav .pinterest {
  background: #CB2026;
  text-shadow: 0px 0px #9f191e, 1px 1px #9f191e, 2px 2px #9f191e, 3px 3px #9f191e, 4px 4px #9f191e, 5px 5px #9f191e, 6px 6px #9f191e, 7px 7px #9f191e, 8px 8px #9f191e, 9px 9px #9f191e, 10px 10px #9f191e, 11px 11px #9f191e, 12px 12px #9f191e, 13px 13px #9f191e, 14px 14px #9f191e, 15px 15px #9f191e, 16px 16px #9f191e, 17px 17px #9f191e, 18px 18px #9f191e, 19px 19px #9f191e, 20px 20px #9f191e, 21px 21px #9f191e, 22px 22px #9f191e, 23px 23px #9f191e, 24px 24px #9f191e, 25px 25px #9f191e, 26px 26px #9f191e, 27px 27px #9f191e, 28px 28px #9f191e, 29px 29px #9f191e, 30px 30px #9f191e; }

.social-nav .pinterest:hover {
  color: #CB2026; }

/*SLIDER*/
.fade-carousel {
  position: relative;
  height: 100vh;
  width: 100%; }

.fade-carousel .carousel-inner .item {
  height: 100vh; }

.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #e87127;
  border-color: #e87127;
  opacity: .2; }

.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1; }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.seminar {
    padding: 110px 0 50px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
	min-height: 55vw;
}
.seminar-header {
  position: relative;
  width: 75%;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

.webinar-header {
  position: relative;
  width: 90%;
  z-index: 3;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
}

.seminar hgroup {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.webinar-left {
    margin: 0 30px !Important;
}

.seminar-hosted-by-name span {
    font-size: 30px;
}

.webinar-date {
    display: inline-block;
    width: 50%;
}

.main-bg10 {
    padding: 20%;
}
.webinar-task {
    position: absolute;
    left: 75%;
    font-weight: bold;
    font-size: 30px;
    width: 35%;
}

/*ВЕБИНАР НА МОБИЛЬНОМ*/
@media (max-width: 400px){
.webinar-task {
    top: 0%;
    left: 60%;
    font-size: 16px;
    width: 50%;
}
.bg10 {
    background-image: url(../img/webinar-mob.jpg);
}
.sponsors {
    background-image: url(../img/sponsors-webinar.jpg);
    width: 100%;
    height: 50px;
    background-size: cover;
}
.seminar-hosted-by-name {
    line-height: 24px !Important; 
}
}    
    
.seminar h1 {
	font-size: 4em;
}
.seminar p {
  font-size: 2em;
  text-transform: none;
  font-weight: 600;
}
.seminar h1 small {
  color: #fff; 
}

.semimnar-title span:nth-child(2) {
    font-size: 0.8em;
}

.hero h1 {
  font-size: 6em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 40px; }

.hero h1 small {
  color: #fff; }

.hero h2 {
  font-size: 32px;
  text-transform: none;
  margin-top: 60px;
  margin-bottom: 40px; }

.hero p {
  font-size: 22px;
  text-transform: none; }

.animated1 {
  animation-duration: 500ms;
  animation-delay: 500ms;
  animation-fill-mode: both; }

.animated2 {
  animation-duration: 500ms;
  animation-delay: 1000ms;
  animation-fill-mode: both; }

.animated3 {
  animation-duration: 500ms;
  animation-delay: 1500ms;
  animation-fill-mode: both; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-1000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
  height: 100vh;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

.fade-carousel .slides .slide-1 {
  background-image: url(../img/field.jpg); }

.fade-carousel .slides .slide-2 {
  background-image: url(../img/DW5zbpp.jpg); }

.fade-carousel .slides .slide-3 {
  background-image: url(../img/725199.jpg); }
  
.fade-carousel .slides .slide-4 {
  background-image: url(../img/10_years-min.jpg);
  background-position: 50%;
  background-size: contain;
  background-color: #072f58;}
  
.fade-carousel .slides .slide-5 {
  background-image: url(../img/slide51.jpg); 
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1e2f5d;
}
.fade-carousel .slides .slide-6 {
  background-image: url(../img/karta-itf1.jpg); 
    background-position: 50%;
  background-size: contain;
  background-color: #16639b;
    height: 100%;
    background-repeat: no-repeat;
}
}

@media (max-width: 400px) {
    .fade-carousel .slides .slide-5 {
    background-image: url(../img/slide1.jpg); 
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #1e2f5d;
}
.button-slide1 {
    margin-top: 100px !Important;
}


.fade-carousel .slides .slide-4 {
    background-image: url(../img/10year-slide.jpg);
}
}

/*SLIDER END*/
.scrollToTop {
  z-index: 10;
  background: whitesmoke;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 2%;
  right: 40px;
  display: block; }

.scrollToTop:hover {
  text-decoration: none; }

.fa.fa-chevron-up {
  font-size: 28px; }

.modal-content {
  background-color: rgba(0, 0, 0, 0.56) !important;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 250px; }

.form-control {
  max-width: 100%; }

.modal-header {
  text-align: center; }

.modal-logo {
  width: 300px; }

.modal-header .close {
  color: #fff;
  opacity: 1; }

.modal-header .close:hover {
  color: #f60; }

.pop-up {
  z-index: 10 !important;
  width: 100%;
  display: inline-block !important; }

.pop-up label {
  color: #fff; }

.modal-footer .button5 {
  margin-top: 0;
  text-transform: uppercase; }

.form1-group label {
  font-size: 18px; }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.checkbox input[type="checkbox"] {
  opacity: 0; }

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.whowehelp-h3 {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600; }

.whowehelp-parag {
  font-size: 22px;
  text-align: center;
  width: 45%;
  margin: 0 auto;
  margin-bottom: 100px;
  text-transform: uppercase; }

.help-item {
  text-align: center;
  margin-bottom: 50px; }

.help-item:hover .help-item-img {
  transform: rotateY(360deg);
  transition: all 0.7s; }

.help-item h5 {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 25px;
  margin-bottom: 25px;
  margin-top: 12px;
  text-transform: uppercase; }

.help-item p {
  font-size: 18px;
  line-height: 1.55; }

.getproposal {
  display: block;
  margin: 105px auto 150px;
  width: 200px;
  height: 50px;
  background-color: red; }

#whowehelp img {
  width: 120px;
  margin-bottom: 15px;
  margin-top: 15px; }

#whatwedo {
  background-image: url(../img/blurred.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 100px; }

.what-item {
  margin-top: 100px;
  text-align: center;
  color: #fff; }

.whatwedo-h3 {
  color: #fff;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600; }

.whatwedo-parag {
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 45%;
  margin: 0 auto;
  text-transform: uppercase; }

.what-item:hover .what-item-img {
  transform: rotate(360deg);
  transition: transform 600ms; }

.what-item-h5 {
  color: #f60;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 30px; }

.what-item p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 100; }

.block1 {
  position: relative;
  margin-top: 100px;
  /*border-top: 1px solid black;*/
  border-bottom: 1px solid black;
  margin-bottom: 100px; }

.block2 {
  padding: 10px 43px;
  background-color: #1e2f5d;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*top: -20px;*/
  left: 36%; }

.block1 h5 {
  padding: 40px;
  font-size: 30px;
  line-height: 1.35;
  text-align: center; }

.ceo-img {
  height: 435px;
  background-image: url(../img/global-team/Jeff-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.linkedin {
  font-size: 23px;
  color: #1e2f5d; }

.ceo-text span {
  display: block;
  margin: 10px 0 25px 0;
  font-size: 16px; }

.line {
  height: 3px;
  width: 50px;
  background-color: black; }

.ceo-text p {
  padding-right: 20px;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.8; }

#ourmission {
  background-color: #1e2f5d;
  margin-top: 100px; }

.quote {
  color: #e87127;
  font-family: georgia;
  font-size: 150px;
  line-height: 190px; }

.quote-text p:first-child {
  font-weight: bold;
  color: #e87127;
  margin-top: 38px;
  font-size: 30px; }

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

.quote-text p:last-child {
  font-size: 15px; }

#globalteam {
  position: relative; }

.globalteam-h3 {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600; }

.globalteam-p {
  font-size: 22px;
  text-align: center;
  width: 45%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-transform: uppercase; }

.team-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px; 
  overflow: hidden;
  transform: scale(0.9);
}
  
  .team-img img {
      height: 260px;
      width: 219px;
      object-fit: cover;
  }
  

  
  
  
.ostapenko-img {
  position: absolute;
  width: 60px;
  top: 248px;
  left: 17px;
  background-color: #fff; }

.klen-img {
  position: absolute;
  padding: 5px;
  width: 60px;
  top: 256px;
  left: 16px;
  background-color: #fff; }

.team-item {
  text-align: center; }

.person-name {
  margin-top: 20px;
  color: #e87127;
  font-size: 20px;
  text-transform: uppercase;
    position: relative;
    padding: 0 20px 0 0;
    cursor: pointer;
    display: inline-block;
}
.person-name:before{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: '';
    background-image: url("../img/down.svg");
    background-repeat: no-repeat;
    background-position: right center;
    transition: all .3s ease-in-out;
    width: 12px;
    height: 12px;
}
.team-item.active .person-name:before{
    transform: rotate(180deg);
}
.person-data{
    max-height: 0; /* Start collapsed */
    overflow: hidden; /* Hide overflowing content during transition */
    transition: max-height 0.5s ease-in-out;
}
.team-item.active .person-data{
    max-height: 500px;
}

.person-position {
  font-size: 16px;
  color: #7a7a7a;
  font-weight: bold; }

.person-location {
  font-size: 16px;
  color: #7a7a7a;
  font-weight: bold;
  text-transform: uppercase;
  display: none;}

.person-nationality {
  margin-bottom: 50px;
  font-size: 16px;
  color: #7a7a7a; }

#parallax {
  #height: 370px;
  width: 100%;
  position: relative;
  background-image: url(../img/bgm-min.jpg);
  #background: #1e2f5d;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed; 
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 15px;
}

#parallax p {
  font-size: 26px;
  padding: 15% 0 0 40px;
  color: white;
  font-style: italic; }

#ourexperience {
  position: relative; }

.ourexp-h3 {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600; }

.ourexp-p {
  text-transform: uppercase;
  font-size: 22px;
  text-align: right;
  margin-bottom: 100px;
  margin-right: 0; }

#carousel-brands {
  position: absolute;
  top: 85%;
  width: 70%;
  height: 100%;
  left: 50%;
  margin-left: -500px; }

.brand-item {
  box-sizing: border-box;
  width: 20%;
  list-style-type: none;
  position: absolute;
  top: 0;
  height: 200px;
  opacity: 0;
  padding-top: 40px;
  text-align: center;
  transition: 1s opacity; }

.active {
  opacity: 1; }

.brand-item a {
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.brand1 {
  background-image: url(../img/Wehavehelped/1.png); }

.brand2 {
  background-image: url(../img/Wehavehelped/2.png); }

.brand3 {
  background-image: url(../img/Wehavehelped/3.png); }

.brand4 {
  background-image: url(../img/Wehavehelped/4.png); }

.brand5 {
  background-image: url(../img/Wehavehelped/5.png); }

.brand6 {
  background-image: url(../img/Wehavehelped/6.png); }

.brand7 {
  background-image: url(../img/Wehavehelped/7.png); }

.brand8 {
  background-image: url(../img/Wehavehelped/8.png); }

.brand9 {
  background-image: url(../img/Wehavehelped/9.png); }

.brand10 {
  background-image: url(../img/Wehavehelped/10.png); }

.brand11 {
  background-image: url(../img/Wehavehelped/11.png); }

.brand12 {
  background-image: url(../img/Wehavehelped/12.png); }

.brand13 {
  background-image: url(../img/Wehavehelped/13.png); }

.brand14 {
  background-image: url(../img/Wehavehelped/14.png); }

.brand15 {
  background-image: url(../img/Wehavehelped/15.png); }

.brand16 {
  background-image: url(../img/Wehavehelped/16.png); }

.brand17 {
  background-image: url(../img/Wehavehelped/17.png); }

.brand18 {
  background-image: url(../img/Wehavehelped/18.png); }

.brand19 {
  background-image: url(../img/Wehavehelped/19.png); }

.brand20 {
  background-image: url(../img/Wehavehelped/20.png); }

.brand21 {
  background-image: url(../img/Wehavehelped/21.png); }

.brand22 {
  background-image: url(../img/Wehavehelped/22.png); }

.brand23 {
  background-image: url(../img/Wehavehelped/23.png); }

.brand24 {
  background-image: url(../img/Wehavehelped/24.png); }

.brand25 {
  background-image: url(../img/Wehavehelped/25.png); }

.brand26 {
  background-image: url(../img/Wehavehelped/26.png); }

.brand27 {
  background-image: url(../img/Wehavehelped/27.png); }

.brand28 {
  background-image: url(../img/Wehavehelped/28.png); }

.brand29 {
  background-image: url(../img/Wehavehelped/29.png); }

.brand30 {
  background-image: url(../img/Wehavehelped/30.png); }

.brand31 {
  background-image: url(../img/Wehavehelped/31.png); }

.brand32 {
  background-image: url(../img/Wehavehelped/32.png); }

.brand33 {
  background-image: url(../img/Wehavehelped/33.png); }

.brand34 {
  background-image: url(../img/Wehavehelped/34.png); }

.brand35 {
  background-image: url(../img/Wehavehelped/35.png); }

.brand36 {
  background-image: url(../img/Wehavehelped/36.png); }

.brand37 {
  background-image: url(../img/Wehavehelped/37.png); }

.brand38 {
  background-image: url(../img/Wehavehelped/38.png); }

.brand39 {
  background-image: url(../img/Wehavehelped/39.png); }

.brand40 {
  background-image: url(../img/Wehavehelped/40.png); }

.brand41 {
  background-image: url(../img/Wehavehelped/41.png); }

.brand42 {
  background-image: url(../img/Wehavehelped/42.png); }

.brand43 {
  background-image: url(../img/Wehavehelped/43.png); }

.brand44 {
  background-image: url(../img/Wehavehelped/44.png); }

.brand45 {
  background-image: url(../img/Wehavehelped/45.png); }

.brand46 {
  background-image: url(../img/Wehavehelped/46.png); }
  
  .brand62 {
  background-image: url(../img/Withwhomweworked/62.png); }

.brand63 {
  background-image: url(../img/Withwhomweworked/63.png); }

.brand64 {
  background-image: url(../img/Withwhomweworked/64.png); }

.brand65 {
  background-image: url(../img/Withwhomweworked/65.jpg); }

.brand66 {
  background-image: url(../img/Withwhomweworked/66.png); }

.brand67 {
  background-image: url(../img/Withwhomweworked/67.png); }

.brand68 {
  background-image: url(../img/Withwhomweworked/68.png); }

.brand69 {
  background-image: url(../img/Withwhomweworked/69.png); }

.brand70 {
  background-image: url(../img/Withwhomweworked/70.png); }

.work-brand1 {
  background-image: url(../img/Withwhomweworked/1.png); }

.work-brand2 {
  background-image: url(../img/Withwhomweworked/2.png); }

.work-brand3 {
  background-image: url(../img/Withwhomweworked/3.png); }

.work-brand4 {
  background-image: url(../img/Withwhomweworked/4.png); }

.work-brand5 {
  background-image: url(../img/Withwhomweworked/5.png); }

.work-brand6 {
  background-image: url(../img/Withwhomweworked/6.png); }

.work-brand7 {
  background-image: url(../img/Withwhomweworked/7.png); }

.work-brand8 {
  background-image: url(../img/Withwhomweworked/8.png); }

.work-brand9 {
  background-image: url(../img/Withwhomweworked/9.png); }

.work-brand10 {
  background-image: url(../img/Withwhomweworked/10.png); }

.work-brand11 {
  background-image: url(../img/Withwhomweworked/11.png); }

.work-brand12 {
  background-image: url(../img/Withwhomweworked/12.png); }

.work-brand13 {
  background-image: url(../img/Withwhomweworked/13.png); }

.work-brand14 {
  background-image: url(../img/Withwhomweworked/14.png); }

.work-brand15 {
  background-image: url(../img/Withwhomweworked/15.png); }

.work-brand16 {
  background-image: url(../img/Withwhomweworked/16.png); }

.work-brand17 {
  background-image: url(../img/Withwhomweworked/17.png); }

.work-brand18 {
  background-image: url(../img/Withwhomweworked/18.png); }

.work-brand19 {
  background-image: url(../img/Withwhomweworked/19.png); }

.work-brand20 {
  background-image: url(../img/Withwhomweworked/20.png); }

.work-brand21 {
  background-image: url(../img/Withwhomweworked/21.png); }

.work-brand22 {
  background-image: url(../img/Withwhomweworked/22.png); }

.work-brand23 {
  background-image: url(../img/Withwhomweworked/23.png); }

.work-brand24 {
  background-image: url(../img/Withwhomweworked/24.png); }

.work-brand25 {
  background-image: url(../img/Withwhomweworked/25.png); }

.work-brand26 {
  background-image: url(../img/Withwhomweworked/26.png); }

.work-brand27 {
  background-image: url(../img/Withwhomweworked/27.png); }

.work-brand28 {
  background-image: url(../img/Withwhomweworked/28.png); }

.work-brand29 {
  background-image: url(../img/Withwhomweworked/29.png); }

.work-brand30 {
  background-image: url(../img/Withwhomweworked/30.png); }

.work-brand31 {
  background-image: url(../img/Withwhomweworked/31.png); }

.work-brand32 {
  background-image: url(../img/Withwhomweworked/32.png); }

.work-brand33 {
  background-image: url(../img/Withwhomweworked/33.png); }

.work-brand34 {
  background-image: url(../img/Withwhomweworked/34.png); }

.work-brand35 {
  background-image: url(../img/Withwhomweworked/35.png); }

.work-brand36 {
  background-image: url(../img/Withwhomweworked/36.png); }

.work-brand37 {
  background-image: url(../img/Withwhomweworked/37.png); }

.work-brand38 {
  background-image: url(../img/Withwhomweworked/38.png); }

.work-brand39 {
  background-image: url(../img/Withwhomweworked/39.png); }

.work-brand40 {
  background-image: url(../img/Withwhomweworked/40.png); }

.work-brand41 {
  background-image: url(../img/Withwhomweworked/38.png); }

.work-brand42 {
  background-image: url(../img/Withwhomweworked/42.png); }

.work-brand43 {
  background-image: url(../img/Withwhomweworked/43.png); }

.work-brand44 {
  background-image: url(../img/Withwhomweworked/44.png); }

.work-brand45 {
  background-image: url(../img/Withwhomweworked/45.png); }

.work-brand46 {
  background-image: url(../img/Withwhomweworked/46.png); }

.work-brand47 {
  background-image: url(../img/Withwhomweworked/47.png); }

.work-brand48 {
  background-image: url(../img/Withwhomweworked/48.png); }

.work-brand49 {
  background-image: url(../img/Withwhomweworked/49.png); }

.work-brand50 {
  background-image: url(../img/Withwhomweworked/50.png); }

.work-brand51 {
  background-image: url(../img/Withwhomweworked/51.png); }

.work-brand52 {
  background-image: url(../img/Withwhomweworked/52.png); }

.work-brand53 {
  background-image: url(../img/Withwhomweworked/53.png); }

.work-brand54 {
  background-image: url(../img/Withwhomweworked/54.png); }

.work-brand55 {
  background-image: url(../img/Withwhomweworked/55.png); }

.work-brand56 {
  background-image: url(../img/Withwhomweworked/56.png); }

.work-brand57 {
  background-image: url(../img/Withwhomweworked/57.png); }

.work-brand58 {
  background-image: url(../img/Withwhomweworked/58.png); }

.work-brand59 {
  background-image: url(../img/Withwhomweworked/59.png); }

.work-brand60 {
  background-image: url(../img/Withwhomweworked/60.png); }

.work-brand61 {
  background-image: url(../img/Withwhomweworked/61.png); }



.line-div {
  height: 1px;
  background-color: black;
  margin-top: 200px; }

#ourexperiencework {
  position: relative; }

.ourexpwork-h3 {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 40px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600; }

.ourexpwork-p {
  text-transform: uppercase;
  font-size: 22px;
  text-align: left;
  margin-bottom: 100px;
  margin-right: 0; }

#carousel-work-brands {
  position: absolute;
  top: 85%;
  width: 70%;
  height: 100%;
  left: 50%;
  margin-left: -500px; }

#testimonials {
  margin-top: 250px;
  padding: 100px 0;
  overflow-x: hidden;
  background: #1e2f5d; }

.testimonials-p {
  font-size: 34px;
  color: white;
  text-transform: uppercase;
  text-align: center; }

.review {
  text-align: center; }

.img-review-box {
  height: 50px; }

.img-review-box img {
  width: 200px; }

.kbpp-img {
  height: 50px;
  margin-top: 45px; }

.review h3 {
  font-size: 26px;
  margin-top: 75px;
  color: #f60;
  font-weight: 600; }

.review p {
  font-size: 18px;
  color: white;
  text-align: center; }

#ourprograms {
  padding: 100px 0 20px; }

.programs-logo-gfp,
.programs-logo-dep {
  text-align: center; }

.programs-logo-gfp img,
.programs-logo-dep img {
  width: 90%;
  margin-bottom: 100px; }

.ourprograms-h3 {
  margin-bottom: 40px;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600; }

.ourprograms-parag {
  font-size: 22px;
  text-align: center;
  width: 55%;
  margin: 0 auto;
  margin-bottom: 100px;
  text-transform: uppercase; }

#parallax1 {
  height: 400px;
  width: 100%;
  position: relative;
  background-image: url(../img/containers1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

  #parallax img {
    #width: 100%;
}

#letsgetdown {
  margin-bottom: 120px; }

.letsgetdown-h3 {
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 48px; }

.letsgetdown-parag {
  font-size: 24px;
  margin-bottom: 75px; }

.form1 label {
  font-size: 20px;
  color: black; }

#contactus {
  height: 580px;
  background-image: url(../img/C-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.3); }

.contact-block {
  padding-top: 15%;
  text-align: center;
  margin: auto;
  color: #fff; }

.contact-block h3 {
  font-size: 42px;
  font-weight: bold; }

.contact-block p {
  font-size: 20px;
  font-weight: bolder; }

@media (min-width: 992px) and (max-width: 1199px) {
  .menu-item {
    height: 295px; }
  .menu-item-link {
    font-size: 36px; }
  #nav-list > li > a {
    padding: 10px 10px; }
  .hero {
    top: 60%; }
  .sim-button {
    margin-top: 25px; }
	.button6 {margin-top: 0;}
  #carousel-brands {
    margin-left: -395px; }
  #carousel-work-brands {
    margin-left: -395px; }
  .line-quad {
    height: 1800px; }
  #globalreach {
    height: 460px; }
  #globalreach h3 {
    padding: 280px 0 0 60px; }
  #globalreach p {
    width: 60%;
    padding: 10px 0 0 40px; }
  .help-item h5 {
    height: 100px; }
  .quote-text p:last-child {
    padding-bottom: 30px; }
  #parallax p {
    padding: 400px 0 0 40px; }
  .parallax-p {
    font-size: 36px;
    margin-top: 0; }
  #parallax {
    height: 540px; }
  #testimonials {
    padding: 50px 0;
    height: 100%;
    width: 100vw;
    overflow-x: hidden; }
  .review p {
    font-size: 18px;
    color: white;
    text-align: left; }
  .pioneer-h4 {
    margin-left: -61px;
    left: 50%;
    top: 150px; }
  .advanced-h4 {
    left: 50%;
    margin-left: -75px;
    top: 125px; }
  .pro-h4 {
    left: 50%;
    margin-left: -57px;
    top: 100px; } }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  #menu-plate {
    padding: 210px 0 50px; }
    #menu-plate .menu-item {
    height: 220px; }
  .menu-item-link {
    font-size: 28px;
}
  .first-step,
  .second-step,
  .third-step,
  .fourth-step,
  .fifth-step {
    width: 80%; }
  #globaldep {
    padding: 150px 0 100px; }
  .second-step, .fourth-step {
    margin-left: 115px; }
  #nav-list > li > a {
    padding: 15px 6px; }
  .hero h1 {
    font-size: 5em;
    margin-bottom: 20px; }
  
  .hero h2 {
    font-size: 28px;
    margin-bottom: 30px; }
  .hero p {
    padding: 0 40px; }
  .whowehelp-h3 {
    margin-top: 75px; }
  .whowehelp-parag {
    width: 70%; }
  .whatwedo-h3 {
    margin-top: 75px; }
  .whatwedo-parag {
    width: 70%; }
  .what-item {
    margin-top: 50px; }
  #whatwedo {
    padding-bottom: 50px; }
  .ceo-img {
    background-position: inherit; }
  .help-item h5 {
    padding: 0;
    height: 100px; }
  .block2 {
    left: 29%; }
  .block1 {
    margin-top: 75px;
    margin-bottom: 50px; }
  .quote-text p:last-child {
    padding-bottom: 30px; }
  #ourmission {
    margin-top: 50px; }
  .globalteam-h3 {
    margin-top: 50px; }
  .globalteam-p {
    width: 70%;
    margin-bottom: 50px; }
  .team-item {
    height: 565px; }
  .team-img1,
  .team-img2,
  .team-img3,
  .team-img4,
  .team-img5,
  .team-img6,
  .team-img7,
  .team-img8,
  .team-img9,
  .team-img10,
  .team-img11,
  .team-img12 {
    height: 400px; }
  .klen-block,
  .ostapenko-block {
    height: 100%; }
  .ostapenko-img {
    top: 348px; }
  .sim-button {
    margin-top: 25px; }
	.button6 {margin-top: 0;}
  .ostapenko-block {
    width: 50%;
   }
  #parallax p {
    width: 70%;
    padding: 37% 0 0 40px; }
  .ourexp-h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 38px; }
  .ourexp-p {
    font-size: 20px;
    margin-bottom: 15px; }
  #carousel-brands {
    margin-left: -307px; }
  .ourexpwork-h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 38px; }
  .ourexpwork-p {
    font-size: 20px;
    margin-bottom: 15px; }
  #carousel-work-brands {
    margin-left: -307px; }
  #testimonials {
    margin-top: 210px;
    width: 100vw;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 50px; }
  .globalprogram-h3 {
    margin-top: 50px; }
  .globalprogram-parag {
    width: 70%;
    margin-bottom: 50px; }
  .global-logo {
    margin: 50px auto 50px; }
  .line-quad {
    height: 2155px;
    top: 41%; }
  #globalreach {
    margin-top: 50px;
    height: 40vh; }
  #globalreach h3 {
    width: 60%;
    padding-top: 200px; }
  #globalreach p {
    width: 70%; }
  .packages-h3 {
    margin-top: 50px; }
  .packages-parag1 {
    width: 70%; }
  .packages-parag2 {
    width: 70%;
    margin-bottom: 50px; }
  #profile {
    padding: 50px 0; }
  .profile-img1 {
    width: 65%;
    left: 50%;
    margin-left: -71px; }
  .profile-img2 {
    width: 80%;
    left: 50%;
    margin-left: -88px; }
  .profile-img3 {
    width: 92%;
    left: 50%;
    margin-left: -100px; }
  #package {
    padding: 50px 0; }
  .package-img1 {
    width: 80%;
    margin-left: -76px;
    left: 50%; }
  .package-img2 {
    width: 90%;
    left: 50%;
    margin-left: -85px; }
  .pioneer-h4 {
    font-size: 18px;
    margin-left: -53px;
    left: 50%;
    top: 178px; }
  .advanced-h4 {
    left: 50%;
    width: 50%;
    margin-left: -63px;
    top: 153px; }
  .pro-h4 {
    left: 50%;
    margin-left: -57px;
    top: 150px; }
  .package {
    padding: 20px 15px; }
  .package h5 {
    font-size: 18px; }
  .package h3 {
    font-size: 36px;
    margin: 20px auto 20px; }
  .package p {
    font-size: 14px; }
  .parag-div {
    height: 305px; }
  .letsgetdown-h3 {
    margin-top: 50px;
    font-size: 42px;
    text-align: center; }
  .letsgetdown-parag {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center; }
  .input-group {
    margin-bottom: 20px; }
  #letsgetdown {
    margin-bottom: 50px; }
  .button3 {
    margin-top: 50px; }
  .button4,
  .button5 {
    width: 100%; }
  .contact-block {
    padding-top: 24%; } }

@media (min-width: 320px) and (max-width: 767px) {
  #menu-plate {
    padding: 150px 0 30px; }
  .form-line {
    border-right: none; }
  #globaldep {
    padding: 110px 0 100px; }
  #dep-parallax {
    background-attachment: inherit; }
  .second-step,
  .fourth-step {
    margin-left: 0; }
  #globaldep h1 {
    font-size: 26px;
    margin-bottom: 40px;
    padding: 0 5px; }
  .first-step,
  .second-step,
  .third-step,
  .fourth-step,
  .fifth-step {
    width: 90%;
    margin: 0 auto; }
  .first-step img, .second-step img, .third-step img, .fourth-step img, .fifth-step img {
    left: -34px;
    width: 60px; }
  .first-step h3,
  .second-step h3,
  .third-step h3,
  .fourth-step h3,
  .fifth-step h3 {
    font-size: 24px; }
  .first-step p,
  .second-step p,
  .third-step p,
  .fourth-step p,
  .fifth-step p {
    font-size: 16px; }
  #event-forms {
    padding: 50px 0; }
  #event-forms h3 {
    font-size: 22px; }
  #ourprograms {
    padding: 50px 0 0px; }
  .programs-logo-gfp, .programs-logo-dep {
    margin-bottom: 70px; }
  .programs-logo-gfp img, .programs-logo-dep img {
    margin-bottom: 30px; }
  .navbar-brand img {
    position: absolute;
    left: 50%;
    margin-left: -140px; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: rgba(0, 0, 0, 0.5);
    margin-top: 45px; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff !important; }
  .navbar-toggle {
    background-color: #fff !important; }
  #nav-list {
    padding-top: 0; }
  #nav-list > li > a {
    text-align: center; }
  .animate-a {
    animation-duration: 0.8s;
    animation-fill-mode: both;
    animation-name: bounceInRight; }
  @keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    from {
      opacity: 0;
      transform: translate3d(3000px, 0, 0); }
    60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0); }
    75% {
      transform: translate3d(10px, 0, 0); }
    90% {
      transform: translate3d(-5px, 0, 0); }
    to {
      transform: none; } }
  .hero {
    top: 70%; }
  .hero h2 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px; }
  .hero h1 {
    font-size: 3em;
    margin-top: 30px;
    margin-bottom: 30px; }
  .hero p {
    padding: 0 30px;
    font-size: 14px; }
  .sim-button {
    margin-top: 20px; }
	.button6 {margin-top: 0;}
  .social-nav {
    left: -35px; }
  .scrollToTop {
    right: 10px; }
  #whowehelp {
    padding: 50px 0; }
  .whowehelp-h3 {
    margin-top: 0;
    margin-bottom: 25px; }
  .button2 {
    margin-bottom: 0; }
  .whowehelp-parag {
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 25px; }
  #whatwedo {
    padding: 50px 0; }
  .whatwedo-h3 {
    margin-top: 0px;
    margin-bottom: 25px; }
  .whatwedo-parag {
    width: 95%;
    margin-bottom: 25px; }
  .what-item {
    margin-top: 25px; }
  .block1 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .block2 {
    left: 50%;
    margin-left: -156px; }
  .block1 h5 {
    font-size: 24px; }
  .ceo-text p {
    text-indent: 1.5em;
    text-align: justify; }
  #globalteam {
    padding: 50px 0; }
  #ourmission {
    margin-top: 25px; }
  .quote {
    font-size: 120px;
    line-height: 170px; }
  .quote-text p:first-child {
    margin-top: 38px;
    font-size: 22px;
    padding-left: 40px; }
  .quote-text {
    font-size: 18px; }
  .quote-text p:last-child {
    padding-bottom: 30px; }
  .ceo-img {
    background-size: contain; }
  .globalteam-h3 {
    margin-top: 0px;
    margin-bottom: 25px; }
  .globalteam-p {
    width: 95%;
    margin-bottom: 50px; }
  #parallax p {
    width: 95%;
    padding: 22% 0 0 40px; }
  #testimonials {
    width: 100vw;
    overflow-x: hidden;
    margin-top: 100px; }
  #testimonials p {
    margin-top: 37%; }
  #globalprogram {
    padding: 110px 0; }
  .global-logo {
    width: 90%;
    margin: 0 auto 50px; }
  .globalprogram-h3 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .globalprogram-parag {
    width: 95%;
    margin-bottom: 50px; }
  .presentation {
    text-align: left; }
  .presentation h5 {
    font-size: 25px; }
  .presentation p {
    padding: 0 70px 0 0; }
  .presentation img {
    margin-left: 15%;
    margin-top: 20px; }
  .quad {
    width: 50px;
    height: 50px;
    top: 10%;
    right: 36px; }
  .quad2,
  .quad4 {
    left: 289px; }
  .quad-h3 {
    font-size: 28px;
    text-align: center; }
  .line-quad {
    height: 2120px;
    top: 17%;
    right: 60px; }
  #globalreach {
    background-attachment: local;
    margin-top: 0px; }
  #globalreach h3 {
    margin-top: 0;
    width: 100%;
    padding: 180px 0 0 60px; }
  #globalreach p {
    font-size: 20px;
    width: 100%;
    padding: 10px 0 0 20px; }
  .profile-img1,
  .profile-img2,
  .profile-img3 {
    height: 200px; }
  .packages-h3 {
    margin-top: 25px;
    margin-bottom: 25px; }
  .package-parag {
    margin-bottom: -50px; }
  .pioneer-h4 {
    margin-left: -61px;
    left: 50%; }
  .advanced-h4 {
    left: 50%;
    margin-left: -75px; }
  .pro-h4 {
    left: 50%;
    margin-left: -57px; }
  .team-img1,
  .team-img2,
  .team-img3,
  .team-img4,
  .team-img5,
  .team-img6,
  .team-img7,
  .team-img8,
  .team-img9,
  .team-img10,
  .team-img11,
  .team-img12 {
    background-size: contain; }
  .ostapenko-img {
    left: 200px; }
  .klen-img {
    left: 60px; }
  .button3 {
    margin-bottom: 0; }
  #testimonials {
    height: 100%;
    margin-top: 50px;
    padding-bottom: 50px; }
  #testimonials p {
    margin-top: 0; }
  #profile {
    padding: 50px 0; }
  #package {
    padding: 50px 0; }
  .letsgetdown-h3 {
    margin-top: 25px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 25px; }
  .letsgetdown-parag {
    margin: 0 0 25px 0;
    padding: 0 20px;
    text-align: center; }
  #letsgetdown {
    margin-bottom: 40px; }
  .input-group {
    z-index: -1;
    margin-bottom: 20px; }
  .contact-block {
    padding-top: 40%; }
  #ourexperience-mobile {
    display: flex; }
  .card {
    display: flex;
    overflow-x: auto;
    background-color: #fff;
    min-width: 100%;
    min-height: 150px; }
  .card-content {
    min-width: 100%;
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center; }
  .card::-webkit-scrollbar {
    display: none; }
  .ourexp-p {
    margin-bottom: 50px; }
  .line-div {
    margin-top: 50px; }
  #ourexperiencework-mobile {
    display: flex; }
  .ourexpwork-h3 {
    margin-top: 50px; }
  .ourexpwork-p {
    margin-bottom: 50px; }
  .copyright {
    width: 70%;
    margin: 0 auto; }
  .modal-content {
    background-color: rgba(0, 0, 0, 0.56) !important;
    width: 100%;
    left: auto;
    margin-left: auto;
    top: 125px; }
  .modal-body {
    z-index: 999; }
  .feedback {
    text-transform: uppercase; }
  .input-group.form1-group {
    z-index: 10;
    width: 100%; }}
.seminar h2 {font-size: 2em;}
.seminar.bg1 {background-image: url(../img/kansascity_reg_page.jpg);}
.seminar.bg2 {background-image: url(../img/omaha_reg_page.jpg);}
.seminar.bg3 {background-image: url(../img/StLouis_reg_page.jpg);}
.seminar.bg4 {background-image: url(../img/Dallas_reg_page.jpg);}

.seminar.bg6 {background-image: url(../img/st.paul-registration-page.JPG);
    min-height: 60vw;
	padding: 110px 0 20px;
	background-position: right bottom;
}

.seminar.bg7 {background-image: url(../img/chicago-registration-page.jpg);
    min-height: 60vw;
	padding: 110px 0 20px;
	background-position: right bottom;
}

.seminar.bg8 {background-image: url(../img/springfield-registration-page.jpg);
    min-height: 60vw;
	padding: 110px 0 20px;
	background-position: right bottom;
}

.seminar.bg9 {background-image: url(../img/Colorado-bg-small.jpg);
    min-height: 60vw;
	padding: 110px 0 20px;
	background-position: right bottom;
}

@media (min-width: 401px){
.seminar.bg10 {
    background-image: url(../img/st-paul-webinar-big.jpg);
    min-height: 60vw;
	padding: 110px 0 20px;
	background-position: right bottom;
}}

.seminar.bg5 {
    background-image: url(../img/DesMoines_reg_page1.jpg);
    min-height: 60vw;
	padding: 110px 0 20px;
	background-position: right bottom;
}
.bg5 .seminar-header {width: 84%;}
.bg5 hgroup {
    float: left;
    width: 62%;
    font-size: 0.9em;
}
.bg5 .text {
    float: left;
    width: 38%;
	padding-top: 20px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}
.bg5 .text p {
    font-size: 1.4em;
    line-height: 1.2;
    padding-bottom: 12px;
    padding-right: 15%;
	font-weight: normal;
}
.bg5 .text p:first-child {
	padding-right: 0;
}
.bg5 .text p:last-child {
    padding-right: 42%;
}
.bg5 i {
    display: block;
    font-size: 1.3em;
    text-transform: none;
    margin-top: 5vw;
}
.bg5 h1 span {font-size: 0.8em;}
.bg5 hgroup .left {
    display: block;
    float: left;
}
.bg5 hgroup .right {
    display: block;
    float: left;
    text-align: left;
}
.bg5 hgroup b {
    font-weight: normal;
    font-size: 1.3em;
}
.bg5 hgroup ul {
	font-size: 1.3em;
}
.bg5 hgroup ul li {}
.bg5 .animated3 .text {
    padding-left: 10%;
    padding-top: 30px;
}
.bg5 hgroup small {
    padding-top: 3vw;
    display: block;
}
.bg5 .button1 {
    width: 200px;
    margin-top: 15px;
    line-height: 45px;
    height: 50px;
    padding: 0;
}
@media (max-width: 1550px) {
	.bg5 .seminar-header {
		font-size: 0.95em;
		width: 78%;
	}
	.bg5 .text p:last-child {
		padding-right: 45%;
	}
}
@media (max-width: 1340px) {
	.seminar-header {font-size: 0.7em;}
	.bg5 .seminar-header {font-size: 0.9em;}
	.bg5 .animated2 {padding: 0 10px;}
}
@media (max-width: 1250px) {
	.bg5 .seminar-header {font-size: 0.8em;}
}
@media (max-width: 1199px) {
	.seminar-header {
		width: 70%;
		font-size: 0.6em;
	}
	.bg5 .animated3 .text, .bg5 .button {padding-left: 5%;}
	.bg5 .animated3 .text {padding-top: 0;}
	.navbar-brand img {width: 200px;}
	.bg5 .seminar-header {
		width: 80%;
		font-size: 0.75em;
	}
	.bg5 .text p:last-child {padding-right: 55%;}
	.bg5 hgroup {width: 60%;}
}
@media (max-width: 991px) {
	.seminar {
		padding: 180px 0 50px;
	}
	.seminar h1 {
		font-size: 3em; 
	}
	.seminar h2 {
		font-size: 26px;
	}
	#nav-list {
		font-size: 14px;
		padding-top: 12px;
	}
	.navbar-brand img {width: 160px;}
	.bg5 .text p {
		line-height: 1.1;
		padding-bottom: 0;
	}
	#parallax img {
          width: 100%;
}
}
@media (max-width: 767px) {
	.navbar-brand img {width: 280px;}
	.seminar {
		padding: 100px 0 30px;
	}
	.seminar-header, .bg5 .seminar-header {width: 100%;}
	.seminar hgroup, .bg5 hgroup {width: 80%;}
	.seminar h1 {
		font-size: 2em; 
	}
	.seminar h2 {
		font-size: 18px;
	}
	.seminar p {
		font-size: 19px; 
	}
	.seminar-text p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.seminar.bg5 {background-position: 50%;}
	.bg5 .text {
		width: 100%;
		text-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
		padding: 20px 15px 0;
	}
    #menu-plate .menu-item {
		height: 60vw;
		margin-bottom: 30px; 
	}
	.menu-item-link {
		font-size: 26px;
		font-size: 7vw;
	}
}
@media (max-width: 600px) {
	.seminar hgroup {
		width: 100%;
	    padding: 0 60px;
	}

}
@media (max-width: 400px) {
	.seminar hgroup {
		padding: 0 20px;
	}
}
@media (max-width: 330px) {
    #menu-plate .menu-item {
		height: 200px;
	}
	.menu-item-link {
		font-size: 24px;
	}
}


.news {
    color: #e87127;
    font-size: 50px;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
}

#slider  {
    overflow-x: hidden;
}


#slider .carousel-control {
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
}

#slider .carousel-control .glyphicon-chevron-right,
#slider .carousel-control .icon-next {
    margin-right: 0;
    right: 20px;
}

#slider .carousel-control .glyphicon-chevron-left,
#slider .carousel-control .icon-prev {
    margin-left: 0;
    left: 20px;
}

/* conference popup
---------------------------------------------------------------------------------------------- */
.conferention-popup {
    display: none;
    position: fixed;
    top: 1px;
    left: 1px;
    background: #fff;
    z-index: 999;
    padding: 20px 30px 25px;
    border-radius: 2px;
    width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0px 0 3px #1c0e02;
}

.conferention__media {
    text-align: center;
    margin-bottom: 10px;
}

.conferention-popup .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none;
    border: none;
    width: 30px;
    padding: 0;
}

.conferention-popup .btn-close:hover,
.conferention-popup .btn-close:focus,
.conferention-popup .btn-close:active {
    background: rgba(0, 90, 160, 0.2);
    border-radius: 50%;
    outline: none !important;
    box-shadow: none;
}

.conferention-popup .btn-close img { 
    max-width: 100%;
}

.conferention-item {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #ccc;
    background-size: cover;
    padding: 15px 10px;
    width: calc(50% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
}

.conferention-item:nth-child(2n) {
    margin-right: 0;
}

.conferention-item:hover,
.conferention-item:focus,
.conferention-item:active {
    text-decoration: none;
    outline: 2px solid #f60;
}

.conferention-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.conferention__subtitle {
    color: #1b1b1b;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.3px;
    font-family: "Lucida Grande", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.conferention__title {
    color: #1b1b1b;
    font-family: "Titillium Web", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: -0.8px;
    text-align: center;
    margin-bottom: 20px;
}

.conferention-item__location {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.conferention-item.conferention-item--chicago {
    background-image: url("../img/popup/chicago_popup.jpg");
}
.conferention-item.conferention-item--st-paul {
    background-image: url("../img/popup/st.paul_popup.jpg");
}
.conferention-item.conferention-item--springfield {
    background-image: url("../img/popup/springfield_popup.jpg");
}

.conferention-item__location-img {
    margin-right: 10px;
}

.conferention-item__location-name {
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
    font-size: 19px;
    font-weight: 700;
}

.conferention-item__date {
    color: #ffffff;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.conferention-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.conferention-item__actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.conferention-item__actions .btn {
    margin-right: 15px;
}

.conferention-item__actions .btn:last-child {
    margin-right: 0;
}
.conferention-item__actions .btn.btn-primary {
    background: none;
    border: 1px solid #f60;
    border-radius: 20px;
    padding: 5px 15px;
    color: #fff;
    transition: 0.3s;
}
.conferention-item__actions .btn.btn-primary:hover, 
.conferention-item__actions .btn.btn-primary:focus, 
.conferention-item__actions .btn.btn-primary:active {
    background: #f60;
    outline: none;
    box-shadow: none;
}

.conferention-item__actions .btn.btn-default {
   background: #f60;
   color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px 15px;
    transition: 0.3s;
}

.conferention-item__actions .btn.btn-default:hover,
.conferention-item__actions .btn.btn-default:focus,
.conferention-item__actions .btn.btn-default:active {
   background: #337ab7;
    border: 1px solid #337ab7;
    outline: none;
    box-shadow: none;
}


@media (max-width:1210px) {
    .conferention-item__location-name {
        font-size: 20px;
    }
    
    .conferention-item__location {
        margin-bottom: 0;
    }
}

@media (max-width:992px) {
    .conferention-popup {
        padding: 20px;
    }
    .conferention__media {
        margin-bottom: 20px;
    }
    .conferention__title {
        font-size: 34px;
        margin-bottom: 15px;
    }
    .conferention__subtitle {
        margin-bottom: 25px;
    }
   .conferention-item__location-name {
        font-size: 17px;
    } 
    .conferention-item {
        margin-right: 15px;
    }
}

@media (max-width:768px) {
    .conferention-popup {
        width:90vw;
        padding: 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

@media (max-width:520px) {
    .conferention-popup {
        width: 94vw;
        max-width: 94vw;
    }
    
    .conferention-popup .btn-close {
        width: 20px;
        padding: 0;
    }
    
    .conferention-item {
        width: 100%;
        margin-right: 0;
    }
    .conferention__title {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .conferention__media {
        margin-bottom: 10px;
    }
}
.modal-body .wpcf7-form .col-md-4, .modal-body .wpcf7-form .input-group{
    width: 100%!important;
}
.modal-body .wpcf7-form label{
    color: #fff;
}
.modal-body .wpcf7-form .button5{
    margin: 20px auto 0 auto;
    display: block;
}
form .wpcf7-spinner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    visibility: hidden;
}
form[data-status="submitting"] .wpcf7-spinner{
    z-index: 1;
    visibility: visible;
}
.row.flex{
    display: flex;
    flex-wrap: wrap;
}
.post-item-image img{
    max-width: 100%;
    height: auto;
}
.blogs-page-title{
    padding: 115px 0 0;
}
.blogs-page-text{
    margin-bottom: 30px;
}
.main404{
    padding: 115px 15px 30px;
}
.posts-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.posts-list .post-item-wrap{
    padding: 15px;
    width: 33%;
}
.posts-list .post-item-wrap .post-item-image img{
    width: 100%;
    height: auto;
}
@media (max-width:768px) {
    .posts-list .post-item-wrap{
        width: 50%;
    }
}
@media (max-width:520px) {
    .posts-list .post-item-wrap{
        width: 100%;
    }
}
.seminar-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}
.seminar-list .seminar-item-wrap{
    padding: 0 24px;
    width: 50%;
    position: relative;
}
@media (max-width:767px) {
    .seminar-list .seminar-item-wrap{
        width: 100%;
    }
    .navbar-nav > li > .dropdown-menu{
        background-color: rgba(16, 16, 16, 1) !important;
    }
    .sub-menu.dropdown-menu{
        display: none!important;
    }
    .sub-menu.dropdown-menu.active{
        display: block!important;
    }
    .navbar-collapse.in{
        height: 100%;
        min-height: 100%;
        overflow: auto;
        position: fixed;
        left: 0;
        right: 0;
    }
}
.blogs-page-plates .menu-item-link {
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
    background: -webkit-gradient(linear, top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    font-size: 34px;
    padding: 15% 30px 15px 7%;
    text-transform: none;
    align-items: flex-end;
    display: flex;
    text-align: right;
}
.blogs-page-plates p.date {
    font-size: 0.5em;
}
.blogs-page-plates .plate{
    height: 100%;
    min-height: 360px;
}
.blogs-page-plates .seminar-list .seminar-item-wrap{
    margin-bottom: 25px;
}
.post-img {
    width: 50%;
    padding: 0 30px 100% 0;
    float: left;
    margin-top: 20px;
}
@media (max-width: 767px) and (min-width: 320px) {
    .post-img {
        width: 100%;
        padding: 0 0 15px 0;
    }
}