@charset "UTF-8";
/* CSS Document */



@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root{
  --primColor : #005993;
  --primColorRGB : 0,89,147;
  --secColor : #62b0e2;
  --secColorRGB : 98,176,2266;
  --thirdColor : #EFEFEF;
  --darkColor : #052034;
  --darkColorRGB : 5,32,52;
  --textColor : #5f5f5f
}

html{ height: 100%;}
body{
    margin:0; font-family:'latoregular'; font-size: 17px; line-height: 27px; text-align: justify; color: var(--textColor); min-height: 100%; position: relative;
}
header, section, footer, article, aside{ display:block;}
a{ color: inherit; text-decoration: none;
    transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    -ms-transition:0.5s;
    -moz-transition:0.5s;
}
a.link{ color:var(--primColor); }
a.link:hover{ color:var(--primColor); }
a.block_link{ display:block; }

h1, h2, h3, h4, h5{ font-weight: normal; font-family: 'latobold';}
*{ box-sizing: border-box; }

.wrapper{ width: 100%; height: 100%; margin: auto; overflow: hidden;}
.container{ width: 95%; max-width: 1200px; margin: auto;}
.text_content{ width: 100%; max-width: 950px; margin: auto; }
.text_wrapper{ max-width: 750px; margin: auto; }

.buttons a, .buttons input{
  display: inline-block; padding: 0 35px; margin: 20px 0; text-transform: uppercase;
  height: 55px; line-height: 55px; border-radius: 4px;
  font-size: 15px; font-family: 'latolight'; border: solid 1px; position: relative;
}
.buttons a+a{ margin-left: 20px; }
.buttons .primButton{ background: var(--primColor); color: #FFF; border-color: var(--primColor);}
.buttons .primButton:hover{ background: #FFF; color: var(--primColor); }
.buttons .secButton{ background: var(--primColor); color: #FFF; border-color: var(--primColor); }
.buttons .secButton:hover{ background: #FFF; color: var(--primColor); }
.buttons .thirdButton{ background: var(--primColor); color: var(--primColor); border-color: var(--primColor); }
.buttons .thirdButton:hover{ background: var(--primColor); color: var(--primColor); }
.buttons .tranparentButton{  color: #FFF; border-color: #FFF; }
.buttons .tranparentButton:hover{ background: #FFF; color: var(--primColor); }
.buttons a.icon_button{ padding: 0 60px 0 20px;}



.header_title{ margin-bottom: 20px; }
.header_title h1, .header_title h2{
  font-size: 1.5em; line-height: 1em; text-align: center; color: #000;
   margin: 0 0 20px 0; text-transform: uppercase;
}
.header_title h1:after, .header_title h2:after{
    content: ''; display: block; margin: auto; margin-top: 15px;
    width: 170px; height: 1px;
    background: var(--primColor);
}
.header_title p{
  text-align: center; font-size: 1.1em; text-transform: uppercase; color: #000;
  max-width: 600px; margin: auto;
}
h2.little_title{ text-transform: uppercase; font-size: 1.1em; color: #015673; font-family: 'latolight'; margin: 0 0 10px 0;}
h2.little_title:after{ display: none; }




article{ margin: 40px 0; }
article p{ margin: 0 0 10px 0;}
article p+p{ margin-top: 10px;}
article+article, .article+.article{ margin-top: 35px;}
article a:hover{ color: var(--primColor);}
p a{ color: var(--primColor);}
strong{ font-family: 'latobold'; font-weight: normal; }

article h2{ 
    font-size: 1.4em; line-height: 1.7em; font-family: 'latobold';
    margin: 30px 0 10px 0; padding: 0; text-align: left; text-transform: uppercase;
}


article h3{ 
    font-size: 1.3em; line-height: 1.5em; font-family: 'latobold'; text-align: left;
    color: var(--primColor); text-transform: uppercase; margin: 0 0 10px 0; padding: 0;
}

.content_block+.content_block{ margin-top: 80px; }
.content_block_center, .content_block_center h2, .content_block_center h3{ text-align: center; }

/*HEADER*/
header{
  width: 100%; height: 180px; position: absolute; top: 0; left: 0;
  z-index: 1000; background: rgba(255, 255, 255, 0.8);
}
header ul{ list-style-type: none; margin: 0; padding: 0; }
.top_header{
  width: 100%; height: 50px; background: var(--primColor);
}
.top_header .contact_top{ float: left; font-size: 0.7em;}
.top_header .contact_top li{ padding: 0 15px;}
.top_header .contact_top .contact_top_buttons a{
    display: inline-flex; padding: 0 20px; height: 40px;
    background: white; border-radius: 10px; text-transform: uppercase;
    justify-content: center; align-items: center; color: #0071bb;
}
.top_header .contact_top .contact_top_buttons a+a{ margin-left:5px; }
.top_header .contact_top .contact_top_buttons a:hover{ background:var(--darkColor); color:white}

header .primary_header{ height:100px; line-height: 90px; width:100%;}
header .primary_header_row{
  display: flex; height: 100px; flex-wrap: wrap;
  align-items: center;
}

header .logo{ display: block;}
header .logo img{ display: block; border: none; height: 120px;}

header .rightHeader{ margin-left: auto; display: flex; flex-direction: column; align-items: flex-end;}

header .languages{
  text-align: left; font-size: 12px; border: solid 1px white; text-transform: uppercase;
  border-radius: 4px; width: 50px; color: white; margin-left: auto; height: 29px;
}
header .languages ul{ margin: 0; padding: 0; list-style-type: none;}
header .languages ul li{ margin: 0; padding: 0; position: relative;}
header .languages span{
  display: block; height: 28px; line-height: 28px; padding: 0 8px;
  border: solid 1px rgba(255,255,255,0); cursor: pointer;
}
header .languages span:after{ content: ""; color: white; font-family: "FontAwesome"; margin-left: 8px;}
header .languages span img{ display: block; float: left; margin: 3px 8px 0 0;}
header .languages ul ul{
  display: none; position: absolute; top: 29px; left: -1px; z-index: 1000; background: var(--darkColor);
  width: 50px; border-radius: 4px; border: solid 1px white; background: var(--primColor);
}
header .languages ul ul li{ width: 100%;}
header .languages ul ul li+li{ border-top: solid 1px rgba(255,255,255,0.3);}
header .languages ul ul a{ display: block; height: 28px; line-height: 28px; padding: 0 8px; width: 100%; color: white}
header .languages ul ul a:hover{ border: none;}


header nav{
  font-size: 16px; color: var(--primColor); text-transform: uppercase;
}
header nav li{ float: left; position: relative; }
header nav li+li{ margin-left: 30px; }
header nav ul li a{ display: block; position: relative; }
header nav ul li a:after{
  display: block; content: ""; width: 50px; height: 3px; margin: auto;
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(var(--primColorRGB),0); transition: 0.3s;
  transition:0.5s;
}
header nav ul li a:hover:after, header nav ul li a.activ:after{
   background: rgba(var(--primColorRGB),1);
}

header nav ul li.rdvNavItem, header nav ul li.appNavItem{ display:flex; height: 90px; align-items:center; }
header nav ul li.rdvNavItem a, header nav ul li.appNavItem a{
  font-family: 'latoregular'; text-transform: uppercase;
  border-radius: 10px; padding: 0 25px; height: 50px; line-height: 50px; 
}
header nav ul li.rdvNavItem a:after, header nav ul li.appNavItem a:after{ display: none; }
header nav ul li.rdvNavItem a{background: var(--primColor); color: white;}
header nav ul li.appNavItem a{ background: white; border:solid 1px var(--primColor); }

header .showMenu{ display: none;}

header nav ul.sub-menu{
    width: 200px; position: absolute; left: 0; top: 90px; margin: 0;
    font-size: 13px; z-index: 1000; text-transform: none;
    border-bottom: solid 2px var(--primColor); background: rgba(0,0,0,0.8); display: none;
}
header nav ul.sub-menu li{
    display: block; float: none; margin: 0;
    overflow: hidden;
    -webkit-transition: 200ms ease-in;
    -moz-transition: 200ms ease-in;
    -o-transition: 200ms ease-in;
    transition: 200ms ease-in;
}
header nav ul.sub-menu li+li{ border-top: solid 1px rgba(255,255,255,0.2); }
header nav ul.sub-menu li a{ display: block; width: 200px; height: 35px; line-height: 35px; padding: 0 10px; text-align: left; border-bottom: none; color: #FFF;}
header nav ul.sub-menu li a:after{ display: none; }
header nav ul.sub-menu li a:hover{ color: var(--secColor); }
header nav ul li:hover > ul.sub-menu{ display: block; }


header.sticky{ position: fixed; z-index: 3000; height: 80px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);}
header.sticky .primary_header, header.sticky .primary_header_row{ height:80px; line-height: 80px;}
header.sticky .logo img{ height: 70px; }
header.sticky .top_header{ display:none; }
header.sticky nav{
    margin: 0;
}
header.sticky nav ul li.rdvNavItem, header.sticky nav ul li.appNavItem{ height: 80px; }
header.sticky nav ul.sub-menu{ top:80px }
/*END OF HEADER*/


/*BANNER*/
.bannerBlock{ width: 100%; height: auto; margin: auto; position: relative;}
.bannerBlock .banner{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden;}
.bannerBlock .placeHolder{  width: 100%; visibility: hidden;}
.bannerBlock .banner .item{ width: 100%; height: 100%; }
.bannerBlock .banner .item img{ display: block; width: 100%; height: 100%; object-fit: cover;}


.bannerBlock .bannerContent{
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%; overflow: hidden;
}
.coverBlock .bannerContent{ align-items: flex-end; }
.bannerContent .content{ width: 100%; text-align:left; margin-top: auto; margin-bottom: 50px;}
.bannerBlock .bannerContent .container{ position: relative; }
.bannerBlock .bannerContent .banner_box{
  width: 50%; background: rgba(255, 255, 255, 0.8); padding: 20px;
}
.bannerBlock .bannerContent h1, .bannerBlock .bannerContent h2{
  font-size: 28px; line-height: 38px; text-transform: uppercase;
  font-family: 'latobold'; margin: 0 0 10px 0; color: var(--primColor);
}
.bannerBlock .bannerContent p{
    margin: 0; color: black;
}


.bannerBlock .dots{ width: 100%; position: absolute; bottom: 10px; text-align: center;}
.bannerBlock .dots a{
  display:inline-block; width:18px; height:18px; border: solid 1px #FFF;
  border-radius: 100%; position: relative; opacity: 0.4;
}
.bannerBlock .dots a:after{
  display: block; content: ''; width: 10px; height: 10px; transition: 0.3s;
  position: absolute; top: 3px; left: 3px; opacity: 0.4;
  border-radius: 100%; background: #FFF;
}
.bannerBlock .dots a+a{ margin-left:7px;}
.bannerBlock .dots a:hover,.bannerBlock .dots a.activ{ transform: scale(1.4); opacity: 0.6;}
.bannerBlock .dots a:hover:after,.bannerBlock .dots a.activ:after{opacity: 0.6;}
/*END OF BANNER*/

/*intro_img*/
.intro_img{ position:relative; width:auto; height:auto; }
.intro_img_content{
  width: 70%; height: auto; background: rgba(255, 255, 255, 0.95);
  padding: 50px; position: absolute; bottom: 0; left: 0;
}
.intro_img_content_icon{ color:var(--primColor);font-size:50px; }
.intro_img_content_text{
  color: var(--primColor); font-family: 'latobold'; text-transform: uppercase;
  font-size: 24px; line-height: 36px; text-align: left;
}
/*End of intro_img*/


.page_title{ width: 100%; height: auto; overflow: hidden; position: relative; padding-bottom: 30px; }
.page_title_content{
  width: 100%; position: absolute; bottom: 40px; text-align:left;
  
}
.page_title_content_box{
  width: 50%; background: var(--primColor); color: white; padding: 20px;
}
.page_title .back_img{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.page_title .back_img img{ display: block; width: 100%; height: 100%; object-fit: cover; }
.page_title_content p{ color: #FFF; font-size: 19px; font-family: 'latolight';  }



.page_title h1{
  font-size: 31px; line-height: 37px; text-transform: uppercase;
  text-align: left; font-family: 'latobold'; color: #FFF;
}
.page_title h1:after{
  display: block; content: ""; width: 75px; height: 2px;
  background: var(--secColor); margin-top: 5px;
}

.page_title h2{ font-size:25px; }


.page_header{ position: relative; width: 100%; height: auto; text-align: center;}
.page_header img{ display: block; width: 100%;}

.breadcrumb{
  text-align: left; border-bottom: solid 1px var(--thirdColor); padding: 10px 0;
}
.breadcrumb ol{
  list-style-type: none; margin: 0; padding: 0;
  font-size: 13px;
}
.breadcrumb li{
  display: inline-block;
}
.breadcrumb li+li:before{
    padding: 0 8px; content: "/";
    font-size: 12px; color: var(--secColor);
}
.breadcrumb a:hover{ color:var(--secColor); }


/*Titles*/
.small_title{
  text-transform: uppercase; color: var(--primColor); margin-bottom: 5px;
  padding-left: 80px; position: relative; letter-spacing: 2px;
  font-size: 15px; line-height: 1;
}
.small_title::before{
  display: block; content: ""; width: 6px; height: 6px;
  border-radius: 100%; background: var(--primColor);
  position: absolute; left: 0; top: 6px;
}
.small_title::after{
  display: block; content: ""; width: 50px; height: 2px;
  background: var(--primColor); position: absolute;
  top: 8px; left: 15px;
}

.heading_title h1, .heading_title h2, .heading_title h3{ font-family:'latobold'; margin:0; text-align:left; color:var(--primColor); text-transform: uppercase; }
.heading_title h2{ font-size:40px; line-height:50px; }

.center_title, .center_title .heading_title h1, .center_title .heading_title h2, .center_title .heading_title h3, .center{ text-align:center; }
.center_title .small_title{ display:inline-block; }
.center_title .heading_title{ max-width:600px; margin:auto; }
/*End of Titles*/

/*signature_block*/
.signature_block{ margin-top:30px; color:var(--primColor); }
.signature_name{ font-family:'latobold'; font-size:16px; }
.signature_job{ font-family:'latolight'; font-size:14px; }
/*End of signature_block*/

/*section_gallery*/
.section_gallery{ width: 100%; overflow: hidden; margin: 30px 0; }
.section_gallery.section_gallery_slick{ overflow:visible; }
.section_gallery_item{ display: block; position: relative; height: auto; display: block; margin: 3px; }
.section_gallery_item .section_gallery_img{
  width: 100%; height: 100%; overflow: hidden;
  position: absolute; top: 0; left: 0;
}
.section_gallery_item .section_gallery_img img{
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
  -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s
}
.section_gallery_item .section_gallery_img:after{
  display: block; content: ""; width: 100%; height: 100%;
  position: absolute; top: 0; left: 0; background:rgba(var(--primColorRGB),0);
  -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s
}
.section_gallery .section_gallery_title{
  position: absolute; bottom: 10px; left: 10px; right: 10px;
  text-align: center; padding: 10px; border-radius: 4px;
  background: rgba(var(--primColorRGB), 0.5);
}
.section_gallery_item .section_gallery_title h3{
  font-size: 15px; line-height: 19px; margin: 0; padding: 0;
  color: #FFF; text-align: center; font-family: 'latoregular';
}
.section_gallery_item:hover .section_gallery_img img{ width: 110%; height: 110%; top: -5%; left: -5%; }
.section_gallery_item:hover .section_gallery_img:after{background:rgba(var(--primColorRGB),0.5);}



.section_gallery .has-dots{margin-bottom: 70px !important;}
.section_gallery .f-carousel__dots .f-carousel__dot{
  display:inline-block; width:18px; height:18px; background: var(--primColor);
  border-radius: 100%; position: relative; opacity: 0.4;
}
.section_gallery .f-carousel__dots{ bottom: calc(var(--f-carousel-dots-height)*-1 - 20px);}
.section_gallery .f-carousel__dots li button{ width: inherit;}
.section_gallery .f-carousel__dots .carousel__dot.is-selected{ opacity: 1;}
.section_gallery .f-carousel__dots li+li{ margin-left: 8px; }
/*end of section_gallery*/

/*services*/
.services .service_item{ display: block; position:relative; text-align: left; margin: 10px;}
.services .service_item .img{ position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; }
.services .service_item .img img{ display:block; width:100%; transition:0.3s }
.services .service_item:hover .img img{ transform:scale(1.1); }
.services .service_item_title{
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(var(--primColorRGB), 0.7); padding: 10px 0;
}
.services .service_item_title h3{ text-align:center; color:white; margin:0; font-size:17px }

.services .is-horizontal .f-carousel__nav .f-button.is-next{ right:-30px; top: calc(50% - 21px); }
.services .is-horizontal .f-carousel__nav .f-button.is-prev{ left:-30px; top: calc(50% - 21px); }
.is-horizontal .f-carousel__nav .f-button:hover{ color:var(--primColor); }
/*end of services*/

/*partners*/
.partners .partner_item{ margin:10px; }
.partners .partner_item img{ width:100%; display:block; }
.partners .is-horizontal .f-carousel__nav .f-button.is-next{ right:-30px; top: calc(50% - 21px); }
.partners .is-horizontal .f-carousel__nav .f-button.is-prev{ left:-30px; top: calc(50% - 21px); }
/*End of partners*/


/*stats*/
.stats_item{ margin: 10px; text-align: right; padding: 30px 10px 10px 10px; height: 100%;}
.stats_item .number{font-size: 60px; line-height: 1; margin-bottom: 10px; font-family: 'latobold' }
.stats_item .number span{  }
.stats_item h3{ margin: 0; font-family: 'latolight'; text-transform:uppercase; font-size:20px; line-height:30px; }
/*End Of stats*/

/*features*/
.feature_item{ text-align: center; padding: 15px 15px 0 15px; }
.feature_item .icon{ margin-top: 20px; }
.feature_item .icon img{ display: block; max-height: 80px; margin: auto; }
.feature_item h3{ font-family: 'latobold'; font-size: 17px; line-height: 23px; }

.left_features .feature_item, .features_icon_left .feature_item{
  text-align: left; padding-left: 0; display: flex;
}
.left_features .feature_item .icon img{ margin: 0; height: 80px; }
.left_features .feature_item h3{ color: var(--primColor); font-family: 'latobold'; font-size: 19px; }
.left_features .feature_item{ font-size: 15px; line-height: 22px; }

.features_icon_left .feature_item .icon{ margin-top: 0; }
.features_icon_left .feature_item .icon img{ height: 80px; }
.features_icon_left .feature_item_content{ margin-left: 20px; }
.features_icon_left .feature_item{ font-size: 17px; }
.features_icon_left .feature_item h3{ color: var(--primColor); font-family: 'latobold'; font-size: 21px;}
.features_icon_left .feature_item_content strong{ color:var(--secColor); }
/*End of features*/

/*languages_list*/
.languages_list .one_third{ padding: 30px; }
.languages_list .languages_list_item{
  padding: 25px; text-align: center; height: 100%;
}
.languages_list .languages_list_item .icon img{ display: block; margin: auto; }
.languages_list .languages_list_item h2{ text-align: center; }
.languages_list .languages_list_item h2:after{ margin: auto; }
/*end of languages_list*/

/*call_to_action*/
.call_to_action .call_to_action_title{ font-size:25px; text-transform:uppercase; font-family:'latobold'; text-align:justify; margin-right:30px; }
.call_to_action .call_to_action_button{ margin-left:auto; }
.call_to_action .call_to_action_button a{
  display:block; padding: 15px 0; font-size: 24px; font-family: 'latobold';
  border: solid 2px white; border-radius: 8px; width: 250px; text-align: center;
}
/*End of call_to_action*/


/*prim_block*/
.prim_block{ position:relative; padding:40px 0; background: var(--primColor); color: white;}
.prim_block .heading_title h2{ color:white; }
/*End of prim_block*/


/*dark_block*/
.dark_block{
  position: relative; padding: 80px 0; color: white;
  background-size: cover; border-top: solid 3px var(--primColor);
}
.dark_block::after{
  display: block; content: ""; background: rgba(0, 0, 0, 0.7);
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
.dark_block_content{ position:relative; z-index:1 }
.dark_block .heading_title, .dark_block .heading_title h1, .dark_block .heading_title h2, .dark_block .heading_title h3{ color:white; }
/*End of dark_block*/


/*parallax*/
.why_translate_parallax{ background:url(../img/about02.jpg) no-repeat center fixed; }
.partner_parallax{ background:url(../img/about03.jpg) no-repeat center fixed; }
.parallax{
    width: 100%; height: auto; position: relative;
    overflow: hidden; background-size: cover;
}
.parallax_content_box{
  padding: 20px; margin: 70px 0;
  background: rgba(255,255,255,0.8);
}
/*end of parallax*/


/*newsletter*/
.newsletter{
  padding: 50px 0; position: relative;
}
.newsletter_content{ position:relative; z-index:1; }
.newsletter_title .icon{ font-size: 45px; margin-right: 20px; color:var(--secColor); }
.newsletter_title h2{ font-size: 30px; line-height: 40px; text-align: left; color: var(--primColor);}
.newsletter_form .input input{
  height: 45px !important; line-height: 45px !important; padding: 0 20px !important;
  background: var(--thirdColor); border: none; color: var(--textColor); font-size: 19px; display: block;
  outline: none;
}
.newsletter_form .input input[type="checkbox"]{ height:20px !important; }
.newsletter_form .checkbox_input{ font-size:15px; }
.newsletter_submit{ margin-left:auto; }
.newsletter_form .buttons{ margin-left:auto; margin-right: 10px;}
.newsletter_form button{
  background: var(--primColor); color: white; padding: 0 15px;
  font-size: 22px; height: 50px; line-height: 50px; display: block;
  border-radius: 8px; text-transform: uppercase; transition: 0.3s; border: solid 1px var(--primColor);
}
.newsletter_form button:hover{ background:white; color:var(--primColor); }
/*End of newsletter*/


/*Accordeon*/
ul.accordeon{ list-style-type:none; margin: 30px 0; padding:0;}
ul.accordeon .accordeonLi{ margin:0; padding: 0; }
ul.accordeon .accordeonLi+.accordeonLi{ margin-top: 15px;}
ul.accordeon .accordeonLi a.accordeonLink{
  display: block; padding: 15px; background: rgba(var(--primColorRGB), 0.1);
  -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
ul.accordeon a.accordeonLink h2, ul.accordeon a.accordeonLink h3{
  margin: 0; padding: 0; font-size: 17px;
  color: #000; font-family: 'latobold';
}
ul.accordeon .accordeonLi .icon{
  float: right; color: var(--primColor);
}
ul.accordeon .accordeonLi a.accordeonLink .toggle{
  height: 70px; line-height: 70px; float: right;
  font-size: 2em; color: var(--primColor); margin-left: 10px;
}
ul.accordeon .accordeonLi.current a.accordeonLink{
  background: var(--primColor); color: #FFF;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
ul.accordeon .accordeonLi.current a.accordeonLink .icon{ color: #FFF; }
ul.accordeon .accordeonLi.current a.accordeonLink h2, ul.accordeon .accordeonLi.current a.accordeonLink h3{ color:#FFF; }
ul.accordeon .accordeonItem{ display:none; padding: 10px; margin: 0 0 5px 0;}
/*End of Accordeon*/


/*simpleList*/
.simpleList{ list-style-type: none; text-align: left;}
.simpleList li{ position: relative; padding: 5px 0; box-sizing:border-box;}
.simpleList li:before{content: ''; font-family: 'FontAwesome'; color: var(--primColor); position: absolute; left: -17px;}
/*end of simpleList*/

.simpleTable{ margin-top: 20px; width: 100%;}
.simpleTable th{
  border: none;  font-size: 1.1em; font-weight: normal; padding: 5px 10px; text-align: center;
  color: #FFF; background: #015673; font-family: 'latolight'; text-transform: uppercase;
}
.simpleTable th span{ display: block; font-weight: normal; font-size: 10px;}
.simpleTable tr{ background: #ececec; }
.simpleTable tr:nth-child(2n+2){background: #f7f7f7;}
.simpleTable td{ padding: 5px 10px;}



/*contact*/
.contact_block{ margin:100px 0; }
.contact_block .contact_info{
  height: 100%; color: #FFF; padding: 30px; font-size: 0.8em;
  -webkit-border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px; -ms-border-radius: 10px 0 0 10px; -o-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px; 
  background: var(--primColor);
}
.contact_block .contact_form{
  height: 100%; background: rgba( var(--primColorRGB) ,0.2); padding: 30px; border-radius: 20px; 
}

.contact_block .contact_title{ text-align:center; }
.contact_block .contact_title h2{ font-size: 1.5em; line-height: 2em; text-align: left; margin: 20px 0; }
.contact_block .contact_form .contact_title h2{ font-size: 2em; margin: 0; color:var(--primColor); text-align:center; }

.contact_block .contact_info_items{ margin-top: 30px; }
.contact_block .contact_item+.contact_item{ margin-top: 20px; }
.contact_block .contact_item .icon{
  display: block; margin-right: 20px; flex-shrink: 0;
  width: 35px; font-size: 2em; text-align: center; color: var(--primColor);
}
.contact_block a:hover{ color: var(--primColor);  }
.contact_block .contact_item h3{ text-transform:inherit; }
.contact_block .text{ display: block;}




.contact .borderSep{ margin: 20px 0; border-bottom: solid 1px #dfdfdf;}
.dateSelector{ position: relative;}
.dateSelector a{ display: block; position: absolute; top: 10px; right: 10px;}
.contact .g-recaptcha{ margin-bottom: 50px; }

.input{ padding: 10px; }
.input input, .input textarea, .input select{
  display: block; width:100%; background: white; padding:0 15px;
  border: none;
}
.input input, .input select{ height: 40px; line-height: 40px;}
.input input[type="checkbox"]{ display:inline-block; width:20px; height:20px; }
.input textarea{ height: 150px; padding: 15px;}
.input input[type="submit"], .input button{
  color: #FFF; font-family: 'latoregular'; font-size: 21px;
  background: var(--primColor); transition: 0.3s; border: none;
  height: 40px; line-height: 40px; border-radius: 6px; padding: 0 20px;
}
.input input[type="submit"]:hover, .input button:hover{
  background:var(--primColor);
}

/*End of contact*/

/*contacts_footer*/
.contacts_footer .contacts_footer_item{ height:100%; display: flex; flex-direction: column;}
.contacts_footer .contacts{ font-size: 15px; }
.contacts_footer .contacts .contact_item{ padding: 10px 0; }
.contacts_footer .contacts .icon{
  display: block; flex: 0 0 35px;
  width: 35px; font-size: 20px; text-align: center; color: var(--secColor);
}
.contacts_footer .contacts a:hover{ color: var(--primColor);  }
.contacts_footer .contacts .text{ display: block; margin-left: 5px;}
.contacts_footer h2{
  margin: 0 0 10px 0; color: white; font-size: 18px;
  text-transform: uppercase; position: relative; padding-bottom: 10px;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
.contacts_footer h2:after{
  display: block; content: ""; width: 50px; height: 3px;
  background: var(--secColor); position: absolute; left: 0; bottom: -2px;
}
.contacts_footer .contacts_footer_item .buttons{ margin-top:auto; }
/*End of contacts_footer*/


.msg_ok{ font-weight:bold; color:#72a132; margin-bottom: 10px;}
.msg_ok i{ font-size: 25px;}
.msg_ko{ font-weight:bold; color:red; margin-bottom: 10px;}
.msg_ko i{ font-size: 25px;}

.requiredField{ background:#dd7171 !important; color:#7d0000;}
.requiredFieldTxt{ color:#cf0000; font-size: 0.6em; line-height: 1.2em; display: none; font-family: 'latobold';}

.imgFull{ display: block; margin: auto; max-width: 100%; margin-bottom: 10px;}
.imgMosaic{ border-radius:50% 50% 0 0; overflow:hidden; }
.imgBorder{ position: relative; margin: 0 50px;}
.imgBorder img{ position: relative;  z-index: 2}
.imgBorder:before{
  display: block; content: ""; width: 150px; height: 150px; background: var(--primColor);
  position: absolute; top: -10px; left: -10px; z-index: 1;
}
.imgBorder:after{
  display: block; content: ""; width: 150px; height: 150px; background: #015673;
  position: absolute; bottom: -10px; right: -10px;  z-index: 1
}
.imgCenter{ display: block; margin: 10px auto; max-width: 100%;}
.placeholder{ display: block; width: 100%; visibility: hidden;}
.borderImg{ padding: 5px; background: #FFF; border: solid 1px #d3d3d3;}
.videoFull{margin: auto; max-width: 100%; }

.row:after{ display: block; content: ""; clear: both; }

.row_flex{ display: flex;}
.row_flex:after{ display: block; content: ""; clear: both; }
.flex_wrap{ flex-wrap: wrap; }
.vcenter{
  -webkit-box-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items: center;
}
.hcenter{
  justify-content: center;
}
.one_half{ width: 50%; float: left;}
.one_third{ width: 33.33%; float: left;}
.two_third{ width: 66.66%; float: left; }
.one_fourth{ width: 25%; float: left;}
.three_fourth{ width: 75%; float: left;}
.one_fifth{ width: 20%; float: left; }

.sep{ margin: 50px 0; }

.padding5{ padding: 5px;}
.padding10{ padding: 10px;}
.padding20{ padding: 20px;}
.paddingLeft{ padding-left: 70px; }
.paddingRight{ padding-right: 70px; }
.clear{ clear: both;}
.clearRight{ clear: right;}


footer{
  width: 100%; position: relative; font-size: 15px; line-height: 21px;
  text-align: left; padding: 20px 0 0;
}
footer .logo{ display: block; margin-bottom: 20px; }
footer .logo img{ display: block; margin:auto; }
.footer_description{ text-align: justify; }
footer h2{
  margin: 0 0 10px 0; font-size: 18px; color: var(--primColor);
  text-transform: uppercase; position: relative; padding-bottom: 10px;
}



footer .social{ margin: 10px 0; }
footer .social ul{
    list-style-type: none; margin: 0; padding: 0; text-align: center;
}
footer .social ul li{ display: inline-block;}
footer .social ul li+li{ margin-left: 5px;}
footer .social ul a{
    display: block; width: 40px; height: 40px; line-height: 40px;
    background:var(--primColor); color: white;
    text-align: center; font-size: 15px;
    -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;
}

footer nav ul{
  list-style-type: none; margin: 0; padding: 0; 
}
footer nav li{
  position: relative;
   -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
}
footer nav li:before{
  content: ''; font-family: 'FontAwesome'; font-size: 13px; color: var(--primColor);
  position: absolute; left: -17px; opacity: 0;
   -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;
}
footer nav li:hover{ text-indent: 17px; }
footer nav li:hover:before{ opacity: 1; }
footer nav li+li{ margin-top: 10px; }


footer .footer_bottom{ position:relative; border-top:solid 1px var(--primColor); margin:50px 0 0; padding-bottom:30px; font-size:13px; }
footer .footer_bottom_box{
  text-align: center; background: var(--primColor); height: 50px; line-height: 50px;
  border-radius: 8px; position: relative; bottom: 25px; color: white; padding: 0 20px;
}
footer .footer_links{ margin-left:auto; }


.call_modal_button{
  width: 50px; height: 50px; transition: 0.3s;
  position: fixed; right: 0; bottom: 40px;
}
.call_modal_button.hide{ right:-50px; }
.call_modal_button a{
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: var(--secColor); color: #FFF; text-align: center; font-size: 20px;
  border-radius: 25px 0 0 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.call_modal{
  width: 300px; padding: 20px; background: rgba(var(--primColorRGB), 0.8); transition: 0.3s;
  position: fixed; bottom: 40px; right: -320px; border-radius: 25px 0 0 25px; z-index: 4000;
}
.call_modal.show{ right:0; }
.call_modal .call_modal_content{ position:relative; }
.call_modal_content .close{
  display: flex; width: 32px; height: 32px; align-items: center; justify-content: center;
  border-radius: 100%; box-shadow: 0 0 5px rgba(0,0,0,0.2); color: var(--secColor);
  position: absolute; top: -26px; left: -26px; font-size: 19px; background: white;
}
.call_modal_buttons a{
  display: block; width: 230px; height: 55px; line-height: 55px; font-size: 15px; text-transform: uppercase;
  font-family: 'latobold'; color: white; background: var(--primColor); margin: auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  border-radius: 55px;
}
.call_modal_buttons a .icon{
    width: 55px; height: 55px; line-height: 55px; font-size: 20px; float: left; text-align: center; background: #FFF; 
    border: solid 2px var(--primColor); margin-right: 10px;
    border-radius: 100%; color: var(--primColor);
}
.call_modal_buttons a+a{ margin-top:10px; }
.call_modal_buttons a.whatsapp{ background:#25D366; }
.call_modal_buttons a.whatsapp .icon{ border-color:#25D366; color:#25D366; }



/*modal*/
.modal{
  width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7);
  position: fixed; top: 0; left: 0; display: none; z-index: 4000;
}
.modal .modal_content{width: 80%; margin: auto;}
.modal.contact_modal .modal_content{ max-width:600px;}
.modal.show{ display:flex; align-items:center; justify-content:center; }
.modal .modal_box{
  background: white; border-radius: 20px; position: relative;
  border: solid 3px #0071bb; padding: 30px;
}
.modal .close{
  display: flex; width: 40px; height: 40px; align-items: center; justify-content: center;
  border-radius: 100%; box-shadow: 0 0 5px rgba(0,0,0,0.2); color: #0071bb;
  position: absolute; top: -10px; right: -10px; font-size: 19px; background: white;
}
.modal .modal_box_title{
    text-align:center; font-size:22px; margin:10px 0; color: #052034;
    font-family: 'latobold'; text-transform: uppercase;
}


.contact_modal_box ul{ list-style-type:none; margin:0; padding:0; font-size:16px;}
.contact_modal_box ul li+li{ margin-top:10px; }
.contact_modal_box ul .icon{
    display: inline-flex; justify-content: center; align-items: center;
    width: 30px; height: 30px; background: #0071bb; color: white;
    border-radius: 100%; margin-right: 10px;
}
.contact_modal_box h3{ font-size:26px; margin:0 0 20px 0; text-transform:uppercase; color:#0071bb; }

/*End of modal*/


.social a.facebook:hover{ background: #3b5998; color: #FFF;}
.social a.twitter:hover{ background: #55acee; color: #FFF;}
.social a.google-plus:hover{ background: #dd4b39; color: #FFF;}
.social a.linkedin:hover{ background: #007bb5; color: #FFF;}
.social a.youtube:hover{ background: #bb0000; color: #FFF;}
.social a.viadeo:hover{ background: #f6876d; color: #FFF;}
.social a.instagram:hover{ background: #bc2a8d; color: #FFF;}
.social a.pinterest:hover{ background: #bd081c; color: #FFF;}

/*animations*/
.animation-element{
    opacity: 0; position: relative;
    transition:1s;
    -o-transition:1s;
    -webkit-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
}
.animation-element.in-view{ opacity: 1;}

.animation-element.slide-left {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-bottom {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0, 100px, 0px);
  -webkit-transform: translate3d(0, 100px, 0px);
  -o-transform: translate(0, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 100px, 0px);
}

.animation-element.slide-scale {
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  transform: scale(0.9);
}

.animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.slide-bottom.in-view{
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-scale.in-view{ transform: scale(1); }
/*end of animations*/
