/*-----------------------------------------------------------------------------------

    Template Name: NIKNA : Business Consultancy HTML5 Template
    Template URL: https://uipark.net/
    Description: Business Consultancy HTML5 Template
    Author: mk360_themes
    Author URI: https://themeforest.net/user/mk360_themes
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css
===========================*/
/* @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800"); */
/* @import url("https://fonts.googleapis.com/css?family=Lato:400,500,600,700,800"); */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,500,600,700,800");
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');

body {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background-image: url('../images/business.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; */
  overflow-x: hidden;
}

.wrap-content{
  background-color: rgb(247, 247, 247);
}

/*
	##Device = Desktops
	##Screen = 1281px to higher resolution desktops
	*/

@media (min-width: 1281px) {
  .wrap-content {
    margin: 0 150px;
  }
}

/*
	##Device = Laptops, Desktops
	##Screen = B/w 1025px to 1280px
	*/

@media (min-width: 1025px) and (max-width: 1280px) {
  .wrap-content {

    margin: 0 100px;
  }
}

/*
	##Device = Tablets, Ipads (portrait)
	##Screen = B/w 768px to 1024px
	*/

@media (min-width: 768px) and (max-width: 1024px) {
  .wrap-content {

    margin: 0 50px;
  }
}

/*
	##Device = Tablets, Ipads (landscape)
	##Screen = B/w 768px to 1024px
	*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .wrap-content {
    margin: 0 50px;
  }

}

/*
	##Device = Low Resolution Tablets, Mobiles (Landscape)
	##Screen = B/w 481px to 767px
	*/

@media (min-width: 481px) and (max-width: 767px) {
  .wrap-content {
    margin: 0 10px;

  }

}

/*
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
	*/

@media (min-width: 320px) and (max-width: 480px) {
  .wrap-content {

    margin: 0;
  }

}

/*=============================================
=            PACE            =
=============================================*/

/* .pace-running {

  background-color: #fff;
}

.pace-running>*:not(.pace) {
  opacity: 0;
} */

/*=====  End of PACE  ======*/



@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

img {
  max-width: 100%;
  /* width:100%; */
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #333;
  margin: 0px;
}

h1 {
  font-weight: 500;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0px;
}

@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
}

.bg_cover {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /* height: 350px; */
  /* margin : 0 4px; */
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* border: 1px solid #3764eb; */
  border: 1px solid white;
  padding: 0 35px;
  margin-right: 5px;
  font-size: 15px;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  /* background-color: #3764eb; */
  background-color: #ff8c00;
  text-transform: uppercase;
  text-shadow: none;
}

.btn-green {
  background-color: #276b27;
}

.btn-red {
  background-color: #d71c3d;
}

.main-btn:hover {
  background-color: transparent;
  color: white;
  text-shadow: 1px 1px 1px #000;
}

.main-btn.main-btn-2 {
  background-color: #fff;
  color: #3764eb;
  border-color: #fff;
}

.main-btn.main-btn-2:hover {
  background-color: #3764eb;
  border-color: #3764eb;
  color: #fff;
}

@media (max-width: 767px) {
  .main-btn {
    padding: 0 10px;
    line-height: 45px;
  }
}

/*===== All Section Style =====*/
.section-title h3 {
  font-family: 'Roboto';
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  /* color : #4682b4; */
  color: #276b27;
}

.section-title2 h3 {
  font-family: 'Roboto';
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  /* color : #4682b4; */
  /* color : #276b27; */
  /* color: #888; */
}

@media (max-width: 767px) {
  .section-title h3 {
    font-size: 28px;
  }
}

.section-title .underline span {
  width: 70px;
  height: 3px;
  background-color: #3764eb;
  /* background-color: #276b27; */
  opacity: .8;
  /* background-color: #ccc; */
  color: #ccc;
  border-radius: 5px;
  position: relative;
  margin: 0 13px;
}

.section-title .underline span::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #3764eb;
  /* border: 2px solid #276b27; */
  opacity: .8;
  /* border: 2px solid #ccc; */
  top: -8px;
}

.section-title .underline span:nth-of-type(1)::before {
  right: -20px;
}

.section-title .underline span:nth-of-type(2)::before {
  left: -20px;
}

/*===== All Preloader Style =====*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .loader .sk-cube-grid {
  width: 42px;
  height: 40px;
}

.preloader .loader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #3764eb;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  -moz-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  -o-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.preloader .loader .sk-cube-grid .sk-cube.sk-cube1 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .loader .sk-cube-grid .sk-cube.sk-cube2 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .loader .sk-cube-grid .sk-cube.sk-cube3 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .loader .sk-cube-grid .sk-cube.sk-cube4 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .loader .sk-cube-grid .sk-cube.sk-cube5 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .loader .sk-cube-grid .sk-cube.sk-cube6 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .loader .sk-cube-grid .sk-cube.sk-cube7 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader .loader .sk-cube-grid .sk-cube.sk-cube8 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .loader .sk-cube-grid .sk-cube.sk-cube9 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(2, 2, 2);
    transform: scale3D(2, 2, 2);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    -webkit-transform: scale3D(2, 2, 2);
    transform: scale3D(2, 2, 2);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}


/*===========================
    2.HEADER css
===========================*/
/*===== header top =====*/
.header-top {
  border-bottom: 1px solid #e2e2e2;
}

.header-top .meta ul li {
  display: inline-block;
  margin-right: 50px;
  font-size: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-top .meta ul li {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top .meta ul li {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .header-top .meta ul li {
    margin-right: 20px;
  }
}

.header-top .meta ul li i {
  color: #3764eb;
  margin-right: 5px;
}

.header-top .meta ul:last-child {
  margin-right: 0;
}

.header-top .social-icon ul li {
  display: inline-block;
  margin-right: 15px;
}

.header-top .social-icon ul li a {
  font-size: 16px;
  color: #777;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-top .social-icon ul li a:hover {
  color: #3764eb;
}

.header-top .social-icon ul li:last-child {
  margin-right: 0;
}

/*===== header nemu =====*/
/* .header-nemu { */
/* border-bottom: 1px solid #e2e2e2; */
/* padding-top : 5px;
    padding-bottom: 5px; */
/* width: 100%; */
/* } */

.navbar-brand img {
  margin-top: 5px;
  border-radius: 5px;

}

.header-nemu-absolute {
  border: none;
  position: absolute;
  top: 0;
  z-index: 10;
  background: none;
  width: 100%;
}

.header-nemu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0.7;
  z-index: 999;
  -webkit-animation: sticky 2s;
  -moz-animation: sticky 2s;
  -o-animation: sticky 2s;
  animation: sticky 2s;
}

#out-of-the-box-demo {

  z-index: 0;
}

.header-nemu .navbar {
  width: 100%;
  padding: 0;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .header-nemu .navbar {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .header-nemu .navbar {
    padding: 10px 0;
  }
}

.header-nemu .navbar .navbar-toggler {
  padding: 4px 8px;
}

.header-nemu .navbar .navbar-toggler .icon-bar {
  width: 30px;
  height: 2px;
  background-color: #777;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header-nemu .navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.header-nemu .navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.header-nemu .navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nemu .navbar .navbar-collapse {
    max-height: 315px;
    overflow: auto;
    /* padding-right: 20px; */
  }
}

@media (max-width: 767px) {
  .header-nemu .navbar .navbar-collapse {
    max-height: 315px;
    overflow: auto;
    padding-right: 20px;
  }
}


.header-nemu .navbar .navbar-nav .nav-item {
  position: relative;
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nemu .navbar .navbar-nav .nav-item {
    /* margin-right: 25px; */
    margin-right: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nemu .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header-nemu .navbar .navbar-nav .nav-item {
    margin-right: 0;
  }
}

.header-nemu .navbar .navbar-nav .nav-item a {
  /* font-size: 14px; */
  /* color: #777; */
  color: #000;
  /* text-shadow: 1px 1px 1px black; */
  /* text-shadow: none; */
  /* font-weight: 400; */
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 15px 0;
}

.header-nemu .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  /* background-color: #3764eb; */
  /* background-color: #ccc; */
  background-color: #ff8c00;
  border-radius: 50%;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nemu .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nemu .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nemu .navbar .navbar-nav .nav-item a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nemu .navbar .navbar-nav .nav-item a {
    padding: 8px 0;
    display: block;
  }
}

@media (max-width: 767px) {
  .header-nemu .navbar .navbar-nav .nav-item a {
    padding: 8px 0;
    display: block;
  }
}

.header-nemu .navbar .navbar-nav .nav-item a .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nemu .navbar .navbar-nav .nav-item a .sub-nav-toggler {
    position: absolute;
    padding: 5px;
    background: none;
    border: 0;
    top: 4px;
    right: 0;
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #777;
  }
}

@media (max-width: 767px) {
  .header-nemu .navbar .navbar-nav .nav-item a .sub-nav-toggler {
    position: absolute;
    padding: 5px;
    background: none;
    border: 0;
    top: 4px;
    right: 0;
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #777;
  }
}



.header-nemu .navbar .navbar-nav .nav-item a.active,
.header-nemu .navbar .navbar-nav .nav-item:hover>a {
  /* color: #3764eb; */
  color: #023498;
}

.header-nemu .navbar .navbar-nav .nav-item a.active::before,
.header-nemu .navbar .navbar-nav .nav-item:hover>a::before {
  left: -12px;
  opacity: 1;
}

.header-nemu .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.header-nemu .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  width: 180px;
  left: 0;
  top: 110%;
  /* background-color: #3764eb; */
  background-color: #666;
  /* background-color: #fff; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 999;

}

.header-nemu .navbar .navbar-nav .nav-item .sub-menu li {
  margin: 0;
  position: relative;
}

.header-nemu .navbar .navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 10px 5px;
  color: #fff;
  /* color : #777; */
  /* text-shadow: 1px 1px 1px black; */
  text-shadow: none;
  /* border : none; */
  border-left: 1px solid #e2e2e2;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header-nemu .navbar .navbar-nav .nav-item .sub-menu li>a.dropdown-item:after {
  content: ">";
  float: right;
}

.header-nemu .navbar .navbar-nav .nav-item .sub-menu li>a.dropdown-item:hover:after {
  color: greenyellow;
}

.header-nemu .navbar .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 6.5px;
  /* background-color: #18152c; */
  color: white;
  /* background-color: #276b53; */
  background-color: #ff8c00;
}

.header-nemu .navbar .navbar-nav .nav-item .sub-menu li:last-child a {
  border-bottom: 0;
}

.header-nemu .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.header-nemu .navbar .navbar-nav .nav-item .sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nemu .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
}

@media (max-width: 767px) {
  .header-nemu .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    text-align: left;
  }
}

.header-nemu .navbar .navbar-nav .nav-item:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-nemu .search-icon {
  padding: 35px 0;
}

.header-nemu .search-icon a {
  font-size: 16px;
  color: #777;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nemu .search-icon {
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 70px;
    top: 21px;
    z-index: 5;
  }
}

@media (max-width: 767px) {
  .header-nemu .search-icon {
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 70px;
    top: 21px;
    z-index: 5;
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/*===== Search =====*/
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 100, 235, 0.5);
  z-index: 15;
  display: none;
}

.search-box .closebtn {
  position: absolute;
  right: 50px;
  top: 30px;
  cursor: pointer;
  padding: 12px 0px;
}

.search-box .closebtn span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: relative;
}

.search-box .closebtn span:nth-of-type(1) {
  top: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.search-box .closebtn span:nth-of-type(2) {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-box .searchform input {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 55px;
  padding: 0 25px;
  border-radius: 50px;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  color: #777;
}

@media (max-width: 767px) {
  .search-box .searchform input {
    width: 80%;
  }
}

.search-box .searchform button {
  position: absolute;
  top: 50%;
  left: 72%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  font-size: 16px;
  color: #777;
  border: 0;
  background: none;
  cursor: pointer;
}

/*===== Index 2 =====*/
.header-top-2 {
  background-color: #18152c;
}

.header-top-2 .meta p {
  font-size: 14px;
  color: #fff;
}

.header-top-2 .meta p a {
  color: #fff;
  margin-right: 5px;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header-top-2 .meta p a:hover {
  color: #3764eb;
}

.header-top-2 .social-icon ul li a {
  color: #cecece;
}

.header-nemu-2 .navbar .navbar-nav .nav-item a::before {
  display: none;
}

.support-btn {
  padding: 21px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .support-btn .main-btn {
    width: 85%;
    padding: 0;
  }
}

/*===========================
    3.SLIDER css
===========================*/
.slider-wrapper {
  margin: auto;
  padding: 20px;
  width: 80%;
}

.slider-content {
  /* background-color: #999; */
  background-color: transparent;
  padding: 10px;
  margin-left: 50px;
  color: white;
  /* text-shadow: 1px 1px 1px black; */
  text-shadow: none;
  /* opacity : 0.85; */
}


.slider-content p {
  /* background-color: #999; */
  font-size: 20px;
  font-weight: normal;
  /* opacity : 0.85; */
}

/* .single-slider .slider-content h2{

} */

.single-slider .slider-content h2 {
  font-family: "News Cycle";
  font-weight: 800;
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single-slider {
    /* height: 650px;  */
    height: 360px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-slider {
    /* height: 650px;  */
    height: 360px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .single-slider {
    height: 250px;
  }
}

.single-slider .slider-content h2 {
  /* font-size: 46px;  */
  font-size: 40px;
}

@media (max-width: 767px) {
  .single-slider .slider-content h2 {
    font-size: 20px;
  }
}

.single-slider .slider-content h2 span {
  color: #3764eb;

}

.single-slider .slider-content h2 {
  /* color: white; */
  font-size: 35px;
}



.slider-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: 100;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-active .slick-arrow i {
  font-size: 24px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  /* background-color: #e9e9e9; */
  background-color: transparent;
  border-radius: 50%;
  /* color: #276b53; */
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
}

.slider-active .slick-arrow:hover i {
  color: #fff;
  /* background-color: #276b53; */
  background-color: #ff8c00;
  ;
}

.slider-active .slick-arrow.next {
  left: auto;
  right: 0px;
}

.slider-active:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
  left: 40px;
}

.slider-active:hover .slick-arrow.next {
  left: auto;
  right: 40px;
}

/*===== Index 2 =====*/
.slider-active.slider-2 .slick-arrow {
  position: absolute;
  left: auto;
  right: 50px;
  top: 50%;
  z-index: 5;
  opacity: 1;
  visibility: visible;
}

.slider-active.slider-2 .slick-arrow i {
  font-size: 34px;
  /* color: #276b53; */
  color: #fff;
  background-color: transparent;
  width: 50px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.slider-active.slider-2 .slick-arrow:hover i {
  background-color: #276b53;
  color: #fff;
}

.slider-active.slider-2 .slick-arrow.prev {
  top: 44.5%;
}

.slider-active.slider-2 .slick-arrow.next {
  top: 55.5%;
}

.slider-active.slider-2:hover .slick-arrow.next {
  right: 50px;
}

/*===========================
    4.FEATURES css
===========================*/
.featuera {
  background-repeat: repeat;
}

.singel-features .icon i {
  font-size: 50px;
  /* color: #3764eb; */
  color: #ff8c00;
  /* color: #bbb; */
  /* line-height: 50px;  */
}

.singel-features .social i {
  font-size: 30px;
  /* color: #3764eb; */
  color: #ff8c00;
  margin-right: 10px;
  /* line-height: 50px; */
}

.singel-features .content h5 {
  font-weight: 600;
  font-size: 18px;
}

.singel-features .content p {
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #features-part {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #features-part {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*===== Index 2 =====*/
.singel-features-2 .icon i {
  font-size: 50px;
  color: #3764eb;
  line-height: 50px;
}

.singel-features-2 .content h5 {
  font-weight: 600;
  font-size: 20px;
}

.singel-features-2 .content a {
  font-size: 15px;
  color: #3764eb;
  font-weight: 600;
}

.singel-features-2 .content a i {
  margin-left: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #features-part-2 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  #features-part-2 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

/*===========================
    5.SERVICES css
===========================*/
.singel-services .icon i {
  font-size: 36px;
  /* color: #e2e2e2; */
  color: #ff8c00;
  width: 75px;
  line-height: 73px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-services:hover .icon i {
  background-color: #ff8c00;
  color: white;
  border-color: #ff8c00;
}

.singel-services .content a h4 {
  font-size: 20px;
  color: #276b53;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-services .content a h4:hover {
  color: #3764eb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #services-part {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #services-part {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===== Index 2 =====*/
.singel-services-2 {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 0 30px 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-services-2 .icon {
  margin-top: -40px;
}

.singel-services-2 .icon i {
  font-size: 36px;
  color: #e2e2e2;
  width: 75px;
  line-height: 73px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-services-2 .content a h4 {
  font-size: 20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-services-2 .content a h4:hover {
  color: #3764eb;
}

.singel-services-2:hover {
  border-color: #3764eb;
}

.singel-services-2:hover .icon i {
  border-color: #3764eb;
  background-color: #3764eb;
}

.singel-services-2:hover .content a h4 {
  color: #3764eb;
}

/*===========================
    6.ABOUT css
===========================*/
.about-part {
  margin-bottom: 230px;
}

.about-content {
  /* background-color: #3764eb; */
  background-color: #276b53;
  padding: 0 40px 35px;
  margin-bottom: -230px;
}

@media (max-width: 767px) {
  .about-content {
    padding: 0 15px 35px;
  }
}

.about-content .video {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  text-align: center;
}

.about-content .video a i {
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  /* color: #3764eb;  */
  color: #ff8c00;
}

.about-content .about-text span {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 5px;
}

.about-content .about-text h3 {
  font-size: 32px;
  color: #fff;
}

.about-content .about-text p {
  color: #fff;
}

.about-content .signature h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.about-content .signature span {
  color: #fff;
  font-size: 14px;
}

/*===== Index 2 =====*/
.about-part-2 {
  position: relative;
}

.about-part-2 .about-2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
}

.about-2-content {
  opacity: 1;
}

.about-2-content.about-2-content h3 {
  font-weight: 600;
  font-size: 32px;
  padding-right: 160px;
}

@media (max-width: 767px) {
  .about-2-content h3 {
    padding-right: 0;
  }
}

.about-2-content h3 span {
  color: #3764eb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #about-part-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #about-part-2 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===========================
    7.PROJECT css
===========================*/
.project-menu ul li {
  display: inline-block;
  /* padding: 0 50px; */
  /* line-height: 50px;
  border-radius: 50px;
  border: 2px solid #276b53;
  margin: 10px 12px 0;
  cursor: pointer;
  color: #276b53;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-menu ul li {
    margin: 10px 5px 0;
    font-size: 14px;
    line-height: 45px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .project-menu ul li {
    margin: 10px 5px 0;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
}

.project-menu ul li.active,
.project-menu ul li:hover {
  background-color: #3764eb;
  border: 2px solid #3764eb;
  color: #fff;
}

.singel-project {
  position: relative;
  border: 10px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(191, 191, 191, 0.4);
  -moz-box-shadow: 0px 5px 18px 0px rgba(191, 191, 191, 0.4);
  box-shadow: 0px 5px 18px 0px rgba(191, 191, 191, 0.4);
}

.singel-project .image{
  font-size: 14px;
}

.singel-project .image img {
  width: 100%;
}

.singel-project .image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3764eb;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-project .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width : 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-project .content ul li {
  display: inline-block;
  /* margin: 0 5px; */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-project .content ul li a {
  color: #fff;
  font-size: 12px;
  width: 90%;
  line-height: 4px;
  /* border-radius: 50%; */
  text-align: center;
  /* border: 2px solid #fff; */
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-project .content ul li a:hover {
  /* background-color: #fff; */
  color: gold;
}

.singel-project .content a {
  display: block;
}

.singel-project .content a h4 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-project .content span {
  font-size: 12px;
  color: #fff;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-project:hover .image:before {
  opacity: 1;
}

.singel-project:hover .content {
  opacity: 1;
  visibility: visible;
}

.singel-project:hover .content ul li {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.singel-project:hover .content h4,
.singel-project:hover .content span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.singel-project:hover .content a:hover > h4{
  color:gold;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-part {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #project-part {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===== Index 2 =====*/
.project-2-menu ul li {
  margin: 10px -2px 0;
  display: inline-block;
  padding: 0 15px 15px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
  .project-2-menu ul li {
    padding: 0 10px 15px;
    font-size: 16px;
  }
}

.project-2-menu ul li::after,
.project-2-menu ul li::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  background-color: #e7e7e7;
  left: 0;
  bottom: 0;
}

.project-2-menu ul li:first-child::before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.project-2-menu ul li:last-child::before {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.project-2-menu ul li::after {
  border-radius: 5px;
  background-color: #3764eb;
  width: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project-2-menu ul li.active,
.project-2-menu ul li:hover {
  color: #3764eb;
}

.project-2-menu ul li.active::after,
.project-2-menu ul li:hover::after {
  width: 100%;
}

.single-project-2 {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.single-project-2 .project-image {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-project-2 .project-image img {
  width: 100%;
}

.single-project-2 .project-content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 10px 30px;
  background-color: #3764eb;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-project-2 .project-content .name a h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.single-project-2 .project-content .name span {
  color: #fff;
  font-size: 15px;
  display: block;
}

.single-project-2 .project-content .view {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-project-2 .project-content .view a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.single-project-2 .project-content .view a i {
  margin-left: 5px;
}

.single-project-2:hover .project-image {
  -webkit-transform: translateY(-65px);
  -moz-transform: translateY(-65px);
  -ms-transform: translateY(-65px);
  -o-transform: translateY(-65px);
  transform: translateY(-65px);
}

.single-project-2:hover .project-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*===========================
    8.PRICING css
===========================*/
.singel-price {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  margin-bottom: 20px;
}

.singel-price .price-title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #3764eb;
  padding-top: 25px;
  padding-bottom: 66px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.singel-price .price-services {
  border: 2px solid #3764eb;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.singel-price .price-services .price {
  margin-top: -40px;
  position: relative;
  z-index: 5;
}

.singel-price .price-services .price span {
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 24px;
  color: #333;
  font-weight: 600;
}

.singel-price .price-services .services-list {
  padding-top: 15px;
  padding-bottom: 35px;
}

.singel-price .price-services .services-list ul li {
  line-height: 40px;
  font-size: 15px;
}

.singel-price .price-btn {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.singel-price .price-btn a {
  font-size: 15px;
  color: #3764eb;
  padding: 0 50px;
  border: 2px solid #3764eb;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  font-weight: 600;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-price.active,
.singel-price:hover {
  -webkit-box-shadow: 0px 5px 51px 0px rgba(191, 191, 191, 0.4);
  -moz-box-shadow: 0px 5px 51px 0px rgba(191, 191, 191, 0.4);
  box-shadow: 0px 5px 51px 0px rgba(191, 191, 191, 0.4);
}

.singel-price.active .price-btn a,
.singel-price:hover .price-btn a {
  background-color: #3764eb;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #price-part {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #price-part {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===========================
    9.COUNTER css
===========================*/
.counter-part {
  background-color: #003865;
  /* opacity : .5; */
  position: relative;
}

.counter-part::before {
  position: absolute;
  content: '';
  background-image: url(../images/dots-2.png);
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.05;
  background-size: contain;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-part::before {
    width: 100%;
    height: 50%;
  }
}

@media (max-width: 767px) {
  .counter-part::before {
    width: 100%;
    height: 54%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-part::before {
    width: 100%;
    height: 47%;
  }
}

.counter-part .counter-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-part .counter-bg {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 50%;
  }
}

@media (max-width: 767px) {
  .counter-part .counter-bg {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 46%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-part .counter-bg {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 53%;
  }
}

.singel-counter {
  position: relative;
  z-index: 5;
}

.singel-counter span {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .singel-counter span {
    font-size: 40px;
  }
}

.singel-counter p {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .singel-counter p {
    font-size: 16px;
  }
}

.counter-call-to-action {
  position: relative;
  z-index: 10;
  padding-left: 25px;
}

.counter-call-to-action h3 {
  font-family: 'Roboto';
  font-size: 32px;
  color: #fff;
}

.counter-call-to-action p {
  color: #fff;
}

@media (max-width: 767px) {
  .counter-call-to-action {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-part {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #counter-part {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

/*===== Index 2 =====*/
.counter-part-2 {
  background-color: #3764eb;
  position: relative;
  padding-bottom: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-part-2 {
    padding-top: 35px;
    padding-bottom: 257px;
  }
}

@media (max-width: 767px) {
  .counter-part-2 {
    padding-top: 30px;
    padding-bottom: 140px;
  }
}

.counter-part-2::before {
  position: absolute;
  content: '';
  background-image: url(../images/dots-3.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  background-size: contain;
  z-index: 5;
}

.video-area-2 {
  margin-top: -190px;
  position: relative;
}

@media (max-width: 767px) {
  .video-area-2 {
    margin-top: -80px;
  }
}

.video-area-2 .video-2 {
  position: relative;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(191, 191, 191, 0.2);
  -moz-box-shadow: 0px 0px 54px 0px rgba(191, 191, 191, 0.2);
  box-shadow: 0px 0px 54px 0px rgba(191, 191, 191, 0.2);
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.video-area-2 .video-2 img {
  width: 100%;
}

.video-area-2 .video-2 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.video-area-2 .video-2 .content a i {
  font-size: 30px;
  color: #3764eb;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .video-area-2 .video-2 .content a i {
    width: 50px;
    line-height: 50px;
    font-size: 26px;
  }
}

.video-area-2 .video-2 .content a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #ebebeb;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  -moz-animation: pulse-border 1500ms ease-out infinite;
  -o-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .video-area-2 .video-2 .content a::before {
    width: 50px;
    height: 50px;
  }
}

.video-area-2 .video-2 .content a::after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .video-area-2 .video-2 .content a::after {
    width: 50px;
    height: 50px;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
}

/*===== Iner Page Counter =====*/
#counter-part-3 {
  background-attachment: fixed;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #counter-part-3 {
    padding-top: 30px;
    padding-bottom: 71px;
  }
}

@media (max-width: 767px) {
  #counter-part-3 {
    padding-top: 20px;
    padding-bottom: 61px;
  }
}

.single-counter-3 {
  position: relative;
  z-index: 5;
}

.single-counter-3 .icon i {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}

.single-counter-3 .content span {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  line-height: 45px;
}

.single-counter-3 .content p {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

/*===========================
    10.TESTIMONIAL css
===========================*/
.singel-testimonial {
  border: 2px solid #3764eb;
  border-radius: 5px;
  padding: 25px 20px 0;
  background-color: #fff;
  margin-bottom: 45px;
}

.singel-testimonial .author-name {
  position: relative;
}

.singel-testimonial .author-name h6 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}

.singel-testimonial .author-name p {
  font-size: 15px;
  position: relative;
  z-index: 5;
}

.singel-testimonial .author-name i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 70px;
  line-height: 45px;
  color: #f1f1f1;
}

.singel-testimonial .testimonial-author {
  margin-bottom: -45px;
  display: inline-block;
}

.singel-testimonial .testimonial-author img {
  border-radius: 50%;
  border: 2px solid #3764eb;
}

.testimonial-slide .slick-dots {
  text-align: center;
  margin-top: 32px;
}

.testimonial-slide .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.testimonial-slide .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d8d8d8;
  padding: 0;
  font-size: 0;
  border: 0;
  cursor: pointer;
}

/* .testimonial-slide .slick-dots li.slick-active button { */
/* background-color: #3764eb;  */
/* background-color: #276b53;
      } */

.slick-dots li.slick-active button {
  background-color: #276b53;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-part {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #testimonial-part {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===== Index 2 =====*/
.single-testimonial {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}



.single-testimonial .testimonial-content {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.single-testimonial .testimonial-author {
  padding: 10px 20px;
  /* background-color: #3764eb; */
  /* background-color: #4682b4; */
  /* background-color: #276b27; */
  background-color: #999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
}

.single-testimonial .testimonial-author a i {
  color: #fff;
  /* color:#ff8c00; */
  margin-left: 15px;
  padding-top: 2px;
  text-shadow: 1px 1px 1px #000;
}

.single-testimonial .testimonial-author a:hover i {
  color: #ff8c00;
  /* color: #fff; */
}

.single-testimonial .author-image {
  /* width: 75px; */
  background-color: #fff;
  cursor: pointer;
  /* border-radius: 8px 8px 0 0; */
  /* border-radius: 50%; */
  /* border-radius: 8px; */
  /* position: absolute;
      top: -38px;
      left: 30px;  */
}

.single-testimonial .author-image img {
  padding: 4px;
  /* border-radius: 8px 8px 0 0;  */
  border: 1px solid #ccc;
  /* cursor: pointer; */
-webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}



.single-testimonial .author-image img:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}



/* IE10 and IE11 hacks */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.single-testimonial .author-image img {
    padding: 4px;
    /* border-radius: 8px 8px 0 0;  */
    border: 1px solid #ccc;
    width:248px; 
  }
}

.single-testimonial .testimonial-author .author-name h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
}

.single-testimonial .testimonial-author .author-name span {
  color: #fff;
}

.single-testimonial:hover {
  -webkit-box-shadow: 0px 0px 51px 0px rgba(191, 191, 191, 0.3);
  -moz-box-shadow: 0px 0px 51px 0px rgba(191, 191, 191, 0.3);
  box-shadow: 0px 0px 51px 0px rgba(191, 191, 191, 0.3);
}

.single-testimonial:hover .testimonial-content {
  border-color: transparent;
}

.slick-center .single-testimonial {
  -webkit-box-shadow: 0px 0px 51px 0px rgba(191, 191, 191, 0.3);
  -moz-box-shadow: 0px 0px 51px 0px rgba(191, 191, 191, 0.3);
  box-shadow: 0px 0px 51px 0px rgba(191, 191, 191, 0.3);
}

.slick-center .single-testimonial .testimonial-content {
  border-color: transparent;
}

/* .testimonial-slide-2 {
  width: 90%;
} */

.testimonial-slide-2 .slick-dots {
  text-align: center;
  margin-top: 37px;
}

.testimonial-slide-2 .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.testimonial-slide-2 .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d8d8d8;
  padding: 0;
  font-size: 0;
  border: 0;
  cursor: pointer;
}

.testimonial-slide-2 .slick-dots li.slick-active button {
  background-color: #3764eb;
  /* background-color: #276b53; */

}

/*===========================
    11.LATEST NEWS css
===========================*/
.singel-news {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.singel-news .news-thumb {
  overflow: hidden;
}

.singel-news .news-thumb img {
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-news:hover .news-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.singel-news .news-content {
  position: relative;
  /* border: 1px solid #ccc; */
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.matchh{
  cursor: pointer;
}

.matchh:hover{
  background-color: #e7e7e7;
}

.singel-news .news-content .share {
  position: absolute;
  right: 30px;
  top: -27px;
  z-index: 5;
}

.singel-news .news-content .share a {
  width: 55px;
  line-height: 53px;
  border-radius: 50%;
  border: 1px solid #ccc;
  font-size: 25px;
  text-align: center;
  color: #3764eb;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-news .news-content .share a:hover {
  background-color: #3764eb;
  border-color: #3764eb;
  color: #fff;
}

.singel-news .news-content>a h4 {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.singel-news .news-content>a h4:hover {
  color: #3764eb;
}

.singel-news .date-details {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  border-top: 0;
  padding: 10px 10px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.singel-news .date-details .date a {
  font-size: 14px;
  color: #777;
}




.btnscroll a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.btnscroll a:hover {
  opacity: .5;
}










/*=============================================
=            scroll            =
=============================================*/


#sectionprincipale_p a {
  padding-top: 60px;
}
#sectionprincipale_p a span {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#sectionprincipale_p a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#sectionprincipale_p a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


/*
#sectionprincipale_p a {
  padding-top: 60px;
}
#sectionprincipale_p a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#sectionprincipale_p a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.btnscroll a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.btnscroll a:hover {
  opacity: .5;
}

 #sectionprincipale_p a {
  padding-top: 60px;
}
#sectionprincipale_p a span {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-left: -23px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#sectionprincipale_p a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  
} */

/*=====  End of scroll  ======*/



.singel-news .date-details .details {
  float: right;
  overflow: hidden;
}

.singel-news .date-details .details a {
  font-size: 12px;
  /* font-weight: 600; */
  color: #fff;
}

.singel-news .date-details .details a i {
  margin-left: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #latest-news {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #latest-news {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===========================
    12.CALL TO ACTION css
===========================*/
.gray-bg {
  background: #ccc;
}

.call-action-cont h3 {
  font-weight: 600;
  font-size: 32px;
}

.call-action-btn .main-btn {
  width: 100%;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .call-action-btn .main-btn {
    width: 165px;
  }
}

/*===========================
    13.FOOTER css
===========================*/
.footer-part {
  /* background-color: #18152c;  */
  /* background-color: #088080; */
  background-color: #13322b;
}

.footer-description p {
  color: #cecece;
}

.footer-description ul li {
  display: inline-block;
  margin-right: 17px;
}

.footer-description ul li a {
  font-size: 16px;
  color: #cecece;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer-description ul li a:hover {
  color: #3764eb;
}

.title h4 {
  font-family: 'Roboto';
  font-size: 20px;
  color: #cecece;
}

.footer-link ul li {
  line-height: 35px;
}

.footer-link ul li a {
  font-size: 15px;
  color: #cecece;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer-link ul li a i {
  margin-right: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer-link ul li a:hover {
  color: #3764eb;
}

.footer-link ul li a:hover i {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .footer-link {
    padding-left: 0;
  }
}

.footer-contact ul li {
  margin-top: 15px;
}

.footer-contact ul li p {
  color: #cecece;
}

.footer-subscribe p {
  color: #cecece;
}

.footer-subscribe .subscribe-form {
  position: relative;
}

.footer-subscribe .subscribe-form input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  background-color: #1b2f41;
  color: #fff;
  border: 0;
}

.footer-subscribe .subscribe-form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 60px;
  height: 45px;
  font-size: 30px;
  color: #fff;
  background-color: #3764eb;
  border: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #footer-part {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #footer-part {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}

/* .footer-social li a{
        text-shadow: 1px 1px 1px #ccc;
    } */

.footer-social li a.facebook i {
  color: #3b5997;
}

.footer-social li a.twitter i {
  color: #29c5f6;
}

.footer-social li a.linkedin i {
  color: #006dc0;
}

.footer-social li a.youtube i {
  color: #de332c;
}

.copyright-part {
  background-color: #111;
  /* background-color: #276b53; */
}

.copyright-part .copyright-content p {
  flex: 15px;
  color: #fff;
}

.copyright-part .copyright-policy ul li {
  display: inline-block;
  margin-right: 17px;
}

.copyright-part .copyright-policy ul li a {
  font-size: 15px;
  color: #fff;
}

.copyright-part .copyright-policy ul li:last-child {
  margin-right: 0;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  font-size: 20px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #3764eb;
  color: #fff;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  background-color: #221d41;
  color: #fff;
}

/*===========================
    14.OUR TEAM css
===========================*/
.single-team {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 0 10px 25px;
}

.single-team .author-thumb {
  margin-top: -45px;
}

.single-team .author-thumb img {
  border-radius: 50%;
  padding: 5px;
  background-color: #bfbfbf;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-team .author-content h6 {
  font-size: 16px;
  padding-bottom: 4px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-team .author-content h6:hover {
  color: #3764eb;
}

.single-team .author-content span {
  font-size: 14px;
  display: block;
}

.single-team .author-content ul li {
  display: inline-block;
  margin: 0 4px;
}

.single-team .author-content ul li a {
  font-size: 16px;
  color: #ccc;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-team .author-content ul li a:hover {
  color: #3764eb;
}

.single-team:hover .author-thumb img {
  background-color: #3764eb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-part {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #team-part {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===========================
    15.PAGE BANNER css
===========================*/
.full-width {
  width: 100%;
}

.page-banner-content {
  position: relative;
  z-index: 5;
}

.page-banner-content h2 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .page-banner-content h2 {
    font-size: 30px;
  }
}

.page-banner-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
}

.page-banner-content .breadcrumb .breadcrumb-item {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.page-banner-content .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.page-banner-content .breadcrumb .breadcrumb-item::before {
  content: '-';
  color: #fff;
  font-size: 22px;
  line-height: 18px;
  position: relative;
  top: 3px;
}

.page-banner-content .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #page-banner {
    padding-top: 90px;
    padding-bottom: 76px;
  }
}

@media (max-width: 767px) {
  #page-banner {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}

/*===========================
    16.ABOUT PAGE css
===========================*/
.company-about-cont {
  padding: 10px;
  /*text-align: justify;*/
}

.company-about-cont h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  /* font-weight: 800; */
  /* color: #3764eb; */
  color: #276b53;
  text-transform: uppercase;
}

.company-about-cont h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  /* font-weight: 800; */
  /* color: #3764eb; */
  color: #000;
  /* text-transform: uppercase; */
}

.company-about-cont h3 {
  font-size: 32px;
  font-weight: 600;
}

.company-about-image img {
  width: 100%;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #company-about {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #company-about {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}

/*===========================
    17.SUBMIT TICKET css
===========================*/
.submit-ticket {
  background-color: #3764eb;
}

.submit-ticket-content h3 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 767px) {
  .submit-ticket-content h3 {
    font-size: 28px;
  }
}

.submit-ticket-btn .main-btn {
  background-color: #0e39b9;
  border-color: #0e39b9;
}

.submit-ticket-btn .main-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0e39b9;
}

/*===========================
    18.SERVICES PAGE css
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #services-page {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #services-page {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

/*===========================
    19.SERVICES DETAILS css
===========================*/
.saidebar-catagories ul li {
  margin-bottom: 30px;
  position: relative;
}

.saidebar-catagories ul li:last-child {
  margin-bottom: 0;
}

.saidebar-catagories ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #3764eb;
  left: -1px;
  top: 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  z-index: 6;
}

.saidebar-catagories ul li a {
  display: block;
  line-height: 65px;
  border: 1px solid #ccc;
  border-left: 0;
  overflow: hidden;
  padding: 0 30px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.saidebar-catagories ul li a span {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.saidebar-catagories ul li a i {
  float: right;
  color: #333;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.saidebar-catagories ul li.active::before,
.saidebar-catagories ul li:hover::before {
  width: 100%;
  z-index: -1;
}

.saidebar-catagories ul li.active a,
.saidebar-catagories ul li:hover a {
  border-color: #3764eb;
}

.saidebar-catagories ul li.active a span,
.saidebar-catagories ul li:hover a span {
  color: #fff;
}

.saidebar-catagories ul li.active a i,
.saidebar-catagories ul li:hover a i {
  color: #fff;
}

.saidebar-form {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 25px 30px 30px;
  border-radius: 5px;
}

.saidebar-form h3 {
  font-size: 20px;
  font-weight: 600;
}

.saidebar-form .single-form {
  margin-top: 20px;
}

.saidebar-form .single-form textarea,
.saidebar-form .single-form input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
}

.saidebar-form .single-form textarea {
  height: 130px;
  padding-top: 12px;
  resize: none;
}

.saidebar-form .single-form .main-btn {
  line-height: 40px;
}

.saidebar-download {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 25px 30px;
  border-radius: 5px;
}

.saidebar-download a {
  font-size: 60px;
  color: #3764eb;
  line-height: 60px;
}

.saidebar-download h4 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .saidebar-download h4 {
    font-size: 20px;
  }
}

.services-details-content h4 {
  font-size: 24px;
  font-weight: 600;
}

.services-details-content .image {
  padding: 0 95px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-details-content .image {
    padding: 0 65px;
  }
}

@media (max-width: 767px) {
  .services-details-content .image {
    padding: 0;
  }
}

.services-details-content .image img {
  width: 100%;
  border-radius: 5px;
}

.services-details-content img {
  width: 100%;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-details-content .quality-list {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .services-details-content .quality-list {
    margin-bottom: 25px;
  }
}

.services-details-content .quality-list ul {
  width: 50%;
}

@media (max-width: 767px) {
  .services-details-content .quality-list ul {
    width: 100%;
  }
}

.services-details-content .quality-list ul li {
  font-size: 15px;
  color: #333;
  padding-left: 25px;
  position: relative;
  line-height: 35px;
}

.services-details-content .quality-list ul li::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-color: #3764eb;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq .accordion .card {
  -webkit-box-shadow: 0px 0px 35px 0px rgba(232, 232, 232, 0.66);
  -moz-box-shadow: 0px 0px 35px 0px rgba(232, 232, 232, 0.66);
  box-shadow: 0px 0px 35px 0px rgba(232, 232, 232, 0.66);
  margin-top: 30px;
  padding: 0;
  border: 0;
  background-color: #fff;
  border-radius: 5px;
}

.faq .accordion .card .card-header {
  border: 0;
  background-color: #fff;
  padding: 25px 30px;
}

@media (max-width: 767px) {
  .faq .accordion .card .card-header {
    padding: 15px 20px;
  }
}

.faq .accordion .card .card-header a {
  display: block;
  font-size: 15px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #3764eb;
  position: relative;
}

.faq .accordion .card .card-header a::before {
  content: "\f114";
  font-family: "Flaticon";
  position: absolute;
  font-size: 18px;
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.faq .accordion .card .card-header a.collapsed {
  color: #333;
}

.faq .accordion .card .card-header a.collapsed:hover {
  color: #3764eb;
}

.faq .accordion .card .card-header a.collapsed::before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .accordion .card .card-body {
  border-top: 1px solid #ccc;
  padding: 25px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #services-details {
    padding-top: 25px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #services-details {
    padding-top: 15px;
    padding-bottom: 70px;
  }
}

/*===========================
    20.PROJECTS PAGE css
===========================*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-page {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #project-page {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

/*===========================
   21.PROJECTS DETAILS css
===========================*/
.project-details-image img {
  width: 100%;
  border-radius: 5px;
}

.project-details-content h4 {
  font-size: 24px;
  font-weight: 600;
}

.project-details-content ul li {
  line-height: 40px;
}

.project-details-content ul li b {
  width: 195px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  display: inline-block;
}

@media (max-width: 767px) {
  .project-details-content ul li b {
    width: 130px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-details-content ul li b {
    width: 195px;
  }
}

.project-details-content ul li span {
  font-size: 15px;
}

.project-details-content ul li .share {
  display: inline-block;
}

.project-details-content ul li .share li {
  display: inline-block;
  margin-right: 13px;
}

@media (max-width: 767px) {
  .project-details-content ul li .share li {
    margin-right: 8px;
  }
}

.project-details-content ul li .share li a {
  font-size: 15px;
  color: #777;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.project-details-content ul li .share li a:hover {
  color: #3764eb;
}

.project-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: -65px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
  border: 1px solid #3764eb;
  text-align: center;
  color: #3764eb;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
}

.project-active .slick-arrow.next {
  left: auto;
  right: -65px;
}

.project-active .slick-arrow:hover {
  background-color: #3764eb;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #project-details {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  #project-details {
    padding-top: 20px;
    padding-bottom: 55px;
  }
}

/*===========================
      22.TEAM PAGE css
===========================*/
.single-team-2{
  cursor: pointer;
}

.single-team-2 .team-image {
  position: relative;
  overflow: hidden;
  padding: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(191, 191, 191, 0.35);
  -moz-box-shadow: 0px 0px 12px 0px rgba(191, 191, 191, 0.35);
  box-shadow: 0px 0px 12px 0px rgba(191, 191, 191, 0.35);
  background-color: #fff;
}

.single-team-2 .team-image img {
  width: 100%;
}

.single-team-2 .team-image .team-social {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-image: url(../images/team/team-2/hover.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 70px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 5;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.single-team-2 .team-image .team-social ul li {
  display: inline-block;
  margin: 0 5px;
}

.single-team-2 .team-image .team-social ul li a {
  font-size: 16px;
  color: #ccc;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-team-2 .team-image .team-social ul li a:hover {
  color: #fff;
}

.single-team-2 .team-image:hover .team-social {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.single-team-2 .team-content a h6 {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-team-2 .team-content a:hover h6 {
  color: #3764eb;
}

.single-team-2 .team-content span {
  display: block;
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-page {
    padding-top: 65px;
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  #team-page {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===========================
     23.TEAM DETAILS css
===========================*/
.team-details-image img {
  width: 100%;
  border-radius: 5px;
}

.team-details-content h4 {
  font-size: 20px;
  font-weight: 600;
}

.team-details-content span {
  font-size: 15px;
}

.team-details-content .contact ul li {
  display: inline-block;
  margin-right: 40px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .team-details-content .contact ul li {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .team-details-content .contact ul li {
    margin-right: 40px;
  }
}

.team-details-content .contact ul li:last-child {
  margin-right: 0;
}

.team-details-content .contact ul li i {
  font-size: 16px;
  color: #3764eb;
  margin-right: 10px;
}

.team-details-content .contact ul li b {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-right: 10px;
}

.team-details-content .social ul li {
  display: inline-block;
  margin-right: 10px;
}

.team-details-content .social ul li:last-child {
  margin-right: 0;
}

.team-details-content .social ul li a {
  width: 35px;
  line-height: 33px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #3764eb;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.team-details-content .social ul li a:hover {
  background-color: #3764eb;
  border-color: #3764eb;
  color: #fff;
}

.join-team-content h2 {
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .join-team-content h2 {
    font-size: 28px;
  }
}

.join-team-content ul li {
  display: inline-block;
  margin: 10px 13px 0;
}

.join-team-content ul li .main-btn.main-btn-2 {
  border-color: #3764eb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #team-details {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #team-details {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #join-team {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #join-team {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/*===========================
         24.FAQS css
===========================*/
.single-questions h4 {
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #questions-part {
    padding-top: 25px;
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  #questions-part {
    padding-top: 15px;
    padding-bottom: 65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #faqs-part {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #faqs-part {
    padding-top: 65px;
    padding-bottom: 70px;
  }
}

/*===========================
       25.PRICING css
===========================*/
.pricing-2-btn .pricing-paln .nav .nav-item a {
  width: 180px;
  line-height: 48px;
  border: 2px solid #3764eb;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .pricing-2-btn .pricing-paln .nav .nav-item a {
    width: 130px;
    line-height: 43px;
  }
}

.pricing-2-btn .pricing-paln .nav .nav-item a.active,
.pricing-2-btn .pricing-paln .nav .nav-item a:hover {
  background-color: #3764eb;
  color: #fff;
}

.pricing-2-btn .pricing-paln .nav .nav-item:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.pricing-2-btn .pricing-paln .nav .nav-item:last-child a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.single-price-2 {
  background-color: #fff;
}

.single-price-2 .title {
  padding: 25px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #3764eb;
}

.single-price-2 .title h4 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.single-price-2 .content {
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-price-2 .content .icon i {
  font-size: 50px;
  color: #3764eb;
  line-height: 50px;
}

.single-price-2 .content ul li {
  line-height: 40px;
  font-size: 15px;
}

.single-price-2 .content span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #3764eb;
}

.single-price-2 .content:hover {
  border-color: #3764eb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #pricing-part-2 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #pricing-part-2 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===========================
      26.SHOP PAGE css
===========================*/
.single-shop {
  background-color: #fff;
}

.single-shop .shop-image {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.single-shop .shop-image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-shop .shop-content {
  border: 1px solid #ccc;
  border-top: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.single-shop .shop-content a h4 {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-shop .shop-content a h4:hover {
  color: #3764eb;
}

.single-shop .shop-content span {
  display: block;
  font-size: 18px;
  color: #3764eb;
}

.single-shop .shop-content .main-btn.main-btn-2 {
  border: 2px solid #3764eb;
  line-height: 41px;
  padding: 0 30px;
}

.single-shop:hover .shop-content {
  border-color: #3764eb;
}

.single-shop:hover .shop-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pagination .page-item {
  margin-right: 15px;
}

.pagination .page-item a {
  width: 50px;
  line-height: 46px;
  border: 2px solid #3764eb;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  color: #3764eb;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media (max-width: 767px) {
  .pagination .page-item a {
    width: 40px;
    line-height: 36px;
    font-size: 16px;
  }
}

.pagination .page-item a i {
  font-size: 24px;
}

.pagination .page-item a:hover {
  background-color: #3764eb;
  color: #fff;
}

.pagination .page-item:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shop-page {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #shop-page {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}

/*===========================
     27.SHOP DETAILS css
===========================*/
.product-images .tab-content {
  -webkit-box-shadow: 0px 0px 16px 0px #bfbfbf;
  -moz-box-shadow: 0px 0px 16px 0px #bfbfbf;
  box-shadow: 0px 0px 16px 0px #bfbfbf;
  padding: 5px;
  border-radius: 5px;
}

.product-images .tab-content img {
  width: 100%;
}

.product-images .nav .nav-item {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .product-images .nav .nav-item {
    margin: 0 5px;
  }
}

.product-images .nav .nav-item a {
  display: block;
}

.product-images .nav .nav-item a img {
  width: 100%;
  border-radius: 5px;
}

.product-images .nav .nav-item:first-child {
  margin-left: 0;
}

.product-images .nav .nav-item:last-child {
  margin-right: 0;
}

.product-content h3 {
  font-size: 32px;
  font-weight: 600;
}

.product-content>span {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-right: 30px;
}

.product-content ul {
  display: inline-block;
}

.product-content ul li {
  display: inline-block;
  font-size: 15px;
  margin: 0 2px;
}

.product-content ul li i {
  color: #f9b522;
}

.product-content ul li>span {
  font-size: 15px;
}

.product-content .add-cart .nice-number {
  position: relative;
  padding-left: 44px;
  margin-right: 25px;
}

.product-content .add-cart .nice-number button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 22px;
  height: 34px;
  border: 1px solid #3764eb;
  border-right: 0;
  background: none;
  cursor: pointer;
}

.product-content .add-cart .nice-number button:first-child {
  left: 22px;
  border-left: 0;
}

.product-content .add-cart .nice-number input {
  border: 1px solid #3764eb;
  height: 30px;
  width: 30px !important;
}

.product-review .nav .nav-item {
  margin-right: -1px;
}

@media (max-width: 767px) {
  .product-review .nav .nav-item {
    width: 50%;
    flex-basis: auto;
    margin-top: -1px;
  }
}

.product-review .nav .nav-item a {
  display: block;
  line-height: 73px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .product-review .nav .nav-item a {
    font-size: 16px;
  }
}

.product-review .nav .nav-item a.active,
.product-review .nav .nav-item a:hover {
  background-color: #3764eb;
  color: #fff;
  border-color: #3764eb;
}

.product-review .nav .nav-item:first-child a {
  border-top-left-radius: 5px;
}

@media (max-width: 767px) {
  .product-review .nav .nav-item:first-child a {
    border-top-left-radius: 0px;
  }
}

.product-review .nav .nav-item:last-child a {
  border-top-right-radius: 5px;
}

@media (max-width: 767px) {
  .product-review .nav .nav-item:last-child a {
    border-top-right-radius: 0px;
  }
}

.product-review .tab-content {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 25px 40px;
}

@media (max-width: 767px) {
  .product-review .tab-content {
    padding: 20px 25px;
  }
}

.product-review .tab-content .review {
  padding-top: 10px;
}

.product-review .tab-content .review>ul>li {
  margin-bottom: 30px;
}

.product-review .tab-content .review>ul>li:last-child {
  margin-bottom: 0;
}

.product-review .tab-content .review>ul>li .single-review {
  position: relative;
}

.product-review .tab-content .review>ul>li .single-review .ahtore-image {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .product-review .tab-content .review>ul>li .single-review .ahtore-image {
    position: relative;
    margin-bottom: 25px;
  }
}

.product-review .tab-content .review>ul>li .single-review .ahtore-image img {
  border-radius: 5px;
}

.product-review .tab-content .review>ul>li .single-review .content {
  padding-left: 135px;
  position: relative;
}

@media (max-width: 767px) {
  .product-review .tab-content .review>ul>li .single-review .content {
    padding-left: 0;
  }
}

.product-review .tab-content .review>ul>li .single-review .content h6 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}

.product-review .tab-content .review>ul>li .single-review .content span {
  font-size: 14px;
  color: #777;
  padding-bottom: 5px;
}

.product-review .tab-content .review>ul>li .single-review .content .rating {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .product-review .tab-content .review>ul>li .single-review .content .rating {
    position: relative;
    right: auto;
    left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-review .tab-content .review>ul>li .single-review .content .rating {
    position: absolute;
    right: 0;
    left: auto;
  }
}

.product-review .tab-content .review>ul>li .single-review .content .rating>ul>li {
  display: inline-block;
  margin: 0 6px;
}

.product-review .tab-content .review>ul>li .single-review .content .rating>ul>li i {
  font-size: 22px;
  color: #f7cb19;
}

.product-review .tab-content .review-form .single-form {
  margin-top: 30px;
}

.product-review .tab-content .review-form .single-form input,
.product-review .tab-content .review-form .single-form textarea {
  font-size: 15px;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.product-review .tab-content .review-form .single-form textarea {
  height: 140px;
  resize: none;
  padding-top: 15px;
}

.product-review .tab-content .review-form .single-form .rating-stars span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-right: 15px;
}

.product-review .tab-content .review-form .single-form .rating-stars .star-rating {
  margin-top: 5px;
}

.product-review .tab-content .review-form .single-form .rating-stars .star-rating i {
  margin-right: 3px;
}

.product-review .tab-content .review-form .single-form .rating-stars .star-rating .fa.fa-star-o {
  float: left;
  cursor: pointer;
  color: #f9b522;
}

.product-review .tab-content .review-form .single-form .rating-stars .star-rating .fa.fa-star {
  float: left;
  cursor: pointer;
  color: #f9b522;
}

.shop-active .slick-arrow {
  position: absolute;
  top: 50%;
  left: -65px;
  width: 50px;
  line-height: 48px;
  border-radius: 50%;
  border: 1px solid #3764eb;
  text-align: center;
  color: #3764eb;
  font-size: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  cursor: pointer;
}

.shop-active .slick-arrow.next {
  left: auto;
  right: -65px;
}

.shop-active .slick-arrow:hover {
  background-color: #3764eb;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shop-details {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  #shop-details {
    padding-top: 20px;
    padding-bottom: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-review {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .product-review {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #related-products {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #related-products {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

/*===========================
   28.TESTIMONIAL PAGE  css
===========================*/
.single-testimonial-2 {
  border: 1px solid #ccc;
  margin-bottom: -2px;
  border-radius: 5px;
}

.single-testimonial-2 .image {
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.single-testimonial-2 .image img {
  width: 100%;
  border-radius: 5px;
}

.single-testimonial-2 .content {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-2 .content {
    padding: 0 30px 30px;
  }
}

@media (max-width: 767px) {
  .single-testimonial-2 .content {
    padding: 0 25px 25px;
  }
}

.single-testimonial-2 .content h4 {
  font-size: 20px;
  font-weight: 600;
}

.single-testimonial-2 .content span {
  font-size: 14px;
  font-style: italic;
}

.single-testimonial-2 .content ul li {
  display: inline-block;
  margin-right: 10px;
}

.single-testimonial-2 .content ul li:last-child {
  margin-right: 0;
}

.single-testimonial-2 .content ul li a {
  width: 35px;
  line-height: 33px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #3764eb;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-testimonial-2 .content ul li a:hover {
  background-color: #3764eb;
  border-color: #3764eb;
  color: #fff;
}

.single-testimonial-2 .content>i {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 48px;
  line-height: 40px;
  color: #ddd;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #shop-details {
    padding-top: 30px;
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  #shop-details {
    padding-top: 20px;
    padding-bottom: 55px;
  }
}

/*=================================
   29.COMPANY HISTORY PAGE  css
=================================*/
.years-experience h3 {
  font-size: 32px;
  font-weight: 600;
}

.years-experience ul li {
  line-height: 40px;
  font-size: 15px;
  color: #333;
  padding-left: 30px;
  position: relative;
}

.years-experience ul li::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #3764eb;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history-image {
  padding: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(191, 191, 191, 0.45);
  -moz-box-shadow: 0px 0px 16px 0px rgba(191, 191, 191, 0.45);
  box-shadow: 0px 0px 16px 0px rgba(191, 191, 191, 0.45);
  position: relative;
}

.history-image img {
  width: 100%;
}

.history-image .history-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.history-image .history-video a i {
  font-size: 30px;
  color: #3764eb;
  width: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .history-image .history-video a i {
    width: 50px;
    line-height: 50px;
    font-size: 26px;
  }
}

.history-image .history-video a::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #ebebeb;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1500ms ease-out infinite;
  -moz-animation: pulse-border-2 1500ms ease-out infinite;
  -o-animation: pulse-border-2 1500ms ease-out infinite;
  animation: pulse-border-2 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .history-image .history-video a::before {
    width: 50px;
    height: 50px;
  }
}

.history-image .history-video a::after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .history-image .history-video a::after {
    width: 50px;
    height: 50px;
  }
}

@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
  }
}

.our-history-content span {
  font-size: 15px;
}

.our-history-content h4 {
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #company-history {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #company-history {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-history {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .our-history {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-single-history {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .our-single-history {
    padding-bottom: 15px;
  }
}

/*=================================
      29.BLOG GRID PAGE  css
=================================*/
.single-blog {
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-blog .blog-image {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.single-blog .blog-image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-blog .blog-content {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.single-blog .blog-content .date {
  font-size: 10px;
}

.single-blog .blog-content .date ul {
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.single-blog .blog-content .date ul.border-top {
  border-color: #ccc !important;
}

.single-blog .blog-content .date ul.border-top::before {
  display: none;
}

.single-blog .blog-content .date ul::before {
  position: absolute;
  content: '';
  width: 55px;
  height: 5px;
  background-color: #276b53;
  left: -1px;
  bottom: -1px;
}

/* .single-blog .blog-content .date ul > li {
        display: inline-block;
        margin-right: 50px;
        } */
/* @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .single-blog .blog-content .date ul > li {
            margin-right: 15px;
            } } */

/* @media (max-width: 767px) {
          .single-blog .blog-content .date ul > li {
            margin-right: 20px;
            } } */
.single-blog .blog-content .date ul>li {
  font-size: 15px;
}

.single-blog .blog-content .date ul>li>a {
  font-size: 15px;
  color: #777;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-blog .blog-content .date ul>li>a i {
  color: #3764eb;
  margin-right: 8px;
}

.single-blog .blog-content .date ul>li>a:hover {
  color: #3764eb;
}

.single-blog .blog-content .date ul>li:last-child {
  margin-right: 0;
}

.single-blog .blog-content .content {
  padding: 25px 30px;
}

.single-blog .blog-content .content a h4 {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-blog .blog-content .content a h4:hover {
  color: #3764eb;
}

.single-blog .blog-content .content>a {
  font-size: 15px;
  /* font-weight: 600; */
  color: #3764eb;
}

.single-blog .blog-content .content>a i {
  margin-left: 5px;
  font-size: 17px;
}

.single-blog:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(191, 191, 191, 0.35);
  -moz-box-shadow: 0px 0px 25px 0px rgba(191, 191, 191, 0.35);
  box-shadow: 0px 0px 25px 0px rgba(191, 191, 191, 0.35);
}

.single-blog:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #blog-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*=================================
      30.BLOG LIST PAGE  css
=================================*/
.single-blog-list {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #fff;
}

.single-blog-list .blog-image {
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -px;
  margin-right: -1px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 100%;
}

.single-blog-list .blog-image img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-blog-list .blog-content {
  padding-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-list .blog-content {
    padding: 0 30px 25px;
  }
}

@media (max-width: 767px) {
  .single-blog-list .blog-content {
    padding: 0 25px 20px;
  }
}

.single-blog-list .blog-content a h4 {
  font-size: 20px;
  font-family: "Roboto";
  /* font-weight: 600; */
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-blog-list .blog-content a h4:hover {
  color: #3764eb;
}

.single-blog-list .blog-content .date ul>li {
  display: inline-block;
  margin-right: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-list .blog-content .date ul>li {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .single-blog-list .blog-content .date ul>li {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-blog-list .blog-content .date ul>li {
    margin-right: 30px;
  }
}

.single-blog-list .blog-content .date ul>li>a {
  font-size: 15px;
  color: #777;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-blog-list .blog-content .date ul>li>a i {
  margin-right: 10px;
  color: #3764eb;
}

.single-blog-list .blog-content .date ul>li>a:hover {
  color: #3764eb;
}

.single-blog-list .blog-content .date ul>li:last-child {
  margin-right: 0;
}

.single-blog-list .blog-content>a {
  font-size: 12px;
  /* font-weight: 600; */
  /* color: #3764eb;  */
  color: #fff;
}

.single-blog-list .blog-content>a i {
  margin-left: 5px;
  font-size: 17px;
}

.single-blog-list:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(191, 191, 191, 0.35);
  -moz-box-shadow: 0px 0px 25px 0px rgba(191, 191, 191, 0.35);
  box-shadow: 0px 0px 25px 0px rgba(191, 191, 191, 0.35);
}

.single-blog-list:hover .blog-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-list {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #blog-list {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}

/*=================================
      31.BLOG SIDEBAR PAGE  css
=================================*/
.blog-sidebar .blog-search {
  position: relative;
}

.blog-sidebar .blog-search form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 0 30px;
  font-size: 15px;
}

.blog-sidebar .blog-search form button {
  height: 60px;
  padding: 0;
  width: 65px;
  background-color: #3764eb;
  border: 0;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.blog-sidebar .title h4 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.blog-sidebar .recent-post {
  border: 1px solid #ccc;
  padding: 25px 30px 30px;
}

.blog-sidebar .recent-post .single-post {
  position: relative;
}

.blog-sidebar .recent-post .single-post .image {
  position: absolute;
  top: 0;
  left: 0;
}

.blog-sidebar .recent-post .single-post .image img {
  border-radius: 5px;
}

.blog-sidebar .recent-post .single-post .content h6 {
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog-sidebar .recent-post .single-post .content span {
  font-size: 15px;
  color: #777;
  margin-top: 8px;
}

.blog-sidebar .recent-post .single-post .content span i {
  color: #3764eb;
  margin-right: 5px;
}

.blog-sidebar .recent-post .single-post:hover .content h6 {
  color: #3764eb;
}

.blog-sidebar .blog-catagory {
  border: 1px solid #ccc;
  padding: 25px 30px 15px;
}

.blog-sidebar .blog-catagory ul li {
  line-height: 40px;
}

.blog-sidebar .blog-catagory ul li a {
  overflow: hidden;
  display: block;
  font-size: 15px;
  color: #777;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog-sidebar .blog-catagory ul li a:hover {
  color: #3764eb;
}

.blog-sidebar .blog-catagory ul li a span {
  float: right;
  overflow: hidden;
}

.blog-sidebar .blog-tags {
  border: 1px solid #ccc;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 20px;
}

.blog-sidebar .blog-tags ul li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar .blog-tags ul li {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .blog-tags ul li {
    margin-right: 10px;
  }
}

.blog-sidebar .blog-tags ul li a {
  padding: 0 15px;
  border: 1px solid #ccc;
  border-radius: 50px;
  line-height: 35px;
  font-size: 15px;
  color: #777;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog-sidebar .blog-tags ul li a:hover {
  background-color: #3764eb;
  border-color: #3764eb;
  color: #fff;
}

.blog-sidebar .blog-subscribe {
  border: 1px solid #ccc;
  padding: 25px 30px 30px;
}

.blog-sidebar .blog-subscribe .subscribe-form {
  position: relative;
}

.blog-sidebar .blog-subscribe .subscribe-form input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
  padding: 0 20px;
  font-size: 15px;
}

.blog-sidebar .blog-subscribe .subscribe-form button {
  height: 50px;
  padding: 0;
  width: 65px;
  background-color: #3764eb;
  border: 0;
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-sidebar {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #blog-sidebar {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}

/*=================================
      32.BLOG DETAILS PAGE  css
=================================*/
.blog-details .image img {
  border-radius: 5px;
}

.blog-details .content h4 {
  font-size: 20px;
  font-weight: 600;
}

.blog-details .content .date ul li {
  display: inline-block;
  margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details .content .date ul li {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .blog-details .content .date ul li {
    margin-right: 20px;
  }
}

.blog-details .content .date ul li a {
  font-size: 15px;
  color: #777;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.blog-details .content .date ul li a i {
  color: #3764eb;
  margin-right: 8px;
}

.blog-details .content .date ul li a:hover {
  color: #3764eb;
}

.blog-details .content .date ul li:last-child {
  margin-right: 0;
}

.blog-details .content .blockquote {
  margin: 0 115px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-details .content .blockquote {
    margin: 0 105px;
  }
}

@media (max-width: 767px) {
  .blog-details .content .blockquote {
    margin: 0 20px;
  }
}

.blog-details .content .blockquote p {
  font-weight: 500;
  color: #333;
  position: relative;
  display: inline-block;
}

.blog-details .content .blockquote p i {
  font-size: 20px;
  color: #3764eb;
}

.blog-details .content .blockquote p i:nth-of-type(1) {
  position: absolute;
  left: -30px;
  top: 0;
}

.blog-details .content .blockquote p i:nth-of-type(2) {
  margin-left: 5px;
}

.blog-details .tags-share {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.blog-details .tags-share .tags span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.blog-details .tags-share .tags ul li {
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .blog-details .tags-share .tags ul li {
    margin-left: 10px;
  }
}

.blog-details .tags-share .tags ul li a {
  text-transform: uppercase;
  color: #777;
  font-size: 15px;
}

@media (max-width: 767px) {
  .blog-details .tags-share .tags ul li a {
    font-size: 14px;
  }
}

.blog-details .tags-share .share span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}

.blog-details .tags-share .share ul li {
  display: inline-block;
  margin-left: 13px;
}

.blog-details .tags-share .share ul li a {
  font-size: 14px;
}

.blog-details .tags-share .share ul li:nth-of-type(1) a {
  color: #3b5998;
}

.blog-details .tags-share .share ul li:nth-of-type(2) a {
  color: #55acee;
}

.blog-details .tags-share .share ul li:nth-of-type(3) a {
  color: #dc5043;
}

.blog-details .tags-share .share ul li:nth-of-type(4) a {
  color: #517fa4;
}

.blog-details .title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details .blog-comment {
    padding-top: 75px;
  }
}

@media (max-width: 767px) {
  .blog-details .blog-comment {
    padding-top: 65px;
  }
}

.blog-details .blog-comment ul li .single-comment {
  position: relative;
  margin-top: 40px;
}

.blog-details .blog-comment ul li .single-comment .comment-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .blog-details .blog-comment ul li .single-comment .comment-thumb {
    position: relative;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    margin-bottom: 25px;
  }
}

.blog-details .blog-comment ul li .single-comment .comment-thumb img {
  border-radius: 5px;
}

.blog-details .blog-comment ul li .single-comment .comment-content {
  padding-left: 135px;
}

@media (max-width: 767px) {
  .blog-details .blog-comment ul li .single-comment .comment-content {
    padding-left: 0;
  }
}

.blog-details .blog-comment ul li .single-comment .comment-content h6 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}

.blog-details .blog-comment ul li .single-comment .comment-content span {
  font-size: 15px;
}

.blog-details .blog-comment ul li .replay {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .blog-details .blog-comment ul li .replay {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details .blog-comment-form {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .blog-details .blog-comment-form {
    padding-top: 50px;
  }
}

.blog-details .blog-comment-form .comment-form .single-form {
  margin-top: 30px;
}

.blog-details .blog-comment-form .comment-form .single-form input,
.blog-details .blog-comment-form .comment-form .single-form textarea {
  width: 100%;
  height: 55px;
  font-size: 15px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.blog-details .blog-comment-form .comment-form .single-form textarea {
  padding-top: 20px;
  resize: none;
  height: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #blog-sidebar {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #blog-sidebar {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}

/*=================================
      33.CONTACT PAGE  css
=================================*/
/*===== CONTACT STYLE 01 =====*/
.list-unstyled li {
  font-size: 13px;
  margin-left: 2px;
  margin-top: 5px;
  color: #f00;
}

.form-group {
  margin: 0;
}

p.form-message.success,
p.form-message.error {
  font-size: 16px;
  color: #353535;
  background: #ddd;
  padding: 10px 15px;
  margin-left: 15px;
  margin-top: 15px;
}

.contact-form .single-form {
  margin-top: 30px;
}

.contact-form .single-form input,
.contact-form .single-form textarea {
  font-size: 15px;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form .single-form textarea {
  height: 140px;
  resize: none;
  padding-top: 15px;
}

.contact-info ul li {
  margin-top: 20px;
}

.contact-info ul li:first-child {
  margin-top: 0;
}

.contact-info ul li .single-info {
  padding-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-info ul li .single-info {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info ul li .single-info {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .contact-info ul li .single-info {
    padding-right: 0;
  }
}

.contact-info ul li .single-info .icon i {
  /* font-size: 34px; */
  font-size: 15px;
  color: #3764eb;
  line-height: 35px;
}

.single-info .content p i {
  font-size: 18px;
}

.contact-info ul li .single-info .content p {
  margin-top: -4px;
}

.contact-info .social li {
  display: inline-block;
  margin-right: 13px;
  margin-top: 0;
}

.contact-info .social li:last-child {
  margin-right: 0;
}

.contact-info .social li a {
  font-size: 20px;
  color: #fff;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.contact-info .social li:nth-of-type(1) a {
  background-color: #3b5999;
}

.contact-info .social li:nth-of-type(2) a {
  background-color: #55acee;
}

.contact-info .social li:nth-of-type(3) a {
  background-color: #dd4b39;
}

.contact-info .social li:nth-of-type(4) a {
  background-color: #0077b5;
}

#contact-map {
  width: 100%;
  height: 450px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-map {
    height: 400px;
  }
}

@media (max-width: 767px) {
  #contact-map {
    height: 350px;
  }
}

/*===== CONTACT STYLE 02 =====*/
.single-contact {
  background-color: #f5f5f5;
  padding: 0 55px 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-contact {
    padding: 0 30px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-contact {
    padding: 0 30px 25px;
  }
}

@media (max-width: 767px) {
  .single-contact {
    padding: 0 30px 25px;
  }
}

.single-contact .icon {
  margin-top: -35px;
}

.single-contact .icon i {
  font-size: 34px;
  color: #3764eb;
  width: 70px;
  line-height: 68px;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-contact .content h4 {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-contact .content p {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-contact:hover {
  background-color: #3764eb;
  border-color: #3764eb;
}

.single-contact:hover .icon i {
  color: #fff;
  background-color: #3764eb;
  border-color: #fff;
}

.single-contact:hover .content h4,
.single-contact:hover .content p {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-2 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .contact-form-2 {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #contact-page {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

@media (max-width: 767px) {
  #contact-page {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

/*=================================
      34.ERROR PAGE  css
=================================*/
.error-content p {
  font-weight: 600;
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #error-part {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #error-part {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*# sourceMappingURL=style.css.map */

.bottom-crop {
  width: 100%;
  margin: 0;
  padding: 0;
}

.bottom-crop img {
  object-fit: cover;
  /* Do not scale the image */
  object-position: top;
  /* Center the image within the element */
  width: 100%;

  margin-bottom: 1rem;
  padding: 0;
  margin: 0;
}


.side-crop { 
  max-width: 375px; 
  overflow: hidden; 
 text-indent: -70px; 
}

.side-crop img { max-width: initial; /* Maybe optional. See note below */ }

/* Centered text */
.centered {
  position: absolute;
  top: 80%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  color: white;
  font-size: 40px;
  /* text-align: center; */
  text-shadow: 1px 1px 1px black;
  /* 50% white from bottom */
  font-weight: bold;
}

/* Left text over image */
.left {
  position: absolute;
  top: 80%;
  left: 5%;
  /* transform: translate(-50%, -50%); */
  color: white;
  font-size: 40px;
  /* text-align: center; */
  text-shadow: 1px 1px 1px black;
  /* 50% white from bottom */
  font-weight: bold;
}

.test {
  height: 50px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: yellow;
}

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

  .centered,
  .left {
    font-size: 15px;
  }
}


.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.help-block{
  color : #276b53;
  font-style: italic;
}

.help-my{
  color : #276b53;
}

.help-block-error {
  color: white;
  font-weight: bold;
  background-color:#d71c3d;
}

.clearfix {
  clear: both;
}

.alert {
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}

/* .form-group label{
    font-weight: bolder;
} */

/* Required fields */
div.required label.control-label:after {
  content: " *";
  color: red;
}

/* .select2-container .select2-search-field,
.select2-container .select2-input{
     width: 100% !important;
} */

.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  border-right: 1px solid #ddd;
}

.tabs-right {
  border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
  float: none;
  margin-bottom: 2px;
}

.tabs-left>li {
  margin-right: -1px;
}

.tabs-right>li {
  margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}

.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}

.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.sy-caption-wrap .sy-caption {
  font-family: 'News Cycle';
  font-weight: 700;
  /* background-color: none; */

}

.sy-caption-wrap .sy-caption a.btn {
  color: #fff;
  font-size: 12px;
  float: right;
  margin-left: 5px;
  text-decoration: none;
  /* border : 1px white solid; */
  border-radius: 0;
  padding: 3px 15px;
  margin-top: 5px;
  /* z-index:999; */
}

#first {
  margin-right: 85px;
}

/*
	##Device = Most of the Smartphones Mobiles (Portrait)
	##Screen = B/w 320px to 479px
	*/

@media (min-width: 320px) and (max-width: 480px) {
  #first {
    margin-right: 10px;
  }
  
}

.blog-content .content a.btn {
  color: #fff;
  /* padding:3px; */
  font-size: 12px;
  background-color: #55acee;

}

.product-content h3 {
  font-size: 25px;
  color: #276b27;

}

.product-content p {
  text-align: justify;
}

.product-content a.btn-grey {
  background-color: #999;
  color: #fff;
  /* padding:3px; */
  font-size: 12px;
}


/*=============================================
=            VERTICAL TABS CSS            =
=============================================*/

#vertical-tabs {
  background-color: #e7e7e7;

}



.nav-tabs--vertical {
  border-bottom: none;
  border-right: 1px solid #ddd;
  display: flex;
  flex-flow: column nowrap;

}

.nav-tabs--left {
  margin: 0 15px;
}

.nav-tabs--left .nav-item+.nav-item {
  margin-top: .25rem;
}

.nav-tabs--left .nav-link {
  transition: border-color .125s ease-in;
  white-space: nowrap;
  color: #276b53;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  /* color : #333; */
}

.nav-tabs--left .nav-link:hover {
  background-color: #ccc;
  border-color: transparent;
  border-radius: 0;
}

.nav-tabs--left .nav-link.active {
  border-bottom-color: #ddd;
  border-right-color: #fff;
  /* border-bottom-left-radius: 0.25rem; */
  /* border-top-right-radius: 0; */
  border-radius: 0;
  margin-right: -1px;
  /* background-color: #276b53; */
  background-color: #555;
  color: white;
}

.nav-tabs--left .nav-link.active:hover {
  background-color: #ccc;
  border-color: #0275d8 #ccc #0275d8 #0275d8;
  border-radius: 0;
}

.flex-container {
  /* display: flex; */
  /* flex-direction: row; */
  color: #555;
}

.flex-item-icon i {
  /* color: #eabd25; */
  color: #ff8c00;
}

.flex-container2 {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
}

.flex-item-icon2 {
  /* color: #eabd25; */
  color: #ff8c00;
  text-align: center;
}

.flex-item-tex2 {
  /* color: #eabd25; */
  color: #ff8c00;
  font-size: 40px;
  text-align: center;
  line-height: 25px;
}

.flex-item-icon2 i {
  /* color: #eabd25; */
  color: #ff8c00;
  font-size: 60px;
}

.digits {
  /* font-weight: 800; */
  color: #555;
  font-family: Montserrat;
}

.caption {
  /* font-weight: 800; */
  color: #999;
  font-family: Roboto;
  font-size: 20px;
  text-transform: uppercase;
}

/*=====  End of VERTICAL TABS CSS  ======*/


/*=============================================
=            register            =
=============================================*/

.btn {
  /* padding: 3px 25px; */
  padding: 5px 25px;
  text-transform: uppercase;
  border-radius: 0;
  /* font-size: 12px; */
  font-size: 13px;
  text-decoration: normal;
  /* box-shadow:  */
  color: #fff;
}

a:hover.btn {
  color: #fff;
}

button:hover.btn {
  color: #fff;
}

.btn-warning {
  background-color: #ff8c00;
  color: #fff;
}

.btn-danger {
  background-color: #d71c3d;
}

.btn-success {
  background-color: #276b53;
}

.btn-grey {
  background-color: #999;
  font-weight: normal;
}



/*=====  End of register  ======*/

.autor-desc {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-left: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  font-size: 12px;
}

.autor-desc-news {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding-left: 15px;
  padding-bottom: 2px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  background-color: #555;
  margin: 0 4px 8px 2px;
  opacity: 0.9;
  font-size: 12px;
  width: 254px;
}

.author-surname {
  text-transform: uppercase;

}
/* 
.side-content {
  background-color: #fff;
  opacity: 0.7;
  border-right: 1px #777 solid;
} */

.side-ad {

  color: #333;
}

/*
.side-content img{
    padding-top : 13px;
} */

.welcome {
  color: #276b53;
  font-family: Roboto;
  font-weight: 800;
}

.plus-wrapper {
  background-color: #ccc;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}

div.plus {
  margin: auto;
  width: 100px;
  height: 100px;
  display: block;
}

#search-form input {
  font-size: 12px;
  color: #999;
  padding: 5px;
}


/*=============================================
=            Agenda nav tabs             =
=============================================*/
/** .nav {
  width: 90%;
  
}

.nav-tabs {
  text-transform: uppercase;
  border-bottom: 1px solid #276b53;
  width: 100%;
 
}

.nav-tabs .nav-link {
  border: 1px solid #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 1px solid #276b53;
  color: #666;
  font-family: Roboto;
  background-color: #ccc;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}


.tab-content > .active{
  border-left: 1px solid #276b53; 
  background-color: #fff;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #276b53;
  background-color: #fff;
  
  border-color: #276b53 #276b53 #fff;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}



 .hour {
  display: inline-block;
  background-color: #276b53;
  padding: 10px;
  color: #fff;
  margin-left: 12px;
} 


.programme {
  display: inline-block;
  cursor: pointer;
}

.programme_content {
  background-color: #ccc;
  padding: 8px;
}

 */


/*=====  End of Agenda nav tabs   ======*/

.hidden {
  display: none;
}

.show{
  display: block;
}


/*=============================================
=            Timeliner            =
=============================================*/

.timeline-wrapper {
  clear: left;
  float: left;
  /* margin: 0 0 12px; */
  margin: 0;
  width: 100%;
  /* padding-bottom: 2px; */
  /* border-bottom: 1px solid #ccc; */
}

.timeline-wrapper h2 {
  /* background: #ccc; */
  /* font-family: Palatino, "Times New Roman", Times, serif; */

  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 4px 4px 4px 20px;
  width: 100%;
}

.timeline-wrapper h2 span {
  font-family: "Roboto";
  font-weight: 800;
  font-size: 14px;
  /*background: #ff8c00;*/
  /* background: #bbb; */
  background: #276b53;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding: 10px 8px;
}

.timeline-series {
  clear: left;
  float: left;
  margin: 0 12px 0 0;
  padding: 4px 4px 4px 0;
  position: relative;
  width: 100%;
}

.timeline-series dt {
  font-size: 17px;
  font-family: "News Cycle";
  ;
}

.timeline-series dt a.closed {
  color: #555;
  cursor: pointer;
}

.timeline-toggle {
  background: #276b53;
  border: 1px solid #276b53;
  /* -webkit-border-radius: 4px;
    -moz-border-radius: 4px; */
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 12px;
  margin-right: 0;
  padding: 1px 5px;
  white-space: nowrap;
}


/*=====  End of Timeliner  ======*/


/*=============================================
=            programme-new            =
=============================================*/

.agenda-item-wrap{
  margin :0px 8px 15px 8px;
  /* backgrond ;  */
}
.hour{
  font-family: "Roboto";
  font-weight: 800;
  font-size: 14px;
  background: #276b53;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding: 10px 8px;
}
.hour-new{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  /* background: #fff; */
  border-radius: 0;
  border-bottom: 1px solid #276b53;
  color: #276b53;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  padding: 10px 8px;
}


.session-title{
  font-size: 18px;
  font-family: "News Cycle";
  /* color : #777; */
  font-weight: bold;
  padding: px 8px;
}
.session-title-new{
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  /* color : #777; */
  font-weight: bold;
  padding: 5px 8px;
  margin:0;
  text-align: center;
}

.session-details{
  /* font-size: 14px;
  font-family: "News Cycle";
  color : #777; */
  padding: 5px 8px;
  text-align: justify;
} 
.session-details-new{
  /* font-size: 14px;*/
  font-family: "Lato";
  color : #777; 
  padding: 5px 8px;
  text-align: justify;
} 


.session-details-title{
  /* padding-left: 45px; */
  font-family:  'Montserrat',  sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
  
}
.session-details-content{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding:10px;
  /* background-color: rgb(226, 225, 225); */
  /* background-color : #edf5e1; */
  background-color : #e3f6f7;
}



hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #276b53; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #276b53; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}


/*=====  End of programme-new  ======*/





.top-menu {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}


.map {
  margin-right: 40px;
}

form.logout-form {
  padding: 0;
  margin: 0;
}

form.logout-form .btn {
  padding: 14px 0;
  color: #000;
  font-size: 13px;
  margin: 0;
}

form.logout-form .btn-link:hover {
  text-decoration: none;
}

.diapo-desc {
  text-transform: lowercase;
  font-weight: normal;
  font-size: 14px;
}



/* .ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  font-size: 12px;
} */

/* JQUERY AUTOCOMPLETE BOOTSTRAP STYLE START*/
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  /* background-color: #; */
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* JQUERY AUTOCOMPLETE BOOTSTRAP STYLE END*/



.slider {
  width: 90%;
  margin: 1px auto;
}

.slick-slide {
margin: 0px 2px;
transition: all ease-in-out .3s;
opacity: 1;
}

/* .slick-slide img {
width: 90%;
}   */

.slick-prev:before,
.slick-next:before {
color: black;
}


.slick-active {
opacity: 1;
} 

 .slick-current {
opacity: 1;
} 


.post-date {
  font-family: 'Roboto';
    background: #d71c3d;
    color: #fff;
    position: absolute;
    top: 0;
    /* right: 0; */
    display: block;
    margin: 2px 3px;
    width: 68px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    /* transition: all 0.50s ease; */
    /* z-index:9999; */
}

.news{
  background-color: #333;
  opacity: 1;
  
}
/* IE10 and IE11 hacks */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.news img{
    width: 248px;
  }
}

.sponsor_wrap{
  /* width: 100%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sponsor{
  margin: 8px 4px;
  /* float:left; */
  /* padding: 3px; */
  /* background-color: #ccc; */
  /* border: 1px solid #ccc; */
  /* border-radius:3px; */
}


.sponsor img{
  /* width: auto; */
  border-radius:3px;
  border: 3px solid #ccc;
}

/*=============================================
=            Programme Newer            =
=============================================*/

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

.cbp_tmtimeline h2{
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color : #276b53;
}

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #ff8c00;
	left: 20%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #777;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 1.3em;
  color: #276b53;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #276b53;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	/* margin: 0 0 15px 25%; */
	margin: 0 0 20px 25%;
	/* background: #3594cb; */
	color: #000;
	padding: 7px 0 35px 0;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
  /* border-radius: 5px; */
  border-bottom : 1px solid #d71c3d;
  /* border: none; */
  /* text-align: justify; */
}

.cbp_tmtimeline > li .cbp_tmlabel_light {
	/* margin: 0 0 15px 25%; */
	margin: 0 0 5px 25%;
	/* background: #3594cb; */
	color: #000;
	padding: 10px 0 15px 0;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
  /* border-radius: 5px; */
  border-bottom : 1px solid #ccc;
  /* border: none; */
  /* text-align: justify; */
}






/* .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #6cbfee;
} */

.cbp_tmtimeline > li .cbp_tmlabel h2,  .cbp_tmtimeline > li .cbp_tmlabel_light h2{ 
	margin-top: 0px;
	padding: 0 0 10px 0;
	/* border-bottom: 1px solid rgba(255,255,255,0.4); */
}

/* The triangle */
/* .cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
} */

/* .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #6cbfee;
} */

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 33px;
	height: 33px;
	font-family: 'ecoico';
	/* speak: none; */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.1em;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	/* box-shadow: 0 0 0 8px #afdcf8; */
	box-shadow: 0 0 0 4px #ff8c00;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}


.cbp_tmlabel_light a.btn-warning {
  color:#fff;
}



.cbp_tmtimeline > li i{
  width: 33px;
	height: 33px;
	/* font-family: 'ecoico'; */
	/* speak: none; */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.1em;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	/* background: #276b53; */
	background: #d71c3d;
	border-radius: 50%;
	/* box-shadow: 0 0 0 8px #afdcf8; */
	box-shadow: 0 0 0 4px #ff8c00;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
	content: "e000";
}

.cbp_tmicon-screen:before {
	content: "e001";
}

.cbp_tmicon-mail:before {
	content: "e002";
}

.cbp_tmicon-earth:before {
	content: "e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

.day {
  font-size: 1.2em;
  font-family: "Montserrat", sans-serif;
  color:#fff;
  background-color: #276b53;
  padding: 5px 12px;
  margin-left: 5px;
}

.date_day {
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  color:#276b53;
  /* background-color: #276b53; */
  padding: 5px 8px;
}


.agenda_item {
  background: #e4e4e4;
  border-radius : 5px;
  padding : 7px 13px;
  margin: 4px -10px; 
  font-size: 13px;
}

.agenda_item p{
  font-size: 13px;
}



.agenda_item:hover {
  background: #ccc;
}
/*=====  End of Programme Newer  ======*/




/*=============================================
=            Pagination Frontend            =
=============================================*/

.pagination{
  margin-top: 10px;
}

.pagination li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003C00;
  background-color: #D8EBEB;
  border: 1px solid #346767;
}

.pagination li.prev,  .pagination li.prev a{
  border-radius: 3px 0 0 3px;
}

.pagination li.next,  .pagination li.next a{
  border-radius: 0 3px 3px 0;
}

 
.pagination li.disabled {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #ccc;
  border: 1px solid #555;
}
 
.pagination li.active a{
  z-index: 1;
  color: #fff;
  background-color: #003C00;
  border-color: #003C00;
}
 
.pagination li a:focus , .pagination li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003C00;
  border-color: #AEFF5E;
}

/*=====  End of Pagination Frontend  ======*/


/*=============================================
=            blink animation            =
=============================================*/

.blink {
  animation: blink 2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

/*=====  End of blink animation  ======*/



/*=============================================
=            B2b            =
=============================================*/

.btob_item{
  padding: 10px;
  margin: 5px;
  background: #e4e4e4;
  border-radius: 5px;
  font-size: 0.8em; 
}

.border_test{
  border : 1px solid red;
}

.align_bottom{
  position: absolute;
  bottom: 0;
  margin-bottom: 5px;
}


.btob_item:hover {
  background: #ccc;
}

/*=====  End of B2b  ======*/



/*=============================================
=            board            =
=============================================*/

.board_item{
  color: #fff;
  padding : 50px;
  margin:5px;
  border-radius : 5px;
}

.board_item:hover{
  background: #ff8c00;
  cursor: pointer;
}

.board_item_yellow{
  background: #f9b522;

}

/*=====  End of board  ======*/


.tip{
  color:#276b27;
  padding: 0 0 5px 0;
  font-size: 14px;
}


#list2 { width:100%; }
#list2 ol {  font-family:Roboto; font-size:20px; 
  font-weight: bold;
  font-style: italic;
  color:#000;
  list-style-type: decimal;
  
}
/* #list2 ol li {  } */
#list2 ol li p { padding:8px; font-style:normal; font-family:Arial; font-size:13px; color:#000; 
  border-left: 1px solid #999; 
  border-bottom: 1px dotted #ccc; 
text-align: justify;
}
#list2 ol li p em { display:block; font-size: 16px; font-weight: bold; }

.jplist-select {
  height: 30px;
  box-shadow: 0 0 1px #fff;
  background: #fff;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #fff;
  color: #27252a;
  float: left;
  margin: -1px 10px 0 0;
  padding: 5px;
  text-shadow: none;
}


.text-filter-box input:first-child{
  margin-left : 0 ;
}

.text-filter-box input{
  margin-left : 5px ;
}

.project-view{
  border : 1px solid grey;
  border-top: 8px solid #276b53;
  border-radius : 5px 5px 0 0;
  padding  : 8px;
}

.project-title{
  font-family: "Montserrat", serif;
  text-align: right;
}

.hint_red{
  color: #d71c3d;
}



/*=============================================
=            Section comment block            =
=============================================*/
.bordergreen{
  border : 1px solid grey;
  border-top: 8px solid #276b53;
  border-radius : 5px 5px 0 0;
  margin  : 0 8px;
}
.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
  list-style: none;
}
.cd-timeline-navigation a:hover, .cd-timeline-navigation a:focus {
   border-color:#313740;
  
}

.cd-horizontal-timeline a, .cd-horizontal-timeline a:hover, .cd-horizontal-timeline a:focus{ color:#0275d8;}

 .cd-horizontal-timeline a:hover{ color:#276b27;}

 .replay_items a:hover {
  text-decoration: underline;
} 


.cd-horizontal-timeline blockquote, .cd-horizontal-timeline q {
  quotes: none;
}
.cd-horizontal-timeline blockquote:before, .cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before, .cd-horizontal-timeline q:after {
  content: '';
  content: none;
}
.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #313740;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 15px;
 
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #313740;
  border-color: #313740;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #313740;
  border-color: #313740;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #313740;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/new/arrow-24.png) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h4 {
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 20px;
  margin-bottom: 15px;
  color : #276b27;
}
.cd-horizontal-timeline .events-content h4 small {
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px;
  margin-top: 15px;
  
}

@media only screen and (min-width: 768px) {
  
  .cd-horizontal-timeline .events-content em {
    font-size: 1rem;
  }  
}

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

  .cd-horizontal-timeline.loaded{ margin: 0;}  
  .cd-horizontal-timeline .timeline{ width: 100%;}
  .cd-horizontal-timeline ol, .cd-horizontal-timeline ul{padding: 0;margin: 0;}
  .cd-horizontal-timeline .events-content h4{ font-size: 16px;}
  .cd-horizontal-timeline .events-content{ margin: 0;}
  
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.timeline:before{
  content: " ";
    display:none;
    bottom: 0;
    left: 0%;
    width: 0px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}  



/*=====  End of Section comment block  ======*/


/*=============================================
=            tabs            =
=============================================*/

/* With arrow tabs */

.nav-item{
	border-bottom : 1px solid #276b27;
	color : #bbb;
}

.nav-tabs{
  border-bottom : solid 1px #276b27;
}



.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color: #276b27;
}

.with-arrow .nav-link.active {
  position: relative;
} 

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #276b27;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block; 
}

/*=====  End of tabs  ======*/

