
.visible {
  display: block;
}
/*0.1 - General Styles*/
h1,
h2,
h3,
h4,
h5,
h5,
h6,
p,
a,
ul,
ol,
span,
q,
blockquote,
img {
  margin: 0 0;
  padding: 0 0;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a,
a:hover,
a:focus,
a:active {
  background: none;
  outline: 0;
  text-decoration: none;
  border: none;
}
body {
  margin: 0 0;
  line-height: 24px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    line-height: normal;
  }
}
#preloaderKDZ {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  background: #ffffff url(../img/others/preloader.gif) center no-repeat;
  text-align: center;
}
/* Image Masks */
/* Mask style 1*/
.mask.index-1 {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.mask.index-1 a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.mask.index-1 a .icon:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 12px;
  width: 25px;
  height: 25px;
  background-color: #ffa800;
  -webkit-border-bottom-right-radius: 100%;
          border-bottom-right-radius: 100%;
  -webkit-transform: translate(-40px, -40px);
  -ms-transform: translate(-40px, -40px);
  transform: translate(-40px, -40px);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mask.index-1 a .icon:after {
  content: '';
  position: absolute;
  top: 30px;
  left: -13px;
  width: 25px;
  height: 25px;
  background-color: #ffa800;
  -webkit-border-bottom-left-radius: 100%;
          border-bottom-left-radius: 100%;
  -webkit-transform: translate(40px, -40px);
  -ms-transform: translate(40px, -40px);
  transform: translate(40px, -40px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mask.index-1 a .icon .icon-square:before {
  content: '';
  position: absolute;
  left: 12px;
  bottom: -30px;
  width: 25px;
  height: 25px;
  background-color: #ffa800;
  -webkit-border-top-right-radius: 100%;
          border-top-right-radius: 100%;
  -webkit-transform: translate(-40px, 40px);
  -ms-transform: translate(-40px, 40px);
  transform: translate(-40px, 40px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mask.index-1 a .icon .icon-square:after {
  content: '';
  position: absolute;
  left: -13px;
  bottom: -30px;
  width: 25px;
  height: 25px;
  background-color: #ffa800;
  -webkit-border-top-left-radius: 100%;
          border-top-left-radius: 100%;
  -webkit-transform: translate(40px, 40px);
  -ms-transform: translate(40px, 40px);
  transform: translate(40px, 40px);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mask.index-1 a .icon .icon-square i {
  line-height: 0!important;
  width: 0px;
  height: 0px;
  color: #ffffff !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  position: absolute;
  top: 30px;
  left: 3px;
  font-size: 18px;
  z-index: 3;
  color: #ffffff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* Mask style 2*/
.mask.index-2 {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.mask.index-2 a {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  color: #ffffff;
}
.mask.index-2 a i {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #ffffff;
  line-height: 40px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.mask.index-2 a i:hover {
  color: #ffffff;
  background-color: #ffa800;
  border: 1px solid #ffa800;
}
/*=================================================
				1.0  --  Page Elemnts
 ==================================================*/
/*===== 1.1 - NavBars =====*/
/* 1.1.1 - General Style */
@media (max-width: 1200px) {
  nav.duplicate {
    display: none;
  }
}
nav.navbar {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-border-radius: 0 0;
          border-radius: 0 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 0 0;
}
nav.navbar .navbar-header .navbar-brand {
  margin: 29px 0;
  position: relative;
  width: auto;
  height: auto;
  padding: 0 15px;
}
nav.navbar .navbar-header .search-nav.min,
nav.navbar .navbar-header .navbar-toggle {
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 0 0;
  margin: 25px 10px;
}
nav.navbar .navbar-header .search-nav.min i,
nav.navbar .navbar-header .navbar-toggle i {
  font-size: 14px;
  line-height: 45px;
}
@media screen and (max-width: 330px) {
  nav.navbar .navbar-header .search-nav.min,
  nav.navbar .navbar-header .navbar-toggle {
    width: 40px;
    height: 40px;
    padding: 0 0;
    margin: 20px 10px;
  }
  nav.navbar .navbar-header .search-nav.min i,
  nav.navbar .navbar-header .navbar-toggle i {
    line-height: 40px;
  }
}
nav.navbar .navbar-nav .menu-item {
  padding-top: 45px;
  padding-bottom: 47px;
}
nav.navbar .navbar-nav > li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 10;
}
nav.navbar .navbar-nav li a {
  display: block;
  padding: 10px 15px;
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
}
nav.navbar .navbar-nav li a i {
  position: relative;
  left: 10px;
}
nav.navbar .navbar-nav li a:hover,
nav.navbar .navbar-nav li a:active,
nav.navbar .navbar-nav li a:focus,
nav.navbar .navbar-nav li a.open {
  background: none;
}
nav.navbar .navbar-nav li .sub-menu {
  left: 0px;
  position: absolute;
  padding: 0 0;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: #636fe1;
  min-width: 160px;
  top: 140%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
  visibility: hidden;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 991px) {
  nav.navbar .navbar-nav li .sub-menu {
    position: relative!important;
    visibility: visible;
    opacity: 1;
    z-index: 99!important;
    left: 0px!important;
    background: #ffffff;
  }
  nav.navbar .navbar-nav li .sub-menu a {
    color: #333!important;
  }
  nav.navbar .navbar-nav li .sub-menu a:hover {
    background: #f5f5f5;
    color: #ffa800 !important;
  }
}
nav.navbar .navbar-nav li .sub-menu li {
  border: 1px solid transparent;
}
nav.navbar .navbar-nav li .sub-menu li a {
  padding: 10px 15px;
  color: #ffffff;
  border-bottom: 0;
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
nav.navbar .navbar-nav li .sub-menu li:hover {
  background: rgba(255, 255, 255, 0.07);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.85);
}
nav.navbar .navbar-nav li .sub-menu li:hover a {
  color: #ffffff;
}
nav.navbar .navbar-nav li .sub-menu li:last-child:hover {
  border-bottom: 1px solid transparent;
}
nav.navbar.scroll {
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
nav.navbar.scroll > li.menu-item:hover ul.sub-menu {
  opacity: 1;
  top: 100%;
  z-index: 1;
}
nav.navbar.scroll .navbar-brand {
  margin: 10px 0;
}
nav.navbar.scroll .menu-item {
  padding-top: 30px;
  padding-bottom: 25px;
}
nav.navbar.scroll .search-form {
  margin-top: 0px;
}
nav.navbar.scroll .search-form input {
  margin-top: -10px;
}
@media (max-width: 530px) {
  nav.navbar.scroll .search-form input {
    margin-top: 0;
  }
}
nav.navbar.scroll .sub-menu {
  opacity: 0;
  z-index: -1;
}
nav.navbar .search-nav.min {
  cursor: pointer;
  display: none;
  float: right;
}
nav.navbar .search-nav.big {
  cursor: pointer ;
}
nav.navbar .search-form {
  display: none;
  margin-top: -10px;
  margin-bottom: 5px;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(255, 168, 0, 0.75);
}
nav.navbar .search-form input {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  border: none;
  outline: 0;
  width: 90%;
  height: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 530px) {
  nav.navbar .search-form input {
    width: 80%;
  }
}
@media screen and (max-width: 367px) {
  nav.navbar .search-form input {
    width: 60%;
  }
}
nav.navbar .search-form #close-btn,
nav.navbar .search-form .close-btn {
  text-align: center;
  float: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: rgba(51, 51, 51, 0.25);
  cursor: pointer;
}
@media (max-width: 991px) {
  nav.navbar.scroll .navbar-nav li .sub-menu {
    margin-top: 0 !important;
  }
  nav.navbar .navbar-header {
    float: none;
  }
  nav.navbar .navbar-header .navbar-toggle {
    display: block;
  }
  nav.navbar .navbar-header {
    float: none;
  }
  nav.navbar .navbar-header .navbar-toggle {
    margin-top: 40px;
    display: block;
  }
  nav.navbar .navbar-header .search-nav {
    margin-top: 40px!important;
  }
  nav.navbar .navbar-header .navbar-brand {
    position: relative;
  }
  nav.navbar .navbar-collapse.collapse {
    display: none !important;
  }
  nav.navbar .navbar-collapse.collapse.in {
    display: block !important;
    overflow: auto !important;
  }
  nav.navbar .navbar-nav {
    width: 100%;
    float: none !important;
  }
  nav.navbar .navbar-nav > li {
    position: relative;
    padding: 0 0 0 15px !important;
    float: none;
  }
  nav.navbar .navbar-nav > li a {
    padding: 15px 0 15px 15px;
  }
  nav.navbar .navbar-nav > li a:hover,
  nav.navbar .navbar-nav > li a.selected {
    -webkit-border-radius: 0px;
            border-radius: 0px;
  }
  nav.navbar .navbar-nav > li .sub-menu {
    position: absolute;
    left: auto;
    left: 100px;
    right: 0%;
    margin-top: 0 !important;
    border: 0;
    float: none;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    min-width: 160px;
    -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
  }
  nav.navbar .navbar-nav > li .sub-menu li a,
  nav.navbar .navbar-nav > li .sub-menu li a:hover {
    border: none;
  }
  nav.navbar .navbar-nav > li:hover .sub-menu {
    top: 100%;
  }
  nav.navbar .search-nav.min {
    display: block;
  }
  nav.navbar .search-nav.big {
    display: none;
  }
}
/* 1.1.2 -  Navbar 1  */
nav.navbar-1.scroll ul.nav.navbar-nav > li .sub-menu {
  margin-top: 1px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  nav.navbar-1.scroll ul.nav.navbar-nav > li .sub-menu {
    z-index: 99;
  }
}
nav.navbar-1 .navbar-header .search-nav.min,
nav.navbar-1 .navbar-header .navbar-toggle {
  background: #ffa800;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
nav.navbar-1 .navbar-header .search-nav.min i,
nav.navbar-1 .navbar-header .navbar-toggle i {
  color: #ffffff;
}
nav.navbar-1 .navbar-nav > li {
  display: block;
  padding: 0 30px;
}
@media screen and (max-width: 1199px) {
  nav.navbar-1 .navbar-nav > li {
    padding: 0 20px;
  }
}
nav.navbar-1 .navbar-nav > li > a {
  padding: 10px 0px;
  font-size: 14px;
  color: #333333;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 8px solid transparent;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
nav.navbar-1 .navbar-nav > li > a i {
  color: rgba(51, 51, 51, 0.35);
}
nav.navbar-1 .navbar-nav > li > a:hover,
nav.navbar-1 .navbar-nav > li > a:active,
nav.navbar-1 .navbar-nav > li > a:focus,
nav.navbar-1 .navbar-nav > li > a.open {
  color: #ffa800;
  -webkit-border-image: url(../img/separators/sep-min-1.png) 30 30 round;
          border-image: url(../img/separators/sep-min-1.png) 30 30 round;
}
nav.navbar-1 .navbar-nav > li:last-child {
  padding-right: 0px;
}
nav.navbar-1 .navbar-nav > li .sub-menu {
  margin-top: -28px;
}
nav.navbar-1 .navbar-nav > li:hover > a {
  color: #ffa800;
  -webkit-border-image: url(../img/separators/sep-min-1.png) 30 30 round;
          border-image: url(../img/separators/sep-min-1.png) 30 30 round;
}
nav.navbar-1 .search-nav.big {
  width: 40px;
  height: 40px;
  background: #ffa800;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
/* 1.1.3 -  Navbar 2 */
nav.navbar-2.scroll ul.nav.navbar-nav > li .sub-menu {
  margin-top: 1px;
  z-index: -1;
}
nav.navbar-2 .navbar-brand {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 15px;
}
nav.navbar-2 .navbar-header .search-nav.min,
nav.navbar-2 .navbar-header .navbar-toggle {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
}
nav.navbar-2 .navbar-header .search-nav.min i,
nav.navbar-2 .navbar-header .navbar-toggle i {
  color: #333333;
}
nav.navbar-2 .navbar-header .search-nav.min:hover,
nav.navbar-2 .navbar-header .navbar-toggle:hover {
  border: 1px solid #ffa800;
}
nav.navbar-2 .navbar-header .search-nav.min:hover i,
nav.navbar-2 .navbar-header .navbar-toggle:hover i {
  color: #ffa800;
}
nav.navbar-2 .navbar-nav > li {
  padding: 0 8px;
}
nav.navbar-2 .navbar-nav > li > a {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 25px;
  font-size: 14px;
  line-height: 45px;
  color: #333333;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  background: #ffffff;
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
nav.navbar-2 .navbar-nav > li > a i {
  color: rgba(51, 51, 51, 0.35);
}
@media (max-width: 1199px) {
  nav.navbar-2 .navbar-nav > li > a {
    padding: 0 10px!important;
  }
}
nav.navbar-2 .navbar-nav > li .sub-menu {
  margin-top: -28px;
  z-index: -1;
}
nav.navbar-2 .navbar-nav > li:hover > a,
nav.navbar-2 .navbar-nav > li:active > a,
nav.navbar-2 .navbar-nav > li:focus > a,
nav.navbar-2 .navbar-nav > li.open > a,
nav.navbar-2 .navbar-nav > li.selected > a {
  color: #ffffff;
  background: #ffa800;
  -webkit-border-radius: 22px;
          border-radius: 22px;
}
@media screen and (max-width: 991px) {
  nav.navbar-2 .navbar-nav > li:hover > a,
  nav.navbar-2 .navbar-nav > li:active > a,
  nav.navbar-2 .navbar-nav > li:focus > a,
  nav.navbar-2 .navbar-nav > li.open > a,
  nav.navbar-2 .navbar-nav > li.selected > a {
    background: none !important;
    color: #333;
  }
}
nav.navbar-2 .search-nav.big {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  line-height: 40px;
  text-align: center;
  margin: auto;
  color: #333333;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
nav.navbar-2 .search-nav.big:hover {
  border: 1px solid transparent;
  background: #ffa800;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  nav.navbar-2 ul.nav.navbar-nav > li .sub-menu {
    -webkit-transition: all 0.35s ease ease;
            transition: all 0.35s ease ease;
  }
  nav.navbar-2 ul.nav.navbar-nav > li > a {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  nav.navbar-2 ul.nav.navbar-nav > li > a:hover,
  nav.navbar-2 ul.nav.navbar-nav > li > a:active,
  nav.navbar-2 ul.nav.navbar-nav > li > a:focus,
  nav.navbar-2 ul.nav.navbar-nav > li > a.open,
  nav.navbar-2 ul.nav.navbar-nav > li > a.selected {
    -webkit-border-radius: 0;
            border-radius: 0;
  }
  nav.navbar-2 ul.nav.navbar-nav > li > a:active,
  nav.navbar-2 ul.nav.navbar-nav > li > a:focus,
  nav.navbar-2 ul.nav.navbar-nav > li > a:hover {
    background: rgba(51, 51, 51, 0.15);
  }
}
/*===== 1.2 - Headers =====*/
/* 1.2.1 - Header 1 */
.jumbotron {
  padding: 0 0;
  margin: 0 0;
}
.jumbotron h1 {
  font-size: 36px;
}
.jumbotron.jumbotron-1 {
  padding: 42px 0 606px;
  background: url(../img/backgrounds/jumbotron-home-1.jpg) center 100%;
  text-align: center;
}
.jumbotron.jumbotron-1 h1 {
  font-family: 'Lobster';
  color: #333333;
  font-size: 36px;
}
.jumbotron.jumbotron-1 p {
  width: 65%;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin: 0 auto;
}
.jumbotron.jumbotron-1 .ribbon {
  position: relative;
  padding: 20px 0 30px;
  text-align:center;
}
.jumbotron.jumbotron-1 .ribbon img {
  margin: 0 auto;
}
.jumbotron.jumbotron-1 .ribbon ul {
  position: absolute;
  display: block;
  top: 35%;
  left: 23.4%;
}
.jumbotron.jumbotron-1 .ribbon ul li {
  display: inline-block;
  margin: 0 30px;
}
.jumbotron.jumbotron-1 .ribbon ul li h2 {
  font-family: 'Roboto';
  font-size: 80px;
  color: #ffa800;
  text-transform: uppercase;
  width:480px;
 }
 .ribbon h2{
 font-family: 'Roboto';
  font-size: 80px;
  color: #ffa800;
  text-transform: uppercase;

 }
 
 
 
@media screen and (max-width: 760px) {
  .jumbotron.jumbotron-1 .ribbon ul li h2 {
    font-size: 45px;
  }
}
.jumbotron.jumbotron-1 .ribbon ul li i {
  font-size: 26px;
  color: rgba(51, 51, 51, 0.25);
}
.jumbotron.jumbotron-1 .ribbon ul li:first-child,
.jumbotron.jumbotron-1 .ribbon ul li:last-child {
  position: relative;
  top: -20px;
  margin: 0 0;
}
@media screen and (max-width: 1200px) {
  .jumbotron.jumbotron-1 .ribbon img {
    margin-left: -1%;
  }
  .jumbotron.jumbotron-1 .ribbon ul {
    display: block;
    text-align: center;
    left: 17.5%;
  }
}
@media screen and (max-width: 991px) {
  .jumbotron.jumbotron-1 .ribbon img {
    overflow: hidden;
    width: 95%;
    height: auto;
  }
  .jumbotron.jumbotron-1 .ribbon ul {
    display: block;
    text-align: center;
  }
  .jumbotron.jumbotron-1 .ribbon ul li h2 {
    font-size: 45px;
    letter-spacing: 20px;
  }
  .jumbotron.jumbotron-1 .ribbon ul li:first-child,
  .jumbotron.jumbotron-1 .ribbon ul li:last-child {
    top: -8px;
  }
}
@media screen and (max-width: 760px) {
  .jumbotron.jumbotron-1 .ribbon img {
    display: none;
  }
  .jumbotron.jumbotron-1 .ribbon ul {
    height: 100%;
    position: relative;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .jumbotron.jumbotron-1 .ribbon ul li {
    display: inline-block;
  }
  .jumbotron.jumbotron-1 .ribbon ul li h2 {
    font-size: 25px;
    letter-spacing: 10px;
  }
  .jumbotron.jumbotron-1 .ribbon ul li:first-child {
    left: 0;
  }
  .jumbotron.jumbotron-1 .ribbon ul li:last-child {
    right: 0;
  }
  .jumbotron.jumbotron-1 .ribbon ul li:first-child,
  .jumbotron.jumbotron-1 .ribbon ul li:last-child {
    top: 5%;
  }
  .jumbotron.jumbotron-1 .ribbon ul li i {
    font-size: 18px;
  }
}
/* 1.2.2 - Header 2 */
.jumbotron.jumbotron-2 {
  padding-top: 633px;
  background: url(../img/backgrounds/jumbotron-home-2.jpg) center 100%;
  background-size: cover;
}
.jumbotron.jumbotron-2 .container-fluid {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
}
.jumbotron.jumbotron-2 .bottom-bar {
  position: relative;
  padding: 45px 0 39px;
  text-align: center;
  background: rgba(99, 111, 225, 0.9);
}
.jumbotron.jumbotron-2 .bottom-bar h1 {
  font-family: 'Lobster';
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 18px;
}
.jumbotron.jumbotron-2 .bottom-bar h1 span {
  color: #ffa800;
}
.jumbotron.jumbotron-2 .bottom-bar p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
/*1.2.3 - Page Headers*/
.jumbotron.page-jumbotron {
  padding-top: 375px;
  background-size: cover;
}
.jumbotron.page-jumbotron.bg-1 {
  background: url(../img/backgrounds/page-jumbotron-image-1.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-2 {
  background: url(../img/backgrounds/page-jumbotron-image-2.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-3 {
  background: url(../img/backgrounds/page-jumbotron-image-3.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-4 {
  background: url(../img/backgrounds/page-jumbotron-image-4.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-5 {
  background: url(../img/backgrounds/page-jumbotron-image-5.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-6 {
  background: url(../img/backgrounds/page-jumbotron-image-6.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-7 {
  background: url(../img/backgrounds/page-jumbotron-image-7.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-8 {
  background: url(../img/backgrounds/page-jumbotron-image-8.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-9 {
  background: url(../img/backgrounds/page-jumbotron-image-9.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-10 {
  background: url(../img/backgrounds/page-jumbotron-image-10.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.bg-11 {
  background: url(../img/backgrounds/page-jumbotron-image-11.jpg) center center no-repeat;
}
.jumbotron.page-jumbotron.no-bg {
  padding: 0 0;
  background: #636fe1;
}
.jumbotron.page-jumbotron.map-bg {
  padding: 0 0;
  height: auto;
  overflow: hidden;
}
.jumbotron.page-jumbotron.map-bg .googleMap {
  position: relative;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
}
.jumbotron.page-jumbotron.map-bg .googleMap #googleMap {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  width: auto;
  height: 100%;
  min-height: 375px;
}
.jumbotron.page-jumbotron .bottom-bar {
  padding: 29px 0 46px;
  text-align: center;
  background: url(../img/backgrounds/jumbotron-bottom-bg.png);
}
.jumbotron.page-jumbotron .bottom-bar h1 {
  color: #ffffff;
  font-family: 'Lobster';
}
.jumbotron.page-jumbotron .bottom-bar h1 i {
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border: 3px solid #ffa800;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 32px;
}
@media screen and (max-width: 500px) {
  .jumbotron.page-jumbotron {
    padding-top: 350px;
  }
  .jumbotron.page-jumbotron .bottom-bar h1 {
    font-size: 28px;
  }
  .jumbotron.page-jumbotron .bottom-bar h1 i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
/* ======= 1.3 - Buttons =======  */
.button.button-special {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  background: url(../img/separators/sep-min-1.png) bottom no-repeat;
  padding-bottom: 8px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.button.button-special:hover {
  color: #ffa800;
}
.button.button-special-big {
  text-align: center;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  background: url(../img/separators/sep-double-gray.png) bottom no-repeat;
  padding-bottom: 20px;
}
.button.button-simple {
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(51, 51, 51, 0.25);
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
.button.button-simple.min {
  font-size: 14px;
  height: 40px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 0 27px;
  line-height: 40px;
}
.button.button-simple.medium {
  font-size: 16px;
  height: 45px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  padding: 0 30px;
  line-height: 45px;
}
.button.button-simple.big {
  font-size: 18px;
  height: 50px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 0 35px;
  line-height: 50px;
}
.button.button-simple:hover {
  color: #ffffff;
  background: #ffa800;
  border: 1px solid transparent;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
@media screen and (max-width: 400px) {
  .button.button-simple.min,
  .button.button-simple.medium,
  .button.button-simple.big {
    font-size: 14px;
  }
}
/* Breadcrumb */
.breadcrumb-wrapper {
  background: #ffffff;
}
.breadcrumb-wrapper .breadcrumb {
  width: 490px;
  background: #ffffff;
  margin: -22px auto 0;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
@media screen and (max-width: 520px) {
  .breadcrumb-wrapper .breadcrumb {
    width: 100%;
  }
}
.breadcrumb-wrapper .breadcrumb ul {
  display: block;
  text-align: center;
}
.breadcrumb-wrapper .breadcrumb ul li {
  display: inline-block;
  padding: 13px 30px 13px 0 ;
}
.breadcrumb-wrapper .breadcrumb ul li:last-child {
  padding-right: 0;
}
.breadcrumb-wrapper .breadcrumb ul li a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.breadcrumb-wrapper .breadcrumb ul li a.return {
  font-family: 'Roboto';
  font-weight: 700;
}
.breadcrumb-wrapper .breadcrumb ul li i {
  margin-left: 30px;
  color: rgba(255, 168, 0, 0.75);
}
/* Pagination */
.pagination-wrapper {
  text-align: center;
  position: relative;
}
.pagination-wrapper .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.15);
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .pagination-wrapper .line {
    display: none;
  }
}
.pagination-wrapper .pagination {
  display: inline-block;
  position: relative;
  background: #ffffff;
  width: auto;
  z-index: 10;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination {
    padding: 0;
  }
}
.pagination-wrapper .pagination li {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background 0.6s ease;
          transition: background 0.6s ease;
  border: 1px solid rgba(51, 51, 51, 0.25);
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination li {
    width: auto;
    height: auto;
    border: 0 none;
  }
}
.pagination-wrapper .pagination li:first-child,
.pagination-wrapper .pagination li:last-child {
  width: 109px;
  -webkit-border-radius: 32px;
          border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination li:first-child,
  .pagination-wrapper .pagination li:last-child {
    width: auto;
    -webkit-border-radius: 0;
            border-radius: 0;
  }
}
.pagination-wrapper .pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 42px;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination li a {
    line-height: normal;
    padding: 10px;
  }
}
@media screen and (max-width: 479px) {
  .pagination-wrapper .pagination li a {
    padding: 10px 7px;
  }
}
.pagination-wrapper .pagination li.selected,
.pagination-wrapper .pagination li:hover {
  border: 1px solid transparent;
  background: #ffa800;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination li.selected,
  .pagination-wrapper .pagination li:hover {
    background: none transparent;
    border: 0 none;
  }
}
.pagination-wrapper .pagination li.selected a,
.pagination-wrapper .pagination li:hover a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination li.selected a,
  .pagination-wrapper .pagination li:hover a {
    color: #ffa800;
  }
}
@media screen and (max-width: 550px) {
  .pagination-wrapper .pagination li {
    margin: 10px 0;
  }
}
/* Tags for Blog*/
ul.tags.blog {
  display: block;
}
ul.tags.blog li {
  display: inline-block;
  margin-right: 5px;
  height: 25px;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
ul.tags.blog li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  ul.tags.blog li a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
ul.tags.blog li:hover {
  border: 1px solid #333333;
}
/* ======= 1.4 - Panels =======  */
/* General Styles*/
.panels {
  margin: 0 0;
}
.panels .panel {
  padding: 0 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.panels .panel .panel-heading {
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 30px 0;
  text-align: center;
}
.panels .panel .panel-heading h3 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}
.panels .panel .panel-body {
  padding: 0 0;
}
.panels .panel.left {
  padding-right: 0;
  margin-bottom: 0px;
  -webkit-border-top-left-radius: 30px;
          border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
          border-bottom-left-radius: 30px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
@media screen and (max-width: 767px) {
  .panels .panel.left {
    padding-bottom: 30px;
  }
}
.panels .panel.left .panel-heading {
  -webkit-border-top-left-radius: 30px;
          border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
}
.panels .panel.left .panel-body {
  -webkit-border-bottom-left-radius: 30px;
          border-bottom-left-radius: 30px;
}
.panels .panel.right {
  padding-left: 0;
  margin-bottom: 0px;
  -webkit-border-top-right-radius: 30px;
          border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
          border-bottom-right-radius: 30px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.panels .panel.right .panel-heading {
  -webkit-border-top-right-radius: 30px;
          border-top-right-radius: 30px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
}
.panels .panel.right .panel-body {
  -webkit-border-bottom-right-radius: 30px;
          border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .panels .panel.left,
  .panels .panel.left .panel-heading {
    -webkit-border-radius: 30px 0 0 0;
            border-radius: 30px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .panels .panel.left .panel-body {
    -webkit-border-radius: 0 0 30px 30px;
            border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .panels .panel.right,
  .panels .panel.right .panel-heading {
    -webkit-border-radius: 0 30px 0 0;
            border-radius: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .panels .panel.right .panel-body {
    -webkit-border-radius: 0 0 30px 30px;
            border-radius: 0 0 30px 30px;
  }
}
@media screen and (max-width: 500px) {
  .panels .panel .panel-heading h3 {
    font-size: 16px;
  }
}
/* Feedback Panel*/
.panels.feedback .panel {
  background: #ffffff;
  border-left: 2px solid #f6f6f6;
}
.panels.feedback .panel.left {
  border-left: 0;
}
.panels.feedback .panel .panel-heading {
  background: #ffa800;
  height: 70px;
}
.panels.feedback .panel .panel-body ul {
  display: block;
  text-align: center;
}
.panels.feedback .panel .panel-body ul li {
  display: block;
  height: 70px;
  line-height: 72px;
  border-bottom: 2px solid #f6f6f6;
  text-align: center;
}
.panels.feedback .panel .panel-body ul li h4 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
  padding-left: 30px;
  text-align: left;
}
.panels.feedback .panel .panel-body ul li i {
  font-size: 24px;
  color: #ffa800;
}
.panels.feedback .panel .panel-body ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 668px) {
  .panels.feedback .panel.left .panel-body ul li h4 {
    position: relative;
    top: 10px;
    line-height: 23px;
    padding-left: 15px;
    font-size: 14px;
  }
}
/* List Panels*/
.panels.list {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .panels.list {
    width: 100%;
  }
}
.panels.list .panel {
  background: transparent;
}
.panels.list .panel.left .panel-heading {
  background: #636fe1;
}
@media screen and (max-width: 767px) {
  .panels.list .panel.left .panel-heading {
    -webkit-border-radius: 30px 30px 0 0;
            border-radius: 30px 30px 0 0;
  }
}
.panels.list .panel.right .panel-heading {
  background: #ffa800;
}
@media screen and (max-width: 767px) {
  .panels.list .panel.right .panel-heading {
    -webkit-border-radius: 30px 30px 0 0;
            border-radius: 30px 30px 0 0;
  }
}
.panels.list .panel .panel-heading {
  padding: 20px 0;
}
.panels.list .panel .panel-body {
  text-align: center;
}
.panels.list .panel .panel-body ul li {
  padding: 20px 0;
}
.panels.list .panel .panel-body ul li h4 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
}
.panels.list.style1 .panel.left .panel-body {
  border-right: 1px solid #f6f6f6;
}
.panels.list.style1 .panel.right .panel-body {
  border-left: 1px solid #f6f6f6;
}
.panels.list.style1 .panel .panel-body {
  background: #ffffff;
}
.panels.list.style1 .panel .panel-body ul li {
  border-bottom: 2px solid #f6f6f6;
}
.panels.list.style1 .panel .panel-body ul li:last-child {
  border: 0;
}
.panels.list.style2 .panel.left .panel-body {
  border-right: 1px solid #ffffff;
}
.panels.list.style2 .panel.right .panel-body {
  border-left: 1px solid #ffffff;
}
.panels.list.style2 .panel .panel-body {
  background: #f6f6f6;
}
.panels.list.style2 .panel .panel-body ul li {
  border-bottom: 2px solid #ffffff;
}
.panels.list.style2 .panel .panel-body ul li:last-child {
  border: 0;
}
/* Pricing Plans */
.panels.pricing .panel {
  background: #ffffff;
  border: 3px solid #ededed;
  height: 617px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.panels.pricing .panel .panel-heading {
  width: 150px;
  height: 150px;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 63px auto 0;
  border: 1px solid #ededed;
  text-align: center;
  color: #333333;
  background: #ffffff;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
.panels.pricing .panel .panel-heading h2 {
  font-family: 'Lobster';
  line-height: 150px;
}
.panels.pricing .panel .panel-body {
  background: #ffffff;
  padding: 60px 0 0;
}
.panels.pricing .panel .panel-body ul.benefits {
  display: block;
  text-align: center;
}
.panels.pricing .panel .panel-body ul.benefits li {
  height: 40px;
}
.panels.pricing .panel .panel-body ul.benefits li h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
}
.panels.pricing .panel .panel-footer {
  background: #ffffff;
  width: 152px;
  height: 45px;
  padding: 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -76px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 1px solid #efefef;
  -webkit-border-radius: 22px;
          border-radius: 22px;
  text-align: center;
  -webkit-transition: background 0.75s ease;
          transition: background 0.75s ease;
}
.panels.pricing .panel .panel-footer a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: #333333;
}
.panels.pricing .panel:hover {
  border: 3px solid #ffa800;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.panels.pricing .panel:hover .panel-heading {
  margin-top: 61px;
  background: #ffa800;
  color: #ffffff;
  border: 1px solid transparent;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.panels.pricing .panel:hover .panel-footer {
  background: #ffa800;
  border: 1px solid transparent;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.panels.pricing .panel:hover .panel-footer a {
  color: #ffffff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
@media screen and (max-width: 550px) {
  .panels.pricing .col-xs-6 {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* ======= 1.5 - Progress Bars =======  */
.progress-bars-container {
  display: block;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
}
.progress-bars-container li.progress-bar-outer {
  text-align: left;
  display: block;
  width: 100%;
  min-height: 1px;
  padding: 75px 0 0;
}
@media screen and (max-width: 767px) {
  .progress-bars-container li.progress-bar-outer {
    padding-top: 55px;
  }
}
.progress-bars-container li.progress-bar-outer:first-child {
  padding: 0 0;
}
.progress-bars-container li.progress-bar-outer h4 {
  display: block;
  width: 13%;
  position: relative;
  top: 12px;
  float: left;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner {
  display: block;
  position: relative;
  width: 82%;
  float: left;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loading-bar {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(51, 51, 51, 0.05);
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded {
  display: block;
  position: relative;
  width: 100%;
  text-align: right;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded.p-90 {
  width: 90%;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded.p-80 {
  width: 80%;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded.p-100 {
  width: 100%;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded.p-95 {
  width: 95%;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded .inner {
  display: block;
  position: relative;
  width: 0%;
  top: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded .inner .inner-loaded {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffa800;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded .inner .procent {
  position: relative;
  top: -10px;
  right: 5px;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded .inner .bullet {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  bottom: -6px;
  right: 0;
  background: #ffa800;
}
.progress-bars-container li.progress-bar-outer .progress-bar-inner .loaded .inner.animate {
  width: 100%;
}
.progress-bars-container li.progress-bar-outer:nth-child(2) .loaded .inner {
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.progress-bars-container li.progress-bar-outer:nth-child(3) .loaded .inner {
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.progress-bars-container li.progress-bar-outer:nth-child(4) .loaded .inner {
  -webkit-transition: all 1.4s ease;
          transition: all 1.4s ease;
}
.progress-bars-container li.progress-bar-outer:nth-child(5) .loaded .inner {
  -webkit-transition: all 1.6s ease;
          transition: all 1.6s ease;
}
@media screen and (max-width: 1200px) {
  .progress-bars-container li.progress-bar-outer h4 {
    width: 20%;
  }
  .progress-bars-container li.progress-bar-outer .progress-bar-inner {
    width: 74%;
  }
}
/* ======= 1.6 - Testimonials =======  */
.testimonials .testimonial {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .testimonials .testimonial {
    padding-bottom: 40px;
  }
}
.testimonials .testimonial .text-block {
  position: relative;
  padding: 31px 31px;
  background: #f6f6f6;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: background 0.6s ease;
          transition: background 0.6s ease;
}
.testimonials .testimonial .text-block::after {
  -webkit-transition: border 0.6s ease;
          transition: border 0.6s ease;
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 30px solid #f6f6f6;
  border-right: 30px solid transparent;
  top: 100%;
  left: 8%;
}
.testimonials .testimonial .text-block p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.testimonials .testimonial .image {
  width: 75px;
  height: 75px;
  position: relative;
  margin-top: 41px;
  margin-left: 21px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.testimonials .testimonial .image img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 100%;
  height: 100%;
}
.testimonials .testimonial .image::after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 95px;
  height: 95px;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: border 0.4s ease;
          transition: border 0.4s ease;
}
.testimonials .testimonial:hover .text-block {
  background: #ffa800;
}
.testimonials .testimonial:hover .text-block p {
  color: #ffffff;
}
.testimonials .testimonial:hover .text-block::after {
  border-top: 30px solid #ffa800;
}
.testimonials .testimonial:hover .image::after {
  border: 3px solid #ffa800;
}
/* ======= 1.7 - Contact Form =======  */
form.contact-form {
  display: block;
  width: 100%;
}
form.contact-form .field {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
form.contact-form .field input,
form.contact-form .field textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 22px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
  border: 1px solid rgba(51, 51, 51, 0.1);
  outline: none;
  -webkit-border-radius: 25px;
          border-radius: 25px;
}
form.contact-form .field input::-moz-placeholder,
form.contact-form .field textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
form.contact-form .field input:-moz-placeholder,
form.contact-form .field textarea:-moz-placeholder {
  color: #333333;
  opacity: 1;
}
form.contact-form .field input::-webkit-input-placeholder,
form.contact-form .field textarea::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}
form.contact-form .field input:-ms-input-placeholder,
form.contact-form .field textarea:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}
form.contact-form .field input:focus,
form.contact-form .field textarea:focus,
form.contact-form .field input:hover,
form.contact-form .field textarea:hover,
form.contact-form .field input:active,
form.contact-form .field textarea:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ffa800;
}
form.contact-form .field textarea {
  padding: 20px;
  height: 230px;
}
form.contact-form input[type="submit"] {
  width: 100%;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  background: #ffa800;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
/*=================================================
				2.0 -- Pages Styling
 ==================================================*/
/*===== 2.1 - Home Page 1 =====*/
/* Mask and Section Name Index-1 */
.mask.index-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.mask.index-1 a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.mask.index-1 a i {
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: #ffa800;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.section-name.index-1 {
  text-align: center;
}
.section-name.index-1 h1 {
  font-family: 'Lobster';
  padding-bottom: 21px;
  color: #333333;
}
.section-name.index-1 p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding-bottom: 17px;
}
.section-name.index-1 .sep {
  width: 100%;
  height: 12px;
  background: url(../img/separators/sep-double-yellow.png) center no-repeat;
}
/* Features index-1 */
@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.features-wrapper.index-1 {
  padding: 40px 0 100px;
  background: #ffffff;
  height: 440px;
}
@media screen and (max-width: 1199px) {
  .features-wrapper.index-1 {
    height: 750px;
  }
}
@media screen and (max-width: 991px) {
  .features-wrapper.index-1 {
    height: auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .features-wrapper.index-1 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .features-wrapper.index-1:hover {
    padding: 40px 0 45px;
  }
}
.features-wrapper.index-1 .feature-outer {
  height: 350px;
}
.features-wrapper.index-1 .feature-outer .feature {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 34px;
  background: url(../img/separators/sep-double-gray.png) bottom center no-repeat;
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
@media screen and (max-width: 767px) {
  .features-wrapper.index-1 .feature-outer .feature {
    padding-bottom: 15px;
  }
}
.features-wrapper.index-1 .feature-outer .feature .icon {
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
  margin: 0 auto 13px;
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.features-wrapper.index-1 .feature-outer .feature .icon img {
  position: absolute;
  top: 13.5%;
  left: 13.5%;
}
.features-wrapper.index-1 .feature-outer .feature .icon:before {
  background: #ffffff;
  content: "";
  height: 100px;
  left: -105px;
  opacity: 0;
  position: absolute;
  top: 130px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 195px;
  z-index: 1;
}
.features-wrapper.index-1 .feature-outer .feature .icon::after {
  content: '';
  display: block;
  position: absolute;
  width: 178px;
  height: 178px;
  top: -14px;
  left: -14px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.features-wrapper.index-1 .feature-outer .feature h2 {
  font-family: 'Lobster';
  padding-top: 46px;
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
@media screen and (max-width: 991px) {
  .features-wrapper.index-1 .feature-outer .feature h2 {
    padding-top: 16px;
    margin-bottom: 20px;
  }
}
.features-wrapper.index-1 .feature-outer .feature p {
  -webkit-transition: all 0.35s ease, max-height 0.6s ease;
          transition: all 0.35s ease, max-height 0.6s ease;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media (min-width: 480px) and (max-width: 767px) {
  .features-wrapper.index-1 .feature-outer .feature p {
    width: 50%;
    margin-left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.features-wrapper.index-1 .feature-outer .feature.color-1 .icon {
  background: #304C5C;
}
.features-wrapper.index-1 .feature-outer .feature.color-1 .icon::after {
  border: 1px dashed #304C5C;
}
.features-wrapper.index-1 .feature-outer .feature.color-2 .icon {
  background: #FD611A;
}
.features-wrapper.index-1 .feature-outer .feature.color-2 .icon::after {
  border: 1px dashed #FD611A;
}
.features-wrapper.index-1 .feature-outer .feature.color-3 .icon {
  background: #ffa800;
}
.features-wrapper.index-1 .feature-outer .feature.color-3 .icon::after {
  border: 1px dashed #ffa800;
}
.features-wrapper.index-1 .feature-outer .feature.color-4 .icon {
  background: #3d98ff;
}
.features-wrapper.index-1 .feature-outer .feature.color-4 .icon::after {
  border: 1px dashed #3d98ff;
}
.features-wrapper.index-1 .feature-outer .feature:hover {
  /*transform:translateY(-25px);*/
  /*padding-bottom: 0px;*/
  /*margin-bottom: -236px;*/
}
@media screen and (max-width: 991px) {
  .features-wrapper.index-1 .feature-outer .feature:hover {
    -webkit-transform: translate(0, -25px);
        -ms-transform: translate(0, -25px);
            transform: translate(0, -25px);
  }
}
@media screen and (min-width: 992px) {
  .features-wrapper.index-1 .feature-outer .feature:hover {
    padding-bottom: 0;
  }
}
.features-wrapper.index-1 .feature-outer .feature:hover.color-1 {
  background: url(../img/separators/sep-double-aqua.png) bottom center no-repeat;
}
.features-wrapper.index-1 .feature-outer .feature:hover.color-2 {
  background: url(../img/separators/sep-double-green.png) bottom center no-repeat;
}
.features-wrapper.index-1 .feature-outer .feature:hover.color-3 {
  background: url(../img/separators/sep-double-yellow.png) bottom center no-repeat;
}
.features-wrapper.index-1 .feature-outer .feature:hover.color-4 {
  background: url(../img/separators/sep-double-blue.png) bottom center no-repeat;
}
.features-wrapper.index-1 .feature-outer .feature:hover .icon {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media screen and (max-width: 991px) {
  .features-wrapper.index-1 .feature-outer .feature:hover .icon {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.features-wrapper.index-1 .feature-outer .feature:hover .icon:before {
  left: 68px;
  top: -89px;
  opacity: 0.2;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.features-wrapper.index-1 .feature-outer .feature:hover .icon::after {
  -webkit-animation: spin 9s linear infinite;
  animation: spin 9s linear infinite;
  border-color: #a8a8a8;
}
.features-wrapper.index-1 .feature-outer .feature:hover h2 {
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
  /*margin-top: -26px;*/
}
@media screen and (max-width: 991px) {
  .features-wrapper.index-1 .feature-outer .feature:hover h2 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.features-wrapper.index-1 .feature-outer .feature:hover p {
  max-height: 200px;
  padding-top: 25px;
  padding-bottom: 10px;
  opacity: 1;
  color: #a8a8a8;
}
@media (min-width: 480px) and (max-width: 767px) {
  .features-wrapper.index-1 .feature-outer .feature:hover p {
    padding-top: 0;
  }
}
/* About Index-1*/
.about-wrapper.index-1 {
  padding-top: 100px;
  background: url(../img/backgrounds/background-1.jpg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .about-wrapper.index-1 {
    padding-top: 50px;
  }
}
.about-wrapper.index-1 .section-name.index-1 h1 {
  color: #ffffff;
}
.about-wrapper.index-1 .section-name.index-1 p {
  display: none;
}
.about-wrapper.index-1 .section-name.index-1 .sep {
  background: url(../img/separators/sep-double-white.png) center no-repeat;
}
.about-wrapper.index-1 .nav.nav-pills.tab-switcher {
  text-align: center;
  padding-top: 55px;
  position: relative;
  float: none;
  overflow: initial;
}
.about-wrapper.index-1 .nav.nav-pills.tab-switcher > li {
  float: none;
  display: inline-block;
  margin: 0 15px;
  background: none;
  text-align: center;
}
@media screen and (max-width: 548px) {
  .about-wrapper.index-1 .nav.nav-pills.tab-switcher > li {
    margin: 15px 0;
  }
}
.about-wrapper.index-1 .nav.nav-pills.tab-switcher > li a {
  display: block;
  padding: 0 0;
  height: 66px;
  width: 227px;
  background: none;
  border: 1px dashed #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  line-height: 66px;
  color: #ffffff;
  -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease;
}
.about-wrapper.index-1 .nav.nav-pills.tab-switcher > li a:after {
  background: #ffffff;
  content: "";
  height: 60px;
  left: -215px;
  opacity: .2;
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 200px;
  z-index: 1;
}
.about-wrapper.index-1 .nav.nav-pills.tab-switcher > li a:hover:after {
  left: 120%;
}
.about-wrapper.index-1 .nav.nav-pills.tab-switcher > li.active a {
  background: #ffffff;
  color: #ffa800;
}
.about-wrapper.index-1 .nav.nav-pills.tab-switcher > li.active a:after {
  display: none;
}
@media screen and (max-width: 1199px) {
  .about-wrapper.index-1 .tab-content .info-block {
    padding-bottom: 40px;
  }
}
.about-wrapper.index-1 .tab-content #tab-1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-wrapper.index-1 .tab-content #tab-1 p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-wrapper.index-1 .tab-content #tab-1 {
    padding-top: 40px;
  }
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper {
  height: 380px;
  position: relative;
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #CFCFCF;
  height: 124px;
  list-style: none;
  overflow: hidden;
  position: absolute;
  width: 200px;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  -ms-box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  -o-box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.is-active {
  z-index: 4;
  width: 700px;
  height: 350px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  top: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.is-active {
    width: 90%;
  }
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.carousel-box.left,
.about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.carousel-box.right {
  transform: translate(0, -50%) perspective(600px) rotateY(45deg) translateY(-50%);
  -webkit-transform: translate(0, -50%) perspective(600px) rotateY(45deg) translateY(-50%);
  -moz-transform: translate(0, -50%) perspective(600px) rotateY(45deg) translateY(-50%);
  -o-transform: translate(0, -50%) perspective(600px) rotateY(45deg) translateY(-50%);
  opacity: 1;
  width: 400px;
  height: 210px;
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.carousel-box.left img,
.about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.carousel-box.right img {
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.carousel-box.left {
  top: 50%;
  left: 0;
  margin: 0;
  z-index: 2;
  transform: translate(0, -50%) perspective(600px) rotateY(30deg);
  -webkit-transform: translate(0, -50%) perspective(600px) rotateY(30deg);
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.carousel-box.left {
    left: 50px;
  }
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.carousel-box.right {
  top: 50%;
  right: 0;
  margin: 0;
  z-index: 2;
  transform: translate(0, -50%) perspective(600px) rotateY(-30deg);
  -webkit-transform: translate(0, -50%) perspective(600px) rotateY(-30deg);
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-1 .tab-content #tab-1 .carousel .carousel-wrapper .carousel-box.carousel-box.right {
    right: 50px;
  }
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel .nav-left:before {
  content: "\f053";
  font-family: fontawesome;
  font-size: 20px;
  color: #f8f8f8;
  left: 0;
  cursor: pointer;
  position: absolute;
  top: 160px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-1 .tab-content #tab-1 .carousel .nav-left:before {
    opacity: 1;
    left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .about-wrapper.index-1 .tab-content #tab-1 .carousel .nav-left:before {
    left: 0px;
  }
}
.about-wrapper.index-1 .tab-content #tab-1 .carousel .nav-right:before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 20px;
  color: #f8f8f8;
  right: 0;
  cursor: pointer;
  position: absolute;
  top: 160px;
  background-position: right -121px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-1 .tab-content #tab-1 .carousel .nav-right:before {
    opacity: 1;
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .about-wrapper.index-1 .tab-content #tab-1 .carousel .nav-right:before {
    right: 0px;
  }
}
.about-wrapper.index-1 .tab-content #tab-2 {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .about-wrapper.index-1 .tab-content #tab-2 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-1 .tab-content #tab-2 .img img {
    padding-bottom: 40px;
  }
}
.about-wrapper.index-1 .tab-content #tab-2 .info-block p,
.about-wrapper.index-1 .tab-content #tab-2 .info-block li > h5 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.about-wrapper.index-1 .tab-content #tab-2 .info-block ul {
  padding-top: 22px;
  display: block;
}
.about-wrapper.index-1 .tab-content #tab-2 .info-block ul li {
  padding: 12px 0;
}
.about-wrapper.index-1 .tab-content #tab-2 .info-block ul li i {
  float: left;
  line-height: 24px;
  padding-right: 16px;
  color: #ffffff;
}
/* Team Index-1 */
.team-wrapper.index-1 {
  background: #ffffff;
  padding: 80px 0 65px 0;
}
@media screen and (max-width: 767px) {
  .team-wrapper.index-1 {
    padding: 50px 0 23px;
  }
}
.team-wrapper.index-1 .team-members {
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .team-wrapper.index-1 .team-members {
    padding-top: 40px;
  }
}
@media screen and (max-width: 479px) {
  .team-wrapper.index-1 .team-members .team {
    width: 100%;
  }
}
.team-wrapper.index-1 .team-members .team .team-member {
  padding: 27px 0;
}
@media screen and (max-width: 1199px) {
  .team-wrapper.index-1 .team-members .team .team-member {
    padding-top: 0;
  }
}
.team-wrapper.index-1 .team-members .team .team-member:hover .image img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.team-wrapper.index-1 .team-members .team .team-member:hover .image .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 100%;
  top: 0;
  visibility: visible;
}
.team-wrapper.index-1 .team-members .team .team-member ul.meta,
.team-wrapper.index-1 .team-members .team .team-member .image,
.team-wrapper.index-1 .team-members .team .team-member p,
.team-wrapper.index-1 .team-members .team .team-member .line {
  width: 95%;
  margin: 0 auto;
}
.team-wrapper.index-1 .team-members .team .team-member ul.meta {
  display: block;
  padding-bottom: 25px;
}
.team-wrapper.index-1 .team-members .team .team-member ul.meta li {
  display: inline-block;
}
.team-wrapper.index-1 .team-members .team .team-member ul.meta li h2 {
  font-size: 18px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.team-wrapper.index-1 .team-members .team .team-member ul.meta li h2:hover {
  color: #ffa800;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.team-wrapper.index-1 .team-members .team .team-member ul.meta li h4 {
  font-family: 'Roboto';
  font-weight: 400;
}
.team-wrapper.index-1 .team-members .team .team-member ul.meta li:last-child {
  float: right;
}
.team-wrapper.index-1 .team-members .team .team-member .image {
  background-color: white;
  overflow: hidden;
  position: relative;
  height: auto;
  z-index: 1;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-bottom: 21px;
}
.team-wrapper.index-1 .team-members .team .team-member .image img {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: all 2s ease;
          transition: all 2s ease;
}
.team-wrapper.index-1 .team-members .team .team-member p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding-bottom: 23px;
}
.team-wrapper.index-1 .team-members .team .team-member .line {
  height: 0px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 8px solid transparent;
  -webkit-border-image: url(../img/separators/sep-min-1.png) 30 30 round;
          border-image: url(../img/separators/sep-min-1.png) 30 30 round;
}
.team-wrapper.index-1 .team-members .team .team-member.color-1 ul.meta li h4 {
  color: #55b5bd;
}
.team-wrapper.index-1 .team-members .team .team-member.color-2 ul.meta li h4 {
  color: #9ebe3b;
}
.team-wrapper.index-1 .team-members .team .team-member.color-3 ul.meta li h4 {
  color: #3d98ff;
}
.team-wrapper.index-1 .team-members .team .team-member.color-4 ul.meta li h4 {
  color: #ea662b;
}
.team-wrapper.index-1 .team-members .team .team-member:hover .image .mask {
  opacity: 1;
  visibility: visible;
}
.team-wrapper.index-1 .team-members .team .team-member:hover .mask.index-1 .icon:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.team-wrapper.index-1 .team-members .team .team-member:hover .mask.index-1 .icon:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.team-wrapper.index-1 .team-members .team .team-member:hover .mask.index-1 .icon .icon-square:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.team-wrapper.index-1 .team-members .team .team-member:hover .mask.index-1 .icon .icon-square:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.team-wrapper.index-1 .team-members .team .team-member:hover .mask.index-1 .icon .icon-square i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
/* News Index-1 */
.news-wrapper.index-1 {
  background: url(../img/backgrounds/background-2.jpg) 45%;
  padding: 100px 0 85px;
}
@media screen and (max-width: 767px) {
  .news-wrapper.index-1 {
    padding: 50px 0;
  }
}
.news-wrapper.index-1 .section-name.index-1 h1 {
  color: #ffffff;
}
.news-wrapper.index-1 .section-name.index-1 p {
  color: #ffffff;
}
.news-wrapper.index-1 .section-name.index-1 .sep {
  background: url(../img/separators/sep-double-white.png) center no-repeat;
}
.news-wrapper.index-1 .news-boxes {
  padding-top: 76px;
}
@media screen and (max-width: 767px) {
  .news-wrapper.index-1 .news-boxes {
    padding-top: 30px;
  }
}
.news-wrapper.index-1 .news-boxes .news-box-outer {
  margin: 15px 0;
  display: block;
  width: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  padding: 8px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner {
  overflow: auto;
  width: 100%;
  float: none;
  display: block;
  height: 100%;
  padding: 32px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: #ffffff;
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .image {
  background-color: #fff;
  z-index: 1;
  float: left;
  position: relative;
  overflow: hidden;
  width: 38.2%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .image {
    width: 38%;
  }
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .image .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .image .mask:after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 479px) {
  .news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .image {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .image img {
  -webkit-transition: all 2s ease;
          transition: all 2s ease;
  width: 100%;
  height: auto;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .info-block {
  position: relative;
  float: right;
  width: 57%;
  top: -4px;
}
@media screen and (max-width: 991px) {
  .news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .info-block {
    width: 100%;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .info-block {
    width: 58%;
  }
}
@media screen and (max-width: 479px) {
  .news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .info-block {
    display: block;
    width: 100%;
    float: none;
    position: static;
    top: auto;
  }
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .info-block h3 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .info-block h5 {
  font-family: 'Roboto';
  font-weight: 700;
  color: rgba(51, 51, 51, 0.5);
  padding: 12px 0 15px;
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .info-block h5 i {
  color: #ffa800;
  margin-right: 5px;
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .info-block p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  padding-bottom: 4px;
}
.news-wrapper.index-1 .news-boxes .news-box-outer .news-box-inner .info-block a.button {
  float: right;
}
.news-wrapper.index-1 .news-boxes .news-box-outer:hover {
  border: 1px dashed #ffffff;
}
.news-wrapper.index-1 .news-boxes .news-box-outer:hover .news-box-inner .image:before {
  z-index: 2;
  opacity: 0.3;
}
.news-wrapper.index-1 .news-boxes .news-box-outer:hover .news-box-inner .image img {
  webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 2s ease;
          transition: all 2s ease;
}
.news-wrapper.index-1 .news-boxes .news-box-outer:hover .news-box-inner .image .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.news-wrapper.index-1 .news-boxes .news-box-outer:hover .news-box-inner .image .mask:after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.news-wrapper.index-1 .news-boxes .news-box-outer:hover .news-box-inner h3 {
  color: #ffa800;
}
.news-wrapper.index-1 .news-boxes .news-box-outer:hover .news-box-inner a.button {
  color: #ffa800;
}
/* Counter Index-1*/
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.counters-wrapper.index-1 {
  background: #ffffff;
  padding: 61px 0;
}
@media screen and (max-width: 767px) {
  .counters-wrapper.index-1 {
    padding: 35px 0;
  }
}
.counters-wrapper.index-1 .counters .counter-outer {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 220px;
  width: 85%;
  border: 1px dashed transparent;
  margin: 15px auto;
  cursor: pointer;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.counters-wrapper.index-1 .counters .counter-outer i {
  position: absolute;
  top: 12%;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 155px;
  color: rgba(51, 51, 51, 0.06);
}
.counters-wrapper.index-1 .counters .counter-outer .counter-inner {
  position: relative;
  top: 35%;
}
.counters-wrapper.index-1 .counters .counter-outer .counter-inner .counter {
  font-size: 50px;
  font-family: 'Roboto';
  font-weight: 300;
}
.counters-wrapper.index-1 .counters .counter-outer .counter-inner h2 {
  font-family: 'Lobster';
  margin-top: 18px;
}
.counters-wrapper.index-1 .counters .counter-outer.color-1 {
  border: 1px dashed #55b5bd;
}
.counters-wrapper.index-1 .counters .counter-outer.color-1 .counter {
  color: #55b5bd;
}
.counters-wrapper.index-1 .counters .counter-outer.color-2 {
  border: 1px dashed #9ebe3b;
}
.counters-wrapper.index-1 .counters .counter-outer.color-2 .counter {
  color: #9ebe3b;
}
.counters-wrapper.index-1 .counters .counter-outer.color-3 {
  border: 1px dashed #ffa800;
}
.counters-wrapper.index-1 .counters .counter-outer.color-3 .counter {
  color: #ffa800;
}
.counters-wrapper.index-1 .counters .counter-outer.color-4 {
  border: 1px dashed #3d98ff;
}
.counters-wrapper.index-1 .counters .counter-outer.color-4 .counter {
  color: #3d98ff;
}
.counters-wrapper.index-1 .counters .counter-outer:hover i {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 500px) {
  .counters-wrapper.index-1 .counters .col-xs-6 {
    width: 100%;
  }
  .counters-wrapper.index-1 .counters .counter-outer {
    width: 100%;
  }
}
/* Portfolio Idex-1 */
.portfolio-wrapper.index-1 {
  padding: 90px 0 90px;
  background: url(../img/backgrounds/background-5.jpg) center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 {
    padding: 50px 0 30px;
  }
}
.portfolio-wrapper.index-1 .section-name.index-1 p {
  display: none;
}
.portfolio-wrapper.index-1 ul.portfolio-filter {
  display: block;
  text-align: center;
  padding-top: 58px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 ul.portfolio-filter {
    padding-top: 30px;
  }
}
.portfolio-wrapper.index-1 ul.portfolio-filter li {
  display: inline-block;
  margin: 0 15px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.75);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: color 0.15s ease;
          transition: color 0.15s ease;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 ul.portfolio-filter li {
    margin-top: 15px;
  }
}
.portfolio-wrapper.index-1 ul.portfolio-filter li i {
  position: relative;
  top: -3px;
  padding-right: 12px;
  font-size: 6px;
  color: #ffa800;
  visibility: hidden;
}
.portfolio-wrapper.index-1 ul.portfolio-filter li:hover,
.portfolio-wrapper.index-1 ul.portfolio-filter li.active {
  color: #ffa800;
}
.portfolio-wrapper.index-1 ul.portfolio-filter li:hover i,
.portfolio-wrapper.index-1 ul.portfolio-filter li.active i {
  visibility: visible;
}
.portfolio-wrapper.index-1 a.button {
  display: block;
  position: relative;
  top: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 a.button {
    top: -10px;
  }
}
.portfolio-wrapper.index-1 a.button:hover {
  color: #ffa800;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.portfolio-wrapper.index-1 .portfolio-main {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 80px;
  padding: 10px 20px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 .portfolio-main {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item {
  margin: 15px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .image-img {
  display: block;
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
@media screen and (max-width: 1365px) {
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .image-img {
    height: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .image-img {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .image-img {
    height: 250px;
  }
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  overflow: auto;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
          transition: all 0.25s ease-out;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  height: 80px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay-inner:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: 80px;
  width: 100%;
  height: 100%;
  background-image: url(../img/others/portfolio-hover-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay .details {
  display: block;
  position: absolute;
  bottom: -300px;
  left: 5%;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay .details h5 {
  font-family: 'Roboto';
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.75);
  margin-bottom: -3px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay .details h6 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
  font-size: 14px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay .nivoLightbox {
  display: block;
  position: absolute;
  right: 8%;
  top: 100%;
  left: auto;
  bottom: auto;
  width: 50%;
  height: 50%;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background: none transparent;
  border: 0 none;
  outline: 0;
  padding: 8px 0;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover {
  -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.1);
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover span {
  -ms-transform: scale(1.3);
      transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover .overlay {
  opacity: 1;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover .overlay .overlay-inner .details {
  bottom: 10px;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover .overlay .overlay-inner .nivoLightbox {
  top: 5%;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.portfolio-wrapper.index-1 .portfolio-main .gallery .item .image:hover .overlay .overlay-inner:before {
  top: 0;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
@media screen and (max-width: 667px) {
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item {
    width: 100%;
  }
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image img {
    display: block;
    width: 100%;
  }
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay {
    background-size: 100% 40%;
  }
  .portfolio-wrapper.index-1 .portfolio-main .gallery .item .image .overlay a {
    bottom: 12%;
    right: 25%;
  }
}
/* Video Section index-1 */
.video-wrapper.index-1 {
  padding-top: 123px;
  background: url(../img/backgrounds/background-3.jpg) center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .video-wrapper.index-1 {
    padding-top: 20px;
  }
}
.video-wrapper.index-1 .right-side {
  position: relative;
}
.video-wrapper.index-1 .right-side .video-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .video-wrapper.index-1 .right-side img {
    margin-left: auto;
    margin-right: auto;
  }
}
.video-wrapper.index-1 .right-side a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -62px;
  text-align: center;
  color: #ffffff;
}
.video-wrapper.index-1 .right-side a i {
  width: 125px;
  height: 125px;
  line-height: 125px;
  font-size: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #ffa800;
}
.video-wrapper.index-1 .right-side a i:before {
  margin-left: 25px;
}
.video-wrapper.index-1 .right-side a i:hover {
  background: #ffa800;
  color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
@media screen and (max-width: 991px) {
  .video-wrapper.index-1 .left-side .text {
    top: 125px;
  }
}
@media screen and (max-width: 768px) {
  .video-wrapper.index-1 .left-side .text {
    top: 150px;
    margin-left: -58%;
  }
}
/* Contact Index-1 */
.contact-wrapper.index-1 {
  padding-top: 100px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .contact-wrapper.index-1 {
    padding-top: 50px;
  }
}
.contact-wrapper.index-1 .contact-details {
  padding-top: 62px;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper.index-1 .contact-details {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper.index-1 .contact-details {
    padding-top: 0;
  }
}
.contact-wrapper.index-1 .contact-details .adress,
.contact-wrapper.index-1 .contact-details .phone,
.contact-wrapper.index-1 .contact-details .email {
  padding-top: 62px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-wrapper.index-1 .contact-details .adress,
  .contact-wrapper.index-1 .contact-details .phone,
  .contact-wrapper.index-1 .contact-details .email {
    padding-top: 40px;
  }
}
.contact-wrapper.index-1 .contact-details .adress .icon,
.contact-wrapper.index-1 .contact-details .phone .icon,
.contact-wrapper.index-1 .contact-details .email .icon {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.contact-wrapper.index-1 .contact-details .adress .icon img,
.contact-wrapper.index-1 .contact-details .phone .icon img,
.contact-wrapper.index-1 .contact-details .email .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}
.contact-wrapper.index-1 .contact-details .adress .icon::before,
.contact-wrapper.index-1 .contact-details .phone .icon::before,
.contact-wrapper.index-1 .contact-details .email .icon::before {
  content: '';
  display: block;
  position: absolute;
  top: -13px;
  left: -13px;
  width: 126px;
  height: 126px;
  border: 1px dashed transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.28s ease;
          transition: all 0.28s ease;
}
.contact-wrapper.index-1 .contact-details .adress .icon.color-1,
.contact-wrapper.index-1 .contact-details .phone .icon.color-1,
.contact-wrapper.index-1 .contact-details .email .icon.color-1 {
  background: #55b5bd;
}
.contact-wrapper.index-1 .contact-details .adress .icon.color-1::before,
.contact-wrapper.index-1 .contact-details .phone .icon.color-1::before,
.contact-wrapper.index-1 .contact-details .email .icon.color-1::before {
  border: 1px dashed #55b5bd;
}
.contact-wrapper.index-1 .contact-details .adress .icon.color-2,
.contact-wrapper.index-1 .contact-details .phone .icon.color-2,
.contact-wrapper.index-1 .contact-details .email .icon.color-2 {
  background: #9ebe3b;
}
.contact-wrapper.index-1 .contact-details .adress .icon.color-2::before,
.contact-wrapper.index-1 .contact-details .phone .icon.color-2::before,
.contact-wrapper.index-1 .contact-details .email .icon.color-2::before {
  border: 1px dashed #9ebe3b;
}
.contact-wrapper.index-1 .contact-details .adress .icon.color-3,
.contact-wrapper.index-1 .contact-details .phone .icon.color-3,
.contact-wrapper.index-1 .contact-details .email .icon.color-3 {
  background: #ffa800;
}
.contact-wrapper.index-1 .contact-details .adress .icon.color-3::before,
.contact-wrapper.index-1 .contact-details .phone .icon.color-3::before,
.contact-wrapper.index-1 .contact-details .email .icon.color-3::before {
  border: 1px dashed #ffa800;
}
.contact-wrapper.index-1 .contact-details .adress h2,
.contact-wrapper.index-1 .contact-details .phone h2,
.contact-wrapper.index-1 .contact-details .email h2 {
  margin-bottom: 55px;
  font-family: 'Lobster';
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contact-wrapper.index-1 .contact-details .adress h2,
  .contact-wrapper.index-1 .contact-details .phone h2,
  .contact-wrapper.index-1 .contact-details .email h2 {
    margin-bottom: 35px;
  }
}
.contact-wrapper.index-1 .contact-details .adress p,
.contact-wrapper.index-1 .contact-details .phone p,
.contact-wrapper.index-1 .contact-details .email p {
  margin-top: 58px;
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contact-wrapper.index-1 .contact-details .adress p,
  .contact-wrapper.index-1 .contact-details .phone p,
  .contact-wrapper.index-1 .contact-details .email p {
    margin-top: 50px;
  }
}
.contact-wrapper.index-1 .contact-details .adress p span,
.contact-wrapper.index-1 .contact-details .phone p span,
.contact-wrapper.index-1 .contact-details .email p span {
  font-family: 'Roboto';
  font-weight: 700;
}
.contact-wrapper.index-1 .contact-details .adress:hover .icon,
.contact-wrapper.index-1 .contact-details .phone:hover .icon,
.contact-wrapper.index-1 .contact-details .email:hover .icon {
  display: block;
  width: 142px;
  height: 142px;
  margin: -15px auto -27px;
}
.contact-wrapper.index-1 .contact-details .adress:hover .icon::before,
.contact-wrapper.index-1 .contact-details .phone:hover .icon::before,
.contact-wrapper.index-1 .contact-details .email:hover .icon::before {
  top: -14px;
  left: -14px;
  width: 170px;
  height: 170px;
}
.contact-wrapper.index-1 .contact-details .kid img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .contact-wrapper.index-1 .contact-details .adress,
  .contact-wrapper.index-1 .contact-details .phone,
  .contact-wrapper.index-1 .contact-details .email {
    width: 100%;
  }
}
/* News Letter Index-1*/
.newsletter-wrapper.index-1 {
  padding: 40px 0 40px;
  background: url(../img/backgrounds/background-4.jpg) center;
}
.newsletter-wrapper.index-1 .title {
  width: 100%;
  height: 100%;
}
.newsletter-wrapper.index-1 .title h1 {
  position: relative;
  font-size: 36px;
  font-family: 'Lobster';
  color: #ffffff;
  z-index: 10;
  padding-top: 25px;
}
.newsletter-wrapper.index-1 .title img {
  position: absolute;
  top: 14px;
  bottom: 0;
  left: 25px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .newsletter-wrapper.index-1 .title {
    margin-bottom: 46px;
  }
}
.newsletter-wrapper.index-1 .subscribe-form {
  position: relative;
  top: 10px;
}
.newsletter-wrapper.index-1 .subscribe-form form {
  display: block;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 479px) {
  .newsletter-wrapper.index-1 .subscribe-form form {
    height: auto;
  }
}
.newsletter-wrapper.index-1 .subscribe-form form .field {
  display: inline-block;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 479px) {
  .newsletter-wrapper.index-1 .subscribe-form form .field {
    height: auto;
  }
}
.newsletter-wrapper.index-1 .subscribe-form form .field input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding-left: 25px;
  outline: 0;
}
@media screen and (max-width: 479px) {
  .newsletter-wrapper.index-1 .subscribe-form form .field input {
    height: 50px;
    margin-bottom: 15px;
  }
}
.newsletter-wrapper.index-1 .subscribe-form form .field input[type="submit"] {
  float: right;
  position: relative;
  left: -2px;
  top: -48px;
  width: 150px;
  height: 46px;
  padding: 0 28px;
  border: 0;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  background: #ffa800;
  text-transform: uppercase;
  outline: 0;
}
@media screen and (max-width: 479px) {
  .newsletter-wrapper.index-1 .subscribe-form form .field input[type="submit"] {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }
}
.newsletter-wrapper.index-1 .subscribe-form form .field .submit:hover {
  background: #cc8600;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.newsletter-wrapper.index-1 .subscribe-form p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  padding-top: 8px;
}
.newsletter-wrapper.index-1 .phone {
  border-left: 3px solid #ffffff;
  height: 84px;
  padding-left: 35px;
}
.newsletter-wrapper.index-1 .phone i,
.newsletter-wrapper.index-1 .phone h2 {
  color: #ffffff;
}
.newsletter-wrapper.index-1 .phone i {
  font-size: 50px;
  position: relative;
  top: 10px;
  padding-right: 21px;
}
.newsletter-wrapper.index-1 .phone h2 {
  line-height: 84px;
}
@media screen and (max-width: 991px) {
  .newsletter-wrapper.index-1 .phone {
    border-left: 0 none;
    padding-left: 0;
    margin-top: 15px;
  }
  .newsletter-wrapper.index-1 .phone i {
    padding-right: 10px;
  }
}
/*===== 2.2 - Home Page 2 =====*/
/* Mask and Section Name Index-2*/
.section-name.index-2 .sep {
  width: 25px;
  height: 25px;
  background: url(../img/separators/sep-arrow.png);
  margin: 0 auto;
  margin-bottom: 13px;
}
.section-name.index-2 h1 {
  text-align: center;
  font-family: 'Lobster';
  font-size: 36px;
  color: #333333;
}
.section-name.index-2 p {
  padding-top: 21px;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
/* Features Index-2*/
.features-wrapper.index-2 {
  padding: 100px 0 115px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .features-wrapper.index-2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 479px) {
  .features-wrapper.index-2 .features {
    display: block;
    width: 100%;
    float: none;
  }
}
.features-wrapper.index-2 .features.left {
  padding-right: 0;
  border-right: 1px solid rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 479px) {
  .features-wrapper.index-2 .features.left {
    border-right: 0 none;
    padding-left: 0;
    padding-bottom: 25px;
  }
}
.features-wrapper.index-2 .features.right {
  padding-left: 0;
  border-left: 1px solid rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 479px) {
  .features-wrapper.index-2 .features.right {
    border-left: 0 none;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .features-wrapper.index-2 .features.left {
    border-right: 0;
  }
}
.features-wrapper.index-2 .features .feature {
  padding: 35px 0 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .features-wrapper.index-2 .features .feature {
    padding-bottom: 25px;
  }
}
.features-wrapper.index-2 .features .feature.top {
  padding-top: 12px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
@media screen and (max-width: 479px) {
  .features-wrapper.index-2 .features .feature.top {
    border-bottom: 0 none;
  }
}
.features-wrapper.index-2 .features .feature.bottom {
  padding-bottom: 20px;
}
.features-wrapper.index-2 .features .feature .icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 13px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: background 0.5s ease;
          transition: background 0.5s ease;
}
.features-wrapper.index-2 .features .feature .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
.features-wrapper.index-2 .features .feature .icon img.hover {
  display: none;
}
.features-wrapper.index-2 .features .feature .icon::before {
  overflow: auto;
  content: '';
  display: block;
  position: absolute;
  top: -13px;
  left: -13px;
  width: 128px;
  height: 128px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
}
.features-wrapper.index-2 .features .feature h2 {
  font-family: 'Lobster';
  color: #333333;
  padding-top: 22px;
}
.features-wrapper.index-2 .features .feature:hover .icon img.default {
  display: none;
}
.features-wrapper.index-2 .features .feature:hover .icon img.hover {
  display: block;
}
.features-wrapper.index-2 .features .feature:hover .icon:before {
  background-color: transparent;
  border: 1px dashed #a8a8a8;
  -webkit-animation: spin 9s linear infinite;
  animation: spin 9s linear infinite;
}
.features-wrapper.index-2 .features .feature:hover .icon.color-1 {
  background: #55b5bd;
}
.features-wrapper.index-2 .features .feature:hover .icon.color-2 {
  background: #9ebe3b;
}
.features-wrapper.index-2 .features .feature:hover .icon.color-3 {
  background: #ffa800;
}
.features-wrapper.index-2 .features .feature:hover .icon.color-4 {
  background: #3d98ff;
}
.features-wrapper.index-2 .thumb img {
  position: relative;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .features-wrapper.index-2 .thumb {
    display: none;
  }
}
/* About Index-2 */
.about-wrapper.index-2 {
  padding: 60px 0 0;
  background: url(../img/backgrounds/background-6.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .about-wrapper.index-2 {
    padding: 50px 0;
  }
}
.about-wrapper.index-2 .section-name h1 {
  color: #ffffff;
}
.about-wrapper.index-2 .section-name p {
  display: none;
}
.about-wrapper.index-2 .nav.nav-pills.tab-switcher {
  text-align: center;
  padding-top: 55px;
  position: relative;
  float: none;
}
.about-wrapper.index-2 .nav.nav-pills.tab-switcher > li {
  float: none;
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #ffffff;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 0 31px;
  -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease;
}
.about-wrapper.index-2 .nav.nav-pills.tab-switcher > li > a {
  padding: 0;
  display: block;
  width: 100%;
  background: none;
  font-family: 'Roboto';
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 50px;
}
.about-wrapper.index-2 .nav.nav-pills.tab-switcher > li > a i {
  padding-right: 24px;
}
.about-wrapper.index-2 .nav.nav-pills.tab-switcher > li > a:after {
  background: #ffffff;
  content: "";
  height: 60px;
  left: -215px;
  opacity: .2;
  position: absolute;
  top: 0px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 200px;
  z-index: 1;
}
.about-wrapper.index-2 .nav.nav-pills.tab-switcher > li:hover a:after {
  left: 120%;
}
.about-wrapper.index-2 .nav.nav-pills.tab-switcher > li.active {
  background: #ffa800;
  border-color: #ffa800;
}
.about-wrapper.index-2 .nav.nav-pills.tab-switcher > li.active a:after {
  display: none;
}
.about-wrapper.index-2 .tab-content #tab-1 {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .about-wrapper.index-2 .tab-content #tab-1 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-2 .tab-content #tab-1 .img img {
    padding-bottom: 40px;
  }
}
.about-wrapper.index-2 .tab-content #tab-1 .info-block p,
.about-wrapper.index-2 .tab-content #tab-1 .info-block li > h5 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.about-wrapper.index-2 .tab-content #tab-1 .info-block ul {
  padding-top: 22px;
  display: block;
}
.about-wrapper.index-2 .tab-content #tab-1 .info-block ul li {
  padding: 12px 0;
}
.about-wrapper.index-2 .tab-content #tab-1 .info-block ul li i {
  float: left;
  line-height: 24px;
  padding-right: 16px;
  color: #ffffff;
}
.about-wrapper.index-2 .tab-content #tab-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-wrapper.index-2 .tab-content #tab-2 p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-wrapper.index-2 .tab-content #tab-2 {
    padding-top: 40px;
  }
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper {
  height: 380px;
  position: relative;
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #CFCFCF;
  height: 124px;
  list-style: none;
  overflow: hidden;
  position: absolute;
  width: 200px;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  -ms-box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  -o-box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.is-active {
  z-index: 4;
  width: 700px;
  height: 350px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  top: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.is-active {
    width: 90%;
  }
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.carousel-box.left,
.about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.carousel-box.right {
  transform: translate(0, -50%) perspective(600px) rotateY(45deg) translateY(-50%);
  -webkit-transform: translate(0, -50%) perspective(600px) rotateY(45deg) translateY(-50%);
  -moz-transform: translate(0, -50%) perspective(600px) rotateY(45deg) translateY(-50%);
  -o-transform: translate(0, -50%) perspective(600px) rotateY(45deg) translateY(-50%);
  opacity: 1;
  width: 400px;
  height: 210px;
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.carousel-box.left img,
.about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.carousel-box.right img {
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.carousel-box.left {
  top: 50%;
  left: 0;
  margin: 0;
  z-index: 2;
  transform: translate(0, -50%) perspective(600px) rotateY(30deg);
  -webkit-transform: translate(0, -50%) perspective(600px) rotateY(30deg);
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.carousel-box.left {
    left: 50px;
  }
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.carousel-box.right {
  top: 50%;
  right: 0;
  margin: 0;
  z-index: 2;
  transform: translate(0, -50%) perspective(600px) rotateY(-30deg);
  -webkit-transform: translate(0, -50%) perspective(600px) rotateY(-30deg);
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-2 .tab-content #tab-2 .carousel .carousel-wrapper .carousel-box.carousel-box.right {
    right: 50px;
  }
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel .nav-left:before {
  content: "\f053";
  font-family: fontawesome;
  font-size: 20px;
  color: #f8f8f8;
  left: 0;
  cursor: pointer;
  position: absolute;
  top: 160px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-2 .tab-content #tab-2 .carousel .nav-left:before {
    opacity: 1;
    left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .about-wrapper.index-2 .tab-content #tab-2 .carousel .nav-left:before {
    left: 0px;
  }
}
.about-wrapper.index-2 .tab-content #tab-2 .carousel .nav-right:before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 20px;
  color: #f8f8f8;
  right: 0;
  cursor: pointer;
  position: absolute;
  top: 160px;
  background-position: right -121px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-2 .tab-content #tab-2 .carousel .nav-right:before {
    opacity: 1;
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .about-wrapper.index-2 .tab-content #tab-2 .carousel .nav-right:before {
    right: 0px;
  }
}
.about-wrapper.index-2 #owl-about-mision,
.about-wrapper.index-2 #owl-our-foundation {
  padding-top: 61px;
  width: 875px;
  margin: 0 auto;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-2 #owl-about-mision,
  .about-wrapper.index-2 #owl-our-foundation {
    width: 100%;
  }
}
.about-wrapper.index-2 #owl-about-mision .owl-item .item,
.about-wrapper.index-2 #owl-our-foundation .owl-item .item {
  width: 870px;
  margin: 0 auto 30px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  text-align: center;
}
.about-wrapper.index-2 #owl-about-mision .owl-item .item img,
.about-wrapper.index-2 #owl-our-foundation .owl-item .item img {
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.about-wrapper.index-2 #owl-about-mision .owl-item .item p,
.about-wrapper.index-2 #owl-our-foundation .owl-item .item p {
  padding-top: 25px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0);
  width: 85%;
  margin: 0 auto;
  -webkit-transition: color 0.8s ease;
          transition: color 0.8s ease;
}
@media screen and (max-width: 991px) {
  .about-wrapper.index-2 #owl-about-mision .owl-item .item,
  .about-wrapper.index-2 #owl-our-foundation .owl-item .item {
    width: auto;
  }
}
.about-wrapper.index-2 #owl-about-mision .owl-item.active .item p,
.about-wrapper.index-2 #owl-our-foundation .owl-item.active .item p {
  color: #ffffff;
}
.about-wrapper.index-2 #owl-about-mision .owl-controls .owl-page span,
.about-wrapper.index-2 #owl-our-foundation .owl-controls .owl-page span {
  margin: 0px 7px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 1;
  background: #ffffff;
}
.about-wrapper.index-2 #owl-about-mision .owl-controls .owl-page:hover span,
.about-wrapper.index-2 #owl-our-foundation .owl-controls .owl-page:hover span,
.about-wrapper.index-2 #owl-about-mision .owl-controls .owl-page.active span,
.about-wrapper.index-2 #owl-our-foundation .owl-controls .owl-page.active span {
  background: #ffa800;
}
.about-wrapper.index-2 #owl-about-mision .owl-controls .owl-buttons div,
.about-wrapper.index-2 #owl-our-foundation .owl-controls .owl-buttons div {
  padding: 0 ;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 35%;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  opacity: 1;
  text-align: center;
  line-height: 45px;
  color: rgba(51, 51, 51, 0.65);
}
.about-wrapper.index-2 #owl-about-mision .owl-controls .owl-buttons div:hover,
.about-wrapper.index-2 #owl-our-foundation .owl-controls .owl-buttons div:hover {
  background: #ffa800;
  border: 1px solid transparent;
  color: #ffffff;
}
.about-wrapper.index-2 #owl-about-mision .owl-controls .owl-buttons .owl-prev,
.about-wrapper.index-2 #owl-our-foundation .owl-controls .owl-buttons .owl-prev {
  left: -2.5%;
}
.about-wrapper.index-2 #owl-about-mision .owl-controls .owl-buttons .owl-next,
.about-wrapper.index-2 #owl-our-foundation .owl-controls .owl-buttons .owl-next {
  right: -2.5%;
}
@media screen and (max-width: 533px) {
  .about-wrapper.index-2 .nav.nav-pills.tab-switcher > li {
    margin-top: 15px;
  }
  .about-wrapper.index-2 #owl-about-mision .owl-controls .owl-buttons div {
    top: 30%;
  }
}
/*Counter Index-2*/
.counters-wrapper.index-2 {
  position: relative;
  padding: 45px 0;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .counters-wrapper.index-2 {
    padding: 20px 0;
  }
}
.counters-wrapper.index-2::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 1px;
  height: 20px;
  background: #e1e1e1;
  top: 100%;
  left: 50%;
}
.counters-wrapper.index-2 .counters .counter-outer {
  margin: 35px 0;
  padding: 17px 0 0;
}
@media screen and (max-width: 767px) {
  .counters-wrapper.index-2 .counters .counter-outer {
    margin: 25px 0;
  }
}
.counters-wrapper.index-2 .counters .counter-outer h2 {
  margin-top: 13px;
  padding-top: 21px;
  text-align: center;
  font-family: 'Lobster';
  color: #333333;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner span {
  font-family: 'Roboto';
  font-weight: 300;
  line-height: 140px;
  font-size: 50px;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner::before {
  content: '';
  display: block;
  position: absolute;
  width: 176px;
  height: 176px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: -18px;
  left: -18px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner.color-1 span {
  color: #55b5bd;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner.color-1::before {
  border: 2px solid #55b5bd;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner.color-2 span {
  color: #9ebe3b;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner.color-2::before {
  border: 2px solid #9ebe3b;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner.color-3 span {
  color: #ffa800;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner.color-3::before {
  border: 2px solid #ffa800;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner.color-4 span {
  color: #3d98ff;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner.color-4::before {
  border: 2px solid #3d98ff;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner:hover span {
  color: #ffffff;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner:hover.color-1 {
  background: #55b5bd;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner:hover.color-1::before {
  border: 2px solid #55b5bd;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner:hover.color-2 {
  background: #9ebe3b;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner:hover.color-2::before {
  border: 2px solid #9ebe3b;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner:hover.color-3 {
  background: #ffa800;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner:hover.color-3::before {
  border: 2px solid #ffa800;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner:hover.color-4 {
  background: #3d98ff;
}
.counters-wrapper.index-2 .counters .counter-outer .counter-inner:hover.color-4::before {
  border: 2px solid #3d98ff;
}
@media screen and (max-width: 500px) {
  .counters-wrapper.index-2 .col-xs-6 {
    width: 100%;
  }
}
/* Team Index-2 */
.team-wrapper.index-2 {
  position: relative;
  padding: 60px 0 ;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
  .team-wrapper.index-2 {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 479px) {
  .team-wrapper.index-2 {
    padding-bottom: 20px;
  }
}
.team-wrapper.index-2::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 1px;
  height: 20px;
  background: #e1e1e1;
  top: 100%;
  left: 50%;
}
.team-wrapper.index-2 .team-members {
  padding-top: 66px;
}
@media screen and (max-width: 767px) {
  .team-wrapper.index-2 .team-members {
    padding-top: 30px;
  }
}
.team-wrapper.index-2 .team-members .team-member {
  padding: 29px 0 29px;
  height: 100%;
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .team-wrapper.index-2 .team-members .team-member {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .team-wrapper.index-2 .team-members .team-member {
    padding-bottom: 30px;
  }
}
.team-wrapper.index-2 .team-members .team-member:hover .image img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.team-wrapper.index-2 .team-members .team-member:hover .image .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 100%;
  top: 0;
  visibility: visible;
}
.team-wrapper.index-2 .team-members .team-member .image {
  z-index: 1;
  width: 39.7%;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: #ffffff;
}
@media screen and (max-width: 479px) {
  .team-wrapper.index-2 .team-members .team-member .image {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
.team-wrapper.index-2 .team-members .team-member .image img {
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  display: block;
  width: 100%;
  height: auto;
}
.team-wrapper.index-2 .team-members .team-member .info-block {
  float: right;
  width: 56%;
}
@media screen and (max-width: 479px) {
  .team-wrapper.index-2 .team-members .team-member .info-block {
    display: block;
    width: 100%;
    float: none;
  }
}
.team-wrapper.index-2 .team-members .team-member .info-block .meta {
  display: block;
  padding-bottom: 17px;
}
.team-wrapper.index-2 .team-members .team-member .info-block .meta li {
  display: inline-block;
}
.team-wrapper.index-2 .team-members .team-member .info-block .meta li h3 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.team-wrapper.index-2 .team-members .team-member .info-block .meta li h3:hover {
  color: #ffa800;
}
.team-wrapper.index-2 .team-members .team-member .info-block .meta li h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #636fe1;
}
.team-wrapper.index-2 .team-members .team-member .info-block .meta li:last-child {
  float: right;
}
@media screen and (max-width: 1200px) {
  .team-wrapper.index-2 .team-members .team-member .info-block .meta li {
    display: block;
  }
  .team-wrapper.index-2 .team-members .team-member .info-block .meta li:last-child {
    padding-top: 6px;
    float: none;
  }
}
.team-wrapper.index-2 .team-members .team-member .info-block p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  padding-bottom: 25px;
}
.team-wrapper.index-2 .team-members .team-member:hover .image .mask {
  opacity: 1;
  visibility: visible;
}
/* Portfolio Index-2 */
.portfolio-wrapper.index-2 {
  position: relative;
  padding: 60px 0;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-2 {
    padding: 50px 0;
  }
}
.portfolio-wrapper.index-2::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 1px;
  height: 20px;
  background: #e1e1e1;
  top: 100%;
  left: 50%;
}
.portfolio-wrapper.index-2 .section-name p {
  display: none;
}
.portfolio-wrapper.index-2 .portfolio-filter {
  display: block;
  text-align: center;
  padding-top: 72px;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-2 .portfolio-filter {
    padding-top: 50px;
  }
}
.portfolio-wrapper.index-2 .portfolio-filter li {
  display: inline-block;
  margin: 0 6px;
  height: 40px;
  padding: 0 23px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 40px;
  color: #333333;
  text-transform: uppercase;
  border: 1px solid rgba(51, 51, 51, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
.portfolio-wrapper.index-2 .portfolio-filter li:hover {
  border: 1px solid transparent;
  background: #ffa800;
  color: #ffffff;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.portfolio-wrapper.index-2 .portfolio-filter li.active {
  background: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
}
.portfolio-wrapper.index-2 .portfolio-main {
  padding-top: 40px;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item {
  padding: 0 0;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .image {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .image .overlay-1 {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(99, 111, 225, 0.9);
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .image a {
  position: absolute;
  top: 0;
  left: 50%;
  height: 45px;
  margin: -22px 0 0 -74px;
  padding: 0 30px ;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 22px;
          border-radius: 22px;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 45px;
  opacity: 0;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .image a:hover {
  background: #ffffff;
  color: #ffa800;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .image .overlay-2 {
  content: "";
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/others/portfolio-hover-2.png) center bottom repeat-x;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .info-block {
  height: 90px;
  padding: 22px 32px;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .info-block h3 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .info-block h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .info-block a {
  position: absolute;
  bottom: 7.8%;
  right: 5%;
  text-align: center;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item .info-block a i {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 45px;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item:hover .image .overlay-1 {
  width: 100%;
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item:hover .image .overlay-2 {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all .8s ease;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item:hover .image a {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
}
.portfolio-wrapper.index-2 .portfolio-main .gallery .item:hover .info-block a i {
  background: #ffa800;
  border: 1px  solid transparent;
  color: #ffffff;
}
.portfolio-wrapper.index-2 .portfolio-main .btn-wrapper {
  margin-top: 30px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .portfolio-wrapper.index-2 .portfolio-main .btn-wrapper {
    margin-top: 30px;
  }
}
.portfolio-wrapper.index-2 .portfolio-main .btn-wrapper a.button-portfolio {
  padding: 13px 37px;
  line-height: 50px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  background: #ffa800;
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
.portfolio-wrapper.index-2 .portfolio-main .btn-wrapper a.button-portfolio:hover {
  color: #333333;
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
}
@media screen and (max-width: 991px) {
  .portfolio-wrapper.index-2 .portfolio-filter li {
    margin-bottom: 15px;
  }
  .portfolio-wrapper.index-2 .portfolio-main .item img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .portfolio-wrapper.index-2 .portfolio-main .item {
    width: 100%;
  }
}
/* News Index-2*/
.news-wrapper.index-2 {
  padding: 60px 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .news-wrapper.index-2 {
    padding: 50px 0 25px;
  }
}
.news-wrapper.index-2 .section-name {
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .news-wrapper.index-2 .section-name {
    padding-bottom: 30px;
  }
}
.news-wrapper.index-2 .news-outer {
  padding: 25px 0;
}
.news-wrapper.index-2 .news-outer:hover .image img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.news-wrapper.index-2 .news-outer:hover .image .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.news-wrapper.index-2 .news-outer .news-inner .image {
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .news-wrapper.index-2 .news-outer .news-inner .image {
    margin-bottom: 20px;
  }
}
.news-wrapper.index-2 .news-outer .news-inner .image img {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.news-wrapper.index-2 .news-outer .news-inner .image .mask {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.news-wrapper.index-2 .news-outer .news-inner .image .mask a i {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.news-wrapper.index-2 .news-outer .news-inner .image:hover .mask {
  opacity: 1;
  visibility: visible;
}
.news-wrapper.index-2 .news-outer .news-inner .info-block h2 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.news-wrapper.index-2 .news-outer .news-inner .info-block h2:hover {
  color: #ffa800;
}
.news-wrapper.index-2 .news-outer .news-inner .info-block .meta {
  display: block;
  padding: 19px 0;
}
.news-wrapper.index-2 .news-outer .news-inner .info-block .meta li {
  display: inline-block;
  margin-right: 30px;
}
.news-wrapper.index-2 .news-outer .news-inner .info-block .meta li h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
}
.news-wrapper.index-2 .news-outer .news-inner .info-block .meta li h5 i {
  padding-right: 9px;
  color: #ffa800;
}
.news-wrapper.index-2 .news-outer .news-inner .info-block p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.news-wrapper.index-2 .news-outer .news-inner .info-block a.button {
  margin-top: 42px;
  border-color: #ffa800;
}
@media screen and (max-width: 767px) {
  .news-wrapper.index-2 .news-outer .news-inner .info-block a.button {
    margin-top: 20px;
  }
}
.news-wrapper.index-2 .news-outer:last-child .col-news:first-child {
  float: right;
}
@media screen and (max-width: 500px) {
  .news-wrapper.index-2 .news-outer .news-inner .col-news {
    display: block;
    width: 100%;
    float: none;
    left: auto;
    right: auto;
  }
}
/*Video Section Index-2*/
.video-wrapper.index-2 {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
  .video-wrapper.index-2 {
    padding: 0 0 50px;
  }
}
.video-wrapper.index-2::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 1px;
  height: 20px;
  background: #e1e1e1;
  top: 100%;
  left: 50%;
}
.video-wrapper.index-2 .background {
  padding: 500px 0 0;
  background: url(../img/others/video-background-2-b.jpg) 35%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .video-wrapper.index-2 .background {
    padding: 455px 0 0;
  }
}
.video-wrapper.index-2 .placeholder {
  position: relative;
  margin-top: -400px;
}
.video-wrapper.index-2 .placeholder a {
  position: absolute;
  top: 35%;
  left: 50%;
  font-size: 70px;
  color: #ffffff;
  z-index: 10;
}
.video-wrapper.index-2 .placeholder a i {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100px;
  height: 100px;
  font-size: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #ffa800;
  color: #ffffff;
  /* -webkit-transform: translate(-50%, -85%); */
  -ms-transform: translate(-50%, -85%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-wrapper.index-2 .placeholder a i:before {
  font-size: 60px;
  position: absolute;
  z-index: 2;
  left: 30%;
  top: 20%;
}
.video-wrapper.index-2 .placeholder a i:after {
  top: -2px;
  padding: 2px;
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #ffa800;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.video-wrapper.index-2 .placeholder a i:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.video-wrapper.index-2 .placeholder img {
  width: auto;
  display: block;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  .video-wrapper.index-2 .placeholder a {
    left: 45%;
    font-size: 50px;
  }
}
/* Contact Index-2*/
.contact-wrapper.index-2 {
  padding: 60px 0 100px;
  background: #ffffff url(../img/others/map.png) center 88% no-repeat;
}
@media screen and (max-width: 767px) {
  .contact-wrapper.index-2 {
    padding: 50px 0;
  }
}
.contact-wrapper.index-2 .contact-outer {
  padding-top: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-wrapper.index-2 .contact-outer {
    padding-top: 40px;
  }
}
.contact-wrapper.index-2 .contact-outer .contact-inner .adress h2,
.contact-wrapper.index-2 .contact-outer .contact-inner .phone h2,
.contact-wrapper.index-2 .contact-outer .contact-inner .email h2 {
  font-family: 'Lobster';
  color: #333333;
}
.contact-wrapper.index-2 .contact-outer .contact-inner .adress img.icon,
.contact-wrapper.index-2 .contact-outer .contact-inner .phone img.icon,
.contact-wrapper.index-2 .contact-outer .contact-inner .email img.icon {
  padding: 66px 0 49px;
  -webkit-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
@media screen and (max-width: 767px) {
  .contact-wrapper.index-2 .contact-outer .contact-inner .adress img.icon,
  .contact-wrapper.index-2 .contact-outer .contact-inner .phone img.icon,
  .contact-wrapper.index-2 .contact-outer .contact-inner .email img.icon {
    padding: 30px 0;
  }
}
.contact-wrapper.index-2 .contact-outer .contact-inner .adress p,
.contact-wrapper.index-2 .contact-outer .contact-inner .phone p,
.contact-wrapper.index-2 .contact-outer .contact-inner .email p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.contact-wrapper.index-2 .contact-outer .contact-inner .adress p span,
.contact-wrapper.index-2 .contact-outer .contact-inner .phone p span,
.contact-wrapper.index-2 .contact-outer .contact-inner .email p span {
  font-family: 'Roboto';
  font-weight: 700;
}
.contact-wrapper.index-2 .contact-outer .contact-inner .adress:hover img.icon,
.contact-wrapper.index-2 .contact-outer .contact-inner .phone:hover img.icon,
.contact-wrapper.index-2 .contact-outer .contact-inner .email:hover img.icon {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
@media screen and (max-width: 500px) {
  .contact-wrapper.index-2 {
    background-position: center center;
  }
  .contact-wrapper.index-2 .contact-outer .contact-inner .adress,
  .contact-wrapper.index-2 .contact-outer .contact-inner .phone,
  .contact-wrapper.index-2 .contact-outer .contact-inner .email {
    width: 100%;
    margin-bottom: 25px;
  }
  .contact-wrapper.index-2 .contact-outer .contact-inner .adress img.icon,
  .contact-wrapper.index-2 .contact-outer .contact-inner .phone img.icon,
  .contact-wrapper.index-2 .contact-outer .contact-inner .email img.icon {
    padding: 25px 0;
  }
}
/* Partners Index-2*/
.partners-wrapper {
  background: #ffffff;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .partners-wrapper {
    padding-bottom: 60px;
  }
}
.partners-wrapper #owl-partners .owl-item .item {
  -webkit-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
  position: relative;
  width: 170px;
  height: 130px;
  background: #f8f8f8;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.partners-wrapper #owl-partners .owl-item .item img {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  -webkit-transition: all 0.35s ease-in-out;
          transition: all 0.35s ease-in-out;
}
.partners-wrapper #owl-partners .owl-item .item img.hover {
  opacity: 0;
}
.partners-wrapper #owl-partners .owl-item .item:hover {
  background: #ffa800;
}
.partners-wrapper #owl-partners .owl-item .item:hover img.default {
  opacity: 0;
}
.partners-wrapper #owl-partners .owl-item .item:hover img.hover {
  opacity: 1;
}
.partners-wrapper #owl-partners .owl-controls .owl-buttons div {
  padding: 5px 0;
  width: 45px;
  height: 45px;
  position: absolute;
  background: rgba(51, 51, 51, 0.25);
  opacity: 1;
  background: transparent;
  border: 2px solid rgba(51, 51, 51, 0.25);
}
.partners-wrapper #owl-partners .owl-controls .owl-buttons div i {
  position: relative;
  color: rgba(51, 51, 51, 0.25);
  font-size: 17px;
}
.partners-wrapper #owl-partners .owl-controls .owl-buttons div:hover {
  background: #ffa800;
}
.partners-wrapper #owl-partners .owl-controls .owl-buttons div:hover i {
  color: #ffffff;
}
.partners-wrapper #owl-partners .owl-controls .owl-buttons .owl-prev {
  left: -2.5%;
  top: 35%;
}
.partners-wrapper #owl-partners .owl-controls .owl-buttons .owl-prev i {
  top: 5px;
  left: -2px;
}
.partners-wrapper #owl-partners .owl-controls .owl-buttons .owl-next {
  right: -0.8%;
  top: 35%;
}
.partners-wrapper #owl-partners .owl-controls .owl-buttons .owl-next i {
  top: 5px;
  right: -2px;
}
@media screen and (min-width: 450px) and (max-width: 550px) {
  .partners-wrapper #owl-partners .owl-item .item {
    width: 150px;
  }
  .partners-wrapper #owl-partners .owl-controls .owl-buttons div {
    top: 30%;
  }
}
@media screen and (max-width: 485px) {
  .partners-wrapper #owl-partners .owl-item .item {
    width: 217px;
    margin: 0 auto;
  }
}
/* ===== 2.3 - Grid Pages =====*/
.grid-content {
  background: #ffffff;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .grid-content {
    padding: 30px 0 70px;
  }
}
.grid-content .grid-items {
  margin-top: -25px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .grid-content .grid-items {
    padding-bottom: 20px;
  }
}
.grid-content .grid-items .grid-item {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 500px) {
  .grid-content .grid-items .grid-item {
    width: 100%;
  }
}
.grid-content .grid-items .grid-item .image {
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.grid-content .grid-items .grid-item .image img {
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  width: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.grid-content .grid-items .grid-item .image .mask.index-2 {
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
  position: absolute;
}
.grid-content .grid-items .grid-item .image .mask.index-2 a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.grid-content .grid-items .grid-item .info-block .meta {
  display: block;
  padding: 29px 0 25px;
}
@media screen and (max-width: 767px) {
  .grid-content .grid-items .grid-item .info-block .meta {
    padding: 20px 0 15px;
  }
}
.grid-content .grid-items .grid-item .info-block .meta li {
  display: inline-block;
}
.grid-content .grid-items .grid-item .info-block .meta li h3 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.grid-content .grid-items .grid-item .info-block .meta li h3:hover {
  color: #ffa800;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.grid-content .grid-items .grid-item .info-block .meta li h4 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #636fe1;
}
.grid-content .grid-items .grid-item .info-block .meta li:last-child {
  float: right;
}
@media screen and (max-width: 991px) {
  .grid-content .grid-items .grid-item .info-block .meta li {
    display: block;
  }
  .grid-content .grid-items .grid-item .info-block .meta li:last-child {
    padding-top: 6px;
    float: none;
  }
}
.grid-content .grid-items .grid-item .info-block p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 23px;
  padding-bottom: 27px;
}
.grid-content .grid-items .grid-item .info-block a {
  border-color: #ffa800;
}
.grid-content .grid-items .grid-item:hover .image img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.grid-content .grid-items .grid-item:hover .image .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.grid-content .grid-items .grid-item.events .info-block .meta {
  display: block;
  padding: 26px 0 17px;
}
.grid-content .grid-items .grid-item.events .info-block .meta li {
  display: block;
  float: none;
}
.grid-content .grid-items .grid-item.events .info-block .meta li:first-child {
  padding-bottom: 16px;
}
.grid-content .grid-items .grid-item.events .info-block .meta li h5 {
  color: #333333;
  font-family: 'Roboto';
  font-weight: 400;
  padding: 2px 0;
}
.grid-content .grid-items .grid-item.events .info-block .meta li h5 i {
  color: #ffa800;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
/* ===== 2.4 - List Pages =====*/
.list-content {
  padding: 80px 0 100px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .list-content {
    padding: 30px 0 70px;
  }
}
.list-content .list-items {
  margin-top: -25px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .list-content .list-items {
    padding-bottom: 30px;
  }
}
.list-content .list-items .list-item {
  overflow: hidden;
  height: 100%;
  padding: 25px 0;
}
.list-content .list-items .list-item .image {
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.list-content .list-items .list-item .image img {
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.list-content .list-items .list-item .image .mask {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
}
.list-content .list-items .list-item .image .mask a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.list-content .list-items .list-item .info-block .meta {
  display: block;
  padding-bottom: 20px;
}
.list-content .list-items .list-item .info-block .meta li {
  display: inline-block;
}
.list-content .list-items .list-item .info-block .meta li h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 30px;
  color: #333333;
}
.list-content .list-items .list-item .info-block .meta li h2:hover {
  color: #ffa800;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
.list-content .list-items .list-item .info-block .meta li h3 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #636fe1;
}
.list-content .list-items .list-item .info-block .meta li:last-child {
  float: right;
}
.list-content .list-items .list-item .info-block .content p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.list-content .list-items .list-item .info-block .content p:first-child {
  padding-bottom: 16px;
}
.list-content .list-items .list-item .info-block .content p:last-child {
  padding: 16px 0 35px;
}
@media screen and (max-width: 767px) {
  .list-content .list-items .list-item .info-block .content p:last-child {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.list-content .list-items .list-item .info-block a {
  border-color: #ffa800;
}
.list-content .list-items .list-item:hover .image img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.list-content .list-items .list-item:hover .image .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .list-content .list-items .list-item .info-block .meta li {
    display: block;
  }
  .list-content .list-items .list-item .info-block .meta li:last-child {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .list-content .list-items .list-item .col-xs-6 {
    width: 100%;
  }
  .list-content .list-items .list-item .info-block {
    padding-top: 20px;
  }
  .list-content .list-items .list-item .info-block ul.meta li {
    padding: 5px 0;
  }
}
/* ===== 2.5 - Details Pages =====*/
.details-content {
  background: #ffffff;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .details-content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 479px) {
  .details-content {
    padding-bottom: 50px;
  }
}
.details-content .details-wrapper-top {
  padding: 77px 0 15px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .details-content .details-wrapper-top {
    padding: 30px 0 40px;
  }
}
.details-content .details-wrapper-top .details-top {
  width: 68%;
  margin: 0 auto;
}
.details-content .details-wrapper-top .details-top h1.title {
  text-align: center;
  font-weight: 500;
  color: #333333;
  padding-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .details-content .details-wrapper-top .details-top h1.title {
    padding-bottom: 40px;
  }
}
.details-content .details-wrapper-top .details-top .image {
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .details-content .details-wrapper-top .details-top .image {
    margin: 0 auto;
  }
}
.details-content .details-wrapper-top .details-top .image img {
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.details-content .details-wrapper-top .details-top .info-block {
  display: block;
  margin: 0 auto;
}
.details-content .details-wrapper-top .details-top .info-block ul.meta {
  display: block;
  text-align: center;
  padding: 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .details-content .details-wrapper-top .details-top .info-block ul.meta {
    padding: 30px 0 20px;
  }
}
.details-content .details-wrapper-top .details-top .info-block ul.meta li h2 {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 30px;
  color: #333333;
}
.details-content .details-wrapper-top .details-top .info-block ul.meta li h2:hover {
  color: #ffa800;
}
.details-content .details-wrapper-top .details-top .info-block ul.meta li h4 {
  font-family: 'Roboto';
  font-weight: 400;
  position: relative;
  top: -5px;
  color: #636fe1;
}
.details-content .details-wrapper-top .details-top .info-block ul.meta li:last-child {
  margin-top: 20px;
}
.details-content .details-wrapper-top .details-top .info-block p {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
  font-size: 14px;
}
.details-content .details-wrapper-top .details-top.event h1.title {
  padding-bottom: 27px;
}
.details-content .details-wrapper-top .details-top.event ul.meta {
  display: block;
  text-align: center;
  padding-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .details-content .details-wrapper-top .details-top.event ul.meta {
    padding-bottom: 40px;
  }
}
.details-content .details-wrapper-top .details-top.event ul.meta li {
  display: inline-block;
  margin-right: 33px;
}
.details-content .details-wrapper-top .details-top.event ul.meta li h4 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
}
.details-content .details-wrapper-top .details-top.event ul.meta li h4 i {
  color: #ffa800;
  width: 20px;
  height: 20px;
  padding-right: 15px;
}
.details-content .details-wrapper-top .details-top.event .info-block {
  padding: 44px 0 62px;
}
@media screen and (max-width: 767px) {
  .details-content .details-wrapper-top .details-top.event .info-block {
    padding: 30px 0 0;
  }
}
.details-content h1.title {
  text-align: center;
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.details-content .skills-wrapper.teacher {
  padding: 82px 0 100px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .details-content .skills-wrapper.teacher {
    padding: 40px 0;
  }
}
.details-content .skills-wrapper.teacher .progress-bars-container {
  padding-top: 61px;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .details-content .skills-wrapper.teacher .progress-bars-container {
    padding-top: 30px;
  }
}
.details-content .testimonials-wrapper {
  padding: 100px 0 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .details-content .testimonials-wrapper {
    padding-top: 50px;
  }
}
.details-content .testimonials-wrapper.teacher {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .details-content .testimonials-wrapper.teacher {
    padding: 40px 0 0;
  }
}
.details-content .testimonials-wrapper .testimonials {
  padding-top: 61px;
}
@media screen and (max-width: 767px) {
  .details-content .testimonials-wrapper .testimonials {
    padding-top: 40px;
  }
}
.details-content .feedback {
  background: #f6f6f6;
  padding: 80px 0 35px;
}
@media screen and (max-width: 767px) {
  .details-content .feedback {
    padding-top: 50px;
  }
}
.details-content .feedback .panels-wrapper {
  display: block;
  width: 100%;
  overflow: auto;
}
.details-content .feedback .panels.feedback {
  padding-top: 71px;
}
@media screen and (max-width: 767px) {
  .details-content .feedback .panels.feedback {
    width: 100%;
    padding-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.details-content .contact-wrapper.teacher {
  padding: 81px 0 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .details-content .contact-wrapper.teacher {
    padding-top: 40px;
  }
}
.details-content .contact-wrapper.teacher .contact {
  padding-top: 52px;
  width: 75%;
  margin: 0 auto;
}
.details-content .contact-wrapper.teacher .contact .contact-form .submit:hover {
  background: #cc8600;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.details-content .list-panels-wrapper.event {
  padding: 82px 0 80px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .details-content .list-panels-wrapper.event {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.details-content .list-panels-wrapper.event .panels.list {
  padding-top: 61px;
}
@media screen and (max-width: 767px) {
  .details-content .list-panels-wrapper.event .panels.list {
    padding-top: 40px;
  }
}
.details-content .list-panels-wrapper.course {
  padding: 40px 0 100px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .details-content .list-panels-wrapper.course {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.details-content .list-panels-wrapper.course .panels.list {
  padding-top: 54px;
}
@media screen and (max-width: 767px) {
  .details-content .list-panels-wrapper.course .panels.list {
    padding-top: 40px;
  }
}
.details-content .contact-wrapper.event {
  padding: 100px 0 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .details-content .contact-wrapper.event {
    padding-top: 40px;
  }
}
.details-content .contact-wrapper.event .section-name.index-2 {
  padding-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .details-content .contact-wrapper.event .section-name.index-2 {
    padding-bottom: 30px;
  }
}
.details-content .contact-wrapper.event .section-name.index-2 .sep {
  margin-bottom: -3px;
}
.details-content .contact-wrapper.event .section-name.index-2 h1,
.details-content .contact-wrapper.event .section-name.index-2 p {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .details-content .contact-wrapper.event .section-name.index-2 h1,
  .details-content .contact-wrapper.event .section-name.index-2 p {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .details-content .contact-wrapper.event .contact {
    margin-bottom: 40px;
  }
}
.details-content .contact-wrapper.event .contact .section-name.index-2 .sep {
  margin-left: 15%;
}
@media screen and (max-width: 991px) {
  .details-content .contact-wrapper.event .contact .section-name.index-2 .sep {
    margin-left: auto;
    margin-right: auto;
  }
}
.details-content .contact-wrapper.event .contact form.contact-form .field textarea {
  height: 170px;
}
.details-content .contact-wrapper.event .contact form.contact-form .submit:hover {
  background: #cc8600;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.details-content .contact-wrapper.event .contact-details .section-name.index-2 .sep {
  margin-left: 5.5%;
}
@media screen and (max-width: 991px) {
  .details-content .contact-wrapper.event .contact-details .section-name.index-2 .sep {
    margin-left: auto;
    margin-right: auto;
  }
}
.details-content .contact-wrapper.event .contact-details .googleMap {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  width: 100%;
  height: 383px;
}
.details-content .contact-wrapper.event .contact-details .googleMap #googleMap {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  width: auto;
  height: 100%;
  min-height: 383px;
}
.details-content .contact-wrapper.event .contact-details ul.details {
  display: block;
  padding-top: 22px;
  text-align: center;
}
.details-content .contact-wrapper.event .contact-details ul.details li {
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .details-content .contact-wrapper.event .contact-details ul.details li {
    margin-bottom: 20px;
  }
}
.details-content .contact-wrapper.event .contact-details ul.details li:last-child {
  padding-right: 0;
}
.details-content .contact-wrapper.event .contact-details ul.details li img {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.details-content .contact-wrapper.event .contact-details ul.details li h5 {
  font-family: 'Roboto';
  font-weight: 400;
  float: right;
}
@media screen and (max-width: 991px) {
  .details-content .details-wrapper-top .details-top {
    width: 100%;
  }
  .details-content .contact-wrapper.teacher .contact {
    width: 100%;
  }
  .details-content .skills-wrapper.teacher .progress-bars-container {
    width: 100%;
  }
}
/*Course Deatils Page*/
.details-content .details-wrapper-top.course .container-fluid {
  padding: 0 0;
}
.details-content .details-wrapper-top.course .images {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.details-content .details-wrapper-top.course .images .image {
  padding-top: 60px;
  display: block;
  position: relative;
  height: auto;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
@media screen and (max-width: 767px) {
  .details-content .details-wrapper-top.course .images .image {
    padding-top: 40px;
  }
}
.details-content .details-wrapper-top.course .images .image.left,
.details-content .details-wrapper-top.course .images .image.right {
  position: absolute;
  width: 600px;
  height: 390px;
  top: 6.4555%;
  z-index: 1;
  -webkit-border-radius: 0;
          border-radius: 0;
}
@media screen and (max-width: 760px) {
  .details-content .details-wrapper-top.course .images .image.left,
  .details-content .details-wrapper-top.course .images .image.right {
    display: none;
  }
}
.details-content .details-wrapper-top.course .images .image.left img,
.details-content .details-wrapper-top.course .images .image.right img {
  width: 100%;
  height: 100%;
}
.details-content .details-wrapper-top.course .images .image.left::before,
.details-content .details-wrapper-top.course .images .image.right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
}
.details-content .details-wrapper-top.course .images .image.left {
  left: 0;
}
.details-content .details-wrapper-top.course .images .image.left::before {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.details-content .details-wrapper-top.course .images .image.right {
  right: 0;
}
.details-content .details-wrapper-top.course .images .image.right img {
  margin-right: -250px;
}
.details-content .details-wrapper-top.course .images .image.right::before {
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.details-content .details-wrapper-top.course .images .image.center {
  position: relative;
  width: 760px;
  height: 450px;
  margin: 0 auto;
  z-index: 10;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
@media screen and (max-width: 760px) {
  .details-content .details-wrapper-top.course .images .image.center {
    width: 100%;
    height: auto;
  }
}
.details-content .details-wrapper-top.course .images .image.center img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.details-content .details-wrapper-top.course .info-block ul.top-section {
  width: 68%;
  display: block;
  margin: 0 auto;
  padding: 30px 0 35px;
  text-align: center;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li {
  vertical-align: middle;
  display: inline-block;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li:nth-child(2) {
  margin: 0 140px 0 180px;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li h2.teacher {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 30px;
  color: #333333;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li .star {
  position: relative;
  background: url(../img/icons/star-bg.png) center no-repeat;
  width: 126px;
  height: 121px;
  margin: 0 auto;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li .star .inside {
  display: block;
  text-align: center;
  position: relative;
  top: 35%;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li .star .inside h2 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #ffa800;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li .star .inside h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #ffffff;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li ul.rating li {
  display: inline-block;
  margin-right: 10px;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li ul.rating li:last-child {
  margin-right: 0;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li ul.rating li i {
  font-size: 18px;
  color: #e7e7e7;
}
.details-content .details-wrapper-top.course .info-block ul.top-section > li ul.rating li:nth-child(1) i,
.details-content .details-wrapper-top.course .info-block ul.top-section > li ul.rating li:nth-child(2) i,
.details-content .details-wrapper-top.course .info-block ul.top-section > li ul.rating li:nth-child(3) i,
.details-content .details-wrapper-top.course .info-block ul.top-section > li ul.rating li:nth-child(4) i {
  color: #ffa800;
}
.details-content .details-wrapper-top.course .info-block .text-block {
  width: 68%;
  margin: 0 auto;
  display: block;
}
.details-content .details-wrapper-top.course .info-block .text-block p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .details-content .details-wrapper-top.course .info-block ul.top-section > li:nth-child(2) {
    margin: 0 85px;
  }
}
@media screen and (max-width: 991px) {
  .details-content .details-wrapper-top.course .info-block ul.top-section,
  .details-content .details-wrapper-top.course .info-block .text-block {
    width: 100%;
  }
  .details-content .details-wrapper-top.course .info-block ul.top-section > li:nth-child(2) {
    margin: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .details-content .details-wrapper-top.course .info-block ul.top-section > li {
    display: block;
  }
  .details-content .details-wrapper-top.course .info-block ul.top-section > li:nth-child(2) {
    margin: 30px auto;
  }
}
.details-content .details-wrapper-top .carousel {
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
.details-content .details-wrapper-top .carousel .carousel-wrapper {
  height: 400px;
  position: relative;
  width: 100%;
}
.details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box {
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background-color: #CFCFCF;
  height: 124px;
  list-style: none;
  overflow: hidden;
  position: absolute;
  width: 200px;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  -ms-box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  -o-box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  box-shadow: 0 0 10px 4px rgba(44, 42, 41, 0.05);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.is-active {
  z-index: 4;
  width: 40%;
  height: 400px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  top: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.is-active {
    width: 90%;
  }
}
.details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.carousel-box.left,
.details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.carousel-box.right {
  opacity: 1;
  width: 30%;
  height: 300px;
}
.details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.carousel-box.left img,
.details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.carousel-box.right img {
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.carousel-box.left {
  top: 50px;
  left: 20%;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.carousel-box.left {
    left: 50px;
  }
}
.details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.carousel-box.right {
  top: 50px;
  right: 20%;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .details-content .details-wrapper-top .carousel .carousel-wrapper .carousel-box.carousel-box.right {
    right: 50px;
  }
}
.details-content .details-wrapper-top .carousel .nav-left:before {
  content: "\f053";
  font-family: fontawesome;
  font-size: 20px;
  color: #ffa800;
  left: 0;
  cursor: pointer;
  position: absolute;
  top: 160px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .details-content .details-wrapper-top .carousel .nav-left:before {
    opacity: 1;
    left: 10px;
  }
}
.details-content .details-wrapper-top .carousel .nav-right:before {
  content: "\f054";
  font-family: fontawesome;
  font-size: 20px;
  color: #ffa800;
  right: 0;
  cursor: pointer;
  position: absolute;
  top: 160px;
  background-position: right -121px;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .details-content .details-wrapper-top .carousel .nav-right:before {
    opacity: 1;
    right: 10px;
  }
}
/* ===== 2.6 - Blog Pages =====*/
.blog-wrapper {
  padding: 100px 0;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .blog-wrapper {
    padding: 30px 0 80px;
  }
}
.blog-wrapper .blog-content.masonry .masonry-trigger {
  display: block;
  width: 1px;
  height: 1px;
  position: fixed;
  left: -1px;
  bottom: -1px;
  background: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 500px) {
  .blog-wrapper .blog-content.masonry .masonry-trigger {
    display: none;
  }
}
.blog-wrapper .blog-content.masonry .articles-wrapper {
  margin-top: -50px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article {
  margin-top: 50px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article:hover .article-head #owl-article.main-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article:hover .article-head .main-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article:hover .article-head .main-image .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article:hover .article-head .main-image .mask i {
  z-index: 4;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .main-image {
  z-index: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .main-image .mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: rgba(51, 51, 51, 0.5);
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .main-image .mask a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .main-image .mask a i {
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: #ffa800;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .main-image img {
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  width: 100%;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .main-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.25);
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .video .overlay {
  z-index: 2;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .video .overlay a {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .video .overlay a i {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  line-height: 48px;
  text-align: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .quote .overlay blockquote {
  z-index: 3;
  position: absolute;
  left: 20px;
  bottom: 30px;
  padding: 10px 15px;
  border-left: 2px solid #ffa800;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .quote .overlay blockquote p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head #owl-article .owl-controls .owl-buttons {
  margin: -10px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head #owl-article .owl-controls .owl-buttons div {
  position: absolute;
  bottom: 15px;
  width: 35px;
  height: 35px;
  background: rgba(51, 51, 51, 0.75);
  color: #ffffff;
  opacity: 1;
  text-align: center;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head #owl-article .owl-controls .owl-buttons div i {
  position: relative;
  line-height: 25px;
  font-size: 24px;
  color: #ffffff;
  opacity: 1;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head #owl-article .owl-controls .owl-buttons div:hover {
  background: #ffa800;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head #owl-article .owl-controls .owl-buttons .owl-prev {
  left: 15px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head #owl-article .owl-controls .owl-buttons .owl-next {
  left: 65px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .download .overlay {
  z-index: 3;
  background: rgba(51, 51, 51, 0.5);
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .download .overlay a {
  z-index: 4;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .download .overlay a i {
  float: left;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-right: 17px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 18px;
  line-height: 49px;
  color: #ffffff;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .download .overlay a h3,
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .download .overlay a h5 {
  float: left;
  color: #ffffff;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .download .overlay a h3 {
  font-family: 'Roboto';
  font-weight: 700;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .download .overlay a h5 {
  font-family: 'Roboto';
  font-weight: 400;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .user-image {
  z-index: 2;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 40px;
  margin-top: -35px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .user-image img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  max-width: 100%;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .meta {
  padding: 30px 0 20px;
  width: 72%;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .meta h3 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
  margin-bottom: 5px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .meta h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-head .meta h5 i {
  color: #ffa800;
  padding-right: 8px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article p.body {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-footer {
  padding-top: 27px;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-footer ul.blog li:hover {
  background: #ffa800;
  border-color: #ffa800;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.blog-wrapper .blog-content.masonry .articles-wrapper .article .article-footer ul.blog li:hover a {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .blog-wrapper .blog-content.masonry .articles-wrapper .article {
    width: 100%;
  }
}
.blog-wrapper .blog-content.masonry #more-icon-spin {
  margin-top: 80px;
  text-align: center;
  font-size: 30px;
  color: rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.masonry #more-icon-spin {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.list {
    padding-top: 30px;
  }
}
.blog-wrapper .blog-content.list .articles-wrapper {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 0px;
}
.blog-wrapper .blog-content.list .articles-wrapper .article {
  padding: 35px 30px 0 0;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-wrapper .blog-content.list .articles-wrapper .article:hover .main-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-wrapper .blog-content.list .articles-wrapper .article:hover .main-image .mask {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.blog-wrapper .blog-content.list .articles-wrapper .article:hover .main-image .mask i {
  z-index: 4;
}
.blog-wrapper .blog-content.list .articles-wrapper .article.last {
  margin-bottom: 93px;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.list .articles-wrapper .article.last {
    margin-bottom: 40px;
  }
}
.blog-wrapper .blog-content.list .articles-wrapper .article.last ul.article-footer {
  padding-bottom: 0;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head {
  position: relative;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .date {
  position: absolute;
  z-index: 1000;
  top: -35px;
  left: 30px;
  width: 70px;
  height: 70px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  color: #333333;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .date h3.day {
  font-family: 'Roboto';
  font-weight: 400;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .date h3.month {
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .main-image {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .main-image img {
  z-index: -1;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .user-image {
  z-index: 2;
  position: absolute;
  right: 50px;
  margin-top: -40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .user-image img {
  width: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .user-image::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: -10px;
  left: -10px;
  border: 10px solid #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .meta {
  padding: 30px 0 34px;
  width: 85%;
}
.blog-wrapper .blog-content.list .articles-wrapper .article .article-head .meta h2 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.blog-wrapper .blog-content.list .articles-wrapper .article p.body {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.blog-wrapper .blog-content.list .articles-wrapper .article ul.article-footer {
  padding: 36px 0 30px;
  vertical-align: middle;
}
.blog-wrapper .blog-content.list .articles-wrapper .article ul.article-footer > li {
  display: inline-block;
}
.blog-wrapper .blog-content.list .articles-wrapper .article ul.article-footer > li:last-child {
  margin-top: 15px;
  float: right;
}
.blog-wrapper .blog-content.list .articles-wrapper .article ul.article-footer > li ul.blog li:hover {
  background: #ffa800;
  border-color: #ffa800;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.blog-wrapper .blog-content.list .articles-wrapper .article ul.article-footer > li ul.blog li:hover a {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .blog-wrapper .blog-content.list .articles-wrapper .article .article-head .user-image {
    width: 70px;
    height: 70px;
  }
  .blog-wrapper .blog-content.list .articles-wrapper .article .article-head .user-image::after {
    width: 80px;
    height: 80px;
    top: -5px;
    left: -5px;
    border: 6px solid #ffffff;
  }
  .blog-wrapper .blog-content.list .articles-wrapper .article ul.article-footer > li {
    display: block;
  }
  .blog-wrapper .blog-content.list .articles-wrapper .article ul.article-footer > li:last-child {
    padding-top: 25px;
    float: none;
  }
}
.blog-wrapper .blog-content.list .articles-wrapper .article:hover .article-head .main-image .mask a .icon:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.blog-wrapper .blog-content.list .articles-wrapper .article:hover .article-head .main-image .mask a .icon:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.blog-wrapper .blog-content.list .articles-wrapper .article:hover .article-head .main-image .mask a .icon .icon-square:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.blog-wrapper .blog-content.list .articles-wrapper .article:hover .article-head .main-image .mask a .icon .icon-square:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.blog-wrapper .blog-content.list .articles-wrapper .article:hover .article-head .main-image .mask a .icon .icon-square i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
.blog-wrapper .blog-content.list ul.tags.blog li {
  margin-bottom: 10px;
}
.blog-wrapper .blog-content.details .post-wrapper {
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 0px;
}
.blog-wrapper .blog-content.details .post-wrapper .article {
  position: relative;
  padding-right: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-wrapper .blog-content.details .post-wrapper .article::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  width: 1px;
  height: 30px;
  background: #e1e1e1;
  top: 100%;
  left: 50%;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head .date {
  width: 70px;
  height: 70px;
  float: left;
  background: #ffa800;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  color: #ffffff;
  margin-right: 21px;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head .date h3.day {
  font-family: 'Roboto';
  font-weight: 400;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head .date h3.month {
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head h2.title {
  margin-top: 10px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head ul.meta {
  overflow: auto;
  vertical-align: middle;
  padding-top: 6px;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head ul.meta li {
  display: inline-block;
  margin-right: 28px;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head ul.meta li h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head ul.meta li h5:hover {
  color: #ffa800;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head ul.meta li h5 i {
  color: #ffa800;
  padding-right: 6px;
}
.blog-wrapper .blog-content.details .post-wrapper .article .article-head img.main-image {
  -webkit-transition: all 1s ease ease;
          transition: all 1s ease ease;
  margin-top: 30px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.blog-wrapper .blog-content.details .post-wrapper .article .body {
  padding-top: 41px;
}
.blog-wrapper .blog-content.details .post-wrapper .article .body span.empty-space {
  display: block;
  width: 100%;
  height: 35px;
}
.blog-wrapper .blog-content.details .post-wrapper .article .body p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.blog-wrapper .blog-content.details .post-wrapper .article .body h3 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.blog-wrapper .blog-content.details .post-wrapper .article .body blockquote {
  display: block;
  width: 95%;
  margin: 48px auto 58px;
  background: #ffffff;
  border-left: 2px solid #ffa800;
  padding: 17px 35px 37px;
  text-align: center;
}
.blog-wrapper .blog-content.details .post-wrapper .article .body blockquote p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  font-style: italic ;
  color: rgba(51, 51, 51, 0.75);
}
.blog-wrapper .blog-content.details .post-wrapper .article .body blockquote i {
  font-size: 36px;
  color: #ffa800;
  padding-bottom: 29px;
}
.blog-wrapper .blog-content.details .post-wrapper .article ul.tags.blog {
  display: block;
  text-align: center;
  padding: 50px 0 40px;
}
.blog-wrapper .blog-content.details .post-wrapper .article ul.tags.blog li {
  margin-bottom: 10px;
}
.blog-wrapper .blog-content.details .post-wrapper .article ul.tags.blog li:hover {
  border-color: #ffa800;
}
.blog-wrapper .blog-content.details .post-wrapper .article ul.tags.blog li:hover a {
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background: #ffa800;
  color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.blog-wrapper .blog-content.details .post-wrapper .author {
  padding: 60px 0 50px;
}
.blog-wrapper .blog-content.details .post-wrapper .author img.user-image {
  width: auto;
  height: auto;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
}
.blog-wrapper .blog-content.details .post-wrapper .author .info-block {
  display: block;
  padding-top: 16px;
  text-align: center;
}
.blog-wrapper .blog-content.details .post-wrapper .author .info-block h3 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
  margin-bottom: 4px;
}
.blog-wrapper .blog-content.details .post-wrapper .author .info-block h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #ffa800;
}
.blog-wrapper .blog-content.details .post-wrapper .author ul.social {
  display: block;
  text-align: center;
  padding-top: 16px;
}
.blog-wrapper .blog-content.details .post-wrapper .author ul.social li {
  display: inline-block;
  margin: 0 6px;
}
.blog-wrapper .blog-content.details .post-wrapper .author ul.social li a {
  display: block;
  padding: 6px ;
  font-size: 18px;
  color: #c7c7c7;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.blog-wrapper .blog-content.details .post-wrapper .author ul.social li a:hover {
  color: #ffa800;
}
.blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper {
  position: relative;
  text-align: center;
}
.blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.15);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper .line {
    display: none;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper ul.short-pagination {
  display: inline-block;
  position: relative;
  background: #ffffff;
  width: auto;
  z-index: 10;
  padding: 0 20px;
}
.blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper ul.short-pagination li {
  height: 40px;
  border: 1px solid rgba(51, 51, 51, 0.15);
  display: inline-block;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin-right: 11px;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper ul.short-pagination li {
    margin-bottom: 20px;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper ul.short-pagination li:last-child {
  margin-right: 0;
}
.blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper ul.short-pagination li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 14px;
  line-height: 38px;
  color: #333333;
  text-transform: uppercase;
}
.blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper ul.short-pagination li:hover {
  background: #ffa800;
  border: 1px solid transparent;
}
.blog-wrapper .blog-content.details .post-wrapper .short-pagination-wrapper ul.short-pagination li:hover a {
  color: #ffffff;
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper h2.title {
  padding: 80px 0 25px;
  font-family: 'Lobster';
  color: #333333;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.details .post-wrapper .comments-wrapper h2.title {
    padding-top: 40px;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper h2.title span {
  color: #ffa800;
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment {
  padding: 30px 60px 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment {
    padding-right: 0;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment img.user-image {
  float: left;
  margin-right: 25px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
@media screen and (max-width: 479px) {
  .blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment img.user-image {
    margin-bottom: 20px;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block {
  overflow: auto;
}
@media screen and (max-width: 479px) {
  .blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block {
    overflow: visible;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block h5.heading span {
  vertical-align: middle;
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block h5.heading span.name {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block h5.heading span.sep {
  font-size: 5px;
  color: #ffa800;
  padding: 0 22px;
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block h5.heading span.time {
  font-family: 'Roboto';
  font-weight: 400;
  color: rgba(51, 51, 51, 0.5);
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block p.body {
  overflow: auto;
  padding-top: 18px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 479px) {
  .blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block p.body {
    overflow: visible;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block a.button.replay {
  height: 25px;
  margin-top: 20px;
  padding: 0 13px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment .info-block a.button.replay {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment.reply {
  padding-left: 125px;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment.reply {
    background: #f9f9f9;
    padding-left: 0;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment.last {
  padding-bottom: 0;
  border: 0;
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment-form form.contact-form {
  padding-top: 30px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment-form form.contact-form {
    width: 100%;
    padding-top: 0;
  }
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment-form form.contact-form .field input:hover,
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment-form form.contact-form .field textarea:hover {
  border-color: #ffa800;
}
.blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment-form form.contact-form .submit:hover {
  background: #cc8600;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
@media screen and (min-width: 992px) {
  .blog-wrapper .blog-content .sidebar-wrapper {
    padding-left: 0;
  }
}
.blog-wrapper .blog-content .sidebar-wrapper .widget {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content .sidebar-wrapper .widget {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .blog-wrapper .blog-content .sidebar-wrapper .widget {
    padding-right: 0;
    padding-left: 30px;
  }
}
.blog-wrapper .blog-content .sidebar-wrapper .widget.first {
  padding-top: 0;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .widget-name {
  padding-bottom: 27px;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .widget-name li {
  display: inline-block;
  vertical-align: middle;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .widget-name li.sep {
  width: 25px;
  height: 25px;
  background: url(../img/separators/sep-arrow.png);
  margin-bottom: 14px;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .widget-name li h2 {
  font-family: 'Lobster';
  color: #333333;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.category li {
  overflow: hidden;
  background: #ffffff;
  height: 45px;
  padding: 0 22px ;
  margin-bottom: 10px;
  border: 1px solid rgba(51, 51, 51, 0.15);
  -webkit-border-radius: 22px;
          border-radius: 22px;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.category li a {
  display: block;
  width: 100%;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 14px;
  line-height: 44px;
  color: #333333;
  float: left;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.category li a span {
  float: right;
  font-family: 'Roboto';
  font-weight: 400;
  color: rgba(51, 51, 51, 0.5);
}
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.category li:hover {
  border: 1px solid transparent;
  background: #ffa800;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.category li:hover a,
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.category li:hover a span {
  color: #ffffff;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.tags li {
  display: inline-block;
  height: 33px;
  padding: 0 11px;
  margin: 16px 6px 0 0;
  border: 1px solid rgba(51, 51, 51, 0.15);
  -webkit-border-radius: 13px;
          border-radius: 13px;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.tags li a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 31px;
  font-size: 14px;
  color: #333333;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.tags li:hover {
  background: #ffa800;
  border: 1px solid transparent;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget ul.tags li:hover a {
  color: #ffffff;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view {
  margin-bottom: 40px;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post.last,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post.last,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view.last,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view.last {
  margin-bottom: 0;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post .image,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post .image,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view .image,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view .image,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post .date,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post .date,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view .date,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view .date {
  width: 70px;
  height: 70px;
  float: left;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 17px;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post h5.title,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post h5.title,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view h5.title,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view h5.title,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post ul.meta,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post ul.meta,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view ul.meta,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view ul.meta {
  display: block;
  overflow: hidden;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post h5.title,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post h5.title,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view h5.title,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view h5.title {
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post ul.meta,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post ul.meta,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view ul.meta,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view ul.meta {
  display: block;
  padding-top: 7px;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post ul.meta li,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post ul.meta li,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view ul.meta li,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view ul.meta li {
  display: inline-block;
  padding-right: 5px;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post ul.meta li h5,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post ul.meta li h5,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view ul.meta li h5,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view ul.meta li h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post ul.meta li h5 i,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post ul.meta li h5 i,
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view ul.meta li h5 i,
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view ul.meta li h5 i {
  color: #ffa800;
  padding-right: 2px;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post ul.meta,
  .blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post ul.meta,
  .blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view ul.meta,
  .blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view ul.meta {
    float: right;
  }
  .blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post ul.meta li,
  .blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .recent-post ul.meta li,
  .blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .most-view ul.meta li,
  .blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view ul.meta li {
    display: block;
  }
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post .image {
  position: relative;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post .image img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 70px;
  background: rgba(255, 168, 0, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post .image .overlay a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .recent-posts .recent-post:hover .image .overlay {
  opacity: 1;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view .date {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  padding-top: 12px;
  color: #333333;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view .date h3.day {
  font-family: 'Roboto';
  font-weight: 400;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view .date h3.month {
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: uppercase;
}
.blog-wrapper .blog-content .sidebar-wrapper .widget .most-views .most-view:hover .date {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ffa800;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .blog-wrapper .blog-content.list .articles-wrapper {
    padding: 0 15px;
    border-right: 0;
    margin-bottom: 100px;
  }
  .blog-wrapper .blog-content.list .articles-wrapper .article {
    padding: 0 0;
  }
  .blog-wrapper .blog-content.details .post-wrapper {
    border: 0;
    padding-right: 15px;
    margin-bottom: 100px;
  }
  .blog-wrapper .blog-content.details .post-wrapper .article {
    padding: 0;
  }
  .blog-wrapper .blog-content.details .post-wrapper .comments-wrapper .comment.reply {
    padding-left: 15px;
  }
  .blog-wrapper .sidebar-wrapper {
    padding-left: 15px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog-content.list .articles-wrapper {
    margin-bottom: 60px;
  }
}
/* ===== 2.7 - Time-table and FAQ's, Pricng Plans =====*/
.timetable-wrapper {
  position: relative;
  background: #ffffff;
  padding: 106px 0 100px;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
  .timetable-wrapper {
    padding: 30px 0;
  }
}
.timetable-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  border-right: 1px solid #e1e1e1;
  top: 100%;
  left: 50%;
}
.timetable-wrapper .time-table {
  padding-top: 81px;
}
@media screen and (max-width: 767px) {
  .timetable-wrapper .time-table {
    padding-top: 40px;
  }
}
.timetable-wrapper .time-table .panel.time-cells {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 3px;
}
.timetable-wrapper .time-table .panel.time-cells.mon .panel-heading {
  border: 2px solid #55b5bd;
}
.timetable-wrapper .time-table .panel.time-cells.mon .time-cell {
  background: #55b5bd;
}
.timetable-wrapper .time-table .panel.time-cells.tue .panel-heading {
  border: 2px solid #9ebe3b;
}
.timetable-wrapper .time-table .panel.time-cells.tue .time-cell {
  background: #9ebe3b;
}
.timetable-wrapper .time-table .panel.time-cells.wed .panel-heading {
  border: 2px solid #6a9a40;
}
.timetable-wrapper .time-table .panel.time-cells.wed .time-cell {
  background: #6a9a40;
}
.timetable-wrapper .time-table .panel.time-cells.thu .panel-heading {
  border: 2px solid #ffa800;
}
.timetable-wrapper .time-table .panel.time-cells.thu .time-cell {
  background: #ffa800;
}
.timetable-wrapper .time-table .panel.time-cells.fri .panel-heading {
  border: 2px solid #ea662b;
}
.timetable-wrapper .time-table .panel.time-cells.fri .time-cell {
  background: #ea662b;
}
.timetable-wrapper .time-table .panel.time-cells.sat .panel-heading {
  border: 2px solid #bb3695;
}
.timetable-wrapper .time-table .panel.time-cells.sat .time-cell {
  background: #bb3695;
}
.timetable-wrapper .time-table .panel.time-cells .panel-heading {
  padding: 0;
  height: 51px;
  border: 2px solid  transparent;
  margin-bottom: 30px;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  text-align: center;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
.timetable-wrapper .time-table .panel.time-cells .panel-heading h4 {
  line-height: 48px;
  color: #333333;
  text-transform: uppercase;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body {
  padding: 0;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell {
  z-index: 1;
  position: relative;
  padding: 30px 0 0 20px;
  overflow: hidden;
  margin-bottom: 6px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell .time-cell-head h3 {
  font-family: 'Roboto';
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 10px;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell .time-cell-head h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #ffffff;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell .time-cell-body {
  padding-top: 30px;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell .time-cell-body h5 {
  font-family: 'Roboto';
  font-weight: 400;
  color: #ffffff;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell .overlay {
  -webkit-transition: all 0.8s ease;
          transition: all 0.8s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
  text-align: center;
  opacity: 0;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell .overlay a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  display: block;
  font-size: 36px;
  color: #ffffff;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell:hover {
  background: #333333;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell:hover .overlay {
  opacity: 1;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell.tiny {
  padding-bottom: 80px;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell.tiny .time-cell-body {
  display: none;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell.small {
  padding-bottom: 38px;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell.medium {
  padding-bottom: 86px;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell.big {
  padding-bottom: 135px;
}
.timetable-wrapper .time-table .panel.time-cells .panel-body .time-cell.super-big {
  padding-bottom: 186px;
}
.timetable-wrapper .time-table .panel.time-cells:hover .panel-heading h4 {
  color: #ffffff;
  transiton: all .4s ease;
  -webkit-transiton: all .4s ease;
  -moz-transiton: all .4s ease;
}
.timetable-wrapper .time-table .panel.time-cells:hover.mon .panel-heading {
  background: #55b5bd;
  transiton: all .4s ease;
  -webkit-transiton: all .4s ease;
  -moz-transiton: all .4s ease;
}
.timetable-wrapper .time-table .panel.time-cells:hover.tue .panel-heading {
  background: #9ebe3b;
  transiton: all .4s ease;
  -webkit-transiton: all .4s ease;
  -moz-transiton: all .4s ease;
}
.timetable-wrapper .time-table .panel.time-cells:hover.wed .panel-heading {
  background: #6a9a40;
  transiton: all .4s ease;
  -webkit-transiton: all .4s ease;
  -moz-transiton: all .4s ease;
}
.timetable-wrapper .time-table .panel.time-cells:hover.thu .panel-heading {
  background: #ffa800;
  transiton: all .4s ease;
  -webkit-transiton: all .4s ease;
  -moz-transiton: all .4s ease;
}
.timetable-wrapper .time-table .panel.time-cells:hover.fri .panel-heading {
  background: #ea662b;
  transiton: all .4s ease;
  -webkit-transiton: all .4s ease;
  -moz-transiton: all .4s ease;
}
.timetable-wrapper .time-table .panel.time-cells:hover.sat .panel-heading {
  background: #bb3695;
  transiton: all .4s ease;
  -webkit-transiton: all .4s ease;
  -moz-transiton: all .4s ease;
}
/* FAQ's */
.faq-wrapper {
  padding: 80px 0 100px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .faq-wrapper {
    padding: 40px 0 80px;
  }
}
.faq-wrapper .accordions {
  padding-top: 65px;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .faq-wrapper .accordions {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrapper .accordions {
    padding-top: 40px;
  }
}
.faq-wrapper .accordions .panel.accordion {
  margin-bottom: 10px;
  padding: 0 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-wrapper .accordions .panel-heading {
  padding: 0 0;
  border: 1px solid rgba(51, 51, 51, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  position: relative;
}
.faq-wrapper .accordions .panel-heading .accordion-toggle {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 99px;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .accordions .panel-heading .accordion-toggle {
    padding-left: 60px;
  }
}
.faq-wrapper .accordions .panel-heading h4 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.faq-wrapper .accordions .panel-heading h4 span {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  width: 100%;
  font-family: 'Roboto';
  font-weight: 700;
  color: #333333;
}
.faq-wrapper .accordions .panel-heading .indicator-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.faq-wrapper .accordions .panel-heading i {
  position: relative;
  text-align: center;
  line-height: 69px;
  background: #ffa800;
  width: 70px;
  font-size: 18px;
  color: #ffffff;
  -webkit-border-top-left-radius: 35px;
          border-top-left-radius: 35px;
  -webkit-border-bottom-left-radius: 35px;
          border-bottom-left-radius: 35px;
}
@media screen and (max-width: 767px) {
  .faq-wrapper .accordions .panel-heading i {
    width: 48px;
  }
}
.faq-wrapper .accordions .collapse {
  display: block;
  height: auto !important;
}
.faq-wrapper .accordions .collapse .panel-body {
  height: 0;
  opacity: 0;
  margin-top: 0px;
  padding: 0 30px;
  border: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  background: #f6f6f6;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.faq-wrapper .accordions .collapse .panel-body p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.faq-wrapper .accordions .collapse .panel-body p:first-child {
  padding-bottom: 30px;
}
.faq-wrapper .accordions .collapse .panel-body p:first-child:first-letter {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 50px;
}
.faq-wrapper .accordions .collapse .panel-body .line {
  margin-top: 20px;
  width: 100px;
  height: 3px;
  background: #ffa800;
}
.faq-wrapper .accordions .collapse.in {
  height: auto;
}
.faq-wrapper .accordions .collapse.in .panel-body {
  height: auto;
  opacity: 1;
  margin-top: 10px;
  padding: 40px 30px;
  border: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 35px;
          border-radius: 35px;
  background: #f6f6f6;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.faq-wrapper .accordions .collapse.in .panel-body p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.faq-wrapper .accordions .collapse.in .panel-body p:first-child {
  padding-bottom: 30px;
}
.faq-wrapper .accordions .collapse.in .panel-body p:first-child:first-letter {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 50px;
}
.faq-wrapper .accordions .collapse.in .panel-body .line {
  margin-top: 20px;
  width: 100px;
  height: 3px;
  background: #ffa800;
}
/* Pricing Plans */
.pricing-plans-wrapper {
  padding: 88px 0;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .pricing-plans-wrapper {
    padding-top: 40px;
  }
}
.pricing-plans-wrapper .section-name.index-2 p {
  font-size: 16px;
  width: 65%;
  margin: 0 auto;
}
.pricing-plans-wrapper .panels.pricing {
  height: auto;
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  .pricing-plans-wrapper .panels.pricing {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pricing-plans-wrapper .panels.pricing .col-panel {
    padding-top: 40px;
  }
}
/* ===== 2.8 - Contact Page =====*/
.contact-page-wrapper {
  padding: 100px 0 ;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .contact-page-wrapper {
    padding: 40px 0 80px;
  }
}
.contact-page-wrapper .section-name {
  padding-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .contact-page-wrapper .section-name {
    padding-bottom: 40px;
  }
}
.contact-page-wrapper .section-name p {
  font-size: 16px;
}
.contact-page-wrapper .contact-form-wrapper .contact-form .field textarea {
  height: 132px;
}
.contact-page-wrapper .contact-form-wrapper .contact-form .field textarea:hover {
  border-color: #ffa800;
}
.contact-page-wrapper .contact-form-wrapper .contact-form .field input:hover {
  border-color: #ffa800;
}
.contact-page-wrapper .contact-form-wrapper .contact-form .submit:hover {
  background: #cc8600;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.contact-page-wrapper .contact-details-wrapper {
  margin-top: 50px;
  background: url(../img/others/map.png) center center no-repeat;
  background-size: 95% 100%;
}
.contact-page-wrapper .contact-details-wrapper ul.details {
  padding: 60px 0 25px;
  display: block;
  text-align: center;
  margin: -25px auto 0;
}
.contact-page-wrapper .contact-details-wrapper ul.details li {
  display: inline-block;
  vertical-align: middle;
}
.contact-page-wrapper .contact-details-wrapper ul.details li:nth-child(2) {
  margin: 0 66px;
}
.contact-page-wrapper .contact-details-wrapper ul.details li h2 {
  font-family: 'Lobster';
}
.contact-page-wrapper .contact-details-wrapper ul.details li img.icon {
  margin: 0 auto;
  padding: 52px 0 43px;
}
.contact-page-wrapper .contact-details-wrapper ul.details li p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
}
.contact-page-wrapper .contact-details-wrapper ul.details li:hover img {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
@media screen and (min-width: 550px) and (max-width: 1200px) {
  .contact-page-wrapper .contact-details-wrapper ul.details li:nth-child(2) {
    margin: 0 25px;
  }
}
@media screen and (max-width: 550px) {
  .contact-page-wrapper .contact-details-wrapper {
    background-size: 85% 30% ;
  }
  .contact-page-wrapper .contact-details-wrapper ul.details {
    display: block;
    text-align: center;
  }
  .contact-page-wrapper .contact-details-wrapper ul.details li {
    display: block;
    padding-bottom: 45px;
  }
  .contact-page-wrapper .contact-details-wrapper ul.details li img.icon {
    margin: 0 auto;
    padding: 42px 0 33px;
  }
  .contact-page-wrapper .contact-details-wrapper ul.details li:last-child {
    padding-bottom: 0;
  }
}
/*=================================================
				3.0 -- Footers
 ==================================================*/
/*  3.1 - General Styles*/
footer .pre-footer {
  padding: 82px 0 72px;
}
@media screen and (max-width: 767px) {
  footer .pre-footer {
    padding: 50px 0 40px;
  }
}
footer .pre-footer h2.title {
  font-family: 'Lobster';
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  footer .pre-footer h2.title {
    padding-bottom: 30px;
  }
}
footer .pre-footer .about {
  height: 100%;
}
footer .pre-footer .about p {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
footer .pre-footer .tags {
  overflow: auto;
  height: 100%;
}
footer .pre-footer .tags ul {
  margin-top: -20px;
}
footer .pre-footer .tags ul li {
  display: block;
  float: left;
  margin: 20px 11px 0 0;
}
footer .pre-footer .tags ul li a {
  font-family: 'Roboto';
  font-weight: 400;
  display: block;
  font-size: 14px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  height: 33px;
  padding: 0 11px;
  line-height: 32px;
}
footer .pre-footer .quick-menu {
  overflow: auto;
  height: 100%;
}
footer .pre-footer .quick-menu ul {
  margin-top: -20px;
  display: block;
  width: 100%;
}
footer .pre-footer .quick-menu ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-family: 'Roboto';
  font-weight: 400;
}
footer .pre-footer .quick-menu ul li a i {
  float: right;
  visibility: hidden;
}
footer .pre-footer .quick-menu ul li a:hover i {
  visibility: visible;
}
footer .pre-footer .recent-posts-outer .recent-posts-inner {
  margin-top: -15px;
  height: 100%;
}
footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post {
  overflow: auto;
  padding: 15px 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post {
    padding-bottom: 5px;
  }
}
footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post.last {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post img {
  width: 70px;
  height: 70px;
  float: left;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-right: 17px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post img {
    float: none;
    margin: 0 auto;
  }
}
footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post .info-block {
  display: block;
  overflow: auto;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post .info-block a {
    margin-bottom: 0;
  }
}
footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post .info-block h5,
footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post .info-block h6 {
  display: block;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post .info-block h6 span.line {
  margin-top: 10px;
  float: right;
  margin-left: -72px;
  width: 15px;
  height: 1px;
}
footer .pre-footer .recent-posts-outer .recent-posts-inner .recent-post:hover .info-block h5 {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .pre-footer .about,
  footer .pre-footer .tags,
  footer .pre-footer .quick-menu,
  footer .pre-footer .recent-posts {
    padding-bottom: 50px;
    width: 100%;
  }
}
/*  3.2 - Footer 1*/
footer.footer-1 .pre-footer {
  display: block;
  background: #ffffff;
  position: relative;
}
footer.footer-1 .pre-footer #to-top {
  position: absolute;
  top: -30px;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: #ffa800;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  footer.footer-1 .pre-footer #to-top {
    top: -35px;
  }
}
footer.footer-1 .pre-footer #to-top i {
  font-size: 20px;
}
footer.footer-1 .pre-footer #to-top::after {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
footer.footer-1 .pre-footer #to-top::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -14px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
}
footer.footer-1 .pre-footer #to-top:hover::after,
footer.footer-1 .pre-footer #to-top:hover::before {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}
footer.footer-1 .pre-footer h2.title {
  color: #333;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-1 .pre-footer .ft:nth-child(2) {
    margin-bottom: 50px;
  }
  footer.footer-1 .pre-footer .ft:nth-child(3) {
    margin-top: 50px;
  }
  footer.footer-1 .pre-footer .ft:nth-child(4) {
    margin-top: 50px;
  }
}
footer.footer-1 .pre-footer .ft .about p {
  color: #333;
  margin-top: 10px;
}
footer.footer-1 .pre-footer .ft .tags ul li a {
  color: #333;
  border: 1px solid #333;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
footer.footer-1 .pre-footer .ft .tags ul li a:hover {
  color: #ffa800;
  border: 1px solid #ffa800;
  background: #ffffff;
}
footer.footer-1 .pre-footer .ft .quick-menu ul li {
  border-bottom: 1px dashed #a8a8a8;
}
footer.footer-1 .pre-footer .ft .quick-menu ul li a {
  color: #333;
}
footer.footer-1 .pre-footer .ft .quick-menu ul li:hover a {
  color: #ffa800;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
footer.footer-1 .pre-footer .ft .quick-menu ul li:hover a i {
  color: #ffa800;
}
footer.footer-1 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img {
  width: 70px;
  float: left;
  height: 70px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
footer.footer-1 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(0, 0) rotateZ(0deg);
  -webkit-transform: scale(0, 0) rotateZ(0deg);
  -moz-transform: scale(0, 0) rotateZ(0deg);
  -o-transform: scale(0, 0) rotateZ(0deg);
  background-color: #ffa800;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
footer.footer-1 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img a:after {
  content: "\f064";
  font-family: "fontawesome";
  font-size: 20px;
  position: absolute;
  color: #ffffff;
  filter: alpha(opacity=0);
  top: 40%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer.footer-1 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img:hover a:before {
  transform: scale(1, 1) rotateZ(180deg);
  -webkit-transform: scale(1, 1) rotateZ(180deg);
  -moz-transform: scale(1, 1) rotateZ(180deg);
  -o-transform: scale(1, 1) rotateZ(180deg);
  filter: alpha(opacity=100);
}
footer.footer-1 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img:hover a:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
footer.footer-1 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .info-block h5 {
  color: #333;
}
footer.footer-1 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .info-block h5:hover {
  color: #ffa800;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
footer.footer-1 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .info-block h6 {
  color: #a8a8a8;
}
footer.footer-1 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .info-block h6 span.line {
  left: -80px;
  width: 10px;
  background: #a8a8a8;
}
footer.footer-1 .footer {
  padding: 30px 0;
  background: #f7f7f7;
  text-align: center;
}
footer.footer-1 .footer ul {
  display: block;
  text-align: center;
}
footer.footer-1 .footer ul li {
  display: inline-block;
  margin: 10px 0;
}
footer.footer-1 .footer ul li a {
  padding: 20px;
  font-size: 14px;
  color: #c7c7c7;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
footer.footer-1 .footer ul li a:hover {
  color: #ffa800;
}
footer.footer-1 .footer h5.copyright {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
}
footer.footer-1 .footer h5.copyright a {
  color: #ffa800;
}
/* 3.3 - Footer 2*/
footer.footer-2 .pre-footer {
  display: block;
  background: #636fe1;
  position: relative;
}
footer.footer-2 .pre-footer #to-top {
  position: absolute;
  top: -30px;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: #ffa800;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  footer.footer-2 .pre-footer #to-top {
    top: -35px;
  }
}
footer.footer-2 .pre-footer #to-top i {
  font-size: 20px;
}
footer.footer-2 .pre-footer #to-top::after {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
footer.footer-2 .pre-footer #to-top::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: -14px;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.6s ease-out;
          transition: all 0.6s ease-out;
}
footer.footer-2 .pre-footer #to-top:hover::after,
footer.footer-2 .pre-footer #to-top:hover::before {
  border-top: 1px solid rgba(51, 51, 51, 0.15);
}
footer.footer-2 .pre-footer h2.title {
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-2 .pre-footer .ft:nth-child(2) {
    margin-bottom: 50px;
  }
  footer.footer-2 .pre-footer .ft:nth-child(3) {
    margin-top: 50px;
  }
  footer.footer-2 .pre-footer .ft:nth-child(4) {
    margin-top: 50px;
  }
}
footer.footer-2 .pre-footer .ft .about p {
  color: #ffffff;
  margin-top: 10px;
}
footer.footer-2 .pre-footer .ft .tags ul li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: background 0.8s ease;
          transition: background 0.8s ease;
}
footer.footer-2 .pre-footer .ft .tags ul li a:hover {
  color: #ffffff;
  border: 1px solid transparent;
  background: #ffa800;
}
footer.footer-2 .pre-footer .ft .quick-menu ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
footer.footer-2 .pre-footer .ft .quick-menu ul li a {
  color: #ffffff;
}
footer.footer-2 .pre-footer .ft .quick-menu ul li:hover {
  border-bottom: 1px solid #ffffff;
}
footer.footer-2 .pre-footer .ft .quick-menu ul li:hover a {
  color: #ffa800;
  transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
}
footer.footer-2 .pre-footer .ft .quick-menu ul li:hover a i {
  color: #ffffff;
}
footer.footer-2 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img {
  width: 70px;
  float: left;
  height: 70px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
footer.footer-2 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(0, 0) rotateZ(0deg);
  -webkit-transform: scale(0, 0) rotateZ(0deg);
  -moz-transform: scale(0, 0) rotateZ(0deg);
  -o-transform: scale(0, 0) rotateZ(0deg);
  background-color: #ffa800;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
footer.footer-2 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img a:after {
  content: "\f064";
  font-family: "fontawesome";
  font-size: 20px;
  position: absolute;
  color: #ffffff;
  filter: alpha(opacity=0);
  top: 40%;
  left: 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer.footer-2 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img:hover a:before {
  transform: scale(1, 1) rotateZ(180deg);
  -webkit-transform: scale(1, 1) rotateZ(180deg);
  -moz-transform: scale(1, 1) rotateZ(180deg);
  -o-transform: scale(1, 1) rotateZ(180deg);
  filter: alpha(opacity=100);
}
footer.footer-2 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .img:hover a:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
footer.footer-2 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .info-block h5 {
  color: #ffffff;
}
footer.footer-2 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .info-block h5:hover {
  color: #ffa800;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
footer.footer-2 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .info-block h6 {
  color: rgba(255, 255, 255, 0.3);
}
footer.footer-2 .pre-footer .ft .recent-posts-outer .recent-posts-inner .recent-post .info-block h6 span.line {
  left: -80px;
  width: 10px;
  background: rgba(255, 255, 255, 0.25);
}
footer.footer-2 .footer {
  padding: 30px 0;
  background: #f7f7f7;
  text-align: center;
}
footer.footer-2 .footer ul {
  display: block;
  text-align: center;
}
footer.footer-2 .footer ul li {
  display: inline-block;
  margin: 10px 0;
}
footer.footer-2 .footer ul li a {
  padding: 20px;
  font-size: 14px;
  color: #c7c7c7;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
footer.footer-2 .footer ul li a:hover {
  color: #ffa800;
}
footer.footer-2 .footer h5.copyright {
  font-family: 'Roboto';
  font-weight: 400;
  color: #333333;
}
footer.footer-2 .footer h5.copyright a {
  color: #ffa800;
}
