/* ------------------------------------ 
----------- FONT SIZE  ------------- 
------------------------------------ */



/* ------------------------------------ 
----------- COLOURS ----------------
------------------------------------ */
 
 
 

 
 
 

/** jérémie à renommer**/
 

 
 






/* ------------------------------------ 
----------- HEADERS ----------------
------------------------------------ */
h1,h2,h3,h4,h5,h6{
  margin:0 0 20px;
  padding:0;
  letter-spacing:0;
  font-weight:600;
  font-family:'Poppins', sans-serif;
  color:#434F8B;
  line-height:normal;
}
h1{
  font-size:42px;
}
h2{
  font-size:36px;
  color:#434F8B;
  line-height:47px;
  margin:20px 0px 20px 0px;
}
h3{
  font-size:29px;
  line-height:40px;
}
h4{
  font-size:23px;
  line-height:35px;
}
h5{
  font-size:19px;
}
h6{
  font-size:22px;
}

/* ------------------------------------ 
----------- GLOBAL --------------------
------------------------------------ */
/* Page with header */
.body-container--nav {
  margin-top: 56px;
}

@media screen and (min-width: 992px){
  .body-container--nav {
    margin-top: 73px;
  }
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Open Sans', sans-serif;
  -webkit-font-smoothing:antialiased;
  font-smoothing:antialiased;
  font-size:16px;
  color:#6f6f6f;
  font-weight:400;
  line-height:26px;
  overflow-x: hidden;
}

body,html{
  -moz-osx-font-smoothing:grayscale
}


@media screen and (max-width: 991px) {
  html, 
  body {
    overflow-x: hidden;
  }
}

.body-container.container-fluid{ 
  padding:0; 
}
.container-fluid .row-fluid > .container {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding:30px;
}
.footer-container.container-fluid{ 
  padding:0; 
}

.row-fluid [class*="span"]{ min-height:auto; }

section{
  padding:90px 0;
  overflow:hidden;
  background:#fff
}

.logos_footer img{
  width: 30%; 
}

.logos_footer :nth-child(2n){
  transform: scale(0.3); 
}

a,a:active,a:focus{
  color:#6f6f6f;
  text-decoration:none;
  transition-timing-function:ease-in-out;
  -ms-transition-timing-function:ease-in-out;
  -moz-transition-timing-function:ease-in-out;
  -webkit-transition-timing-function:ease-in-out;
  -o-transition-timing-function:ease-in-out;
  transition-duration:.2s;
  -ms-transition-duration:.2s;
  -moz-transition-duration:.2s;
  -webkit-transition-duration:.2s;
  -o-transition-duration:.2s;
}
a:hover,a:active{
  color:#232323;
  text-decoration:none;
}
a:focus,a:active,button:focus,button:active,.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
  outline:none;
}
img{
  max-width:100%;
  height:auto;
}
/*----Form style-----*/
input,textarea,select{
  border:1px solid #d1d1d1;
  font-size:14px;
  padding:8px 15px;
  width:100%;
  margin:0 0 15px 0;
  max-width:100%;
  resize:none;
}
.hs-input { 
  width:100%!important; 
}
input[type=checkbox], input[type=radio] {
  width:auto!important;
}

.hs-form-checkbox-display span {
  margin-left:5px;
}
select {
  word-wrap: normal;
  -webkit-appearance: none;
  border-radius:0px;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 15px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(https://cdn2.iconfinder.com/data/icons/arrows-part-1/32/tiny-arrow-bottom-1-512.png);
  background-position: center right;
}
select:focus {
  border-color: #585858;
  outline: none;
}
input[type="button"],input[type="text"],input[type="email"],input[type="search"],input[type="password"],textarea,input[type="submit"]{
  -webkit-appearance:none;
  outline:none;
  width:100%;
}

input[type="submit"]{
  background:#f77c13;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 18px;
  margin-top:20px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition: all linear 400ms;
  transition: all linear 400ms;
  border: none;
  width: auto;
  margin-bottom: 0px;
}

input:focus,textarea:focus{
  border-color:#585858;
  outline:none;
}
input[type="button"]:focus{
  outline:none;
}
/*
form fieldset > div > label{
display:none; 
}
*/
form fieldset{
  max-width:100% !important;
  width:100%;
}

.hs_error_rollup{ display:none; }

select::-ms-expand{
  display:none;
}
/*----End Form style-----*/

iframe{
  border:0;
}
p{
  margin:0 0 20px;
  word-spacing:1px;
  line-height:1.34;
}
b,strong{
  font-weight:600;
}
.height-auto { height: auto !important; }
.height-50{
  height:50%;
}
.height-100{
  height:100%;
}
.last-paragraph-no-margin p:last-of-type{
  margin-bottom:0;
}
.alt-font strong{
  font-weight:700;
}
.white-space{
  white-space:normal;
}
.word-wrap{
  word-wrap:break-word;
}
.valign{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
}
.aligncenter {
  text-align: center;
}

ul,ol,dl{
  list-style-position:outside;
}
ul li{
  list-style:none;
}
::selection{
  color:#000;
  background:#dbdbdb;
}
::-moz-selection{
  color:#000;
  background:#dbdbdb;
}
::-webkit-input-placeholder{
  color:#6f6f6f;
  text-overflow:ellipsis;
}
::-moz-placeholder{
  color:#6f6f6f;
  text-overflow:ellipsis;
  opacity:1;
}
:-ms-input-placeholder{
  color:#6f6f6f;
  text-overflow:ellipsis;
  opacity:1;
}
.alt-font{
  font-family:'Poppins', sans-serif;
  font-weight:500;
}
.main-font{
  font-family:'Open Sans', sans-serif;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: table;
  text-align: center;
}
.loader {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  height: 200px;
}
.loader-icon {
  width: 80px;
  height: 80px;
  border: 5px solid #4e54c8;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* theme color and basic options */
a:hover, a:active {
  color: #4e54c8;
  text-decoration: none;
}
.bg-theme {
  background: #4e54c8;
  background: -webkit-linear-gradient(-45deg, #4e54c8, #8089ff);
  background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
  background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
  background: linear-gradient(-45deg, #4e54c8, #8089ff);
}
.bg-theme-light {
  background: #f5fafe;
}
.bg-theme-grey{
  background: #F5F5F5;
}
.bg-theme-wipool {
  background:#434f8a;
}

.theme-overlay[data-overlay-dark]:before {
  background: #434F8B;
  background: -webkit-linear-gradient(-45deg, #434F8B, #434F8B);
  background: -moz-linear-gradient(-45deg, #434F8B, #434F8B);
  background: -o-linear-gradient(-45deg, #434F8B, #434F8B);
  background: linear-gradient(-45deg, #434F8B, #434F8B);
}
.text-theme-color {
  color: #434F8B;
}
.text-content-big p {
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 25px;
  font-size: 15px;
}
.shadow-primary {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.line-through {
  text-decoration: line-through;
}
.cursor-pointer {
  cursor: pointer;
}
.height-100vh {
  height: 100vh;
}
/* primary listing */
.list-style li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.list-style li:last-child {
  margin-bottom: 0;
}
.list-style li:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #4e54c8;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 2;
}
.list-style li:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: rgba(78, 84, 200, 0.35);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  z-index: 1;
}
.list-style li:hover {
  padding-left: 40px;
}
/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #232323;
  background: #fff;
}
.scroll-to-top:hover i {
  color: #232323;
}
.scroll-to-top:visited {
  color: #232323;
  text-decoration: none;
}
/* Button style */
.butn {
  background: #7731FF;
  background: -webkit-linear-gradient(129deg, #7731FF, #0DB2BA);
  background: -moz-linear-gradient(129deg, #7731FF, #0DB2BA);
  background: -o-linear-gradient(129deg, #7731FF, #0DB2BA);
  background: linear-gradient(129deg, #7731FF, #0DB2BA);
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition: all linear 400ms;
  transition: all linear 400ms;
  border: none;
}
.butn:hover {
  color: #fff;
}
a.butn:hover, a.butn:active {
  color: #fff;
}
.butn:before {
  background: #7731FF;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 51%;
  -ms-transform-origin: 51%;
  transform-origin: 51%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 22px;
  border: none;
}
.butn:hover:before, .butn:focus:before, .butn:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.butn.white {
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  color: #4e54c8;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition: all linear 100ms;
  transition: all linear 100ms;
  border: none;
}
.butn.white:hover {
  color: #fff;
  background: #4e54c8;
}
a.butn.white:hover, a.butn.white:active {
  color: #fff;
  background: #4e54c8;
}
.butn.white:before, .butn.white:hover:before, .butn.white:focus:before, .butn.white:active:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .butn {
    padding: 12px 24px;
    font-size: 12px;
    line-height: 16px;
  }
}

.text-white{
  color:#fff
}
.text-white a{
  color:#fff;
  text-decoration:underline; 
}
.text-white a:hover{
  color:#fff;
  text-decoration:underline !important; 
}

.text-black{
  color:#000
}
.text-extra-dark-gray{
  color:#232323
}
.text-dark-gray{
  color:#626262
}
.text-extra-medium-gray{
  color:#757575
}
.text-medium-gray{
  color:#939393
}
.text-extra-light-gray{
  color:#b7b7b7
}
.text-light-gray{
  color:#d6d5d5
}
.text-very-light-gray{
  color:#ededed
}
.text-default-color{
  color:#6f6f6f
}

.no-letter-spacing{
  letter-spacing:0px
}

.bg-transparent{
  background-color:transparent
}
.bg-white{
  background-color:#fff
}
.bg-black{
  background-color:#000
}
.bg-light-gray{
  background-color:#f7f7f7
}
.bg-grey{
  background-color:#f9f9f9
}
.bg-transparent-white{
  background-color:rgba(255,255,255,0.3);
  background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, #fff 96%, #fff 100%);
  background:-webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(37%, rgba(255,255,255,0)), color-stop(96%, #fff), color-stop(100%, #fff));
  background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, #fff 96%, #fff 100%);
  background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, #fff 96%, #fff 100%);
  background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, #fff 96%, #fff 100%);
  background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, #fff 96%, #fff 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 )
}
.bg-transparent-black{
  background-color:transparent;
  background:-moz-linear-gradient(left, transparent 0%, transparent 37%, #000 96%, #000 100%);
  background:-webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(37%, transparent), color-stop(96%, #000), color-stop(100%, #000));
  background:-webkit-linear-gradient(left, transparent 0%, transparent 37%, #000 96%, #000 100%);
  background:-o-linear-gradient(left, transparent 0%, transparent 37%, #000 96%, #000 100%);
  background:-ms-linear-gradient(left, transparent 0%, transparent 37%, #000 96%, #000 100%);
  background:linear-gradient(to right, transparent 0%, transparent 37%, #000 96%, #000 100%);
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 )
}
.bg-white-opacity{
  background-color:rgba(255,255,255,0.85)
}
.bg-black-opacity{
  background-color:rgba(0,0,0,0.85)
}
.bg-black-opacity-light{
  background-color:rgba(0,0,0,0.5)
}

.center-col{
  float:none;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.big-input,.big-textarea,.big-select select{
  padding:18px 25px;
  font-size:14px;
  border-radius:0
}
.medium-input,.medium-textarea,.medium-select select{
  padding:12px 20px;
  font-size:14px;
  line-height:normal;
  border-radius:0
}
.small-input,.small-textarea{
  padding:12px 15px;
  font-size:11px;
  line-height:normal
}
.small-select select{
  padding:15px 15px;
  line-height:normal
}
.medium-input-light,.medium-textarea-light,.medium-select-light select{
  padding:12px 25px;
  font-size:12px;
  line-height:normal
}
.required-error{
  border:1px solid #ee2323 !important
}
.input-border-bottom.required-error{
  border-width:0 !important;
  border-bottom-width:1px !important;
  border-bottom-color:#ee2323 !important
}
#success-contact-form{
  clear:both;
  margin:0 15px 15px;
  text-align:center;
  border:1px solid #1a940a;
  color:#1a940a;
  padding:2px 0;
  display:none;
  font-size:11px
}
[data-overlay-dark],[data-overlay-light]{
  position:relative
}
[data-overlay-dark] .position-unset,[data-overlay-light] .position-unset{
  position:unset !important
}
[data-overlay-dark] .container,[data-overlay-light] .container{
  position:relative;
  z-index:2
}
[data-overlay-dark]:before,[data-overlay-light]:before{
  content:'';
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1
}
[data-overlay-dark]:before{
  background:#434F8B 
}
[data-overlay-light]:before{
  background:#fff
}
[data-overlay-dark="0"]:before,[data-overlay-light="0"]:before{
  opacity:0
}
[data-overlay-dark="1"]:before,[data-overlay-light="1"]:before{
  opacity:0.1
}
[data-overlay-dark="2"]:before,[data-overlay-light="2"]:before{
  opacity:0.2
}
[data-overlay-dark="3"]:before,[data-overlay-light="3"]:before{
  opacity:0.3
}
[data-overlay-dark="4"]:before,[data-overlay-light="4"]:before{
  opacity:0.4
}
[data-overlay-dark="5"]:before,[data-overlay-light="5"]:before{
  opacity:0.5
}
[data-overlay-dark="6"]:before,[data-overlay-light="6"]:before{
  opacity:0.6
}
[data-overlay-dark="7"]:before,[data-overlay-light="7"]:before{
  opacity:0.7
}
[data-overlay-dark="8"]:before,[data-overlay-light="8"]:before{
  opacity:0.8
}
[data-overlay-dark="9"]:before,[data-overlay-light="9"]:before{
  opacity:0.9
}
[data-overlay-dark="10"]:before,[data-overlay-light="10"]:before{
  opacity:1
}

.btn-shadow{
  box-shadow:0 0 6px rgba(0,0,0,0.3)
}
.box-shadow-light{
  box-shadow:0 0 3px rgba(0,0,0,0.1)
}
.box-shadow{
  box-shadow:0 0 3px rgba(0,0,0,0.2)
}
.box-shadow-dark{
  box-shadow:0 0 4px rgba(0,0,0,0.4)
}
.box-shadow-large{
  box-shadow:0 0 12px rgba(0,0,0,0.1)
}
.box-shadow-primary{
  -webkit-box-shadow:0 18px 38px rgba(0,0,0,0.2);
  box-shadow:0 18px 38px rgba(0,0,0,0.2)
}
.box-shadow-none{
  -webkit-box-shadow:none !important;
  -moz-box-shadow:none !important;
  box-shadow:none !important
}
.z-index-1111{
  z-index:1111
}
.z-index-111{
  z-index:111
}
.z-index-1{
  z-index:1
}
.z-index-2{
  z-index:2
}
.z-index-3{
  z-index:3
}
.z-index-4{
  z-index:4
}
.z-index-5{
  z-index:5
}
.z-index-9{
  z-index:9
}
.z-index-0{
  z-index:0
}
.z-index-minus2{
  z-index:-2
}
.vertical-align-middle{
  vertical-align:middle
}
.vertical-align-top{
  vertical-align:top
}
.vertical-align-bottom{
  vertical-align:bottom
}
.vertical-middle{
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  position:absolute;
  top:50%;
  left:0;
  right:0
}
.clear-both{
  clear:both
}
.line-break{
  display:block
}
.no-transition *{
  transition-timing-function:none;
  -moz-transition-timing-function:none;
  -webkit-transition-timing-function:none;
  -o-transition-timing-function:none;
  -ms-transition-timing-function:none;
  transition-duration:0s;
  -moz-transition-duration:0s;
  -webkit-transition-duration:0s;
  -o-transition-duration:0s;
  -ms-transition-duration:0s
}
.absolute-middle-center{
  left:50%;
  top:50%;
  position:absolute;
  -ms-transform:translateX(-50%) translateY(-50%);
  -moz-transform:translateX(-50%) translateY(-50%);
  -webkit-transform:translateX(-50%) translateY(-50%);
  transform:translateX(-50%) translateY(-50%);
  -o-transform:translateX(-50%) translateY(-50%)
}
.parallax{
  position:relative;
  background-size:cover;
  overflow:hidden;
  background-attachment:fixed
}
.fix-background{
  position:relative;
  background-size:cover;
  animation-duration:0s;
  animation-fill-mode:none;
  -webkit-animation-duration:0s;
  -webkit-animation-fill-mode:none;
  -moz-animation-duration:0s;
  -moz-animation-fill-mode:none;
  -ms-animation-duration:0s;
  -ms-animation-fill-mode:none;
  -o-animation-fill-mode:none;
  overflow:hidden;
  background-position:center center;
  background-repeat:no-repeat;
  background-attachment:fixed
}
.cover-background{
  z-index: 0;
  margin-top: 0px;
  position:relative !important;
  background-size:cover !important;
  overflow:hidden !important;
  background-position:center !important;
  background-repeat:no-repeat !important
}
.background-size-inherit{
  background-size:inherit
}
.background-attachment-inherit{
  background-attachment:inherit
}
.background-position-left{
  background-position:left center
}
.background-position-left-bottom{
  background-position:left bottom
}
.background-position-right{
  background-position:right center
}
.background-position-top{
  background-position:center top !important
}
.up-down-ani{
  display:table;
  position:relative;
  -webkit-animation-name:up-down-animation;
  -webkit-animation-duration:.7s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-delay:.7s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction:alternate;
  -moz-animation-name:up-down-animation;
  -moz-animation-duration:.7s;
  -moz-animation-timing-function:linear;
  -moz-animation-delay:.7s;
  -moz-animation-iteration-count:infinite;
  -ms-animation-name:up-down-animation;
  -ms-animation-duration:.7s;
  -ms-animation-timing-function:linear;
  -ms-animation-delay:.7s;
  -ms-animation-iteration-count:infinite;
  -ms-animation-direction:alternate;
  -o-animation-direction:alternate;
  -o-animation-name:up-down-animation;
  -o-animation-duration:.7s;
  -o-animation-timing-function:linear;
  -o-animation-delay:.7s;
  -o-animation-iteration-count:infinite;
  -o-animation-direction:alternate;
  animation-direction:alternate;
  animation-name:up-down-animation;
  animation-duration:.7s;
  animation-timing-function:linear;
  animation-delay:.7s;
  animation-iteration-count:infinite;
  animation-direction:alternate;
  margin:0 auto
}
.background-position-x-50{
  background-position-x:50% !important
}
.background-size-contain{
  background-size:contain
}

.display-block{
  display:block !important
}
.display-inline-block{
  display:inline-block !important
}
.display-inline{
  display:inline !important
}
.display-none{
  display:none !important
}
.display-inherit{
  display:inherit !important
}
.display-table{
  display:table !important
}
.display-table-cell{
  display:table-cell !important
}
.overflow-hidden{
  overflow:hidden !important
}
.overflow-visible{
  overflow:visible !important
}
.overflow-auto{
  overflow:auto !important
}
.float-left{
  float:left !important
}
.float-right{
  float:right !important
}
.float-none{
  float:none !important
}
.position-inherit{
  position:inherit !important
}
.position-relative{
  position:relative !important
}
.position-absolute{
  position:absolute !important
}
.position-fixed{
  position:fixed !important
}
.position-right{
  right:0 !important
}
.position-left{
  left:0 !important
}
.position-top{
  top:0 !important
}

@media (max-width: 1199px){
  h1,h2,h3,h4,h5,h6{
    margin:0 0 18px;
    padding:0;
    letter-spacing:0
  }
  h1{
    font-size:40px
  }
  h2{
    font-size:32px
  }
  h3{
    font-size:30px
  }
  h4{
    font-size:28px
  }
  h5{
    font-size:24px
  }
  h6{
    font-size:20px
  }
  section{
    padding:70px 0
  }
}
@media (max-width: 1050px){
  .parallax{
    background-attachment:inherit
  }
}
@media (max-width: 991px){
  h1,h2,h3,h4,h5,h6{
    margin:0 0 16px;
    padding:0;
    letter-spacing:0
  }
  h1{
    font-size:38px
  }
  h2{
    font-size:30px;
    line-height:1.2 !important;
  }
  h3{
    font-size:28px
  }
  h4{
    font-size:26px
  }
  h5{
    font-size:22px
  }
  h6{
    font-size:18px
  }
  p{
    margin:0 0 20px
  }
  section{
    padding:20px 0
  }
  .cover-background { margin-top: 46px; }
}
@media (max-width: 767px){
  body{
    font-size:14px
  }
  .xs-height-auto{
    height:auto
  }
  h1,h2,h3,h4,h5,h6{
    margin:0 0 14px;
    padding:0;
    letter-spacing:0
  }
  h1{
    font-size:34px
  }
  h2{
    font-size:28px
  }
  h3{
    font-size:26px
  }
  h4{
    font-size:24px
  }
  h5{
    font-size:20px
  }
  h6{
    font-size:16px
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1){
  .parallax{
    background-attachment:inherit;
    background-position:center
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1){
  .parallax{
    background-attachment:inherit;
    background-position:center
  }
}

/* ========================================================================================== */
/* ================================ Section Global Header =================================== */
/* ========================================================================================== */
/*** Menu ***/
section.header-wi-pool { z-index: 999999; overflow: visible; position: fixed; padding: 0; width: 100%; -webkit-box-shadow: 0px 3px 6px 0px rgba(39, 43, 63, 0.5); -moz-box-shadow: 0px 3px 6px 0px rgba(39, 43, 63, 0.5); box-shadow: 0px 3px 6px 0px rgba(39, 43, 63, 0.5); }
section.header-wi-pool .menu { position: relative; justify-content: flex-end; align-items: center; padding-right: 120px; background-color: #414c87; }
section.header-wi-pool .menu ul { display: flex; margin-bottom: 0; }
section.header-wi-pool .menu ul li { font-size: 18px; padding: 15px; }
section.header-wi-pool .menu ul .hs-item-has-children { position: relative; }
section.header-wi-pool .menu ul .hs-item-has-children:after { content: "\f067"; color: #F77C13; padding-left: 2px; display: inline-block; font-weight: 900; font-size: 13px; vertical-align: middle; font-family: "Font Awesome 5 Free"; }
section.header-wi-pool .menu ul .hs-item-has-children:hover .hs-menu-children-wrapper { display: block; }
section.header-wi-pool .menu ul .hs-item-has-children:hover:after { content: "\f068"; }
section.header-wi-pool .menu ul .hs-item-has-children .hs-menu-children-wrapper { display: none; position: absolute; top: 100%; min-width: 10rem; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); left: 0;  border-radius: 0; margin-top: 0; padding: 0; text-align: center; background-color: #F77C13; flex-flow: column; }
section.header-wi-pool .menu ul .hs-item-has-children .hs-menu-children-wrapper li { padding: 10px; }
section.header-wi-pool .menu ul .hs-item-has-children .hs-menu-children-wrapper li a { font-size: 16px; }
section.header-wi-pool .menu ul .hs-item-has-children .hs-menu-children-wrapper li a:hover { font-size: 16px; text-decoration: underline !important;}
section.header-wi-pool .menu ul .hs-item-has-children .hs-menu-children-wrapper li a:before { background: transparent; }
section.header-wi-pool .menu ul .hs-item-has-children .hs-menu-children-wrapper li:first-child { border-bottom: solid 1px #FFF; }
section.header-wi-pool .menu ul li a { color: #fff; position: relative; }
section.header-wi-pool .menu ul li a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: -4px; background: #FFF; visibility: hidden; border-radius: 5px; transform: scaleX(0); transition: .25s linear; -webkit-transition: .25s linear; -moz-transition: .25s linear; }
section.header-wi-pool .menu ul li:hover a:before,
section.header-wi-pool .menu ul li:focus a:before { background: #F77C13; visibility: visible; transform: scaleX(1); }
section.header-wi-pool .menu .logo { width: 170px; left: 8.33333%; position: absolute; }
section.header-wi-pool .menu .cta .cta_button p { transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; color: #fff; border-radius: 30px; padding: 6px 26px; background-color: #F77C13;}
section.header-wi-pool .menu .cta .cta_button p:hover { transform: translateY(-2px); }

/*** Second Menu ***/
section.header-wi-pool .second-menu {  }
section.header-wi-pool .second-menu ul { display: flex; margin: 0; justify-content: flex-end; padding-right: 120px; background-color: #272B3F; }
section.header-wi-pool .second-menu ul li { padding: 5px 0; }
section.header-wi-pool .second-menu ul li:last-child a { border-right-color: transparent; }
section.header-wi-pool .second-menu ul li a { color: #fff; padding: 0 9px; border-right: solid 1px #4786D0;  font-size: 13px; }
section.header-wi-pool .second-menu ul li a:hover { text-decoration: underline !important; text-decoration-color: #4786D0 !important; color: #fff; }

/*** Responsive Menu ***/
section.header-wi-pool { display: block; }
section.header-wi-pool-responsive { display: none; }

@media screen and (max-width:1200px) and (min-width:993px) {
  section.header-wi-pool .menu .logo{ left:20px; }
  section.header-wi-pool .menu{ padding-right:20px;}
  section.header-wi-pool .menu ul li{ font-size:15px; }
}

@media screen and (max-width:992px) {
  section.header-wi-pool { display: none; }
  section.header-wi-pool-responsive .menu-list { width:100%; }
  section.header-wi-pool-responsive { background-color: #F5F5F5 !important; z-index: 2; overflow: visible; position: fixed; padding: 10px 30px; width: 100%; background-color: #414c87; }
  section.header-wi-pool-responsive .menu { padding-top: 46px;  background-color: #414c87; }
  section.header-wi-pool-responsive .menu .logo { width: 120px; position: absolute; top: 10px; left: 16px; }
  section.header-wi-pool-responsive .menu .cta { position: absolute; top: 8px; right: 45px; width: 30%; text-align: center; }
  section.header-wi-pool-responsive .menu .cta .cta_button p { color: #fff; font-size: 15px; font-weight: 500; border-radius: 30px; padding: 4px 0; background-color: #F77C13; }
  section.header-wi-pool-responsive { display: block; padding: 0 !important; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul { margin-bottom: 0; padding: 20px 0 0 15px; display:none;}
  section.header-wi-pool-responsive .hs-menu-wrapper>ul>li { font-size: 18px; padding: 15px 20px; width: 100%; display:block;}
  section.header-wi-pool-responsive .hs-menu-wrapper>ul li a { color: #fff; font-weight: bold; position: relative; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul li:active a:before { content: ""; position: absolute; width: 100%; height: 3px; bottom: -4px; background: #F77C13; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul>li:nth-child(5) { margin-top: 10px; padding-top: 25px; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul>li:nth-child(1n+5) { background-color: #F5F5F5; font-size: 16px; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul>li:nth-child(1n+5) a:first-child { color: #6A6A6A; font-weight: normal; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul>li:active:nth-child(1n+4) a:first-child:before { background: #414c87;  }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children { position: relative; display: flex; flex-flow: column; }
  /*
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children:after { position: absolute; left: 125px; top: 18px; content: "\f067"; color: #F77C13; padding-left: 2px; display: inline-block; font-weight: 900; font-size: 13px; vertical-align: middle; font-family: "Font Awesome 5 Free"; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children:active:after { content: "\f068"; }
  */
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children:active .dropdown-menu { display: block; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children .dropdown-menu { display: none; border-radius: 0; margin-top: 0; padding: 0; border: none; background-color: #414c87; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children .dropdown-menu li { padding: 15px; margin: 5px 0; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children .dropdown-menu li:first-child { border-bottom: solid #fff; border-width: thin; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children .dropdown-menu li:active { background-color: #F77C13; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children .dropdown-menu li a { font-size: 16px; font-weight: normal; }
  section.header-wi-pool-responsive .hs-menu-wrapper>ul .hs-item-has-children .dropdown-menu li a:before { background: transparent !important; }

  .header-wi-pool-responsive .navbar-toggler{ background:transparent; width:50px; height:45px; padding:0  !important; border-radius:0  !important; position:absolute; right:0; top:0; cursor:pointer; z-index:12399994;  }
  .header-wi-pool-responsive .navbar-toggler:after { position:absolute; top:22px; right:15px; display:block; height:8px; width:20px; border-top:2px solid #fff; border-bottom:2px solid #fff; content:""; }
  .header-wi-pool-responsive .navbar-toggler:before { -webkit-transition:all .3s ease; -ms-transition:all .3s ease; transition:all .3s ease; position:absolute; top:16px; right:15px; display:block; height:2px; width:20px; background:#fff; content:""; }
  .header-wi-pool-responsive .navbar-toggler.menu-opened:after{ -webkit-transition:all .3s ease; -ms-transition:all .3s ease; transition:all .3s ease; top:23px; border:0; height:2px; width:19px; background:#fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); }
  .header-wi-pool-responsive .navbar-toggler.menu-opened:before { top:23px; background:#fff; width:19px; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); }

  /* Child Toggle Button
  ========================================================================== */
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children > .child-trigger,
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger{ display: block !important; cursor: pointer; position: absolute; top: 0px; right: 15px; width: 55px !important; min-width: 55px !important; height: 45px !important; padding: 0 !important; }
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children > .child-trigger:hover,
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger:hover{ text-decoration: none; }
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children > .child-trigger i,
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger i{ position: relative; top: 50%; /* Centers icon inside button */ margin: 0 auto !important; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children > .child-trigger i:after,
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger i:after{ position: absolute; content: ''; }
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children > .child-trigger i, 
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children > .child-trigger i:after,
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger i, 
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger i:after{ width: 10px; /* Icon line width */ height: 1px; /* Icon line height */ background-color: #F77C13; /* Icon color */ display: block; }
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children > .child-trigger i:after,
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger i:after{  -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children > .child-trigger.child-open i:after,
  .header-wi-pool-responsive .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger.child-open i:after{  -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
  .header-wi-pool-responsive .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li { background-color: #F77C13; padding: 10px; width: calc(100% - 55px); margin-top: 10px; border-bottom: solid 1px #fff; }
  .header-wi-pool-responsive .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { font-weight: normal; font-size: 15px; }
}
@media screen and (min-width:577px) and (max-width:991px) {
  section.header-wi-pool-responsive .menu .cta { top: 10px; }
  section.header-wi-pool-responsive .menu .cta .cta_button p { font-size: 14px; }
}
@media screen and (max-width:576px) {
  section.header-wi-pool-responsive .menu .cta { width: 45%; top: 11px; }
  section.header-wi-pool-responsive .menu .cta .cta_button p { font-size: 11px; }
}
/*** Menu Burger***/

.custom-menu-primary.hs-menu-wrapper>ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible!important;
  max-width: none!important;
  width: auto!important;
}

@media screen and(min-width:768px) {
  .custom-menu-primary.hs-menu-wrapper {
    display: block!important
  }
}

.mobile-trigger,
.child-trigger {
  display: none
}

@media(max-width:992px) {
  .custom-menu-primary,
  .custom-menu-primary.hs-menu-wrapper>ul,
  .custom-menu-primary.hs-menu-wrapper>ul li,
  .custom-menu-primary.hs-menu-wrapper>ul li a {
    font-size: 14px;
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color:
      #fff

      ;
    border:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    max-width:none;
    width:100%;
    height:auto;
    line-height:1;
    font-weight:normal;
    text-decoration:none;
    text-indent:0px;
    text-align:left;
    color:
      #272B3F

  }
  .mobile-trigger {
    display: inline-block!important;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .mobile-trigger:hover {
    text-decoration: none;
  }
  .mobile-open.mobile-trigger {
    color: 
      #fff

      ;
    background-color: 
      #F77C13

      ;
    border-color:transparent;
    z-index:10
  }
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -6px
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: ''
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 22px;
    height: 3px;
    background-color: #fff;
    display:inline-block
  }
  .mobile-trigger i:before {
    top: -8px
  }
  .mobile-trigger i:after {
    top: 8px
  }
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open.mobile-trigger i,
  .mobile-open.mobile-trigger i:before,
  .mobile-open.mobile-trigger i:after {}
  .child-trigger {
    display: block!important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px!important;
    min-width: 55px!important;
    height: 45px!important;
    padding: 0!important
  }

  .custom-menu-primary ul.hs-menu-children-wrapper {
    visibility: visible!important;
    opacity: 1!important;
    position: static!important;
    display: none
  }
  .custom-menu-primary.js-enabled.hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0
  }
  .custom-menu-primary.hs-menu-wrapper {
    width: 100%
  }
  .custom-menu-primary.hs-menu-wrapper>ul>li {
    position: relative
  }
  .custom-menu-primary.hs-menu-wrapper>ul>li a {
    font-size: 16px;
    line-height: 45px;
    overflow: visible
  }
  .custom-menu-primary.hs-menu-wrapper>ul li a {
    padding: 0 10px;
    color: 
      #272B3F

  }
  .custom-menu-primary.hs-menu-wrapper>ul li a:hover {
    color: #F77C13

  }
}

/* ========================================================================================== */
/* ================================ Header LP =================================== */
/* ========================================================================================== */
.header-wi-pool-lp { background-color : #434F8A; }
.header-wi-pool-lp .row.menu { margin : 30px; }
.header-wi-pool-lp .row.menu.responsive { margin : 0; }
.header-wi-pool-lp .spacer { height : 30px; }

/* ========================================================================================== */
/* ================================ Footer LP =================================== */
/* ========================================================================================== */
.foot-main { padding:0; }

.foot-main .row.first { padding:70px 0px 70px 0px; background:#434F8A; margin:0px; }
.foot-main .row.first { display:flex; align-items:center; justify-content:space-around; }


.foot-main .row.first .col2 img.logo { max-height:46px; width:auto; margin-bottom:25px; }

.foot-main .row.scd { background:#272B3F; padding:17px 0px 100px 0px; margin:0px; }
.foot-main .row.scd .bottom-bar { display:flex; align-items:center; justify-content:space-around; margin-bottom:15px; }
.foot-main .row.scd .bottom-bar a { color:#fff; }
.foot-main .row.scd .bottom-bar a:hover { text-decoration:underline!important; }
.foot-main .row.scd .bottom-bar .separator { width:2px; height:16px; background:#fff; }
.foot-main .row.scd .mentions { color:#fff; }
.foot-main .row.scd .mentions a { color:#50CCCC; font-weight:600; }

/*---Up Down animation----*/
.wrapper-anime { width:60%; margin:0 auto; display:flex; }
.before-move { width:21%; height:1px; background:#eba22c; }
.after-move { width:21%; height:1px; background:#eba22c; }
.blue-move {
  margin:0 auto;
  width:100%; 
  height:4px; 
  background:#eba22c;
  -webkit-animation: mover2 2s infinite  alternate;
  animation: mover2 2s infinite  alternate;
}
@-webkit-keyframes mover2 {
  0% { transform: translateY(-2px); }
  100% { transform: translateY(40px); }
}



/*---Wave style---*/
.wrapper-wave { width:65%; margin:0 auto; overflow:hidden; }
.wave { animation: moveTheWave 2400ms linear infinite; stroke-dasharray: 0; }
/*---WAVE ANIMATION---*/
@keyframes moveTheWave {
  0% {stroke-dashoffset: 0; transform: translate3d(0, 0, 0);}
  100% {stroke-dashoffset: -133;transform: translate3d(-90px, 0, 0);}
}

/* ========================================================================================== */
/* ================================ Section Subscribe =================================== */
/* ========================================================================================== */
section.subscribe-section { padding:40px 0px 90px 0px; }
section.subscribe-section form fieldset { margin-bottom:25px; max-width:100%; }
section.subscribe-section form fieldset > div > label{ display:inline-block; opacity:.8; color:#000; font-weight:700; margin-bottom:0px; }
section.subscribe-section form fieldset .input select { width:100%!important; }
section.subscribe-section form fieldset .input input { margin-bottom:5px; }
section.subscribe-section form fieldset .input ul.inputs-list { padding-left:0px; }
section.subscribe-section form fieldset .input ul.inputs-list li { display:inline-block; margin-right:20px; }

/* ========================================================================================== */
/* ================================ Blog List Banner =================================== */
/* ========================================================================================== */
.page-title-section {
  padding: 125px 0 125px;
  text-align: center;
}
.page-title-section h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  color: #fff;
  margin-bottom: 0;
}
.page-title-section ul {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child a {
  color: #fff;
  font-weight: 600;
}
.page-title-section ul li:after {
  content: '\f105';
  font-weight: 700;
  vertical-align: middle;
  color: #fff;
  font-family: Font Awesome\ 5 Free;
  padding: 0 5px 0 10px;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.page-title-section .active a, .page-title-section li.active:last-child a {
  color: #fff;
}
/* =================================== Media queries ======================================== */
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 85px 0;
  }
  .page-title-section h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 60px 0;
  }
  .page-title-section h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-title-section ul {
    margin-top: 5px;
  }
  .page-title-section ul li a {
    font-size: 12px;
  }
}

/* ========================================================================================== */
/* ================================ Blog Post Banner =================================== */
/* ========================================================================================== */
.page-title-section {
  padding: 200px 0 140px;
  text-align: center;
}
.page-title-section h1 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 57px;
  color: #fff;
  margin-bottom: 0;
}
.page-title-section ul {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child a {
  color: #fff;
  font-weight: 600;
}
.page-title-section ul li:after {
  content: '\f105';
  font-weight: 700;
  vertical-align: middle;
  color: #FBA748;
  font-family: Font Awesome\ 5 Free;
  padding: 0 5px 0 10px;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.page-title-section .active a, .page-title-section li.active:last-child a {
  color: #fff;
}
/* =================================== Media queries ======================================== */
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 85px 0;
  }
  .page-title-section h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 60px 0;
  }
  .page-title-section h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .page-title-section ul {
    margin-top: 5px;
  }
  .page-title-section ul li a {
    font-size: 12px;
  }
}

/* ========================================================================================== */
/* ================================ Project Content Heading =================================== */
/* ========================================================================================== */
/*============================== Portfolio ================================== */
/* project single */
.project-carousel h4:after {
  content: " ";
  background: #4e54c8;
  height: 2px;
}
.project-single-content{
  margin-top:30px;
}
.project-single-text h2 {
  color:#232323;
}
.project-single-text h4:after {
  content: " ";
  background: #4e54c8;
  height: 2px;
}
.project-single-text p {
  font-weight: 400;
  line-height: 1.8;
}
.project-single-text h5 {
  color: #232323;
  font-size: 18px;
  font-weight: 500;
  margin: 25px 0 20px;
}
.project-single-text h5:after {
  display: block;
  width: 70px;
  margin-top: 8px;
  content: " ";
  background: #4e54c8;
  height: 2px;
}
.project-single-text ul li {
  color: #232323;
  font-size: 15px;
  font-weight: 500;
}
.project-single-text ul li i {
  color: #4e54c8;
  font-weight: 500;
  font-size: 15px;
  padding-right: 10px;
}
.project-single-info {
  border: 1px solid #ececec;
  display: block;
  width: 100%;
  padding: 0 20px;
}
.project-single-info ul li {
  color: #777;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #ececec;
  padding: 12px 0;
}
.project-single-info ul li:last-child {
  border-bottom: none;
}
.project-single-info ul li span {
  display: inline-block;
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  margin-right: 25px;
  width: 70px;
  max-width: 100%;
}
.project-single-info ul li .value {
  width: auto;
  margin-right: 0;
  color: #6f6f6f;
}
.project-single-img {
  text-align: center;
}
.project-single-box-img img {
  width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
}
/*============================== Media queries ================================== */
@media screen and (max-width: 992px) {
  .project-single {
    margin-bottom:30px;
  }
}

/* ========================================================================================== */
/* ================================ Project List Heading =================================== */
/* ========================================================================================== */
.filtering {
  margin-bottom: 10px;
}
.filtering span {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.filtering span:last-child {
  margin: 0;
}
.filtering .active {
  border-color: #4e54c8;
  color: #4e54c8;
}
.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  margin-right: 20px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.portfolio .filtering span:last-child {
  margin: 0;
}
.portfolio .filtering .active {
  border-color: #4e54c8;
  color: #4e54c8;
}
.portfolio .items {
  margin-top: 20px;
}
.portfolio .item-img {
  position: relative;
  overflow: hidden;
  min-height:300px;
  background-size:cover;
  background-position: center;
}
.portfolio .item-img img {
  width: 100%;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  transform: translateY(0);
}
.portfolio .item-img:hover h6 {
  transform: translateY(0);
}
.portfolio .item-img h2 {
  font-weight: 600;
  color:#434F8A;
  position: relative;
  font-size: 22px;
  margin-bottom: 0;
  transform: translateY(-5px);
  transition: all 0.5s;
}
.portfolio .item-img p {
  margin-bottom: 8px;
  margin-top:20px;
}
.portfolio .item-img .fa {
  background: #4e54c8;
  border: 1px solid #4e54c8;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  width: 30px;
  transition: all 0.5s;
}
.portfolio .item-img .fa:hover {
  background: #fff;
  color: #4e54c8;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #35424c;
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
  transform: translateY(10px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio .gallery{
  width:100%;
}
/* =================================== Media queries ====================================== */
@media screen and (max-width: 767px) {
  .portfolio {
    overflow: hidden;
  }
  .portfolio .filtering {
    margin-bottom: 5px;
  }
  .portfolio .filtering span {
    margin-right: 15px;
    font-size: 12px;
  }
}

/* ========================================================================================== */
/* ================================ Testimonials =================================== */
/* ========================================================================================== */
/* =================================== TESTIMONIALS ====================================== */
.testmonial-single {
  text-align: center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.testmonial-single h3 {
  color:#50cccc;
  font-weight: 700;
  font-size:18px;
  margin-bottom:5px;
}
.testmonial-single h4 {
  font-size:15px;
  font-weight:400;
}
.testmonial-single p {
  font-size:17px;
  font-weight:300;
  width:40vw;
  margin:auto;
  padding-bottom:20px;
}
.testmonial-single span i, .testmonial-single .rating {
  color: #4e54c8;
}
.testmonial-single .image_container {
  width:100px;
  height:100px;
  border-radius:100%;
  background-size:cover;
  margin:0 auto 30px;
}
/*========================= Media queries ======================*/
@media screen and (max-width: 768px) {
  .testmonial-single p {
    width:60vw;
  }
}
@media screen and (max-width: 576px) {
  .testmonial-single p {
    width:80vw;
  }
}

/* ========================================================================================== */
/* ================================ Section Hero Banner =================================== */
/* ========================================================================================== */
section.hero-banner video { position:relative; padding-right:30px; margin:0; }
section.hero-banner video::-webkit-media-controls-panel {display:none;}
section.hero-banner .pop .play-btn-js { position:absolute; height:58px; width:58px; left:48px; border:0px; bottom:55px; background:#434F8B; border-radius:50%; transition:all .2s ease-out; }
section.hero-banner .pop .play-btn-js:hover { cursor:pointer; transform:scale(1.05); }
section.hero-banner .pop .play-btn-js i { color:#fff; font-size:18px; }
section.hero-banner .pop .play-btn-js:focus { outline:none!important; }
/* section.hero-banner { margin-top: 100px; } */
section.hero-banner > .row { justify-content: space-between; }
section.hero-banner .col-left { align-self: center; }
section.hero-banner .col-right { align-self: center; padding-right: 30px; }
section.hero-banner .col-left .breadcrumbs ul { margin-bottom: 0; display: flex;}
section.hero-banner .col-left .breadcrumbs ul li { color: #6A6A6A;}
section.hero-banner .col-left .breadcrumbs ul li span { color: #F77C13; padding: 0 4px; font-weight: bold; }
section.hero-banner .col-left h1 { margin-bottom: 8px; }blue orange grey
section.hero-banner .col-left h1.blue { color: #414c87; }
section.hero-banner .col-left h1.orange { color: #F77C13; }
section.hero-banner .col-left h1.grey { color: #6A6A6A; }
section.hero-banner .col-left p { margin-bottom: 16px; color: #6A6A6A; width: 100%; }
section.hero-banner .col-left .CTA-principal p,
section.hero-banner .col-left .CTA-secondary p { width: 100%; position: relative; font-weight: bold; text-align: center; padding: 14px 28px; border-radius: 30px; }
section.hero-banner .col-left .CTA-principal p { color: #fff; background-color: #F77C13; }
section.hero-banner .col-left .CTA-principal p:hover:before,
section.hero-banner .col-left .CTA-principal p:hover:after { content: ""; position: absolute; background-color: #fff; width: 10%; height: 1px; top: 22px; }
section.hero-banner .col-left .CTA-principal p:hover:before { margin-left: -15%; }
section.hero-banner .col-left .CTA-principal p:hover:after { margin-left: 5%; }
section.hero-banner .col-left .CTA-secondary p { color: #4786D0; background-color: #DEE2E6; }
section.hero-banner .col-left .CTA-secondary p:hover { color: #fff; background-color: #4786D0; }
section.hero-banner .col-left .media-container { display: none; }
section.hero-banner .col-right .media-container { display: block; position: relative; }
section.hero-banner .col-right .media-container .media { height: 50vh; background-repeat: no-repeat; background-size: cover; background-position: center; }
@keyframes opacity {
  from { opacity: 0; }
  40%  { opacity: 1 ; }
  60%  { opacity: 1 ; }
  to   { opacity: 0; }
}
section.hero-banner .col-right .media-container .line-one:before,
section.hero-banner .col-right .media-container .line-two:before,
section.hero-banner .col-right .media-container .line-three:before,
section.hero-banner .col-right .media-container .line-for:before
{ content: "";
  position: absolute;
  background-color: #DEE2E6;
  width: 40%;
  height: 3px;
  left: -62px;
  opacity: 0;
  animation: opacity 4s infinite;
  z-index:10;
}
section.hero-banner .col-right .media-container .line-one:before { top: 30px; }
section.hero-banner .col-right .media-container .line-two:before { top: 45px; animation-delay: .5s; }
section.hero-banner .col-right .media-container .line-three:before { top: 60px; animation-delay: 1s; }
section.hero-banner .col-right .media-container .line-for:before { top: 75px; animation-delay: 1.5s; }
section.hero-banner .col-right .media-container .line-one:after,
section.hero-banner .col-right .media-container .line-two:after,
section.hero-banner .col-right .media-container .line-three:after,
section.hero-banner .col-right .media-container .line-for:after {
  content: "";
  position: absolute;
  background-color: #4786D0;
  width: 25%;
  height: 3px;
  right: -15px;
  opacity: 0;
  animation: opacity 4s infinite;
  animation-delay:2s;
  z-index:10;
}
section.hero-banner .col-right .media-container .line-one:after { bottom: -15px; animation-delay: 4s; }
section.hero-banner .col-right .media-container .line-two:after { bottom: 0; animation-delay: 3.5s; }
section.hero-banner .col-right .media-container .line-three:after { bottom: 15px; animation-delay: 3s;}
section.hero-banner .col-right .media-container .line-for:after { bottom: 30px; animation-delay: 2.5s;}
section.hero-banner .col-right .media-container .line-five:after { opacity: 0; animation-delay: 2s;}
section.hero-banner .col-right .media-container video { width: 100%; }
section.hero-banner .col-right .media-container video:focus { outline:none; }
section.hero-banner .col-right .scroll-downs { position: absolute; left: -70px; bottom: 20px; }
section.hero-banner .col-right .mousey { padding: 4px 6px; height: 20px; border: 2px solid #414c87; border-radius: 25px; box-sizing: content-box; display: inline-block; }
section.hero-banner .col-right .scroller { width: 2px; height: 8px; border-radius: 25%; background-color: #414c87; animation-name: scroll; animation-duration: 2.2s; animation-timing-function: cubic-bezier(.15,.41,.69,.94); animation-iteration-count: infinite; }

@media screen and (max-width:992px) {
  section.hero-banner { margin-top: 40px; }
  section.hero-banner .col-right .media-container { display: none; }
  section.hero-banner .col-right .scroll-downs { display: none; }
  section.hero-banner .col-left h1 { font-size: 35px; width: 70%; margin: 0 40px 25px 40px; }
  section.hero-banner .col-left p { margin: 10px 90px; width: 50%; }
  section.hero-banner .col-left .breadcrumbs ul { margin: 0 40px; }
  section.hero-banner .col-left .CTA-principal p,
  section.hero-banner .col-left .CTA-secondary p { width: auto; margin: 30px 0 0 0; padding: 13px 0; font-size: 23px; }
  section.hero-banner .col-left .CTA-principal p:before,
  section.hero-banner .col-left .CTA-principal p:after { display: none; }
  section.hero-banner .col-left .CTA-principal p { margin-left: 60px; }
  section.hero-banner .col-left .CTA-secondary p { margin-right: 60px; }
  section.hero-banner .col-left .media-container { display: block; position: relative; margin: 0 40px; }
  section.hero-banner .col-left .media-container .media { width: 100%; height: 35vh; margin-bottom: 30px; background-repeat: no-repeat; background-size: cover; background-position: center; }
  section.hero-banner .col-left .media-container video { width: 100%; }
  section.hero-banner .col-left .media-container .line-one:before,
  section.hero-banner .col-left .media-container .line-two:before,
  section.hero-banner .col-left .media-container .line-three:before,
  section.hero-banner .col-left .media-container .line-for:before
  { content: "";
    position: absolute;
    background-color: #DEE2E6;
    width: 25%;
    z-index: 1;
    height: 3px;
    left: -62px; }
  section.hero-banner .col-left .media-container .line-one:before { top: 30px;}
  section.hero-banner .col-left .media-container .line-two:before { top: 45px; }
  section.hero-banner .col-left .media-container .line-three:before { top: 60px; }
  section.hero-banner .col-left .media-container .line-for:before { top: 75px; }
  section.hero-banner .col-left .media-container .line-one:after,
  section.hero-banner .col-left .media-container .line-two:after,
  section.hero-banner .col-left .media-container .line-three:after,
  section.hero-banner .col-left .media-container .line-for:after,
  section.hero-banner .col-left .media-container .line-five:after {
    content: "";
    position: absolute;
    background-color: #4786D0;
    width: 25%;
    height: 3px;
    right: -15px;
    z-index: 1; }
  section.hero-banner .col-left .media-container .line-one:after { bottom: 0; }
  section.hero-banner .col-left .media-container .line-two:after { bottom: 15px; }
  section.hero-banner .col-left .media-container .line-three:after { bottom: 30px; }
  section.hero-banner .col-left .media-container .line-for:after { bottom: 45px; }
  section.hero-banner .col-left .media-container .line-five:after { bottom: -15px; opacity: 1; }
}

@media screen and (max-width:768px) {
  section.hero-banner video { padding-left:10px; padding-right:15px; }
  section.hero-banner .pop .play-btn-js  { left:20px; bottom:25px; height:40px; width:40px; }
  section.hero-banner .pop .play-btn-js i { font-size:14px; }
}

@media screen and (max-width:576px) {
  section.hero-banner { margin-top: 15px; }
  section.hero-banner .col-left .breadcrumbs ul { margin: 0 25px; }
  section.hero-banner .col-left h1 { font-size: 27px; margin: 0 25px 20px 25px; }
  section.hero-banner .col-left p { font-size: 14px; margin: 10px 25px; width: 80%; }
  section.hero-banner .col-left .media-container { margin-bottom: 10px !important; }
  section.hero-banner .col-left .CTA-principal p,
  section.hero-banner .col-left .CTA-secondary p { font-size: 18px; margin: 4px 25px;}
  section.hero-banner .col-left .media-container { margin: 0; }  
  section.hero-banner .col-left .media-container figure { margin-bottom:20px; }
  section.hero-banner .col-left .media-container .line-one:before,
  section.hero-banner .col-left .media-container .line-two:before,
  section.hero-banner .col-left .media-container .line-three:before,
  section.hero-banner .col-left .media-container .line-for:before { opacity: 0; }
}

@keyframes scroll{
  0%{opacity:0;}
  10%{transform:translateY(0);opacity:1;}
  100%{transform:translateY(15px);opacity:0;}
}

/* ========================================================================================== */
/* ================================ Video Text =================================== */
/* ========================================================================================== */
/* ================ Surcharge content ===================== */
section.vid-text .container .vid-text-heading { padding:0px 0px 90px 0px;  }
section.vid-text .container .vid-text-heading h2 { text-align:center; font-size:36px; }
section.vid-text .container h2 {
  font-size:32px;
}
section.vid-text .container h3 {
  color: #000;
  font-size:30px;
}
section.vid-text .container p span, section.vid-text .container p em{
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  padding: 10px 0 0 0;
}
section.vid-text .container .vid-position-center { display:flex; align-items:center; }

/* ================ Layout style choice left or right ===================== */
section.vid-text .container .vid-position-center .padding-left {
  padding-left:50px;
}
section.vid-text .container .vid-position-center .padding-right {
  padding-right:50px;
}

@media screen and (max-width: 992px) {
  section.vid-text .container .vid-position-center .padding-left {
    padding-left:0px;
    padding-top:30px;
  }
  section.vid-text .container .vid-position-center .padding-right {
    padding-right:0px;
  }
}
/* ========================================================================================== */
/* ============================= Section Full Width Rich Text =============================== */
/* ========================================================================================== */
section.full-width-rich-text .wrapper {
  width:80%;
  margin: 10px auto;
}
section.full-width-rich-text .wrapper .full-width-rich-content h2 { margin-top:0px; }
section.full-width-rich-text .wrapper .full-width-rich-content ul {
  padding-left:30px;
}
section.full-width-rich-text .wrapper .full-width-rich-content ul li {
  list-style:circle;
}
section.full-width-rich-text .wrapper .full-width-rich-content p a { color:white; font-size:18; transition:all .2s ease-out; }
section.full-width-rich-text .wrapper .full-width-rich-content p a:hover { font-weight:bold; text-decoration:underline;color:#F77C13 }

/* ========================================================================================== */
/* ============================= Section Full Width Section Text =============================== */
/* ========================================================================================== */
section.full-width-section .full-widht-content h2 { line-height:2; }
section.full-width-section .full-widht-content p { width:50vw;margin:0 auto; }

section.full-width-section .full-widht-content p span { color:#bdbdbd; }

section.full-width-section .images-container { margin-top:40px;  }
/* =================================== Media queries ============================================= */
@media screen and (max-width: 992px) {
  section.full-width-section .full-widht-content p {
    width:80%;
  }
}
@media screen and (max-width: 768px) {
  section.full-width-section .images-container { text-align:center; }
  section.full-width-section .images-container img { margin-bottom:20px; }
}

/* ========================================================================================== */
/* ============================= Section Full Width Rich Text =============================== */
/* ========================================================================================== */
/*----Section heading style----*/
section.images_gallery .section_heading { text-align:center; }

/*----Section galleyr style----*/
section.images_gallery .gallery { margin-top:60px; }
section.images_gallery .image_item { background-size:cover; background-position:center; background-repeat:no-repeat; height:470px; width:100%; margin-bottom:40px; }

/*---Mobile gallery----*/
.mobile_gallery { display:none; }
.mobile_gallery i { display:none; }

/*---------------
* Media queries
* ---------------*/
@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {
  section.images_gallery { padding:30px 0px 90px 0px; }
  section.images_gallery .mobile_padding { padding-left:0px; padding-right:0px; }
  section.images_gallery .gallery  { display:none; }
  /*---Mobile gallery----*/
  .mobile_gallery { display:block; position:relative; }
  .mobile_gallery .image_carousel { height:400px; width:95%; margin:0 auto; background-size:cover; background-position:center; background-repeat:no-repeat; }
  .mobile_gallery .slick-list .slick-track .slick-slide { opacity:0.5; }
  .mobile_gallery .slick-list .slick-track .slick-current { opacity:1; }
  .mobile_gallery .slick-arrow, .mobile_gallery .slick-arrow { position:absolute; bottom:-50px; }
  .mobile_gallery .slick-arrow.fa-chevron-left { left:40px; }
  .mobile_gallery .slick-arrow.fa-chevron-right { right:40px; }
  .mobile_gallery i { font-size:30px; color:#EB7F00; }
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {
  section.images_gallery { padding-bottom:60px!important; }
}


/* ========================================================================================== */
/* =================================== Section heading ====================================== */
/* ========================================================================================== */
.section-heading {
  margin-bottom: 50px;
  text-align: center;
}
.section-heading.half {
  margin-bottom: 30px;
}
.section-heading h1, .section-heading h2, .section-heading h3, .section-heading h4, .section-heading h5, .section-heading h6 {
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
  position: relative;
  line-height: 140%;
}
.section-heading.white h1, .section-heading.white h2, .section-heading.white h3, .section-heading.white h4, .section-heading.white h5, .section-heading.white h6 {
  color: #fff;
}
.section-heading.grey h1, .section-heading.grey h2, .section-heading.grey h3, .section-heading.grey h4, .section-heading.grey h5, .section-heading.grey h6 {
  color: #b7b7b7;
}
.section-heading.grey h1:after, .section-heading.grey h2:after, .section-heading.grey h3:after, .section-heading.grey h4:after, .section-heading.grey h5:after, .section-heading.grey h6:after {
  background: #b7b7b7;
}
.section-heading.left {
  text-align: left;
}
.section-heading strong {
  font-weight: 600;
}
.section-heading.white p {
  color: #fff;
}
.section-heading p {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
  margin: 0 auto;
}
.section-heading span {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #4e54c8;
  line-height: 200%;
  margin-bottom: 10px;
}
.section-heading.white span {
  color: #fff;
}
.section-heading.grey span {
  color: #b7b7b7;
}
@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading p {
    padding-top: 10px;
    font-size: 14px;
  }
}

/* ======================================================================================= */
/* ============================== Parallax Title Desc CTA ================================ */
/* ======================================================================================= */
section.parallax h2, section.parallax p { color:#fff;}
section.parallax p { font-size:18px;  margin-bottom:30px; }
section.parallax a p { margin-bottom:0px; }
section.parallax .project-link { color:#fff; font-size:18px; text-transform:uppercase; background:#50cccc ; padding:9px 15px; border-radius:7px; box-shadow:0px 0px 8px #707070;  }
section.parallax .project-link:hover { color:#50cccc; background:#fff; }

/* ======================================================================================= */
/* ============================== Parallax Title Desc CTA ================================ */
/* ======================================================================================= */
.counter .col > h2{
  text-align:center;  
  margin-bottom:50px;
  color:#434F8B;
  font-size:34px;
}
.counter-box span i {
  font-size: 38px;
  color:#434F8B;
}
.counter-box h3, .counter-box .countup {
  display: inline-block;
  font-weight: 600;
  padding-top:10px;
  color:#6f6f6f;
}
.counter-box {
  position: relative;
  text-align: center;
  padding-top:40px;
}
.counter-box .countup {
  font-size: 60px;
  line-height: normal;
  margin: 0;
}
/*
.counter-box h4:after {
content: '+';
}
*/
.counter-box h3 {
  font-size: 45px;
}
.counter-box p{
  color:#272B3F;
}
/* =================================== Media queries ======================================= */
@media screen and (max-width: 767px) {
  .counter-box p:before {
    margin: 0;
    position: absolute;
    top: 45px;
  }
  .counter-box p:after {
    margin: 0;
    left: 14px;
    right: 0;
    top: 45px;
  }
  .counter-box.black p:after {
    margin: 0;
    left: 14px;
    right: 0;
    top: 45px;
  }
  .counter-box h4 {
    font-size: 22px;
  }
}

/* ======================================================================================= */
/* =================================== Compare Image ===================================== */
/* ======================================================================================= */
.container.compare { padding:90px 0px; }
div.compare-wrapper { padding:0px; position:relative; }
div.compare-wrapper .slide-count-wrap { display:none; }
div.compare-wrapper .slick-dots { position:absolute; top:0px; display:flex; }
div.compare-wrapper .slick-dots li:not(:last-child) { margin-right:20px; }
div.compare-wrapper .slick-dots li span { text-transform:uppercase; font-weight:600; transition:all .2s ease-out; }
div.compare-wrapper .slick-dots li span:hover { cursor:pointer; color:#000; }
div.compare-wrapper .slick-dots li.slick-active span { color:#434f8a; }


.ba-slider{position:relative;overflow:hidden;}
.ba-slider img{width:100%;display:block; max-width: none;}
.resize{position:absolute;top:0;left:0;height:100%;width:50%;overflow:hidden;}
.overlay{ background:rgba(0,0,0,0.4); top:0; width:100%; height:100%; position:absolute; z-index:10; }


.handle{position:absolute;left:50%;top:0;bottom:0;width:4px;margin-left:-2px; background:#272b3f; cursor:ew-resize; z-index:1000; }
.handle:after{background:#434f8a url(https://cdn2.hubspot.net/hubfs/1915223/Ideagency-2018/Images/drag-icons.svg) no-repeat center / 45px auto;border-radius:50%;content:'';height:95px;line-height:64px;margin:-45px 0 0 -45px;position:absolute;top:50%;transition:all 0.3s ease 0s;width:95px;}
.draggable:after{background:#434f8a url(https://cdn2.hubspot.net/hubfs/1915223/Ideagency-2018/Images/drag-icons.svg) no-repeat center / 45px auto;}


/*---Media queries---*/
@media (max-width:1199px) {
  div.compare-wrapper { margin:0px 0px 0px 0px; }
  .handle:after{width:55px; height:55px; margin: -25px 0 0 -25px; background-size:25px auto;}
}

@media (max-width:767px) {
  div.compare-wrapper { margin:0px 0px 0px 0px;  }
  .handle:after{width:50px; height:50px; background-size:20px auto; margin:-23px 0 0 -23px }
  .container.compare { padding:45px 0px; }
}

/* ======================================================================================= */
/* ===================================== Image Text ====================================== */
/* ======================================================================================= */
/* ================ Surcharge content ===================== */
section.img-text .container h3 { color: #000; font-size:22px; }
section.img-text .container p span, 
section.img-text .container p em{ color: #999; font-size: 15px; font-weight: 400; line-height: 170%; padding: 10px 0 0 0; }

section.img-text .featured-img { height:400px; max-height:600px;  width:auto; }
section.img-text .container .img-text-heading { padding:0px 0px 90px 0px;  }
section.img-text .container .img-text-heading h2 { text-align:center; font-size:36px; }

section.img-text .container .position-center { display:flex; align-items:center;  }

section.img-text .little-heading { display:flex; align-items:flex-end; margin-bottom:20px; }
section.img-text .little-heading p { margin:0; padding-left:10px; text-transform:uppercase; line-height:1;  }

/* ================ Layout style choice left or right ===================== */
section.img-text .container .padding-left { padding-left:50px; }
section.img-text .container .padding-right { padding-right:50px; }

/* ================ Background wipool ===================== */
.text-white { color:#fff;  }
.text-white div { line-height:1; }

/* ================ Media queries ===================== */
@media screen and (max-width: 992px) {
  section.img-text .container .padding-left {
    padding-left:0px;
    padding-top:30px;
  }
  section.img-text .container .padding-right {
    padding-right:0px;
  }
}

@media screen and (max-width: 576px) {
  section.img-text .container img.featured-img { display:none; }
}
/* ======================================================================================= */
/* =================================== Search Page ======================================= */
/* ======================================================================================= */
.search_template .content{
  padding:50px 100px; 
}

.search_template .content .hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search_template .content .hs-search-results__listing li {
  margin: 0 0 20px;
  padding: 0;
  border-bottom: solid 1px #DDD;
}

.search_template .content .hs-search-results__listing li a{
  color:#434F8B;
  font-size:18px;
}

.search_template .content .hs-search-highlight {
  font-weight: bold; 
}
.search_template .content .hs-search-results__prev-page {
  float: left; 
}
.search_template .content .hs-search-results__next-page {
  float: right;
}

/* ========================================================================================== */
/* =================================== Banner creative ====================================== */
/* ========================================================================================== */
.banner-creative {
  background: #f5fafe;
  padding: 15% 0;
}
.banner-creative .banner-img img {
  position: absolute;
  left: -15px;
  top: -38%;
}
.banner-creative .btn-play {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: auto;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.banner-creative .btn-play:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #fff;
  opacity: 0.19;
  z-index: 1;
}
.banner-creative .btn-play i {
  padding-left: 5px;
  position: relative;
  z-index: 2;
}
.header-shape {
  margin-top: -3.9%;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .banner-creative .banner-img img {
    top: -18%;
  }
}
@media screen and (max-width: 991px) {
  .banner-creative {
    padding: 50px 0 50px 0;
  }
  .banner-creative .banner-img img {
    position: relative;
    width: auto;
    float: none !important;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-creative {
    padding: 30px 0;
  }
  .banner-creative .btn-play {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
  }
}
/* ========================================================================================= */
/* =================================== Social Sharing ====================================== */
/* ========================================================================================= */
.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }


.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; 
  font-size:14px;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #acacac;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #939393; 
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.4em;
  background: #f5f5f5;
  border-radius: 0.3em;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; 
}

.jssocials-share-count-box:hover {
  background: #e8e8e8; 
}

.jssocials-share-count-box:hover:after {
  border-color: transparent #e8e8e8 transparent transparent; 
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: -0.4em;
  width: 0;
  height: 0;
  border-width: 0.5em 0.5em 0.5em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #acacac;
}
/* ========================================================================================= */
/* =================================== Service blocks ====================================== */
/* ========================================================================================= */

section.services .services-block {
  background: #fff;
  border-radius: 7px;
  margin-bottom:30px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.services .services-block:hover {
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  transform: translateY(-0.5em);
}
section.services .services-block .title-box {
  position: relative;
  padding: 20px;
  font-size: 60px;
  line-height: 1;
  width: 2em;
  margin-left: auto;
  margin-right: auto;
}
section.services .services-block .title-box .box-circle-large, 
section.services .services-block .title-box .box-circle-small {
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.services .services-block .title-box .box-circle-large {
  left: 0;
  bottom: 0;
  width: 1.37em;
  height: 1.37em;
  background: rgba(78, 74, 200, 0.1);
}
section.services .services-block .title-box .box-circle-small {
  top: 0;
  right: 0;
  width: 0.59em;
  height: 0.59em;
  background: rgba(128, 137, 255, 0.1);
}
section.services .services-block:hover .box-circle-large {
  transform: scale(1.2);
}
section.services .services-block:hover .box-circle-small {
  transform: translate3d(0, -35%, 0) rotate(0deg);
}
/* =================================== Media queries ====================================== */
@media screen and (max-width: 991px) {
  section.services .services-block {
    margin-bottom:0px;
    padding:20px 30px;
  }
  section.services .services-block .title-box {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.services .services-block .title-box {
    font-size: 42px;
  }
}

.services-block {
  background: #fff;
  border-radius: 7px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding:30px;
}
.services-block h3 {
  font-size:28px;
  padding-top:10px;
}
.services-block:hover {
  box-shadow: -1px 9px 18px 0px rgba(75, 81, 91, 0.1);
  transform: translateY(-0.5em);
}
.services-block.bg-light-gray {
  background: #f7f7f7;
}
.title-box {
  position: relative;
  padding: 20px 0;
  font-size: 60px;
  line-height: 1;
  width: 2em;
  margin-left: auto;
  margin-right: auto;
}
.box-circle-large, .box-circle-small {
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-circle-large {
  left: 0;
  bottom: 0;
  width: 1.37em;
  height: 1.37em;
  background: rgba(78, 74, 200, 0.1);
}
.box-circle-small {
  top: 0;
  right: 0;
  width: 0.59em;
  height: 0.59em;
  background: rgba(128, 137, 255, 0.1);
}
.services-block:hover .box-circle-large {
  transform: scale(1.2);
}
.services-block:hover .box-circle-small {
  transform: translate3d(0, -35%, 0) rotate(0deg);
}
@media screen and (max-width: 991px) {
  .title-box {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .title-box {
    font-size: 42px;
  }
  .services-block h3 { font-size:22px; }
}
/*service block02*/

section.services_2 .item h3 {
  padding-top:20px;
  font-size:22px;
}
section.services_2 .item .icon i{
  font-size:42px;
}
section.services_2 .item {
  margin-top:20px;
}

.services_2{
  padding:70px 30px; 
}

.services_2 .row .item.nb_1{
  flex:0 0 100%; 
}

.services_2 .row .item.nb_2{
  flex:0 0 50%; 
}

.services_2 .row .item.nb_3{
  flex:0 0 33%; 
}

.services_2 .row .item.nb_4{
  flex:0 0 25%; 
}

.services_2 .row .item.nb_5{
  flex:0 0 20%; 
}

@media(max-width:550px){
  .services_2 .row .item.nb_1{
    flex:0 0 100%; 
  }

  .services_2 .row .item.nb_2{
    flex:0 0 100%; 
  }

  .services_2 .row .item.nb_3{
    flex:0 0 100%; 
  }

  .services_2 .row .item.nb_4{
    flex:0 0 100%; 
  }

  .services_2 .row .item.nb_5{
    flex:0 0 100%; 
  }
}

.services_2 .item {
  padding:30px; 
}
.services_2 .item > div > div{
  font-size:22px;
  color: #232323;
  font-weight:bold;
}

.service-section {
  margin-top: -3.2%;
}
.service-block2 {
  position: relative;
  text-align: center;
  padding: 40px;
  background: transparent;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
  transition: all .4s ease-out;
  margin-bottom:30px;
}
.service-block2 .item-icon, 
.service-block2 h3, 
.service-block2 p { 
  position:relative; 
  z-index:1;
}

.service-block2:after {
  position:absolute; 
  content:"";
  height:0%;
  bottom:0; 
  left:0; 
  right:0; 
  z-index:0;
  background:#434F8B;
  border-radius:7px;
  transition:all .4s ease-out;
}
.service-block2 h3 {
  font-size:28px;
  padding-top:10px;
}
.service-block2 p {
  margin-bottom: 0;
}
.service-block2:hover {
  -webkit-box-shadow: 0 0 9.9px 0.1px rgba(0, 0, 0, 0.1);
  margin-top: -10px;
}
.service-block2:hover:after {
  height:100%;
}

.service-block2:hover .item-icon { 
  transition:all .7s ease-out;
}
.service-block2:hover .item-icon { 
  transform:translateY(-10px); 
}

.service-block2:hover h3, .service-block2:hover p, .service-block2:hover span {
  color: #fff;
}
.service-block2 .item-icon span {
  display: inline-block;
  background: #f5f5f5;
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #434F8B;
  font-size: 40px;
  border: 1px solid #ececec;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .service-block2 .item-icon span {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 32px;
  }
  .services_2 .item {
    padding:0px 30px;
  }
  section.services_2 .item .icon i {
    font-size:28px;
  }
  section.services_2 .item h3 { 
    padding-top:10px;
  }
}

/* ------------------------------------------------------------------------------- 
------------------------------------ PILAR PAGE   -------------------------------
------------------------------------------------------------------------------- */
section.hero-pp { padding: 150px 20px 90px 20px; }
section.hero-pp .section-heading { text-align:left; margin:0; color:#fff; }
section.hero-pp .section-heading h1 { color:#fff;  }
section.hero-pp .section-heading .infos .reading_time{ display:inline-block; color:#fff;  } 
section.hero-pp .section-heading .infos .tag{ display:inline-block; color:#fff;  } 
section.hero-pp .section-heading .infos span{ margin:0 10px; color:#fff; }
section.hero-pp .section-heading .desc, section.hero-pp .section-heading .desc p, section.hero-pp .section-heading .desc span{ color:#fff;  }

section.content-pp { padding:50px 0px; position:relative; overflow:inherit;  }
section.content-pp .row { margin:0px; }
section.content-pp .scd-summary { position:sticky; top:100px;  }
section.content-pp .scd-summary .title{ margin-bottom:10px; font-size:20px;  }
section.content-pp .scd-summary .summary-item { margin-bottom:10px; display:flex;  }
section.content-pp .scd-summary .summary-item a {  display:block; font-weight:600;  }
section.content-pp .scd-summary .summary-item span { font-weight:600;  }

section.content-pp .pilar-content .item-content { margin-top:40px; }
section.content-pp .pilar-content .item-content:first-child { margin-top:0px; } 
section.content-pp .pilar-content .item-content span.index { font-size:36px; color:#489AED; font-weight:600; }
section.content-pp .pilar-content .item-content p a { text-decoration:underline;  }
section.content-pp .pilar-content .item-content ul { margin:30px 0 30px 50px; }
section.content-pp .pilar-content .item-content ul li { color:#1E1E5A; margin-bottom:15px; position:relative; }
section.content-pp .pilar-content .item-content ul li:before {  content: ''; position: absolute; left: -20px; top: 10px; width: 8px; height: 8px; background: #6D25FF; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; z-index: 2; }
section.content-pp .pilar-content .item-content ul li:after { content: ''; position: absolute; left: -24px; top: 6px; width: 16px; height: 16px; background: rgba(110, 37, 255, .4); -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; z-index: 1; }
section.content-pp .pilar-content .item-content img { margin-left:30px; }
section.content-pp .pilar-content .item-content pre {  background:#1E1E5A; color:#EFD2DC; }
section.content-pp .pilar-content .item-content ol { list-style: none; counter-reset: li; margin-left:50px; margin-top:50px; }
section.content-pp .pilar-content .item-content ol li { counter-increment: li; position:relative; margin-bottom:40px;  }
section.content-pp .pilar-content .item-content ol li:before { position:absolute; content: '0'counter(li);  width: 1em; color:#1C1C1C; display: flex; font-size: 25px; top: -2px; left: -50px; font-weight:800; }
section.content-pp .pilar-content .item-content ol li strong { font-weight:700; }
section.content-pp .pilar-content .item-content blockquote {  background: #f1f1f1;  border-left: 4px solid #4e54c8;  font-size: 16px;  font-weight: 500;  margin: 25px 0;  padding: 20px 30px;}
section.content-pp .pilar-content .item-content blockquote p {  font-size: 15px;  font-weight: 500;  line-height: 190%;  color: #232323;  letter-spacing: 0.5px;}
section.content-pp .pilar-content .item-content blockquote p:last-child{ margin-bottom:0;}
/*----media queries-----*/
@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {
  section.content-pp .pilar-content .item-content img { margin-left:10px; }
  section.content-pp .pilar-content .item-content span.pre { font-size:13px; }
}
@media screen and (max-width:768px) {
  section.hero-pp{ padding:50px 20px; }
  section.content-pp{ padding:30px 0; }
  section.content-pp .scd-summary{ padding:20px; }
  section.content-pp .pilar-content .item-content { padding:20px; }
  section.content-pp .pilar-content .item-content h2 { text-align:left; }
}
@media screen and (max-width:576px) {

}

/* ======================================================================================= */
/* =================================== Video ============================================= */
/* ======================================================================================= */
.story-video {
  height: 100%;
}

/* ====================================== MAIN BANNER LP          ==================================== */
/* =================================================================================================== */
.index-header .scrollHeader .hs-menu-wrapper > ul>li>a {
  color: #232323; }
.main-banner-lp { padding:150px 50px 100px;  background-size:cover !important; position:relative; }
.main-banner-lp.svg{ min-height:100vh; padding:150px 50px 300px;  }
.main-banner-lp > svg{ position:absolute; bottom:0; left:0; width:100%; height:auto; }
.main-banner-lp .detail ul { padding-left:20px; }
.main-banner-lp .detail ul li{ list-style:circle; }
/* =================================== Media queries ======================================= */
@media screen and (max-width: 1199px) {

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

}
@media screen and (max-width: 767px) {
  .main-banner-lp { padding:150px 20px 100px; }
}

/* =================================================================================================== */
/* ====================================== MAIN BANNER LP 2        ==================================== */
/* =================================================================================================== */
.main-banner-lp2 { padding:100px 50px;  background-size:cover !important; position:relative; }
.main-banner-lp2 h1{ margin-top:100px; }
.main-banner-lp2.svg{ padding:100px 50px 300px;  }
.main-banner-lp2 > svg{ position:absolute; bottom:0; left:0; width:100%; height:auto; }
.main-banner-lp2 .detail ul { padding-left:20px; }
.main-banner-lp2 .detail ul li{ list-style:circle; }
/* =================================== Media queries ======================================= */
@media screen and (max-width: 1199px) {

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

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

}


/* ======================================================================================= */
/* =================================== Other ============================================= */
/* ======================================================================================= */
/*search page*/
.search-form_input {
  color: #4e54c8;
}
.search-frame h4 a:hover {
  color: #4e54c8;
}
.search-frame .search_list .match {
  color: #4e54c8;
}
.search-frame .search_list li:before {
  color: #4e54c8;
}
.search-frame .search_list li + li {
  border-top: 3px solid #4e54c8;
}
.search-frame .search {
  color: #4e54c8;
}
/*404 page*/
.page-container .title {
  font-size: 250px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .page-container .title {
    font-size: 200px;
  }
}
@media screen and (max-width: 991px) {
  .page-container .title {
    font-size: 125px;
  }
}
@media screen and (max-width: 767px) {
  .page-container .title {
    font-size: 75px;
  }
}
/* coming soon */
.coming-soon .social-links li {
  display: inline-block;
  font-size: 22px;
  margin-right: 30px;
}
.coming-soon .social-links li:last-child {
  margin-right: 0;
}
.coming-soon .social-links li a {
  color: #fff;
}
.coming-soon .social-links li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
/* count down */
ul.countdown li {
  border-right: 1px solid #c5c5c5;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
}
ul.countdown li:last-child {
  border: medium none;
  padding-right: 0;
}
ul.countdown li span {
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
ul.countdown li span::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .coming-soon .social-links li {
    margin-right: 15px;
    font-size: 16px;
  }
  ul.countdown li {
    padding: 0 8px;
  }
  .social-links li {
    margin-right: 15px;
  }
  ul.countdown li span {
    font-size: 22px;
  }
}

/* ======================================================================================= */
/* =================================== Blog ============================================== */
/* ======================================================================================= */
.padding-bottom-list { padding-bottom:40px; }
.blog-grid {
  position: relative;
  margin-bottom:30px;
  background: #fff;
  overflow: hidden;
  height:100%; 
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.blog-grid:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  transform: translateY(-0.25em);
}

.blog-grid img {
  width: 100%;
}

.blog-grid .blog-grid-img{
  height:150px;   
  background-size:cover;
  background-position:center !important;
}

.data-box-grid {
  display: inline-block;
  left: 0;
  bottom: -1px;
  padding: 5px 20px;
  font-size: 18px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  background: #50cccc;
  background: -webkit-linear-gradient(-225deg, #50cccc, #45aeca);
  background: -moz-linear-gradient(-225deg, #50cccc, #45aeca);
  background: -o-linear-gradient(-225deg, #50cccc, #45aeca);
  background: linear-gradient(-225deg,#50cccc 35%,#45aeca);
}
.data-box-grid .day {
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 8px;
  color: #fff;
  font-size: 14px;
}
.blog-grid .data-box-grid .month {
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.blog-grid-text {
  position: relative;
  padding:30px;
  height: calc(100% - 150px);
}
.blog-grid-text > span {
  color: #4e54c8;
  font-size: 13px;
  padding-right: 5px;
}
.blog-grid-text h2 {
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  min-height: 50px;
}
.blog-grid-text ul li {
  display: inline-block;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 25px 10px 0;
}
.blog-grid-text ul li i {
  color: #4e54c8;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.blog-grid-text p {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  padding: 10px 0 0 0;
}
.blog-list-left-heading:after, .blog-title-box:after {
  content: '';
  height: 2px;
}
.blog-grid-simple-content a:hover {
  color: #232323;
}
.blog-grid-simple-content a:hover:after {
  color: #232323;
}
.section__last_blog .blog-grid-img{ 
  height:200px;
  background-size:cover;
  background-position:center;
}
.section__last_blog h3{
  font-size:20px;
  margin:0;
  min-height:50px;
  line-height:1.1;
}
.section__last_blog .margin_cards { margin-bottom:30px; }

.blog-grid-btn { 
  position:absolute; 
  bottom:15px; 
  right:20px;     
  background: #F77C13;
  border: 1px solid #F77C13;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 20px;
  padding: 7px 20px;
  text-decoration: none;
  border-radius: 30px; 
  transition:all .2s ease-out;
}
.blog-grid-btn:hover {
  background:transparent;
  color:#F77C13;
}
.blog-list-simple {
  margin: 0 0 30px 0;
  padding-bottom: 30px;
}
.blog-list-simple:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-list-simple-text {
  color: #999;
}
.blog-list-simple-text h2 {
  padding-top:10px;
}
.blog-list-simple-text > span {
  color: #4e54c8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}
.blog-list-simple-text p {
  border-top: 1px solid #ececec;
  color: #999;
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 0;
  padding: 15px 0;
}
.blog-list-simple-text .meta {
  margin: 0 0 5px 0;
}
.blog-list-simple-text li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin: 5px;
}
.blog-list-simple-text h4 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0;
  line-height: normal;
}
.blog-list-simple-text ul {
  margin: 10px 0;
}
.blog-list-simple-text ul li {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
}
.blog-list-simple-text ul li i {
  color: #7731FF;
  margin-right: 5px;
  font-size: 14px;
}
.blogs .post {
  margin-bottom: 50px;
}
.blogs .post .content {
  padding: 0 30px 30px;
  background:transparent;
}

.blogs .post .content .post-cont ul { padding-left: 50px; list-style: none;}
.blogs .post .content .post-cont ul li { ; margin-bottom:15px; position:relative; }
.blogs .post .content .post-cont li:before {  content: ''; position: absolute; left: -20px; top: 10px; width: 8px; height: 8px; background: #434F8B; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; z-index: 2; }
.blogs .post .content .post-cont li:after { content: ''; position: absolute; left: -24px; top: 6px; width: 16px; height: 16px; background: rgba(67, 79, 139, .4); -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; z-index: 1;}

.blogs .post .content .post-cont p a { color:#434f8b; text-decoration:underline; }

.blogs .post .content .post-cont ol {
  padding-left: 45px;
}
.blogs .post .content .post-cont a:hover {
  color: #4e54c8;
}
.blogs .post .content .post-title h5 {
  font-size: 26px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 0;
}
.blogs .post .content .post-title h5 a {
  color: #232323;
}
.blogs .post .content .post-title h5 a:hover {
  color: #f24259;
}
.blogs .post .content .meta {
  margin-bottom: 15px;
}
.blogs .post .content .meta li {
  display: inline-block;
  font-size: 12px;
  color: #777;
  margin-right:10px;
}
.blogs .post .content .meta li i{
  margin-right:5px;
  color:#50cccc;
}

.blogs .post .content .special {
  padding: 15px;
  margin: 30px 0;
  border-left: 2px solid #111;
  background: #f7f7f7;
  font-size: 16px;
}
.blogs .post .content .btn {
  border-color: #6f6f6f;
  color: #6f6f6f;
  min-width: auto;
  padding: 6px 20px;
  font-size: 12px;
}
.blogs .post .content .btn:hover {
  color: #fff;
  border-color: #f24259;
}
.blogs .post .share-post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
  text-align: left;
  display: flex;
  align-items: center;
}

.post .share-post a {
  display: block;
  margin-right: 10px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  display: inline-block;
  background: #f1f3ff;
  height: 35px;
  width: 35px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  position: relative;
}

.blogs .post .share-post a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.blogs .post .share-post a svg path { 
  fill: #434F8A;
  -webkit-transition: fill .2s ease;
  -moz-transition: fill .2s ease;
  -ms-transition: fill .2s ease;
  -o-transition: fill .2s ease;
  transition: fill .2s ease;
}

.blogs .post .share-post a:hover {
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.blogs .post .share-post span {
  font-weight: 700;
  margin-right: 10px;
}
.blogs .post .share-post > div {
  float: right;
}

.blogs .post .post-img {
  display:none;
}
.blogs .posts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}
.blogs .comment-form .new-comments .comment {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.blogs .comment-form .new-comments .comment:last-child {
  margin-bottom: 30px;
}
.blogs .comment-box .author-thumb {
  width: 80px;
  float: left;
}
.blogs .comment-box .comment-info {
  margin-left: 100px;
}
.blogs .comment-box .comment-info h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blogs .comment-box .comment-info .reply {
  margin-top: 10px;
  font-weight: 600;
}
.blogs .comment-box .comment-info .reply i {
  padding-right: 5px;
  font-size: 12px;
}
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  background: #fff;
}
.pagination a:hover {
  background-color: #232323;
  color: #fff;
}
.pagination .active a {
  background-color: #f7f7f7;
  color: #999;
  cursor: default;
}
.pagination .disabled span {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination .disabled a:hover {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
}
.blockquote {
  background: #f1f1f1;
  border-left: 4px solid #4e54c8;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0;
  padding: 20px 30px 30px;
}
.blockquote p {
  font-size: 15px;
  font-weight: 500;
  line-height: 190%;
  color: #232323;
  letter-spacing: 0.5px;
}
.blockquote h4 {
  font-size: 20px;
  font-weight: 400;
  color: #232323;
  letter-spacing: 0.5px;
}
.side-bar .block {
  margin-bottom: 30px;
}
.side-bar .block h3 {
  position: relative;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.side-bar .block h3:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #4e54c8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.side-bar .block ul li {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0 0 9px 0;
  color: #6f6f6f;
}
.side-bar .block ul li:last-child {
  margin: 0;
}
.side-bar .block ul li:after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #6f6f6f;
  position: absolute;
  top: 12px;
  left: 0;
}
.side-bar .block ul li a {
  font-size:14px;
}
.side-bar .block .social-listing {
  margin-bottom: 0;
}
.side-bar .block .social-listing li {
  list-style: none;
  display: inline-block;
}
.side-bar .block .social-listing li:after {
  background: none;
}
.side-bar .block .social-listing li:first-child {
  padding-left: 0;
}

.side-bar .hs-search-field{
  margin-bottom:30px;   
}
.side-bar .hs-search-field form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7;
}
.side-bar .hs-search-field form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 0;
  float: right;
  border-radius: 0;
  padding: 0;
}
.side-bar .hs-search-field form button:hover:before {
  border-radius: 0;
  padding: 0;
}
.blog-pagination { font-size:14px;   margin: 0 auto ; flex:0 0 100%; text-align:center; }
.blog-pagination .previous-posts-link {    float: none;}
.blog-pagination ul { display:inline-block;   text-align: center;    margin: 30px 20px 30px 0; padding:0; }
.blog-pagination ul li {   display: inline-block; }
.blog-pagination ul span.pg li{ width: 38px;  height: 38px;  border-radius: 6px;  border: solid 1px #eeeeee;  background-color: #ffffff;  }
.blog-pagination ul li.hide {    visibility: hidden;}
.blog-pagination ul li a { padding: 5px 8px !important; color:;   text-decoration: none;    line-height:38px; }
.blog-pagination ul li:hover,
.blog-pagination ul li.active {  }
.blog-pagination ul li:hover a,
.blog-pagination ul li.active a {    color: ;}
.blog-pagination .next-posts-link {    float: none; }
.blog-pagination .btn {  border-radius: 6px; border:solid 1px #DDD; width:61px; height:33px;  cursor: pointer;  background: #FFF; margin:0 9px;}
.blog-pagination .gopage {  border:none; cursor: pointer;  background: #FFF; margin-right:5px; padding:0; color:#192c4e; }


@media screen and (max-width: 1199px) {
  .blog-grid-text h4 {
    font-size: 18px;
  }
  .blogs .post .content .post-title h5 {
    font-size: 22px;
  }
  .blogs .post .content .special {
    font-size: 16px;
  }
  .blogs .posts .title-g h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .blog-grid {
    margin-bottom:20px;
  }
}
@media screen and (max-width: 767px) {
  .blog-grid-text {
    padding:15px;
  }
  .blog-grid-text h4 {
    font-size: 16px;
  }
  .blog-grid-text p {
    font-size: 14px;
  }
  .blog-list-simple {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .data-box-grid {
    padding: 5px 15px;
    font-size: 16px;
  }
  .data-box-grid h5 {
    font-size: 16px;
    margin-right: 3px;
  }
  .blog-list-simple-text > span {
    font-size: 12px;
  }
  .blog-list-simple-text p {
    font-size: 14px;
  }
  .blog-list-simple-text h4 {
    font-size: 18px;
  }
  .blog-list-simple-text ul li {
    font-size: 12px;
  }
  .blogs .post .content .post-title h5 {
    font-size: 20px;
  }
  .blogs .post .content .special {
    font-size: 14px;
  }
  .blogs .posts .title-g h3 {
    font-size: 18px;
  }
}
/* =================================== Contact info ====================================== */
/* social links */
.social-icons a:hover {
  opacity: 1;
}

.social-icon-style1 {
  margin-bottom: 0;
}
.social-icon-style1 li {
  text-align: center;
  margin-right: 4px;
  display: inline-block;
}
.social-icon-style1 li a {
  background: #4e54c8;
  border: 1px solid #4e54c8;
  color: #fff;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
}
.social-icon-style1 li a:hover {
  background: #fff;
  color: #4e54c8;
}
.social-icon-style2 li {
  display: inline-block;
  margin-right: 30px;
}
.social-icon-style2 li:last-child {
  margin-right: 0;
}
.social-icon-style2 li a {
  font-size: 22px;
}
.social-icon-style2 li a:hover {
  color: #fff;
}
/* newsletter */
.newsletter {
  position: relative;
  background: none;
  overflow: hidden;
}
.newsletter input {
  width: 99%;
  height: 45px;
  margin-bottom: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid rgba(78, 78, 84, 0.2);
  outline: none;
  padding-left: 20px;
  padding-right: 120px;
  z-index: 1;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.67px;
}
.newsletter .butn {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 2;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  outline: none;
  cursor: pointer;
  padding: 13px 18px;
  border-top-left-radius: 0;
  box-shadow: none;
  border-bottom-left-radius: 0;
}
.newsletter .butn:hover:before, .newsletter .butn:focus:before {
  padding: 14px 18px 14px 18px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.newsletter .input .butn:active:before {
  padding: 14px 18px 14px 18px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* contact detail */
#map {
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .social-icon-style2 li a {
    font-size: 18px;
  }
}

.form-submit input.submit{
  background: #4e54c8;
  background: -webkit-linear-gradient(-45deg, #4e54c8, #8089ff);
  background: -moz-linear-gradient(-45deg, #4e54c8, #8089ff);
  background: -o-linear-gradient(-45deg, #4e54c8, #8089ff);
  background: linear-gradient(-45deg, #4e54c8, #8089ff);
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition: all linear 400ms;
  transition: all linear 400ms;
  border: none;
  width: auto;
  margin-bottom: 0px;
}
.form-submit input.submit:hover {
  color: #fff;
}
.screen-reader-text{
  text-decoration: none;
}

/* add */

.alignright{
  float:right;
}
.alignleft{
  float:left;
}

.post-text table{ 
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d1d1d1;
}
.post-text table td{
  border: 1px solid #d1d1d1;
  padding: 7px;
} 
.post-text table th{
  border: 1px solid #d1d1d1;
  padding: 7px;
}
img.alignleft, .alignleft img{
  margin-right:10px; 
  margin-bottom: 10px;
}
img.alignright, .alignright img{
  margin-left:10px;
  margin-bottom: 10px;
} 
.blog-comment-area  table{ 
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d1d1d1;
}
.blog-comment-area  table td{
  border: 1px solid #d1d1d1;
  padding: 7px;
} 
.blog-comment-area  table th{
  border: 1px solid #d1d1d1;
  padding: 7px;
}
.post-text  li{
  padding-top: 5px;
  list-style: inherit!important;
}
.post-text  ul{
  padding-left: 20px!important;
}
.post-text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
}
.comment_text  li{
  padding: 0px !important;
  list-style: inherit!important;
  padding-top: 5px !important;
}
.comment_text  ul{
  padding-left: 20px!important;
}
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
}

.comment-respond .comment-reply-title {
  font-weight: 700;
  font-size: 25px;
  color: #000;
  margin-bottom: 25px;
  padding-bottom: 8px;
  position: relative;
}
.comment-respond .comment-reply-title:after {
  width: 50px;
  height: 2px;
  background: #666;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
}

.search-custom form {
  width: 70% !important;
  margin-top: 50px;
}
.search-custom form.search-form:after {
  top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
  text-decoration: none;
}

form.post-password-form input[type=submit] {
  width: auto !important;
  background: #333053;
  border-color: #333053;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
}
.screen-reader-text {
  display: none;
}

.widget ul li {
  list-style: none !important;
  line-height: 28px;
  padding-top: 10px;
}
.widget ul {
  padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
  padding-left: 10px !important;
}
a:hover {
  text-decoration: none !important;
}
/*add */ 
span.featured-post {
  color: #333 !important;
  font-weight: bold !important;
  float: right;
  font-size: 16px;
}

p.logged-in-as {
  font-size: inherit;
  margin-bottom: 25px;
}
p.logged-in-as a{
  color: #888;
}

h3.archive-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 600;
}
.post-text h1 {
  font-size: 46px;
  font-weight: 500;
  color: #34517D;
}
.post-text h2 {
  font-size: 36px;
  font-weight: 500;
  color: #34517D;
}
.post-text h3 {
  font-size: 26px;
  font-weight: 500;
  color: #34517D;
}
.post-text h4 {
  font-size: 22px;
  font-weight: 500;
  color: #34517D;
}
.post-text h5 {
  font-size: 20px;
  font-weight: 500;
  color: #34517D;
}
.post-text h6 {
  font-size: 16px;
  font-weight: 500;
  color: #34517D;
}
.comment_text h1 {
  font-size: 46px;
  font-weight: 500;
  color: #34517D;
}
.comment_text h2 {
  font-size: 36px;
  font-weight: 500;
  color: #34517D;
}
.comment_text h3 {
  font-size: 26px;
  font-weight: 500;
  color: #34517D;
}
.comment_text h4 {
  font-size: 22px;
  font-weight: 500;
  color: #34517D;
}
.comment_text h5 {
  font-size: 20px;
  font-weight: 500;
  color: #34517D;
}
.comment_text h6 {
  font-size: 16px;
  font-weight: 500;
  color: #34517D;
}
body.logged-in .header-nav {
  top: 32px !important
}
@media screen and (max-width: 600px){
  body.logged-in .header-nav.fixed-header {
    top: 0px !important
  }
}
.date-comment {
  display: inline-block;
}
.comment-title {
  display: inline-block;
}
.blog-comment-area .blog-comment ul.children {
  padding-left: 20px;
}
.blog-content {
  overflow: hidden;
  margin-bottom: 20px;
}
#respond{
  padding-top: 150px;
  margin-top: -150px;
}
.page-links{
  clear: both;
  padding-top: 20px;
}
.page-links a{
  margin-left: 4px;
  color: #252839;
}
body:not(.has-sidebar) .blog-page-content .col-sm-8.col-md-9 {
  width: 83.33333333%;
  margin-left: 8.33333333%;
}
.search-custom h5 {
  text-transform: inherit;
  font-weight: 400;
  font-size: 18px;
}


a.blog-title {
  color: #232323;
}
a.blog-title:hover {
  color: #4e54c8;
}
@media screen and (min-width: 992px) {
  body.logged-in header.scrollHeader .navbar-default {
    top: 32px;
  }
  body.logged-in header.onepage-header.scrollHeader .navbar-expand-lg {
    top: -68px;
  }
}
.blogs .comments-area .comment-box:nth-child(odd) {
  margin-left: 0px;
}
.author-thumb img.avatar {
  width: 85%;
  border-radius: 50%!important;
}
.blog-comment ul.children {
  margin-left: 80px;
}
@media screen and (max-width: 992px) {
  .blog-comment ul.children {
    margin-left: 20px;
  }
}
.blogs .comment-box .comment-info h6 {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
  margin-right: 5px;
}
.blog-date {
  margin-left: 5px;
}
p.form-submit {
  margin-bottom: 0px;
}
body.page-template-blog .col-lg-9  .blog-list-simple:nth-child(6){
  margin-bottom: 0px;
  padding-bottom: 0px;
}
body.logged-in.page-template-template-home header {
  top: 32px;
}
body.logged-in.page-template-template-home2 header {
  top: 32px;
}
div.wpcf7-validation-errors {
  display: none !important;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.pagination li {
  display: inline-block;
}
.pagination .page-numbers.current {
  float: left;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  border-left-width: 1px;
  background-color: #f7f7f7;
  color: #999;
  cursor: default;
}
.pagination a {
  border-left-width: 1px;
}



/* Design */
@media screen and (max-width: 767px){
  footer {
    padding-top: 50px;
  }
  .footer-bar {
    margin-top: 50px;
  }
}
.resp-tab-content h5 {
  font-size: 22px;
}
/*
.basic-pan {
background: #232323 !important;
}*/
@media (max-width: 991px){
  .sm-margin-50px-bottom {
    margin-bottom: 90px !important;
  }
}

/* =================================== Owl carousel ====================================== */
.custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px;
}
.custom-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px 0 5px;
  background: none;
  cursor: pointer;
  display: block;
  border: 1px solid #6e6e6f;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.custom-dot span:hover {
  background: #aaa;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
}
.custom-dot.active span {
  width: 12px;
  height: 12px;
  background: #4e54c8;
  border-color: #4e54c8;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.owl-nav i {
  color: #232323;
  font-size: 18px;
  padding-top: 6px;
}
.owl-nav .owl-next {
  color: #4e54c8;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
}
.owl-nav .owl-prev {
  color: #4e54c8;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
.owl-nav .owl-next {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}

/* =================================== Accordion style ====================================== */
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
  margin-bottom:10px;
}
.accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}
.accordion-style .btn-link {
  background: #efefef;
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  color: #6f6f6f;
  position: relative;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 4px;
  padding: 15px 50px 15px 15px;
  text-decoration: none;
  font-size: 15px;
}
.accordion-style .btn-link:hover {
  border: none;
  text-decoration: none;
}
.accordion-style .btn-link.collapsed {
  box-shadow: none;
}
.accordion-style .btn-link.collapsed:after {
  background: none;
  border: 1px solid #434F8B;
  border-radius: 50%;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 18px;
  line-height: 20px;
  height: 25px;
  transform: none;
  width: 25px;
  top: 15px;
  text-align: center;
  padding-left: 0;
  letter-spacing: -1px;
}
.accordion-style .btn-link[aria-expanded="true"]:after {
  background: none;
  border: 1px solid #434F8B;
  border-radius: 50%;
  content: "-";
  right: 15px;
  left: inherit;
  font-size: 18px;
  line-height: 20px;
  height: 25px;
  transform: none;
  width: 25px;
  top: 15px;
  text-align: center;
  padding-left: 0;
  letter-spacing: -1px;
}
.accordion-style .btn-link:after {
  background: none;
  border: 1px solid #434F8B;
  border-radius: 50%;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: 25px;
  line-height: 18px;
  transform: none;
  width: 25px;
  top: 15px;
  position: absolute;
  color: #434F8B;
  text-align: center;
  padding-left: 0px;
  letter-spacing: 0px;
}

.accordion-style .card-body {
  padding: 20px;
  line-height: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .accordion-style .btn-link {
    font-size: 14px;
    padding: 12px 50px 12px 15px;
  }
}
/* =================================== Accordion style Bg Layout choice ====================================== */
section.bg-theme-white .accordion-style .btn-link {
  background: #efefef;
  text-decoration:none;
  color:#6f6f6f;
}
section.bg-theme-grey .accordion-style .btn-link {
  background: #125BFF;
  color: #fff;
  text-decoration:none;
}
section.bg-theme-light .accordion-style .btn-link {
  background: #125BFF;
  color: #fff;
  text-decoration:none;
}
section.bg-theme-grey .accordion-style .btn-link.collapsed:after {
  border: 1px solid #fff;
  color:#fff;
}
section.bg-theme-grey .accordion-style .btn-link:after {
  border: 1px solid #fff;
  color:#fff;
}
section.bg-theme-light .accordion-style .btn-link.collapsed:after {
  border: 1px solid #fff;
  color:#fff;
}
section.bg-theme-light .accordion-style .btn-link:after {
  border: 1px solid #fff;
  color:#fff;
}


/* =================================================================================================== */
/* ======================================= GLOBAL TEAM          ====================================== */
/* =================================================================================================== */
.global-team .partner-box {
  border: 1px solid #ececec;
  margin-bottom: 30px;
}
.global-team .partner-box img {
  width: 100%;
}
.global-team .partner-box .partner-text {
  padding: 25px 40px 25px 0;
}
.global-team .partner-box .partner-text span {
  color: ;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.global-team .partner-box:hover .partner-text span {
  color: #999;
}
.global-team .partner-box .partner-text h4 {
  color: #232323;
  font-size: 21px;
  font-weight: 600;
  margin: 5px 0 20px 0;
  line-height: normal;
}
.global-team .partner-box .partner-text h4:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #4e54c8;
  margin-top: 10px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.global-team .partner-box:hover .partner-text h4:after {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .global-team .partner-box .partner-text {
    padding: 25px;
  }
  .global-team .partner-box .partner-text span {
    font-size: 12px;
  }
  .global-team .partner-box .partner-text h4 {
    font-size: 18px;
    margin: 5px 0 15px 0;
  }
  .global-team .partner-box .partner-text h4:after {
    margin-top: 8px;
  }
}

/* =================================== Team member ======================================= */
.team-style .team-description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(67, 79, 139, .7);
  opacity: 0;
  transition: all 200ms ease-in-out;
  padding: 15px;
  z-index: 9;
}
.team-style .social-links {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out, opacity 150ms ease-in;
  opacity: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.team-style .social-links a:hover {
  opacity: 0.65;
}
.team-style .team-description-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.team-style .team-description-content {
  display: table-cell;
  vertical-align: middle;
}
.team-style .team-member-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius:50%;
}
.team-style .bg-cover {
  background-color: rgba(255, 66, 41, 0);
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  transform: scale(2);
  transition: all 200ms ease-in-out;
  display: none;
  z-index: 1;
}
.team-style .team-description-name h3 {
  padding-top: 10px;
  margin: 0;
}
.team-style .team-member-img > img {
  transition: all 0.2s ease 0s;
}
.team-style .team-member-img img {
  transition: all 0.3s ease 0s;
}
.team-style .team-member-img:hover img {
  filter: grayscale(100%);
}
.team-style:hover .bg-cover {
  background-color:b3;
  display: block;
}
.team-style:hover .social-links {
  transition-delay: 100ms, 100ms;
  opacity: 1;
  transform: translateY(0);
} 
.team-style:hover .social-links i {
  font-size:22px;
  color:#fff;
  margin:10px;
}
.team-style:hover .team-member-img > img {
  filter: blur(4px) grayscale(4%);
}
.team-style:hover .team-description {
  opacity: 1;
}

/* =================================================================================================== */
/* ================================================== Footer   ======================================= */
/* =================================================================================================== */

.foot-main { padding:0; }

.foot-main .row.first { padding:70px 0px 70px 0px; background:#434F8A; margin:0px; }

.foot-main .row.first .col1 h3,
.foot-main .row.first .col3 h3 { color:#fff; font-size:17px; margin-bottom:8px; }

.foot-main .row.first .col1 .col1__address { margin-bottom:30px; }
.foot-main .row.first .col1 .col1__address p,
.foot-main .row.first .col1 .col1__contact p { margin-bottom:0px; color:#fff; font-size:14px; }
.foot-main .row.first .col1 .col1__contact p span { color:#EBA22C; }

.foot-main .row.first .col2 img.logo { max-height:46px; width:auto; margin-bottom:25px; }
.foot-main .row.first .col2 .social_list { margin-bottom:40px; display:flex; justify-content:center; }
.foot-main .row.first .col2 .social_list a { margin:0px 7px; display:block; }
.foot-main .row.first .col2 .social_list a { transition:all .2s ease-out; }
.foot-main .row.first .col2 .social_list a:hover { margin-top:-5px; }

.foot-main .row.first .col3 ul li a { color:#fff; transition:all .2s ease-out; padding-bottom:3px; }
.foot-main .row.first .col3 ul li:hover a { font-weight:600; border-bottom:1px solid #EBA22C;   }

.foot-main .row.scd { background:#272B3F; padding:17px 0px 100px 0px; margin:0px; }
.foot-main .row.scd .bottom-bar { display:flex; align-items:center; justify-content:space-around; margin-bottom:15px; }
.foot-main .row.scd .bottom-bar a { color:#fff; }
.foot-main .row.scd .bottom-bar a:hover { text-decoration:underline!important; }
.foot-main .row.scd .bottom-bar .separator { width:2px; height:16px; background:#fff; }
.foot-main .row.scd .mentions { color:#fff; }
.foot-main .row.scd .mentions a { color:#50CCCC; font-weight:600; }

/*---Up Down animation----*/
.wrapper-anime { width:60%; margin:0 auto; display:flex; }
.before-move { width:21%; height:1px; background:#eba22c; }
.after-move { width:21%; height:1px; background:#eba22c; }
.blue-move {
  margin:0 auto;
  width:100%; 
  height:4px; 
  background:#eba22c;
  -webkit-animation: mover2 2s infinite  alternate;
  animation: mover2 2s infinite  alternate;
}
@-webkit-keyframes mover2 {
  0% { transform: translateY(-2px); }
  100% { transform: translateY(40px); }
}



/*---Wave style---*/
.wrapper-wave { width:65%; margin:0 auto; overflow:hidden; }
.wave { animation: moveTheWave 2400ms linear infinite; stroke-dasharray: 0; }
/*---WAVE ANIMATION---*/
@keyframes moveTheWave {
  0% {stroke-dashoffset: 0; transform: translate3d(0, 0, 0);}
  100% {stroke-dashoffset: -133;transform: translate3d(-90px, 0, 0);}
}

/*---------------
* Media queries
* ---------------*/
@media screen and (max-width:992px) {
  .foot-main .row.first .col1,
  .foot-main .row.first .col3 { text-align:center; }
  .foot-main .row.first .col1,
  .foot-main .row.first .col2 { margin-bottom:30px; }
}


/* ------------------------------------------------------------------------------------------------------------  
-----------------------------------------------  STYLE 2021 ------------------------------------------------
--------------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------------------  
-----------------------------------------------  Link Style ------------------------------------------------
--------------------------------------------------------------------------------------------------------------- */
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a,
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a,
a.link-style {
  color: #fff;
  position: relative;
  width: max-content;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a:before,
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a:before,
a.link-style:before {
  background: #F77C13;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 1.5px;
  z-index: 0;
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform .5s ease;
}

a.link-style:hover,
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a:hover,
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a:hover
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1.active > a,
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2.active > a,
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2:hover > a{
  font-weight: bold;
}

header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1.hover a:before,
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a:hover:before,
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a:hover:before,
a.link-style:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a:hover:before {
  height: 3px;
}


/* ------------------------------------------------------------------------------------------------------------  
-----------------------------------------------  Header ------------------------------------------------
--------------------------------------------------------------------------------------------------------------- */
.container-wrapper {
  margin-top: 59px;
}
@media screen and (min-width: 1200px) {
  .container-wrapper {
    margin-top: 56px;
  }
}

.d-block {
  display: block;
}
.d-none {
  display: none;
}
.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}
/* Smooth Scroll */
.smooth-scroll {
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*body.menu-opened { overflow-y: hidden; } */

header#header-main .layout-mobile { display: block; }
header#header-main .layout-desktop { display: none; }
header#header-main { width: 100%; position: relative; top: 0; left: 0; z-index: 99999999; background: #414c87; flex-flow: column; align-items: end; }
body.menu-opened header#header-main .menu-section { 
  width: 100%;
  min-height: calc(100vh - 120px);
  display: -webkit-box; display: 
    -ms-flexbox; display: flex; 
  flex-flow: column; 
  justify-content: space-between; 
  overflow-x: hidden; 
  overflow-y: overlay; 
  height: 100%;
  position: fixed;
  top: 59px;
  background: #414c87;
  left: 0;
  right: 0;
  padding-bottom: 100px;
}
header#header-main .logo {}
header#header-main .logo a { padding-top: 15px; padding-bottom: 15px; padding-left: 35px; padding-right: 35px; display: inline-block; }
header#header-main .logo img { min-width: 50px; width: 124px !important; height: auto; }
/* Global */
header#header-main .row:first-child {
  justify-content: space-between;
  flex-flow: column;
  padding-left: 15px;
  padding-right: 15px;
}
header#header-main ul { list-style: none; margin: 0; padding: 0; }
header#header-main ul li {}
header#header-main ul li a { position: relative; display: block; color: #fff; -o-transition: all .2s ease; -ms-transition: all .2s ease; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; } 
/* Menu */
header#header-main .hs-menu-wrapper > ul { display: none; flex-flow: column; align-items: end; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a { display: block; margin-left: 35px; margin-right: 35px; font-size: 18px; font-weight: bold;text-align:center; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a.active,
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a:hover { color: #fff; }
/* Dropdown */
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 { padding-top: 20px; padding-bottom: 20px; position: relative; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a.dropdown {  }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul { position: relative; display: none; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 { position: relative; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a { font-size: 16px; z-index: 1; margin-top: 10px; margin-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; font-weight: initial; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a:before { height: 100%; z-index: -1; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a:after { position: absolute; content: ''; left: 0; right:0; bottom: -5px; height: 1px; background: #fff; width: 100%; margin-left: auto; margin-right: auto; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a.dropdown_child { transform : translate(-20%, -50%); }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2.hs-item-has-children > a:before { display: none; }
/* Dropdown Child */
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 ul { position: relative; right: 0; display: none; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 ul li { background: var(--grey_color); }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 ul li a { margin-left: 45px; }
/* Dropdown Icon */
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1.hs-item-has-children > span { position: relative; display: block; font-size: 18px; font-weight: bold; }
header#header-main .hs-menu-wrapper > ul li.hs-item-has-children svg { -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -ms-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in; fill: #fff; position: absolute; top: 0; bottom: 0; right: -15px; margin-top: auto; margin-bottom: auto; vertical-align: middle;  }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1.hs-item-has-children.active > a > svg { -o-transform: rotate(-180deg);  -ms-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-2.hs-item-has-children > a > svg { fill: transparent; }
header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-2.hs-item-has-children.active > a > svg { fill: #F77C13; }
/* Menu Section Bottom */
header#header-main .menu-section-2 { border-top: solid 1.5px #fff; margin-left: 35px; margin-right: 35px; margin-bottom: 15px; margin-top: 15px;
  padding-top: 20px; }
header#header-main .menu-section-2 ul { display: -webkit-box; display: -ms-flexbox; display: flex; flex-flow: wrap; justify-content: center; }
header#header-main .menu-section-2 ul li {}
header#header-main .menu-section-2 ul li a {}
header#header-main .menu-section-2 ul li svg { width: 15px; }
header#header-main .menu-section-2 ul li svg path { fill: #F77C13; }
header#header-main .menu-section-2 ul li.link-container { margin-top: 15px; margin-bottom: 15px; margin-left: 15px; margin-right: 15px; }
header#header-main .menu-section-2 ul li.link-container a {}
header#header-main .menu-section-2 ul li.cta-container {}
header#header-main .menu-section-2 ul li.cta-container a {}
/* Responsive Icon */
/*
header#header-main .resp_icon#menu_mobile { display: block; }
header#header-main .resp_icon#menu_desktop { display: none; }
*/
header#header-main .resp_icon { position: absolute; top: 15px; right: 35px; background-color: transparent; border: none; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; width: 30px; height: auto; padding: 0; outline: 0; }
header#header-main .resp_icon svg { height: auto; }
header#header-main .resp_icon .line { fill: none; stroke: #fff; stroke-width: 6; transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
header#header-main .resp_icon .line1 { stroke-dasharray: 60 207; stroke-width: 6; }
header#header-main .resp_icon .line2 { stroke-dasharray: 60 60; stroke-width: 6; }
header#header-main .resp_icon .line3 { stroke-dasharray: 60 207; stroke-width: 6; }
header#header-main .resp_icon.active .line { stroke: #fff; }
header#header-main .resp_icon.active .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }
header#header-main .resp_icon.active .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 6; }
header#header-main .resp_icon.active .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6; }
/* Mobile Hidden */
header#header-main .menu-section-2.menu-section-2__desktop,
body.menu-opened header#header-main .menu-section-2.menu-section-2__desktop,
header#header-main .menu-section-desktop__burger,
header#header-main .menu-section-desktop__bar { display: none; }
/*********************************************************************************
***************************************** Desktop *****************************
*********************************************************************************/
@media screen and (min-width: 1200px) {
  /*
  header#header-main .resp_icon#menu_mobile { display: none; }
  header#header-main .resp_icon#menu_desktop { display: block; }
  */
  header#header-main .layout-mobile { display: none; }
  header#header-main .layout-desktop { display: block; }
  header#header-main { align-items: center; justify-content: space-around; display: -webkit-box; display: -ms-flexbox; display: flex; flex-flow: row; width: 100%; }
  header#header-main .container .row { align-items: center; flex-flow: row; }
  header#header-main .logo { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; }
  header#header-main .logo a { padding-top: 0; padding-right: 0; padding-left: 0; padding-bottom: 0; }
  header#header-main .logo img { margin-left:10px; }
  /*header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a:after {transform : translate(-30%, -50%);} */
  /* Global */
  header#header-main .row:first-child {
    flex-flow: row;
  }
  header#header-main ul {  }
  header#header-main ul li {}
  header#header-main ul li a {}
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 ul,
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 > ul { display: none; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1:hover > ul { display: block; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 ul li.hs-menu-depth-2:hover > ul { display: block; }
  /* Menu */
  header#header-main .hs_cos_wrapper_type_menu,
  header#header-main .hs-menu-wrapper {  }
  header#header-main .hs-menu-wrapper > ul { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; flex-flow: row; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 { padding-top: 10px; padding-bottom: 22px; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a { padding-top: 15px; margin-left: 15px; margin-right: 15px; }
  /* Dropdown */
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 { position: relative; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a.dropdown {  }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul { min-width: 250px; width: auto; position: absolute; background: #414c87; left: 0; padding-top: 15px; padding-bottom: 15px; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 { width: max-content; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a {  }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2:hover > a,
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 a:hover { font-weight: normal; }
  header#header-main .hs-menu-wrapper > ul li.hs-item-has-children:hover > svg { cursor: pointer; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1.hs-item-has-children:hover > svg { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-2.hs-item-has-children:hover > svg { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2.hs-item-has-children:hover > a > svg { opacity: 1; }
  /* Dropdown Child */
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 ul { background: #414c87; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 ul li {  }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 > ul li.hs-menu-depth-2 ul li a {  }
  /* Dropdown Icon */
  header#header-main .hs-menu-wrapper > ul li.hs-item-has-children svg { display: none; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1.hs-item-has-children > a:before {-webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    height: 3px; }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1.hs-item-has-children:hover > a:before { 
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1); }
  /* Menu Section */
  header#header-main .menu-section { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; }
  /* Menu Section Bottom */
  header#header-main .menu-section-2 { display: block !important; position: relative; border-top: none; border-left: solid 1.5px #fff; margin-left: 0; margin-right: 0; margin-bottom: 0; }
  header#header-main .menu-section-2 ul {  }
  header#header-main .menu-section-2 ul li {}
  header#header-main .menu-section-2 ul li a {}
  header#header-main .menu-section-2 ul li svg { }
  header#header-main .menu-section-2 ul li svg path {  }
  header#header-main .menu-section-2 ul li.link-container { margin-top: 0; margin-bottom: 0; margin-right: 0; margin-left: 15px; }
  header#header-main .menu-section-2 ul li.link-container a { font-size: 16px; }
  header#header-main .menu-section-2 ul li.cta-container { margin-left: 15px; }
  header#header-main .menu-section-2 ul li.cta-container a {  }
  header#header-main .menu-section-2 ul li.cta-container a p {  }
  /* Responsive Icon */
  header#header-main .resp_icon {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
  }

  header#header-main .menu-section-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; 
  }
  /* Header Desktop Bar */
  header#header-main .menu-section-desktop__bar { 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; 
  }
  /* Header Menu Section 2 Desktop */
  header#header-main .menu-section-2.menu-section-2__desktop {
    border-left: none;
    padding-top: 0;
    margin-top: 0;
  }
  /* Header Right Content Desktop */
  header#header-main .right-content-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center; 
  }
  /* Header Desktop Burger */
  header#header-main .menu-section-desktop__burger {
    position: fixed;
    top: 72px;
    right: 0;
    background: #414c87;
    z-index: 10;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 100px;
    min-width: 250px;
  }
  body.menu-opened header#header-main .menu-section-desktop__burger {
    overflow-x: hidden;
    overflow-y: overlay;
  }
  body.menu-opened header#header-main .menu-section-desktop__burger::-webkit-scrollbar {
    width: 0;
  }
  header#header-main .menu-section-desktop__burger ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    width: 100%;
  }

  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 ul,
  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 > ul {
    display: block;
  }
  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 ul {
    position: relative;
    left: 0;
  }
  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 > a {
    font-size: initial !important;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 > a:before {
    -webkit-transform: scaleX(1) !important;
    -moz-transform: scaleX(1) !important;
    -o-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 a {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }
  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 a:after {
    display: none;
  }
  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 ul li a {
    margin-top: 0;
    margin-bottom: 0;
  }
  header#header-main .menu-section-desktop__burger ul li.hs-menu-depth-1 ul li.hs-menu-depth-2 ul li a:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    width: 10px;
    height: 3px;
    top: 0;
    bottom: 0;
    left: -8px;
    margin-top: auto;
    margin-bottom: auto;
  }
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a {
    margin-right: 20px;
    margin-left: 20px;
  }

  header#header-main .menu-section-2 ul li.link-container,
  header#header-main .menu-section-2 ul li.cta-container {
    margin-left: 20px;
  }

  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a { 
    font-size: 13px; 
  }
  header#header-main .menu-section-2 ul li.link-container a {
    font-size: 12px;
  }
  header#header-main .menu-section-2 ul li.link-container a:hover {
    font-weight: normal;
  }
}

@media screen and (min-width: 1400px) {
  header#header-main .hs-menu-wrapper > ul li.hs-menu-depth-1 a {
    font-size: 18px;
  }
  header#header-main .menu-section-2 ul li.link-container a {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------------------------------------------------------  
-----------------------------------------------  Footer ------------------------------------------------
--------------------------------------------------------------------------------------------------------------- */
footer#footer-main { 
  background: #414c87; 
  color: #fff;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center; 
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}

footer#footer-main .no-gutters {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
footer#footer-main .col-content h5 { 
  position: relative;
  color: #fff; 
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  width: fit-content;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
footer#footer-main .col-content h5:before { 
  position: absolute;
  content: '';
  height: 2.5px;
  width: 100%;
  background: #F77C13;
  bottom: 0;
  left: 0;
}
footer#footer-main .col-content h5.first-title { 
  margin-top: 0;
}
footer#footer-main .col-content h5.first-title:before { 
  display: none;
}
footer#footer-main .col-content .form-container {
  border-bottom: solid 2px #fff;
  width: 90%;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
footer#footer-main .col-content .form-container form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
footer#footer-main .col-content .form-container .hs-form-field {
  position: relative;
}
footer#footer-main .col-content .form-container .hs-form-field label {
  position: absolute;
  left: 20px;
  top: 9px;
  color: #272B3F;
  opacity: .5;
}
footer#footer-main .col-content .form-container input {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
}
footer#footer-main .col-content .form-container input[type="submit"] {
  margin-top: 0;
  font-size: 12px;
}
footer#footer-main .col-content p {
  margin-bottom: 0;
  padding-bottom: 3px;

}
footer#footer-main .col-content a.contact-style {
  color: #F77C13;
  font-weight: bold;
}
footer#footer-main .col-content .link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 35px;
}
footer#footer-main .col-content .link-container a {
  position: relative;
  margin-bottom: 10px;
  text-align: -webkit-left;
  text-align: -moz-left;
  text-align: left;
}
footer#footer-main .col-content .link-container a svg {
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
footer#footer-main .col-content .link-container svg path {
  fill: #F77C13;
}
footer#footer-main .col-content .link-container svg path {
  fill: #F77C13;
}

footer#footer-main .footer-bottom {
  border-top: solid 2px #fff;
  width: 90%;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}
footer#footer-main .footer-bottom .logo {}
footer#footer-main .footer-bottom .socials-sharings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
footer#footer-main .footer-bottom .socials-sharings a {
  height: 30px;
  width: 30px;
}
footer#footer-main .footer-bottom .socials-sharings a:not(:last-child) {
  margin-right: 10px;
}
/*
footer#footer-main .footer-bottom .socials-sharings a svg {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
}
footer#footer-main .footer-bottom .socials-sharings a svg path {
fill: #414c87;
}
*/
footer#footer-main .site-map {
  background :#282B3E;
  padding-top: 15px;
  padding-bottom: 10px;
}
footer#footer-main .site-map .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}
footer#footer-main .site-map .links a {
  font-family:'Open Sans', sans-serif;
  color: #fff;
}
footer#footer-main .site-map .copyright {}
footer#footer-main .site-map .copyright p {
  margin-top: 30px;
}
footer#footer-main .site-map .copyright p a {
  font-weight: bold;
  color: #50CCCC;
  margin-top: 10px;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  footer#footer-main .col-12.col-lg-2,.col-lg-3 { 
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 20%;
    max-width: 20%;
  }

  footer#footer-main .col-12.col-lg-3,.col-lg-2 { 
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: center;
  }

  footer#footer-main .col-content .form-container {
    border-bottom: none;
  }
  footer#footer-main .footer-bottom {
    border-top: none;
  }
  footer#footer-main .col-content .link-container {
    align-items: baseline;
  }
  footer#footer-main .col-content.col-content-2 {
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: left;
  }
  footer#footer-main .col-content h5 {
    margin-left: 0;
  }
  footer#footer-main .col-content h5.first-title {
    margin-left: auto;
  }
  footer#footer-main .site-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer#footer-main .site-map .links {
    flex-flow: wrap;
    width: 60%;
    justify-content: center;
  }
  footer#footer-main .site-map .links a {
    padding-left: 35px;
    padding-right: 35px;
    border-right: solid 1px #F77C13;
    line-height: normal;
  }
  footer#footer-main .site-map .copyright p {
    margin-top: 0; 
    margin-bottom: 0;
    padding-left: 35px;
    line-height: normal;
    font-size: 13px;
  }
  footer#footer-main .site-map .copyright p a {
    margin-top: 0; 
  }
}

/********** Ajustements individuels *****************/

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

}