/* --------------------------------------
=========================================
Cross - Multipurpose One Page Template
Version: 1.0 (Initial Release)
Designed By: Zakir Hossain
=========================================
 
    1. GLOBAL STYLES
    2. TYPOGRAPHY
    3. BUTTONS
    4. PRELOADER
    5. NAVIGATION
    6. ABOUT SECTION
    7. SKILL SECTION
    8. SERVICE SECTION
    9. COUNTER SECTION
    10. PORTFOLIO SECTION
    11. VIDEO SECTION
    12. TEAM SECTION
    13. TESTIMONIAL SECTION
    14. WORKPORCESS SECTION
    15. FEATURES SECTION
    16. BLOG SECTION
    17. PRICING SECTION
    18. CONTACT GOOGLE MAP
    19. FOOTER SECTION

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

.first-features-hover, .second-features-hover, .third-features-hover {
    background: #000000 !important;
}


/*---------------------------------------
   1. GLOBAL STYLES
-----------------------------------------*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}
@font-face {
  font-family: 'Cabeen';
  src: url('http://zoobarmalia.com/new2/css/Cabeen.ttf'); /* IE9 Compat Modes */
  src: url('http://zoobarmalia.com/new2/css/Cabeen.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://zoobarmalia.com/new2/css/Cabeen.ttf') format('woff2'), /* Super Modern Browsers */
       url('http://zoobarmalia.com/new2/css/Cabeen.ttf') format('woff'), /* Pretty Modern Browsers */
       url('http://zoobarmalia.com/new2/css/Cabeen.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
font-family: 'Cabeen';
 
  /*font-family: 'Raleway', sans-serif;*/
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  font-weight: normal;
    text-transform: uppercase;
}

i {
  vertical-align: middle;
}

ul, ol {
  padding-left: 0 !important;
}

li {
  list-style: none;
}

a {
  color: #4c7abd;
  -webkit-transition: all .3s;
  transition: all .3s;
}

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

a:hover {
  color: #e64a19;
}

p {
  margin: 0;
}

.text-white {
  color: #FFF!important;
}

.devider {
  margin: 48px auto;
}

.over-bg {
  background: rgba(1, 3, 7, 0.8);
  height: 100%;
}

.section-padding {
  padding: 100px 0;
}

.form-control:focus {
  border-color: #282828;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-icon {
  font-size: 36px;
  margin-bottom: 24px;
  color: #4c7abd;
}

.section-title {
  line-height: 30px;
  letter-spacing: -1px;
}

.section-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.section-subtitle span {
  color: #4c7abd;
}

.sebsection-title {
  font-weight: 500;
  letter-spacing: 1px;
}

.section-title-top {
  font-weight: 600;
}

.mr-btm-10 {
  margin-bottom: 10px;
}

.mr-btm-24 {
  margin-bottom: 24px;
}

.mr-btm-30 {
  margin-bottom: 30px;
}

.mr-btm-48 {
  margin-bottom: 48px;
}

.mar-btm-40 {
  margin-bottom: 40px;
}

.mr-btm-72 {
  margin-bottom: 72px;
}


/*---------------------------------------
   2. TYPOGRAPHY
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Raleway', sans-serif;
  vertical-align: baseline;
  color: #333333;
  font-weight: 700;
}

h1 {
  font-size: 52px;
  line-height: 78px;
}

h2 {
  font-size: 30px;
  line-height: 45px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}


/*---------------------------------------
   3. BUTTONS       
-----------------------------------------*/

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0;
}

.mian-btn {
  background: #4c7abd;
  padding: 15px 25px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 700;
  -webkit-transition: all .3s ease!important;
  transition: all .3s ease!important;
}

.mian-btn:hover {
  background: #333;
  color: #fff;
}

.tparrows {
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all .3s ease!important;
  transition: all .3s ease!important;
}

.tparrows:hover {
  border-color: #fff;
  background: transparent;
}

.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 50px;
  text-align: center;
}


/*---------------------------------------
  4. PRELOADER 
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

/*---------------------------------------
  5. NAVIGATION 
-----------------------------------------*/

.navbar-default {
  padding: 30px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all .5s ease .25s;
  transition: all .5s ease .25s;
}

.affix {
  background-color: rgba(16, 20, 23, 0.99);
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: white;
  background-color: transparent;
}

.navbar-brand {
  float: left;
  padding: 4px 0;
  padding-left: 15px;
}

.navbar-brand img {
  max-height: 50px
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.nav>li>a {
  padding: 15px 20px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #4c7abd;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

.navbar-default .navbar-nav>li>a.nav-active {
  color: #4c7abd;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #4c7abd;
  background-color: transparent;
}


/*---------------------------------------
  6. ABOUT SECTION 
-----------------------------------------*/

.about-single h5 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.about-icon-wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.about-icon-wrap .fa {
  font-size: 24px;
}

.ab-color-1 {
  color: #e91e63;
  border-color: #e91e63;
}

.ab-color-2 {
  color: #3f51b5;
  border-color: #3f51b5;
}

.ab-color-3 {
  color: #4c7abd;
  border-color: #4c7abd;
}

.ab-color-4 {
  color: #ffc107;
  border-color: #ffc107;
}


/*---------------------------------------
  7. SKILL SECTION 
-----------------------------------------*/

.skill-section {
  background: url("../img/bg1.jpg") no-repeat;
  background-size: cover;
}


/*Accrodion*/

.cross-accordion .panel-group {
  margin-bottom: 0;
}

.cross-accordion .panel-default {
  border: 0;
}

.panel-heading {
  padding: 0;
}

.panel-title {
  font-size: 14px;
}

.cross-accordion .panel {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 10px solid transparent;
  border-radius: 0;
  margin: 0;
}

.cross-accordion .panel:last-of-type {
  border-bottom: 0;
}

.cross-accordion .panel .panel-heading a {
  display: block;
  background: #fff;
  border: 1px solid #F1F1F1;
  padding: 12px 20px;
}

.cross-accordion .panel .panel-heading a.collapsed {
  background-color: #fff;
  display: block;
  padding: 12px 20px;
  border: 1px solid #F1F1F1;
}

.cross-accordion .panel-default>.panel-heading {
  border-radius: 0;
}

.cross-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 0;
  padding: 25px 30px 30px 70px;
  background: #fff;
}

.cross-accordion .panel .panel-heading a:before, .cross-accordion .panel .panel-heading a.collapsed:before {
  font-family: 'FontAwesome';
  font-size: 16px;
  float: left;
  margin-right: 20px;
  display: block;
  width: 55px;
  background-color: #F1F1F1;
  height: 55px;
  margin-left: -21px;
  margin-top: -13px;
  text-align: center;
  line-height: 48px;
}

.cross-accordion .panel .panel-heading.like a:before {
  content: "\f087";
  color: #fff;
  background: #4c7abd;
  border: 1px solid #4c7abd;
}

.cross-accordion .panel .panel-heading.like a.collapsed:before {
  content: "\f087";
  color: #757575;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.cross-accordion .panel .panel-heading.light a:before {
  content: "\f0eb";
  color: #fff;
  background: #4c7abd;
  border: 1px solid #4c7abd;
}

.cross-accordion .panel .panel-heading.light a.collapsed:before {
  content: "\f0eb";
  color: #757575;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.cross-accordion .panel .panel-heading.headphone a:before {
  content: "\f025";
  color: #fff;
  background: #4c7abd;
  border: 1px solid #4c7abd;
}

.cross-accordion .panel .panel-heading.headphone a.collapsed:before {
  content: "\f025";
  color: #757575;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.cross-accordion .panel .panel-heading a:after, .cross-accordion .panel .panel-heading a.collapsed:after {
  font-family: 'FontAwesome';
  font-size: 14px;
  float: right;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

.cross-accordion .panel .panel-heading a:after {
  content: "\f107";
  color: #4c7abd;
  border: 1px solid #4c7abd;
}

.cross-accordion .panel .panel-heading a.collapsed:after {
  content: "\f106";
  color: #757575;
  border: 1px solid #757575;
}


/*Skill*/

.cross-progress .progress-wrapper {
  margin-bottom: 30px;
}

.cross-progress .progress-item {
  position: relative;
  line-height: 26px;
}

.cross-progress .progress-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}

.cross-progress .progress {
  height: 11px;
  background-color: #fff;
  box-shadow: 0 0 1px #f1f1f1;
  border-radius: 5px;
}

.cross-progress .progress-bar {
  background-color: #4c7abd;
  box-shadow: none;
  text-align: right;
}

.cross-progress .progress-percent {
  position: absolute;
  font-size: 10px;
  height: 35px;
  width: 35px;
  font-weight: 600;
  line-height: 28px;
  background: #fff;
  color: #757575;
  border: 3px solid #4c7abd;
  border-radius: 50%;
  text-align: center;
  top: 26px;
  margin-left: -1px;
}


/*---------------------------------------
  8. SERVICE SECTION 
-----------------------------------------*/

.service-section.section-padding {
  padding-bottom: 52px;
}

.service-single h5 {
  margin-top: 40px;
  margin-bottom: 24px;
}

.service-icon-wrap {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.service-icon-wrap .fa {
  font-size: 24px;
  color: #fff;
}

.sv-color-1 {
  background-color: #4c7abd;
  border-color: #4c7abd;
}

.sv-color-2 {
  background-color: #2196f3;
  border-color: #2196f3;
}

.sv-color-3 {
  background-color: #8bc34a;
  border-color: #8bc34a;
}

.sv-color-4 {
  background-color: #fbc02d;
  border-color: #fbc02d;
}

.sv-color-5 {
  background-color: #651fff;
  border-color: #651fff;
}

.sv-color-6 {
  background-color: #ff1744;
  border-color: #ff1744;
}


/*---------------------------------------
  9. COUNTER SECTION 
-----------------------------------------*/

.counter-section {
  background: url("../img/banner/1.jpg") no-repeat center center;
  background-size: cover;
}

.single-counter .fa {
  font-size: 30px;
  color: #4c7abd;
}

.single-counter h4 {
  font-size: 18px;
  line-height: 18px;
}

.single-counter h2 {
  line-height: 30px;
}


/*---------------------------------------
  10. PORTFOLIO SECTION 
-----------------------------------------*/

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.portfolio .portfolio-item {
  float: left;
}

.portfolio .portfolio-item .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.portfolio .portfolio-item .thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio .portfolio-item .thumb img {
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: perspective(600px);
  -moz-transform: perspective(600px);
  transform: perspective(600px);
}

.portfolio .portfolio-item:hover .thumb img {
  -webkit-transform: scale(1.08) rotate(0.1deg);
  -moz-transform: scale(1.08) rotate(0.1deg);
  transform: scale(1.08) rotate(0.1deg);
}

.portfolio-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background-color: rgba(1, 3, 7, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-hover .view-btn {
  position: absolute;
  top: 40%;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 35px;
}

.popup-link {
  color: #fff;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.popup-link:hover {
  border-color: #4c7abd;
}

.portfolio-description {
  position: absolute;
  bottom: 8%;
  left: 8%;
}

.portfolio-description h6 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.portfolio-item:hover .portfolio-hover, .portfolio-item:hover .portfolio-hover .portfolio-description, .portfolio-item:hover .portfolio-hover .view-btn {
  opacity: 1;
}

.portfolio .portfolio-item {
  padding: 10px;
}

.portfolio.col-3 .portfolio-item {
  width: 33.3333333%;
}

.portfolio-filter {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.portfolio-filter li {
  display: inline-block;
}

.portfolio-filter li a {
  color: #a9a8a8;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Abel', sans-serif;
  letter-spacing: 3px;
}

.portfolio-filter li a:hover, .portfolio-filter li.active a {
  color: #222222;
}

.filters li {
  display: inline-block;
  margin-left: 10px;
}

.filters li a {
  cursor: pointer;
  color: #333;
  font-weight: 600;
}

.filters li::after {
  content: ' / ';
  margin-left: 10px;
}

.filters li:last-child::after {
  content: '';
}

.filters li a:hover {
  color: #FFFFFF
}

.filters .active {
  color: #FFFFFF
}


/*---------------------------------------
  11. VIDEO SECTION 
-----------------------------------------*/

.video-section {
  background: url("../img/bg3.jpg") no-repeat;
  background-size: cover;
}

.video-section .container {
  padding: 200px 0;
}

.video-section h2 {
  display: inline-block;
}

.video-section h2 a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #4c7abd;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  margin: 0 10PX;
}


/*---------------------------------------
  12. TEAM SECTION 
-----------------------------------------*/

.single-team h5 small {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.single-team .thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 0;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}

.single-team .thumbnail {
  position: relative;
  overflow: hidden;
}

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

.single-team .thumbnail img {
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: perspective(600px);
  -moz-transform: perspective(600px);
  transform: perspective(600px);
}

.single-team .thumbnail:hover img {
  -webkit-transform: scale(1.08) rotate(0.1deg);
  -moz-transform: scale(1.08) rotate(0.1deg);
  transform: scale(1.08) rotate(0.1deg);
}

.dark-bg {
  background: rgba(1, 3, 7, 0.8);
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.caption {
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 10px 0;
  border-top: 0;
}

.single-team .social-links a.fb, .single-team .social-links a.tw {
  position: absolute;
  top: 58%;
  opacity: 0;
  visibility: hidden;
  margin-top: -50px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.single-team .social-links a.fb {
  left: 50%;
  margin-left: -65px;
}

.single-team .social-links a.tw {
  right: 50%;
  margin-right: -65px;
}

.single-team .thumbnail:hover .dark-bg, .single-team .thumbnail:hover .social-links a.fb, .single-team .thumbnail:hover .social-links a.tw {
  opacity: 1;
  visibility: visible;
}

.single-team .social-links a {
  display: block;
  font-size: 20px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #6E6C6D;
  background-color: rgba(255, 255, 255, 0.68);
  border-radius: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.single-team .social-links a:hover {
  background-color: #fff;
  color: #FFFFFF;
}

.single-team .social-links a i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}


/*---------------------------------------
  13. TESTIMONIAL SECTION 
-----------------------------------------*/

.testimonial-section {
  background: url("../img/testimonial_bg.jpg") no-repeat;
  background-size: cover;
}

#client-testimonial {
  width: 65%;
  margin: auto;
}

.testimonial-icon {
  font-size: 60px;
  color: #FFFFFF;
}

#client-testimonial .item p {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}

.owl-theme .owl-controls.clickable .owl-page span {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.owl-theme .owl-controls {
  margin-top: 72px;
  text-align: center;
}

/*
.owl-theme.testimonial-theme .owl-controls .owl-page:nth-child(1) span {
  display: block;
  width: 80px;
  height: 80px;
  margin: 5px 7px;
  
	border-radius: 50%;
}

.owl-theme.testimonial-theme .owl-controls .owl-page:nth-child(2) span {
  display: block;
  width: 80px;
  height: 80px;
  margin: 5px 7px;
  
}

.owl-theme.testimonial-theme .owl-controls .owl-page:nth-child(3) span {
  display: block;
  width: 80px;
  height: 80px;
  margin: 5px 7px;
  
}
*/
.client-logo {
  width: 80%;
  margin: auto;
}

#client-logo {
  margin-top: 80px;
}

#client-logo .item img {
  margin-left: auto;
  margin-right: auto;
	border-radius: 10%;
}


/*---------------------------------------
  14. WORKPORCESS SECTION 
-----------------------------------------*/

.crosstab {
  border-bottom: 1px solid #f0f2f6;
  padding-bottom: 24px;
}

.nav-justified>li.active a h5 {
  color: #FFFFFF;
}

.nav-justified>li a h5 span {
  margin-right: 10px;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.nav.nav-justified>li.active:before, .nav.nav-justified>li.active:after {
  opacity: 1;
}

.nav.nav-justified>li:before {
  margin: 0 0 -2px -1px;
  border-width: 11px 15px 0 15px;
  border-color: #e9e9e9 transparent transparent transparent;
}

.nav.nav-justified>li:after {
  border-width: 10px 14px 0 14px;
  border-color: #ffffff transparent transparent transparent;
}

.nav.nav-justified>li:before, .nav.nav-justified>li:after {
  position: absolute;
  bottom: -33px;
  left: 48%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 0;
}

#about-section p, #testimonial-section .text-white, .contact-form, .list-inline a, .copytext{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#client-testimonial .item p, #about-section p{
	text-transform: none;
}

#about-section .section-title, #products-section .section-title, .contact-info-content  p, .contact-info-content  h3, #contact-section .section-title, #products-section .caption h4{
	font-family:"Cabeen";
}

@media screen and (max-width: 767px) {
  .nav-justified>li {
    float: none;
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .nav.nav-justified>li.active:before, .nav.nav-justified>li.active:after {
    opacity: 0;
  }
  .crosstab {
    border-bottom: 0px;
  }
  .nav-justified>li>a {
    margin-bottom: 0px;
    text-align: center;
  }
}


/*---------------------------------------
  15. FEATURES SECTION 
-----------------------------------------*/

#features {
  color: #fff;
}

#features .container-fluid {
  padding: 0;
}

.single-features-section h3 {
  font-weight: 700;
  margin-bottom: 24px;
}

.single-features-section {
  padding: 0;
}

.first-features {
  background: url("../img/bg6.jpg") no-repeat center center;
  background-size: cover;
}

.first-features-hover {
  background: rgba(103, 58, 183, 0.8);
  height: 100%;
  width: 100%;
  padding: 50px;
}

.second-features {
  background: url("../img/bg7.jpg") no-repeat center center;
  background-size: cover;
}

.second-features-hover {
  background: rgba(33, 150, 243, 0.8);
  height: 100%;
  width: 100%;
  padding: 50px;
}

.third-features {
  background: url("../img/bg4.jpg") no-repeat center center;
  background-size: cover;
}

.third-features-hover {
  background: rgba(255, 87, 34, 0.8);
  height: 100%;
  width: 100%;
  padding: 50px;
}


/*---------------------------------------
  16. BLOG SECTION 
-----------------------------------------*/

.single-blog-post {}

.single-post-content {
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  display: block;
  overflow: hidden;
}

.blog-thumbnails {
  position: relative;
  padding-left: 0;
}

.blog-post-date {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  border: 3px solid #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-post:hover .blog-post-date {
  border-color: #FFFFFF;
  background: #FFFFFF;
}

.blog-post-date h3 {
  padding-top: 14px;
  line-height: 24px;
}

.blog-post-date h3 span {
  font-size: 14px;
  display: block;
}

.blog-content {
  padding-top: 12px;
  padding-left: 0;
}

.blog-meta {
  font-size: 14px;
  font-style: italic;
  margin: 5px 0;
}

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

.blog-meta a:hover {
  color: #4c7abd;
}

.read-more {
  margin-top: 12px;
  display: block;
  color: #333;
}

.read-more:hover {
  color: #4c7abd;
}


/*---------------------------------------
  17. PRICING SECTION 
-----------------------------------------*/

.pricing-section {
  background: #f9f9f9;
}

.price-content-wrap {
  background: #fafafa;
  border: 2px solid #333;
  padding-top: 40px;
  padding-bottom: 55px;
}

.features-price {
  border-color: #4c7abd;
}

.price-title {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price-amount {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 800;
}

.price-amount span {
  font-size: 24px;
}

.price-date {
  color: #757575;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.price-details {
  font-size: 16px;
  font-weight: 500;
}

.price-details li {
  padding: 5px 0;
  border-bottom: 1px solid #f5f5f5;
}

.price-btn {
  margin-top: 50px;
}

.price-btn {
  background: #333;
  color: #fff;
}

.price-btn:hover {
  background: #4c7abd;
}

.features-price-btn {
  background: #4c7abd;
}

.features-price-btn:hover {
  background: #333;
  color: #fff;
}


/*---------------------------------------
  18. CONTACT GOOGLE MAP
-----------------------------------------*/
.map-container {
  margin-bottom: 0px;
}

.full-map {
    height: 400px;
}

.map {
    width: 100%;
}

.contact-info-wrapper {
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.contact-info-icon {
  position: absolute;
  width: 23%;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  background: #f9f9f9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.contact-info-wrapper .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-info-wrapper:hover .contact-info-icon {
  background: #4c7abd;
  color: #fff;
}

.contact-info-content {
  width: 77%;
  display: inline-block;
  min-height: 100%;
  padding: 36px 39px;
}

.contact-info-content h3 {
  font-size: 16px;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  height: 53px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: none;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(241, 241, 241);
  border-image: initial;
  border-radius: 0px;
  background: #F1F1F1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.form-control:focus, .form-control:active {
  background: #fff;
}

.contact-btn {
  background: #4c7abd;
}

.contact-btn:hover {
  background: #333;
  color: #fff;
}

.contact-form .success, .contact-form .error {
    display: none;
}

.success {
    color: #38e436;
}

.error {
    color: #ff6b6b;
}


/*---------------------------------------
  19. FOOTER SECTION 
-----------------------------------------*/

.footer {
  border-top: 10px solid #fff;
}

.footer .footer-widget-section {
  background-color: #1a1c27;
  padding: 50px 0;
}

.footer .footer-logo {
  margin-bottom: 15px;
  margin-right: 0;
  float: none;
  width: auto;
}

.footer .newsletter-subscribe {
  margin-bottom: 30px;
}

.footer-input.form-control {
  height: 52px;
  font-size: 14px;
  line-height: 24px;
  box-shadow: none;
  padding: 15px 20px;
  border-width: 0;
  border-style: solid;
  border-color: rgb(241, 241, 241);
  border-image: initial;
  border-radius: 0px;
  background: #F1F1F1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: 0;
}

.footer-btn {
  background: #4c7abd;
  padding: 15px 20px;
}

.footer-btn:hover {
  background: #e64a19;
}

.footer .newsletter-subscribe h3 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: -10px;
}

#mc-form .label-text.error {
  color: #ff6b6b!important;
}

#mc-form .label-text.valid {
  color: #38e436!important;
}

.footer .copyright-section {
  background-color: #16171e;
  padding: 18px 0;
}

.footer .copyright-section .copytext {
  font-weight: 600;
  text-transform: uppercase;
}

.footer .social-links li a {
  display: block;
  font-size: 20px;
  color: #4a4a4a;
  width: 32px;
  height: 32px;
}

.footer .social-links li a:hover {
  color: #4c7abd;
}

.copytext {
  font-size: 13px;
}

.supplierstitle{
	color:white;
	text-align:center;
	margin-top:1em;
}

.testimonial-section{
margin-bottom:1em !important;
}

.place-card{
display:none;
}