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

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

/* snow */


/* snow */


.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #8198ae;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #8198ae;
    border-width: 0px 0 2px 2px;
}

/*body*/

html, body{
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: #1f4568;
}

body{
  background-image: url("images/background.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
 /*   background-position-y: -12%;*/
    background-position-y: 934px;
  }

/*body*/

/* top */
.icon-top-menu {
  width: 1.8%;
}

.top-bar {
  padding: .5rem 0;
  background: #a9ecbc;
}

/* top */


*,
*::before,
*::after {
  box-sizing: border-box;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}
.page-loader {
  height: 100%;
}
.page-loader {
  width: 100%;
}
.page-loader .loader-middle {
  position: absolute;
}
.page-loader {
  position: fixed;
}
* {
  margin: 0;
  padding: 0;
}
.page-loader {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
}
.page-loader .loader-middle {
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  top: 50%;
  width: 80px;
}
.page-loader .loader-middle .loader-circle {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border: 3px solid #ffffff;
  border-top: 3px solid #1f4568;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
@media (max-width: 1100px) {
  .page-loader {
    display: none;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




/*Menu*/

.header{
  padding: 30px 25px;
  }

.header-logo, .header-menu{
  display: inline-block;
  vertical-align: middle;
  }  
  
.header-img-logo{
  display: inline-block;
  vertical-align: middle;
  width: 3em;
  }

  .header-title {
    font-size: 150%;
    margin: 0;
    /* margin-left: 10px; */
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    color: #1f4568;
}

.header-title-light{
  color: #8198ae;
  }

.header-menu {
   float: right;
}

.collapse{
  display: block;
 }

 .header-liste {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-list{
  padding: 0 25px;
  display: inline-block;
}

.header-link{
  color: #1f4568;
  font-size: 107%; 

}

.header-link:hover{
  text-decoration: none;
  color:#3a9fff;
}

.btn-site {
  background-color: #3a9fff;
  border-radius: 20px;
  padding: 13px;
  color: #fff;
  box-shadow: 0px 18px 13px -6px rgb(0 0 0 / 20%);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.btn-site:hover{
box-shadow: 0px 25px 18px -6px rgba(0, 0, 0,0.2);
background-color: #63b2fc;
color: #fff;
}  

.btn-color{
  background-color: #fff;
  border: 1px solid #ededed;
  color: #8198ae;
}

.btn-color:hover{
  background-color: #fff;
  color: #8198ae;
}

.navbar-toggle .icon-bar{
  background-color: #8198ae;
}
.navbar-toggle {
    margin: 5px 0;
}

.icon-open-menu {
  width: 35px;
}

.icon-close-menu {
  width: 35px;
}


/*Menu*/
/*Banner*/

.section-banner .row {
  display: flex;
}
.section-banner .row .col-md-6 {
  align-self: center
}

.section-banner {
  padding-top:20px;
}

.banner {
  text-align: center;
}

.banner-title{
  font-size: 30px;
  margin: 0;
  text-align: center;
}

.banner-subtitle{
  font-size: 22px;
  color: #8198ae;
  margin: 15px 0 40px 0;
  text-align: center;
}

.banner-subtitle-slogan {
  font-size: 16px;
  color: #8198ae;
  margin: 15px 0 20px 0;
  text-align: center;
}

.banner-list{
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0px; 
  color: #8198ae;
}

.banner-liste {
  text-align: center;
}

.banner-liste li {
  list-style: none;
  padding: 0px;
}

.site-img{
  margin-top: 50px;
  display: inline-block;
  width: 77%;
}

.banner-button .btn-revert{
  margin-left: 15px;
}

.btn-width{
  width: 120px;
}

.btn-revert{
  background-color:transparent;
  color: #8198ae;
  box-shadow: none;
  border:1px solid #c9d9e9;
}

.btn-revert:hover{
  background-color:transparent;
  color: #1f4568;
  box-shadow: none;
  border:1px solid #8198ae;
}







/*Banner*/
/*Services*/

.section-services{
  padding: 30px 0;
  position: relative;
}

.section-services-title{
  font-size: 30px;
  margin: 0;
  text-align: center;
padding: 20px;
}

.section-services-subtitle{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0px; 
  color: #8198ae;
}

.item-services {
  background: #fff7;
  text-align: center;
  padding: 30px 15px;
  -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border:5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.item-services:hover{
  background:#6fe1bc50;
  box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.item-services:hover .item-services, .item-services:hover span.icon{
  background:#fff;
  border-radius:10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.item-services:hover h6, .item-services:hover p{
  color:#000;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}
.item-services .icon {
  font-size: 40px;
  margin-bottom:25px;
  color: #f91942;   
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}
.item-services p{
  font-size:15px;
  line-height:26px;
}
.item-services h6 {
  margin-bottom:20px;
  color:#2f2f2f;
  font-size: 1.5em;
}

.item-icon-services .svg
{
 width: 20%;
 height: 20%;
}

.icon-services {
  margin-left: auto;
  margin-right: auto;
}

/*Services*/
/*Whychooseus*/

.section-whychooseus{
  padding: 30px 0;
  position: relative;
}

.section-whychooseus-title{
  font-size: 30px;
  margin: 0;
  text-align: center;
padding: 20px;
}

.section-whychooseus-subtitle{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0px; 
  color: #8198ae;
}

.section-whychooseus .section-whychooseus-items
{
margin-top:100px}

.section-whychooseus .section-whychooseus-items .icon-1
{
	width:220px;
	height:220px;
position:absolute}

.section-whychooseus .section-whychooseus-items .icon-1 svg
{
	position:absolute;
	width:100%;
height:100%}

.section-whychooseus .section-whychooseus-items .icon-1 svg path
{
	-webkit-transition:fill 1s ease;
transition:fill 1s ease}

.section-whychooseus .section-whychooseus-items .icon-1 .svg {
    height: 54px;
    z-index: 1;
    top: 41%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption-left1
{
	position:absolute;
	left:50%;
	bottom:60px;
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 10px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out}

.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption-left2
{
	position:absolute;
	left:50%;
	bottom:60px;
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 10px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out}

.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption-right
{
	position:absolute;
	left:50%;
	bottom:60px;
	width:100%;
	text-align:center;
	font-size:16px;
	padding:0 10px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out}

.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption-text
{	
	position:absolute;
	left:50%;
	bottom:-25px;
	width:100%;
	text-align:center;
	font-size:14px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out}

.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption-text2
{	
	position:absolute;
	left:50%;
	bottom:-6px;
	width:100%;
	text-align:center;
	font-size:14px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out}

.section-whychooseus .section-whychooseus-items .step-1 {
  top: 190px;
  right: 67%;
}

.section-whychooseus .section-whychooseus-items .step-2 {
  top: -7px;
  left: 66%;
}

.section-whychooseus .section-whychooseus-items .step-3 {
  top: 383px;
  left: 56%;
}

.section-whychooseus .section-whychooseus-items .step-4 {
  top: 699px;
  right: 69%;
}

.section-whychooseus .section-whychooseus-items .step-5 {
  top: 789px;
  left: 59%;
}

.section-whychooseus .section-whychooseus-items .hover-1:hover .svg .st0
{
fill:url(#SVGID_1_)}

.section-whychooseus .section-whychooseus-items .hover-1:hover .svg .st1
{
fill:#a7adba}

.section-whychooseus-mob	{
  display:none}

/*Whychooseus*/
/*Contact*/

.section-contact{
  padding: 15px 0;
  position: relative;
}

.section-contact-title{
  font-size: 30px;
  margin: 0;
  text-align: center;
padding: 20px;
}

.section-contact-subtitle{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0px; 
  color: #8198ae;
}

.row-margin {
  margin-top: 45px;
  margin-bottom: 50px;
}

.contacts-link{
  color: #1f4568;
}

.contacts-title-ag {
  margin: 0;
      margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-left: 10px;
}

.contacts-light {
  color: #8198ae;
}

.contacts-address {
  margin-top: 20px;
  color: #8198ae;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 12px;
  margin-bottom: 17px;
    position: relative;
  }
  
  .contacts-address:after{
    content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #8198ae;
  bottom: 0;
  left: 0;
  }

  .contacts-info {
    color: #8198ae;
    font-size: 16px;
    margin-bottom: 2px;
}
.contacts-info-link {
    color: #3a9fff;
  text-decoration:none;
}

.form-group {
  margin-bottom: 20px;
display: table;
width: 100%;
position:relative;
}

.form-field {
  height: 50px;
position:relative;
  border: none;
  padding: 10px 12px;   
width: 100%;
border-radius:6px;
appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      -ms-appearance:none;
      -o-appearance: none;
box-shadow: 0 4px 8px 0px rgba(0,0,0,0.2);
transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
z-index: 2;
}

.form-select {
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-x: 97%;
  width: 100%;
  padding-right: 30px;
  background-position-y: center;
  background-color:#fff;
color: #8198ae;
}

.form-field-half{
  width:50%;
  float:left;
}

.form-field-half:first-of-type{
  padding-right:15px;
}

.form-textarea{
  height:200px;
}

.btn-up{
  position: absolute;
bottom: -15px;
right: 25px;
  z-index: 3;
}

.btn-width{
  width: 120px;
}
/*Contact*/

/*Partners*/
.section-partners-title{
  font-size: 30px;
  margin: 0;
  text-align: center;
padding: 20px;
}

.section-partners-subtitle{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin: 0px; 
  color: #8198ae;
}

.font-partners
{
	font-weight:650
}

.partners .logo
{
	margin:10px 18px;
	position:relative
}

.partners .logo img
{
	width:135px;
	max-height:50px;
	filter:grayscale(1);
	opacity:.33;
	-webkit-transition:all 0.33s ease-in-out;
	transition:all 0.33s ease-in-out
}

.partners .logo:hover img
{
	filter:none;
	opacity:1
}

.section-partners {
  padding: 30px 0;
  position: relative;
}
/*Partners*/

/*Footer*/
.footer{
  background-color: #1f4467; 
   padding: 40px 0; 
 }
 
 .footer-title {
  font-size: 23px;
  margin: 0;
  margin-left: 0px;
 /* margin-left: 10px;*/
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  color: #3a9fff;
}
 
 .footer-light{
    color:#fff;
 }
 
 .footer-social {
     float: right;
 }
 
 .footer-social-l {
     margin-left: 15px;
     vertical-align: middle;
 }

 .footer-social-text {
  color:#8198ae;
  float: right;
}

.icon-footer {
  width: 1.1em;
}

.footer-img{
  width: 2.5em;
}


/*Footer*/















@media(max-width:2500px) {

  .section-banner .padding-top {
    padding-top:80px;
  }
  
  .section-whychooseus
  {
  padding-bottom:40px}
  
  /* */
  .section-whychooseus .section-whychooseus-line {
    width: 1200px;
}
  
  /* */
  .section-whychooseus .section-whychooseus-items
  {
  margin-top:40px}
  
  /* */
  .section-whychooseus .section-whychooseus-items .step-1 {
    top: 62px;
    right: 69%;
}
  
  /* */
  .section-whychooseus .section-whychooseus-items .step-2 {
    top: -139px;
    left: 67%;
}
  
  /* */
  .section-whychooseus .section-whychooseus-items .step-3 {
    top: 252px;
    left: 57%;
}
  
  /* */
  .section-whychooseus .section-whychooseus-items .step-4 {
    top: 574px;
    right: 73%;
}
  
  /* */
  .section-whychooseus .section-whychooseus-items .step-5 {
    top: 695px;
    left: 60%;
}
  
  /* */
  .section-whychooseus .section-whychooseus-items .icon-1
  {
    width:258px;
  height:196px}
  
  /* */
  .section-whychooseus .section-whychooseus-items .icon-1 svg .pro-box
  {
    -webkit-transform:scale(1.3);
  transform:scale(1.3)}
  
  /* */
  .section-whychooseus .section-whychooseus-items .icon-1 .svg
  {
  height:50px}
  
  /* */
  .section-whychooseus .section-whychooseus-items .icon-1 .pro-caption
  {
    font-size:13px;
  bottom:40px}
  
  .section-whychooseus .section-whychooseus-items .icon-1 .pro-caption2
  {
    font-size:13px;
  bottom:40px}
  
  /* */
  .section-whychooseus .section-whychooseus-items .icon-1 .section-whychooseus-number
  {
    width:50px;
  height:50px}
  
  /* */
  .section-whychooseus .section-whychooseus-items .icon-1 .section-whychooseus-number span
  {
  padding-top:10px}
  }















@media(max-width:1200px) {

.section-banner .padding-top {
  padding-top:80px;
}

.section-whychooseus
{
padding-bottom:100px}

/* */
.section-whychooseus .section-whychooseus-line
{
width:875px}

/* */
.section-whychooseus .section-whychooseus-items
{
margin-top:40px}

/* */
.section-whychooseus .section-whychooseus-items .step-1 {
  top: -2px;
  right: 63%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-2 {
  top: -171px;
  left: 60%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-3 {
  top: 146px;
  left: 46%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-4 {
  top: 403px;
  right: 69%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-5 {
  top: 453px;
  left: 50%;
}

/* */
.section-whychooseus .section-whychooseus-items .icon-1
{
  width:258px;
height:196px}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 svg .pro-box
{
  -webkit-transform:scale(1.3);
transform:scale(1.3)}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 .svg
{
height:50px}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption
{
  font-size:13px;
bottom:40px}

.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption2
{
  font-size:13px;
bottom:40px}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 .section-whychooseus-number
{
  width:50px;
height:50px}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 .section-whychooseus-number span
{
padding-top:10px}
}

  
@media screen and (max-width:1024px){
.collapse{
  display: none;
 }

 .sticky-wrapper .site-navbar {
  background: #fff;
}

 .navbar-toggle {
  margin: 0;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.header-container{
  width: 100%;
  padding: 0;
}

.header-menu {
  width: 100%;
}

.header {
  background-color: #fff;
  padding: 0;
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}

.header-logo{
  padding: 12px 20px 12px 20px;
}

.header-list {
  /* display: block; */
  /* padding: 10px 20px; */
  /* border-top: 1px solid #ededed; */
}

.header .btn-color, .header .btn-color:hover{
  padding: 0;
  border: 0;
  box-shadow: none;
  color:#fff;
  background-color:transparent;
  }

  .header-list-color {
    /* background-color: #3a9fff; */
}

.site-subtitle {
  font-size: 22px;
  color: #8198ae;
  margin: 15px 0 40px 0;
  text-align: center;
}

.section-whychooseus .section-whychooseus-items
{
margin-top:40px}

  }


  @media screen and (max-width:991px){
    .banner-title {
      font-size: 20px;
      margin: 0;
      text-align: center;
  }

  .banner-subtitle {
    font-size: 18px;
    color: #8198ae;
    margin: 15px 0 40px 0;
    text-align: center;
}

.section-whychooseus .section-whychooseus-line
{
width:750px}

/* */
.section-whychooseus .section-whychooseus-items
{
margin-top:40px}

/* */
.section-whychooseus .section-whychooseus-items .step-1 {
  top: 23px;
  right: 65%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-2 {
  top: -98px;
  left: 62%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-3 {
  top: 151px;
  left: 50%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-4 {
  top: 355px;
  right: 67%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-5 {
  top: 419px;
  left: 53%;
}

/* */
.section-whychooseus .section-whychooseus-items .icon-1
{
  width:258px;
height:196px}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 svg .pro-box
{
  -webkit-transform:scale(1.3);
transform:scale(1.3)}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 .svg
{
height:50px}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption
{
  font-size:13px;
bottom:40px}

.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption2
{
  font-size:13px;
bottom:40px}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 .section-whychooseus-number
{
  width:50px;
height:50px}

/* */
.section-whychooseus .section-whychooseus-items .icon-1 .section-whychooseus-number span
{
padding-top:10px}

.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption-text
{	
visibility:hidden}

.section-whychooseus .section-whychooseus-items .icon-1 .pro-caption-text2
{	
visibility:hidden}


  }


  @media screen and (max-width:767px){
    .banner-title {
      font-size: 30px;
      margin: 0;
      text-align: center;
  }

  .site-img{
    width: 100%;
  }

  .section-whychooseus
	{
	padding-bottom:0}



/* */
	.section-whychooseus
	{
	padding-bottom:0}

/* */
	.section-whychooseus .section-whychooseus-line
	{
	width:650px}

/* */
	.section-whychooseus .section-whychooseus-items
	{
	margin-top:40px}

/* */
.section-whychooseus .section-whychooseus-items .step-1 {
  top: 11px;
  right: 61%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-2 {
  top: -111px;
  left: 58%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-3 {
  top: 117px;
  left: 47%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-4 {
  top: 285px;
  right: 64%;
}

/* */
.section-whychooseus .section-whychooseus-items .step-5 {
  top: 346px;
  left: 50%;
}

    .form {
      margin-top: 30px;
    }

    .form-group {
      margin-bottom: 10px;
    }

    .form__field--half:first-of-type {
      margin-bottom: 10px;
      padding-right: 0px;
  }
  
  .form__field--half {
      width: 100%;
      float: none;
  }

  .footer {
    padding: 25px 0;
  }
  }


  @media(max-width:575.98px)
  {
    .item-services {
      background: #fff7;
      text-align: center;
      padding: 11px 14px;
      -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
      box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
      border-radius: 20px;
      border: 5px solid rgba(0, 0, 0, 0.07);
      margin-bottom: 8px;
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }
  
  .item-services h6 {
      margin-bottom: 10px;
      color: #2f2f2f;
  }
  
  .item-services p {
      font-size: 14px;
      line-height: 26px;
  }

  .section-services-title {
    font-size: 21px;
    margin: 0;
    text-align: center;
    padding: 20px;
}

.section-whychooseus-title {
  font-size: 21px;
  margin: 0;
  text-align: center;
  padding: 20px;
}

.section-whychooseus-mob	{
  display:inline}
    
  .section-whychooseus-items	{
  display:none}

  .section-whychooseus-mob	{
    display:inline}

    .item_services {
      background: #fff7;
      text-align: center;
      padding: 11px 14px;
      -webkit-box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
      box-shadow: 0 0px 25px rgb(0 0 0 / 7%);
      border-radius: 20px;
      border: 5px solid rgba(0, 0, 0, 0.07);
      margin-bottom: 8px;
      -webkit-transition: all .5s ease 0;
      transition: all .5s ease 0;
      transition: all 0.5s ease 0s;
  }
  
  .item_services h6 {
      margin-bottom: 10px;
      color: #2f2f2f;
  }
  
  .item_services p {
      font-size: 14px;
      line-height: 26px;
  }

}

  @media screen and (max-width:480px){

    .btn-site {
      font-size: 12px;
      padding: 8px 8px;
  }   

  .section-banner {
    padding-top: 50px;
}
  .section-banner .padding-top{
    padding-top:80px;
  }

  .banner-title {
    font-size: 24px;
    margin: 0;
    text-align: center;
}

.banner-subtitle {
  font-size: 18px;
  margin: 10px 0 20px 0;
}

.banner-list {
  font-size: 16px;
 }

 .site-img {
  margin-top: 30px;
}

.btn-width {
  width: 100px;
}

.section-services-subtitle {
  font-size: 16px;
 }

 .section-whychooseus-subtitle {
  font-size: 16px;
 }
 
 .row-margin {
  margin-top: 30px;
}

.footer {
  padding: 15px 0;
}

.icon-top-menu {
  width: 4.8%;
}

  }






















