/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.rb-header-3 .rb_megamenu_content .rb_megamenu_content_content {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}

.layout-1 > .container > .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-1 > .container > .row > .rb-column:nth-of-type(1) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
  margin-right: 35px;
  margin-top: 70px;
}

.layout-1 > .container > .row > .rb-column:nth-of-type(2) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
  margin-left: 35px;
}

.layout-1 > .container > .row > .rb-column:nth-of-type(2) .rb-block-link {
  margin: 50px 0 0 60px;
}

.layout-1 > .container > .row > .rb-column:nth-of-type(2) .rb-block-link a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-family: "Gilroy-SemiBold";
  border-bottom: 2px solid;
  padding: 8px 0;
}

@media (max-width: 1199px) {
  .layout-1 > .container > .row > .rb-column:nth-of-type(2) .rb-block-link {
    margin: 30px 0 0 30px;
  }
}

.layout-1 > .container > .row > .rb-column:nth-of-type(3) {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}

.layout-1 > .container > .row > .rb-column:nth-of-type(3) .rb-widget-image {
  margin-left: -100px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .layout-1 > .container > .row > .rb-column:nth-of-type(1) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin-right: 20px;
    margin-top: 50px;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(2) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .layout-1 > .container > .row > .rb-column:nth-of-type(1) {
    width: 100%;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(1) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(2) {
    width: 80%;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(2) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin-left: 0;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(3) {
    width: 20%;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(3) .rb-widget-image {
    margin-left: -100px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .layout-1 > .container > .row > .rb-column:nth-of-type(1) > .rb-column-wraprb-element-populated > .rb-widget-wrap {
    margin-bottom: 0;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(2) {
    width: 100%;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(2) .rb-block-link {
    margin: 30px 0;
    text-align: center;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(3) {
    width: 100%;
  }
  .layout-1 > .container > .row > .rb-column:nth-of-type(3) .rb-widget-image {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.layout-2 {
  background: #F8F8F8;
  padding: 110px 0;
}

.layout-2 .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout-2 .rb-text-editor {
  max-width: 480px;
  margin: auto;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #111111;
  font-family: "Gilroy-SemiBold";
}

.layout-2 .rb-text-editor .rb-subtitle {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.layout-2 .rb-text-editor .rb-title {
  font-size: 55px;
  line-height: 56px;
  color: #111111;
  margin: 32px 0 40px;
}

.layout-2 .rb-text-editor .btn {
  color: #111111;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 20px;
  min-width: 175px;
  border: 2px solid #111111;
}

.layout-2 .rb-text-editor .btn:hover {
  color: #cd8f5c;
  border-color: #cd8f5c;
}

@media (max-width: 767px) {
  .layout-2 .rb-text-editor {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .layout-2 .rb-text-editor .rb-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .layout-2 .rb-text-editor .rb-title {
    font-size: 40px;
    line-height: 41px;
  }
  .layout-2 .rb-text-editor .btn {
    font-size: 16px;
    line-height: 22px;
    padding: 13px 20px;
    min-width: 150px;
  }
}

@media (max-width: 991px) {
  .layout-2 {
    padding: 60px 0;
  }
  .layout-2 .rb-text-editor .rb-title {
    font-size: 34px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .layout-2 .rb-widget-text-editor {
    margin: 0 30px 40px;
  }
}

@media (max-width: 575px) {
  .layout-2 .rb-text-editor .rb-subtitle {
    font-size: 14px;
    line-height: 22px;
  }
  .layout-2 .rb-text-editor .rb-title {
    font-size: 32px;
    line-height: 33px;
    margin: 15px 0 30px;
  }
  .layout-2 .rb-text-editor .btn {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
    min-width: 150px;
  }
}
