/*@media screen{*/
/* Colors 
   ======================= 
	 Red: #d72a55;
	 DarkRed: #b72247;
	 Blue: #5a7e98;
	 Green: #67988f;
	 BlueGreen: #86c5b9;
*/

/* Reset 
   ======================= */

  body{
    font-family: 'Open Sans', sans-serif;
    min-width: 320px;
    overflow-x: hidden;
  }

  a, a:hover, a:active{
    text-decoration: none;
    outline: 0;
  }

  h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
  }


  .row-size{
    font-size: 0;
  }

  .col-middle{
    /*float: none;*/
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
  }

  #main-panel{
    position: relative;
    left: 0;
    transition: 0.3s;
  }

  @media (min-width: 1390px){
    .container{
      width: 1290px;
    }
  }

/* Offcanvas Menu
   ======================= */
.offcanvas-menu{
  position: fixed;
  width: 100%;
  max-width: 300px;
  background-color: #000;
  left: -300px;
  height: 100%;
  z-index: 100;
  transition: 0.3s;
}
.offcanvas-menu .close-btn{
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  left: 30px;
  top: 20px;
  color: white;
}
.offcanvas-menu.active{
  left: 0;
}
.offcanvas-menu ul{
  margin-top: 80px;
  padding: 0 20px;
  list-style-type: none;
}
.offcanvas-menu li{
  margin-bottom: 1px;
}
.offcanvas-menu a{
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
  display: block;
  padding: 10px;
}
.offcanvas-menu a:hover{
  background-color: #d72a55;
}

/* Header
   ======================= */
  #header{
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 101;
    transition: 0.3s;
  }
  #header .site-logo{
    position: relative;
  }
  #header .site-logo a{
    color: initial;
    text-decoration: none;
  }
  #header .site-logo img{
    max-width: 50px;
  }
  #header .site-logo span{
    display: none;
    top: 22px;
    left: 32px;
    position: absolute;
    font-size: 25px;
    line-height: 20px;
    font-weight: normal;
    font-style: italic;
    width: 300px;
  }
  #header .nav-icon{
    text-align: right;
  }
  #header .nav-icon .bars{
    width: 35px;
    height: 24px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  #header .nav-icon .bar{
    height: 3px;
    background-color: black;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
  }
  #header .nav-icon .bar:nth-child(2){
    top: 10px;
  }
  #header .nav-icon .bar:last-child{
    bottom: 0;
  }
  #header .main-menu{
    display: none;
    text-align: right;
  }
  #header .main-menu li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
  #header .main-menu li:first-child{
    margin-left: 0;
  }
  #header .main-menu li.active a{
    padding: 12px 16px;
    color: white;
    background-color: #d72a55;
  }
  #header .main-menu a{
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.3s;
  }
  #header .main-menu a:hover{
    color: #d72a55;
  }
  
  .banner img{ width:100%; }
  @media (min-width: 480px){
    #header .site-logo span{
      display: block;
      top: 12px;
      left: 22px;
    }
    
  }
  @media (min-width: 992px){
    #header .site-logo img{
      max-width: 100%;
    }
    #header .site-logo span{
      top: 23px;
      left: 32px;
      font-size: 18px;
    }
    #header .nav-icon{
      display: none;
    }
    #header .main-menu{
      display: block; margin: 20px 0 0
    }
  }
  @media (min-width: 1200px){
    #header .site-logo span{
      font-size: 25px;    
    }
    #header .main-menu a{
      font-size: 16px;
    }
  }
  @media (min-width: 1390px){
    #header .main-menu a{
      font-size: 20px;
    }
  }
/* FP-BANNER
   ======================= */
  .fp-banner{
    background: url('img/banner-bg.png');
    position: relative;
    overflow: hidden;
  }
  .fp-banner .content{
    padding: 70px 0;
    position:relative;
    z-index: 20;
    text-align: center;
  }
  .fp-banner .inner-item{
    width: 100%;
  }
  .fp-banner h1{
    /*text-align: center;*/
    font-family: 'Open Sans';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    display: inline;
    line-height: 1.3;
    background: #86c5b9;
    color: #fff;
    word-wrap: break-word;
    box-shadow: 20px 0 0 #86c5b9, -20px 0 0 #86c5b9; /* add this line */
    -moz-box-shadow: 20px 0 0 #86c5b9, -20px 0 0 #86c5b9;
    -webkit-box-shadow: 20px 0 0 #86c5b9, -20px 0 0 #86c5b9;
    -ms-box-shadow: 20px 0 0 #86c5b9, -20px 0 0 #86c5b9;
    -o-box-shadow: 20px 0 0 #86c5b9, -20px 0 0 #86c5b9;   
  }
  .fp-banner h1 br{
    display: none;
  }
  .fp-banner .banner-text{
    margin: 0;
    padding: 0 10px;
  }
  .fp-banner img {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 0;
  }
  @media (min-width: 480px){
    .fp-banner h1{
      font-size: 30px;
    }
    .fp-banner img{
      display: initial;
    }
    .fp-banner .content{
      padding-top: 100px;
      padding-bottom: 154px;
    }
    .fp-banner .banner-text{
      padding-bottom: 15px;
    }
}
  @media (min-width: 768px){
    .fp-banner h1{
      font-size: 40px;
      padding-bottom: 10px;
    }
    .fp-banner img{
      top: -21%;
      height: auto;
      right: 0;
    }
    .fp-banner .banner-text{
      padding-bottom: 30px;
    } 
    .footer-links{ width:100%; float:left; }
    .footer-links ul{ width:96%; float:left; padding-left:4%; }
    .footer-links .social_icon{ width:4%; float:left; }
    .footer{ width:100%; float:left; }
       
  }
  @media (min-width: 992px){
    .fp-banner h1 br{
      display: block;
    }
    .fp-banner .banner-text{
      padding-bottom: 75px;
      margin-left: 20px;
    }
    .fp-banner .content{
      text-align: left
    }
    .fp-banner h1{
      font-size: 60px;
      box-shadow: 20px 0 0 #86c5b9, -30px 0 0 #86c5b9; /* add this line */
      -moz-box-shadow: 20px 0 0 #86c5b9, -30px 0 0 #86c5b9;
      -webkit-box-shadow: 20px 0 0 #86c5b9, -30px 0 0 #86c5b9;
      -ms-box-shadow: 20px 0 0 #86c5b9, -30px 0 0 #86c5b9;
      -o-box-shadow: 20px 0 0 #86c5b9, -30px 0 0 #86c5b9;
    }
  }
  @media (min-width: 1560px){
  .fp-banner img {
    z-index: 100;
  }
}

/* Section One
   ======================= */
  .section-one{
  	background-color: white;
  	text-align: center;
  	padding: 90px 0;
  }
  .section-one h2{
  	display: inline-block;
		font-weight: 300;
		font-size: 22px;
		line-height: 40px;
		max-width: 970px;
  }
  .section-one p{
  	display: inline-block;
  	font-weight: bold;
  	font-size: 16px;
  	color: #86c5b9;
  	margin: 30px 0 60px;
  	max-width: 900px;
  }
  .so-btn{
  	display: block;
  	width: 100%;
  	text-align: center;
  }
  .so-btn a{
  	background-color: #d72a55;
  	display: inline-block;
  	padding: 18px;
  	text-transform: uppercase;
  	font-size: 16px;
  	color: white;
  	transition: 0.3s;
  }
  .so-btn a:hover{
  	background-color: #b72247;
  }
  @media (min-width: 992px){
  	.section-one h2{
			font-size: 40px;
			line-height: 70px;
	  }
	  .section-one p{
	  	font-size: 25px;
	  }
	  .so-btn a{
	  	padding: 18px 50px;
	  	font-size: 25px;
	  }
  }

/* Section Two
   ======================= */
  .section-two{
    background-image: url('img/section-two-bg.png');
    background-position: initial;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    position: relative;
    background-size: cover;
    padding: 30px 0;
    overflow: hidden;
  }
  .section-two img{
    display: none;
    position: absolute;
    left: 0;
    top: -30px;
    overflow: hidden;
  }
 /* .section-two:before{
    content:'';
    background-color: #86c5b9;
    display: block;
    opacity: .8;
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    top: 0;
  }*/
  .section-two p{
    line-height: 1.7;
    font-size: 16px;
    margin: 0;
    color: #fff;
  }
  .section-two .content{
      text-align: center;
    }
   @media (min-width: 768px){
    .section-two img{
      display: initial;
    }
    .section-two .content{
      text-align: left;
    }
    .section-two{
      padding: 104px 0 132px 0;
    }
    .section-two p{
    font-size: 20px;
  }
}
@media (min-width: 992px){
    .section-two{
      padding: 100px 0;
    }
}
@media (min-width: 1200px){
    .section-two img{
      left: 0;
  }
  .section-two{
      padding: 104px 0 156px 0;
    }
}
@media (min-width: 1390px){
  .section-two img{
      left: 80px;
  }
}
/* Section Three
   ======================= */
  .section-three{
    text-align: center;
    color: #fff;
    padding-top: 54px;
  }
  .section-three p{
    font-size: 14px;
    line-height: 1.6;
  }

  .section-three .left .icon, .section-three .right .icon{
    padding-bottom: 15px;
  }
  .section-three .left .first-content{
    padding: 30px 15px;
    background-color: #67988f;
    margin-bottom: 25px;
  }
  .section-three .left .first-content h3, .section-three .right .third-content h3{
    font-weight: bold;
    padding-bottom: 30px;
    font-size: 18px;
  }
  .section-three .left .second-content{
    background-color: #d72a55;
    padding: 30px 15px;
    margin-bottom: 25px;
  }
  .section-three .left .second-content .title{
    font-size: 18px;
  }
  .section-three .right .third-content{
    background-color: #5a7e98;
    padding: 30px 15px;
  }

  @media (min-width: 768px){
  .section-three .left{
    padding-right: 15px;
  }
  .section-three .right{
    padding-left: 15px;
  }
  .section-three .left .first-content{
    padding: 40px 20px 20px 20px;
  }
  .section-three .left .second-content{
    margin-bottom: 0;
    padding: 20px 20px;
  }
  .section-three .left .icon, .section-three .right .icon{
    padding-bottom: 15px;
  }
  .section-three .left .first-content h3, .section-three .right .third-content h3{
    padding-bottom: 30px;
    font-size: 24px;
  }
  .section-three .left .second-content .title{
    font-size: 24px;
  }
  .section-three p{
    font-size: 16px;
  }
  .section-three .right .third-content{
    padding: 40px 20px 65px 20px;
  }
  .section-three .right .third-content p{
    padding: 0 20px;
  }
}

 @media (min-width: 992px){
  .section-three .left .first-content{
   padding: 40px 20px 20px 20px;
  }
  .section-three .left .second-content{
    margin-bottom: 0;
    padding: 15px 45px;
  }
  .section-three .left .icon, .section-three .right .icon{
    padding-bottom: 30px;
  }
  .section-three .left .first-content h3, .section-three .right .third-content h3{
    padding-bottom: 40px;
    font-size: 24px;
  }
  .section-three .right .third-content{
    padding: 40px 20px 70px 20px;
  }
}
  @media (min-width: 1200px){
   .section-three .left .second-content{
    padding: 0;
    padding: 28px 15px;
  }
  .section-three .right .third-content {
    padding-bottom: 38px;
  }
  .section-three .left .second-content .title{
    font-size: 22px;
  }
  .section-three .right .third-content p{
    padding: 0 25px;
  }
  .section-three p{
    font-size: 20px;
  }
}
  @media (min-width: 1390px){
  .section-three .left .first-content{
   padding: 57px 50px;
  }
   .section-three .left .second-content{
    padding: 0;
    padding: 28px 45px;
  }
  .section-three .right .third-content {
    padding: 57px 20px 75px 20px;
  }

  .section-three .right .third-content p{
    padding: 0 55px;
  }
  .section-three .left .icon, .section-three .right .icon{
    padding-bottom: 30px;
  }
  .section-three .left .first-content h3, .section-three .right .third-content h3{
    padding-bottom: 79px;
    font-size: 24px;
  }
}
/* Section Four
   ======================= */
  .section-four{
    text-align: center;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    max-width: 1600px;
    margin: 0 auto;
  }
  .section-four .content h2{
    font-size: 30px;
    font-style: bold;
    padding-bottom: 35px;
    line-height: 61px;
  }
  .section-four img{
    display: none;
    position: absolute;
    left: 120px;
    overflow: hidden;
  }
  @media (min-width: 768px){
    .section-four{
    padding: 111px 0;
  }
    .section-four .content h2{
    font-size: 40px;
  }
}
   @media (min-width: 992px){
    .section-four img{
    display: initial;
    top: -23px;
  }
}
   @media (min-width: 1200px){
    .section-four img{
    top: -25px;
  }
}
/* Footer Links
   ======================= */
  .footer-links{
  	background-color: #86c5b9;
  	text-align: center;
  	padding: 15px 0;
  }
  .footer-links ul{
  	font-size: 0;
  }
  .footer-links li{
  	display: inline-block;
  	vertical-align: middle;
  	width: 100%;
  	margin: 5px 0;
  }
  .footer-links li:last-child{
  	border-right: none;
  }
  .footer-links a{
  	color: white;
  	text-transform: uppercase;
  	font-size: 14px;
  	line-height: 14px;
  	transition: 0.3s;
  }
  .footer-links a:hover{
  	color: #d72a55;
  }

  @media (min-width: 992px){
  	.footer-links li{
  		width: auto;
  		margin: 0;
  		padding: 0 10px;
  		border-right: 2px solid white;
  	}
  }

  @media (min-width: 1200px){
  	.footer-links li a{
  		font-size: 20px;
  		line-height: 20px;
  	}
  }

/* Footer
   ======================= */
  #footer{
  	padding: 30px 0;
  	background-color: black;
  	color: #aeaeae;
  	text-align: center;
  }
  #footer img{
  	display: inline-block;
    padding-bottom: 30px;
  }
  #footer p{
		font-size: 14px;
		line-height: 26px;
  }
/* BANNER AND SECTION FOUR BUTTONS 
  ===========================*/

  .banner-btn a, .sf-btn a{
    letter-spacing: 1px;
    background-color: #d72a55;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 8.5px 40px;
    transition: 0.3s;
    text-transform: uppercase;
  }
  .banner-btn, .sf-btn{
    display: block;
    width: 100%;
  }
  .banner-btn a:hover, .sf-btn a:hover {
    background-color: #b72247;
  }

  @media (min-width: 768px){
    .banner-btn a, .sf-btn a{
      font-size: 20px;
      padding: 18.5px 65px;
  }
}

@media (max-width: 639px){
	    table{ width:100%;}
    table td{ display:block; }

}

.fileUpload {
    background-color: #bec0cb;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 10px;
    margin: 10px;
    overflow: hidden;
    padding: 7px;
    position: relative;
    text-transform: none;
    white-space:normal;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileupload_outer{ display:inline-block; }
@media (max-width: 375px) {
	.upload_info{ line-height:normal; }
	input[name="later"]{ display:none; }
}
