@charset "UTF-8";
/*
Theme Name: agri est 1.1
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: VIctor Belle Belle
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

/*==================================
* Author        : "Belle Victor"
* Template Name : agri est
* Version       : 1.0
==================================== */

/*==================================

font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;

==================================== */


/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2. 	Header
3.	Menu
4.	Slider
5. 	About
6. 	Service
7. 	Statistics
8. 	Project
9. 	Team
10.	Pricing
11.	Testimonial
12. Client
11.	Testemonial
14. Contact
15. New-project
16.	Footer
17.	Footer Copyright
18. Modification 09/03/2020

===========*/
/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/


@font-face {
	font-family: 'MYRIADPRO-REGULAR';
	src: url('assets/fonts/MYRIADPRO-REGULAR.eot'); /* IE9 Compat Modes */
	src: url('assets/fonts/MYRIADPRO-REGULAR.OTF') format('embedded-opentype'), /* IE6-IE8 */
		 url('assets/fonts/MYRIADPRO-REGULAR.woff') format('woff'), /* Pretty Modern Browsers */
		 url('assets/fonts/MYRIADPRO-REGULAR.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('assets/fonts/MYRIADPRO-REGULAR.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-size:14px;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
	font-family: 'MYRIADPRO-REGULAR';
	color:black;
   /* background-color:white;
	background-image:url(assets/images/banner/attente_version_PC.jpg);*/
	background-size: cover;
	height: 100%;
	width: 100%;
}

.body {
	display: none;
}

a,a:hover,a:active,a:focus{
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	
}


h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
p {
	margin: 0;
	font-size:14px;
}
img{	border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
ul li {
	list-style: none;

}
select,input,textarea{box-shadow:none;outline:0!important;}


html,body{
    height: 100%;
	position: relative;
    z-index: 2;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

/*=============Style css=========*/

/*-------------------------------------
		2. Header
--------------------------------------*/

.wrapper {
	position: relative;
    z-index: -1;
	position:relative;
	min-height:100%;
} 

.header{
	padding-top:20px;
	padding-bottom: 12px;

}
.header li  a{
	color: #888;
	outline: 0;
}
/* header-left  */
.header-left li {
    display: inline-block;
	margin-right: 50px;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;

}
.header-left li  i{
	margin-right:7px;
	color: #888;
}
.header-left li :hover {
	color: #7370d8;
}/* header-left  */

/* header-right */
.header-right {
	color: #888;
	font-family: 'Poppins', sans-serif;

}
.header-right li {
	display:inline-block;
}
.header-right li a{
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 7px;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;

}
.header-right li a:hover{
	color:#7370d8;
}
.reg a {
    margin-right: 5px;
    margin-left: 5px;
}

/* social-icon */
.social-icon{
	margin-left:6px;
	top:0;
	right:0;
}
.social-icon li a {
    margin-left:14px;
}/* social-icon */

/* header-right */

/* modal
--------------------*/
.modal-header {
    border-bottom: none;
}
.modal-title {
    font-size: 30px;
    font-weight: 500;
    color: #eb1b33;
}
.lg-frm button,
.sm-frm button {
    margin-top: 25px;
    background: transparent;
    border-color: #eb1b33;
    color: #eb1b33;
}
/*-------------------------------------
		3. Menu
--------------------------------------*/
#menu{
	z-index: 999;
}
/* navbar-brand */
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus{
	margin-top: 33px;
	padding:0;
}/* navbar-brand */

/* wrapper-sticky */
.wrapper-sticky{
	position: relative;
	display: inline-block;
	background: rgba(115,112,216,1);
}

/* sticky */
.sticky{
	background: rgba(115,112,216,1);
	padding: 10px 0px 0px;
	height:80px;
	color: #fff;
}

.sticky  .navbar-brand{
	margin-top:20px;
}
.sticky  .navbar-default .navbar-nav li a,
.sticky  .navbar-default .navbar-nav li a:active,
.sticky  .navbar-default .navbar-nav li a:focus,
.sticky  .navbar-default .navbar-nav li a:hover{
	color: #fff;
	margin: 0px 0px;
}
.sticky .navbar-default .navbar-toggle ,
.sticky .navbar-default .navbar-toggle:focus,
.sticky .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #000;
    margin-top: 15px;
}/* sticky */

/* wrapper-sticky */

/* navbar-default */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav li a{
	font-size: 16px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	margin-top:18px;
	padding-left: 27px;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
}
.navbar-default.navbar-nav li a:active,
.navbar-default.navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover{
	color: #fff;
	outline: 0;
	font-weight:700;
	margin-top:18px;
	padding-bottom: 25px;
	padding-left: 27px;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background:transparent;
    color: #fff;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	margin-top:18px;
	padding-bottom: 25px;
	padding-left: 27px;
}/* navbar-default */

/* navbar-toggle*/
.navbar-default .navbar-toggle ,
.navbar-default .navbar-toggle:focus,
 .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #000;
    margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;

}/* navbar-toggle*/

/* .search */
.sticky .search span {
	top:16px;
}
.sticky .search input {
	top:40px;
}


.search span {
    position: absolute;
    right: -17px;
    top:35px;
    cursor: pointer;
    z-index: 1;
    color: #fff;
}
.search input {
    position: absolute;
    top:60px;
    right: -17px;
    width: 15px;
    height: 20px;
    border-radius: 4px;
    font-size: 14px;
    padding:20px;
    border: 1px solid #ccc;
    z-index: 1;
    opacity:0;
}
.search input.active{
	border-radius: 0 4px;
}/* .search */

/*-------------------------------------
		4. Slider
--------------------------------------*/
.header-slider-area {
    position: relative;
    z-index: 1;
}
#rangeSlider .slider-selection{
    background: #00A86B;
    box-shadow: none;
    border-radius: 0;
    background-image: none;


}
#rangeSlider .slider-track {
    height: 15px;
}
#rangeSlider  {
    margin-top: 15px;
        width: 100% !important;
        height: 17px !important;
}
#rangeSlider .slider-track-high, #rangeSlider .slider-track-low {
    background: #F2F2F2;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
}
#rangeSlider .slider-handle {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #CFCFCF;
    background-image: none;
    box-shadow: none;
}
/* .single-slide-item */
.single-slide-item {
    padding-top: 184px;
    padding-bottom:294px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.single-slide-item h2 {
	color:#fff;
	font-size:70px;
	font-weight:500;
	line-height: 1.28;
	margin-bottom: 27px;
	font-family: 'Playfair Display', serif;
	text-transform: capitalize;
}
.single-slide-item p {
	color:#fefefe;
	font-size:24px;
	max-width:805px;
	font-family: 'Lato', sans-serif;
    line-height: 1.5;
	margin-bottom:51px;
}
.single-slide-item button.slide-btn,
.single-slide-item  button:active .slide-btn ,
.single-slide-item button:focus .slide-btn{
	display: inline-block;
    background: #f5f5fb;
    padding: 17px 50px;
    color: #5549af;
    border: 1px solid #f5f5fb;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-right: 36px;
	margin-bottom: 30px;
	outline:0;
	box-shadow:none;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
}

.single-slide-item  button.slide-btn:hover{
	 background: transparent;
	 color: #fff;
	 border: 1px solid #fff;
}
.single-slide-item.slide-1 {
	background-image:url(assets/images/banner/couverture.png);
	position:relative;
	z-index:1;
	background-size: cover;
}
.single-slide-item.slide-2 {
	background-image:url(assets/images/banner/banner2.jpg);
	position:relative;
	z-index:1;
}
.single-slide-item-img img{
	max-width: 100%;
	height: auto;
}
/* .single-slide-item */


/* .carousel-indicators */
.carousel-indicators {
    bottom: 40px;
    display: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 12px 10px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin:12px 10px 0 0;
    background-color: #f7b405;
	border:1px solid #f7b405;
}
/* .carousel-indicators */

/* .carousel-control */
.carousel-control {
	position:absolute;
	width:75px;
	height:75px;
	line-height:75px;
	text-align:center;
	top:39.5%;
	left:20px;
	background:transparent;
	color:#fff;
	font-size: 22px;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	border-radius: 50%;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
}
.carousel-control:hover {
	background: #fff;
	color:#6967d1;
	font-size: 22px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
}
/* .carousel-control */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*-------------------------------------
		4. We-do
--------------------------------------*/
.we-do{
	padding: 115px 0 82px;
}

/* section-header */
.section-header h2{
	color: #44454f;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.section-header h2 span{
	color: #4d4e54;
}
.section-header h1{
	color: #FFF;
	font-size: 30px;
	font-family: 'verdana', sans-serif;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 18%;
    margin-top: 32px;
    line-height: 1.8;
}/* section-header */


/*single-we-do-box */
.we-do-carousel {
    padding-top: 60px;
}
.we-do-description {
    padding: 55px 0 70px;
}
.single-we-do-box  {
    box-shadow:0 0 5px rgba(35,37,41,.1);
	overflow-x:hidden;
	margin-top: 15px;
	opacity:1;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
}

/*we-do-description*/
.single-we-do-box{
	background:#fff;
	min-height: 345px
}
/* we-do-info */
.we-do-info {
	font-family: 'Playfair Display', serif;
	text-transform: capitalize;
}
.we-do-img {
    margin-right: 5px;
	border-radius:50%;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
}
.we-do-topics {
    margin-top: 32px;
    margin-bottom: 27px;
}
.we-do-topics h2 a{
	color:#44454f;
	font-size:20px;
}/* we-do-info */


/* we-do-comment */
.we-do-comment {
    margin-top: 14px;
}
.we-do-comment p{
	color:#888;
	font-size:16px;
    font-family: 'Poppins', sans-serif;
	max-width: 306px;
	margin: 0 auto;
}/* we-do-comment */


/*we-do-description*/
.single-we-do-box:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity:1;
}

/*owl carousel*/
.team-carousel .owl-stage {
    position: relative;
    padding-top: 26px;
	padding-bottom: 40px;
}


/* Services Item */
.services-item {
	position: relative;
	background: #fff;
	margin: 30px 0;
	padding: 30px;
	border-radius: 4px;
	text-align: left;

	height: 350px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
  }
  .services-item-number h1 {
	margin-top: -15px;
    color: #7C7C7B;
    font-size: 56px;
  }


  .services-item .icon i {
	font-size: 42px;
  }
  .services-item .icon  {
	width: 30%;
	margin: auto;
	padding-bottom: 25px;
  }

  .services-item .services-content h3 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  .services-item .services-content p {
	font-family: 'MYRIADPRO-REGULAR';
	font-style: normal;
	margin-bottom: 10px;
	color: #7C7C7B;
	text-align: center;
	padding: 0 18px;
    font-size: 20px;
  }

  .services-item .services-content h3 a {
	font-size: 18px;
	color: #585b60;
  }

  .services-item .services-content h3 a:hover {
	color: #3d60f4;
  }

  .services-item:hover {
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
  }

  #service {
	position: relative;
  }


  hr.style-eight {
	    /* position: absolute; */
		bottom: 15px;
		border-top: 4px solid #61B6E1;
		width: 100px;
		/* left: 40%; */
		margin-left: auto;
		margin-right: auto;
	}

/*-------------------------------------
		5. About
--------------------------------------*/
.about-us{
    position: relative;
	background: #fff;
	padding: 120px 0 145px;
}
.about-us-txt{
    font-family: 'MYRIADPRO_REGULAR', sans-serif;
    margin-top: 40px;
    font-size:18px;
}
.about-us h2 {
	color:#599A7E;
	font-size:25px;
	font-family: verdana, serif;
	font-weight: 700;
}
.about-us p{
	color:#1E1E12;
	font-size:18px;
	font-family: 'MYRIADPRO_REGULAR', sans-serif;
	line-height: 1.7;
	/*max-width: 501px;*/
    margin-top: 28px;
    margin-bottom: 15px;
}
about-us-txt ul li{
    list-style-type: initial;
    margin-left:4px;
}
.tonnage{
    width: 145px;
    margin: 0 auto;
    position: absolute;
    top: 300px;
    left: 35%;
}

.bouton-lien{background-color:#599A7E;
		     color:white;
		     border:0;
		     font-size:1em;
		     letter-spacing:2px;
		     transition-duration: 0.5s;
			 border-radius:7px;
			 margin:20px;
			 padding:0.5em;}

.bouton-lien:hover{background-color:white;
				   border:1px solid #599A7E;
				   color:#599A7E;
			       transition-duration: 0.5s;
				   font-size:1em;
				   letter-spacing:2px;
				   transition-duration: 0.5s;
				   border-radius:7px;
				   margin:20px;
				   padding:0.5em;}
				   
.bouton-lien:active{background-color:white;
				   border:1px solid #599A7E;
				   color:#599A7E;
			       transition-duration: 0.5s;
				   font-size:1em;
				   letter-spacing:2px;
				   transition-duration: 0.5s;
				   border-radius:7px;
				   margin:20px;
				   padding:0.5em;}

/*-------------------------------------
		6. Service
--------------------------------------*/
.service{
	padding:40px 0 85px;
	background-image:url(assets/images/banner/service_bg.png);
	position:relative;
	z-index:1;
	background-size: cover;
}
.mobi{
	padding:40px 0 85px;
	background-image:url(assets/images/banner/Background_mobile_2.jpg);
	position:relative;
	z-index:1;
	background-size: cover;
}
.service-single{
	margin-bottom:30px;
}
.service-content-one{
	margin-top: 42px;
	margin-bottom: 60px;

}

.service-img img{
	margin-top: 30px;
}
/*.service-txt*/
.service-single {
	max-width: 304px;
    margin: 0 auto;
   	margin-bottom: 15px;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
}
.service-txt h2 a{
	color:#44454f;
	font-size:24px;
	font-family: 'Playfair Display', serif;
	padding: 47px 0 25px;
}
.service-txt h1 {
	color:#fff;
	font-size:24px;
	font-family: 'verdana', serif;
	padding: 47px 0 25px;
}
.service-txt p {
	color:#756c6a;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.67;
}
a.service-btn,
a:active.service-btn,
a:hover.service-btn,
a:focus.service-btn{
	color: #7370d8;
    font-size:16px;
	font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-top:12px;
    margin-bottom: 15px;
}/*.service-txt*/

.service-single:hover{
	box-shadow:0 5px 20px rgba(112,134,230,.2);
	opacity: 1;
}

/*-------------------------------------
		7. Statistics
--------------------------------------*/
.statistics{
	position:relative;
	background-position:center;
	background-size:cover;
	padding: 38px 0 81px;
}
.statistics .arrow-linkto {
    bottom: 20px;
}
/* single-ststistics-box */
.single-ststistics-box {
    display: flex;
    margin-bottom:30px;
	height: 75px;
}
/* single-ststistics-box */
.statistics-content {

}
.statistics-content .counter{
	color:#fff;
	font-size:32px;
	font-family: 'Poppins', sans-serif;
}
.statistics-content h3{
	color:#599A7E;
	font-size:20px;
	font-family: 'verdana', sans-serif;
	margin-top: 9px;
	line-height: 1.5;
}
.statistics-content h1{

	color: #7C7C7B;
    text-transform: capitalize;
    font-family: Verdana, sans-serif;
    margin-top: 9px;
    line-height: 1.2em;
    font-size: 26px;
}

/*-------------------------------------
		8. Project
--------------------------------------*/
.project{
	padding: 117px 0 109px;
}
.project-details{

}
.project-content {
    margin-top:62px;
}

/* project-header  */
.project-header h2{
	color: #44454f;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}
.project-header p{
	color: #888;
	font-size: 28px;
	font-family: 'MYRIADPRO-REGULAR', sans-serif;
	max-width:700px;
    margin-top: 32px;
}
/* project-header  */

/* clear fix */
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
/* ---- .item ---- */
.isotope .col-sm-6 {
    width: auto;
}
.isotope .item {
	float: left;
	height: 286px;
	position:relative;
	overflow:hidden;
	margin-bottom: 30px;
}
.isotope .item.big-height {height: 604px;}
/*.item img*/
.isotope .item img{
	width:100%;
	height:100%;
	transition:.5s;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.isotope .item:hover  img{
	-webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}/*.item img*/

/*.isotope-overlay*/
.isotope-overlay{
	position:absolute;
	height:100%;
	width:100%;
	background:rgba(115,112,216,.75);
	display:flex;
	align-items:center;
	text-transform: capitalize;
	justify-content:center;
	flex-direction: column;
	-webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
	-webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.isotope-overlay h3 a,.isotope-overlay  a{
	color:#fff;
	font-size:24px;
	font-family: 'Lato', sans-serif;
}
.isotope-overlay h3 a{
	margin-top: 20px;
}
.isotope-overlay p{
	color:#fff;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	margin-top: 15px;
}
.isotope .item:hover .isotope-overlay{
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
	top:0;
}/*.isotope-overlay*/

/*project-btn*/
.project-btn{
	margin-top: 49px;
	letter-spacing: 1.2px;
}
.project-view {
    background: #7370d8;
    border: 1px solid #7370d8;
    width:185px;
    height:52px;
    line-height: 50px;
    white-space: nowrap;
   	text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.project-view:hover {
	color: #7370d8;
	background: transparent;
}/*project-btn*/

/*-------------------------------------
		9. Team
--------------------------------------*/
.team{
    position: relative;
	padding: 40px 0;
    background: #F2F2F2;

}
.team .arrow-linkto {
    bottom: 0px !important;
}
.team.team-main{
	background: #fff;
}

/*team-head*/
.project-header.team-header h3,
.project-header.team-header h1,
.project-header.team-header p{
	text-align: center;
	color: #7C7C7B;
	margin: 0 auto;

}
.project-header.team-header.team-head h2,
.project-header.team-header.team-head p {
	text-align: center;
    color: #000;
}
.project-header.team-header.team-head p {
    margin:0 auto;
    margin-top: 32px;
}/*team-head*/

/*singleteam-box*/
.team .team-carousel .col-sm-3,
.team .team-carousel .col-xs-12{
	width:100%;
	height:auto;
}
.team-card{
	padding: 75px 0 0 0;
}
.team-card.team-mrt-70{
	margin-top: -70px;
}
.single-team-box{
	position: relative;
	height: 352px;
	background-size: cover;
	background-position: center;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
/*single-team-box*/



/*team-box-inner*/
.team-box-inner{
	position: absolute;
	bottom: 0;
    left: 0;
    width: 100%;
	padding: 19px 0 0px 30px;
	background: rgba(65,62,126,.8);
	height: 90px;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.team-box-inner h3{
	color: #fff;
    display:block;
    font-size:18px;
	margin-bottom:8px;
	font-family: 'Poppins', sans-serif;
}
.team-box-inner .team-meta{
	display:block;
	color:#fff;
	font-size:12px;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
a.learn-btn,
a:hover.learn-btn,
a:focus.learn-btn,
a:active.learn-btn{
    color: #7086e6;
    font-size:12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
    text-transform: capitalize;
    margin-top: 8px;
    padding-bottom: 18px;
    opacity:0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.single-team-box:hover a.learn-btn{
	opacity: 1;
}/*team-box-inner*/
.single-team-box:hover .team-box-inner{
	height: 100px;
}
.single-team-box:hover{
	box-shadow: 5px 5px 30px 5px rgba(65,62,126,.2);
}
.single-team-box.single-team-card:hover{
	box-shadow: 0px 5px 35px 5px rgba(6,5,49,.2);
}
/*-------------------------------------
		10.	Pricing
--------------------------------------*/
.pricing{
	padding:115px 0 78px;
}
.pricing-content {
    padding-top: 105px;
}
.price-head {
	letter-spacing: 3.5px;
}

/*pricing-box */
.pricing-box{
	background: #fcfcff;
    text-align: center;
    padding:0px 0px 40px;
    border-radius: 5px;
	margin-bottom:30px;
	opacity:.6;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
    transition: all 0.3s linear;
}

/*pricing-header */
.pricing-header{
	background:#7370d8;
	padding-top: 25px;
    padding-bottom: 28px;
    -webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
    transition: all 0.3s linear;
}
.pricing-header h2{
    font-size:24px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
}
.pricing-header p{
	color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
	text-transform:capitalize;
}


/* plan-lists */
.plan-lists{
	display: inline-grid;
	margin-top: 28px;
}
.plan-lists li {
    font-size: 16px;
	line-height: 40px;
	color:#888;
	text-transform:capitalize;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
    transition: all 0.3s linear;
}

/* packeg_p */
.packeg_p{
	color: #fff;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    padding-top: 30px;
    padding: 11px 0 11px;
    -webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
    transition: all 0.3s linear;
}
.packeg_p span {
    vertical-align: 12px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-right: 5px;
}
.project-btn.pricing-btn a{
	text-transform: capitalize;
	color: #fff;
}
.pricing-box:hover {
	box-shadow: 0px 0px 30px 0px rgba(115, 120, 216, 0.3);
    opacity: 1;
}
.project-btn.pricing-btn a:hover{
	color:#7370d8;
}

/*-------------------------------------
		11.	Testemonial
--------------------------------------*/

.testemonial{
	position:relative;
	background: #f9faff;
	padding-top: 116px;
}

/*testemonial-carousel*/
.home1-testm.item {
    padding-top: 49px;
}
.testemonial .owl-carousel .owl-item img {
    display: inline-block;
    width:100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 2px solid #7370d8;
}
.testemonial .owl-theme .owl-nav.disabled+.owl-dots {
    padding-bottom: 110px;
    margin-top: 5px;
}
.testemonial .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    border-radius:50%;
    background: transparent;
    border: 2px solid #dfdeff;
}
.testemonial .owl-theme .owl-dots .owl-dot.active span{
    background: #7370d8;
    border: 2px solid #7370d8;
}

/*home1-testm-txt*/
.home1-testm-txt {
    padding-top: 50px;
}
.home1-testm-txt p{
	color: #888;
	font-size: 24px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.5px;
    padding: 15px 0 30px;
}
.home1-testm-txt h3 a{
	color: #7370d8;
	font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.home1-testm-txt h4{
	color: #888;
	font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 14px 0 0px;
}
.home1-testm-txt span {
    color: #c3c3ef;
    font-size: 40px;
}/*home1-testm-txt*/

/*testemonial-carousel*/

/*-------------------------------------
		12. Client
--------------------------------------*/
.clients{
    position: relative;
	background: #61B6E1;
	padding: 53px 0 0px;
}
.clients-area {
    padding: 33px 0 59px;
	position:relative;
}
.clients-area h2 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #fff;
}

.clients-area p {
	color: #fff;
	font-size: 18px;
	padding: 0 80px;
}
.clients-area .item {
    padding: 0 13px 2px;
}

.list-white{
	color:#fff;
	padding: 10px 80px;
	margin-left: 15px;

}
.list-white li {
	list-style-type: initial;
	font-size: 18px;
}

.clients .clients-area .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
	border-radius:0;
}

/*-------------------------------------
		13. Latest News
--------------------------------------*/
.news{
	padding: 114px 0 95px;
}
.news-card {
    margin-top: 70px;
}
.news-card-pb-25{
	padding-bottom: 25px;
}
/*single-news-box*/
.single-news-box{
	box-shadow:0 5px 30px 0px rgba(115,112,215,.2);
	min-height: 504px;
	margin-bottom: 13px;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}
.single-news-box.news-mb-20{
	margin-bottom:20px;
}/*single-news-box*/

/*news-box-bg*/
.news-box-bg {
	position: relative;
	overflow: hidden;
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.single-news-box:hover .isotope-overlay{
	-webkit-transform:scaleY(1);
    -moz-transform:scaleY(1);
    -ms-transform:scaleY(1);
    -o-transform:scaleY(1);
    transform:scaleY(1);
	top:0;
}/*news-box-bg*/

/*news-box-inner*/
.news-box-inner{
	padding: 30px 0px 30px 20px;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-box-inner h3 a{
	color: #4d4e54;
    display:block;
    font-size:16px;
	margin-bottom: 17px;
	font-family: 'Playfair Display', serif;
	font-style: italic ;
	max-width: 350px;
	font-weight: 600;
	line-height: 1.4;
}
.news-box-inner .team-meta{
	display:block;
	color:#4d4e54;
	font-size:12px;
	font-family: 'Poppins', sans-serif;
}

.news-box-inner span{
	color:#908edf;

}
a.learn-btn,
a:hover.learn-btn,
a:focus.learn-btn,
a:active.learn-btn{
    color: #7086e6;
    font-size:12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
    text-transform: capitalize;
    margin-top: 8px;
    padding-bottom: 18px;
    opacity:0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.single-news-box:hover .news-box-inner {
	background: #f9faff;

}/*team-box-inner*/
.single-news-box:hover{
	box-shadow:0 5px 35px 0px rgba(115,112,215,.2);
}
.single-news-box:hover .news-box-bg{
	-webkit-transform:scaleY(1.05);
    -moz-transform:scaleY(1.05);
    -ms-transform:scaleY(1.05);
    -o-transform:scaleY(1.05);
    transform:scaleY(1.05);
}

/*-------------------------------------
		14. Contact
--------------------------------------*/
.contact {
    padding: 15px 0 120px;
	padding-bottom:15em;
	background-position:center;
	background-size: cover;
	position: relative;
}
.contact:before{
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
}

/*contact-head */
.section-header.contact-head {
	margin: auto;
    width: 350px;
}
.section-header.contact-head h2,
.section-header.contact-head p{
	position: relative;
    color: #1E1E12;
    font-size: 24px;
}
.contact-form p{
	color: #1E1E12;
	font-size: 24px;
	margin-bottom:10px;
}
/*contact-head */

.contact-content {
    padding: 10px;
	margin-top: 30px;
	overflow:hidden;
}
.contact-form {
	position: relative;
	margin: 50px 0 0 0;

}
.contact-form  .form-group {
    margin-bottom: 15px;

}
.contact-form .form-control {
	padding: 24px 21px;
    font-size: 16px;
    border: 1px solid #f9faff;
    border-radius: 15px;
    box-shadow: none;
    outline: 0!important;
    background: #F2F2F2;
    color: #7C7C7B;
    resize: none;

}
.contact-form .form-group {
    padding-bottom:7px;
}
.contact-form .single-contact-btn {
	margin:auto;
}
/*--contct button--*/
.contact-form .single-contact-btn button{
	display:flex;
	align-items:center;
	justify-content:center;
	background: #61B6E1;
	height:50px;
	width: 195px;
	border-radius: 50%;
	border:1px solid #61B6E1;
	text-transform:uppercase;
	margin-top: 3px;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
}
.contact-form .single-contact-btn button.contact-btn ,
.contact-form .single-contact-btn button.contact-btn:focus {
    outline: 0 !important;
    border:0;
    color: #fff;
    letter-spacing: 2.5px;
    border-radius: 15px;
    font-size:14px;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition: .5s;
	margin: auto;

}

.single-contact-btn:hover button.contact-btn {
	color:#61B6E1;
	background:#fff;
	border:1px solid #61B6E1;
}

/*--contct button--*/

/* contact-right */
.contact-right {
    display: flex;
}

/* contact-adress */
.contact-adress {
    margin: 68px 0 0px;
	display:flex;
	flex-direction: column;
}
.contact-office-address {
    margin-bottom: 18px;
}
.contact-office-address h3{
	color: #fff;
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	text-transform:capitalize;
}
.contact-office-address p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 14px;
	font-family: 'Poppins', sans-serif;
	margin-top: 30px;
	margin-bottom: 50px;
}
.contact-online-address{
	color:#fff;
	font-size: 14px;
}
.single-online-address {
	position:relative;
	margin-bottom: 30px;
}
.single-online-address i {
    padding-right: 7px;
}
.single-online-address span{
  position:absolute;
  font-size: 14px;
  left:25px;
  top:0;
  width:100%;
}/* contact-adress */

/*hm-foot-icon*/
.contact-icon {
    margin-top:19px;
}
.contact-icon ul li{float:left;}
.contact-icon ul li>a {
	color: #fff;
	margin-right:13px;
	padding: 0px 12px 0px 0px;
	-webkit-transition: .3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
    transition: .3s;

}/*contact-icon*/

/* contact-right */

/*-------------------------------------
		15. New-project
--------------------------------------*/
.new-project {
    padding: 72px 0 72px;
    background: #7370d8;
}
.single-new-project h3{
	color: #fff;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;

}
.single-new-project a.slide-btn,
.single-new-project  a:active .slide-btn ,
.single-new-project a:focus .slide-btn{
	display: inline-block;
    padding: 17px 42px;
    background: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-size:13px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	-webkit-transition:.5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
}

.single-new-project  a.slide-btn:hover{
	background: #f5f5fb;
	color: #5549af;
    border: 1px solid #f5f5fb;
}
/*-------------------------------------
		16. Footer
--------------------------------------*/
.hm-footer{
    padding-bottom:8px;
    background: #1E1E12;
}
.hm-footer-details {

	margin-top: 10px;
    margin: 0 auto;
    width: 420px;
}
.hm-footer-widget{
	margin-bottom:10px;
}
.main-logo {
	position:absolute;
	top:100px;
	bottom: 0;
	left: 0;
	right: 0;
  	max-width: 30%;
	margin: auto;
}
.arrow-linkto {
	position:absolute;
	bottom: 30px;
	left: 0;
	right: 0;
  	max-width: 10%;
	margin: auto;
}
.arrow-linkto img {
    width: 60%;
    margin-left: 45%;
}
.cycle-graph {
	padding-top: 45px;
  	max-width: 100%;
	margin: auto;
}

/* hm-foot-title */
.hm-foot-title h4{
	color:#fff;
	font-size:20px;
	margin-bottom: 32px;
	font-family: 'Verdana', serif;
	text-transform: capitalize;
}
.hm-foot-title .logo{
	margin-top: 5px;
	margin-bottom: 32px;
}
.hm-foot-para p{
	color:#aaa;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	text-transform: lowercase;
	text-transform: initial;
    max-width: 260px;
}/* hm-foot-title */

/*hm-foot-icon*/

    .hm-foot-icon {
		padding-top: 30px;
			margin: 0 auto;
			width: 450px;

	}


.hm-foot-icon ul {
	margin-left: 150px
}
.hm-foot-icon ul li {
	display: inline-block;
    width: 12%;
    height: 12%;
    line-height: 32px;
    text-align: center;
	margin-left:10px;
    border-radius: 5px;
    -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.hm-foot-icon ul li>a>i {
    color: #212135;
}
.hm-foot-icon ul li:hover {
}/*hm-foot-icon*/

/* footer-menu  */
.footer-menu ul {display: grid;}
.footer-menu li a{
	font-size:14px;
	color:#aaa;
	padding-bottom: 20px;
	text-transform:capitalize;


	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.footer-menu   li a:hover,
.footer-menu   li a:focus{
	color: #fff;
	font-weight: 700;
	-webkit-transform:translateX(5px);
	-moz-transform:translateX(5px);
	-o-transform:translateX(5px);
	-ms-transform:translateX(5px);
	transform:translateX(5px);
}/* footer-menu  */




/*hm-foot-email*/
.hm-foot-para p.para-news{
	color:#aaa;
	font-size:15px;
	font-family: 'Poppins', sans-serif;
	text-transform: initial;
    max-width: 263px;
    padding-top: 3px;
}

.hm-foot-email{
    display: flex;
	margin-top:35px;
}
.foot-email-box .form-control {
	background:#3d3d4d;
	display: block;
    padding: 32px 32px 33px;
	outline:0!important;
	box-shadow:none;
	border:0;
	border-radius: 0;
}
.foot-email-box input[placeholder="Email Address"] {
	color: #8b8b8b;
	font-size: 16px;
}
.foot-email-subscribe button{
    width:65px;
    height:65px;
    background: #7370d8;
	font-size:14px;
    color: #fff;
    text-transform: uppercase;
	display:flex;
	align-items:center;
	justify-content:center;
	outline:0;
	box-shadow:none;
	border: 0;
}/*hm-foot-email*/

/*hm-para-news*/
.hm-para-news a{
	color:#aaa;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	text-transform: lowercase;
	text-transform: initial;
    max-width: 258px;
    margin-bottom: 8px;
    -webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.hm-para-news a:hover {
	color: #7370d8;
}
.footer-line {
    padding: 30px 0 35px;
}
.border-bottom{
	border-bottom: 1px solid #aaa;
}
.hm-para-news  span{
	color:#aaa;
	font-size:12px;
	font-family: 'Poppins', sans-serif;
	margin-top:20px;
}/*hm-para-news*/

/*-------------------------------------
		17. Footer- copyright
--------------------------------------*/
.footer-copyright {
	background:#1E1E12;
	padding: 30px 0 35px;
}
.foot-copyright{
	color:#8b8b8b;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
}
/* foot-menu  */
.foot-menu ul li {
    float: left;
    padding-left:15px;
    text-transform: capitalize;
}

.foot-menu li a{
	color:#8790af;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
	display: inline-block;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
    transition: all 0.2s linear;
}
.foot-menu   li a,
.foot-menu   li a:hover,
.foot-menu   li a:focus{

}
.foot-menu  li {
	position:relative;
	padding-left:42px;
}
/*-------------------------------------
		ABOUT PAGE
--------------------------------------*/

/*-------------------------------------
		i. about-part
--------------------------------------*/

.about-part{
	position:relative;
	background:url(../../assets/images/blog/blog-banner.jpg)no-repeat;
	background-position:center;
	background-size:cover;
	padding: 124px 0 144px;
	z-index:1;
}
.about-part:before{
	position:absolute;
	content:'';
	background: rgba(115,112,216,.6);
	height:100%;
	width:100%;
	top:0;
	left:0;
}
.about-part-details h2 {
	position:relative;
	color:#fff;
	font-size:40px;
	font-weight:700;
	font-family: 'Playfair Display', serif;
	margin-bottom: 3px;
	left: 15px;

}
.about-part-content {
    position: relative;
}

/* breadcrumb */
.breadcrumb {
    background-color:transparent;
}
.breadcrumb>li+li:before {
    padding: 0 0px;
    color:transparent;
    content: "";
}
.breadcrumb li>a{
	color:#dddcff;
	font-size:20px;
	font-weight:500;
	font-family: 'Playfair Display', serif;
	text-transform:capitalize;
}
.breadcrumb li{
	color:#dddcff;
}
.breadcrumb li span {
    margin-left:8px;
	margin-right: 4px;
	font-size:20px;
}


/*-------------------------------------
		BLOG PAGE
--------------------------------------*/
.blogs-widget{
	position: relative;
	margin:0 0 34px 0;
}
 .blogs-widget h2{
	color:#4d4e54;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: capitalize;
}

/*--blog sidebar search--*/
.blogs-widget .form-control {
	position: relative;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    height: 50px;
    border: 1px solid #d7d7d7;
}
.blogs-widget input {
	color: #888;
	font-size: 20px;
	padding-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 38px;
}
.blog-search-icon a{
	color: #888;
	position: absolute;
	top: 15px;
    right: 18px;
    font-size: 20px;
}/*--blog sidebar search--*/

/*--blog-categories-list--*/
.blog-categories-list {
    margin-top: 20px;
}
.blog-categories-list ul li a{
	display: inline-block;
	padding:12px 0 0px;
	color: #888;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
    transition: all 0.5s linear;
}
.blog-categories-list ul li a:hover{
	color:#908edf;
	-webkit-transform:translate(10px);
	-moz-transform:translate(10px);
	-ms-transform:translate(10px);
	-o-transform:translate(10px);
	transform:translate(10px);

}
.blog-categories-list ul li a i{
	padding-right: 10px;
}/*--blog-categories-list--*/

/*blog-related-news*/
.blog-related-news{
	padding: 38px 0 0px;
}
.bl-txt {
    display: -webkit-box;
    max-width: 240px;
    padding:0px 0 25px;

}
.bl-img a img{
	width: 100px;
	height: 100px;
}
.bl-txt p a{
	color: #4d4e54;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
    margin-left:20px;
    line-height: 1.4;
    -webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
    transition: all 0.5s linear;
}
.bl-txt  span{
	display: block;
   	color:#888;
   	font-size:12px;
   	font-family: 'Poppins', sans-serif;
	margin-left:20px;
    padding-top: 8px;
}
.bl-txt p a:hover{
	color: #908edf;
}/*blog-related-news*/

.blog-footer {
    padding: 2.5rem 0;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-top: .05rem solid #e5e5e5;
	position: absolute; 
	bottom: 0; 
	left: 0; 
	right: 0
}


.blog-footer  a, .blog-footer  a:hover {
    color:#fff;
}

hr {
    border: 0 !important;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.chart-gauge {
    position: absolute;
    top: 28px;
    left: 18px;
    width: 505px;

}
.about-us-img {
    position: relative;
    width:100%;
}
.aiguille {
    position: absolute;
    top: 0;
    width: 100%
}

.modal-window {
	position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
  }
  .modal-window:target {
	opacity: 1;
	pointer-events: auto;
  }
  .modal-window > div {

	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	padding: 2em;
	background: #ffffff;
  }
  .modal-window header {
	font-weight: bold;
  }
  .modal-window h1 {
	font-size: 150%;
	margin: 0 0 15px;
  }

  .modal-close {
	color: #aaa;
	line-height: 50px;
	font-size: 25px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 70px;
	text-decoration: none;
  }
  .modal-close:hover {
	color: black;
  }

  /* The Modal (background) */
.modale {
	display: block; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
  }

  /* The Close Button */
  .close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
  }

  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }



/*--blog button--*/
.blog-tags{
	padding:38px 0 0 0;
}
.blogs-widget .btn {
    color: #4d4e54;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    background-color: #fff;
    border-color: #4d4e54;
    margin: 0 10px 10px 0;
    padding: 3px 11px 3px 11px;
	outline:0;
	box-shadow:none;
	border-radius: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
    transition: .5s;
}

.blogs-widget .btn:hover{
	color:#908edf;
	border:1px solid #908edf;
}
/*-blog button-*/

/*pagination*/
.pagination-part {
    text-align: center;
}

.pagination-part .pagination>.active>a,
.pagination-part .pagination>.active>a:focus,
.pagination-part .pagination>.active>a:hover,
.pagination-part .pagination>.active>span,
.pagination-part .pagination>.active>span:focus,
.pagination-part .pagination>.active>span:hover {

    color: #fff;
    cursor: pointer;
    background-color:#908edf;
    border-color: #908edf;
}
.pagination-part .pagination>li>a,
.pagination-part .pagination>li>span {
    position: relative;
    float: left;
    padding: 11px 17px;
    margin-left: 25px;
    line-height: 1.42857143;
    color: #888;
    font-size: 20px;
    text-decoration: none;
    background-color: #fff;
    border:0;
    border-radius: 0;
}
.pagination-part .pagination>li:nth-child(1)>a,
.pagination-part .pagination>li:nth-child(2)>a,
.pagination-part .pagination>li:nth-child(3)>a{
    border: 1px solid #888;
}
.pagination-part .pagination {
    margin-top: 63px;
}/*pagination*/

/*-------------------------------------
		BLOG-SINGLE PAGE
--------------------------------------*/

/*bl-single-head*/
.bl-single-head h3 a {
    padding: 21px 0 17px 0;
    color: #4d4e54;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
	text-transform: capitalize;
}
.bl-single-head p{
	color: #a4a4a4;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
.bl-single-head p span{
	color: #4d4e54;
    font-family: 'Poppins', sans-serif;

}/*bl-single-head*/


/*bl-single-para*/
.bl-single-para{
	padding: 34px 0 0 0;
}
.bl-single-para h3{
	color: #636363;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
	letter-spacing: -0.5px;
    line-height: 1.6;
    text-transform: none;
    margin-bottom: 26px;
}
.bl-single-para p{
	color: #888;
    font-size:16px;
    font-family: 'Poppins', sans-serif;
	line-height: 1.87;
    text-transform: none;
}
.bl-single-para  blockquote {
    color: #636363;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: italic;
	max-width: 571px;
    margin: 0 auto;
    line-height: 1.6;
    border-left: transparent;
   	padding: 18px 0 20px;
}

/*blog-xtra-body*/
.blog-xtra-body {
    padding: 32px 0 29px 0;
}

.xtra-para{
	max-width: 335px;
	margin-top: 22px;
}
.news-box-bg.blog-body-img img {
    height: 360px;
}
.blog-xtra-img{
	position: relative;
}
.blog-single-musiq{
	position: absolute;
	top: 40%;
    left: 38%;
}/*blog-xtra-body*/

/*bl-single-para*/

/*bl-single-contact-box*/
.bl-single-contact-box{
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding: 22px 0 43px;
	margin: 31px 0 47px;
}
/*.bl-list-icon */
.bl-list-icon {
    float: left;
}
.bl-list-icon ul {
	display: flex;
}
.bl-list-icon  ul li a{
	color: #a4a4a4;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
	padding-right: 14px;
	cursor:pointer;
}
.bl-single-tag p{
	color: #a4a4a4;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.bl-single-tag p span a{
	color: #636363;
	text-transform: capitalize;
}/*.bl-list-icon */

.bl-single-tag {
    float: right;
}

/*bl-single-contact-box*/

/*.blog-single-form */
.contact-form.blog-single-form {
    padding-bottom: 25px;
}
.contact-form.blog-single-form h3{
	color: #4d4e54;
}
.contact-form.blog-single-form input,
.contact-form.blog-single-form textarea{
	background: transparent;
	border: 1px solid #b2b2b2;
}/*.blog-single-form */


/*.comments-area */

.comments-area h3 {
	color:#4d4e54;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}

.comment-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.mobi-icon{
	display: none;
}



.comment {list-style:none;}
.children {
	padding-left:108px;
}

/*comment-content*/
.comment-body{
	display: -webkit-box;
	padding-bottom:43px;
	margin-bottom: 38px;

}
.xtra-comment-body{
	border-bottom: 1px solid #dfdfdf;
}
.comment-content{
	padding-left: 27px;
}
.comment-content>b.fn a{
	color:#4d4e54;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
.comment-content>b.fn a span{
	padding: 0 16px 0 26px;
	color:#888;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.reply {
	display: inline-block;
	color:#7e7bda;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.comment-content p{
	color:#888;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding-top: 15px;
    line-height: 1.7;
}
.comment-content:hover .reply,
.comment-content:hover .reply a{color:#ea1b33;transition:.7s;}

/*comment-content*/

/*.comments-area */

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index:15;
    color: #fff;
    background:#61B6E1;
	border:1px solid #61B6E1;
	border-radius:5px;
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#61B6E1;
    color: #fff;
	border:1px solid #61B6E1;
	border-radius:50%;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}
input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
    background: #888;
}
input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

@media screen and (max-width:1366px){
	.carousel-control {position:absolute;top: 65%;left: 6%;}
	.carousel-control.right {left: 10%;}
	.mobi {
		display: none;
	}

}/*max-width:1366px*/

@media screen and (max-width:1200px){

}/*max-width:1200px*/

@media screen and (max-width:1199px){
	.carousel-control {position:absolute;top: 65%;left: 8%;}
	.carousel-control.right {left: 12%;}
	.single-new-project a.slide-btn{padding: 17px 27px;}
	.foot-email-box input[placeholder="Email Address"] {font-size: 12px;}
	.mobi {
		display: none;
	}


}/*max-width:1199px*/
@media screen and (max-width:1100px){
    .mobi {
		display: none;
	}
	.mobi-title {
		display: none;
	}

}/*max-width:1100px*/

@media screen and (max-width:1099px){
	.bl-txt {max-width: 200px;}
	.mobi {
		display: none;
	}


}/*max-width:1099px*/
@media screen and (max-width:1024px){
	.carousel-control {position:absolute;top: 65%;left: 0%;}
	.mobi {
		display: none;
	}



}/*max-width:1024px*/


@media screen and (max-width:992px){
    .mobi {
		display: none;
	}

}/*max-width:992px*/


@media screen and (max-width:991px){
	.navbar-default .navbar-nav li a {font-size: 16px;padding: 17px 0px 6px 18px;}
	.carousel-control {position:absolute;top: 65%;left:10%;}
	.carousel-control.right {left:15%;}
	.sticky .search span {top: 22px;}
	.we-do-topics h2 {font-size: 16px;}
	.we-do-comment p {padding: 0 15px;font-size: 13px;}
	.about-us-txt {margin-top: 0;}
	.service-txt h2 a {font-size: 20px;}
	.single-news-box{margin-bottom: 30px;}
	.hm-para-news {display: grid;}


	.main-timeline:before {left:11%;top:5.2%;}
	.main-timeline .timeline{top: 2px;left: -43px;}
	.main-timeline .timeline.timeline-ml-20{margin-left: 48px;}

	.xtra-para {max-width: max-content;}
	.blog-single-musiq {left: 22%;}
	.comment-body {max-width: 450px;}
	.children { padding-left: 0;}


}/*max-width:991px*/

@media screen and (max-width:768px){
	.mobi {
		display: block
	}
	.service{
		display: none;
	}

}/*max-width:768px*/


@media screen and (max-width:767px){
	.mobi {
		display: block;
	}
	.service{
		display: none;
	}
	.menubar ul.nav.navbar-nav {display: inline-grid;}
	.navbar-default .navbar-nav li a {font-size: 16px;padding: 0 25px;}
	.navbar-collapse {border-top: 0;box-shadow: inset 0 1px 0 rgba(255,255,255,0);}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {position: relative;top:21px;left: -16px;width: 104.6%;border-color: transparent;background: rgba(115,152,216,1);}
	.wrapper-sticky.sticky-active .navbar-default .navbar-collapse,.wrapper-sticky.sticky-active .navbar-default .navbar-form {position: relative;top: -1px;left: -16px;border-color: transparent;background: rgba(115,152,216,1);}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:active,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover{
		padding-bottom: 0px;
	}
	.navbar-default .navbar-nav li a,
	.navbar-default.navbar-nav li a:active,
	.navbar-default.navbar-nav li a:focus,
	.navbar-default .navbar-nav li a:hover{
		padding-bottom: 0px;
	}
	.sticky .navbar-default .navbar-nav li a,
	.sticky .navbar-default .navbar-nav li a:active,
	.sticky .navbar-default .navbar-nav li a:focus,
	.sticky .navbar-default .navbar-nav li a:hover { color: #fff;
    	margin: 10px 0px;
	}
	.search span {left: 28px;}
	.search input {left: 30px; margin-bottom: 30px;margin-top:10px;}
	.carousel-control {position:absolute;top: 65%;left:0%;}
	.carousel-control.right {left:10%;}
	.single-slide-item h2 {font-size: 45px;}
	.single-slide-item {padding-top: 100px;}
	.we-do-comment p {padding: 0 0px;}
	.single-team-box {width:270px;}
	.single-we-do-box {max-width: 350px;margin: 0 auto;margin-bottom: 30px;}

	.pricing-box {max-width: 350px;margin: 0 auto;margin-bottom: 30px;}
	.team-box-inner {max-width: 270px;}
	.single-news-box {margin: 0 auto;max-width: 350px;margin-bottom: 30px;min-height: 508px;}
	.single-contact-btn.pull-right {float: left!important;}
	.single-new-project a.slide-btn{margin-top:30px;}
	.border-bottom {max-width: 250px;}



	.main-timeline .timeline{left:80px;top: -28px;}
	.main-timeline {max-width: 350px;}
	.main-timeline:before {left: 22%;height: 79%;}
	.main-timeline .timeline.timeline-ml-20{margin-left: -70px;}
	.xtra-timeline.main-timeline:before {top: -2.8%;left:2.5%;height: 79%;}

}/*max-width:767px*/

@media screen and (max-width: 680px){
	.main-logo {

		max-width: 80%;
	}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {width: 105%;}
}/*max-width:680px*/
@media screen and (max-width: 667px){
	.header-right.pull-right {float: left!important;margin-top: 10px;}
}/*max-width:667px*/

@media screen and (max-width: 640px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {width: 105.5%;}
	.carousel-control {position:absolute;top:70%;left:0%;}
	.foot-menu.pull-right { float: left;}
	.we-do-comment p {font-size: 14px; max-width: 193px;}
	.isotope-overlay h3 a, .isotope-overlay a {font-size:16px;}
	.home1-testm-txt p{font-size: 16px;}
	.section-header h2 span {font-size: 20px;}
	.main-logo {
		max-width: 80%;
	}

	.comment-body {max-width: 350px;}
}/*max-width:640px*/

@media screen and (max-width: 580px){

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {width: 106%;}
}/*max-width:580px*/

@media screen and (max-width: 540px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {width: 107%;}
	.carousel-control.right {left:20%;}
	.main-logo {
		max-width: 80%;
	}

	.foot-menu.pull-right {float: left!important; margin-top: 20px;}

}/*max-width:540px*/
@media screen and (max-width: 480px){
	.single-new-project h3 {font-size: 22px;}
	.comment-body {display: block;max-width: 275px;}
	.comment-content { padding-left: 0; margin-top: 30px;}
	.main-logo {
		top:-40px;
		max-width: 80%;
	}
	.main-logo img {

		width: 400px;
		height: 450px;
	}

}/*max-width:480px*/

@media screen and (max-width: 440px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {width: 108%;}
	.single-slide-item a.slide-btn{font-size: 10px;}
	.single-slide-item h2 {font-size:30px;}
	.single-slide-item p {font-size: 16px;}


	.main-timeline {max-width: 250px;}
	.main-timeline:before {left: 31%;}
	.main-logo {
		max-width: 80%;
	}



	.bl-single-tag {float: left!important;margin-top: 10px;}
	.bl-single-contact-box {padding: 22px 0 80px;}
}/*max-width:400px*/

@media screen and (max-width:399px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {width: 110%;}
	.single-news-box {min-height:430px;}


}/*max-width:399px*/

@media screen and (max-width:350px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {width: 111%;}
	.single-new-project h3 {font-size:18px;}
	.single-team-box {width: 100%;}
	.main-timeline {max-width: 150px;}
	.main-timeline:before {left: 52%;}
	.xtra-timeline.main-timeline:before {left: 5.5%;}
	.main-logo  {
		max-width: 80%;
	}

}/*max-width:350px*/


@media (min-width: 1281px) {

	.mobi {
		display: none;
	}
	.service{
		display: block;
	}

	.mobi-title {
		display: none;
	}


  }

  /*
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
  */

  @media (min-width: 1025px) and (max-width: 1280px) {

	.mobi {
		display: none
	}
	.service{
		display: block
	}


	.mobi-title {
		display: none;
	}

  }
  @media (max-width:768px) {
   .arrow-linkto{
	   display: none;
   }
	.chart-gauge {
        position: absolute;
        top: -75px;
        left: -88px;
        width: 305px;


    }
    .tonnage{
        width: 145px;
        margin: 0 auto;
        position: absolute;
        top: 190px;
        left: 25%;
    }
    .about-us-img {
        position: relative;
        margin-bottom: 150px;
    }
    .aiguille {
        position: absolute;
        top: 0;
        width: 325px;
    }
  }

  /*
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) {

	.mobi {
		display: block
	}
	.service{
		display: none;
	}
	.service-content-one {
		margin-top: 2px;
		margin-bottom: 10px;
	}


  }

  /*
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
  */

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.mobi {
		display: none
	}
	.service{
		display: block;
	}
	.section-header h1 {
		color: #FFF;
		font-size: 30px;
		font-family: 'verdana', sans-serif;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 1%;
		margin-top: 0px;
		line-height: 1.8;
	}
	.service-content-one {
		margin-top: 2px;
		margin-bottom: 10px;
	}
	.service-details {
		height: 1000px;
	  }


  }

  /*
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
  */

  @media (min-width: 481px) and (max-width: 767px) {

	.mobi {
		display: block
	}
	.mobi-icon {
		display: block;
	position: absolute;
    top: 285px;
	left: 38%;
	}
	.service{
		display: none;
	}
	.services-item{
			border-radius: 30px;
	}
	.section-header h1 {
		color: #FFF;
		font-size: 30px;
		font-family: 'verdana', sans-serif;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 1%;
		margin-top: 0px;
		line-height: 1.8;
	}
	.service-content-one {
		margin-top: 2px;
		margin-bottom: 10px;
	}
	.img {
		width: 145%;
		margin-left: -80px;
	}
	.mobi-title{
		display:none;
	}
	.style-eight{
		display: none;
	}
	.project-header{
		background: #61B6E1;
		padding: 15px
	}
	.project-header.team-header p, .project-header.team-header h3{
		color: #fff;
	}
	.service-details {
		height: 1030px;
	  }
	  .team {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.project-header p {
		color: #888;
		font-size: 20px;
	}
	.services-item{
		border-radius: 30px;
	}
	.mobi-icon {
		display: block;
	}
	.clients-area p {
		color: #fff;
		font-size: 18px;
		padding: 0 40px;
	}
	.list-white {
		color: #fff;
		padding: 10px 40px;
		margin-left: 15px;
		text-align: center;
	}
	.list-white  li{
		margin-bottom: 25px;
	}
	.about-us {
		position: relative;
		background: #fff;
		padding: 0px 0 145px;
	}
	.about-us div ul  {
		padding: 0 30px;
	}
	picture img {
		width:800px;
	}

	body{
		font-size:14px;
		background: #fff;
		max-width:1920px;
		margin:0 auto;
		overflow-x:hidden;
		font-family: 'MYRIADPRO-REGULAR';
		color:black;
		background-color:white;

		height: 100%;
		width: 100%;
	}
	.hm-foot-icon ul {
		margin-left: 140px
	}
	.services-item-number {
		display: none;
	}
  }

  /*
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
  */

  @media (min-width: 320px) and (max-width: 480px) {
	.mobi-title{
		display:none;
	}
	.mobi {
		display: block;
	}
	.project-header{
		background: #61B6E1;
		padding: 15px
	}
	.service{
		display: none;
	}
	.section-header h1 {
		color: #FFF;
		font-size: 30px;
		font-family: 'verdana', sans-serif;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 1%;
		margin-top: 0px;
		line-height: 1.8;
	}
	.service-content-one {
		margin-top: 2px;
		margin-bottom: 10px;
	}
	.img {
		/*width: 155%;
		margin-left: -80px;*/
	}
	.style-eight{
		display: none;
	}
	.project-header.team-header p, .project-header.team-header h3{
		color: #fff;
	}
	.service-details {
		height: 1080px;
	  }
	  .team {

		padding-top: 0;


	}
	.services-item{
		border-radius: 30px;
	}
	.mobi-icon {
		display: block;
    /* position: absolute; */
    /* top: 275px; */
    /* left: 38%; */
    margin-left: auto;
    margin-right: auto;
    width: 100px;
	margin-top: -45px;
	}
	.clients-area p {
		color: #fff;
		font-size: 18px;
		padding: 0 40px;
	}
	.list-white {
		color: #fff;
		padding: 10px 40px;
		margin-left: 15px;
		text-align: center;
	}
	.list-white  li{
		margin-bottom: 25px;
	}
	.about-us {
		position: relative;
		background: #fff;
		padding: 0px 0 145px;
	}
	.about-us p ul  {
		padding: 0 15px;
	}
	.about-us div ul  {
		padding: 0 25px;
	}
	picture img {
		width:600px;
	}
    .mobile {
        display: none;
	}

	body{
		font-size:14px;
		background: #fff;
		max-width:1920px;
		margin:0 auto;
		overflow-x:hidden;
		font-family: 'MYRIADPRO-REGULAR';
		color:black;

		background-size: cover;
		height: 100%;
		width: 100%;
	}
	.services-item-number {
		display: none;
	}
	.mobile{
		display: block;
	}
  }

@media screen and  (max-width: 320px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {width: 113%;}
	.social-icon {margin-left: -8px;}
	.single-ststistics-box { margin-bottom: 60px;}
	.contact-form h3,.contact-office-address h3 {font-size: 18px;max-width: 225px;
	line-height: 1.5;}
	.main-logo {
		max-width: 80%;
	}
	.mobi-title{
		display:none;
	}
	.mobi-icon {
		display: block;
		position: absolute;
		top: 285px;
		left: 38%;
	}
	.mobi {
		display: block
	}
	.service{
		display: none;
	}
	.img {
		/*width: 105%;
		margin-left: -10px;*/
	}
	.style-eight{
		display: none;
	}
	.project-header{
		background: #61B6E1;
		padding: 15px;
	}

	.project-header.team-header p, .project-header.team-header h3{
		color: #fff;
	}
	.team {
		padding:0;

	}
	.services-item{
		border-radius: 30px;
	}
	.clients-area p {
		color: #fff;
		font-size: 18px;
		padding: 0 40px;
	}
	.list-white {
		color: #fff;
		padding: 10px 40px;
		margin-left: 15px;
		text-align: center;
	}
	.list-white  li{
		margin-bottom: 25px;
	}
	.about-us {
		position: relative;
		background: #fff;
		padding: 0px 0 145px;
	}
	.about-us p ul  {
		padding: 0 15px;
	}
	.about-us div ul  {
		padding: 0 25px;
	}
	picture img {
		width:800px;
	}

	body{
		font-size:14px;
		background: #fff;
		max-width:1920px;
		margin:0 auto;
		overflow-x:hidden;
		font-family: 'MYRIADPRO-REGULAR';
		color:black;

		background-size: cover;
		height: 100%;
		width: 100%;
	}
	.services-item-number{
		display: none;
	}


}


			.chart-color1
			{
				fill: gray;
			}
			.chart-color2
			{
				fill: #599A7E;
			}

			.chart-color3
			{
				fill:#599A7E;
			}
			.chart-color4
			{
				fill: #599A7E;
			}
			.needle, .needle-center
			{
				fill: #599A7E;
			}

			svg {
			  font: 1px sans-serif;
			}

			/*------------------------------------
  counter
-------------------------------------*/
.counters{
	text-align: center;
    display: inline-block;
    background: gray;
    color: #fff;
    width: 25px;
    height: 30px;
	font-size: 20px;
}


/* BEGIN FIX CHART GAUGE RESPONSIVE */

.chart-gauge {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: middle;
	overflow: hidden;
	top: 0;
	left: 0;
}

.chart-gauge svg {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.aiguille {
	width: 100%
}

.about-us-img {
	margin-bottom: 0;
}

.tonnage {
	position: absolute;
	top: 60%;
	left: calc(50% - (145px / 2));
	
}





/* END FIX CHART GAUGE */


/*========================Thank you=================
