/*
* Box Theme
* Created by : Ahmed Eissa
* website : www.ahmedessa.net
* behance : https://www.behance.net/3essa
*/


/* Table of Content
==================================================
	- Google fonts & font family -
	- General -
    - typography -
    - Preloader -
	- Header -
    - box intro section -
    - Portfoilo section -
    - Footer -
    - About page -
    - Services page -
    - contact page -
    - Portfolio single page -
    - Responsive media queries -
*/


/* Google fonts & font family
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/* General
==================================================*/

html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    line-height: 1.8;
    color: black;
    padding: 0px;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.no-padding [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.main-container {
    padding: 100px 0;
}
.center {
    text-align: center;
}
a {
    -webkit-transition: all .3s;
    transition: all .3s
}
.uppercase {
    text-transform: uppercase;
}
.h-30 {
    height: 30px
}
.h-10 {
    height: 10px
}
.color {
    color: #3C5624;
    font-size: 11px;
}
.title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.title h3{
  width: 100%;
  padding: 0 14rem 0 14rem;
  text-align: center;
  font-size: 1.7em;
  text-transform: none;
  font-weight: 300;
  color: #666766;
  line-height: 1.3em;
  margin-bottom: 2em;
}
.title h1{
  width: 100%;
  text-align: center;
  font-size: 2em;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 1px;
  color: #004A72;
  line-height: 1.3em;
  margin-bottom: 1em;
  margin-top: 2.1em;
}
.text_paragraph {
  padding: 20px;
  width: 55%;
  font-size: 1.2em;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
h3{
  text-align: center;
  color:#004A72;
  font-weight: 200;
  font-size: 2em;
}
.title .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
section.button a{
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  text-transform: none;
  font-weight: 300;
  color: #004A72;
  line-height: 1.2em;
  margin-bottom: 1em;
  margin-right: 1em;
  margin-left: 1em;
}
.one{
  padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 380px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/aboutus/banner_services_seven.jpg) no-repeat center center;
  background-size: cover;
}
/*dropdown text one -----------------------------------------------------------*/
.block-item-text-one {
  padding: 20px;
  width: 60%;
  font-size: 1.2em;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.block-item-text-one  h3{
  text-align: center;
  color:#004A72;
  font-weight: 200;
  font-size: 2em;
}
.buttons_text {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.read-more-target-one,
.read-more-trigger_opened-one {
  display: none;
  align-items: flex-end;
}
.read-more-state-one:checked ~ .read-more-wrap-one .read-more-target-one,
.read-more-state-one:checked ~ .read-more-trigger_opened-one {
  display: block;
}
.read-more-state-one:checked ~ .read-more-trigger_closed-one {
  display: none;
}
.read-more-trigger_closed-one {

}
/*close dropdown text one*/
/*dropdown text two -----------------------------------------------------------*/
.block-item-text-two {
  padding: 20px;
  width: 55%;
  font-size: 1.2em;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.block-item-text-two  h3{
  text-align: center;
  color:#004A72;
  font-weight: 200;
  font-size: 2em;
}
.text_bottom{
  padding: 20px;
  width: 55%;
  font-size: 1.2em;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.text_bottom h3{
  width: 70%;
  text-align: center;
  color:#004A72;
  font-weight: 200;
  font-size: 2em;
}

.read-more-target-two,
.read-more-trigger_opened-two {
  display: none;
}
.read-more-state-two:checked ~ .read-more-wrap-two .read-more-target-two,
.read-more-state-two:checked ~ .read-more-trigger_opened-two {
  display: block;
}
.read-more-state-two:checked ~ .read-more-trigger_closed-two {
  display: none;
}
.read-more-trigger_closed-two {
}
/*close dropdown text two*/
/*dropdown text three -----------------------------------------------------------*/
.block-item-text-three {
  padding: 20px;
  width: 55%;
  font-size: 1.2em;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.block-item-text-three  h3{
  text-align: center;
  color:#004A72;
  font-weight: 200;
  font-size: 2em;
}
.text_bottom{
  padding: 20px;
  width: 55%;
  font-size: 1.2em;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.text_bottom h3{
  width: 70%;
  text-align: center;
  color:#004A72;
  font-weight: 200;
  font-size: 2em;
}

.read-more-target-three,
.read-more-trigger_opened-three {
  display: none;
}
.read-more-state-three:checked ~ .read-more-wrap-three .read-more-target-three,
.read-more-state-three:checked ~ .read-more-trigger_opened-three {
  display: block;
}
.read-more-state-three:checked ~ .read-more-trigger_closed-three {
  display: none;
}
.read-more-trigger_closed-three {
}
/*close dropdown text three*/
/* typography

==================================================*/
/* preloader
==================================================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    /* change if the mask should be a color other than white */
    z-index: 1000;
    /* makes sure it stays on top */
}
.pre-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #004A72;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* header
==================================================*/
.intro-header-three {
    width: 100%;
    padding-top: 400px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/banner_three.jpg) no-repeat;
}
.intro-header p{
  margin: 0px auto;
  max-width:500px;
  padding-top:50px;
  margin-bottom:40em;
  font-size: 16px;
  font-weight: 500;
  color: Black;
  text-align: left;
}
.box-header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    height: 50px;
    width: 100%;
    z-index: 3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.box-header {
    height: 100px;
    background: transparent;
    box-shadow: none;
}
.box-header {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box-header.is-fixed {
    position: fixed;
    top: -100px;
    background-color: rgba(255, 255, 255, 0.60);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.box-header.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.box-header.menu-is-open {
    background-color: rgba(255, 255, 255, 0.80);
}
.box-logo {
    display: block;
    padding: 10px;
}
.box-primary-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background-color: #fff;
}
.box-primary-nav-trigger .box-menu-text {
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    display: none;
    font-size: 16px;
}
.box-primary-nav-trigger .box-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: black;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    list-style: none;
}
.box-primary-nav-trigger .box-menu-icon::before,
.box-primary-nav-trigger .box-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}
.box-primary-nav-trigger .box-menu-icon::before {
    top: -5px;
}
.box-primary-nav-trigger .box-menu-icon::after {
    top: 5px;
}
.box-primary-nav-trigger .box-menu-icon.is-clicked {
    background-color: rgba(255, 255, 255, 0);
}
.box-primary-nav-trigger .box-menu-icon.is-clicked::before,
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    background-color: 393939;
}
.box-primary-nav-trigger .box-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.box-primary-nav-trigger .box-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.box-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-primary-nav-trigger .box-menu-text {
    display: inline-block;
}
.box-primary-nav-trigger .box-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.box-primary-nav {
  position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color:rgba(255, 255, 255, 0.9);
    z-index: 2;
    text-align: center;
    padding: 50px 0 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    list-style: none;
}
.box-primary-nav li {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: .2em 0;
    text-transform: capitalize;
}
.box-primary-nav a {
    display: inline-block;
    padding: .4em 1em;
    border-radius: 0.25em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: black;
    font-weight: 300;
    font-size: 1.6em;
    text-decoration: none;
}
.box-primary-nav a:focus {
    outline: none;
}
.no-touch .box-primary-nav a:hover {
    text-decoration: underline;
    color: black;
}
.box-primary-nav .box-label {
    color: black;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin: 2.4em 0 .8em;
}
.box-primary-nav .box-social {
  display: inline-block;
  margin: 10px .4em;
}
.box-primary-nav .box-social a {
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 0;
}
.box-primary-nav .box-social a:hover {
  cursor: pointer;
  width: 65px;
  height: 65px;
  padding: 0;
}
.box-social img{
  cursor: pointer;
  width: 60px;
}
.box-social img:hover{
  cursor: pointer;
  width: 58px;
}
.box-primary-nav.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.box-primary-nav {
    padding: 150px 0 0;
}
.box-primary-nav li {
    font-size: 18px;
}
.social-ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.social-ul li {
    margin: 0 10px;
    float: left;
}

.social-ul li a {
    font-size: 25px;
    color: #555;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.social-ul li a:hover {
    color: #888;
}

/* box-intro
==================================================*/
.box-intro {
    text-align: center;
    display: table;
    height: 100vh;
    width: 100%;
}
.box-intro .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.box-intro em {
    font-style: normal;
    text-transform: uppercase
}
b i:last-child {
    color: #3C5624 !important;
}
.box-intro h5 {
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #999;
    line-height: 1.7
}
/* mouse effect */
.mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 40px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #888;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}
.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #888;
    -webkit-animation: finger 2s infinite;
    animation: finger 2s infinite;
}
@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.main{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.logo{
  display: flex;
  justify-content: center;
  margin-top: 5em;
}
.title{
  display:flex;
  justify-content: center;
}
.title h2{
  width: 50%;
  font-size: 2.2rem;
  text-align: center;
  line-height: 3rem;
  font-weight: 300;
  color:#666766;
}
#bg-green{
  /* Location of the image */
  background-image: url(../img/green_bg.jpg);

  /* Image is centered vertically and horizontally at all times */
  background-position: center center;

  /* Image doesn't repeat */
  background-repeat: no-repeat;

  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;

  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */
}
blockquote{
  padding: 4em 24em 5em 24em;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    line-height: 40px;
    font-size: 20px;
    right: 10px;
    text-align: center;
    color: #fff;
    background: #004A72;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.no-touch .cd-top:hover,
.no-touch .cd-top:focus {
    background-color: #004A72;
    opacity: 1;
    color: #fff;
}
.social-ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.social-ul li {
  width: 65px;
  margin: 0px;
  float:none;
  margin: 0px;
  padding: 0px;
}
.center {
  text-align: center;
}

/* footer
==================================================*/
footer {
  color: black;
  font-family: 'Lato', sans-serif;
  padding: 30px 0;
  text-align: center;
  background: white;
}
.footer_direction{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer h2 a{
  color:black;
  margin-left:1em;
  margin-right:1em;
  text-align: center;
  font-weight: 300;
}
footer h2 a:hover{
  color:black;
  text-align: center;
  text-decoration: none;
  border-bottom:1.1px solid;
}
footer .social-ul a{
  color:black;
  text-align: center;
  font-weight: 300;
}

footer .social-ul a:hover{
  color:black;
  text-align: center;
  text-decoration: none;
  border-bottom:none;
}
footer a{
  color:black;
  text-align: center;
  font-weight: 400;
}
footer a:hover{
  color:black;
  border-bottom:1.1px solid;
  text-decoration: none;
}
.container-fluid.footer_direction.center {
  display: flex;
  flex-direction: row;
}
.container-fluid.footer_direction.center p {
  margin:1%;
  font-size: 1.1em;
}
.copyright {
    color: black;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
footer img {
    margin: 0 auto;
    width: 60px;
}
/* Responsive media queries
==================================================*/

/* Responsive media queries
==================================================*/
@media (max-width: 4500px) {
  .intro-header-three {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 600px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/services/banner_services_six.jpg) no-repeat center center;
      background-size: cover;
  }
  .one{
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/services/banner_serv_seven.jpg) no-repeat center center;
    background-size: cover;
  }
  .two{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 150px;
    text-align: center;
    background: url(../img/services/banner_serv_ribbon_seven.jpg) no-repeat center center;
    background-size: cover;
  }
  .title h1{
    width: 100%;
    text-align: center;
    font-size: 2em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    color: #004A72;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 2.1em;
  }
  h3{
    text-align: center;
    color:#004A72;
    font-weight: 200;
    font-size: 2em;
  }
  .title h2{
    width: 50%;
    font-size: 2.2rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 300;
    color:#666766;
  }
  .block-item-text-one {
    padding: 20px;
    width: 55%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-two {
    padding: 20px;
    width: 55%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-three {
    padding: 20px;
    width: 55%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .text_bottom{
    padding: 20px;
    width: 60%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media (max-width: 1450px) {
  .intro-header-three {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/services/banner_services_six.jpg) no-repeat center center;
      background-size: cover;
  }
  .one{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/services/banner_serv_six.jpg) no-repeat center center;
    background-size: cover;
  }
  .two{
    padding-top: 130px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 240px;
    text-align: center;
    background: url(../img/services/banner_serv_ribbon_six.jpg) no-repeat center center;
    background-size: cover;
  }
  .title h1{
    width: 100%;
    text-align: center;
    font-size: 2em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    color: #004A72;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 2.1em;
  }
  h3{
    text-align: center;
    color:#004A72;
    font-weight: 200;
    font-size: 2em;
  }
  .title h2{
    width: 50%;
    font-size: 2.2rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 300;
    color:#666766;
  }
  .block-item-text-one {
    padding: 20px;
    width: 55%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-two {
    padding: 20px;
    width: 55%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-three {
    padding: 20px;
    width: 55%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .text_bottom{
    padding: 20px;
    width: 65%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .intro-header-three {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/services/banner_services_five.jpg) no-repeat center center;
      background-size: cover;
  }
  .one{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/services/banner_serv_five.jpg) no-repeat center center;
    background-size: cover;
  }
  .two{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    text-align: center;
    background: url(../img/services/banner_serv_ribbon_five.jpg) no-repeat center center;
    background-size: cover;
  }
  .title h1{
    width: 100%;
    text-align: center;
    font-size: 2em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    color: #004A72;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 2.1em;
  }
  h3{
    text-align: center;
    color:#004A72;
    font-weight: 200;
    font-size: 1.7em;
  }
  .title h2{
    width: 50%;
    font-size: 2.2rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 300;
    color:#666766;
  }
  .block-item-text-one {
    padding: 20px;
    width: 60%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-two {
    padding: 20px;
    width: 60%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-three {
    padding: 20px;
    width: 60%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .text_bottom{
    padding: 20px;
    width: 70%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .intro-header-three {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/services/banner_services_four.jpg) no-repeat center center;
      background-size: cover;
  }
  .one{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/services/banner_serv_four.jpg) no-repeat center center;
    background-size: cover;
  }
  .two{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 140px;
    text-align: center;
    background: url(../img/services/banner_serv_ribbon_four.jpg) no-repeat center center;
    background-size: cover;
  }
  .title h1{
    width: 100%;
    text-align: center;
    font-size: 2em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    color: #004A72;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 2.1em;
  }
  h3{
    text-align: center;
    color:#004A72;
    font-weight: 200;
    font-size: 1.8em;
  }
  .text_paragraph {
    padding: 20px;
    width: 60%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .title h2{
    width: 60%;
    font-size: 2.2rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 300;
    color:#666766;
  }
  .block-item-text-one {
    padding: 20px;
    width: 70%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-two {
    padding: 20px;
    width: 70%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-three {
    padding: 20px;
    width: 70%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .text_bottom{
    padding: 20px;
    width: 70%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 670px) {
  .intro-header-three {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/services/banner_services_three.jpg) no-repeat center center;
      background-size: cover;
  }
  .one{
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 320px;
    text-align: center;
    background: url(../img/services/banner_serv_three.jpg) no-repeat center center;
    background-size: cover;
  }
  .two{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    text-align: center;
    background: url(../img/services/banner_serv_ribbon_three.jpg) no-repeat center center;
    background-size: cover;
  }
  .container-fluid.footer_direction.center {
    display: flex;
    flex-direction: column;
  }
  .title h1{
    width: 55%;
    text-align: center;
    font-size: 2em;
    text-transform: none;
    font-weight: 300;
    color: #3C5624;
    line-height: 1.2em;
    margin-bottom: 2em;
    margin-top: 2.1em;
  }
  h3{
    text-align: center;
    color:#004A72;
    font-weight: 200;
    font-size: 1.8em;
  }
  .text_paragraph {
    padding: 20px;
    width: 70%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .title h2{
    width: 70%;
    font-size: 2.1rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 300;
    color:#666766;
  }
  .block-item-text-one {
    padding: 20px;
    width: 75%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-two {
    padding: 20px;
    width: 75%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-three {
    padding: 20px;
    width: 75%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .text_bottom{
    padding: 20px;
    width: 75%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 520px) {
  .intro-header-three {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/services/banner_services_two.jpg) no-repeat center center;
  }
  .one{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/services/banner_serv_two.jpg) no-repeat center center;
    background-size: cover;
  }
  .two{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 90px;
    text-align: center;
    background: url(../img/services/banner_serv_ribbon_two.jpg) no-repeat center center;
    background-size: cover;
  }
  .container-fluid.footer_direction.center {
    display: flex;
    flex-direction: column;
  }
  .intro-header-three {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/services/banner_services_one.jpg) no-repeat center center;
      background-size: cover;
  }
  .one{
    padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/services/banner_serv_one.jpg) no-repeat center center;
    background-size: cover;
  }
  .title h1{
    width: 60%;
    text-align: center;
    font-size: 2em;
    text-transform: none;
    font-weight: 300;
    color: #3C5624;
    line-height: 1.2em;
    margin-bottom: 2em;
    margin-top: 2.1em;
  }
  h3{
    text-align: center;
    color:#004A72;
    font-weight: 200;
    font-size: 1.8em;
  }
  .text_paragraph {
    padding: 20px;
    width: 75%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .title h2{
    width: 75%;
    font-size: 2rem;
    text-align: center;
    line-height: 3rem;
    font-weight: 300;
    color:#666766;
  }
  .block-item-text-one {
    padding: 20px;
    width: 75%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-two {
    padding: 20px;
    width: 75%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-three {
    padding: 20px;
    width: 75%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .text_bottom{
    padding: 20px;
    width: 75%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .intro-header-three {
    width: 100%;
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 160px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/services/banner_services_cero.jpg) no-repeat center center;
  }
  .one{
    padding-top: 120px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 140px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/services/banner_serv_cero.jpg) no-repeat center center;
    background-size: cover;
  }
  .two{
    padding-top: 60px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    text-align: center;
    background: url(../img/services/banner_serv_ribbon_cero.jpg) no-repeat center center;
    background-size: cover;
  }
  .title h3{
    width: 60%;
    padding: 0 0 0 0;
    font-size: 1.6rem;
    margin: 0;
  }
  .title h1{
    width: 100%;
    text-align: center;
    font-size: 2em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    color: #004A72;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 2.1em;
  }
  .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.button a{
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    text-transform: none;
    font-weight: 300;
    color: #004A72;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    margin-left: 1em;
  }
  .container-fluid.footer_direction.center {
    display: flex;
    flex-direction: column;
  }
  .intro-header-two {
      padding-top: 150px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 280px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/banner_one_mobile.jpg) no-repeat center center;
      background-size: cover;
  }
  h3{
    text-align: center;
    color:#004A72;
    font-weight: 200;
    font-size: 1.8em;
  }
  .text_paragraph {
    padding: 20px;
    width: 95%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .title h2{
    width: 80%;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.8rem;
    font-weight: 300;
    color:#666766;
  }
  .block-item-text-one {
    padding: 20px;
    width: 90%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-two {
    padding: 20px;
    width: 90%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-three {
    padding: 20px;
    width: 90%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .text_bottom{
    padding: 20px;
    width: 90%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 320px) {
  .intro-header-three {
      padding-top: 95px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
      padding-bottom: 120px;
      text-align: center;
      color: #f8f8f8;
      background: url(../img/services/banner_services_cero.jpg) no-repeat center center;
  }
  .one{
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 100px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/services/banner_serv_cero.jpg) no-repeat center center;
    background-size: cover;
  }
  .two{
    padding-top: 60px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 60px;
    text-align: center;
    background: url(../img/services/banner_serv_ribbon_cero.jpg) no-repeat center center;
    background-size: cover;
  }
  .title{
    padding: 0px;
  }
  .title h3{
    width: 80%;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.7em;
    font-weight: 300;
  }
  .title h1{
    width: 100%;
    text-align: center;
    font-size: 2em;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 1px;
    color: #004A72;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-top: 2.1em;
  }
  .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.button a{
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    text-transform: none;
    font-weight: 300;
    color: #004A72;
    line-height: 1.3em;
    margin-bottom: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    margin-left: 1em;
  }
  h3{
    text-align: center;
    color:#004A72;
    font-weight: 300;
    font-size: 1.4em;
  }
  .block-item-text-one  h3{
    text-align: center;
    color:#004A72;
    font-weight: 300;
    font-size: 1.4em;
  }
  .block-item-text-two  h3{
    text-align: center;
    color:#004A72;
    font-weight: 300;
    font-size: 1.4em;
  }
  .block-item-text-three  h3{
    text-align: center;
    color:#004A72;
    font-weight: 300;
    font-size: 1.4em;
  }
  .text_paragraph {
    padding: 20px;
    width: 95%;
    font-size: 1em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .text_paragraph h3 {
    text-align: center;
    color:#004A72;
    font-weight: 300;
    font-size: 1.6em;
  }
  .title h2{
    width: 80%;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.8rem;
    font-weight: 300;
    color:#666766;
  }
  .block-item-text-one {
    padding: 20px;
    width: 90%;
    font-size: 1.2.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-two  {
    padding: 20px;
    width: 90%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .block-item-text-three {
    padding: 20px;
    width: 90%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .text_bottom{
    padding: 20px;
    width: 90%;
    font-size: 1.2em;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
