﻿body {
  font-family: 'Muli', sans-serif;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #000!important;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.form-group .help-block {
  color: red;
}
.roof-menu ul li.active a:hover {
  opacity: 0.8;
}
.roof-menu ul li a:hover {
  opacity: 0.8;
}
.section-padding {
  padding: 110px 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50pxs;
}
h1,
h3,
h4 {
  font-weight: 400;
}
h2{
     font-weight: 600;
}
p {
  font-size: 16px;
  font-weight: 300;
}
a {
  
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #a22f30;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
.ordinary-row {
  padding: 80px 0 90px;
}
.section-title + .row {
  padding: 40px 0 90px;
}
.btn,
button {
  padding: 7px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn:hover,
button:hover {
  color: #fff;
}
.section {
  padding: 150px 0;
}
.section-1 {
  padding: 0;
}
.container-fluid{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.input-group-btn button {
  padding: 11px 20px;
}
.btn-common {
  color: #fff;
  background: #ff5959;
  position: relative;
  border: transparent;
  z-index: 1;
}

.btn-common:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  z-index: -1;
  
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-radius:before {
  border-radius: 5px 0px 0px 5px; 
}
.btn-round {
  border-radius: 1.5em;
}
.btn-outline {
 
  border-width: 2px;
}
.btn-outline:hover {
  color: #fff;
  border: 2px solid transparent;
  
}
.btn-common:hover:before {
  width: 100%;
}
.btn-border {
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #fff;
  color: #fff;
}
.btn-border:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #ffffff;
  color: #fff;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-xs {
  font-size: 11px;
  padding: 10px 12px;
}
.btn-sm {
  padding: 12px 15px;
}
.btn-md {
  font-size: 15px;
  padding: 12px 25px;
}
.btn-radius {
  border-radius: 5px;
}

.input-group .form-control {
  border-radius: 30px 0 0 30px;
}
.form-group label {
  margin-bottom: 24px;
}
.form-group .radius-input {
  border-radius: 30px;
  height: 45px;
}
.form-group .flat-input {
  border-radius: 0;
}
.form-group .form-control {
  background: #ffffff;
  padding-right: 30px;
  color: #666;
  position: relative;
  box-shadow: none;
}
.form-group .form-control:focus {
  
}
.form-group .help-block {
  font-weight: 700;
}
.label {
  font-weight: normal;
  margin: 0 2px;
}
.social-links {
  display: inline-block;
}
.social-links a {
  display: inline-block;
  margin: 0 0 0 5px;
}
.social-links a i {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border-radius: 100%;
  line-height: 32px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-links a i:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-links a .fa-twitter:hover {
  color: #00aced;
}
.social-links a .fa-facebook:hover {
  color: #3b5998;
}
.social-links a .fa-google-plus:hover {
  color: #dd4b39;
}
.social-links a .fa-youtube-play:hover {
  color: #bb0000;
}
.social-links a .fa-linkedin:hover {
  color: #007bb6;
}
li.search {
  position: inherit;
  padding-right: 10px;
}
li.search .open-search {
  margin-right: 0 !important;
}
li.search .open-search i {
  font-size: 13px;
}
.navbar-engage .navbar-nav > li.search > a:before {
  display: none;
}
.bg-white {
  background-color: #fff !important;
}
#navbar {
  top: 8.5%;
  overflow: hidden;
  background-color: #8cb395;
}
.full-search {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #333;
  padding: 15px 0;
  z-index: 999;
}
.full-search input[type="text"] {
  outline: medium none;
  display: inline-block;
  width: 97%;
  background: transparent;
  color: #fff;
  font-size: 28px;
  padding: 4px 16px 8px;
  line-height: 39px;
  border-radius: 3px;
  height: auto;
  border: 1px solid #444;
}
.section-title {
  position: relative;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
}
.section-subcontent {
  position: relative;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5rem;
  text-align: center;
  padding-bottom: 30px;
}
.small-title {
  font-size: 22px;
  position: relative;
  text-align: left;
}
.fw_al_003_slide {
  left: 0;
  top: 20%;
  right: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  background-color:#01490a4d;
}
.fw_al_003_slide > h1 {
  padding: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#fw_al_003 {
  overflow: hidden;
  max-height: 1000px;
  position: relative;
  background: #fff000;
}

#fw_al_003 > .carousel-inner > .carousel-item > img, #fw_al_003 > .carousel-inner > .carousel-item > a > img
{
    opacity: 1 !important;
    margin: auto;
    width: 100% !important;
}
/* ScrollToTop */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
  display: block;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  background-color:#425f81!important;
}

.page-header .page-header-inner {
  color: #fff;
  height: 100%;
  padding: 40px 0;
  position: absolute;
  width: 100%;
}
.page-header .page-header-inner:before {
  background: rgba(231, 76, 60, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}
.page-header .page-title {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 10px !important;
  padding: 15px 0;
  text-align: left;
}
.page-header .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 9;
}
.page-header .breadcrumb li {
  line-height: 25px;
}
.page-header .section-title:before {
  width: 40px;
}
.switcher-box {
  position: fixed;
  width: 140px;
  top: 20%;
  left: -140px;
  z-index: 9999;
  background: #fff;
  border: 1px solid #F3F3F3;
  padding: 15px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -0-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.switcher-box h4 {
  color: #292929;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  margin-top: 0px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.switcher-box .colors-list {
  margin: 0px 0px 0px -4px;
}
.switcher-box .colors-list li {
  display: inline-block;
  font-size: 0px;
  list-style: none;
  margin: 0px 4px;
}
.switcher-box .colors-list li a {
  width: 25px;
  cursor: pointer;
  height: 25px;
  display: block;
}
.switcher-box .colors-list li a.default {
  background-color: #425f81 ;
}
.switcher-box .colors-list li a.red {
  background-color: #c74041;
}
.switcher-box .colors-list li a.lightblue {
  background-color: #00D3F9;
}
.switcher-box .colors-list li a.gray {
  background-color: #9BB5AC;
}
.switcher-box .colors-list li a.coffee {
  background-color: #998675;
}
.switcher-box .colors-list li a.green {
  background-color: #425f81 ;
}
.switcher-box .colors-list li a.orange {
  background-color: #F60;
}
.switcher-box .colors-list li a.wisteria {
  background-color: #9b59b6;
}
.switcher-box .colors-list li a.mblue {
  background-color: #34495e;
}
.switcher-box .colors-list li a.greensea {
  background-color: #1abc9c;
}
.switcher-box .open-switcher {
  position: absolute;
  right: -50px;
  top: -1px;
  width: 50px;
  border-radius: 0px;
  border: 0px none;
  padding: 0px;
  height: 50px;
  background: #DDD;
}
.switcher-box .open-switcher i {
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-size: 25px;
  color: #292929;
  display: block;
}
.switcher-massage {
  font-size: 12px;
  line-height: 15px;
  color: 808080;
  margin: 10px 0px 0px;
}
#loader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}
.square-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}
.square-spin img {
  max-width: 64px;
}
.big-title {
  font-family: 'Muli', sans-serif;
  font-size: 60px;
  color: #fff !important;
  text-transform: uppercase;
}
.medium-title {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
.mr {
  margin-right: 10px;
}

.navbar-expand-sm .navbar-nav .nav-link{
  padding-right: 1.0rem !important;
  padding-left: 1.0rem !important;
}
.top_navbar > .navbar{
background-color: #24273e;
    padding: 15px;
}

.top_navbar .dropdown .lang_flag{
  margin: 0 10px;
}

.navbar li {
  color: #fff;
  font-weight: 600;
}

.navbar-expand-md .navbar-nav .nav-link{
  padding-right: 1.5rem !important;
}
.navbar-engage.affix {
  width: 100%;
  top: 0;
  z-index: 99999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.navbar-engage.affix .navbar-brand {
  padding: 10px 15px;
  height: 54px;
}
.navbar-engage.affix .navbar-brand img {
  width: 100px;
}
.navbar-engage.affix .navbar-nav > li > a,
.navbar-engage.affix .navbar-nav > li > a:focus {
  margin: 10px 20px;
}
.navbar-engage {
  border: none;
  border-radius: 0;
  background: #fff;
}
.navbar-engage .navbar-nav > li > a,
.navbar-engage .navbar-nav > li > a:focus {
  font-size: 14px;
  padding: 28px 20px;
  margin: 0px;
  outline: 0;
  color: #666;
  font-weight: 400;
  background: transparent;
}
.navbar-engage .navbar-nav > li > a {
  background: transparent;
  padding-bottom: 5px;
  color: #666;
  position: relative;
}
.navbar-engage .navbar-nav > li > a:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 1px;
  position: absolute;
  left: 1px;
  bottom: 4px;
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.navbar-engage .navbar-nav > li a:hover::before,
.navbar-engage .navbar-nav > li.active a::before,
.navbar-engage .navbar-nav > li.open > a::before,
.navbar-engage .navbar-nav > .active > a:focus::before {
  width: 15px;
}
.navbar-engage .navbar-nav > li a:focus > a::before {
  background: transparent;
}
.navbar-engage .navbar-nav > li.open a:focus {
  background: transparent!important;
}
.navbar-engage .navbar-nav > li > a:hover,
.navbar-engage .navbar-nav > .active > a,
.navbar-engage .navbar-nav > li.open > a,
.navbar-engage .navbar-nav > .active > a:hover,
.navbar-engage .navbar-nav > .active > a:focus,
.navbar-engage .navbar-nav > .open > a:hover {
  background: transparent;
}
.dropdown-menu {
  
  -webkit-animation: fadeInUpMenu 0.4s;
  -moz-animation: fadeInUpMenu 0.4s;
  -ms-animation: fadeInUpMenu 0.4s;
  -o-animation: fadeInUpMenu 0.4s;
  animation: fadeInUpMenu 0.4s;
}
@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}
.navbar-engage .dropdown-menu {
  padding: 0;
  border-style: solid;
  border-width: 4px 0 0 0;
  border-radius: 0;
  left: 0;
  right: 0;
}
.navbar-engage .dropdown-menu a.dropdown-item {
  color: #666;
  padding: 10px 0 10px 15px;
  margin: 5px 0;
}
.navbar-engage .dropdown-menu a.dropdown-item:hover,
.navbar-engage .dropdown-menu a.dropdown-item .active {
  background: #ecf0f1;
}
.navbar-engage .dropdown-menu a {
  background: #ecf0f1;
}
.navbar-engage .dropdown-item {
  color: #666;
  padding: 10px 0 10px 15px;
  margin: 5px 0;
}
.navbar-engage .sub-menu {
  top: -1px;
  left: 100% !important;
  padding: 0;
  border: none;
  -webkit-animation: fadeInUpMenu 0.4s;
  -moz-animation: fadeInUpMenu 0.4s;
  -ms-animation: fadeInUpMenu 0.4s;
  -o-animation: fadeInUpMenu 0.4s;
  animation: fadeInUpMenu 0.4s;
}
.navbar-engage .navbar-toggle {
  border-radius: 0;
}

@-webkit-keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpMenu {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}
}
.nav-inline .nav-item + .nav-item {
  margin-left: 0px;

}


#main-menu ul > li > a {
  background: transparent!important;
  color: #333;
  position: relative;
  padding: 28px 15px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
#main-menu ul > .dropdown:hover > ul.dropdown-menu {
  display: block;
  webkit-animation: MenuFadeIn 400ms;
  animation: MenuFadeIn 400ms;
  transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  left: 0;
  right: 0;
  margin-top: 0px;
  width: 220px;
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#main-menu ul .dropdown .dropdown-menu a {
  font-size: 13px;
  color: #666;
  display: block;
  height: auto;
  padding: 12px 20px 13px;
  line-height: 16px;
  font-weight: 400;
  border-top: 1px solid #e2e6e7;
  transition: all 0.3s ease-in-out 0s;
}
#main-menu ul .dropdown .dropdown-menu a:hover,
#main-menu .dropdown .dropdown-menu a .active {
  background: transparent;
 
  transition: all 0.3s ease-in-out 0s;

}
#main-menu ul .dropdown .dropdown-menu > li > a:focus {
  background: transparent;
}
#main-menu ul .dropdown .dropdown-menu > li.active > a {
  background: transparent;
}
#main-menu ul .dropdown .open > a {
  background: transparent;
}
#main-menu ul .dropdown .open > a:hover,
#main-menu .dropdown .open > a:focus,
#main-menu .dropdown .open > a.active {
  background: transparent;
}
#main-menu ul .dropdown .sub-menu {
  top: -2px;
  left: 100% !important;
  padding: 0;
  border: none;
  -webkit-animation: MenuFadeIn 0.4s;
  -moz-animation: MenuFadeIn 0.4s;
  -ms-animation: MenuFadeIn 0.4s;
  -o-animation: MenuFadeIn 0.4s;
  animation: MenuFadeIn 0.4s;
}
@-webkit-keyframes MenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes MenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#main-menu ul .dropdown-toggle::after {
  display: none;
}
.active.slicknav_collapsed,
.slicknav_parent.slicknav_open {
  background: #eee;
}
.wpb-mobile-menu {
  display: none;
}
ul li > ul {
  padding: 0;
  border-style: solid;
  border-width: 4px 0 0 0;
  border-radius: 0;
  left: 0;
  right: 0;
  border-color: transparent;
}
ul li > ul > li > a {
  color: #666;
  padding: 10px 0 10px 15px;
  margin: 5px 0;
}
ul li > ul > li > a:hover,
ul li > ul > li > a .active {
  background: #ecf0f1;
}
ul li > ul > li.active > a {
  background: #ecf0f1;
}
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  /* #menu is the original menu */
  #wpb-mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
}
/* SlickMenu responsive */
@media screen and (max-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.top_search .top_search_con {
  background: #fff;
  border: 1px solid #E4E4E4 !important;
  height: 38px;
  border-radius: 50px;
  position: relative;
  width: 100%;
}
.top_search .top_search_con input[type="text"],
.top_search .top_search_con input:focus {
  background: none !important;
  border: medium none;
  height: 100%;
  width: 100%;
  padding: 1px 20px 0 40px;
  color: #818B8D;
  font-size: 12px;
  outline: none;
}
.top_search .top_search_icon {
  
  font-size: 14px;
  left: 15px;
  position: absolute;
  top: 7px;
}
.top_search .top_search_submit {
  border: medium none;
  padding: 0;
  position: absolute;
  width: 20px;
  left: 12px;
  opacity: 0;
  top: 9px;
}


.carousel-control-prev span, .carousel-control-next span{
  background: #222;
  border-radius: 50%;
  padding: 5px;
}

.carousel-control-next, .carousel-control-prev{
  top: 37%;
}


/* ==========================================================================
   Service Section Start
   ========================================================================== */
.service-item {
  text-align: center;
}
.service-item .icon-wrapper {
  font-size: 40px;
  margin-bottom: 30px;
}
.service-item .icon-wrapper i {
  display: block;
  margin: 0 auto;
  
}
.service-item h2 {
  font-size: 22px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.service-item p {
  font-size: 13px;
}
/* Pulse Shrink */
@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.pulse-shrink {
  display: inline-block;
}
.service-item:hover .pulse-shrink {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* ==========================================================================
   About Us Section Start
   ========================================================================== */
.company-section .content-column{
  position: relative;
  margin-bottom: 30px;
}

.company-section .content-column .sec-title-two{
      margin-bottom: 18px;
}

.sec-title-two h2{
  position: relative;
    font-size: 30px;
    color: #222;
    font-weight: 600;
    line-height: 1.2em;
    display: inline-block;
}


.sec-title-two .text{
  position: relative;
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.5em;
    color:#fff;
}

.company-section .content-column .inner-column .content-text{
  position: relative;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 30px;
    color:#000;
}

.company-section .content-column .counted-box{
  position: relative;
    padding: 30px 32px 30px;
    background-color: #8cb395;
}
.bg-light{
    background-color:#8cb395 !important;
}
.fact-counter{
  position: relative;
}

.fact-counter.style-two .column{
  margin-bottom: 0px;
}

.company-section .image-column{
  position: relative;
}

.fact-counter.style-two .column .inner{
  text-align: left;
    border-right: 1px solid rgba(255,255,255,0.20);
}

.fact-counter.style-two .column .inner1{
  text-align: left;
}

.fact-counter .column .inner{
  position: relative;
    top: 0;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.fact-counter.style-two .count-outer{
      margin-bottom: 0px;
    font-size: 50px;
    font-weight: 200;
    color: #fff;
}

.fact-counter .count-outer{
  position: relative;
    font-size: 41px;
    line-height: 1em;
    font-weight: 600;
    color: #ffffff;
    margin: 0px 0px 15px;
    font-family: 'Poppins', sans-serif;
}

.fact-counter.style-two .count-outer .count-text{
  margin-bottom: 5px;
    font-size: 58px;
    font-weight: 200;
    color: rgba(255,255,255,0.80);
}

.fact-counter.style-two .column .counter-title{
  font-weight: 200;
    font-size: 17px;
    color: #fff;
}
.company-section .image-column .image{
  position: relative;
}

.company-section .image-column .image img{
  position: relative;
    width: 100%;
    display: block;
}
   
.split {
  background-color: #8cb395 !important;
}

.split h2.title {
  font-size: 28px;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
  color: #212121;
}

.split h6.sub-title{
	color: #212121;
	font-size: 1.5rem;
	font-weight: 500;
}

.split .lead {
  font-size: 14px;
}
.split .details-list {
  margin-top: 36px;
}
.split .details-list h3 {
  font-size: 16px;
   font-weight: 300;
}
/* ==========================================================================
   Service Section Start
   ========================================================================== */
.rs-services-3 .common{
	background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    transition: .20s;
    text-align: center;
    height:90%;
}
.rs-services-3 .common:hover{
	background: #425f81 ;
  color: #fff;
}

.rs-services-3 .common:hover .icon{
	color: #fff;
}

.rs-services-3 .common .icon{
	font-size: 28px;
  text-align: center;
	color: #425f81 ;
  margin-bottom: 20px;
}

.rs-services-3 .common .text h4:hover{
  color: #fff !important;
}
.rs-services-3 .common:hover h4, .rs-services-3 .common:hover p{
	color: #fff;
}

.rs-services-3 .common .text h4{
	margin: 0 auto;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 20px;
}

.readon:hover, .readon:focus{
	background: #fff;
    color: #425f81;
    border: 2px solid #425f81;
}
span .content-text{
    color:#8cb395;
    font-size:20px;
}

#service .content-text{
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 30px;
}

#service .text a{
    color: #8cb395;
    font-weight: 600;
    line-height: 1.2em;
}

#service .text p{
    font-size: 16px;
    line-height: 1.7em;
    color:#7b7878;
}
.section-button .readon:hover, .section-button .readon:focus{
  background: #fff;
    color: #222;
    border: 2px solid #425f81;
}

.readon {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    line-height: normal;
    background: #425f81 ;
    color: #fff;
    border: 2px solid #425f81;
    transition: all 0.3s ease 0s;
    border-radius: 30px 30px 30px 30px;
}
.section-button .readon {
    position: relative;
    display: inline-block;
    padding: 7px 28px;
    line-height: normal;
    background: #425f81 ;
    color: #fff;
    border: 2px solid #425f81;
    transition: all 0.3s ease 0s;
    border-radius: 30px 30px 30px 30px;
}
.rs-services-3 .service-title h4{
	line-height: 44px;
  font-size: 30px;
}

.mpb-40{
	margin: 28px;
}

/* ==========================================================================
   Why Choose Us Section Start
   ========================================================================== */
.why-choose-us .content-column, .why-choose-us .content-column .inner-column{
  position: relative;
}

.why-choose-us ul{
  padding-inline-start: 0px;
}
.video-section-area {
    position: relative;
}

.why-choose-us .video-section-area .image-here {
    position: relative;
}

.why-choose-us .style-three .content-column h2{
  color: #242424;
}

.why-choose-us .content-column h2{
position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
    color:#fff;
}

.why-choose-us .content-column .text{
position: relative;
    font-size: 16px;
    margin-bottom: 25px;
    color:#fff;
}

.why-choose-us ul li i{
  color: #425f81;
}

.list-style-three li{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 12px;
    list-style: none;
    color:#fff;
}

.why-choose-us .services-responsibiity .sec-title h3{
	margin-bottom: 15px;
}

.why-choose-us .services-responsibiity .sec-title{
	margin-bottom: 20px;
	margin-top: 20px;
}

.sec-title h3{
	color: #212121;
    margin: 0 0 26px;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
}

.why-choose-us .services-responsibiity .sec-title p{
	margin: 0;
}

.why-choose-us .services-responsibiity .services-item{
	z-index: 10;
    overflow: hidden;
    width: 100%;
}

.why-choose-us .services-responsibiity .services-item .service-mid-icon{
	width: 50px;
    height: 50px;
    float: left;
    margin-bottom: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 1px solid #425f81 ;
    margin-right: 15px;
}

.why-choose-us .services-responsibiity .service-item .service-mid-icon a{
    color: #425f81 ;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

.why-choose-us .services-responsibiity .services-item .services-desc{
	overflow: hidden;
}

.why-choose-us .services-responsibiity .services-item .services-desc .services-title{
	font-size: 20px;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: 600;
}

.why-choose-us .services-responsibiity .services-item .services-desc .services-title a{
	color: #666 ;
}

.why-choose-us .services-responsibiity .services-item .services-desc p{
	margin-bottom: 20px;
}

.why-choose-us .services-responsibiity .services-item i{
	font-size: 20px;
}

.why-choose-us .services-responsibiity .services-item:hover .service-mid-icon{
	background: #425f81 ;
	color: #fff;
}

.why-choose-us .services-responsibiity .services-item:hover .service-mid-icon a{
	color: #fff;
}

/* ==========================================================================
   Featured Section Start
   ========================================================================== */
.featured-box {
  margin-bottom: 30px;
  padding: 30px 30px 15px;
  box-shadow: 0px 0px 1px 1px rgb(217, 217, 255);
  height: 90%;
}
.featured-box:hover{
	background: #425f81 ;
	color: #fff;
}

.featured-box:hover .featured-icon i{
	color: #fff;
}

.featured-box .featured-icon {
  float: left;
  margin-top: 5px;
}
.featured-box .featured-icon i {
  font-size: 28px;
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-bottom: 85px;
  display: block;
  color: #666;
}

.featured-box .featured-content {
  padding-left: 53px;
}
.featured-box .featured-content h4 {
  font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
}
.featured-box .featured-content p {
      font-size: 16px;
    line-height: 1.7em;
}
#portfolio {
  background: #F6F6F6;
}
#portfolio .mix {
  padding: 0;
}
#portfolio-list .mix {
  display: none;
}
.controls {
  text-align: center;
  padding: 20px;
}
#portfolio-list {
  margin-top: 15px;
  display: inline-block;
}
.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-img img {
  width: 100%;
}
.portfoli-content {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfoli-content:before {
  background-color: rgba(255, 255, 255, 0.8);
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  content: '';
  position: absolute;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sup-desc-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.sup-desc-wrap .sup-desc-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 35px;
}
.sup-desc-wrap .sup-link {
  margin-bottom: 20px;
}
.sup-desc-wrap .sup-link .left-link,
.sup-desc-wrap .sup-link .right-link {
  font-size: 14px;
  line-height: normal;
  outline: none;
  
  border-radius: 50%;
  color: #fff;
  
  width: 42px;
  height: 42px;
  opacity: 0;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  margin-right: 5px;
}
.sup-desc-wrap .sup-link .left-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sup-desc-wrap .sup-link .right-link {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sup-desc-wrap .sup-link a:hover {
  background: transparent;
  
}
.sup-desc-wrap .sup-meta-wrap .sup-title {
  display: block;
  outline: none;
  margin-bottom: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 300;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
  font-size: 13px;
  line-height: 18px;
  color: #666;
  text-align: center;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-item:hover .portfoli-content,
.portfolio-item:hover .portfoli-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-item:hover .sup-title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-item:hover .sup-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio-item:hover .sup-link .right-link,
.portfolio-item:hover .sup-link .left-link {
  opacity: 1;
  webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.loadmore-button {
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  color: #fff;
}

#other-services .nav-tabs {
  border-bottom: none;
  float: left;
  display: block;
}
#other-services .nav-tabs li {
  float: none;
}
#other-services .nav-tabs li a {
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
#other-services .nav-tabs li a i {
  background: #81868e;
  font-size: 20px;
  text-align: center;
  color: #fff;
  float: left;
  width: 50px;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  margin: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#other-services .nav-tabs li a:hover i,
#other-services .nav-tabs li a:focus,
#other-services .nav-tabs li a.active i {
  
}
#other-services .tab-content {
  margin: 10px 0px 0px 80px;
}
#other-services .service-content h3 {
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 600;
}
#other-services .service-content p.lead {
  position: relative;
    font-size: 16px;
    margin-bottom: 25px;
}
#other-services .service-content p {
  position: relative;
    font-size: 16px;
    margin-bottom: 25px;
}
#other-services .other-service-item {
  padding-bottom: 30px;
}
#other-services .other-service-item .icon {
  float: left;
}
#other-services .other-service-item .icon .icon-medium {
  background: #E74C3C;
  font-size: 24px;
  text-align: center;
  color: #fff;
  float: left;
  width: 70px;
  border-radius: 50%;
  height: 70px;
  line-height: 70px;
  margin: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#other-services .other-service-item .service-content {
  padding-left: 100px;
}
#other-services .other-service-item .service-content h3 {
  
  font-size: 24px;
  clear: inherit;
}
#other-services .other-service-item .service-content p {
  padding: 0px 36px 0px 0px;
}
#other-services .other-service-item:hover .icon-medium {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  background: #666;
}
#other-services img {
  max-width: 100%;
  padding: 22px;
}
.skill p {
  margin-bottom: 10px;
  font-weight: 600;
}
.progress-title{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 30px;
}
.progress{
    height: 17px;
    background: rgba(0,0,0,0.1);
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: visible;
    position: relative;
}
.progress .progress-bar{
    border-radius: 15px;
    box-shadow: none;
    position: relative;
    animation: animate-positive 2s;
}
.progress .progress-icon{
    line-height: 40px;
    font-size:40px;
    font-weight: 600;
    color: #fff ;
    position: absolute;
    top: -17px;
    right: -5px;
}

.progress .progress-value{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    background: #fff;
    border: 7px solid #425f81 ;
    font-size:15px;
    font-weight: 600;
    color: #425f81 ;
    position: absolute;
    top: -17px;
    right: -5px;
}

.progress .progress-icon{
    right: auto;
    left: -20px;
}

.progress.green .progress-icon,
.progress.green .progress-value{
    border: 7px solid #08a061;
    color: #08a061;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive{
    0%{ width: 0; }
}
.progress-icon:before{
	margin-left: 10px !important;
}

.progress-value span{
	margin-left: 5px !important;
}

#cool-facts {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#cool-facts .section-title {
  color: #fff;
}
#cool-facts .section-subcontent {
  color: #fff;
}
#cool-facts .facts-item {
  text-align: center;
  padding-bottom: 30px;
}
#cool-facts .facts-item i {
  font-size: 45px;
  
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
}
#cool-facts .fact-count h3 {
  color: #fff;
  font-weight: 300;
  font-size: 42px;
}
#cool-facts .fact-count h4 {
  color: #fff;
  font-size: 22px;
}
#notice {
  background: #f6f6f6;
}
#notice .notice-button {
  margin-top: 30px;
}
#notice h4 {
  font-size: 40px;
}
#notice p {
  font-size: 24px;
  color: #999;
  margin-top: 15px;
}
#notice .notice-content {
  padding: 30px;
}
/* unsubscribe */
#unsubscribe {
    background: url('../images/img-2.jpg')#534a46de no-repeat bottom center scroll;
    background-attachment: scroll;
    background-size: auto;
    background-blend-mode: lighten;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    padding-top: 250px; 
    padding-bottom: 250px;
}
.alert-success {
  color: #fff;
  background-color: #8cb395;
  border-color: #fff;
}
h3{
  font-size:40px;
  margin-top:100px;

}
h5{color:#fff;}
/* Shortcode Tabs Page Styles */

#default-tab ul.nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
ul.nav-tabs li {
    float: left;
    margin-top: 0;
}
ul.nav-tabs li a {
  border: medium none !important;
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 10px 15px;
  text-transform: uppercase;
}
#default-tab .nav-tabs > li > a.active , #default-tab .nav-tabs > li a.active:focus, #default-tab .nav-tabs > li a.active:hover {
    border: 0 none;
    position: relative;
}
#default-tab ul.nav-tabs > li a.active::before {
  bottom: -14px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
#round-tab ul.nav-tabs {
  margin-bottom: 10px;
  
}

#round-tab ul li a.active {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    border-bottom: 0 none;
    border-image: none !important;
    margin-bottom: 0;
   
}
#round-tab ul li a {
    margin-bottom: 0;
    padding: 15px !important;
    text-transform: capitalize;
}
#vertical-tab .nav-tabs, #vertical-tab .tab-content {
  display: table-cell;
  vertical-align: top;
}
#vertical-tab .tab-content {
  padding: 0 25px;
}
#vertical-tab .tab-pane p {
  line-height: 28px;
}
#vertical-tab ul.nav-tabs {
  border: 1px solid #b9b9b9 !important;  
  padding-right: 0px;
}

#vertical-tab .nav-tabs li {
  float: none;
  margin: 0;
}

#vertical-tab ul.nav-tabs li a {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 40px;
  white-space: nowrap;
  width: 100%;
  border-radius: 0;
  background: #EEEEEE;
  color: #676767;
  border-bottom: 3px solid #b9b9b9 !important;
}

#vertical-tab ul.nav-tabs li a .fa {
  display: block;
  font-size: 27px;
  margin-bottom: 10px;
  text-align: center;
}
#vertical-tab ul.nav-tabs li a.active > .fa {
  
}
#vertical-tab ul.nav-tabs {
    border: 0 none;
}
#vertical-tab ul.nav-tabs li a.active {
    background: #fff none repeat scroll 0 0;
    color: #202020;
    
}
#tab-with-icon .nav-tabs {
  border-bottom: medium none;
  float: left;
}
#tab-with-icon .nav-tabs li {
  float: none;
}
#tab-with-icon .nav-tabs li a {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  margin: 0;
  padding: 0;
}

#tab-with-icon .nav-tabs li a i {
  background: #81868e none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 25px;
  height: 70px;
  line-height: 70px;
  margin: 10px 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 70px;
}

#tab-with-icon .tab-content {
  margin: 20px 0 0 100px;
}
#tab-with-icon h3 {
  font-size: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#tab-with-icon p.lead {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}
#tab-with-icon .nav-tabs li a:hover i, #tab-with-icon .nav-tabs li a:focus, #tab-with-icon .nav-tabs li a.active i {
  
}

/* Shortcode Buttons */
.outline-buttons-area , .block-button-area , .animated-progress-area {
  background: #FAFAFA;
  padding: 50px 0;
}

.btn .fa {
  padding-right: 5px;
}
.grey-progress-bar .progress-bar {
  background: #e0e0e0 none repeat scroll 0 0;
}
.skill-striped .progress-bar{
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.skill-animated .progress-bar {
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
            animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}

/*Short code icons style*/
i.icon-default {

  font-size: 50px;
  margin-bottom: 30px;
  margin-right: 30px;
  vertical-align: middle;
}
i.icon-round {
  
  border-radius: 100%;
  color: #fff;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 13px;
  margin-right: 13px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
i.icon-round-border {
  
  border-radius: 100%;
  
  font-size: 45px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
i.icon-box {
  
  border-radius: 4px;
  color: #fff;
  font-size: 45px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
i.icon-box-border {
  
  border-radius: 4px;
  
  font-size: 45px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
i.icon-xs {
  font-size: 16px !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-bottom: 7px !important;
  margin-right: 7px !important;
  width: 30px !important;
}
i.icon-sm {
  font-size: 27px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin-bottom: 14px !important;
  margin-right: 14px !important;
  width: 50px !important;
}
i.icon-md {
  font-size: 35px !important;
  height: 75px !important;
  line-height: 75px !important;
  margin-bottom: 14px !important;
  margin-right: 14px !important;
  width: 75px !important;
}

i.icon-lg {
  font-size: 50px !important;
  height: 100px !important;
  line-height: 100px !important;
  margin-bottom: 13px !important;
  margin-right: 13px !important;
  width: 100px !important;
}

#image-carousel .item img {
  height: 200px;
  width: 250px;
}

/* Single portfolio */
.single-portfolio-area .single-portfolio-image img {
  width: 100%;
}
.portfolio-meta ul , .portfolio-controls ul {
  list-style: outside none none;
  padding-left: 0;
}
.portfolio-meta ul li {
  margin: 10px 0;
}
.portfolio-meta ul li span {
  
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  width: 130px;
  text-decoration-style: double;
}

.portfolio-controls ul li a.btn {
    padding: 10px 75px;
}
.portfolio-controls ul li a.btn i.fa {
    font-size: 37px;
}

/* Blog Post Section */
.blog-post-wrapper {
  border: 1px solid #eee;
  margin-bottom: 50px;
}
.blog-post-wrapper .format-video iframe {
  min-height: 350px;
  width: 100%;
}

 
}

/* Roof bar styles */
#roof {
  background: #3B3B3B;
}
.roof-content {
  display: table;
  height: 60px;
  width: 100%
}
.roof-middle {
  display: table-cell;
  vertical-align: middle;
}
.roof-menu{
  margin-right: 15px;
}
.roof-social-icons a i.fa {
  background: #484848 none repeat scroll 0 0;
  border-radius: 50%;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
  color: #fff;
  margin-right: 10px;
}
.roof-social-icons a i.fa:hover {
  
}
.roof-menu ul {
  list-style: none;
}
.roof-menu ul li {
  float: left;
}
.roof-menu ul li a {
  color: #fff;
  font-size: 12px;
  line-height: 35px;
  margin-right: 16px;
  padding: 6px 9px;
  text-transform: uppercase;
}
.roof-menu ul li.active a {
    
    border-radius: 3px;
    margin-right: 0;
}
#default-tab a.nav-link {
  background: none;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  background-color: #eee;
  
}
.nav-link.active {
  
}

.top_navbar .dropdown-menu.show{
  margin-top: 15px;
}

.top_navbar .dropdown .dropdown-item img{
  margin-right: 12px;
}

.navbar-light .navbar-nav .nav-link{
  color: #fff !important;
  font-size: 16px;
  margin-left: 5px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: #fff !important;
}
/*.controls a.active {
  background: rgba(0, 0, 0, 0.47);
}*/
@media only screen and (min-width: 768px) and (max-width: 1400px) { 
  #navbar{
    height: 70px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
  #main-menu ul > li > a {
    font-size: 10px;
    font-weight: 400;
    padding: 28px 8px;
  }
  #main-menu ul .dropdown .dropdown-menu a {
    border-top: 1px solid #e2e6e7;
    color: #666;
    display: block;
    font-size: 10px;
    font-weight: 400;
    height: auto;
    line-height: 16px;
    padding: 9px 19px 7px;
    transition: all 0.3s ease-in-out 0s;
  }
  #carousel-area .carousel-item .carousel-caption h2 {
    font-size: 50px;
  }
  #carousel-area .carousel-item .carousel-caption h3 {
    font-size: 20px;
  }
  #carousel-area img {
    height: 100%;
  }
  .service-item h2 {
    font-size: 15px !important;
  }
  .top_search {
    display: none;
  }  
  
  .section-title {
    font-size: 30px !important;
  }
  #copyright p, #copyright a {
    font-size: 14px !important;
  }
  
  ul.nav-tabs li a {
    font-size: 14px;
  }
  .btn-lg {
    padding: 12px 20px;
  }
  .btn-md {
    padding: 12px 14px;
  }
  .pricing-table h3 {
    font-size: 24px !important;
  }
  .single-pricing-2 .plan-name {
    font-size: 18px;
  }
  .sup-desc-wrap .sup-meta-wrap .sup-description {
    display: none;
  }
  .portfolio-meta ul li span {
    font-size: 10px;
    width: 78px;
  }
  .portfolio-meta ul li {
    font-size: 10px;
  }
  span.published-time {
    font-size: 10px;
  }
  .widget.popular-post h4 {
    font-size: 12px;
  }
  .flickr-widget .plain-flicker-gallery a img {
    width: 31%;
  }
  .widget.tag-cloud a {
    font-size: 8px;
  }

}

@media (max-width: 767px) {
  .nav-inline .nav-item + .nav-item {
    margin-left: 0;
    float: none;
  }
  #main-menu ul .dropdown .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  #main-menu {
    clear: both;
    width: 100%;
  }
  nav.navbar.navbar-light {
    min-height: 73px;
  }
  nav.navbar.navbar-light button.navbar-toggler {
    border-radius: 0 !important;}
  nav .navbar .navbar-light ul .nav-inline .nav-item {
    display: block;
  }
  nav .navbar .navbar-light ul .nav-inline {
    max-height: 350px;
    overflow-x: scroll;
    margin-top: 20px;
  }
  #main-menu ul > li > a {
    font-size: 12px !important;
    padding: 18px 10px;
  }
  .page-header-content h2 {
    text-align: center;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .carousel-item > img {
    height: 100% !important;
  }
  #carousel-area .carousel-item .carousel-caption h2 {
    font-size: 20px;
    font-weight: 600;
  }
  #carousel-area .carousel-item .carousel-caption h3 {
  font-size: 16px;
  }
  .btn-lg {
    font-size: 10px;
    padding: 10px 16px;
    text-transform: uppercase;
  }

  .section-subcontent {
    font-size: 18px;
    line-height: 1.5rem;
  }
  #portfolio a.filter {
    font-size: 10px;
    margin: 5px;
    padding: 5px 11px;
  }
  .controls {
    padding: 0;
  }
  .pricing-table-x .table-header h3 {
    font-size: 18px;
  }
  .plan-info > p {
    font-size: 12px !important;
  }
  
  .images {
    text-align: center;
	margin-top: 20px;
  }
  .split h2.title {
    font-size: 16px;
    line-height: 24px;
  }
  #other-services .service-content p.lead {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  #other-services .service-content p {
    font-size: 14px;
  }
    .about2-intro-image {
    margin-bottom: 10px;
  }
  #default-tab li.nav-item a.nav-link {
    padding: 5px;
    font-size: 14px;
  }
  .single-testimonial-area h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .single-testimonial-area p {
    font-size: 14px;
  }
  .page-header-area {
    height: 86px;
  }
  .page-header-content h2 {
    font-size: 28px;
  }
  #google-map-contact {
    height: 200px;
    padding: 0;
  }
  .section-padding {
    padding: 60px 0;
  }
  .contact-title-text h2 {
    
    font-size: 30px;
  }
  .contact-title-text p {
    font-size: 14px;
  }
  .contact-widget h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .contact-widget address {
    line-height: 35px;
    font-size: 12px;
  }
  .error-section h1 {
    font-size: 4rem;
  }
  .error-section h4 {
    font-size: 16px;
  }
  #round-tab ul li a {
    font-size: 12px;
    padding: 6px !important;
  }
  #vertical-tab .nav-tabs, #vertical-tab .tab-content {
    vertical-align: top;
    display: inherit;
  }
  #vertical-tab ul.nav-tabs li a {
    font-size: 12px;
    padding: 12px 40px;
  }
  #vertical-tab ul.nav-tabs {
    margin-bottom: 20px;
  }
  #vertical-tab p {
    font-size: 13px;
    line-height: 23px !important;
  }
  .shortcode-buttons-area .col-md-3 , .shortcode-pie-skill-area .col-md-6 {
    margin: 30px 0;
  }
  .single-portfolio-area .small-title {
    margin-top: 30px;
  }
  .portfolio-controls ul li a.btn {
    padding: 5px 30px;
  }
  .featured-wrapper img {
    height: 200px;
  }
  .blog-post-footer ul li a {
    padding: 4px 12px;
  }
  .blog-post-footer a.btn {
    margin-top: 10px;
  }
  iframe {
    height: 200px !important;
  }
  ul.pagination a.page-link {
    font-size: 10px;
    padding: 5px;
  }
  .search-bar {
    margin-top: 40px;
  }
  .sidebar-area .widget {
    margin-bottom: 30px;
  }
  .about-author-section .media-left {
    display: block !important;
    text-align: center;
  }
  .about-author-section .media .media-body {
    padding-left: 10px;
    text-align: center;
    padding-top: 20px;
  }
  .author-footer .fa {
    font-size: 18px !important;
    height: 35px !important;
    line-height: 35px !important;
    width: 35px !important;
  }
  .comments-area .media-left, .comments-area .media-right {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
  .comment-author {
    margin: 10px 0;
  }
  .commentor-info > p {
    font-size: 13px;
    line-height: 23px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background:#011c04;
  padding: 20px 0;
  text-align:center;
}
.footer-links {
  line-height: 48px;
}
.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.list-unstyled li {
  display: inline;
  font-size: 15px;
}
footer .links{
  margin-top: 10px;
}
footer .links a, footer .social a {
  margin: 7px 10px;
}
footer .copyright{
  margin-top: 10px;
}
.footer-links li a:hover {
  color: #5969dc;
}

.copyright {
  margin-top: 10px;
  float: right;
  color:#8a8484;
}

.copyright p {
  color: #fff;
}
.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #5969dc;
}
.btn-danger-2 {
  color: #fff;
  background-color: #8cb395;
  border-color: #78614f;
  margin: 20px;
}
.btn-danger-2:hover{
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.subscribe-accept{
    color:#fff;
}