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

@import url(../fonts/flaticon/flaticon.css);
@font-face {
  font-family: "OilBats";
  src: url(../fonts/OilBats.ttf);
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 26px;
	font-weight: 300;
	font-style: normal;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #c30f0f;
	outline: none;
	text-decoration: none;
}
button:hover,button:active,
button:focus{
	outline: none!important;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 15px;
	color: #265a09;
}
h1{
	font-size: 30px;
	color: #c30f0f;
}
h4{
	font-weight: 500;
	font-size: 22px;
}
.font-1{
	font-size: 20px;
	font-weight: 300;
}
.list2{
  margin-left: 16px;
}
.list2 li{
  list-style-type: decimal;
  padding-bottom: 10px;
}
.container-fluid{
	padding-right: 40px;
	padding-left: 40px;
}
.container{
	width: 1300px;
}
.divider{
	background: #1F1B4E none repeat scroll 0 0;
	height: 2px;
	width: 78px;
	position: relative;
	z-index: 1;
	margin:15px 0;
}
.divider:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #1F1B4E;
    border-radius: 50%;
    content: "";
}
.divider-white,
.divider-white:before{
	background-color: #ffffff;
}
.img-fluid{
	display: inline-block;
}
.bg-color1{
	background-color: #f8f8f8;
}
.bg-color2{
	background-color: rgba(161, 128, 106, 0.8);
}
.bg-color3{
	background-color: #b56a36;
}
.bg-color4{
	background-color: #fff;
}
.bg-color5{
	background-color: #235703;
}
.text-white{
	color: #ffffff;
}
.text-green{
	color: #265a09;
}
.text-color1{
	color: #c30f0f;
}
.no-margin{
	margin:0;
}
.section{
	padding:4em 0;
}
.padd-t-b-16{
    padding-top:16px;
    padding-bottom:16px;
}
.padd-t-b-15{
    padding-top:15px;
    padding-bottom:15px;
}
.padd-b-n{
	padding-bottom: 0;
}
.padd-t-n{
	padding-top: 0;
}
.padd-20{
	padding:20px;
}
.padd-40{
	padding:32px;
}
.padd-50{
	padding:50px;
}
.full-width{
	width: 100%;
}
.halfWidth {
    width: 50%;
    float: left;
    height: 350px;
}
.halfWidth .row{
	margin:0;
}
.halfWidth .section{
	padding:40px;
}
.fixed{
	position: fixed;
	top: 0;
    z-index: 99;
    left: 0;
    content: '';
}
.overflow-x-hidden{
	overflow-y: scroll;
	box-sizing: border-box;
}
.no-gutters {
    margin-right: 0!important;
    margin-left: 0!important;
}
.no-gutters > [class*="col-"] {
    padding-right: 0!important;
    padding-left: 0!important;
}
#poster {
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}
.poster-type{
	background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-transition: all .4s ease-in;
   -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
     -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
        -webkit-transition-delay: .05s; /* Safari */
    transition-delay: .05s;
    height: 350px;
}

.width-30{
	width: 30%;
}
.width-40{
	width: 40%;
}
.width-46{
	width: 46%;
}
.width-50{
	width: 50%;
}
.width-60{
	width: 60%;
}
.width-70{
	width: 70%;
}
.flexbox {
  	display: -webkit-box;
  	display: flex;
}
.flexbox .element {
    height: 100%;
}
/*.flexbox .element .padd-40{
    padding-top:calc(32px * 2);
}*/
.strip-bg{
    position:relative;
}
.strip-bg:before{
    position: absolute;
    top: 0;
    width: 42px;
    height: 100%;
    content: '';
    background: rgba(31,27,78,0.7);
    z-index: 1;
}
.strip-bg-left:before{
    left: 0;
}
.strip-bg-right:before{
    right: 0;
}
.display-table{
	display: table;
	height: 100%;
}
.display-table .padd-40{
	display: table-cell;
	vertical-align: middle;
}
.btn1{
	padding:10px 35px;
	color: #fff;
	background: #c30f0f;
	cursor: pointer;
	border-radius: 50px;
}
.btn2{
	padding:10px 35px;
	color: #fff;
	background: #265a09;
	cursor: pointer;
	border-radius: 50px;
}
.btn1 i{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.btn1:hover,
.btn1:focus,
{
	background: #265a09;
	color: #fff;
}
.btn2:hover,
.btn2:focus{
	background: #c30f0f;
	color: #fff;
}
.btn1:hover i,
.btn1:focus i{
	margin-left: 5px;
}
/*.btn2{
    background:#4e5459;
}*/
.quote {
    position: fixed;
    right: 0px;
    top: 57%;
    z-index: 9;
}
.services-box-list{
	position: relative;
}
.services-box-list .content{
	position: absolute;
	top: 42%;
	left: 8%;
}
.services-box-list .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.services-box-list .content a i {
    background: rgba(255, 255, 255);
    border-radius: 50%;
    color: #cbac67;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.services-box-list li{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	padding: 0 8px;
	box-sizing: border-box;
}
.services-box{
	width: 100%;
	height: 200px;
	margin:15px 0; 
	display: table;
	text-align: center;
}
.services-box .overlap-content{
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.services-box .overlap-content h3{
	font-size: 25px;
	text-transform: uppercase;
	color: #ffffff;
}
.services-box.overlap:before{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	outline: 2px solid rgba(195,195,195);
	outline-offset: -20px;
	background: rgba(0,0,0,0.5)!important;
}
.services-box.overlap:hover:before{	
	outline-offset: 0;
	outline-color: transparent;
}
.snip{
	position: relative;
	overflow: hidden;
	margin: 10px;
	/*min-width: 230px;
	max-width: 315px;*/
	/*max-height: 220px;
	height: 100%;*/
	text-align: right;
	color: #000;
	font-size: 16px;
	background-color: #000;
	width: 100%;
}
.snip *{
	box-sizing: border-box;
	transition: all 0.35s ease;
}
.snip img{
	max-width: 100%;
	backface-visibility: hidden;
}
.snip figcaption{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 1;
	padding: 40px 0 30px 0px;
	background-color: #265a0995;
	width: 40%;
	transform: translateX(150%);
}
.snip figcaption:before{
	position: absolute;
	content: '';
	top: 50%;
	right: 100%;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 180px 120px 180px 0;
	border-color: transparent #265a0995 transparent transparent;
}
.snip:after{
	position: absolute;
	content: '';
	bottom: 50%;
	right: 38%;
	width: 0;
	height: 0;
	transform: translateY(-50%);
	border-style: solid;
	border-width: 195px 129px 0px 120px;
	border-color: rgba(255, 255, 255, 0.3) transparent transparent transparent;
	transition: all 0.35s ease;
}
.snip h3,.snip p{
	line-height: 1.5em;
	transform: translateX(-30px);
	margin: 0;
}
.snip h3{
	padding-top: 110px;
	line-height: 1;
	font-weight: 900;
	font-size: 25px;
	opacity: 0.75;
}
./*snip p{
	font-size: 0.8em;
}*/
.snip i{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	font-size: 44px;
	color: #fff;
	opacity: 1;
}
.snip a{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.snip:hover img{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.snip:hover::after,
.snip:hover figcaption,
.snip:hover i{
	transform: translateX(0);
	opacity: 1;
}
.testi-content p{
    font-size: 16px !important;
    line-height: 30px;
    color: #fff;
}
.testi-autor-icon{
    width: 75px;
    height: 75px;
    line-height: 70px;
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 40px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
#testi-carousel h4{
font-size:16px;
font-weight:normal;
}
.testi-title{
  font-size: 18px;
  text-transform: uppercase;
  color: #115ba6;
}
.testi-wrap1{
  padding:30px 30px 30px 50px;
  margin-bottom: 20px;
  position: relative;
}
.testi-wrap1:before{
  position: absolute;
  top: 15px;
  left: 8px;
  font-size: 2em;
  content: '\efcd';
  font-family:IcoFont;
  color: linear-gradient(to bottom, #965f2d -22%, #f5ea96 118%); 
}
.service{
	/*padding: 50px 0;*/
	color: #158dea;
	text-align: center;
}
.service .single-service{
	position: relative;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 0;
	padding: 40px 25px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
	overflow: hidden;
	transition: 0.5s all;
	background-color: #23570320;
}
.service .single-service:hover{
	background-color: #235703;
}
.service .single-service .content1{
	position: relative;
	z-index: 20;
}
.service .single-service .content1 .icon{
	display: inline-block;
	margin-bottom: 25px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	background-color: #235703;
	text-align: center;
	color: #fff;
	font-size: 30px;
	transition: all 0.5s;
}
.service .single-service .content1 .title{
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 21px;
	transition: color 0.3s;
}
.service .single-service:hover .title{
	color: #fff;
}
.service .single-service .content1 .desc{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	transition: color 0.3s;
	color: #c30f0f;
}
.service .single-service:hover .desc{
	color: #fff;
}
.service .single-service .circle-before{
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(40%, -40%);
	width: 120px;
	height: 120px;
	background-color: #0b4386;
	border-radius: 50%;
	transition: all 0.5s;
}
.service .single-service:hover .circle-before{
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 0.8;
}
.service .single-service:hover .icon{
	border-radius: 50%;
	background-color: #fff;
	color:#235703;
	transition: all 0.5s;
}


@media(min-width:1367px) and (max-width:1920px){
    .quote {
       top: 55%;
    }
}
.quote .quote-inner {
    position: absolute;
    /*height: 64px;
    width: 200px;*/
    left: -112px;
    background-color: #61c2e0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 12px 18px;
    text-align: center;
    white-space: nowrap;
}
@media(min-width:1367px) and (max-width:1920px){
    .quote {
       top: 56%;
    }    
    .quote .quote-inner {
    	left: -110px;
    }
}
.quote a {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.header-top{
	background-color: #4e5459;
}
.header{
	background-color: #1F1B4E;
}
.header-fixed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99999;
	content: '';
	/*border-bottom: 1px solid rgba(255, 255, 255, .4);*/
	background-color: rgba(255, 255, 255);
}
.header-opacity{
	background-color: rgba(31,27,78,0.7);
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;   
}
#stuck_container {
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.isStuck{
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;    
    background-color: rgba(31,27,78,0.7);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.isStuck .header-opacity{
	background-color: #1f1b4ec7;
}
/*.top-right-wrap{
	text-align: ;
}*/
.top-contact-list,
.association-link{
	margin-top: 23px;
	margin-bottom: 23px;
	display:flex;
	vertical-align: middle;
	justify-content: center;
}
.association-link li i{
	font-size: 18px;
	width: 40px;
	height: 40px;
	padding: 8px 9px;
	margin: 5px;
	line-height: 40px;
	border: 1px solid #235703;
	border-radius: 100%;
	color: #235703;
}
.association-link li i:hover{
	color: #c30f0f;
	border: 1px solid #c30f0f;
	transform: rotate(360deg);
	transition: 0.5s;
}
.association-link{
	/*margin-top: 0;*/
	/*margin-left: 25px;*/
}
.association-link .img-fluid{
	height: 70px;
}
.top-contact-list li{
	display: inline-block;
	vertical-align: top;
	/*color: #ffffff;*/
	margin-left: 40px;
}
.top-contact-list li:first-child{
	margin-left: 0;
}
.top-contact-list li a{
	display: inline-block;
	/*text-align: left;*/
}
.top-contact-list li i{
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
	float: left;
}
.top-contact-list li span{
	position: relative;
	overflow: hidden;
	display: inherit;
	text-align: left;
}
.top-contact-list li span strong{
	font-size: 16px;
	text-transform: uppercase;
	color: #235703;
}
.top-contact-list li i{
	/*background-color: #73767A;*/
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	color: #235703;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;	
	border:1px solid #235703;
	font-size: 22px;
	/*-webkit-shadow: 0 0 10px #a1a1a1;
	-moz-text-shadow: 0 0 10px #a1a1a1;
	text-shadow: 0 0 10px #a1a1a1;*/
}
.top-contact-list li:last-child{
	margin-right: 0;
}
.top-contact-list li:hover i{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.top-contact-list li a{
	color: #235703;
}
.top-contact-list li a:hover{
	color: #c30f0f;
}
.mobile-menu{
	display: none;
}
.social-link li a{
	background: #61c2e0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*.social-link li a:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}*/
.logo{
	display: inline-block;
	margin: 10px 0;
}
.logo .img-fluid{
	width: auto;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	text-align: center;
}
.navigation > li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right:28px;
}
.navigation > li:last-child{
    padding-right:0;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ffffff;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
	text-align: left;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:12px 15px;
	color:#000;
	white-space: normal;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation a{
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	padding: 15px 15px;
    transition: all 500ms ease 0s;
}
.navigation li.dropdown a{
    padding-right:16px;
}
.navigation > li.dropdown > a:after {
    font-family:IcoFont;
    content: "\ea99";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.home-page .header-fixed .navigation a{
	padding:20px 30px;
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
	color: #fff;
	background-color: #652d0a;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #ffffff;
	background-color: #1F1B4E;
}
.home-parallax{
	position: relative;
	overflow: hidden;
	/*padding:300px 0;*/
}
.parallax-window {
    height: 500px;
    background: transparent;
    display: table;
	width: 100%;
}
.home-page .parallax-window{
	height: 100vh;
}
.home-slide{
	text-align: center;
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.home-parallax .container{
	position: relative;
	z-index: 9;
}
.brand{
	display: block;
	margin-top: 120px;
	margin-bottom: 25px;
	/*background-color: rgba(255,255,255,0.53);
	padding:30px;*/
	text-align: center;
}
.brand .img-fluid{
    max-width:200px;
}
.call-us-btn {
    left: auto;
    top: auto;
    bottom: 66%;
    right: 0;
    transform-origin: bottom right 0;
    position: fixed;
    z-index: 999;
    -webkit-transform: rotate(-90deg) translateZ(0);
    -moz-transform: rotate(-90deg) translateZ(0);
    transform: rotate(-90deg) translateZ(0);
}
.call-us-btn a {
    color: #ffffff;
    background-color: #d5c5bc;
    font-size: 20px;
    display: block;
    padding: 15px;
}
#scroll-down {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, .8);
    width: 35px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 100%;
	margin-top: 50px;
}
.home-parallax .overlap-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
}
.slide-wrapper{
	position: relative;
}
.signature-wrap{
	padding-top: 12px;
}
.signature-wrap .signature-title,
.signature-text{
	display: inline-block;
	vertical-align: top;
}
.signature-text{
	color: #000;
	font-family: "OilBats";
	line-height: 30px;
	font-size: 22px;
}
.overflow-hidden{
	overflow: hidden;
}
.parallax{
	position: relative;
	/*padding:100px 0;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
}
.parallax1{
	background-image: url("../images/breadcrumb/breadcrumb-bg.jpg");
}
.overlap:before{
	position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
}
.parallax .padd-40{
	position: relative;
	z-index: 9;
}
.home-parallax .breadcrumb{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:15px 40px;
	color: #ffffff;
	border-radius: 0;
	background-color: rgba(0,0,0,0.5);
	font-size: 13px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.breadcrumb > li + li::before{
	content: '\eaa0';
	font-family:IcoFont;
}
.breadcrumb a:hover{
	color: #b8a9a0;
}
.breadcrumb>.active{
	color: #eee;
}
.sub-heading{
	font-weight: 400;
	font-size: 28px;
	line-height: 42px;
	transform: scale(1);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	padding: 0 140px;
}
.sub-heading:hover{
	transform: scale(1.1);
}
.single-service-item {
    margin: 20px 0;
}
.single-service-item .img-holder{
    overflow: hidden;
    position: relative;
    border: 2px solid#265a09;
    border-radius: 10px;
}
.single-service-item .img-holder .img-fluid{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-service-item:hover .img-holder .img-fluid {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-service-item .img-holder .overlay{
    background-color: rgba(38,90,9, .60);
    border: 2px solid#265a09;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	outline: 2px solid rgba(195,195,195);
	outline-offset: -20px;
	background: rgba(0,0,0,0.5)!important;
}
.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
    outline-offset: 0;
	outline-color: transparent;
}
.single-service-item .img-holder .overlay .box{
    display: table;
    height: 100%;
    width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}
.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}
.single-service-item .text-holder h3 span {
    color: #fff;
}
.heading h3 a{
	display: inline-block;
}
.services-wrap{
	text-align: center;
	margin:25px 0;
}
.services-wrap .service-title{
	font-size: 20px; 
}
.services-wrap .icon-box {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    height: 180px;
    padding: 9px;
    position: relative;
    width: 180px;
    margin: 0 auto 25px;
    transition: all 500ms ease;
}
.services-wrap:hover .icon-box,
.services-wrap:hover .icon-box .count{
    background: #9a9a9a;
}
.services-wrap .icon-box .icon {
    background: #f7f7f7 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 160px;
    width: 160px;
    text-align: center;
    line-height: 160px;
    color: #9a9a9a;
    font-size: 50px;
    transition: all 500ms ease;
    text-align: center;
	line-height: 160px;
	color: #9a9a9a;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.services-wrap:hover .icon-box .icon{
    font-size: 56px;
}
.services-wrap .icon-box .count {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    display: block;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 45px;
    height: 45px;
    font-size: 22px;
    font-weight: 500;
    line-height: 45px;
    transition: all 500ms ease;
    color: #000;
}
.services-wrap:hover .icon-box .count{
	color: #ffffff;
}
.association-brand .img-fluid{
	border:1px solid #dfdfdf;
	padding: 5px;
	margin:3px;
}
.owl-theme .owl-nav{
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: 0;
	width: 70%;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
	border:1px solid #ffffff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 100%;
	color: #ffffff;
	position: absolute;
	top: 0;
	left: 5%;
}
.owl-carousel .owl-nav button.owl-next{
	left: auto;
	right: 5%;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:focus{
	background-color: #1F1B4E;
	color: #ffffff;
	border-color: #1F1B4E;
}
.ads-banner{
    position:relative;
}
.adds-overlap-wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    background:rgba(38,39,70,0.6);
    display:table;
    text-align:center;
    z-index:1;
}
.adds-overlap-content{
    display:table-cell;
    vertical-align:middle;
}
.blink_me {
    font-size:26px;
    font-weight:bold;
    line-height:40px;
    background:#61c2e0;
  -webkit-animation: scaling 1s infinite alternate;
  
}

    @-webkit-keyframes scaling {
        From {
            -webkit-transform: scale(1.0);
        }
        To {
            -webkit-transform: scale(1.3);
        }
    }
.list1 li,
.list3 li,
.areas-list li{
	padding:0 0 10px 20px;
	position: relative;
}
.list1 li:before,
.list3 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\ea69';
	font-family:IcoFont;
	font-size: 18px;
}
.list1 li:first-child:before,
.list1 li a{
	color: #000;
}
.list1 li a:hover{
	color: #c30f0f;
}
.areas-list li a:hover{
    color:#c30f0f;
}
.areas-list li:before{
	content: '\ed42';
}
.list3 li:before{
	content: '\ea98';
}
.address-box{
	margin-bottom: 12px;
}
.address-box .address-icon-holder{
	float: left;
	margin-right: 15px;
	color:#ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #265a09;
	border-radius: 100%;
	text-align: center;
	position: relative;
}
.contact-wrap{
	text-align: center;
}
.contact-wrap .address-icon-holder{
	float: none;
	margin:auto;
	position: relative;
	z-index: 1;
	border:5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 1.6em;
}
.address-box .address-icon-holder:before{
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #265a09 transparent transparent transparent;
	content: '';
	left: 10px;
}
.contact-wrap .address-icon-holder:before{
	display: none;
}
.address-box .address-content{
	position: relative;
	overflow: hidden;
	color: #ffffff;
}
.contact-wrap .address-content{
	background-color: #eee;
	padding:60px 20px 20px;
	margin-top: -40px;
	min-height: 185px;
}
.contact-wrap .address-content strong{
	font-size: 18px;
}
.address-box a:hover{
	color: #265a09;
}
.form-control{
	height: 45px;
	padding:10px;
	border:1px solid #dfdfdf;
	background-color: transparent;
	border-radius: 0;
	color: #000;
}
.form-control:hover,
.form-control:focus,
.form-control:active,
.form-control.active{
	box-shadow: none;
	border-color: #000;
}
textarea.form-control{
	height: 310px;
	resize: vertical;
}
.site-map-list li{
	border-left: 1px solid #dfdfdf;
	padding:10px 0 10px 30px;
	position: relative;
}
.site-map-list li:before{
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}
.site-map-list li > ul.child-menu{
	margin:10px 0 10px 20px;
}
footer .social-link li{
    padding: 0;
}
.footer-widget{
	margin:30px 0;
}
.footer-widget li a:hover{
	color: #265a09;
}
.widget-title{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #ffffff;
	font-weight: bold;
}
/*.footer-menu li{*/
/*	margin-bottom: 4px;*/
/*}*/
.footer-menu li a{
	position: relative;
	color: #fff;
	padding:3px 0 3px 20px;
	display: inline-block;
}
.footer-menu li a:before{
	position: absolute;
	top: 5px;
	left: 0;
	content: '\eaa0';
	font-family:IcoFont;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-menu li a:hover:before{
  left: 2px;
}
.footer-menu li a:hover,
.footer-links a:hover,
.hover-effect:hover{
	color: #d5d5d5;
}
.footer-social-links{
	text-align: right;
}
.footer-social-links li{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 20px;
	padding: 0!important;
}
.copyright-wrap{
	color: #c1c1c1;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	font-family: 'Lato', sans-serif;
	background-color: #843706;
	padding:15px 0;
	margin-top: 15px;
	letter-spacing: 0.5px;
}
#toTop {
	display:none!important;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index: 1000;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url('../images/totop.gif')
	no-repeat left top;
}
#toTopHover {
	background:url('../images/totop.gif') no-repeat left bottom;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline:none;
}
.img-min-height{
	height: 400px!important;
}

.section5{
background:url('../../assets/images/slider/banner1.jpg') top center no-repeat;padding:50px 0;background-size:cover;
}
ul.navigation li:nth-of-type(1) {
    display: none;
}
@media(min-width:1200px) and (max-width:1300px){
	.snip:after{
		border-width: 195px 129px 0px 120px;
		    right: 36%;
	}
}
@media(min-width:991px) and (max-width:1400px){
	.snip h3{
		padding-top: 35px;
	}
}

@media(min-width: 220px) and (max-width: 990px){	
	.container-fluid{
	    padding-right: 25px;
	    padding-left: 25px;
	}
	.container{
		width: 100%;
	}	
	.section{
		padding:1.5em 0;
	}	
	.header-fixed{
		position: static;
		background-color: #fff;
	}
	.top-contact-list, .social-link{
	    margin-top:34px;
	}

	/*.top-contact-list li:nth-child(2){
		display: none;
	}*/
	.top-contact-list li:nth-child(3){
		margin-left: 15px !important;
	}
	.association-link{
		display: none;
	}
	.mobile-menu{
		display: block;
		cursor: pointer;
		vertical-align: middle;
		font-size: 22px;
		padding:5px 14px;
		color: #fff;
		margin: 5px 10px 5px 0;
	}
	.mobile-menu i{
		float: right;
		margin-top: 5px;
		background-color: #000;
		padding: 10px;
	}
	.mobile-menu span{
		line-height: 2;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 99999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #221e1f;
		padding-top: 0;
	}
	.nav-wrapper.open{
		right: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
		text-align: left;
		padding-right: 0;
	}
	.navigation > li:first-child{
		display: block;
	}
	.header-fixed .navigation li a,
	.navigation li a{
		padding:10px 20px;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #235703;
		color: #ffffff;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	.footer-social-links{
		text-align: left;
		margin-bottom: 15px;
	}
	.footer-social-links li:first-child{
		margin-left: 0;
	}
	.sub-heading{
	    padding: 0; 
	}
	.sub-heading:hover {
	    transform: scale(1);
	}
	.bs-slider{
		height: 100%;
		background-color: #ffffff;
	}
	.slide-text{
		width: 100%;
	}
	.bs-slider .bs-slider-overlay{
		background-color: transparent;
	}
	.control-round .carousel-control.right,
	.control-round .item.first-slide .carousel-control.right{
		right: 1%;
	}
	.flexbox{
		display: block;
	}
	.width-30,.width-50,.width-70{
		width: 100%;
	}
	.padd-t-n{
		padding-top: 0;
	}
	.m-padd-right{
	    padding-right:0;
	    padding-bottom:30px;
	}
	.m-padd-left{
	    padding-left:0;
	}
	.strip-bg:before{
	    display:none;
	}
	.flexbox .element .padd-40{
	    padding-top:32px;
	}
	.m-m-b-30{
		margin-bottom: 30px;
	}
	.association-brand {
      position: relative;
      margin: -25px 0 0;
    }
    .m-min-auto{
        height:100%!important;
        min-height: 500px;
    }
    .services-box-list li{
	    width:100%;
	    display:block;
	    padding:0;
	    
	}
	.top-contact-list li i{
	
	}
	
	ul.navigation li:nth-of-type(1) {
    display: block;}
    
    .brand-wrap { text-align: center;}
    
    ul.top-contact-list {
    display: block!important;
    text-align: center;
	}
	.parallax.m-parallax{
        background-image: none!important;
        min-height: 100%!important;
    }
    .parallax.m-parallax-bg {
        background-image: none!important;
        height: 100%!important;
        min-height: 100%!important;
    }
    .slide-text{
    	padding-top: 0 !important;
    }
    .bs-slider{
        height: auto !important;
        background-color:;
    }


}
@media(min-width: 767px) and (max-width: 990px){
	.association-brand .img-fluid{
		width: 150px;
	}
	.width-48{
	    width:50%;
	}
    
	.m-min-210 {
      height: 400px !important;
      padding: 0 !important;
    }
}
@media(min-width: 220px) and (max-width: 767px){
	h1{
		font-size: 26px;
		line-height: 36px;
	}
	h2{
		font-size: 24px;
		line-height: 34px;
	}
	h3{
		font-size: 20px;
		line-height: 30px;
	}
	.home-parallax .breadcrumb{
		padding:15px 25px;
	}
	.control-round .carousel-control{
		top: 16%;
	}
	.logo{
	    display:block;
	    margin:10px auto;
	    text-align:center;
	}
	.logo .img-fluid{
	    -webkit-transition:all 0.5s;
	    -moz-transition:all 0.5s;
	    transition:all 0.5s;
	    width: 180px;
	}
	/*.isStuck .logo .img-fluid{
	    width:125px;
	}*/
	.parallax-window{
	    height:350px;
	}
	.slide-text{
	    top:50%;
	    -webkit-transform:translateY(-50%);
	    -moz-transform:translateY(-50%);
	    transform:translateY(-50%);
	    padding:20px;
	}
	.btn1{
	    padding:10px 18px;
	}
	.btn2{
	    padding:10px 28px;
	}
	.header-fixed{
		position: static;
		background-color: #fff;
	}
	.width-46{
	    width:100%;
	}
	.parallax-strip{
	    padding-bottom:0;
	}
	.parallax-strip .width-46{
	    margin-top:300px;
	    padding:20px;
	}
	.blink_me{
        font-size:16px;
        line-height:22px;
        /*-webkit-animation: scaling 1s infinite alternate;*/
    }
    .top-contact-wrap{
        text-align:center;
    }
    .top-contact-list, .social-link{
        margin:10px 0;
        display: block;
       margin-left: 0px;
    text-align: center;
        
    }
    
	.m-min-210 {
      height: 300px !important;
      padding: 0 !important;
    }
    
    .top-contact-list li a i{display: none;}
    .top-contact-list li a,.top-contact-list li a span{text-align:center;}
    .top-contact-list li:nth-child(3){
        margin:0!important;
    }
    .top-contact-list li{
        font-size:17px;
        margin:0 10px;
    }
    .snip figcaption:before{
    	border-width: 150px 120px 150px 0;
    }
    .snip:after{
    	border-width: 148px 120px 0px 120px;
    }
    
}
@media(min-width: 220px) and (max-width: 360px){
    .top-contact-list li{
        font-size:100%;
        padding:4px 5px;
    }
    .top-contact-list li i{
        font-size:100%;
        margin-right:0;
        
    }
    .social-link li a{
        width:38px;
        height:38px;
        line-height:38px;
    }
    
	.slide-text > p{
	    display:none!important;
	}
}