/*
Theme Name: Grad D
Theme URI: https://www.annei.fr/
Author: Annei.fr
Author URI: https://www.annei.fr/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grad-d
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Grad D is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**** Fonts ****/
@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon.eot?5xt3in');
  src:  url('assets/fonts/icomoon.eot?5xt3in#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon.ttf?5xt3in') format('truetype'),
    url('assets/fonts/icomoon.woff?5xt3in') format('woff'),
    url('assets/fonts/icomoon.svg?5xt3in#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-clear:before {
  content: "\e901";
}
.icon-cancel:before {
  content: "\e902";
}

/**** Reset CSS ****/
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  main,  nav,  section,  summary {
    display: block;
    margin: 0;
    padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: none;
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

ol, ul {
    /*list-style: none;*/
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/**** General/Global CSS ****/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
body {
    font-size: 17px;
    color: #000000;
    font-weight: normal;
    background:#fff;
    font-family: 'Roboto', sans-serif;
}
p {
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 25px;
}
label{
    display: block;
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 10px;
}
a{
    color: #689fa2;
    outline: none;
    border: none;
    text-decoration:none;
    outline: none !important;
}
a:hover,
a:visited {
    color: #689fa2;
    text-decoration: none;
}

a, img, button,ll
input[type="submit"] {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fa, .far, .fas, fab{
    transition: none;
}

i, em {
    font-style: italic;
    font-weight: 500;
}

b, strong, cite {
    font-weight: bold;
}

small {
    font-size: 10px;
}

h1 {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: none;
    
}
/*#primary h1{
    font-size:50px;
}*/
h2 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: none;
    
}
/*#primary h2{
    font-size:35px;
}*/
h3 {
    color: #7a7a7a;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: none;
}
/*#primary h3{
    font-size:22px;
}*/
h4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: none;
}
/*#primary h4{
    font-size: 20px;
}*/
h5 {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: none; 
}
/*#primary h5{
    font-size: 17px;
}*/
h6 {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: none;  
}
/*#primary h6{
    font-size: 16px;
}*/
.title-page,
.title-sec{
    margin-bottom: 80px;
}

blockquote {
    border-left: 5px solid #689fa2;
    font-size: 19px;
    font-weight: 500;
    font-style: italic;
    padding: 0 0 0 20px;
    margin: 25px 0;
    line-height: 1.5em
}

blockquote p {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
}
hr{
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
hr.lg{
    margin: 40px 0px;
}
.txt-white hr.lg{
    border-bottom: 1px solid #fff;
}
iframe{
    max-width: 100% !important;
}

#wrapper {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}

.container-xs{
    max-width: 1020px;
}
.container-sm{
    max-width: 1042px;
}
.container-md{
    max-width: 1066px;
}

.clearfix{
    clear: both;
    overflow: hidden;
}
.padding-lg-sec{
    padding: 100px 0;
}
.padding-sec{
    padding: 80px 0;
}
.padding-sm-sec{
    padding: 60px 0;
}
.padding-top-sec{
    padding-top: 80px;
}
.xround{
    border-radius: 20px;
}
.hidden{
    display: none;
}
.txt-white,
.txt-white p, .txt-white a,
.txt-white h1, .txt-white h2,
.txt-white h3, .txt-white h4,
.txt-white h5, .txt-white h6{
    color: #fff !important;
}
/*.txt-white a:hover{
    color: #689fa2 !important;
}*/

.nolink a,
.nolink a:hover{
    color: #545454 !important;
    cursor: text;
}

#primary .content ul,
#primary .content ol{
    padding: 0 0 0 40px;
    margin: 25px 0;
}
#primary .content ul ul,
#primary .content ol ol{
    margin: 10px 0;
}
#primary .content ul li,
#primary .content ol li{
    font-size: 17px;
    line-height: 1.5em;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
/**** Form CSS ****/
select, input:not([type=checkbox]):not([type=radio]):not([type=submit]){
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    background: none;
    border: none;
    outline: none;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 2px solid #000000;
    font-family: 'Roboto', sans-serif;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(assets/images/arrow-dropdown2.png) calc(100% + 6px) center no-repeat #fff;
}
select:focus,
select:focus-within{
    border-color: #689fa2;
}
textarea{
    display: block;
    width: 100%;
    height: 140px;  
    color: #000;
    font-size: 17px;
    font-weight: 300;
    background: none;
    border: none;
    outline: none;
    padding: 12px 15px;
    margin-bottom: 0;
    border: 1px solid #000000;
    resize: none;
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
}

/*
input[type="submit"]{
    width: auto;
    min-width: 160px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 16px;
    padding: 13px 30px 12px;
    text-transform: uppercase;
    background: #689fa2;
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    margin: 0;
    border: none;
    outline: none;
    cursor: pointer;
}
input[type="submit"]:hover{
    background-color: #000;
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder {
    color: #ccc;
}*/
/**** Button CSS ****/
.btn,
.btn:visited,
.btn-lg,
.btn-lg:visited,
.btn-sm,
.btn-sm:visited,
.btn-md,
.btn-md:visited{
    min-width: 170px;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    color: #fff !important;
    font-weight: 500;
    height: 44px;
    line-height: 17px;
    padding: 13px 30px;
    text-transform: none;
    background: #689fa2;
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    margin: 10px 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.15);
}
.btn-lg,
.btn-lg:visited{
    font-size: 25px;
    height: 73px;
    line-height: 25px;
    padding: 22px 40px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.btn-md,
.btn-md:visited{
    min-width: 162px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;

    height: 34px;
    line-height: 34px;
    padding: 0 30px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.btn-sm,
.btn-sm:visited{
    min-width: 116px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;

    height: 25px;
    line-height: 25px;
    padding: 0 30px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.btn:hover,
.btn-lg:hover{
    color: #fff;
}
.btn:before,
.btn-lg:before,
.btn-md:before,
.btn-sm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.btn:hover:before,
.btn-lg:hover:before,
.btn-md:hover:before,
.btn-sm:hover:before {
    width: 100%;  
}
.btn-arrow:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 12px;
    margin-left: 15px;
    background: url(assets/images/arrow-icon4.png) -20px 0 no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}
.btn-arrow:hover:after {
    background-position: 0 0;
}

.btn .fas,
.btn-border .fas{
    font-size: 20px;
    transition: none;
    margin-right: 10px;
}

/* Link Button */
.btn-link,
.btn-link:visited,
.btn-link-grey,
.btn-link-grey:visited,
.btn-link-down,
.btn-link-down:visited,
.btn-link-right,
.btn-link-right:visited{
    display: inline-block;
    font-size: 16px;
    color: #000 !important;
    font-weight: bold;
    position: relative;
    /*display: flex;
    align-items: center;*/
    padding-left: 58px;
    margin: 10px 0;
}
.btn-link-grey,
.btn-link-grey:visited{
    color: #2a2a2a !important;
}
.txt-white .btn-link,
.txt-white .btn-link-right{
   color: #fff !important;
}
.btn-link-right{
    padding: 0 58px 0 0;
}
.btn-link:before,
.btn-link-grey:before,
.btn-link-down:before,
.btn-link-right:after{
    display: inline-block;
    content: "";
    width: 39px;
    height: 39px;
    background: url(assets/images/arrow-icon3.png) -39px center no-repeat;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 19.5px);
    left: 0;
}
.btn-link-right:after{
    left: auto;
    right: 0;
}
.btn-link-grey:before{
    background-color: #2a2a2a;
}
.txt-white .btn-link:before,
.txt-white .btn-link-right:after{
    background: url(assets/images/arrow-icon2.png) -39px center no-repeat #fff;
}
.btn-link-down:before{
    transform: rotate(90deg);
}
.btn-link:hover:before,
.btn-link-grey:hover:before,
.btn-link-down:hover:before,
.btn-link-right:hover:after{
    background-position: 0 center;
}
.btn-link:after,
.btn-link-grey:after,
.btn-link-down:after,
.btn-link-right:before{
    content: '';
    width: calc(100% - 58px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 58px;
    background-color: #000;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.btn-link-grey:after{
    background-color: #2a2a2a;
}
.txt-white .btn-link:after,
.txt-white .btn-link-right:before{
    background: #fff;
}
.btn-link-right:before{
    left: auto;
    right: 58px;
}
.btn-link:hover:after,
.btn-link-grey:hover:after,
.btn-link-down:hover:after,
.btn-link-right:hover:before{
    -webkit-animation: line cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s forwards;
    animation: line cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s forwards;
}

/* Link */
.link{
    color: #282828 !important;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
}
.link .fa, .link .far, .link .fas, .link .fab{
    font-size: 27px;
    margin-right: 15px;
    position: relative;
    top: 3px;
}
.link:hover{
    color: #689fa2 !important;
}
.link-sm{
    color: #689fa2;
    font-weight: bold;
    position: relative;
}
.link-sm:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #689fa2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.link-sm:hover:after{
    -webkit-animation: line cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s forwards;
    animation: line cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.6s forwards;
}

/* Menu Orange Button */
#header .btn-orange a,
#header .btn-orange a:visited,
#header li.btn-border a,
#header li.btn-border a:visited{
    display: inline-block;
    font-size: 16px;
    color: #fff !important;
    font-weight: bold;
    height: 37px;
    line-height: 16px;
    text-align: center;
    padding: 11px 38px !important;
    text-transform: none;
    background-color: #e79517;
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    border: none;
    margin: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#header li.btn-border a,
#header li.btn-border a:visited{
    color: #010101 !important;
    background-color: transparent;
    border: 2px solid #010101;
    padding: 9px 38px !important;
}
#header li.btn-border a:hover{
    color: #fff !important;
}
#header .btn-orange a:before,
#header li.btn-border a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    width: 0%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
#header li.btn-border a:before {
    /*background-color: #e2941c;*/
}
#header .btn-orange a:after,
#header li.btn-border a:after{
    display: none !important;
}
#header .btn-orange a:hover:before,
#header li.btn-border a:hover:before {
    width: 100%;
}
#header li.btn-border a:hover{
    /*border-color: #e2941c;*/
}

/* Button Mobile Menu */
.btn-menu{
    display: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin: 0px;
    z-index: 9999;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.btn-menu span{
    width: 30px;
    height: 4px;
    background-color: #000;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 5px 0;
}
.hd-open .btn-menu span {
    opacity: 0;
}
.hd-open .btn-menu span:first-child {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(-6px, 5px);
    transform: rotate(-45deg) translate(-6px, 5px);
}
.hd-open .btn-menu span:last-child {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
}

/**** Text block with scroll bar CSS ****/
.txt-wrap{
    max-height: 112px;
    overflow: auto;
    padding-right: 10px;
}
/* width */
.txt-wrap::-webkit-scrollbar {
    width: 4px;
}
/* Track */
.txt-wrap::-webkit-scrollbar-track {
    background: rgba(199,199,199,0.3); 
}
/* Handle */
.txt-wrap::-webkit-scrollbar-thumb {
    background: #689fa2; 
}
/* Handle on hover */
.txt-wrap::-webkit-scrollbar-thumb:hover {
    background: #000000; 
}

/**** Image Holder CSS ****/
.img-holder-wrap {
    overflow: hidden;
    width: 50%;
    height: 100%;
    padding: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}
.pull-left.img-holder-wrap {
    left: 0;
}
.pull-right.img-holder-wrap {
    right: 0;
}
.img-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-holder > img{
    display: none;
}

/**** Heading Block ****/
.heading-block{
    /*text-align: center;*/
    margin-bottom: 40px;
}
.heading-block h2{
    margin-bottom: 5px;
}
.heading-block h4{
    /*margin-bottom: 0;*/
}
/**** Owl Carousel ****/
/*
.owl-carousel{
    position: relative;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    width: 36px;
    height: 36px;
    background-color: #1f1f1f;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    margin: 0;
    position: absolute;
    top: calc(50% - 23px);
    display: inline-block;
}
.owl-carousel .owl-nav button.owl-next{
    right: 0px;
}
.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
    display: none !important;
}
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
    
}
.owl-carousel .owl-dots{
    text-align: center;
    position: absolute;
    bottom: -46px;
    left: 0;
    right: 0;
}
.owl-carousel .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    background: #172F3D;
    border: none;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active{
    background: #009BD6;
}*/

/**** Header CSS ****/
#header{
    width: 100%;
    height: 100px;
    position: relative;
    /*top: 0;*/
    z-index: 99;
    /*background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(16,43,41,.2);*/
}
.header-wrap{
    top: -72px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(16,43,41,.2);
}
#header.sticky .header-wrap{
    width: 100%;
    border: none;
    position: fixed;
    top: 0;
    transition-property: top;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}
#header .container{
    height: 100px;
    display: flex;
    align-items: center;
}
#header.sticky .container{
    height: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#logo{
    display: block;
}
#logo img{
    display: block;
    height: 63px !important;
}
#header.sticky #logo img{
    height: 48px !important;
}
.hd-right{
    margin-left: auto;
    display: flex;
    align-items: center;
}
.hd-action{
    margin-left: 65px;
    display: flex;
    align-items: center;
}
.hd-action a{
    color: #000;
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.hd-action a.btn-menu{
    display: none;
}
.hd-action a:first-child{
    margin-left: 0;
}
.hd-action a:hover{
    color: #689fa2;
}
.hd-action strong{
    font-size: 15px;
    margin-left: 16px;
}

/**** Main Menu CSS ****/
#main-menu{
    display: inline-block;
    text-align: center;
}
#main-menu > ul{
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
#main-menu > ul > li{
    /*display: flex;*/
    font-size: 16px;
    font-weight: 500;
    color:#000000;
    text-transform: none;
    position: relative;
    margin-left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-menu > ul > li:first-child{
    margin-left: 0;
}
#main-menu > ul > li > a{
    color:#000000;
    display: inline-block;
    padding: 4px 0 !important;
}

#main-menu > ul > li > a:after {
    transition: transform;
    transition-duration: .35s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    transition-timing-function: cubic-bezier(.37,.01,0,.98);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transform-origin: center;
    transform: scaleX(0);
}
/*#main-menu > ul > li > a:hover:after{
    transform: scaleX(1);
}*/
/*#main-menu > ul > li.dd-active > a:after, */
/*#main-menu > ul > li.current-page-ancestor > a:after,*/
/*#main-menu > ul > li.current-menu-item > a:after, */
#main-menu > ul > li > a:hover:after, 
#main-menu > ul > li:hover > a:after {
    transform: scaleX(1);
}

#main-menu > ul > li > img{
    width: 15px !important;
    height: 15px !important;
    margin-left: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#main-menu > ul > li.dd-active  > img{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/**** Sub-menu CSS ****/
/*1st sub level menu*/
#main-menu > ul li ul {
    display: none;
    text-align: left;
    position: absolute;
    left: 0;
    z-index: 99999;
    margin: 0px;
    padding: 20px 0 0;
    list-style: none;
    /*transition: all 0.3s ease-in-out;*/
    /*opacity: 0;*/
    z-index: 99;
}
/*#main-menu > ul li:hover > ul{
    display: block;
    opacity: 1;
    z-index: 1;
}*/
#main-menu > ul > li > ul {
    left: 0px !important;
    top: 20px !important;
}
#main-menu > ul > li > ul:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 15px;
    width: 10px;
    height: 6px;
    z-index: 1;
    background: url(assets/images/dropdown2.png) center center no-repeat;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#main-menu > ul li ul li ul {
    top: 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#main-menu > ul li ul li {
    display: list-item;
    float: none;
    position: relative;
    margin: 0px;
    padding: 0px;

    font-size: 16px;
    font-weight: normal;
    color:#fff;
    background: rgba(255,255,255,0.87);
}
#main-menu > ul > li > ul > li{
    border-left: 1px solid #8f8f8f;
    border-right: 1px solid #8f8f8f;
}
#main-menu > ul > li > ul > li:first-child {
    border-top: 1px solid #8f8f8f;
}
#main-menu > ul > li > ul > li:last-child {
    border-bottom: 1px solid #8f8f8f;
}
/* Sub level menu links style */
#main-menu > ul li ul li a {
    /*font-size: 14px;
    line-height: 1em;
    font-weight: normal;*/
    color: #767676;
    padding: 8px 16px;
    margin: 0;
    display: block;
    line-height: 20px;
    /*white-space: nowrap;*/
    text-transform: lowercase;
    text-align: left;
    position: relative;
    min-width: 130px;
}
#main-menu > ul li ul li:first-child a {
    border: none;
}
/*sub menus hover style*/
#main-menu > ul li ul li a:hover,
#main-menu > ul li ul li.current-menu-item a { 
    color: #699fa0;
}
#main-menu > ul li ul li a:before{
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 4px;
    height: 20px;
    background-color: #699fa0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
#main-menu > ul li ul li a:hover:before,
#main-menu > ul li ul li.current-menu-item a:before{
    opacity: 1;
}
.downarrowclass {
    position: absolute;
    top: 7px;
    right: 5px;
}
.rightarrowclass {
    position: absolute;
    top: 10px;
    right: 6px;
}

/**** Mobile Menu CSS ****/
.mb-nav{
    opacity: 0;
    position: fixed;
    top: -6vh;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: auto;
    /*background-color: #6bba21;*/

    -webkit-transition-property: top, background-color, opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    -moz-transition-property: top, background-color, opacity;
    -moz-transition-duration: 0.3s;
    -moz-transition-timing-function: linear;
    -ms-transition-property: top, background-color, opacity;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: linear;
    -o-transition-property: top, background-color, opacity;
    -o-transition-duration: 0.3s;
    -o-transition-timing-function: linear;
    transition-property: top, background-color, opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
}
.hd-open,
.scroll-lock{
    overflow: hidden;
}
.bd-open .mb-nav{
    z-index: 5;
}
.hd-open .mb-nav{
    display: block;
    top: 100px;
    opacity: 1;
    z-index: 999;
    background: #172F3D;
}
.mb-nav .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    position: relative;
    z-index: 1;
    text-align: left;
    
    padding: 0 !important;
}
.mb-nav-wrap{
    /*background: #172F3D;*/
}
.mb-nav ul.mb-main-menu{
    padding: 50px 50px 20px;
    list-style: none;

    /*background: #172F3D;*/
}
.mb-nav ul.mb-main-menu li{
    font-size: 25px;
    line-height: 1em;
    font-weight: 200;
    color:#ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 15px;
}
.mb-nav ul.mb-main-menu li.mg-left{
    margin-left: 0 !important;
}
.mb-nav ul.mb-main-menu li:last-child{
    margin-bottom: 0px;
}
.mb-nav ul.mb-main-menu li a{
    color:#ffffff;
    padding: 0px;
    display: inline-block;
}
.mb-nav ul.mb-main-menu li a:hover,
.mb-nav ul.mb-main-menu li.current-menu-item a{
    font-weight: bold;
}

.mb-nav .hd-widgets .container{
    padding: 0 50px 50px !important;
}
.mb-nav .hd-widgets a{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5,135,193,0.9);
    margin-bottom: 20px;
    font-size: 20px;
}
.mb-nav .hd-widgets a:last-child{
    margin-bottom: 0;
    background: rgba(9,101,168,0.9);
}
.mb-nav .hd-widgets a img{
    max-height: 60px;
}
.mb-nav .hd-widgets a h5{
    font-size: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    text-align: left;
}
.mb-nav .hd-widgets a h5 br{
    display: none;
}

/**** Main slider CSS ****/
.main-slider-wrap{
    position: relative;
    height: calc(100vh - 100px);
    min-height: 400px;
    overflow: hidden;
}
.main-slider-wrap .container{
    height: 100%;
    display: flex;
    align-items: center;
}
.main-slider-wrap .slider-caption {
    max-width: 400px;
    position: relative;
    z-index: 2;
}
.main-slider-wrap .slider-caption h2 {
    font-weight: 300;
}
.main-slider-wrap .slider-caption p:last-of-type{
    margin-bottom: 10px;
}
.main-slider{
    background-color: #e3e3e3;
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    left: 0;
}
.main-slider:before {
    content: "";
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    width: 42%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.slider-item {
    height: calc(100vh - 100px);
    min-height: 400px;
    background: url(assets/images/banner-img.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
    /*padding-top: 100px;*/
}
.main-slider .slider-item img{
    display: none !important;
    /*object-fit: cover;
    width: 100%;
    height: 100vh;
    min-height: 440px;*/
}
.slider-caption2{
    padding: 10px 35px;
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 37px;
}
.slider-caption2 p,
.slider-caption2 p:last-of-type{
    font-style: italic;
    margin-bottom: 0 !important;
}
/* Slider Nav */
.main-slider.owl-carousel .owl-nav{
    width: 73px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 180px;
    left: calc(42% - 37px);
    z-index: 2;
}
.main-slider.owl-carousel .owl-nav button.owl-next, 
.main-slider.owl-carousel .owl-nav button.owl-prev{
    width: 73px;
    height: 57px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: -73px center;
    background-color: #1f1f1f;
    transition: all 0.3s ease-in-out;
    margin: 0;   
}
.main-slider.owl-carousel .owl-nav button.owl-next{
    background-image: url(assets/images/arrow-right.png);
}
.main-slider.owl-carousel .owl-nav button.owl-next:hover{
    background-color: #689fa2;
    background-position: 0 center;
}
.main-slider.owl-carousel .owl-nav button.owl-prev{
    background-image: url(assets/images/arrow-left.png);
    background-position: 0 center;
    margin-bottom: 1px;
}
.main-slider.owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #689fa2;
    background-position: -73px center;
}
.main-slider.owl-carousel .owl-nav button.owl-next span, 
.main-slider.owl-carousel .owl-nav button.owl-prev span{
    display: none !important;
}
/**** Terraces CSS ****/
.terraces-sec{
    position: relative;
}
.terraces-sec .img-holder{
    justify-content: flex-start;
}
.terraces-sec .img-holder > img{
    display: block;
    max-height: 100%;
}
/**** Grad Clip CSS ****/
.gradclip-sec{
    background-color: #e3e3e3;
    position: relative;
}
/**** Coutner CSS ****/
.counter-sec{
    text-align: center;
}
.counter-sec h2,
.counter-sec h3{
    margin-bottom: 0;
}
.counter-sec h3{
    color: #000;
}

/**** Coutner CSS ****/
.expertise-sec{
    position: relative;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.35);
}

/**** Projects CSS ****/
.projects-sec .row{
    margin: 0 -20px;
}
.projects-sec .col-md-5,
.projects-sec .col-md-7{
    padding: 0 20px;
}
.projects-sec .project-item{
    display: inline-block;
    position: relative;
    background-color: #e3e3e3;
    /*background-size: cover;
    background-repeat: no-repeat;*/
    overflow: hidden;

}
.projects-sec .project-item img{
    display: block;
    width: 100%;
    height: 378px !important;
    object-fit: cover;
}
.projects-sec .project-item:hover img{
    transform: scale(1.2);
}
.projects-sec .project-info{
    padding: 22px 40px 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.58);
}
.projects-sec .project-info h3{
    margin-bottom: 0;
}
.projects-sec .project-info p{
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}

/**** Get Started CSS ****/
.getstarted-sec{
    text-align: center;
    background-color: #e8e8e8;
}
.getstarted-sec h2{
    font-weight: 300;
}

/**** Instagram CSS ****/
.instagram-slider{
    display: flex;
    margin-top: 30px;
}
.instagram-slider a{
    display: block;
    position: relative;
    overflow: hidden;
}
.instagram-slider a:after{
    content: "";
    background: url(assets/images/instagram-icon.png) center center no-repeat rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    /*opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;*/

    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.instagram-slider a:hover:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.instagram-slider img{
    display: block;
}
.instagram-slider a:hover img{
    transform: scale(1.2);
}

/**** Footer CSS ****/
#footer {
    background: #232323;
}
.ft-widgets-wrap{
    padding: 60px 15px;
}
.ft-widget-2{
    display: flex;
    justify-content: space-between;
}
.ft-widget{
    width: 228px;
}
.ft-widget .widget-title{
    color: #fff;
    padding-bottom: 18px;
    border-bottom: 1px solid #fff;
}
#footer ul{
    list-style: none;
}
#footer p,
#footer ul li{
    color: #727272;
    font-size: 15px;
    line-height: 1.7em;
}
#footer a{
    color: #727272;
}
#footer a:hover,
#footer p a:hover,
#footer ul li a:hover{
    color: #ffffff;
}

/* Social Media */
#footer .ft-social {
    margin: 20px 0;
}
#footer .ft-social li {
    font-size: 24px;
    color: #5a5a5a;
    display: inline-block;
    margin-left: 30px;
}
#footer .ft-social li:first-child{
    margin-left: 0;
}
#footer .ft-social li em{
    display: none;
}
#footer .ft-social li a{
    color: #5a5a5a;
}


/* Copyrights */
#footer .copyrights {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #2b2b2b;
}
#footer .copyrights ul{
    list-style: none;
}
#footer .copyrights ul li{
    display: inline-block;
    color: #686868;
    font-size: 15px;
}
#footer .copyrights ul li:before{
    content: " - ";
    display: inline-block;
    padding-right: 4px;
}
#footer .copyrights ul li:first-child:before{
    display: none;
}
#footer .copyrights p{
    color: #686868;
    font-size: 15px;
    margin-bottom: 10px;
}
#footer .copyrights a {
    color: #686868;
    font-size: 15px;
}
#footer .copyrights a.link{
    font-weight: normal;
    display: inline-block;
    color: #b2b2b2 !important;
}
#footer a:hover,
#footer .copyrights a.link:hover{
    color: #fff !important;
}

/**** Last of Type CSS ****/
.txt-sec p:last-of-type,
#footer .copyrights p:last-of-type{
    margin-bottom: 0;
}

/**** WP DEFAULT CSS ****/
.alignnone {
    margin: 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
.bypostauthor {
}
.gallery dl {
    margin: 0;
}
.gallery-caption {
}
.sticky {
}
blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}
blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}

/**** Animations ****/
@-webkit-keyframes line {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
  51% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes line {
  0% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
  51% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
  }
  100% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* ajax loader css */
.loader {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    /*display: flex;*/
    /*align-items: center;
    justify-content: center;*/
    z-index: 1;    
}
.loader:after{
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 8px solid #eee;
    border-top: 8px solid #689fa2;
    border-radius: 50%;
    -webkit-animation: spin 0.5s linear infinite; /* Safari */
    animation: spin 0.5s linear infinite;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*******CODE MERYEM*****/
.error404 .page-banner:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(0,0,0,0.85);
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 100%);
}
.error404 .page-banner {
    background-image: url(https://grad.annei.eu/wp-content/uploads/2020/03/votre-project.jpg) !important;
    color: white;
}
#books h2, #books p {
    text-align: center;
    margin-top: -15px;
}
.spu-close {
    z-index: 2 !important;
}
.wpb_text_column.wpb_content_element.books-view a {
    padding: 13px;
}

.spu-box.spu-centered {
    margin: 0;
    padding: 5px !important;
    width: 100% !important;
}
div#contact-icones a:hover {
    color: #689fa2;
}
div#contact-icones a {
    color: black;
}
div#contact-icones p {
    text-align: center !important;
    color: black !important;
}
.page-id-542 .instagram-slider.owl-carousel.owl-loaded,
.page-id-574 .instagram-slider.owl-carousel.owl-loaded {
    display: none;
}
.page-id-542 .page-banner.txt-white:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* background: rgb(0,0,0,0.85); */
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 100%);
}
.wpsisac-slick-slider-wrp.wpsisac-clearfix {
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(17,22,26,.16), 0 2px 4px 0 rgba(4, 12, 19, 0.08), 0 4px 8px 0 rgba(17,22,26,.08);
    padding: 40px 0px;
}
.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-slider-short-content p {
    text-align: justify !important;
    font-size: 16px;
    padding-top: 20px;
}
button.slick-prev.slick-arrow {
    margin-left: -5% !important;
}
button.slick-next.slick-arrow {
    margin-right: -5% !important;
}
div#CTA {
    margin-bottom: -60px !important;
    text-align: center;
}
#CTA .wpb_column.vc_column_container.vc_col-sm-8.vc_col-lg-offset-2.vc_col-md-offset-2 {
    margin: 0 auto;
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
}
#catalogueSection{
    padding-top: 80px;
    display: flex;
    
}
#catalogueSection .catalogueImage{
    float: left;
    width: 50%;
}
#catalogueSection .catalogueText{
    float: right;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#catalogueSection .catalogueText a.cata-download{
    background-color: #689fa2;
    color: #fff;
    padding: 15px 25px;
    border-radius: 25px;
}
#catalogueSection .catalogueText a.cata-download:after{
    display: inline-block;
    content: "";
    width: 20px;
    height: 12px;
    margin-left: 15px;
    background: url(assets/images/arrow-icon4.png) -20px 0 no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}