/*
Concepteur:  Douabou Firmin;
Profession: Infographiste / Webdesigner;
Agence de conception: Intelligence multimedia;
Version : 1.1
*/

/*=============================================================
    CSS INDEX
/*
* ----------------------------------------------------------------------------------------
* 01. GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #4a4a4a;
  background: #fff;
  line-height: 1.9em;
  font-weight: 400;
  margin: auto;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.8;
}

a {
  color: #fedd25;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 26px;
  margin-bottom: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

/*START SCROLL TO TOP*/

.topcontrol {
  color: #100f0e;
  font-size: 40px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  position: fixed;
  z-index: 999;
  text-align: center;
  line-height: 40px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-border-radius: 50% 3px 50% 50%;
  -moz-border-radius: 50% 3px 50% 50%;
  border-radius: 50% 3px 50% 50%;
}

.topcontrol.topanimation {
  -ms-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -op-animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/*END SCROLL TO TOP*/

/* HELPER CLASSES */

.section-padding {
  padding: 25px 0px 25px 0px;
  position: relative;
  /*float: left;*/
  width: 100%;
}

.section-back-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  margin-bottom: 55px;
}

.section-back-image-2 {
  background-size: cover;
  background-position: center center;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  /*! opacity: 0.8; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.bg-theme {
  background-color: #282b62;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-gray-2 {
  background-color: #f1f4fa;
  border-top: 2px solid #fedd25;
  border-left: 2px solid #fedd25;
}

.rounded-0 {
  border-radius: 0 !important;
}

.custom-color-1 {
  color: #3b5998 !important;
}

.custom-color-2 {
  color: #1da1f2 !important;
}

.custom-color-3 {
  color: #d34836 !important;
}

/*START SECTION TITLE DESIGN*/

.section-title,
.section-title-2 {
  margin-bottom: 50px;
}

.section-title h5 {
  font-weight: 500;
  font-style: italic;
  margin: 0;
  font-size: 18px;
  color: #777;
}

.section-title h3 {
  color: #282b62;
  font-size: 32px;
  /*! text-transform: uppercase; */
  margin: 15px 0;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}

.section-title h3 span {
  color: #fedd25;
}

.section-title h3:before {
  position: absolute;
  content: "";
  background: #fedd25;
  height: 3px;
  width: 65px;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-center .section-title h3:before {
  left: 50%;
  margin-left: -29px;
}

.section-title h3:after {
  position: absolute;
  /*! content: "\f15a"; */
  font-family: "Font Awesome 5 Brands";
  bottom: 50px;
  left: 0;
  font-size: 100px;
  width: 90px;
  height: 88px;
  opacity: 0.04;
  z-index: -1;
}

.text-center .section-title h3:after {
  left: 50%;
  margin-left: -45px;
}

.section-title h3.text-white:after {
  opacity: 0.1;
}

.section-title-2 h5 {
  color: #777;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

.section-title-2 h3 {
  color: #222;
  font-size: 35px;
  text-transform: uppercase;
  margin: 15px 0;
  padding-bottom: 16px;
  position: relative;
  z-index: 1;
}

.section-title-2 h3 span {
  color: #282b62;
}

.section-title-2 h3:before {
  position: absolute;
  content: "";
  background: #e0e0e0;
  height: 3px;
  width: 65px;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-center .section-title-2 h3:before {
  left: 50%;
  margin-left: -29px;
}

/*END SECTION TITLE DESIGN*/

/*  button style */

.home-single-slide-button a {
  margin: 0 10px;
}

.btn-style {
  /*! text-transform: uppercase; */
  color: #fff;
  padding: 7px 30px;
  display: inline-block;
  border-radius: 3px;
  /*! margin-top: ; */
}

.btn-filled {
  background: #282b62;
  border: 1px solid #fff;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /*! margin-top: 20px; */
}

.btn-filled:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-filled:hover:before,
.btn-filled:focus:before,
.btn-filled:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-filled:hover,
.btn-filled:focus,
.btn-filled:active {
  color: #333;
  border-color: #fff;
}

.btn-filled-2:hover {
  color: #fff;
}
.tp-caption a.btn-border {
  border: 1px solid #fff !important;
}

.btn-filled-2:before {
  background: #333;
}

.btn-border {
  background: #292c63;
  border: 1px solid #fff;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-border:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-border:hover:before,
.btn-border:focus:before,
.btn-border:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-border:hover,
.btn-border:focus {
  color: #333;
}

.btn-border-2 {
  color: #333;
  border: 2px solid #282b62;
}

.btn-border-2:before {
  border-color: #282b62;
  background: #282b62;
}

.btn-border-2:hover,
.btn-border-2:focus {
  color: #fff;
}

.btn-border-3 {
  color: #fff;
  border: 2px solid #fff;
}

.btn-border-3:before {
  border-color: #333;
  background: #fff;
}

.btn-border-3:hover,
.btn-border-3:focus {
  color: #333;
}

/* preloader css */

#page-preloader {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.theme-loader {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #282b62 /*rgba(247, 146, 26, 0.98)*/;
  letter-spacing: 0.2em;
  text-align: center;
  width: 244px;
  height: 49px;
  line-height: 49px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.theme-loader::before,
.theme-loader::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #282b62 /*rgba(247, 146, 26, 0.97)*/;
  position: absolute;
  animation: cssload-load 0.91s infinite alternate ease-in-out;
  -o-animation: cssload-load 0.91s infinite alternate ease-in-out;
  -ms-animation: cssload-load 0.91s infinite alternate ease-in-out;
  -webkit-animation: cssload-load 0.91s infinite alternate ease-in-out;
  -moz-animation: cssload-load 0.91s infinite alternate ease-in-out;
}

.theme-loader::before {
  top: 0;
}

.theme-loader::after {
  bottom: 0;
}

@keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-o-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-ms-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-webkit-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

@-moz-keyframes cssload-load {
  0% {
    left: 0;
    height: 29px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 39px;
  }
  100% {
    left: 229px;
    height: 29px;
    width: 15px;
  }
}

/* page banner style */

.single-page-title-area {
  padding: 100px 0 90px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  float: left;
  width: 100%;
  margin-top: 35px;
}

.single-page-title {
  margin-top: 20px;
}

.single-page-title h2 {
  font-size: 36px;
  color: #282b62;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

.single-page-title h2:before {
  position: absolute;
  content: "";
  background: #282b62;
  height: 2px;
  width: 35px;
  top: 21px;
  left: -60px;
}

.single-page-title h2:after {
  position: absolute;
  content: "";
  background: #282b62;
  height: 2px;
  width: 35px;
  top: 21px;
  right: -60px;
}

.single-page-title p {
  color: #fff;
  font-style: italic;
}

.single-page-title-area-bottom {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.single-page-title-area-bottom .breadcrumb {
  background: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 18px 0;
}

.single-page-title-area-bottom .breadcrumb-item a {
  color: #282b62;
  font-weight: 700;
}

.single-page-title-area-bottom .breadcrumb-item {
  float: none;
  display: inline-block;
}

.single-page-title-area-bottom .breadcrumb-item + .breadcrumb-item::before {
  color: #333;
  content: "\eb8b";
  font-family: "icofont" !important;
  font-size: 16px;
}

.single-page-title-area-bottom .breadcrumb-item.active {
  color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

/* top area */

.main-header .top-area {
  background: #242438;
  border-bottom: 1px solid #ddd;
}

.main-header .top-area .info-menu {
  float: left;
}

.main-header .top-area .info-menu li {
  display: inline-block;
}

.main-header .top-area .info-menu li a {
  display: block;
  color: #fff;
  margin-right: 24px;
  line-height: 42px;
}

.main-header .top-area .info-menu li a i {
  color: #282b62;
}

/* logo area */

.logo-area {
  padding: 20px 0;
}

.logo-area .header-info-box {
  position: relative;
  float: left;
  margin-left: 33px;
  margin-top: 6px;
  padding: 0 0 0 50px;
}
.logo-area .header-info-box .header-info-icon {
  position: absolute;
  left: 0;
  top: 5px;
  color: #282b62;
  font-size: 35px;
  text-align: left;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.logo-area .header-info-box h6 {
  font-weight: 500;
}

.logo-area .header-info-box p {
  color: #333;
  font-weight: 700;
}

.logo-area .header-info-box:last-child {
  padding-left: 20px;
  border: none;
}

.logo-area .navbar-form {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.logo-area .navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.logo-area .navbar-form .form-control {
  height: 45px;
  width: 225px;
  background: #fff;
  border-radius: 0;
}

.logo-area form .btn {
  color: #fff;
  background-color: #333;
  height: 45px;
  width: 50px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
}

.logo-area form .form-group i {
  position: absolute;
  right: 15px;
  top: 33%;
}

.quote-btn {
  color: #fff;
  background: #fedd25;
  padding: 8px 36px;
  margin-top: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.quote-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.quote-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.quote-btn:hover:before,
.quote-btn:focus:before,
.quote-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.quote-btn:hover,
.quote-btn:focus,
.quote-btn:active {
  color: #fff;
}

/* menu area */

.sticky-menu {
  position: relative;
  z-index: 999;
  width: 100%;
}
.sticky-wrapper {
  height: 0px !important;
}

.mainmenu-area.menu-animation {
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.mainmenu-area.menu-animation .auto-container {
  max-width: 100%;
}

.main-header .mainmenu-area.menu-animation .navbar {
  display: table !important;
  margin: 0 auto;
}

.main-header .mainmenu-area.menu-animation .navbar-form {
  display: table;
}

.main-header .mainmenu-area {
  /* text-transform: uppercase; */
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.main-header .mainmenu-area .auto-container {
  background-color: #282b62;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.main-header .mainmenu-area .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  padding: 10px 9px;
  font-size: 13px;
}

.main-header .mainmenu-area .navbar {
  padding: 10px 0;
}

.main-header .mainmenu-area .navbar ul li a.active {
  background-color: #fff;
  color: #333;
}

.main-header .mainmenu-area .navbar ul li a:hover {
  color: #fff;
  background-color: #ffe921;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.dropdown-menu {
  display: block;
  min-width: 310px;
  opacity: 0;
  padding: 0;
  top: 57px;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  background: #fedd25;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-header .mainmenu-area .navbar ul li:hover .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
}

.main-header .mainmenu-area .navbar ul li.dropdown > .f-langue:after {
  font-family: "IcoFont" !important;
  content: "\eb25";
  position: absolute;
  top: auto;
  right: _px;
  font-size: 14px;
  margin-top: PX;
  margin-right: PX;
}

.dropdown-menu li > a {
  clear: both;
  display: block;
  line-height: 1.42857;
  padding: 12px 0 11px 20px;
  /* text-transform: lowercase; */
  color: #fff;
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.dropdown-menu li > a:before {
  position: absolute;
  content: "";
  border-left: 2px solid #fedd25;
  left: 0;
  top: 50%;
  height: 12px;
  margin-top: -5px;
}

.dropdown-menu li > a:hover::before {
  border-color: #fff;
}

.dropdown-menu li:not(:last-child) > a {
  border-bottom: 1px solid rgba(6, 6, 6, 0.1);
}

.main-header .mainmenu-area .navbar .dropdown-menu li > a.active {
}

.main-header .mainmenu-area .navbar .dropdown-menu li > a:hover,
.main-header .mainmenu-area .navbar .dropdown-menu > li > a:focus,
.main-header .mainmenu-area .navbar .dropdown-menu > li > a:active {
  color: #fff;
  background: #282b62;
}

.main-header .mainmenu-area .navbar .dropdown-menu li > a:hover {
  padding-left: 30px;
  color: #fff;
  background: #333;
}

.dropdown:hover > .dropdown-menu {
  opacity: 1;
  top: 57px;
  visibility: visible;
}

.dropdown-menu .dropdown > .dropdown-menu {
  left: 300%;
  margin-top: -1px;
  min-width: 170px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  display: block;
}

.dropdown-menu .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  left: 100.5%;
}

.mainmenu-area .navbar-form {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: auto;
}

.mainmenu-area .navbar-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
}

.mainmenu-area .navbar-form .form-control {
  height: 69px;
  width: 100%;
  background: #ea9b3d;
  border-radius: 0;
  border: 0;
}

.mainmenu-area form .btn {
  color: #fff;
  background-color: transparent;
  height: 69px;
  width: 69px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
}

.mainmenu-area form .btn:active,
.mainmenu-area form .btn:focus {
  outline: 0;
  box-shadow: none;
}

.mainmenu-area .navbar-form .form-group input[type="text"].form-control {
  color: #fff;
}

.mainmenu-area form .form-group i {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 26px;
  left: 0;
}

.mainmenu-area.mean-container {
  display: block;
  float: left;
  width: 100%;
}

.mean-container .dropdown ul.dropdown-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.slider-section {
  float: left;
  width: 100%;
  margin-top: 35px;
  position: relative;
}

.home-slide-overlay {
  position: absolute;
  content: "";
  /* background: rgba(0, 0, 0, 0.54); */
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.home-single-slide {
  /*! background-size: cover; */
  background-position: center center;
  color: #fff;
  position: relative;
  display: table;
  height: 600px;
  width: 100%;
  /*! margin-top: 20px; */
}

.home-single-slide-inner {
  display: table-cell;
  vertical-align: middle;
}
.home-2 .home-single-slide-dec {
  bottom: -73px;
}

.home-single-slide-dec {
  position: absolute;
  left: 0;
  bottom: -95px;
  right: 0;
}

.home-single-slide p {
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
}

.home-single-slide h2 {
  color: #fff;
  /*! text-transform: capitalize; */
  font-size: 35px;
  margin-bottom: 17px;
  font-weight: 900;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides.owl-theme .owl-nav div {
  background: #fff;
  color: #333;
  border-radius: 50px;
  opacity: 1;
  visibility: visible;
  padding: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.home-slides.owl-theme .owl-nav div i {
  font-size: 26px;
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.home-slides.owl-theme .owl-nav div:hover {
  background: #282b62;
}

.home-slides.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.home-slides.owl-theme .owl-nav .owl-prev {
  left: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-prev {
  left: 20px;
}
.home-slides.owl-theme .owl-nav .owl-next {
  right: -80px;
}
.home-slides:hover.owl-theme .owl-nav .owl-next {
  right: 20px;
}

.home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  top: auto;
}
.home-slides.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px dotted #fff;
  height: 20px;
  width: 20px;
  position: relative;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #fff;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  background: transparent;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 3px;
  top: 3px;
}

.home-slides-2.owl-theme .owl-nav {
  margin-top: 0;
}

.home-slides-2.owl-theme .owl-nav div {
  background: #fff;
  color: #333;
  border-radius: 50px;
  opacity: 1;
  visibility: visible;
  padding: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.home-slides-2.owl-theme .owl-nav div i {
  font-size: 26px;
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.home-slides-2.owl-theme .owl-nav div:hover {
  background: #282b62;
}

.home-slides-2.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}

.home-slides-2.owl-theme .owl-nav .owl-prev {
  left: 20px;
}

.home-slides-2.owl-theme .owl-nav .owl-next {
  right: 20px;
}

.home-slides.owl-theme .owl-dots,
.home-slides-2.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  top: auto;
}
.home-slides.owl-theme .owl-dots .owl-dot span,
.home-slides-2.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px dotted #fff;
  height: 20px;
  width: 20px;
  position: relative;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span,
.home-slides-2.owl-theme .owl-dots .owl-dot.active span {
  border-color: #fff;
}
.home-slides.owl-theme .owl-dots .owl-dot.active span::before,
.home-slides-2.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  background: transparent;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 3px;
  top: 3px;
}

/*revulation sldier style*/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden !important;
  margin-top: -1px;
}
.tp-banner-container h2 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
}
.tp-banner-container p {
  color: #fff;
  text-transform: capitalize;
}
.tp-caption a {
  color: #fff;
}
.tp-caption a:hover {
  color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 03. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/

.single-about-item {
  -webkit-perspective: 500px;
  perspective: 500px;
  text-align: left;
  padding-bottom: 40px;
}

.single-about-item .single-about {
  background-color: #fff;
}

.single-about-item .single-about {
  text-align: center;
  height: 100%;
  position: relative;
  padding: 25px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.single-about-item .single-about:hover {
  border-color: #282b62;
}

.single-about-item .single-about:before {
  background-color: #282b62;
}

.single-about-item .single-about:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
  -o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
  transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.single-about-item .single-about:hover:before {
  opacity: 1;
}

.single-about-item .single-about .single-about-img {
  -webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
  -o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
  transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.single-about-item .single-about .single-about-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 10;
}

.single-about-item .single-about .single-about-img-inner {
  height: 100%;
}

.single-about-item .single-about .single-about-img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.single-about-item .single-about:hover .single-about-img img {
  opacity: 0.1;
}

.single-about-item .single-about .single-about-img img {
  overflow: hidden;
}

.single-about-item .single-about .single-about-caption {
  z-index: 10;
  pointer-events: none;
}

.single-about-item .single-about .single-about-caption .single-about-icon,
.single-about-item .single-about .single-about-caption .single-about-title,
.single-about-item .single-about .single-about-caption .single-about-dec {
  position: relative;
  z-index: 10;
}

.single-about-item .single-about .single-about-caption .single-about-icon {
  background-color: #282b62;
  color: #fff;
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}

.single-about-item .single-about:hover .single-about-icon {
  background-color: #fff;
  color: #282b62;
}

.single-about-item .single-about .single-about-caption .single-about-icon i {
  font-size: 32px;
  line-height: 78px;
}

.single-about-item .single-about .single-about-caption .single-about-title {
  margin-top: 32px;
}

.single-about-item .single-about .single-about-caption .single-about-dec {
  margin-top: 15px;
}

.single-about-item .single-about .single-about-img,
.single-about-item .single-about .single-about-caption .single-about-icon i,
.single-about-item .single-about .single-about-caption .single-about-dec p,
.single-about-item .single-about .single-about-img img {
  -webkit-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
  -o-transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
  transition: 0.3s cubic-bezier(0.53, 0.645, 0.51, 1.34);
}

.single-about-item .single-about:hover .single-about,
.single-about-item .single-about:hover .single-about-title h5,
.single-about-item .single-about:hover .single-about-dec p {
  color: #fff;
}

section#about2 {
  z-index: 9;
  margin-top: -80px;
}

/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05. START PROMO STYLE
* ----------------------------------------------------------------------------------------
*/

/*Accordion Box*/

.accordion-box {
  position: relative;
}

.accordion-box .block {
  position: relative;
  margin-bottom: 24px;
}

.accordion-box .block:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 24px;
  height: 100%;
  border-right: 1px solid #333;
}

.accordion-box .block:last-child:before {
  display: none;
}

.accordion-box .block .acc-btn .icon-outer {
  font-size: 10px;
  color: #fff;
  background: #282b62;
  border: 1px solid #282b62;
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: #282b62;
  background: #fff;
  border-color: #282b62;
}

.accordion-box .block .acc-btn {
  font-weight: 700;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0px 20px 10px 70px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  position: relative;
  font-size: 14px;
  padding: 0px 20px 0px 70px;
}

.accordion-box .block .content ul li i {
  font-size: 11px;
  padding-right: 6px;
}

.accordion-box .block .content p {
  margin-bottom: 15px;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0px;
}

/* image style one */

.image-style-wrapper .image-one {
  background: #ddd;
  height: 132px;
  position: absolute;
  top: 25px;
  z-index: 1;
  width: 600px;
  left: -30px;
}

.image-style-wrapper {
  position: relative;
}

.image-style-wrapper .image-two {
  position: relative;
  z-index: 2;
}

/* promo style two */

.youtube-promo-video-wrap {
  position: relative;
}

.youtube-promo-video {
  position: absolute;
  left: 40%;
  top: 35%;
}

.youtube-promo-video i {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 40px;
  border: 2px solid #fff;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
}

/* home page form */

.form-control {
  height: 45px;
  border-radius: 0;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0;
}

.home-p-form-wrapper {
  border: 1px solid #ddd;
  padding: 30px;
}

.form-control:focus {
  padding-bottom: 20px;
  border-color: #282b62;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

/*
* ----------------------------------------------------------------------------------------
* 05. END PROMO STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 06. START CHOOSE US STYLE
* ----------------------------------------------------------------------------------------
*/

.single-wcus-icon,
.single-wcus-text {
  float: left;
}

.single-wcus {
  float: left;
  width: 100%;
}

.single-wcus:hover .single-wcus-icon {
  background-color: #333;
}

.single-wcus:hover .single-wcus-icon:before {
  border-bottom-color: #333;
}

.single-wcus:hover .single-wcus-icon:after {
  border-top-color: #333;
}

.single-wcus-icon {
  margin: 17px 30px 0 0;
  position: relative;
  width: 70px;
  height: 38px;
  background-color: #282b62;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}

.single-wcus-icon:before,
.single-wcus-icon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  -webkit-transition: all 1.5s ease 0.1s;
  -moz-transition: all 1.5s ease 0.1s;
  -ms-transition: all 1.5s ease 0.1s;
  -o-transition: all 1.5s ease 0.1s;
  transition: all 1.5s ease 0.1s;
}

.single-wcus-icon:before {
  bottom: 100%;
  border-bottom: 24px solid #282b62;
}

.single-wcus-icon:after {
  top: 100%;
  width: 0;
  border-top: 24px solid #282b62;
  left: 0;
}

.single-wcus-text {
  width: 71%;
  position: relative;
}

.single-wcus-text::before {
  position: absolute;
  content: "";
  top: 107%;
  bottom: auto;
  height: 2px;
  width: 60px;
  background: #282b62;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.single-wcus:hover .single-wcus-text:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.single-wcus-icon i {
  color: #fff;
  font-size: 40px;
  padding: 13px;
}

.single-wcus-promo {
  background: #f5f5f5;
}

.single-wcus-promo-inner {
  padding: 20px 30px;
}

.single-wcus-promo-inner p {
  margin: 18px 0;
}

/*
* ----------------------------------------------------------------------------------------
* 06. END CHOOSE US STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07. START COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

.single-counter h3 {
  color: #282b62;
  font-size: 100px;
}

.single-counter p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.counter-wrapper .counter-wrapper-inner {
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 25px 0;
}

.counter-wrapper .counter-wrapper-inner:nth-child(2) {
  border-right: none;
}

.counter-wrapper .counter-wrapper-inner:nth-child(3) {
  border-bottom: none;
}

.counter-wrapper .counter-wrapper-inner:nth-child(4) {
  border-right: none;
  border-bottom: none;
}

.counter-wrapper {
  position: relative;
}

.counter-wrapper:after {
  position: absolute;
  content: "";
  background-image: url(../img/plus.png);
  opacity: 0.3;
  height: 31px;
  width: 31px;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
}

/*
* ----------------------------------------------------------------------------------------
* 07. END COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08. START SERVICE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-service-item,
.single-service {
  float: left;
  width: 100%;
}

.single-service:hover .single-service-img:before {
  opacity: 0.7;
}

.single-service-img {
  position: relative;
}

.single-service-img:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 1s ease 0.1s;
  -moz-transition: all 1s ease 0.1s;
  -ms-transition: all 1s ease 0.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
}

.single-service-title {
  float: left;
  width: 100%;
  /*! border: 1px solid #ddd; */
  padding: 0px 10px;
  height: 170px;
  /*! box-shadow: 2px 6px 8px rgba(0,0,0,0.1); */
  background: #f1f4fa;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.single-service-icon {
  margin-right: 10px;
  color: #282b62;
  font-size: 20px;
  padding: 10px;
  border-right: 1px solid #ddd;
}

.single-service-text {
  width: 100%;
}

.single-service-icon,
.single-service-text {
  /*! float: left; */
}

.single-service-text h5 {
  margin: 10px 0 0;
  font-weight: 500;
}

.single-service-dec {
  padding: 15px 0;
  float: left;
  width: 100%;
}

.services-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.services-slider.owl-theme .owl-nav div {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.services-slider.owl-theme .owl-nav div:hover {
  background: transparent;
  color: #333;
}

.services-slider.owl-theme .owl-nav .owl-next {
  margin-left: 30px;
}

.serviceall-btn a {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}

.serviceall-btn a i {
  color: #282b62;
}

.serviceall-btn a:hover {
  color: #282b62;
}

.serviceall-btn:hover a {
  padding-left: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 08. END SERVICE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09. START TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

.single-team-img {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.owl-carousel .owl-item .single-team-img img {
  width: auto;
  display: inline-block;
}

.single-team-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #eee;
  z-index: -1;
  -webkit-transition: all 1s ease 0.1s;
  -moz-transition: all 1s ease 0.1s;
  -ms-transition: all 1s ease 0.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
}

.single-team:hover .single-team-img:after {
  height: 100%;
}

.single-team-meta span {
  font-size: 14px;
  color: #282b62;
  font-weight: 500;
}

.single-team-social ul li {
  display: block;
}

.single-team-social ul li a {
  color: #333;
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 8px;
}

.single-team-social ul li a:hover {
  color: #fff;
  background: #282b62;
}

.single-team:hover .single-team-social ul li a.sicon1 {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}

.single-team:hover .single-team-social ul li a.sicon2 {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}

.single-team:hover .single-team-social ul li a.sicon3 {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}

.single-team-social {
  position: absolute;
  top: 0;
  right: -40px;
  opacity: 0;
  -webkit-transition: all 1s ease 0.1s;
  -moz-transition: all 1s ease 0.1s;
  -ms-transition: all 1s ease 0.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
}

.single-team:hover .single-team-social {
  right: 0;
  opacity: 1;
}

.owl-theme.team-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
}
.owl-theme.team-slider .owl-dots .owl-dot span {
  height: 12px;
  width: 12px;
}
.owl-theme.team-slider .owl-dots div.active span,
.owl-theme.team-slider .owl-dots .owl-dot:hover span {
  background: #282b62;
}

/*
* ----------------------------------------------------------------------------------------
* 09 END TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 10. START WORK STYLE
* ----------------------------------------------------------------------------------------
*/

.single-wprocess {
  position: relative;
  padding: 30px;
  border: 1px solid #fedd25;
  background: rgba(0, 0, 0, 0.4);
}

.single-wprocess:hover {
  border: 1px solid transparent;
}

.single-wprocess-icon {
  color: #fff;
  font-size: 40px;
}

.single-wprocess h5 {
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
}

.single-wprocess p {
  color: #fff;
}

.single-wprocess:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.single-wprocess:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.single-wprocess:before,
.single-wprocess:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*! content: ''; */
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.single-wprocess:hover:before,
.single-wprocess:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
* ----------------------------------------------------------------------------------------
* 10. END WORK STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11. START PRICE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-pricing {
  background: #fff;
}

.single-pricing-head {
  /* 	background: #eee; */
  padding: 25px 0;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-pricing-head:after {
  font-size: 40px;
  color: #eee;
  position: absolute;
  content: "\eb25";
  font-family: "icofont" !important;
  left: 0;
  right: 0;
  top: 94%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-pricing:hover .single-pricing-head {
  background: #333;
}

.single-pricing:hover .single-pricing-head:after {
  color: #333;
}

.single-pricing-head .price {
  position: relative;
  color: #333;
  margin-left: 30px;
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-pricing:hover .single-pricing-head .price,
.single-pricing:hover .single-pricing-head h5 {
  color: #fff;
}

.single-pricing-head .price-digit {
  font-size: 60px;
}

.single-pricing-head sup {
  font-size: 40px;
  position: absolute;
  top: 15px;
  left: -22px;
}

.single-pricing-head h5 {
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-pricing-body {
  padding: 0 35px;
}

.single-pricing-list ul {
}

.single-pricing-list ul li {
  margin: 20px;
}

.single-pricing-list ul li i {
  font-weight: 700;
}

.single-pricing-button a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 8px 20px;
}

.single-pricing:hover .single-pricing-button a {
  background: #333;
  color: #fff;
}

.single-pricing-head,
.single-pricing-button a {
  position: relative;
  background: #333;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.single-pricing-head:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-pricing:hover .single-pricing-head:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.single-pricing-button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #282b62;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-pricing:hover .single-pricing-button a:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*
* ----------------------------------------------------------------------------------------
* 11. END PRICE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 12. START PRICETABLE STYLE
* ----------------------------------------------------------------------------------------
*/

.bitland-table i {
  color: #282b62;
  font-size: 18px;
  border: 1px solid #333;
  margin-right: 8px;
  padding: 5px;
}

.bitland-table td {
  text-align: center;
}

.canvasjs-chart-credit {
  display: none;
}

#chartContainer,
#chartContainer2 {
  height: 400px;
  width: 100%;
}

/*
* ----------------------------------------------------------------------------------------
* 13. END PRICETABLE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13. START TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

.single-testimonial {
  position: relative;
  margin-bottom: 53px;
}

.single-testimonial {
  position: relative;
}

.single-testimonial:before {
  position: absolute;
  /*! content: "\f0b1"; */
  font-family: "icofont" !important;
  left: 32px;
  top: 0;
  font-size: 50px;
  color: #282b62;
}

.single-testimonial .single-testimonial-image img {
  width: 100px;
  margin: 0 auto;
  border: 2px solid #282b62;
  /*! padding: 2px; */
}

.single-testimonial .single-testimonial-content {
  padding: 0 20px;
  margin: 20px 0;
  /*! box-shadow: 1px 0px 30px -5px rgba(0,0,0,0.1); */
  border-radius: 25px;
  text-align: justify;
}

.single-testimonial .single-testimonial-meta p {
  font-weight: 700;
  letter-spacing: 2px;
  color: #282b62;
}

.testimonial-slider.owl-theme .owl-nav {
  margin: 0;
  position: relative;
}

.testimonial-slider.owl-theme .owl-nav div {
  background: transparent;
  color: inherit;
  position: absolute;
  font-size: 30px;
  left: -59px;
  right: 0;
  top: -30px;
}

.testimonial-slider.owl-theme .owl-nav .owl-next {
  margin-left: 140px;
}

.testimonial-slider.owl-theme .owl-nav div:hover {
  background: transparent;
  color: inherit;
}

/*
* ----------------------------------------------------------------------------------------
* 13. END TESTIMONIAL STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14. START BLOG STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blog-hdec {
  padding: 12px 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  float: left;
  width: 100%;
  background: #fff;
}

.single-blog-hdec h5 {
  font-size: 17px;
  margin-bottom: 12px;
}

.single-blog-hdec span {
  padding-right: 12px;
}

.single-blog-hdec i {
  padding-right: 5px;
}

.single-blog-hdec p {
  margin-top: 12px;
}

.single-blog-hadmin {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.single-blog-hadmin-img,
.single-blog-hadmin-info {
  float: left;
}

.single-blog-hadmin-img img {
  width: 60px;
}

.single-blog-hadmin-img {
  margin-right: 15px;
}

.single-blog-hadmin-info p span {
  font-weight: 500;
  padding-right: 8px;
  color: #333;
}

.single-blog-himage {
  position: relative;
}

.single-blog-himage:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 1s ease 0.1s;
  -moz-transition: all 1s ease 0.1s;
  -ms-transition: all 1s ease 0.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
}

.single-blogh:hover .single-blog-himage:after {
  opacity: 0.7;
}

/*
* ----------------------------------------------------------------------------------------
* 14. END BLOG STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 15. START CLIENT STYLE
* ----------------------------------------------------------------------------------------
*/

.client-section-padding {
  padding: 50px 0;
  position: relative;
  float: left;
  width: 100%;
}

/* call to section */

.calltoaction-padding {
  padding: 50px 0;
  position: relative;
  float: left;
  width: 100%;
}

.calltoaction-two-wrap h4,
.calltoaction-two-wrap p {
  color: #777;
}

/*
* ----------------------------------------------------------------------------------------
* 15. END CLIENT STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 16. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

/* Footer top */

footer {
  position: relative;
  float: left;
  width: 100%;
}

.footer-top {
  padding: 80px 0 60px;
}

.footer-section-title h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
}

.footer-section-title h3:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 60px;
  background: #fedd25;
  left: 0;
  bottom: 0;
}

.footer-section-title {
  margin-bottom: 30px;
}

footer .about,
footer .quick-link-list,
footer .recentPost,
footer .mailing-list {
  clear: both;
}

.footer-logo a {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.footer-logo-icon {
  margin-right: 5px;
  color: #282b62;
  font-size: 45px;
  line-height: 44px;
  margin-bottom: 20px;
}

.footer-logo-icon,
.footer-logo-text {
  float: left;
}

.footer-logo-text {
  width: 80%;
}

.footer-logo-text h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
  letter-spacing: 2px;
}

.footer-widget .about p {
  color: #fff;
  font-size: 16px;
  padding: 0 0 15px;
}

.footer-logo {
  float: left;
  width: 100%;
}

.fnews-btn {
  font-size: 23px;
  color: #fff;
  background: #282b62;
  cursor: pointer;
  margin-left: -2px;
  height: 45px;
  border-radius: 0;
  border: 0;
}

.footer-news .form-control {
  background: #333;
  color: #fff;
}

.footer-news .form-control:focus {
  border-color: #333;
}

ul.quick-link-list li a {
  color: #fff;
  line-height: 35px;
  position: relative;
  text-transform: capitalize;
}

ul.quick-link-list li a i {
  color: #ccc;
  padding-right: 5px;
}

ul.quick-link-list li a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #282b62;
  left: 0;
  top: 29px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

ul.quick-link-list li a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.singleRecpost {
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 77px;
  position: relative;
}

.singleRecpost:last-child {
  border: none;
}

.singleRecpost img {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
}

.recTitle {
  line-height: 20px;
  margin: 0;
  font-size: 14px;
}

.recTitle a {
  color: #fff;
}

.singleRecpost p {
  margin-top: 5px;
  color: #fedd25;
  font-size: 14px;
}

.single-fcontact {
  float: left;
  width: 100%;
}

.single-fcontact-icon,
.single-fcontact-des {
  float: left;
}

.single-fcontact-icon {
  margin-right: 10px;
  font-size: 20px;
  color: #fedd25;
}

.single-fcontact-des {
  color: #ccc;
  width: 87%;
  margin-top: 4px;
}

.single-fcontact-des h6 {
  color: #fff;
  margin-bottom: 5px;
}

.footer-social-war,
.footer-social {
  float: left;
  width: 100%;
}

.footer-social ul li a {
  display: inline-block;
  float: left;
  color: #fff;
  background: #333;
  margin: 0 12px 6px 0px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
}

.footer-social ul li a:hover {
  background: #282b62;
}

.footer-widget .recent-photo a {
  display: inline-block;
  width: 70px;
  margin: 0 0 7px 7px;
}
.footer-widget .recent-photo a img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-widget .recent-photo a:hover img {
  filter: grayscale(1) opacity(0.6);
  -webkit-filter: grayscale(1) opacity(0.6);
}

.copyright {
  background: #333;
  padding: 8px 0 5px;
  border-top: 8px solid #444;
}

.footer-menu ul li a {
  float: left;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffff;
  position: relative;
}

.footer-menu ul li a:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #282b62;
  left: 0;
  top: 29px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footer-menu ul li a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.copyright-text p {
  color: #fff;
}

.footer-2 .footer-top {
  background: #282b62;
}
.footer-2 .copyright {
  background: #fedd25;
  border: none;
}

/*
* ----------------------------------------------------------------------------------------
* 16. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 17. START ABOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#page-banner {
  float: left;
  width: 100%;
}

.blockquote-wrapper {
  float: left;
  width: 100%;
}

.blockquote-line {
  display: inline-block;
  background: #282b62;
  height: 2px;
  width: 18%;
  margin-bottom: 30px;
}

.blockquote-wrapper .blockquote {
  font-size: 22px;
  font-style: italic;
  color: #333;
  float: left;
  width: 100%;
}

.blockquote-wrapper .blockquote p {
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blockquote-wrapper .blockquote p i {
  font-size: 14px;
}

.blockquote-wrapper .blockquote-footer {
  color: #333;
  opacity: 0.5;
}

.image-style-2-inner {
  position: relative;
}

.image-style-2-wrapper .image-two-des p {
  color: #333;
  font-size: 17px;
  margin: 30px 0;
}

.image-style-2-inner .image-one {
  position: absolute;
  left: 79px;
  top: -59px;
}

.image-style-2-inner .image-two {
  background-color: rgb(211, 182, 46);
  padding: 20px 40px 40px;
  width: 50%;
  position: relative;
  top: 0;
  /*! height: 498px; */
}

.image-two-rem a {
  font-size: 30px;
  border-bottom: 2px solid #333;
  padding: 0 15px;
}
.image-two-rem span {
  font-size: 30px;
  border-bottom: 2px solid #333;
  padding: 0 15px;
}

.image-two-rem a i {
  color: #333;
}
.image-two-rem span i {
  color: #333;
}

.image-two-rem a:hover i {
  color: #fff;
}

.image-two-rem span:hover i {
  color: #fff;
}

.image-two-rem span:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}

.image-two-rem a:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}

.bitland-table-2 {
  background-color: #eee;
}

.bitland-table-2 thead {
  background: #282b62;
  color: #fff;
}

.bitland-table-2.table td,
.bitland-table-2.table th {
  border-top: 1px solid #ddd;
}

#chartContainer2 button {
  display: none !important;
}

/*
* ----------------------------------------------------------------------------------------
* 17. END ABOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 18. START TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.steam-details span {
  color: #333;
  font-weight: 500;
}

.steam-details-info p {
  line-height: 40px;
}

.steam-details-info p i {
  color: #333;
  padding-right: 6px;
  font-size: 20px;
}

.steam-details-social ul li a {
  display: inline-block;
  float: left;
  color: #333;
  margin: 0 12px 6px 0px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
}

.steam-details-social ul li a:hover {
  background: #282b62;
  color: #fff;
}

.steam-details-tab .nav.nav-tabs {
  margin-top: 60px;
}

.steam-details-tab .nav-tabs .nav-item.show .nav-link,
.steam-details-tab .nav-tabs .nav-link.active {
  background: #333;
  color: #fff;
}

.nav-tabs .nav-link {
  border-radius: 0;
  color: #333;
  border: none;
}

.tab-content p {
  margin-top: 20px;
}

/* side bar style */

.widget {
  float: left;
  width: 100%;
}

h3.widget-title {
  border-left: 5px solid #282b62;
  position: relative;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

h3.widget-title:before {
  position: absolute;
  content: "";
  background: #333;
  height: 10px;
  width: 5px;
  left: -5px;
  top: 15px;
}

/* team list widget */

.steam-list-single {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  padding-bottom: 35px;
  padding-left: 77px;
  position: relative;
}

.steam-list-single:last-child {
  border: none;
}

.steam-list-single img {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.steam-list-title {
  margin: 0;
  color: #333;
}

.steam-list-single p {
  margin-top: 5px;
  color: #282b62;
  font-size: 14px;
}

.single-award {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
}

.single-award-icon,
.single-award-text {
  float: left;
}

.single-award-icon {
  font-size: 30px;
  color: #282b62;
  margin-right: 12px;
}

.single-award-text {
  width: 74%;
}

.single-award-text p {
  font-size: 14px;
  text-transform: capitalize;
}

.single-award-text h5 {
  text-transform: uppercase;
}

/*
* ----------------------------------------------------------------------------------------
* 18. END TEAM PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 19. START FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/* faq page intro style */

.faq-page-into h6 {
  font-weight: 400;
}

.faq-page-into h3 {
  margin: 12px 0 40px;
  font-size: 35px;
  position: relative;
}

.faq-page-into h3 span {
  color: #282b62;
}

.faq-page-into h3:after {
  position: absolute;
  content: "";
  display: block;
  background: #282b62;
  height: 2px;
  width: 70px;
  margin: 12px 0;
}

.faq-page-into p {
  margin-bottom: 18px;
  font-weight: 700;
}

.faq-page-into ul li i {
  font-size: 11px;
  padding-right: 6px;
}

.faq-page-into-btn {
  color: #282b62;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #282b62;
  padding: 8px 20px;
  margin-top: 15px;
}

.faq-page-into-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.faq-page-into-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #282b62;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.faq-page-into-btn:hover:before,
.faq-page-into-btn:focus:before,
.faq-page-into-btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.faq-page-into-btn:hover,
.faq-page-into-btn:focus,
.faq-page-into-btn:active {
  color: #fff;
}

.faq-page-into-features {
  float: left;
  width: 100%;
}

.faq-page-into-features-icon,
.faq-page-into-features-text {
  float: left;
}

.faq-page-into-features-text {
  width: 74%;
}

.faq-page-into-features-icon {
  color: #333;
  font-size: 40px;
  margin: 0 40px 20px 0;
  margin-bottom: 20px;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.faq-page-into-features-icon {
  position: relative;
  background: #282b62;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.faq-page-into-features-icon:before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.faq-page-into-features:hover .faq-page-into-features-icon:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.faq-page-into-features:hover .faq-page-into-features-icon {
  color: #fff;
}

.faq-page-into-features:hover .faq-page-into-features-text a i {
  opacity: 1;
  padding-left: 10px;
}

.faq-page-into-features-text a i {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.faq-page-into-features-text h5 {
  margin: 0;
}

.faq-page-into-features-text p {
  margin: 15px 0;
}

.faq-page-into-features-text a {
  font-weight: 700;
  letter-spacing: 1px;
}

#faqpage .section-title {
  margin-top: 70px;
}

.promo-box-style-two p {
  margin: 12px 0;
}

.promo-box-style-two h4 {
  margin: 0;
}

.promo-box-style-two a {
  color: #fff;
  padding: 4px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  background: transparent;
  border: 2px solid #fedd25;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.promo-box-style-two a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background: #282b62;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.promo-box-style-two a:hover,
.promo-box-style-two a:focus,
.promo-box-style-two a:active {
  color: #fff;
  border-color: #fff;
}

.promo-box-style-two a:hover:before,
.promo-box-style-two a:focus:before,
.promo-box-style-two a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*
* ----------------------------------------------------------------------------------------
* 19. END FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 20. START CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

#contactpage .section-title-2 {
  margin-top: 100px;
}

.single-address {
  background-color: #f5f5f5;
  padding: 25px;
  position: relative;
  border: 1px solid #fff;
  z-index: 1;
}

.single-address-icon {
  font-size: 40px;
  color: #282b62;
}

.single-address-dec h4 {
  margin: 15px 0;
  font-size: 22px;
}

.single-address-link {
  margin: 20px 0;
}

.single-address:before {
  border-top: 1px solid #282b62;
  border-bottom: 1px solid #282b62;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.single-address:after {
  border-right: 1px solid #282b62;
  border-left: 1px solid #282b62;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.single-address:before,
.single-address:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.single-address:hover:before,
.single-address:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-address:hover {
  border: 1px solid transparent;
}

.contact-form label {
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.contact-form .form-control {
  background: #f5f5f5;
}

.contact-form .form-control:focus,
.contact-form .form-control:active {
  padding: 0.5rem 0.75rem;
  border-color: #282b62;
}

.btn-contact-bg {
  background: #333;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 15px 20px;
  margin-top: 30px;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  box-shadow: none;
  background: #282b62;
}

#gmap_canvas,
.gmap_canvas {
  width: 100%;
  height: 400px;
  float: left;
}

#gmap_canvas {
  border: none;
}

.success-box-top {
  background: #282b62;
  color: #fff;
  padding: 30px;
}
.success-box-top i {
  font-size: 40px;
}
.success-box-top h4 {
  color: #fff;
  m: 209px;
  margin: 20px 0;
  letter-spacing: 1px;
}
.success-box-top p {
  font-weight: 700;
  letter-spacing: 1px;
}
.success-box-bottom {
  background: #f5f5f5;
  padding: 30px;
}

/*
* ----------------------------------------------------------------------------------------
* 20. END CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 21. START 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.error-page-wrap h3 {
  font-size: 150px;
  margin: -30px 0 0;
  letter-spacing: 20px;
  color: #282b62;
}

.error-page-wrap h4 {
  text-transform: uppercase;
  margin: 30px 0;
  letter-spacing: 1px;
  font-size: 30px;
}

.error-page-wrap p {
  margin: 30px 0 50px;
}

.error-page-wrap a {
  margin-left: 10px;
}

.error-page-wrap a i {
  padding-right: 4px;
}

.errorsection-padding {
  padding: 80px 0;
  position: relative;
  float: left;
  width: 100%;
}

.error-search button {
  border-radius: 0;
  cursor: pointer;
  height: 45px;
  border: 0;
}

.error-search h4 {
  color: #333;
  margin: 0;
  letter-spacing: 1px;
  font-size: 30px;
}

.error-search button:hover,
.error-search button:focus,
.error-search button:active {
  box-shadow: none;
  border: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 21. END 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 22. START GALLERY PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.poweredByWrapper {
  text-align: right;
  margin-top: 5px;
  opacity: 0;
  margin-bottom: 10px;
}

.grid-item {
  width: 200px;
  display: block;
  float: left;
  padding: 0 10px;
  position: relative;
}

.grid-item--width2 {
  width: 400px;
}

.grid .entry {
  margin-bottom: 20px;
}

.grid-item a img {
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-item a:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 10px;
  width: 90%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-item--width2 a:before {
  left: 10px;
  width: 95%;
}

.grid-item a:after {
  content: "...";
  font-size: 50px;
  text-align: center;
  color: #fff;
  z-index: 1;
  display: block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  letter-spacing: -1px;
  margin-left: -45px;
  margin-top: -60px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.grid-item a:hover:before {
  opacity: 1;
  visibility: visible;
}

.grid-item a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* gallery filter menu */

.category-menu ul li a {
  background: #f5f5f5;
  padding: 8px 0px 8px 20px;
  margin-bottom: 6px;
  cursor: pointer;
  -webkit-transition: all 0.9s ease 0.1s;
  -moz-transition: all 0.9s ease 0.1s;
  -ms-transition: all 0.9s ease 0.1s;
  -o-transition: all 0.9s ease 0.1s;
  transition: all 0.9s ease 0.1s;
  display: block;
  color: #333;
}

.category-menu ul li a i {
  padding: 10px 10px 0 0;
  font-weight: 700;
}

.category-menu ul li a:hover {
  background: #282b62;
  color: #fff;
  padding-right: 10px;
}

.category-menu ul li a.active {
  background: #282b62;
  color: #fff;
}

P.drop-cap:first-letter {
  color: #282b62;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-weight: 700;
}

/*
* ----------------------------------------------------------------------------------------
* 22. START GALLERY PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 23. START SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.tes_wid .single-testimonial .single-testimonial-content {
  padding: 0 20px;
}

.image-tab .nav-tabs,
.image-tab .nav-tabs .nav-link,
.image-tab .nav-tabs .nav-item.show .nav-link,
.image-tab .nav-tabs .nav-link.active,
.image-tab .nav-tabs .nav-link:focus,
.image-tab .nav-tabs .nav-link:hover {
  border: 4px solid transparent;
  border-radius: 0;
  padding: 0;
}

.image-tab .nav-tabs .nav-item {
  margin-bottom: 12px;
}

.image-tab .nav-tabs .nav-item.show .nav-link,
.image-tab .nav-tabs .nav-link.active {
  border: 4px solid #282b62;
}

.image-tab ul.nav.nav-tabs li {
  padding: 0 10px 0 0;
}

.ser-page-into h4 {
  margin: 12px 0 40px;
  position: relative;
}

.ser-page-into h4:after {
  position: absolute;
  content: "";
  display: block;
  background: #282b62;
  height: 2px;
  width: 70px;
  margin: 12px 0;
}

.ser-page-into p {
  margin-bottom: 18px;
}

.ser-page-into ul li {
  margin-bottom: 8px;
}

.ser-page-into ul li i {
  font-size: 11px;
  padding-right: 6px;
}

/*
* ----------------------------------------------------------------------------------------
* 23. END SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 24. START BUY & SELL PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.tab-content {
  float: left;
  width: 100%;
}

.buysell-tab-list .nav.nav-tabs {
  border: none;
  margin-top: 40px;
}

.buysell-tab-content {
  margin-top: 60px;
  border-bottom: 1px solid #dddd;
  padding-bottom: 60px;
}

.buysell-tab-list .nav-tabs .nav-item.show .nav-link,
.buysell-tab-list .nav-tabs .nav-link.active {
  background: #282b62;
  color: #fff;
  border-radius: 30px;
}

.buysell-tab-list .nav-tabs .nav-link {
  border-radius: 0;
  color: #333;
  border: none;
  padding: 8px 32px;
  margin-right: 10px;
  border-radius: 30px;
  position: relative;
}

.buysell-tab-list .nav-tabs .nav-link:hover {
  background: #282b62;
  color: #fff;
}

.buysell-tab-list .nav-tabs .nav-link:hover:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid #282b62;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.buysell-tab-list .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid #282b62;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.buysell-tab-list .nav-tabs .nav-link i {
  padding-right: 10px;
}

.single-buy-box {
  border: 1px solid #ddd;
}

.single-buy-box-header {
  background: #eee;
  padding: 23px;
  position: relative;
}

.single-buy-box-header {
  position: relative;
  background: #333;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.single-buy-box-header:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-buy-box:hover .single-buy-box-header:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.single-buy-box-dec h2 {
  margin: 35px 0 0;
}

.single-buy-box-header:after {
  font-size: 40px;
  color: #eee;
  position: absolute;
  content: "\eb25";
  font-family: "icofont" !important;
  left: 0;
  right: 0;
  top: 89%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-buy-box:hover .single-buy-box-header:after {
  color: #333;
}

.single-buy-box:hover .single-buy-box-header h5 {
  color: #fff;
}

.single-buy-box-dec h2 {
  margin: 35px 0 0;
}

.single-buy-box-dec p {
  margin: 20px 0;
  color: #333;
}

#extab .buysell-tab-content {
  border: none;
}

/* walltet tab */

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}

.stepwizard-step button[disabled] {
  opacity: 1;
  filter: alpha(opacity=100);
}

.stepwizard-row:before {
  top: 44px;
  left: 0;
  right: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.stepwizard-step .btn-circle {
  font-size: 30px;
  color: #333;
  padding: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #e5e5e5;
  background-color: #f8f8f8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.stepwizard-step .active {
  background-color: #282b62;
  color: #fff;
  box-shadow: none;
}

.stepwizard-step h6 {
  margin: 15px 0;
  text-transform: uppercase;
  color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 24. END BUY & SELL PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 25. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blogh,
.single-blog {
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 5px;
}

.single-blog-dec {
  padding: 25px 35px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  float: left;
  width: 100%;
}

.single-blog-dec h4 {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.single-blog-dec a h4:hover {
  color: #282b62;
}

.single-blog-dec span {
  padding-right: 12px;
}

.single-blog-dec i {
  padding-right: 5px;
}

.single-blog-dec p {
  margin-top: 20px;
}

.single-blog-admin {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.single-blog-admin-img,
.single-blog-admin-info {
  float: left;
}

.single-blog-admin-img img {
  width: 60px;
}

.single-blog-admin-img {
  margin-right: 15px;
}

.single-blog-admin-info p span {
  font-weight: 700;
  padding-right: 8px;
  color: #333;
}

.single-blog-image {
  position: relative;
}

.single-blog-image:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 1s ease 0.1s;
  -moz-transition: all 1s ease 0.1s;
  -ms-transition: all 1s ease 0.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
}

.single-blog:hover .single-blog-image:after {
  opacity: 0.8;
}

.single-blog-slider.owl-theme .owl-nav {
  margin-top: 0;
}

.single-blog-slider.owl-theme .owl-nav div {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.9);
  color: #fff;
  padding: 6px 10px;
  margin: 0;
  border-radius: 0;
  opacity: 0.8;
}

.single-blog-slider.owl-theme .owl-nav div:hover {
  background: #282b62;
}

.single-blog-slider.owl-theme .owl-nav .owl-next {
  margin-left: 34px;
}

.single-blog-video iframe {
  width: 100%;
  height: 400px;
}

.single-blog-quote {
  float: left;
  width: 100%;
}

.single-blog-quote .blockquote-wrapper,
.single-blog-link {
  background-color: #f5f5f5;
  padding: 50px 40px;
}

.single-blog-link a {
  font-size: 25px;
  color: #333;
}

.single-blog-link a i {
  background-color: #282b62;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  margin-right: 10px;
}

.theme-pagination {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.theme-pagination .pagination {
  border-radius: 0;
}

.theme-pagination .page-link {
  border: none;
  margin: 0 12px;
  color: #333;
  font-weight: 700;
  border-radius: 5px;
  font-size: 16px;
}

.theme-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.theme-pagination .active .page-link {
  background: #333;
}

.theme-pagination .page-link i {
  font-size: 25px;
  background: #f5f5f5;
  border-radius: 50%;
  padding: 12px 15px;
  font-weight: 700;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.theme-pagination .page-link:hover {
  background: transparent;
}

.theme-pagination .active .page-link:hover,
.theme-pagination .page-link i:hover {
  background: #282b62;
  color: #fff;
}

.theme-pagination .page-link:hover {
  color: #282b62;
}

.theme-pagination .page-link:focus {
  background: transparent;
}

/* widget style */

.widget-inner .btn {
  color: #fff;
  background: #282b62;
  height: 45px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.widget-inner .btn:hover {
  background: #333;
}

.widget-inner .btn:focus {
  box-shadow: none;
}

.blog-singleRecpost {
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 77px;
  position: relative;
}

.blog-singleRecpost:last-child {
  border: none;
}

.blog-singleRecpost img {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
}

.blog-recTitle {
  line-height: 20px;
  margin: 0;
}

.blog-recTitle a {
  color: #333;
}

.blog-recTitle a:hover {
  color: #282b62;
}

.blog-singleRecpost p {
  margin-top: 5px;
  color: #282b62;
  font-size: 14px;
}

.category-menu ul li a span {
  padding-right: 10px;
}

.tag-list {
  float: left;
  width: 100%;
}

.tag-list ul li a {
  float: left;
  margin: 0 8px 20px;
  background: #f5f5f5;
  padding: 5px 20px;
  color: #333;
  position: relative;
}

.tag-list ul li a span {
  position: absolute;
  top: -12px;
  right: -9px;
  background: #282b62;
  color: #fff;
  text-align: center;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.tag-list ul li a:hover {
  background: #282b62;
  color: #fff;
}

.tag-list ul li a:hover span {
  background: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 25. END BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 26. START BLOG SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-single-image-wra {
  position: relative;
  margin-bottom: 100px;
}

.blog-single-image-wra-des {
  background: #f5f5f5;
  color: #333;
  position: absolute;
  bottom: -50px;
  left: 40px;
  right: 40px;
  padding: 30px;
}

.blog-single-image-wra-des .sdate {
  text-transform: uppercase;
  color: #282b62;
  font-weight: 500;
}

.blog-single-image-wra-des h4 {
  text-transform: uppercase;
  margin: 15px 0;
}

.blog-single-image-wra-des .spostby {
  color: #282b62;
  font-weight: 500;
  padding: 0 35px 0 8px;
}

.blog-single-promo {
  color: #fff;
  padding: 60px;
  font-style: italic;
  letter-spacing: 1px;
}

.blog-single-promo p span {
  color: #282b62;
}

.blog-single-taglist ul li a {
  float: left;
  margin: 0 13px 10px 0;
  color: #333;
  border: 1px solid #ddd;
  padding: 2px 10px;
}

.blog-single-taglist ul li a:hover,
.blog-single-sharelist ul li a:hover {
  background: #282b62;
  color: #fff;
}

.blog-single-sharelist ul li {
  float: left;
}

.blog-single-sharelist ul li a {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 2px 10px;
  border: 1px solid #ddd;
}

.blog-single-bottom {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 26px 0;
}

.author-desc {
  background: #f5f5f5;
  padding: 21px;
}

.author-image {
  position: relative;
}

.author-image-rep {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(0, 0, 0, 0.9);
  color: #fff;
  font-size: 12px;
  padding: 4px 9px;
  margin: 0;
  border-radius: 0;
  opacity: 0.8;
  cursor: pointer;
}

.author-desc p span.cauthor {
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 50px;
  color: #333;
  font-size: 17px;
}

.author-desc p span.cdate {
  color: #282b62;
}

.blog-comment-list .author-desc {
  padding: 16px;
}

/*
* ----------------------------------------------------------------------------------------
* 26. END BLOG SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 27. START HOME PAGE STYLE 2
* ----------------------------------------------------------------------------------------
*/

.main-header.header-2 .logo-area .header-info-box {
  margin-left: 54px;
  padding: 0 0 0 50px;
}
.main-header.header-2 .mainmenu-area {
  background-color: #282b62;
}
.main-header.header-2 .mainmenu-area .auto-container {
  position: relative;
  left: auto;
  right: auto;
  background: transparent;
}
.home-2 .slider-section {
  margin-top: -1px;
}
.main-header.header-2 .mainmenu-area .navbar ul li a.active {
  background-color: transparent;
  color: #fedd25;
  font-size: 15px;
}
.main-header.header-2 .top-area,
.header-3 .top-area {
  background: #fedd25;
  border-bottom: 1px solid #eee;
}
.main-header.header-2 .top-area .info-menu li a {
  color: #333;
}
.info-menu p {
  line-height: 32px;
  color: #282525;
}
.main-header.header-2 .top-area .info-menu li a {
  margin: 0 2px;
  background: #fff;
  display: inline;
  padding: 5px 10px;
}
.main-header.header-2 .top-area .info-menu li.social-header a i {
  color: #333;
}

.main-header.header-2 .top-area .info-menu li.social-header a i:hover {
  color: #fedd25;
}
.header-2 .quote-btn {
  padding: 20px 5px;
  margin-top: 0;
  font-size: 12px;
}
.header-2 .logo-area .header-info-box:last-child {
  padding: 0 0 0 55px;
}
.main-header.header-2 .mainmenu-area.menu-animation .quote-btn {
  display: table-cell;
}
.home-2 .home-single-slide,
.home-3 .home-single-slide {
  height: 600px;
}
.home-2 .home-p-form-wrapper {
  border: none;
  padding: 0;
}

/*
* ----------------------------------------------------------------------------------------
* 27. END HOME PAGE STYLE 2
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 28. START HOME PAGE STYLE 3
* ----------------------------------------------------------------------------------------
*/

.header-3 .top-area p {
  color: #333;
}
.main-header.header-3 .mainmenu-area .auto-container {
  background-color: transparent;
  position: relative;
  left: auto;
  right: auto;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.main-header.header-3 .mainmenu-area .navbar-nav .nav-link {
  color: #333;
}
.main-header.header-3 .mainmenu-area .navbar ul li a:hover {
  color: #282b62;
  background-color: transparent;
}
.main-header.header-3 .mainmenu-area .navbar ul li.dropdown ul li a:hover {
  background: #282b62;
  color: #fff;
}
.main-header.header-3 .mainmenu-area .navbar ul li a.active {
  background-color: transparent;
  color: #282b62;
}
.home-3 .slider-section {
  margin-top: 0;
}
.home-3 .faq-page-into-features-text {
  width: 65%;
}
.home-3 .faq-page-into-features-icon {
  margin: 0 20px 20px 0;
}
.home-3 .home-single-slide-dec {
  bottom: -105px;
}
.home-3 .single-testimonial .single-testimonial-content {
  padding: 0 20px;
}
.footer-logo-h3 {
  color: #fff;
}

.footer-logo-h3 a {
  display: inline-block;
}
.footer-logo-h3-icon {
  color: #282b62;
  font-size: 45px;
  line-height: 44px;
  margin-bottom: 20px;
}
.footer-logo-h3-text h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 2px;
}
.footer-logo-h3-text p {
  font-size: 20px;
  margin: 5px 0 20px;
}
.home-3 .single-fcontact-icon {
  font-size: 40px;
}
.home-3 .single-fcontact-des {
  width: 80%;
}

/*
* ----------------------------------------------------------------------------------------
* 28. END HOME PAGE STYLE 3
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 29. START HOME PAGE STYLE 4
* ----------------------------------------------------------------------------------------
*/

.home-4 .home-single-slide-dec {
  bottom: -79px;
}
.home-4 .home-single-slide {
  height: 450px;
}

/*
* ----------------------------------------------------------------------------------------
* 29. START HOME PAGE STYLE 4
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 30. START SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-shop {
  border: 1px solid #ddd;
}

.single-shop-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.single-shop-meta p.price {
  font-size: 15px;
  color: #282b62;
  font-weight: 600;
  margin: 10px 0;
  word-wrap: break-word;
}
.single-shop-meta p.rating {
  color: #333;
  letter-spacing: 1px;
}

.single-shop-meta {
  padding: 30px;
}

.single-shop-meta h4 {
  margin: 0;
  font-size: 18px;
}
.single-shop-social ul li {
  display: block;
}

.single-shop-social ul li a {
  color: #333;
  background: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 8px;
}

.single-shop-social ul li a:hover {
  color: #fff;
  background: #282b62;
}

.single-shop:hover .single-shop-social ul li a.sicon1 {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}

.single-shop:hover .single-shop-social ul li a.sicon2 {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}

.single-shop:hover .single-shop-social ul li a.sicon3 {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}

.single-shop-social {
  position: absolute;
  top: 0;
  right: -40px;
  opacity: 0;
  -webkit-transition: all 1s ease 0.1s;
  -moz-transition: all 1s ease 0.1s;
  -ms-transition: all 1s ease 0.1s;
  -o-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
}

.single-shop:hover .single-shop-social {
  right: 0;
  opacity: 1;
}

/*widget style*/

/* pricing range slider */

#slider-range {
  margin-bottom: 20px;
}
.range-slider input {
  padding: 8px 0;
}
.range-slider label {
  margin: 0;
}
.range-slider label,
.range-slider span {
  color: #afafaf;
}
.range-slider input#amount {
  border: 0 none;
}
.filter-btn {
  border: 2px solid #282b62;
  display: inline-block;
  font-size: 13px;
  color: #333;
  border-radius: 30px;
  padding: 3px 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.filter-btn:hover {
  background: #282b62;
  color: #fff;
}

.filter-sec {
  float: left;
  width: 100%;
}
.filter-btn-wrap,
.filter-btn-price {
  float: left;
}
.filter-btn-price label {
  position: relative;
  left: 123px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #333;
  background: #fff;
  color: #fff;
  border-radius: 50%;
}
.ui-widget-header {
  border: 1px solid #282b62;
  background: #282b62;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #ddd;
  color: #ddd;
  border-radius: 5px !important;
}

/* upsell widget */

.singleproduct-widget {
  margin-bottom: 20px;
  min-height: 100px;
  padding-left: 117px;
  position: relative;
  overflow: hidden;
}
.singleproduct-widget > a:before {
  background: #333 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100px;
  transition: all 0.3s;
  z-index: 10;
}
.singleproduct-widget > a:after {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 100%;
  bottom: 0;
  box-shadow: 0 0 0 5px rgba(246, 249, 250, 0.3);
  color: #333333;
  content: "\eff4";
  font-family: "IcoFont" !important;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin: auto;
  opacity: 0;
  position: absolute;
  text-align: center;
  left: 34px;
  top: 0;
  transform: scale(4);
  transition: all 0.3s ease 0s;
  z-index: 11;
}
.singleproduct-widget:hover a:before {
  opacity: 0.3;
}
.singleproduct-widget:hover a:after {
  opacity: 1;
  transform: scale(1);
}
.singleproduct-widget a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  background: #f1f1f1;
}
.singleproduct-widget-info a h4 {
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.singleproduct-widget-info a h4:hover {
  color: #32c5d2;
}
span.amount-del {
  font-size: 15px;
  color: #282b62;
  font-weight: 600;
  margin: 10px 6px 10px 0;
  word-wrap: break-word;
}
.btn-pro-wid {
  color: #333;
  border: 2px solid #333;
  display: inline-block;
  p: 0 10px;
  padding: 0 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

/*
* ----------------------------------------------------------------------------------------
* 30. END SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 31. START SHOP SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.sin-pro-image {
  margin-bottom: 30px;
}
.product-summary h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 28px;
}
.product-summary .price span {
  color: #999;
}
.product-summary .price {
  font-size: 15px;
  color: #282b62;
  font-weight: 600;
  margin: 10px 0px 10px 0;
  word-wrap: break-word;
}
.product-summary .description {
  margin-bottom: 20px;
}
.product-summary .rating {
  margin-bottom: 20px;
  color: #333;
  letter-spacing: 1px;
}
.quantity #demo_vertical {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 40px;
  text-align: center;
  width: 84px;
  flex: none;
  padding: 0;
}
.quantity #demo_vertical2 {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 40px;
  text-align: center;
  width: 84px;
  flex: none;
  padding: 0;
}
#single-product .quantity {
  padding-left: 0;
}
.quantity .input-group {
  display: flex;
}
.quantity label {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical {
  background-color: #fff;
  border-color: #d4d4d4;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 30px;
  height: 40px;
}
.quantity .bootstrap-touchspin .btn {
  background-color: transparent;
  color: #8c8c8c;
  position: relative;
}
.quantity .bootstrap-touchspin .input-group-btn-vertical i {
  font-size: 11px;
  font-weight: normal;
  left: 0;
  position: absolute;
  right: 0;
  top: -7px;
}
.quantity .btn .glyphicon.glyphicon-chevron-up {
  top: 8px;
}
.product-summary .button {
  position: relative;
}
.product-summary .btncart,
.total-price .btncart {
  padding: 8px 13px;
  margin-top: 25px;
  display: inline-block;
  background-color: #282b62;
  border: 1px solid;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-summary .btncart:hover,
.product-summary .btncart:focus,
.total-price .btncart:hover,
.total-price .btncart:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
#single-product .nav.nav-tabs {
  margin-top: 60px;
}
#single-product .nav-tabs .nav-item.show .nav-link,
#single-product .nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 700;
  background-color: #333;
  border: none;
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
}
.nav-tabs .nav-link {
  border-radius: 0;
  color: #333;
  border: none;
}
.tab-content p {
  margin-top: 20px;
}

/*
* ----------------------------------------------------------------------------------------
* 31. END SHOP SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 32. START SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/

.whishlist-table .whishlist-pro-img img {
  width: 90px;
  background: #f1f1f1;
}
.whishlist-table p a {
  font-weight: 700;
  color: #333;
}
.whishlist-table p span {
  font-weight: 400;
}
.whishlist-table .thead-inverse th {
  color: #fff;
  background-color: #282b62;
  text-transform: uppercase;
  padding: 7px 0;
  border: 1px solid #fff;
  text-align: center;
  font-size: 15px;
}
.whishlist-table tr td {
  vertical-align: middle !important;
  padding: 30px !important;
  border: 1px solid #e9e9e9;
}
.whishlist-table p a i {
  font-size: 30px;
}
.whishlist-table {
  margin: 0 0 20px;
}
.checkout-form .form-group {
  margin-bottom: 15px;
}
.checkout-form .form-control {
  height: 50px;
}

.checkout-form textarea.form-control {
  height: auto;
}
.cursor-pointer {
  cursor: pointer;
}
.cart-page .btn-border-2:hover,
.cart-page .btn-border-2:focus {
  color: #282b62;
}

/*
* ----------------------------------------------------------------------------------------
* 32. END SHOP CART STYLE
* ----------------------------------------------------------------------------------------
*/

/* container width small device */

@media only screen and (max-width: 480px) {
  .container,
  .auto-container {
    width: 90%;
  }
}

@media only screen and (max-width: 360px) {
  .container,
  .auto-container {
    width: 90%;
  }
}

/*================news - style- aman-inter ==============*/

.xs-colr-p {
  color: #fff !important;
}
/*.main-header.header-2 .top-area .info-menu li a .xs-colr-a {
    margin: 0 2px;
    background: #fff !important;
    display: inline;
    padding: 5px 12px;
}
*/

.bkg-black .bkg-black1 {
  background: #222533;
}
.bkg-black1 {
  padding: 80px 0 60px;
}

.xs-font-news {
  font-weight: 500;
  font-style: italic;
  margin: 0;
  font-size: 18px;
}

.xs-colr-lkn {
  color: #222533;
}
.xs-colr-lkn:hover {
  color: #fff;
}
.xs-float-logo {
  /*margin-top: -70px; */
  box-shadow: 1px 1px 8px;
}
.df-float-left {
  float: left;
  padding: 5px;
  margin-right: 15px;
}
.df-z-top {
  margin-top: -70px !important;
  z-index: 9999 !important;
}
.xs-marg-btm {
  margin-bottom: 50px;
}
/*================news - style- aman-inter ==============*/
.xs-lkn {
  color: #282b62 !important;
  float: right !important;
}

.xs-blk {
  color: #282b62 !important; /*!important*/
}
.xs-blk:hover {
  color: #fff !important;
}

.xs-bkg-blck {
  background-color: #000;
}

/*=============responsive-principal-aman-inter===============*/

@media screen and (max-width: 767px) {
  .xs-lkn {
    display: none;
  }

  .xs-box-txt {
    display: none;
  }
  .xs-tp {
    margin-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .xs-float-logo {
    width: 100% !important;
    margin-top: 0px;
    box-shadow: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .xs-resp-btns {
    margin-bottom: 3rem !important;
  }
}

@media screen and (min-width: 1002px) and (max-width: 1163px) {
  .main-header .mainmenu-area .navbar-nav .nav-link {
    padding: 10px 13px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1001px) {
  .main-header .mainmenu-area .navbar-nav .nav-link {
    padding: 10px 13px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .xs-blk {
    color: #fedd25 !important;
  }
  .xs-blk:hover {
    background-color: #fedd25 !important;
  }
}

@media screen and (max-width: 991px) {
  .xs-dspl {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .xs-bmt {
    margin-bottom: 0px !important;
    text-align: center;
  }
}
/*=============responsive-principal-aman-inter===============*/

/*==================mis-à-jour-du-15-12-2021===============*/

.xs-top-two {
  margin-top: 25px;
  font-weight: 500;
}
.xs-top-two-2 {
  font-size: 1.5rem;
}
.xs-colr-white {
  color: #fff;
  margin: 15px 0px;
}

.xsmb-foot {
  margin-bottom: 50px !important;
}
.xs-width-lng {
  min-width: 120px !important; /*! margin-right: 1rem; */
}
.xs-width-lng li > a {
  padding: 12px 0 11px 7px !important;
}

.xs-colr-wht {
  color: #fff;
}
.xs-mb-ps {
  margin-bottom: 40px !important;
  text-align: center;
}
.xs-p {
  padding-top: 8px !important;
}
.xs-m {
  margin-bottom: 10px !important;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .section-title .xs-resp-fnt {
    font-size: 28px;
  }
}

.xs-floats {
  float: right !important;
}

.xs-bdg {
  background-color: #282b62 !important;
}

/*============code-js-paternaire=========  */
/*.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

    }*/

/* The colour of the indicators */
.blog .carousel-indicators li {
  background: #a3a3a3;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #707070;
}

.mon-tp {
  color: #282b62 !important;
}
.icone-res {
  width: 200px !important;
}
.texte-top {
  /*font-size: 11px !important;
    	text-align: right !important;*/
  margin-left: 10px;
}
.lien-flash {
  color: #000 !important;
}
.mlr-3 {
  margin-left: 3px;
  margin-right: 3px !important;
}

.xs-idc {
  bottom: -40px !important;
}

/*============code-js-paternaire=========  */

/*=================mis-à-jour-du-15-12-2021====================*/

.bgk-bdy {
  background-repeat: no-repeat;
}
.xs-mt-4-bf {
  margin-top: 25rem !important;
}
.xs-mt-4-bf-1 {
  margin-top: 12rem !important;
  margin-bottom: 3rem;
}
.xs-mt-4-bf-2 {
  margin-top: 2rem !important;
  margin-bottom: 3rem;
}
.img-center {
  text-align: center !important;
}

.xs-shadown {
  box-shadow: 0 3px 11px -3px #aeaeae;
}
.mt-rem {
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
}
.mb-xs-btom {
  margin-bottom: 2rem;
}
.mb-xs-btoms {
  margin-bottom: 0.1rem;
}
/*.image-two-rem a{
    color: #fff;
    border-color: #333;
    background: #333;
    }*/
.image-two-rem span {
  color: #fff;
  border-color: #333;
  background: #333;
}
.image-two-rem span i {
  color: #fff;
}

.xs-colr-i-btn {
  color: #000;
}
.xs-p-mt-4s {
  margin-top: 35px;
}
.bor-rs {
  border-radius: 50%;
  background: #292c63;
  padding: 15px;
  margin-left: 8px;
}
.xs-voeux {
  margin-top: 55px;
}
.top-s {
  margin-top: 55px !important;
}
.xs-desb {
  color: #292c63 !important;
}
.xs-desb:hover {
  color: rgb(211, 182, 46) !important;
}

body {
  background: #ffffff;
}

.bacgrnd {
  background: #fff !important;
}
.font-s {
  font-size: 35px;
}
.xs-hr-email {
  margin-bottom: 0.5rem !important;
}
.icofont:hover {
  color: #fedd25;
}
.xs-mt-4-bf-3 {
  margin-bottom: 2rem !important;
}

/*===============responsive-page-email============*/

@media screen and (max-width: 767px) {
  .font-s {
    margin-top: 20px;
  }
  .section-padding {
    padding-top: 2px !important;
  }
  .bor-rs {
    margin-left: 2px !important;
  }
  .xs-mt-4-bf-2 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .font-s {
    font-size: 25px;
  }

  .bor-rs {
    margin-left: 1px !important;
  }

  @media screen and (max-width: 991px) {
    .image-style-2-inner .image-two {
      width: 100%;
      height: auto;
    }
  }
  .xs-psv {
    display: none;
  }
}

/*===============responsive-page-email============*/

.xs-cl-bl {
  margin-bottom: 2rem;
  color: #282b62;
}
.xs-cl-bl-01 {
  margin-bottom: 0.5rem;
  color: #282b62;
  margin-top: 1rem;
  font-size: 25px;
}

/*=========== margin-texte======================*/
.xs-mr-3 {
  margin-left: 15px;
  margin-right: 15px;
}
.xs-mb-5 {
  margin-bottom: 25px;
}

/*============= margin-texte======================*/

/* .xs-mb-bdm {
  margin-bottom: 15px;
  margin-bottom: 5rem;
} */

.cdlr-fond {
  color: #292c63 !important;
}

.single-testimonial .df-borrd {
  padding: 0 5px !important;
}

/*============bourse de nos projets================*/

.df-bkg-evnt {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f1f4fa;
}
.wrap {
  display: flex;
  background: white;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 7px 7px 30px -5px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.wrap:hover {
  background: linear-gradient(135deg, #fedd25 10%, #282b62 100%);
  color: white;
}

.ico-wrap {
  margin: auto;
}

.mbr-iconfont {
  font-size: 2.9rem !important;
  color: #313131;
  margin-right: 5px;
  /*! padding-right: 1rem; */
}
.vcenter {
  margin: auto;
}

.mbr-section-title3 {
  text-align: left;
}

.display-5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3rem;
}
.mbr-bold {
  font-weight: 700;
}

p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 25px;
}
.display-6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1re;
}

/*++++++++++++++++++nos-mission-and-vision++++++++++++++*/
.df-no-centr {
  text-align: left;
  background: #fff;
}
.single-testimonial .df-no-centr {
  box-shadow: 1px 0px 30px -5px rgba(0, 0, 0, 0.1);
  /* height: 240px; */
  padding-top: 15px;
}
/*++++++++++++++++++nos-mission-and-vision++++++++++++++*/

/*.carousel-item{min-height:300px;} */
.df-height-carsl {
  height: 500px !important;
}
.bkg-df-offre::before {
  background: #282b62 !important;
}
.xdf {
  padding-bottom: 60px !important;
}
.text-df-pdg {
  margin-bottom: 25px;
  border-radius: 3px;
  padding: 20px 0px;
  background: #000000c2;
  font-size: 20px;
}
/*===========btn-carrousel========*/
.firmin-left {
  margin-left: 5px !important;
}

.firmin-right {
  margin-right: 6px !important;
}
.carousel-control-prev {
  color: #fff !important;
}
/*===========btn-carrousel========*/

.df-withe-frm {
  color: #fff !important;
}
.df-link-sv:hover {
  color: #222222;
}
.df-link-sv {
  color: #282b62;
}
.df-btm-prgm {
  margin-bottom: 0px !important;
}
.df-btm-prgm-1 {
  margin-bottom: 10px !important;
}
.df-btm-prgm-2 {
  padding-top: 30px !important;
}
.df-btm-prgm-3 {
  padding-top: 30px !important;
}
.df-btm-prgm-4 {
  margin-bottom: 70px !important;
}
.df-btm-prgm-5 {
  padding-top: 15px !important;
}
.df-btm-prgm-6 {
  margin-top: 1rem !important;
}

@media screen and (max-width: 767px) {
  .logo-df-hdn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .df-resp-title {
    font-size: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .df-height-carsl {
    height: auto !important;
  }
}
.df-colr-blue {
  color: #282b62;
}
.df-colr-blue:hover {
  color: #222222;
}

/*==================fil-araine-banner================*/

.fil-arian {
  padding: 80px 0 70px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  /*  float: left;*/
  width: 100%;
  margin-top: 35px;
  background: #f1f4fa;
}
.fla-df {
  float: none;
}
.df-boxsadow {
  box-shadow: 0 3px 11px -3px #aeaeae;
  padding: 10px;
}

.df-rigt {
  background: #fedd25;
  color: #282b62;
  padding: 0px 5px;
  border-radius: 15px;
}

.img-zm {
  overflow: hidden;
  display: block;
}
#img {
  transition: 0.5s;
}
#img:hover {
  transform: scale(1.2);
}

/*==================fil-araine-bannerfin================*/

.df-text-undr {
  border-bottom: 1px solid #ccc;
  color: #282b62;
}
.bord-carsl-evnt {
  border: 1px solid #ccc;
  padding: 8px;
}
.df-hr {
  margin: 5px !important;
}
.df-fnt-vdo {
  font-size: 17px;
}
.corl-df-resx {
  color: #fedd25;
}
.corl-df-resx-1 {
  color: #282b62;
}
.corl-df-resx-01 {
  color: #282b62;
}
.corl-df-resx-01:hover {
  color: #fedd25;
}
.m-df-btm {
  margin-bottom: 20px;
}
/*=============pagination-programmes============*/
.pag-link {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
.pag-link.disabled > span,
.pag-link.current > span,
.pag-link > a {
  display: block;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.42857;
  margin-right: 5px;
  padding: 10px 17px;
  position: relative;
  text-decoration: none;
  border: none;
  -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;
}
.pag-link:active > a,
.pag-link:hover > a,
.pag-link:focus > a,
.pag-link.current > span {
  font-size: 24px;
  font-weight: bold;
  padding: 10px 20px;
}
.pag-link > a {
  background-color: #282b62;
  color: #fff;
  cursor: pointer;
}
.pag-link.disabled > span,
.pag-link.current > span {
  background-color: #222222;
  color: #fff;
  cursor: inherit;
}
.pag-link:active > a,
.pag-link:hover > a,
.pag-link:focus > a {
  background-color: #fedd25 !important;
  border-color: #fedd25;
  color: #fff;
}

/*=============pagination-programmes============*/

.df-withe-frm-01 {
  color: #282b62;
}
.df-hr-acts {
  margin-bottom: 40px !important;
}
.m-df-btms {
  margin-bottom: 30px;
}

/*=============STEP-BTN============*/

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: #455a64;
  padding-left: 0px;
  margin-top: 30px;
}

#progressbar li {
  list-style-type: none;
  width: 24.66%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #step1:before {
  content: "1";
}

#progressbar #step2:before {
  content: "2";
}

#progressbar #step3:before {
  content: "3";
}
#progressbar #step4:before {
  content: "4";
}
#progressbar #step5:before {
  content: "5";
}
#progressbar #step6:before {
  content: "6";
}

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #6b6c6c;
  border-radius: 50%;
  margin: auto;
  color: #fff;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #455a64;
  position: absolute;
  left: 0;
  top: 21px;
  z-index: -1;
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #428c32;
}
.df-bx-shd {
  background-color: #f1f4fae6;
  padding: 28px;
  padding-bottom: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.df-bx-shd-no-bkg {
  padding: 15px;
  padding-bottom: 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  /* margin-bottom: 5rem; */
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.df-jne {
  color: #282b62;
}
.df-text-undr-demande {
  color: #282b62;
  text-align: center;
}

.df-tn {
  color: #fff;
  background-color: #282b62;
  border-color: #282b62;

  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.df-tn:hover {
  color: #222222;
  background-color: #fedd25;
  border-color: #fedd25;
}

.df-tn-1 {
  color: #222222;
  background-color: #fedd25;
  border-color: #fedd25;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.df-tn-1:hover {
  color: #fff;
  background-color: #282b62;
  border-color: #282b62;
}

/*=============STEP-BTN============*/

.df-lkn {
  text-align: center !important;
}
.df-prgrm {
  padding: 15px;
  padding-bottom: 25px;
  margin-bottom: 1rem;
  background: #bef1ff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  height: 450px;
  overflow: hidden;
}
.bord-pr {
  background: #282b62;
  padding: 8px;
  border-radius: 15px;
}
.bord-pr-df {
  color: #282b62;
}
.bord-pr-df:hover {
  color: #222222;
}
.light-df {
  line-height: 1.6 !important;
}
.df-hgt {
  height: 45px !important;
}
.bgk-bl-actf {
  background: #f1f4fa;
}
.single-service {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.df-prf {
  height: 350px !important;
}

/*=========16-06-2022=====mis-a-jour============*/
.df-mb-imgs {
  margin-bottom: 85px;
}

/*=========16-06-2022=====mis-a-jour============*/

/*==============mis-a-jour=2022=============*/

.tex-tir h5 {
  font-size: 27px;
  margin-top: 15px;
  padding: 0px 10px;
  color: #282b62;
}

.tex-tir h5:hover {
  color: #fedd25;
}

.tex-tir-1 h5 {
  margin-top: 5px;
  padding: 0px 10px;
  color: #282b62;
}
.tex-tir-1 h5:hover {
  color: #fedd25;
}

.tex-tir-2 h5 {
  margin-top: 5px; /*! padding: 0px 10px; */
  color: #282b62;
  font-weight: normal;
}

.blc-btn-svr {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
}
.df-tex-blc {
  color: #000;
}
.df-tex-blc:hover {
  color: #282b62;
}
.df-mb-bdm {
  background: #f1f4fa;
}

.df-gray-2 {
  background-color: #f1f4fa;
  border: 2px solid #282b62;
}

@media screen and (max-width: 768px) {
  .df-fond-rsp {
    margin-bottom: 15px !important;
  }
  .single-page-title h2::before {
    display: none;
  }
  .single-page-title h2::after {
    display: none;
  }
}
.df-lk-lrps:hover {
  color: #000;
}
.df-brds {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 55px;
  margin-top: 10px;
}

/*========responsive-news=====*/

@media screen and (max-width: 768px) {
  .xs-blk {
    color: #fff !important;
  }
}

@media screen and (max-width: 1141px) {
  .header-2 .quote-btn {
    padding: 20px 15px 0px 5px;
  }
}

@media screen and (min-width: 992px) {
  .df-resp-sld-mt-5 {
    margin-top: 3rem !important;
  }
}

.dsld {
  padding-left: 20px;
}

@media screen and (min-width: 1200px) {
  .df-blc-height,
  .single-blog {
    height: 612px;
  }
  .df-blc-height-white {
    height: 240px;
  }
  .df-btn-svr-nl {
    margin-top: 50px;
  }
  .df-btn-svr-nl-2 {
    margin-top: 30px;
  }

  .df-blc-height-small,
  .single-blog {
    height: 299px;
  }
  .dfs-img-flo {
    height: 130px;
    overflow: hidden;
  }
  .dfs-img-flo-1 {
    overflow: hidden;
  }
  .df-news-f {
    height: 145px;
  }
  .df-event-height {
    height: 300px;
  }

  .df-actu-height {
    height: 305px;
  }
  .df-actu-height-2 {
    margin-top: 25px;
  }
  .df-actu-height-02 {
    margin-top: 30px;
  }
}

/*========responsive-news=====*/

/*==============mis-a-jour=2022=============*/

/*======mis-a-jour=2022=====*/
.df-active {
  color: #ffe921 !important;
}
.df-active:hover {
  color: #fff !important;
}
.df-pd-to {
  padding-bottom: 15px;
}

@media screen and (max-width: 462px) {
  .df-gl {
    width: 100%;
  }
}

.bor-tmg {
  background-color: #f1f4fa;
  border-top: 2px solid #fedd25;
  border-left: 2px solid #fedd25;
  padding: 15px;
  height: 380px;
}

.df-scroll-testimonial {
  overflow-y: scroll;
}

.df-scrl-event {
  width: 540px;
  height: 110px;
  overflow-y: scroll;
  overflow: -moz-scrollbars-horizontal;
}
@media screen and (min-width: 321px) and (max-width: 442px) {
  .df-scrl-event {
    width: 280px;
    height: 100px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 443px) and (max-width: 560px) {
  .df-scrl-event {
    width: 390px;
    height: 100px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 561px) and (max-width: 767px) {
  .df-scrl-event {
    width: 400px;
    height: 100px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1144px) {
  .df-scrl-event {
    width: 400px;
    height: 100px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 320px) {
  .df-scrl-event {
    width: 250px;
    height: 100px;
    margin-top: 20px;
  }
}

.df-shadow-slide {
  background-color: #0000005e;
  padding: 15px;
  border-radius: 5px;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .df-shadow-slide {
    width: 100%;
  }
}
.cacher_bloc {
  display: none;
}

/*======mis-a-jour=2022=====*/

/* Mise à jour 22 12 2022 */
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px !important;
  height: 40px !important;
}

.erreur_message {
  color: red;
}

.text-gras {
  font-weight: bold;
}

/* -----TREMBLER */
@keyframes shakeelement {
  0% {
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@-webkit-keyframes shakeelement {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}

/* #shake {
  width: 50px;
  height: 50px;
  border: 1px solid red;
} */

.shake {
  -webkit-animation-name: shakeelement;
  -webkit-animation-duration: 200ms;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: linear;
  animation-name: shakeelement;
  animation-duration: 200ms;
  transform-origin: 50% 50%;
  animation-iteration-count: 2;
  animation-timing-function: linear;
}

/*======mis-a-jour=03=02=2023=====*/

.df-connexion {
  color: #fff !important;
  background-color: #292c63;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 25px;
}
.df-connexion:hover {
  color: #282b62 !important;
  background-color: #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 25px;
}

@media screen and (min-width: 991px) {
  .df-nv-bnnr {
    max-width: 100%;
    height: 125px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.df-top-marque-tp {
  margin-top: 8px;
}
.df-fntze {
  font-size: 15px;
  color: #131530;
}
.form-check-input {
  /* margin-top: .25rem; */
  margin-left: 0rem !important;
  padding-top: 1rem;
}
.df-top-check {
  margin-top: 8px;
}
.df-btn-clr {
  background-color: #282b62;
  color: #fff;
}
.df-btn-clr:hover {
  cursor: pointer;
  background-color: #fedd25;
  color: #100f0e;
}

.df-danger {
  color: #fff;
  background-color: #ff220b;
  border-color: none !important;
}
.df-danger:hover {
  cursor: pointer;
}
.btn-secondary {
  border-color: #ff220b;
}

.df-danger:hover {
  color: #fff;
  background-color: #282b62;
  border-color: none !important;
}
.df-dialg {
  margin-top: 150px !important;
}
@media screen and (min-width: 400px) {
  .df-top-marque {
    margin-top: 15px;
  }
}
@media screen and (max-width: 431px) {
  .info-menu p {
    line-height: 22px;
  }
}

/*======mis-a-jour=03=02=2023=====*/

/* 15 février 2023 */
.cacher-bloc {
  display: none;
}

/*======mis-a-jour=10=02=2023=====*/

.home-2 .home-single-slide-dec {
  bottom: -120px;
}
.df-shadow-slide {
  background-color: #0000005e;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  width: 80%;
}

.cdlr-fond {
  font-size: 17px !important;
}
.df-blck-colr {
  color: #100f0e;
}
.df-coordn {
  color: #282b62;
  font-size: 18px;
}

.df-bord-shdw {
  box-shadow: 0px 0px 10px #ccc;
  padding: 15px;
  background-color: #f1f4fa;
  border-left: 2px solid #282b62;
  border-top: 2px solid #282b62;
}

/* .carousel-control-next, .df-carsl-left {
	 opacity: 1 !important;
	 width: 94% !important;
	 top: 152px !important;
  } */

.df-carsl li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #282b62;
  top: 51px;
}

.df-carsl .active {
  background-color: #fedd25;
}
.df-carsl li:hover {
  cursor: pointer;
}

/*======mis-a-jour=10=02=2023=====*/

/*======mis-a-jour=13=02=2023=====*/
.module-whatsapp.left_bottom,
.module-whatsapp.left_center,
.module-whatsapp.left_top {
  right: auto !important;
}

.module-whatsapp {
  margin: 0 0 30px 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 0 !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  visibility: visible;
  transition: none !important;
  /* background-color: transparent; */
  /* box-shadow: 2px 2px 6px rgba(0,0,0,0.4); */
  right: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-whatsapp.left_bottom {
  left: 0;
  bottom: 0;
}

.module-faire-don {
  margin: 0 0 5px 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 0 !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 25px;
  visibility: visible;
  transition: none !important;
  /* background-color: transparent; */
  /* box-shadow: 2px 2px 6px rgba(0,0,0,0.4); */
  right: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-faire-don.right_bottom {
  right: 0;
  bottom: 0;
}

.module-faire-don .title-module {
  background: #fedd25;
  color: #fff;
  padding: 2px 8px;
  display: block;
  clear: both;
  border-radius: 2px;
  margin-top: 5px;
  font-size: 14px;
  /*! margin-bottom: 25px; */
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  min-width: 41px;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 15px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

.module-whatsapp img {
  width: 50px;
}
.module-whatsapp .df-btm-api-img {
  margin-bottom: 10px;
}

.module-whatsapp .title-module {
  background: #1da110;
  color: #fff;
  padding: 2px 8px;
  display: block;
  clear: both;
  border-radius: 2px;
  margin-top: 5px;
  font-size: 14px;
  /*! margin-bottom: 25px; */
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  min-width: 41px;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 15px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}

/*======mis-a-jour=13=02=2023=====*/

/*======test-api-whatsp-aman=2======*/
.mx-auto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/*======test-api-whatsp-aman=2======*/

.img-fluid {
  max-width: 100%;
  height: auto !important;
}

/*================ ajoute le 01 03 2023 =========================*/

.titre-agenda-bfh {
  font-size: 20px !important;
}
.bouton-vplus-fhb {
  background-color: #282b62;
  padding: 2px 5px;
  color: #fff !important;
}
.bouton-vplus1-fhb {
  text-align: center !important;
}
.body-agenda-fhb {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  background-color: #282b62;
}
.mt-10 {
  margin-top: 10px;
}
.contact-recu {
  font-size: 13px;
}
.df-text-blu {
  color: #282b62;
}
.df-rec-mt-5 {
  margin-top: 5rem;
}
.df-rec-mb-5 {
  margin-bottom: 4rem;
}

.df-brod {
  border: 2px solid #282b62;
  display: inline-block;
  padding: 8px 15px;
}

/* =============selection de langue aman=========== */

.df-languages {
  background-color: #282b62;
  border-color: #282b62;
  color: #fff;
  float: right;
  margin-right: 15px;
  padding: 15px;
  font-weight: 500;
  background-image: url(https://www.aman-international.org/assets/img/globe.png);
  background-repeat: no-repeat;
  background-size: 1.8em auto;
  background-position: 0.8em center;
  padding-left: 46px !important;
  outline: none;
}

.df-font-lang {
  font-size: 16px;
  font-weight: 600;
  padding-left: 25rem !important;
  margin-left: 45rem !important;
}

.df-mt-lange {
  margin-top: 35px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

/* =============selection de langue aman=========== */

@media screen and (max-width: 767px) {
  .df-distinction {
    display: none;
  }

  .df-languages {
    padding: 8px;
  }
}

/* New slide */
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .home-single-slide-button {
    margin-bottom: 150px !important;
  }
  .btn-ensav {
    padding: 7px 10px !important;
  }
  .home-2 .home-single-slide,
  .home-3 .home-single-slide {
    height: 100px !important;
  }
  .home-single-slide h2 {
    font-size: 22px !important;
  }
  .df-font-rsp {
    font-size: 20px;
  }
  .df-shadow-slide {
    /* width: 60%; */
    border-radius: 0px;
    display: inline-block !important;
  }
  .home-2 .home-single-slide-dec {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .home-single-slide-button {
    margin-bottom: 249px !important;
  }
}

@media (max-width: 768px) {
  /* .df-shadow-slide {
    display: none;
  } */
  .home-2 .home-single-slide,
  .home-3 .home-single-slide {
    height: 100px !important;
  }
  .home-single-slide h2 {
    font-size: 12px !important;
  }
  .df-shadow-slide {
    /* width: 60%; */
    border-radius: 0px;
    display: inline-block !important;
  }
  .df-font-rsp {
    font-size: 15px;
  }
  .home-single-slide p {
    margin: 0px !important;
  }
  .home-2 .home-single-slide-dec {
    bottom: -2px;
    text-align: center;
  }
  .btn-ensav {
    padding: 7px 10px !important;
  }
}

@media (max-width: 560px) {
  .df-shadow-slide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .df-shadow-slide {
    /* width: 60%; */
    border-radius: 0px;
    display: inline-block !important;
  }
  .df-font-rsp {
    font-size: 15px;
  }
  .home-single-slide p {
    margin: 0px !important;
  }
  .home-2 .home-single-slide-dec {
    bottom: 22px;
    text-align: center;
  }
  .home-2 .home-single-slide,
  .home-3 .home-single-slide {
    height: 100px;
  }
}

@media screen and (min-width: 767px) {
  .df-languages {
    float: right;
  }
  .df-mt-lange {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .df-mt-lange {
    margin-top: 35px;
  }
}

@media screen and (max-width: 992px) {
  .home-slides.owl-theme .owl-dots,
  .home-slides-2.owl-theme .owl-dots {
    display: none;
  }
}

/* Whatssa */
@media screen and (min-width: 768px) {
  .bouton-web {
    /* background-color: #00ac36; */
    padding: 10px 20px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .bouton-web {
    display: none;
  }
}

@media screen and (min-width: 768.89px) {
  .bouton-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bouton-mobile {
    /* background-color: #00ac36; */
    padding: 10px 20px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
  }
}

/* Firmin */

@media screen and (min-width: 787px) {
  .df-blc-heigt-fai {
    height: 382px !important;
    margin-bottom: 5em !important;
  }
  .df-bkg-evnt {
    padding-top: 4rem;
    padding-bottom: 3rem;
    background-color: #f1f4fa;
    height: 591px;
  }
  .df-mb-bdm {
    background: #f1f4fa;
    padding: 52px 0px;
  }
}
.bloc-devis-fai {
  padding-top: 40px;
  padding-bottom: 35px;
}

/*========================== css ajoute le 02 11 2023 =========================*/
.minute{
  font-size: 25px;
  background-color: #F0080C;
  padding: 10px;
  font-weight: 700;
  color:#fff;
  border-radius: 5px;
  margin:  0px 30px;
}

.color-icon {
  font-size: 12px;
  color: #282b62;
}

.container a:focus,
.container a:hover {
  color: #282b62;
  text-decoration: none;
}