@charset "utf-8";

/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/


/*************** DEFAULT CSS ***************/
body{
 	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size:14px;
	font-style: normal;
	line-height: normal;
	font-weight:500;
	color: #4b5469;
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	
}

html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #293d84; /* Safari */
	color:#fff;
        }
::-moz-selection {
    background: #293d84; /* Firefox */
	color:#fff;
}

a {
	color:#4b5469;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	a:hover {
	color: #293d84;
    }

p {
	margin:0px 0 15px 0;
	clear:left;
	padding:0;
	font-weight: normal;
	line-height: 23px;
	font-size: 15px;
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px 0;
	padding:0;
	font-weight:bold;
	}
	h2{
		font-size: 38px;
		color: #293d84;
		line-height: 38px;
		margin-bottom: 20px
	}
        h3{
        font-size: 25px;
        color: #293d84;
        line-height: 25px;
        margin-bottom: 20px
    }
.white-text{
	color: #fff;
}
.blue-text{
	color: #293d84;
}
.green-text{
    color: #2ea04b;
}	
hr {
	margin:50px  0 50px 0;
	height:1px;
	border:0;
	border-top:1px solid #0caf4e;
	
	float:left;
	width:100%;
	position:relative;
}

img{
	border:0;
	
}	
a img {
	border: 0;
	}

/*************** PRELOADER ***************/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}
#status {
	width:100%;
	height:100%;
	position:absolute;
	left:0; /* centers the loading animation horizontally one the screen */
	top:0; /* centers the loading animation vertically one the screen */
	background-image:url(../images/grey-sells-logo.png); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:0; /* is width and height divided by two */
}

/*************** BACK TO TOP ***************/

/*************** COLUMS AND ROWS ***************/
main{
    position:relative;
	}
.row{
	width:100%;
	display:block;
	float:left;
	padding:0;
}
.row-flex{ 
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}

.container{
	width:1200px;
	margin:0 auto;
}
.fullwidth{
	width:100%;
	display:block;
}
.two-col{
	width: 46%;
    float: left;
    margin-right: 8%;
}
.three-col{
	width:30%;
	float:left;
	margin-right:5%;
}
.four-col{
	width:22%;
	float:left;
	margin-right:4%;
}
.last{
	margin-right:0 !important;
}
.clearfix{
	width:100%;
	height:100px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}

section {
	width: 100%;
	float: left;
	position: relative;
}
.aside {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
}
.summary {
    width: 74%;
    float: right;
    margin: 0;
    padding: 0 0 0 100px;
}
.pad-left{
	padding-left:80px;

}
.padleft-150{
	padding-left:150px;
}
.col{
    float:left
}
.smd1{
    width:100%
}
.smd2{
    width:50%
}
.smd3{
    width:33.33333333333333%
}
.smd4{
    width:25%
}
.smd5{
    width:20%
}
.smd6{
    width:16.66666666666667%
}
.smd30{
    width:30%
}
.smd70{
    width:70%
}
.smd60{
    width:60%
}
.smd75{
    width:75%
}
.smd20{
    width:25%
}
.smd80{
    width:80%
}
.smd66{width: 66.66666666%;}
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.pd-5{ padding:5px; }
.pd-10{ padding:10px; }

/*************** HOME PAGE CSS ***************/
header{  
width: 100%; top:0px;
position: absolute;
z-index: 2;
 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
    background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
 }
header a{ color: #293d84; }
header a:hover{ color: #edb523; }
.logo{ float: left;padding:7px 0 }
.logo img{max-width: 94px;}
.header-right{
	float: right;
	padding: 12px 0;
}
.social {
    float: right;
    font-size: 16px;
    line-height: 25px;
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.social a i{
    margin-right: 10px;
    font-size: 19px;
    color: #2e4187;
	}
	.social a:hover i{
    color: #edb523;
	}
.social a  i.insta{
    font-size: 30px !important;
    margin-top: 3px;
    line-height: 30px;
}
.social a  i.fb{
border: 2px solid #2e4187;
    border-radius: 6px;
    width: 27px;
    height: 26px;
    padding: 0px 7px;
    line-height: 23px;
    font-size: 13px;

}
.inline {
    display: inline-block;
    line-height: 20px;
}
.number{
    position: relative;
    font-size: 16px;
    color: #4b5469;
    padding: 6px 31px 6px 40px;
    margin-top: 10px;
    margin-left: 32px;
    font-weight: 600;
}
.number i{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #edb523;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	
}

.number:hover i{
	transform: scale(1.15) rotate(30deg);
	}

.menu-wrap{
	    float: right;
    margin-top: 0px;

    
}
.menu {
    float: left;
    position: relative;
    z-index: 100;
    margin-top: 8px;
}

.sch-btn {
float: right;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    width: 60px;
    height: 60px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 18px;
    position: relative;
    z-index: 100;
}
.slider-wrap {
    float: left;
    width: 100%;
    position: relative;
}

/*----------------*/

.link{}

.link a{
	color:#4b5469;
	font-size:14px;
	line-height:normal;
padding: 10px 50px 17px 3px;
	display:inline-block;
	border-bottom: 1px solid #edb523;
	position:relative;
	letter-spacing: 1px;
	margin:10px 0;
}
.link a:after{

	content: "";
	width:30px;
	height:30px;
	background-image: url(../images/icons/arrow.png);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	background-color:#2ea04b;
	border-radius: 100%;
	position:absolute;
	top:6px;
	right:7px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}

.link:hover a:after{
	background-color:#edb523;
	right:3px;
}
.link a:hover{
	color:#edb523;
	}

/*---------toplinks-------------*/
.toplinks{
	background: #fff;
    position: relative;
    top: -100px;
    padding: 0 15px;
}
.toplinks:before{
	content: '';
	position: absolute;
	top:70px;
	left:-24px;
	width:24px;
	height: 204px;
	background: url(../images/shadow.png) no-repeat 0 0;
}
.toplinks:after{
	content: '';
	position: absolute;
	top:70px;
	right:-24px;
	width:24px;
	height: 204px;
	background: url(../images/shadow.png) no-repeat 0 0;
	  -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.boxy-wrap {
    width: 100%;
    float: left;
    list-style: none;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.pad34{
	padding:16px 0 34px 0;
}
.boxy-wrap ul {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    justify-content: space-between;
}
.boxy-wrap ul li {
	position: relative;
    width: 22%;
    padding: 20px 2px 20px 2px;
    margin:0 0 2% 0;
    float: left;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.boxy-wrap ul li:hover {
	margin-top:-5px;
	}
.boxy-wrap ul li:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0%;
	width: 100%;
	height: 1px;
	background: #b6bbc1;
	
	}
	

	.boxy-wrap ul li:last-child:after{
	border-right: 0px ;
	
	}
.boxy-wrap ul li:last-child { border-right: 0px solid #f37159;
}
.boxy-wrap ul li a{
	color: #4b5469;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	}
	.boxy-wrap ul li:hover a{
	color: #000;
	}
		.boxy-wrap ul li:hover img, .divisions-wrap:hover img.icon{
	
	 -webkit-animation: slideTopDown 1s infinite alternate;
  -moz-animation: slideTopDown 1s infinite alternate;
  -ms-animation: slideTopDown 1s infinite alternate;
  -o-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
	}
	@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.boxy-wrap ul li img{
	/*float: left;*/
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
	display: inline-flex;
	vertical-align: middle;
	padding-top:20px;
	}
	.boxy-wrap ul li a h2{
    line-height: 30px;
    /* float: left; */
    display: inline-flex;
    text-align: center;
    font-size: 20px;
    color: #4b5469;
    font-weight: bold;
    display: block;
    margin:10px 0;
    	text-decoration: none;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	}

	.boxy-wrap ul li a p{
		margin-top:0;
	}
	.boxy-wrap ul li a:hover span{color: #333}

.subtitle{
	display: block;
	margin-bottom: 20px;
	color: #2ea04b;
	font-size: 14px;
}
h1{
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 25px;
    color: #293d84;
    letter-spacing: 0.1px;
}
.fs20 {
    font-size: 20px;
    line-height: 30px;
}
/*----------------counter----------------*/
.counter-wrap{
width: 100%;
    color: #293d84;
    float: left;
    border-bottom: 2px solid #b6bbc1;
    margin-bottom: 0px;
    position: relative;
    padding-top: 27px;
    padding-bottom: 7px;

    }
    
   
.counter-wrap h2{
    font-size:60px;
    line-height:60px;
    color:#2ea04b;
    font-weight:300;
    margin:0;
    padding:0;
}
.counter-wrap p{
font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    margin: 8px 0 20px 0;
    color: #293d84;
}

.divisions-wrap{
	position: relative;
	
}
.divisions-img{}
.fl-right{float: right;}
.divisions-desc{
    background: #fff;
    color: #4b5469;
    padding: 30px 65px;
    text-align: center;
    width: 70%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
box-shadow: 8px 5px 13px -5px rgba(0,0,0,0.24);
-webkit-box-shadow: 8px 5px 13px -5px rgba(0,0,0,0.24);
-moz-box-shadow: 8px 5px 13px -5px rgba(0,0,0,0.24);
}
.divisions-desc a{
    color: #4b5469;
    }
    .divisions-desc a:hover{
    color: #2ea04b;
    }
.divisions-desc h2{
	/*color: #293d84;*/
    margin-bottom: 20px;
    font-size: 30px;
	}
.more a{
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/arrow.png);
    background-repeat: no-repeat;
    background-position: 9px 9px;
    background-color: #2ea04b;
    border-radius: 100%;
  /*  position: absolute;
    bottom: 60px;
    right: 60px;*/
    font-size: 0;
    float: right;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.divisions-wrap:hover .more a{

	background-color:#edb523;
	margin-right: -3px;
}

.bg-grey {background: #e7e7e7}
.splitmask{

	width: 15%;
	position: absolute;
	background: #fff;
	right:0;
	top:0;
	height: 100%
}
.testimonial-single{}
.testimonial-single p{
    font-size: 22px;
    line-height: 34px;
    color: #4b5469;
    font-weight: 300;
}
.client-det{
display: flex;
align-items: center;
margin-top: 30px;
}
.client-img{
	width:93px;
	height: 93px;
	margin:0 20px 0 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.client-img img{
width: 100%;
border-radius:100%;

}
.client-name{
font-size: 14px;
}
.name{
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
}
.testimonial-image{
	position: absolute;
	top:20%;
	right:0;
	z-index: 2;
	width: 30%;
}
.bg-line{
    position: relative;
/* background: url(../images/linebg.jpg) repeat;   */
}
.bg-line:after {
    content: '';
    position: absolute;
    right: 0%;
    bottom:0%;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    z-index: -1;
    color: white;
    background:repeating-linear-gradient( -45deg, #d6d9dc, #d6d9dc 2px, #fff 0, #fff 13px );
}
.bg-line:before {
        content: '';
    position: absolute;
    right: 0%;
    bottom:0%;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 1;
    color: white;
    }
.news-wrap{
    padding-left: 6%;
}
.news-box{}
.news-single{
    background: #fff;
    padding: 65px 55px 5px 55px;
    position: relative;
    color: #4b5469
}
.news-single a{
    color: #4b5469
}
.news-single h2{
    font-size: 18px;
    line-height: 24px;
    color: #4b5469
    }
.news-single:after{
    content: '';
    position: absolute;
    left:0;
    top:0;
    background: #2ea04b ;
    width: 5px;
    height: 130px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.owl-demo3 .owl-item:nth-child(even) .news-single:after{
   background: #edb523; 
}
.owl-demo3 .owl-item:nth-child(odd) .news-single:hover a h2{
   color: #2ea04b; 
}
.owl-demo3 .owl-item:nth-child(even) .news-single:hover a h2{
   color: #edb523; 
}
.news-single:hover:after{
    height: 100%;
    }
.news-wrap{
    position: relative;
    z-index: 2;
}
.date{color: #293d84; margin:22px 0;}
.news{font-size: 16px;}

footer{
    position: relative;
    width: 100%;
    float: left;
}
.footer-top{
    border-bottom:1px solid #4b5469;
    background: url(../images/footer-bg.jpg) no-repeat bottom right;
}
.footer-bottom{

}
.footer-form{
    display: flex;
}
.footer-bottom h3{
font-size: 16px;
margin-bottom: 14px;
color: #4b5469;font-weight: 600;
}
.footerlinks{margin:0; padding: 0; margin-bottom: 20px;}
.footerlinks li{
    list-style: none;
    padding: 2px 0;
    font-weight: 400;
    line-height: 20px;

}
.font22{font-size: 22px;}
.copy{
    background: #4b5469;
    padding: 30px 0;
    color: #f6fbf0;
    font-weight: 300;
}
.copy a{
    color: #f6fbf0;
}
.copy a:hover{
    color: #fff;
}

.justify-space-between{justify-content:space-between;}
/*************** INNER PAGE CSS ***************/
.pt-200{padding-top: 200px}
.pt-100{padding-top: 100px}
.pt-150{padding-top: 150px}
.pb-100{padding-bottom: 100px}
.pt-50{padding-top: 50px}
.pb-50{padding-bottom: 50px}
.pt-70{padding-top: 70px}
.pb-70{padding-bottom: 70px}
.pt-30{padding-top: 30px}
.pb-30{padding-bottom: 30px}
.pt-20{padding-top: 20px}
.pb-20{padding-bottom: 20px}
.pl-100{padding-left: 100px}
.pr-100{padding-right: 100px}
.pl-70{padding-left: 70px}
.pr-70{padding-right: 70px}
.pr-20{padding-right: 20px}
.mt-50{margin-top: 50px}
.mb-50{margin-bottom: 50px}

.pl-0{padding-left: 0px}

.mt-20{margin-top: 20px}
.mb-20{margin-bottom: 20px}
.mb-0{margin-bottom: 0;}
.plr-100{padding:0 100px;}

.cnt-wrap{padding: 50px 30px;background-color: #fff; float: left; position: relative; z-index: 2; margin-bottom: 30px;}
.icon_box { border-bottom:1px solid #e1e1e1; padding-bottom: 10px; margin-bottom: 28px;}
.icon_box:hover i {background-color: #edb523;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.icon_box i {float:left;margin:0px 20px 0px 0px;padding:8px;border-radius:100%;width:34px;height:34px;text-align:center;line-height:18px;color:#fff;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;background: #2e4187;}
.icon_box .descripion { display:block; overflow:hidden}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #000;}
.icon_box p {margin:0;padding-bottom:15px;}
.icon_box a { color:#434446}
.icon_box:last-child{ margin-bottom:0px; padding-bottom:0px; border-bottom:none;}
.cnt-form{ float: left; position: relative; z-index: 2; background: #fff; margin-left: 70px; }
.cnt-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    /* background: #edb523; */
    border-left: 10px solid #edb523;
    border-bottom: 10px solid #edb523;
}
.cnt-wrap:before , .team-desc:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    /* background: #edb523; */
    border-right: 10px solid #2ea04b;
    border-top: 10px solid #2ea04b;
}
.map{ float: left; width: 100%; margin-top: 30px; position: relative;z-index: 2}
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 8px; border: 1px solid #d9d9d9;}
.table-style tr:nth-child(even){background-color: #f2f2f2}
.table-style th { background-color: #04AA6D; color: white;}

ul.list {
    margin: 12px 0;
    width: 100%;
    float: left;
    padding: 0;
}
ul.list li {
    float: left;
    width: 100%;
    padding: 2px 0 2px 22px;
    background-repeat: no-repeat;
    background-image: url(../images/list.png);
    background-position: top 8px left;
    margin-bottom: 10px;
    line-height: 22px;
    list-style: none;
    -webkit-transition: all 300ms ease-in-out;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  
   
}
.innerpage-contact{}
.innerpage-contact:before{
    content: '';
    width: 65%;
    background: #fff;
    position: absolute;
    top:0;
    right: 0;
    height: 100%;
    z-index: 0;

}
ul.list {
    margin: 12px 0;
    width: 100%;
    float: left;
    padding: 0;
}
ul.list li {
    float: left;
    width: 100%;
    padding: 2px 0 2px 30px;
    background-repeat: no-repeat;
    background-image: url(../images/list.png);
    background-position: top 5px left;
    margin-bottom: 10px;
    line-height: 22px;
    list-style: none;
    -webkit-transition: all 300ms ease-in-out;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  
   
}

.testimonial-single-wrap{
    background:#e7e7e7;
    width: 48%;
    margin:0 2% 2% 0;
    position: relative;
    padding: 50px;
}
.testimonial-single-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #2ea04b;
    width: 5px;
    height: 130px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.testimonial-single-wrap:hover:after {
    height: 100%;
    }
.testimonial-single-wrap:hover{
}
/* .testimonial-single-wrap:hover .client-img {
   transform: rotate(-10deg);
   */
}
.team-wrap {
    background: #fff;
    color: #4b5469;
    /*padding:50px 50px;*/
    text-align: center;
    width: 48%;
    margin:0 2% 2% 0;
    z-index: 1;
    box-shadow: 8px 5px 13px -5px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 8px 5px 13px -5px rgb(0 0 0 / 24%);
    -moz-box-shadow: 8px 5px 13px -5px rgba(0,0,0,0.24);
}
.image-box{
    float: left;
    width: 100%;
}
.team-desc{
    padding: 40px;
    position: relative;
    
}
.team-social {
	text-align:left;
    float: left;
    width:100%;
    font-size: 12px;
    margin:20px 0;
}
.team-social a i{
	margin:5px;
    font-size: 12px;
    color: #fff;
    width: 30px;
    height: 30px;
	line-height:30px;
    background: #2e4187;
    display: block !important;
	float:left !important;
	text-align:center;  
    border-radius: 50%;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    .team-social a:hover i{
     background: #edb523;
     transform: scale(1.05) ;
    }

.team-social2 {
    float: left;
    width:100%;
    font-size: 12px;
    margin:20px 0;
}
.team-social2 a i{
	margin:5px;
    font-size: 12px;
	text-align:center;
    color: #fff;
    width: 30px;
    height: 30px;
	line-height:30px;
    background: #2e4187;
    display: inline-block;
    border-radius: 50%;
     -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    .team-social2 a:hover i{
     background: #edb523;
 
    }

/*************** INNER BANNER ***************/
.banner{ float: left; z-index: 0;
 width: 100%; height: 300px; display: flex;  justify-content: center; align-items: end;  text-align: center;
background-image: url(../images/banner1.jpg); background-position: center; background-repeat: no-repeat; position: relative; }
.banner-caption h2{color: #fff;font-size: 42px;margin-bottom: 15px;text-shadow: 0px 3px 4px #000000d1;font-weight: 700;line-height: 42px;}
.banner-caption h4, .banner-caption h4 a, .banner-caption h4 span{ color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.banner-caption h4{background-color: #edb523;padding: 15px 30px;display: inline-block;margin-bottom: 30px;}
.banner-caption{position: relative;z-index: 1;}
.banner:after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-color:#fff; opacity: .5; }
.banner1{ background-image: url(../images/banner1.jpg); }
.banner2{background-image: url(../images/banner2.jpg);}
.banner3{background-image: url(../images/banner3.jpg);}
.banner4{background-image: url(../images/banner4.jpg);}
.banner5{background-image: url(../images/banner5.jpg);}
.banner6{background-image: url(../images/banner6.jpg);}
.banner7{background-image: url(../images/banner7.jpg);}
.banner8{background-image: url(../images/banner8.jpg);}
.banner9{background-image: url(../images/banner9.jpg);}

/*************** FIXED HEADER ***************/
header.smaller {top:0; left:0px; position: fixed; z-index: 9; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41);	;
-moz-box-shadow: 0px 4px 20px #00000059; background-color: #fff;}
header.smaller .top-header{ }



/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover;}



/**********forms**************/
form{
	margin:0;
	padding:0;
}
*:focus {  
	outline: none;
}
.fieldset{
	    width: 100%;
	    height: 52px;
	    padding: 8px 10px;
	    background-color: none;
	    background-color: #fff;
	    display: block;
	    border: 1px solid rgb(211 211 211);
	    margin: 0 10px 10px 0;
	    color: #626262;
	    font-size: 14px;
	    float: left;

}
.fieldset1{ height: 130px; }
.sendbutton{
       width: auto;
    height: 52px;
    border: 0;
    outline: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    /* vertical-align: top; */
    padding: 0 20px;
    text-align: center;
    background-color: #2ea04b;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
	}

	.sendbutton:hover{
		background-color: #000;
	}
.contact-form{ float: left;width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}
::-webkit-input-placeholder {
   color:  #626262 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  #626262 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  #626262 !important;
}
:-ms-input-placeholder {  
   color:  #626262 !important;
}

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}


/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {

}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {

}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}
/************************************* 1180px *************************************/
@media only screen and (max-width: 1200px) {
.container{ width:90%;}
.toplinks:before, .toplinks:after{display: none;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}



}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
	.logo {
    width: 100%;
    text-align: center;
}
header {
    top: 0px;
    position: relative;

    }
    header .container{
    	width: 100%;
    }
.header-right {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 12px 10px;
   
}
.number {
    font-size: 13px;
    color: #4b5469;
    padding: 5px 0px 0px 40px;
    margin-top: 1px;
    margin-left: 0;
}
.social{
	margin-top:0;
}
	.menu-wrap {
    position: relative;
    width: 100%;
    left: 0px;
    bottom: 1px;
    margin-top: 0;
   
}
.menu {
    position: absolute;
    margin-top: 0px;
    width: 100%;
    background: #f04e30;
}
.pt-100 {
    padding-top: 50px;
}
.pb-100 {
    padding-bottom: 50px;
}

}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {


}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.smd75, .smd70, .smd80, .smd60{ width:100%; margin:0 0 25px 0; }
.pad-left{
	padding-left:0px;

}
.boxy-wrap ul li {
	position: relative;
    width: 47%;
    }
    .pr-70 {
    padding-right: 10px;
}
.pl-70 {
    padding-left: 10px;
}
    h1 {
    font-size: 48px;
    line-height: 58px;
}
.pt-100 {
    padding-top: 30px;
}
.pb-100 {
    padding-bottom: 30px;
}
.testimonial-single p {
    font-size: 17px;
    line-height: 27px;
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
	.boxy-wrap ul li {
	position: relative;
    width: 100%;
    }
    h2 {
    font-size: 25px;
    line-height: 30px;
}
.pt-100 {
    padding-top: 20px;
}
.pb-100 {
    padding-bottom: 20px;
}
    h1 {
    font-size: 32px;
    line-height: 32px;
}
.pr-70 {
    padding-right: 0px;
}
.pl-70 {
    padding-left: 0px;
}
.counter-wrap {
    width: 31%;
    margin: 0 1%;
    padding-top: 0
    }
    .counter-wrap h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -2px;
}
.counter-wrap p {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin: 8px 0 10px 0;
    color: #293d84;
}
.toplinks {
    top: 0;
}

.divisions-img, .testimonial-image, .splitmask{display: none;}
.divisions-desc{
	width: 100%;
    box-shadow: 2px 15px 30px -5px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 2px 15px 30px -5px rgb(0 0 0 / 24%);
    -moz-box-shadow: 2px 15px 30px -5px rgba(0,0,0,0.24);
    position: relative;
    margin-bottom: 30px;
    padding: 46px 35px;
}
.smd70 , .smd75, .smd30, .smd20, .smd80, .smd60{
    width: 100%;
}
.footer-bottom .smd20{width:50%;}
.testimonial-single p {
    font-size: 16px;
    line-height: 26px;
}
.news-wrap {
    padding-left: 2%;
}
.footer-form {
    flex-wrap: wrap;
}
.pb-50 {
    padding-bottom: 20px;
}
.pt-50 {
    padding-top: 20px;
}
.testimonial-single-wrap{
    width: 100%;
    margin:0 0% 4% 0;
    padding: 25px;

}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
	}

	/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}