@import url(../css/bootstrap.min.css);
@import url(../css/normalize.css);
@import url(../css/font-awesome.min.css);
@import url(../css/aos.min.css);
@import url(../css/slick.css);
@import url(../css/slick-theme.css);
@import url(../css/framework.css);
@import url(../css/this-site.css);


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

    
/* Blocks layout */
body {
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

header {
  position: relative;
}

header nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

nav {
  width: 100%;
}

nav.transparent {
  background: transparent;
}

a {
  color: #2c3e50;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #4a6580;
  text-decoration: none;
}

a:focus {
  color: #4a6580;
  text-decoration: none;
  outline: none;
}

.banner a, .banner a:hover, .banner a:focus {color:White;}

button {
  border: none;
  outline: none !important;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.btn.focus, .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  margin: 0 auto;
  font-size: 82px;
  line-height: 92px;
  font-weight: 300;
  font-family: Nunito;
}

h1, h2 {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

b, strong {
  font-weight: 600;
}

.container {
  position: relative;
}

/* Header 13 */
.header_13 {
  background: #000000 url(/images/background_lg.jpg) 50% 100%;
  background-size: cover;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 120dpi) {
  .header_13 {
    background-image: url(/images/background_lg.jpg);
  }
}

/* Navigation Mobile */
.navigation_mobile {
  display: none;
  position: fixed;
  top: 0px;
  left: -40px;
  height: 100%;
  width: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
  background: #000000;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}

.navigation_mobile.opened {
  left: 0px;
  width: 320px;
}

.navigation_mobile.opened .close_menu {
  display: block;
}

.open_menu, .close_menu {
  display: none;
  top: 20px;
  width: 40px;
  height: 40px;
  color: #2c3e50;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  z-index: 990;
}

.open_menu.visible, .close_menu.visible {
  display: block;
}

.open_menu.white, .close_menu.white {
  color: #ffffff !important;
}

.open_menu.blue, .close_menu.blue {
  color: #2b48e7 !important;
}

.open_menu.right, .close_menu.right {
  left: auto;
  right: 20px;
}

.open_menu {
  position: fixed;
  left: 20px;
}

.close_menu {
  right: 20px;
  position: absolute;
}

/* Content 18 */
.content_18 .opening_tabs .tab_opener {
  margin: 0;
}

.content_18 .opening_tabs .tab_opener .fa:before {
  content: "\f105";
  color: #2b48e7;
}

.content_18 .opening_tabs .tab_opener.opened .fa:before {
  content: "\f107";
  color: #95a5a6;
}

.content_18 .opening_tabs .tab_text {
  border-bottom: 1px solid #e7e7e7;
}

.content_18 .opening_tabs .tab_text:last-child {
  border: none;
}

/* Team 4 */
.team_4 .block:hover {
  opacity: 0.8;
}

/* Pricing Table 6 */
.pricing_table_6 .change_slide {
  background: #037200;
  vertical-align: middle;
}

.pricing_table_6 .change_slide:before {
  font-family: "FontAwesome";
  content: "\f00c";
  display: block;
  position: absolute;
  left: 15px;
  top: 0px;
  color: #ffffff;
  font-size: 10px;
  line-height: 40px;
}

.pricing_table_6 .change_slide:hover, .pricing_table_6 .change_slide:focus {
  background: #0cb658;
}

.pricing_table_6 .change_slide i {
  left: 0px;
}

.pricing_table_6 .slider .block {
  background: #ffffff;
}

.pricing_table_6 .slider .block img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* Blocks adaptive layout */
/* Smaller than 1200px */
@media (max-width: 1199.99px) {
  .container.nopadding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navigation_mobile {
    display: block;
  }
  .navigation_16 {
    text-align: center;
  }
  .navigation_16 .logo {
    margin-top: 0;
    text-align: center;
  }
  .navigation_16 .float_left, .navigation_16 .float_right {
    float: none;
  }
  .navigation_16 .block_right {
    margin-top: 10px;
  }
  .header_13 {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .feature_15 {
    padding: 80px 0;
  }
  .team_4 {
    padding: 80px 0;
  }
  .team_4 .inner {
    max-width: 740px;
  }
}

/* Smaller than 992px */
@media (max-width: 991.99px) {
  h2 br, .text br {
    display: none;
  }
  .header_13 {
    padding-bottom: 0px;
  }
  .header_13 h1 {
    font-size: 52px;
    line-height: 62px;
  }
  .header_13 .text {
    margin-top: 20px;
  }
  .content_18 .block_right {
    margin-left: 0;
    width: auto;
  }
  .feature_15 .block_left {
    text-align: center;
    max-width: 100%;
  }
  .feature_15 .block_left .block {
    margin-left: auto;
    margin-right: auto;
  }
  .feature_15 .bg {
    margin-top: 70px;
  }
  .feature_26 {
    padding: 80px 0 30px 0;
  }
  .feature_26 .bg {
    max-height: 80vh;
  }
  .feature_26 .inner, .feature_26 .blocks {
    margin-top: 70px;
  }
  .call_to_action_1 {
    padding: 80px 0;
  }
  .call_to_action_1 h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .call_to_action_1 .text1 {
    font-size: 20px;
    line-height: 30px;
  }
  .call_to_action_1 .btn {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px;
    margin-top: 40px;
  }
  .team_4 .inner .block {
    width: 270px;
  }
  .pricing_table_6 {
    padding: 80px 0 10px 0;
  }
  .pricing_table_6 .block {
    max-width: 350px;
  }
}

/* Smaller than 768px */
@media (max-width: 767.99px) {
  h1 br, h2 br {
    display: none;
  }
  .pricing_table_6 .slider .flex {
    display: block;
  }
  .pricing_table_6 .block {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Smaller than 640px */
@media (max-width: 639.99px) {
  .header_13 {
    padding-bottom: 0px;
  }
}

/* Smaller than 600px */
@media (max-width: 599.99px) {
  .feature_15 h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .feature_26 h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .feature_26 .text {
    font-size: 18px;
    line-height: 28px;
  }
  .call_to_action_1 h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .call_to_action_1 .text1 {
    font-size: 18px;
    line-height: 28px;
  }
  .call_to_action_1 .text2 {
    margin-top: 15px;
  }
  .team_4 h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .team_4 .inner .block {
    width: 100%;
  }
  .pricing_table_6 h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .pricing_table_6 .block .inner {
    padding: 0 30px;
  }
  .pricing_table_6 .block .title {
    font-size: 22px;
    line-height: 32px;
  }
}

/* Smaller than 576px */
@media (max-width: 575.99px) {
  .content_4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content_4 .icons {
    font-size: 30px;
    line-height: 40px;
  }
  .content_4 .icons .fa {
    margin: 0 15px;
  }
  .content_4 h2 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 42px;
  }
  .content_4 .text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 28px;
  }
}

/* Smaller than 500px */
@media (max-width: 499.99px) {
  .header_13 {
    padding-bottom: 0px;
  }
}

/* Smaller than 470px */
@media (max-width: 469.99px) {
  .feature_15 .buttons .btn {
    display: block;
    margin-left: 0;
    padding: 0;
  }
}

/* Smaller than 400px */
@media (max-width: 399.99px) {
  .header_13 {
    padding-bottom: 0px;
  }
  .header_13 h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .header_13 .text {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Smaller than 375px */
@media (max-width: 374.99px) {
  .feature_26 .inner .blocks .block {
    margin-right: 0px;
    float: none;
  }
}
