body{
	font-family: 'Almarai', sans-serif;
	font-size: 22px;
	line-height: 1.25em;
	color: #333333;
	background-color: #FFF;
	letter-spacing: .03em;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	width: 100%;
	overflow-x: hidden;
}

/********************************************************************************
* Links
*********************************************************************************/
a{
	color: #23A967;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover, a:active, a:focus{
	color: #0066ff;
	text-decoration: none;
}



/********************************************************************************
* Headings
*********************************************************************************/

h1, .h1 {
	font-family: 'Almarai', sans-serif;
	font-size: 48px;
	color: #23a967;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.bg-dark-image h1, .bg-dark-image .h1, .bg-color h1, .bg-color .h1 { 
	color: #be8d4b;
}
h2, .h2 {
	font-family: 'Oleo Script', sans-serif;
	font-size: 48px;
	color: #0066ff;
	padding-top: 25px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 50px;

}
.bg-dark-image h2, .bg-color h2, .bg-dark-image .h2, .bg-color .h2 { 
	color: #0066ff;
}
h3{
	font-family: 'Oleo Script', sans-serif;
	font-size: 36px;
	color: #0066ff;
}
h4{
	font-family: 'Almarai', sans-serif;
	font-size: 20px;
	color: #0066ff;
	text-transform: uppercase;
}
h5{
	font-family: 'Almarai', sans-serif;
	font-size: 18px;
	color: #0066ff;
	text-transform: uppercase;
}
h6{
	font-family: 'Almarai', sans-serif;
	font-size: 16px;
	color: #0066ff;
	text-transform: uppercase;
}
/********************************************************************************
* Miscellaneous Type Setting
*********************************************************************************/
p{
	margin-bottom: 30px;
}

hr{
	border: none;
	width: 100%;
	height: 2px;
	background-color: #e0e8ef;
}
blockquote{
	display:block;
	background-color: rgba(0,0,0,.1);
	padding: 15px 20px 15px 45px;
	margin: 0 0 20px;
	position: relative;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: normal;
	color: #0066ff;
	text-align: justify;
	border-left: 15px solid #0066ff;
	border-right: 3px solid #0066ff;
}

blockquote::before{
	content: "\201C"; /*Unicode for Left Double Quote*/
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: 700;
	color: rgba(52, 61, 70, .2);
	position: absolute;
	left: 10px;
	top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

.well{	
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(255,255,255,.9);
	overflow: hidden;
}

.panel-default{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #e0e8ef;
}
.panel-default > .panel-heading{
	border: none;
	border-radius: 0;
	background-color: #DDD;
}
.panel-group .panel{
	border-radius: 0;	
}
.panel-primary{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: #e0e8ef;
}
.panel-primary > .panel-heading{
	border: none;
	border-radius: 0;
	background-color: #000;
    padding: 3px 15px;
}

.panel-heading h3 { 
	color: #FFF;
    font-family: 'Almarai', sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.panel-primary > .panel-heading > .panel-title > a {
	color: inherit;
	font-weight: bold;
    font-size: 26px;
}
.alignright{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;	
}
.alignleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;	
}

.img-thumbnail{
	border: none;
	padding: 0;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}

/********************************************************************************
* Lists
*********************************************************************************/
ul.styled-list, .faq-list ul{
   list-style: none;
   margin: 0 0 30px 0;
   padding: 0; 
   overflow:hidden;
}
ul.styled-list li, .faq-list ul li{
	border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    list-style: none outside none;
    margin-left: 15px;
    padding: 12px 15px 12px 40px;
    position: relative;
}
ul.styled-list li ul li, .faq-list ul li ul li, ul.styled-list li:last-child{
	border-bottom: none;
}
ul.styled-list li:before, .faq-list ul li:before{
	font-family: 'Font Awesome 5 Pro';
	content:"\f138\00a0";
	color: #0066ff;
    display: block;
    font-size: 1.25em;
    left: 1px;
    position: absolute;
    top: 8px;
}
ul.styled-list li ul li:before, .faq-list ul li ul li:before{
	font-family: 'Font Awesome 5 Pro';
	content:"\f054\00a0";
	color: #0066ff;
	display: block;
    left: 1px;
    position: absolute;
}

ol.styled-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.styled-list > li{
    position: relative;
    margin-bottom: 15px;
    padding: 1em;
    color: #0066ff;
    background-color: rgba(0,0,0,.1);
}
ol.styled-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.94em;
    height: 1em;
     
    font-size: 2em;
    line-height: 0.94;
    text-align: center;
    color: #0066ff;
 
    background-color: #000;
    content: counter(li-counter);
    counter-increment: li-counter;
}

.two-column-list {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
     column-count: 2;
     column-gap: 30px;
}
.three-column-list {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
     column-count: 3;
     column-gap: 30px;
}
.two-column-list li, .three-column-list li, .two-column-list.styled-list li, .three-column-list.styled-list li{
	display: inline-block;
	width: 100%;
}

.styled-list h1, .styled-list h2, .styled-list h3, .styled-list h4, .styled-list h5, .styled-list h6{
	margin-bottom: 8px;
    margin-top: 3px;	
}
.styled-list p{
	margin-bottom: 5px;	
}
.two-column-list.styled-list li, .three-column-list.styled-list li{
	border: none;
}

/********************************************************************************
* Background Library
*********************************************************************************/
.section-none {
	background-color: #FFF;
	color: #23a967;
}
.section-light {
	background-image: url('../img/fabric_of_squares_gray.png');
}
.section-dark {
	background-color: #333333;
	color: #FFF;
}



/********************************************************************************
* Buttons
*********************************************************************************/
.btn, .vfbp-form .btn-primary {
	color: #FFF;
	background-color: #0066ff;
	font-family: 'Almarai', sans-serif;
	border-radius: 0;
    border: medium none;
    border-radius: 0;
    box-shadow: 2px 3.464px 0 0 rgba(5, 5, 6, 0.15);
    font-size: 14px;
	font-weight: 400;
    padding: 4px 15px;
    text-shadow: none;
	text-transform: uppercase;
}
.btn:hover, .btn:active, .btn:focus, .vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:active, .vfbp-form .btn-primary:hover {
	color: #FFF;
	background-color: #23A967;
}
.btn.active, .btn:active { 
	background-color: #23A967;
}
.btn:active{
	position:relative;
	top: 1px;
}
.btn-small{
	font-size: 14px;
}
.btn-large{
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.btn-xlarge{
	font-size: 36px;
}
.btn-wide{
	width: 100%;
}
.btn.icon-left .fa{
	position:absolute;
	height: 100%;
	padding: 5px 10px;
	text-align:center;
	top: 0;
	left: 0;
	width: 50px;
	font-size: 24px;
}
.btn.icon-left{
	text-align:left;
	padding-left: 60px;
	position:relative;
}
.btn.icon-right .fa{
	position:absolute;
	height: 100%;
	padding: 5px 10px;
	text-align:center;
	top: 0;
	right: 0;
	width: 50px;
	font-size: 24px;
}
.btn.icon-right{
	text-align:left;
	padding-right: 60px;
	position:relative;
}
.btn.icon-left:hover .fa, .btn.icon-right:hover .fa{

}

.btn.icon-left:focus .fa, .btn.icon-right:focus .fa{

}
.btn.icon-left:active .fa, .btn.icon-right:active .fa{
	position: absolute;
}
.btn-large.icon-left .fa, .btn-large.icon-right .fa{
	padding: 6px 8px;
	font-size: 36px;
	line-height: 30px;
}

.btn-blue{
	background: #3d84a4;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus{
	background: #73b7d5;
}
.btn-blue.icon-left .fa, .btn-blue.icon-right .fa{
	color: #73b7d5;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn-blue.icon-left:hover .fa, .btn-blue.icon-left:active .fa, .btn-blue.icon-left:focus .fa, .btn-blue.icon-right:hover .fa, .btn-blue.icon-right:active .fa, .btn-blue.icon-right:focus .fa{
	color: #FFF;
}
/********************************************************************************
* Header
*********************************************************************************/
header.header-wrapper{
	z-index: 1001;
  	box-shadow: none;
	background-color: rgba(255,255,255,.75);
}
header.header-wrapper .masthead { 
	padding-top: 0px;
	padding-bottom: 0px;
}
header.header-wrapper .masthead-container { 
	position: relative;
}
header.header-wrapper .masthead .masthead-container .logo-container { 
	position: absolute;
	left: 0;
	top: -1.75rem;
}
header.header-wrapper .masthead .masthead-container .logo-container img { 
	height: 129px;
	width: auto;
}

/********************************************************************************
* Top Navigation
*********************************************************************************/
.navbar-top{
	background-color: #EFF0F0;
	color: #333333;
	margin-bottom: 0;
	min-height: 0;
	padding: 5px 0;
	font-size: 14px;
}

header.header-wrapper .tagline{
	font-family: 'Almarai', sans-serif;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
	margin-top: 10px;
}
header.header-wrapper .contact-container{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
header.header-wrapper .contact-container li{
	display: inline-block;
	color: #CB9E51;
	padding: 0 15px;
}
header.header-wrapper .contact-container li:first-child{
	padding-left: 0;
}
header.header-wrapper .contact-container li:last-child{
	padding-right: 0;
}
header.header-wrapper .contact-container li .fa{
	font-size: 20px;
	line-height: 16px;
	padding-right: 5px;
}


header.header-wrapper .social-container{
	display: inline-block;
    list-style: outside none none;
    margin: 0 0 0 15px;
    padding: 0;
    text-align: right;
	float: right;
}
header.header-wrapper .social-container li{
	display: inline-block;
}
header.header-wrapper .social-container li a{
	color: #0066ff;
	font-size: 20px;
	padding: 0 5px;
}
header.header-wrapper .social-container li:first-child a{
	padding-left: 0;
}
header.header-wrapper .social-container li:last-child a{
	padding-right: 50px;
}
header.header-wrapper .social-container li a:hover, header.header-wrapper .social-container li a:focus{
	color: #23A967;
}
/********************************************************************************
* Main Navigation
*********************************************************************************/
.navbar-light{
	border: none;
	margin-bottom: 0;
	background-color: transparent;
}
.navbar-light .navbar-nav > li{
	margin: 0 10px;	
}
.navbar-light .navbar-nav > li:first-child{
	margin-left: 0;
}
.navbar-light .navbar-nav > li:last-child{
	margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
	background-color: transparent;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
	letter-spacing: .075em;
	padding: 15px 15px;
	text-align: center;
}
.navbar-light .navbar-nav .active > .nav-link { 
	color: #333333;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #333;
	background-color: #EFF0F0;
}
.navbar-light .navbar-nav .nav-link > .active > a, .navbar-light .navbar-nav .nav-link > .active > a:hover, .navbar-light .navbar-nav .nav-link > .active > a:focus{
	color: #333;
	background-color: #EFF0F0;
}
.navbar-light .navbar-nav .nav-link > .open > a, .navbar-light .navbar-nav > .open > a:hover, .navbar-light .navbar-nav .nav-link > .open > a:focus{
	color: #333;
	background-color: #EFF0F0;
}

.navbar-light .navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	padding-top: 10px;
	text-align: left;
	border: none;
	background-color: #FFF;
}
.navbar-light .navbar-nav > li > .dropdown-menu:after {
	bottom: 100%;
	right: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(67, 58, 48, 0);
	border-bottom-color: #FFF;
	border-width: 10px;
	margin-left: -10px;
}
.navbar-light .navbar-nav > li > .dropdown-menu > li > a{
	color: #333;
	font-size: 16px;
	padding: 10px 20px;
	letter-spacing: .05em;
	font-family: "Open Sans",sans-serif;
}
.navbar-light .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-light .navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: transparent;
	color: #0066ff;
}
.navbar-light .navbar-nav > li > .dropdown-menu > .active > a, .navbar-light .navbar-nav > li > .dropdown-menu > .active > a:hover, .navbar-light .navbar-nav > li > .dropdown-menu > .active > a:focus{
	color: #0066ff;
	background-color: transparent;
}

.navbar-light .navbar-toggler {
	background-color: #23a967;
	border: none;
	border-radius: 0;
}
.navbar-light .navbar-toggler .icon-bar{
	background-color: #FFF;
}
.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus{
	background-color: #0066FF;
}
.navbar-light .navbar-brand {
    color: #23a967;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.navbar-light .navbar-brand:hover{
	color: #333333;
}
/********************************************************************************
* Slider
*********************************************************************************/
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .carousel-item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #23a967;
    border-color: #23a967;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    background-color: #0066ff;
    border-color: #0066ff;
    opacity: 1;
}



/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;

    text-align: center;
    text-shadow: 4px 4px 8px rgba(0,0,0,1);
      -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);
}
.hero .h1 {
    font-size: 3.5em;    
    margin: 0;
    padding: 10px;
	color: #FFF;
}
.hero .h2 { 
	color: #FFF;
	font-size: 2.5em;
	padding: 10px;
}
.hero .btn { 
	font-size: 1.25em; 
}

.fade-carousel .carousel-inner .carousel-item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .carousel-item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.slide-image {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


/********************************************************************************
* Page Header
*********************************************************************************/
.section-page-header{
	text-align: center;
	position: relative;
	max-height: 500px;
	overflow: hidden;
}
.section-page-header img { 
	width: 100%;
}
.page-header{
	border: none;
	margin-top: 80px;
}
.section-heading { 
}
.page-header h1{
}

.section-breadcrumbs{
	color: #FFF;
	font-size: 18px;
	padding: 20px 0;
	text-shadow: 0.1em 0.1em 0.2em #000;
}
.section-breadcrumbs .fa{
	padding: 0 10px;
}

.section-breadcrumbs a { 
	color: #FFF;
}

.section-breadcrumbs a:hover { 
	color: #EFF0F0;
}
/********************************************************************************
* Content
*********************************************************************************/
.wow {
	visibility:hidden;
} 
.section-light { 
	color: #6A4D25;
}
.section-content { 
	padding: 0;
}.

.section-padding { 
	padding: 120px 0;
}
.section-no-btm-padding { 
	padding-bottom: 0px;
}
.page-template-template-home .main { 
	padding-bottom: 80px;
}
.page-template-template-home .section-content p:last-child, .section-content p:last-child{
	margin-bottom: 0;
}
.section-heading {
	text-align: center;
}
.section-heading h1 { 
	font-weight: 300;
}
.page-template-template-home h1.section-heading { 
	margin-top: 80px;
	
}
h2.section-heading{ 
	margin-top: 80px;
}

.card {
	border: none;
	border-radius: 0;
	font-size: .95em;
}
.card-inverse {
	background-color: #343d46;
}
.card-img-bottom {
	border-radius: 0;
}
.card-block{
	padding: 30px;
}
.card-block p:last-of-type{
	margin-bottom: 0;
}
.card-meta{
	border-top: 2px solid rgba(52, 61, 70, 0.2);
	margin-top: 15px;
	padding-top: 15px;
}
.card-meta small {
	display: inline-block;
	margin-right: 10px;
	overflow-wrap: break-word;
	word-break: break-all;
}
.card-meta small:last-child {
	margin-right: 0;
}
.card-meta small .fa {
	margin-right: 3px;
}
/********************************************************************************
* Sidebar
*********************************************************************************/
.sidebar{
    padding-left: 30px;
}
.sidebar .widget{
	border-bottom: 3px solid #e0e8ef;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.sidebar > .widget:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.sidebar .widget h3{
	font-size: 20px;
	margin-top: 0;
}
.sidebar .widget .widget-content{
	padding: 15px;
	background-color: #e0e8ef;
}


/********************************************************************************
* Parallax
*********************************************************************************/
.section-featured-image {
	height: 400px;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.section-tall-height { 
	height: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

/********************************************************************************
* Section :: Gallery
*********************************************************************************

/* Controls
---------------------------------------------------------------------- */

#section-gallery {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	background-image: url('../img/halftone.png');
	padding-bottom: 100px;
}
#section-gallery .controls {
	padding: 2rem 1rem;
	text-align: center;
}
#section-gallery .control {
	position: relative;
	display: inline-block;
	background: none;
	border: 3px solid rgba(255, 255, 255, 0);
	cursor: pointer;
	color: #371e00;
	padding: 5px 15px;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 400;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#section-gallery .control:hover {
	color: #371e00;
}
#section-gallery .mixitup-control-active {
	background: transparent;
	color: #0066ff;
	border-color: #0066ff;
}
#section-gallery .control[data-filter]+.control[data-sort] {
	margin-left: .75rem;
}

/* Container
---------------------------------------------------------------------- */

.gallery-container {
	font-size: 0.01em;
}
.gallery-container:after {
	content: '';
	display: inline-block;
	width: 100%;
}
.mfp-container button:hover, .mfp-container button:focus, .mfp-container input[type="button"]:hover, .mfp-container input[type="button"]:focus{
	background-color: transparent;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix, .gap {
	display: block;
	float: left;
	vertical-align: top;
}
.mix {
	background: #EFF0F0;
	position: relative;
	overflow: hidden;
}

/*.mix:before {
    content: '';
    display: inline-block;
}*/

.mix img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mix:hover img {
	opacity: .2;
}
.mix .icon-zoom {
	font-size: 36px;
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mix:hover .icon-zoom {
	opacity: 1;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */


/* 2 Columns */

.mix, .gap {
	/*width: calc(100%/2 - (((2 - 1) * 1rem) / 2));*/
	width: calc(100%/2);
}

/* 3 Columns */

@media screen and (min-width: 541px) {
	.mix, .gap {
		width: calc(100%/3);
	}
}

/* 4 Columns */

@media screen and (min-width: 961px) {
	.mix, .gap {
		width: calc(100%/4);
	}
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
	.mix, .gap {
		width: calc(100%/5);
	}
}

/********************************************************************************
* Custom Post - Section Child Services
*********************************************************************************/
.service-container { 
	padding-bottom: 60px;
}

.service-container .card-service {
	padding: 0px;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	color: #333333;
	margin-bottom:20px;
}
.service-container .card:hover{
}

.service-container .card { 
	line-height: 1.3em; 
	min-height: 220px;
}
.service-container .card .card-title { 
	font-size: 26px;
	color: #0066ff;
}
.service-container .card .card-block{
    position: relative;
	

}
.service-container .card .card-block a{
	font-weight:700;
	text-decoration:none;
}
.service-container .card .card-block i:hover { 
	color: #23a967;
}


/********************************************************************************
* CTAs
*********************************************************************************/
.section-cta .btn-large{
	padding: 30px 15px;
	position: relative;
	z-index: 1;
}
.section-badges{
	background-color: #F5F5F5;
	padding: 30px 0;
}
.section-badges h4{
	margin-bottom: 5px;
}
.section-badges p{
	margin-bottom: 0;
}
.badge-image{
	margin: 0 auto;
    max-height: 100px;
}


/********************************************************************************
* Capsules
*********************************************************************************/
.section-capsules { 
	padding-top: 100px;
	padding-bottom: 20px;
	background-attachment: fixed;
}


.section-capsules .grid {
	padding: 20px 20px 80px 20px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.section-capsules .grid li {
	display: inline-block;
	margin: 0;
	padding: 20px;

	text-align: left;
	position: relative;
}

.section-capsules .grid .grid-li { 
	position: relative;
	width: 600px;
}

.section-capsules .grid figure {
	margin: 0;
	position: relative;
}

.section-capsules .grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.section-capsules .grid figcaption {
	padding: 20px;
	line-height: 1.3em; 
	font-size: 16px;
	margin-bottom: 4px;
	color: #333333;
}

.section-capsules .grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #333333;
}

.section-capsules .grid h3 { 
	font-size: 36px;
	margin-top: -60px;
	position: relative;
	z-index: 3; 
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.2em #000;	
	text-align: center;
	width: 100%;
}

.section-capsules .grid h3:hover { 
	color: #3bf799;
}

.section-capsules .grid h3::after { 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 31.5em) {
	.section-capsules .grid {
		padding: 10px 10px 80px 10px;
	}
	.section-capsules .grid li {
		width: 100%;
		min-width: 400px;
	}
}

/********************************************************************************
* Contact
*********************************************************************************/
.contact-info {
	width: 100%;
	padding: 15px 0;
	margin-bottom: 30px;
}
#section-contact .well { 
	background-color: rgba(0,0,0,.75);
	color: #FFF;
}
#section-contact a { 
	color: #FFF; 
}
.contact-info .fa{
	color: #0066ff;
}
.contact-info .fa-inverse{
	color: #fff;
}
.contact-info>.row>div {
	border-bottom: 1px solid #e0e8ef;
	padding: 10px 15px;
}
.contact-info>.row:first-child>div {
	padding-top: 0;
}
.contact-info>.row:last-child>div {
	border-bottom: 0;
	padding-bottom: 0;
}

.form-control {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	border-color: #e0e8ef;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 1px 3px 1px !important;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	height: 45px;
	margin: 10px 0;
	padding: 4px 15px;
	color: #343d46;
	-webkit-transition: all 0.36s ease 0s;
	-moz-transition: all 0.36s ease 0s;
	-ms-transition: all 0.36s ease 0s;
	-o-transition: all 0.36s ease 0s;
	transition: all 0.36s ease 0s;
	font-size: 20px;
}
.form-control:focus {
	border-color: #0066ff;
	box-shadow: none;
	background-color: rgba(255, 255, 255, .9);
}
textarea.form-control {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px;
}
.error, .nf-form-wrap .nf-error-msg, .nf-form-wrap .ninja-forms-req-symbol, .nf-form-wrap .nf-error .ninja-forms-field {
    border-color: #EFF0F0;
    color: #EFF0F0;
}
.nf-form-wrap .nf-error-msg{
	font-size: 12px;
}
.nf-form-wrap{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 3px solid #e0e8ef;
}
.nf-before-form-content{
	padding-bottom: 20px;
}

.section-child-contact { 
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.section-child-contact h2, .section-child-contact h3 { 
	color: #FFF; 
	font-weight: bold;
}

.section-child-contact .widget-contact h3 {
	margin-top: 50px;
	
}	
.section-child-contact .contact-info .fa { 
	margin-left: 10px;
}
.section-child-contact .contact-info .contact-info-text { 
	font-size: 14px;
}

/********************************************************************************
* Footer Reusable Block
*********************************************************************************/
#footer-about{
	background-color: #23a967;
	color: #FFF;
	padding: 35px 0;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 1px solid rgba(255,255,255,.25); 
	margin-top: 50px;
}

.page-template-template-home #footer-about { 
	margin-top: 0px;
}

#footer-about a, #footer-about a:hover, #footer-about a:focus, #footer-about a:active { 
	color: #FFF; 
}

/********************************************************************************
* Footer
*********************************************************************************/
footer.footer-wrapper{
	background-color: #23a967;
	color: #FFF;
	padding: 35px 0;
	font-size: 14px;
}

.copyright{
	letter-spacing: .05em;
}
.copyright > div{
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid rgba(255,255,255,.1);
}
.copyright > div:first-child{
	padding-left: 0;
}
.copyright > div:last-child{
	padding-right: 0;
	border-right: none;
}
.copyright a{
	color: #FFF;
	font-size: 12px;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.copyright a:hover{
	color: #EFF0F0;
	text-decoration: none;
}

.btn-backtotop{
	float: right;
	background-color: transparent;
	color: #FFF;
	padding: 0;
	box-shadow: none;
	font-size: 13px;
}
.btn-backtotop:hover, .btn-backtotop:focus{
	background-color: transparent;
	color: #EFF0F0;
}

/********************************************************************************
* Scrolling
*********************************************************************************/
header.header-wrapper, .navbar-top, header.header-wrapper .logo img, header.header-wrapper .masthead,.navbar-light .navbar-header{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
body.scrolling header.header-wrapper{
	background-color: rgba(255,255,255, 1);
	border-bottom: 3px solid #ACAEAA;
}
body.scrolling header.header-wrapper .masthead {
    padding-bottom: 0px;
    padding-top: 0px;
}
body.scrolling header.header-wrapper .masthead .logo-container {
	top: 5px;
}
body.scrolling header.header-wrapper .masthead .logo-container img {
	max-height: 60px;	
	width: auto;
}
body.scrolling .navbar-top{
	height: 0;
	opacity: 0;
	display: none;
}
body.scrolling .navbar-light .navbar-header{
	background-color: rgba(0,0,0,0)
}
/********************************************************************************
* Misc Bootstrap Helpers
*********************************************************************************/
.container-fluid, .container-fluid.container-sm-height, .container-fluid.container-md-height{
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;	
}
/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

b, strong {
	font-weight: 900;
}

/********************************************************************************
* Miscellaneous Plugin Styles
*********************************************************************************/
.visual-form-builder-container {
	margin-top: 45px;
}

.visual-form-builder-container fieldset{
	border: none;
	border-radius: 0;
	background-color: rgba(0,0,0,.75);	
}
.visual-form-builder label, label.vfb-desc { 
	color: #FFF;
}
.vfb-legend h3 { 
	color: #0066ff;
}
.vfb-submit, input.vfb-submit[type="submit"]{
	color: #FFF;
	background-color: #EFF0F0;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 18px;
	border: none;
	padding: 4px 15px;
	text-shadow: none;
}
.vfb-submit, input.vfb-submit[type="submit"]:hover, .vfb-submit, input.vfb-submit[type="submit"]:active, .vfb-submit, input.vfb-submit[type="submit"]:focus{
	color: #FFF;
	background-color: #0066ff;
}


/********************************************************************************
* Video Wrapper for Responsive Video
*********************************************************************************/
.videowrapper, .entry-content-asset {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe, .entry-content-asset iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#section-283-2 { 
	display: none;
}

@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}
/********************************************************************************
* Media Queries
*********************************************************************************/
@media (max-height: 799px){
	.slider-text-container{
		padding-bottom: 80px;
	}
	.slider-text-container h2 {
		color: #fff;
		font-size: 48px;
		line-height: 48px;
	}
}
@media (max-width: 1599px){
	.section-page-header{
		background-size: auto;
	}
	.hero h1 { 
		font-size: 3em;
	}
	.hero h2 { 
		font-size: 1.5em;
	}

}
@media (max-width: 1199px){
	.navbar-light .navbar-nav > li > a {
		font-size: 16px;
		padding: 20px 10px;
	}
	.slider-text-container .slider-title {
		font-size: 48px;
		line-height: 48px;
	}
	.section-child-gallery .card-columns {
		column-count: 4;
	}
	.hero { 
		top: 60%;
		
	}
	.hero .h1 { 
		font-size: 2.5em;
	}
	.hero .h2 { 
		font-size: 1.5em;
	}
	header.header-wrapper .masthead .masthead-container .logo-container { 
		left: 1rem;
	}
	header.header-wrapper .masthead .masthead-container .logo-container img {
		width: auto;
		height: auto;
	}
}
@media (max-width: 991px){
	h1 { 
		font-size: 36px;
	}
	h2 { 
		font-size: 30px;
	}
	h3 { 
		font-size: 24px;
	}
	h4 { 
		font-size: 20px;
	}
	.three-column-list {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		 column-count: 2;
	}
	.navbar-top {
		font-size: 14px;
		text-align: center;
	}
	header.header-wrapper .masthead .masthead-container .logo-container img {
		margin-left: 50px;
		
	}

	.navbar-light .navbar-nav > li{
		margin: 0 5px;
	}
	.navbar-light .navbar-nav > li > a {
		font-size: 14px;
		padding: 12px 8px;
	}
	.slider-text-container{
		width: 100%;
		padding: 0 30px 100px 30px;
		text-align: center;
	}
	.slider-text-container .slider-title {
		font-size: 36px;
		line-height: 36px;
	}
	.slider-text-container .slider-content {
		display: none;
	}
	.page-header h1 {
		font-size: 48px;
	}
	.section-content{
		padding: 50px 0;
	}
	.capsule-home{
		margin-bottom: 30px;
	}
	.sidebar {
		border-top: 3px solid #e0e8ef;
		margin-top: 50px;
		padding-left: 15px;
		padding-top: 50px;
	}
	.section-cta .btn-large {
		padding: 20px 15px;
	}
	.section-child-gallery .card-columns {
		column-count: 3;
	}
	.slider-text-container { 
		display: none;
	}
	.news-home { 
		margin-bottom: 20px;
	}
	header.header-wrapper .masthead .masthead-container .logo-container {
		left: -5rem;
		top: -2rem;
	}
	header.header-wrapper .masthead .masthead-container .logo-container .logo { 
		margin: 0 auto;
		margin-top: 20px;
	}
	.section-contact-map { 
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.section-capsules .grid .grid-li { 
		width: 320px;
	}
	header.header-wrapper a.company-name { 
		position: relative;
		text-align: center;
	}
	header.header-wrapper .header-company { 
		text-align: center;
	}
	header.header-wrapper .logo img { 
		padding-bottom: 20px;
		margin-left: auto;
	}
	.hero { 
		top: 40%;
		
	}
	header.header-wrapper .masthead .masthead-container .logo-container img {
		margin-left: auto;
	}
	.img-thumbnail, .thumbnail, .img-thumbnail.alignleft, .thumbnail.alignleft {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin: 30px auto;
	}
	.two-column-list, .three-column-list {
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		 column-count: 1;
		 column-gap: 0;
		display: block;
	}
	.btn{
		white-space: normal;
	}
	body.scrolling header.header-wrapper .masthead {
		padding-bottom: 0;
		padding-top: 0;
	}
	header.header-wrapper .logo img{
		margin: 0 auto;
		max-width: 200px;
	}
	body.scrolling header.header-wrapper .logo img{
		height: 0;
		width: 0;
		opacity: 0;
		margin: 0;
		padding: 0;
	}
	.navbar-light .navbar-collapse{
		background-color: #0066ff;
	}
	.navbar-light .navbar-header{
		background-color: #343d46;
	}
	.navbar-light .navbar-nav .dropdown-menu:after{
		display: none;
	}
	.navbar-light .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.navbar-light .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-light .navbar-nav .open .dropdown-menu > li > a:hover{
    	color: #EFF0F0;
	}
	.slider-text-wrapper{
		width:100%;
	}
	.slider-text-container {
		left: 0;
		padding: 0 15px 30px;
		text-align: center;
		width: 100%;
	}
	.section-page-header > .container{
		width: 100%;
	}
	.page-header h1 {
		font-size: 36px;
	}
	
	.card-staff {
		text-align: center;
	}
	.card-staff > .row > .col-top{
		padding: 0 15px;
	}
	.card-staff img {
    	margin: 30px auto 0;
	}
	.card-staff .card-block {
		padding: 30px;
	}
	.section-cta .btn-large{
		font-size: 20px;
	}
	.footer-wrapper{
		text-align: center;
	}
	.container-xs-height {
		width: 100%;
	}
	.section-child-gallery .card .icon-zoom {
		padding-top: 5px;
	}
	header.header-wrapper .masthead .masthead-container .logo-container {
		position: relative;
		left: inherit;
		top: inherit;
		text-align: center;
	}
	header.header-wrapper .masthead .masthead-container .logo-container .logo { 
		margin: 0 auto;
		margin-top: 20px;
	}
	#bs-carousel .carousel-inner { 
		margin-top: 200px;
	}
	body.scrolling header.header-wrapper .masthead .logo-container, body.scrolling header.header-wrapper .masthead .logo-container img {
		display: none;
	}

	#bs-carousel .hero { 
		width: 80%;
	}
	#bs-carousel .hero h1 { 
		font-size: 1.5em;
	}
	#bs-carousel .hero h2 { 
		font-size: 14px;
	}

}
@media (max-width: 600px){
	.hero .h1 { 
		font-size: 2em;
	}
	h1 { 
		font-size: 36px;
	}
	h2 { 
		font-size: 36px;
	}
	h3 { 
		font-size: 24px;
	}
	h4 { 
		font-size: 18px;
	}
	.has-large-font-size { 
		font-size: 24px;
		margin-bottom: 10px;
	}
	.section-capsules .grid h3 {
		margin-top: -40px;
		font-size: 24px;
	}
	.section-capsules .grid li {
		min-width: 320px;
	}
	.slider-text-container {
		font-size: 14px;
	}
	.alignright, .alignleft{
		display: block;
		float: none;
		margin: 30px auto;
	}
	.contact-address{
		display: none !important;
	}
	.section-child-gallery .card-columns {
		column-count: 1;
	}
	.section-child-gallery .card .icon-zoom {
		padding-top: 30px;
	}
	.section-testimonials .carousel-inner .carousel-item p{
		font-size: 14px;
	}
	.section-testimonials .carousel-control-prev{
		left: -40px;
	}
	.section-testimonials .carousel-control-next{
		right: -40px;
	}
	.section-child-contact { 
		background-size: cover;
	}
	.section-services { 

	}
	.btn-backtotop { 
		margin-top:50px;
		text-align: center;
	}
	header.header-wrapper .masthead .masthead-container .logo-container {
		max-width: inherit;
	}
	.section-capsules .grid-overlay { 
		top: 45%;
		left: 45%;
		text-align: center;
	}
	.section-child-testimonials .carousel-control-prev{
		left: -10px;
		bottom: 0px;
	}
	.section-child-testimonials .carousel-control-next{
		right: -10px;
		bottom: 0px;
	}
	.section-child-testimonials p { 
		height: auto;
		overflow: normal;
		text-align: left;
	}
	.section-child-testimonials blockquote { 
		border-left: 2px;
		border-right: 2px;
		padding: 30px;
	}
	.section-child-testimonials h3 { 
		font-size: 20px;
		display: block;
	}
	.section-child-testimonials h3 span { 
		display: block;
	}
	.section-child-testimonials .fa { 
		display:none;
	}
	.wp-block-column { 
		margin-bottom: 20px;
	}
}
