@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*************************
*******Typography******
**************************/
body {
  padding-top: 90px;
  background: #fff;
  font-family: "Poppins", "sans-serif";
  font-kerning: 2px;
  font-weight: 400;
  color: #072121;
}
body p{
	font-kerning: 2px;
	line-height:1.47
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #072121;
}
a {
  color: #029797;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #153A60;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 64px;
}
.section-header .section-title {
  font-size: 28px;
  color: #072121;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 40px;
}
/*.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 200px;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  height: 1px;
  background: #b47b1a;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 4px solid #b47b1a;
  border-radius: 20px;
  background: #ffa100;
}*/
.section-header{
	margin:0 auto 40px;
	text-align: center
}
.section-header .section-title{
	border-bottom:1px solid #ABD3D3;
	padding-bottom:4px;
	display:inline-block;
	text-align: center;
	margin-bottom:24px;
}
.btn {
  border-width: 0;
  border-bottom-width: 0;
  border-radius: 16px;
}
.btn.btn-primary {
  background: #029797;
  border:none;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #016565;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #0FDCDC;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #029797;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #37d2d0;
  margin-right:4px
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 16px 15px 16px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	border-bottom:1px solid #edd4a8
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 36px;
    
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 33px;
    border-top: 3px solid #029797;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
  position:relative;
}
#main-slider .item {
  height: 480px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h2 {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  color: #072121;
  margin-top:8px;
}
#main-slider .slider-inner p{color:#072121}
#main-slider .slider-inner h2 > span {
  color: #9C0000; font-size:24px; display: block; margin-top:8px; line-height:125%
}
#main-slider .slider-inner .btn {
  margin-top: 4px;
	font-weight: 300;
	font-size:16px;
	font-kerning: 2px
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 56px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #029797;
}
#main-slider .owl-prev {
  left: 32px;
}
#main-slider .owl-next {
  right: 32px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #029797;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
#cta {
  padding: 50px 0;
  background-color: #eeeeee;
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}
#cta2 {
  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#features {
  padding: 100px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#services {
  padding: 64px 0 80px;
}
.media.service-box {
  margin: 24px 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #c58518;
  box-shadow: inset 0 0 0 1px #6d4f1c;
  -webkit-box-shadow: inset 0 0 0 1px #6d4f1c;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #9C0000;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #c58518 0%, #6d4f1c 100%);
  background-image: -webkit-linear-gradient(90deg, #c58518 0%, #6d4f1c 100%);
  background-image: -ms-linear-gradient(90deg, #c58518 0%, #6d4f1c 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#portfolio {
  padding: 80px 0 104px;
  background: #fff;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  display: block;
  margin:0 6px;
  float:left;
	
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 12px 16px;
  background: #DDF8F8;
  color: #072121;
  position: relative;
  border-radius:12px;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #029797;
  color: #fff;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #029797 transparent transparent transparent;
}

#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding:8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item img{
 border-radius: 12px;	
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px;
  background: #000000;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
	font-size:12px;
  border-radius: 0 0 12px 12px
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #9C0000 0%, #D98C8C 100%);
  background-image: -webkit-linear-gradient(90deg, #9C0000 0%, #D98C8C 100%);
  background-image: -ms-linear-gradient(90deg, #9C0000 0%, #D98C8C 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
#portfolio .section-header p{
	line-height:160%
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background: #F7F8F8 /*url("../images/testimonial-bg.png")no-repeat 0 0*/;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  margin:0 auto;
  text-align: center
}
#testimonial h2{
	color:#072121
}
#testimonial p{
	color:#072121
}
#testimonial h4 {
 	color:#072121;
	margin-bottom:0;
	font-weight: 600;
	font-size:18px
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: #072121
  font-size:14px
}
#testimonial .btns {
	margin:0 auto;
  margin-top: 16px;
 
}

#testimonial .item p{
	font-size:14px;
	color:#072121
}
#testimonial .item p:last-child{
	color:#072121
}
#testimonial .item p span{
	font-size: 1.5rem;
	font-weight:600;
}
#testimonial .testimonial-info{
	position:relative
}
#testimonial .testimonial-info li{
	display:inline-block;
	float:left;
}
#testimonial .btns .btn{
	background: #37D2D0
}
#testimonial .btns .btn:hover{
	background:#1E8785
}
#about {
  padding: 80px 0;
}
#work-process {
  padding:80px 0;
  background: #F7F8F8;
  background-size: cover;
  color: #072121;
}
#work-process h2 {
  color: ##9C0000;
}
#work-process h3 {
  color: #072121;
  margin-bottom: 0;
  font-weight:normal;
  font-size:1.2em;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #ABD3D3;
  border-radius: 80px;
  background-color:#fff;
  position: relative;
  padding-top:4px;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 0;
  border-color: #F6E3E3;
  border-radius: 50%;
  background-color: #1E8785;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: -14px;
  left:35%;
  color: #fff;
}
#work-process .icon-circle i{color:#1E8785; margin-top:12px}
#work-process h3 {
	margin-top:12px;
	font-size:18px;
	font-weight:500
}
#work-process .section-header p{
	line-height:180%;
	font-kerning:5px;
}
#meet-team {
  padding: 100px 0;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
/*#get-in-touch {
  padding: 100px 0 50px;
  background:url(../images/animated-number/bg.jpg)center top no-repeat;
  background-image: -moz-linear-gradient(90deg, #6d4f1c 0%, #c58518 100%);
  background-image: -webkit-linear-gradient(90deg, #6d4f1c 0%, #c58518 100%);
  background-image: -ms-linear-gradient(90deg, #6d4f1c 0%, #c58518 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}*/
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
  position: relative;
  overflow: hidden;
  padding:80px 0;
	display:block;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#contact .contact-form {
  
}
#contact .contact-form h3 {
  margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
  padding-top: 56px;
  padding-bottom: 56px;
  color: #fff;
  background: #F7F8F8/*FBF9F9*/;
  border-top:1px solid rgba(2, 151, 151, .1);
}
#footer a {
  color: #017777;
	font-weight: 300;
	font-size:15px;
	font-weight:300;
	font-kerning:3px
}
#footer a:hover {
  color: #011C1D;
  font-weight:400;
  /*border-bottom:1px dotted #017777;*/
	text-decoration:underline;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 4px 7.5px;
  width:100%
}
#footer .social-icons li{
	width:auto
}
#footer ul > li a{
	padding-bottom:2px;
	font-weight: 400
}

#footer .ft-services-heading{
	font-weight:500;
	color:#072121;
	border-bottom:1px solid rgba(2, 151, 151, .2);
	padding-bottom:8px
}
#footer p{
	display:block;
}
#footer .copyright-info{
	font-size:14px;
	color:#1E8785;
	margin-top:16px;
}
#footer .intro-footer{
	font-size:14px;
	line-height: 140%;
	color: #072121;
	font-weight:300;
	font-kerning:5px;
	line-height:150%;
}
#footer .footer-logo{
	display: block; 
	border-bottom:1px solid rgba(2, 151, 151, .2);
	padding-bottom:20px;
	margin-bottom:20px
}
#footer ul > li a.active{
	color:#011C1D;
	/*border-bottom:1px dotted #017777;*/
	text-decoration:underline;
}
.contact-form input, .contact-form textarea {
	border-color:#ABD3D3;
	border-radius: 4px;
	width:100%;
	padding-left:12px
}
.contact-form input{
		height:44px
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.contact-form h4{
	margin-bottom:8px
}
.contact-form .btn{
	padding:10px 16px;
	font-weight:400;
	border-radius: 8px;
	margin-top:16px;
	font-kerning:2px;
}
/*custom styles here */
.navbar-default .navbar-nav>li>a{color:#072121}
.navbar-default .navbar-nav>li>a:hover{color:#029797}
.carousel-content{background:rgba(250,255,254,.7); padding:20px 20px 20px 28px; clear:both; margin-top:20%; position:relative; border-radius:15px; min-width: 320px}
#clients{padding:72px 0 80px; background-color:#F7F8F8}
.navbar-nav a{text-transform:uppercase; font-weight: 500}
.img-bdr{border:1px solid #fff}
.jayam-btn{	background-color: #c58518;	border-color: #6d4f1c}
.jayam-btn a{color:#fff}
.google-map{width:100%; height:auto; margin:40px auto 0 }

.jayam-services-data {font-size:1.1em}
 h2.services-heading{color:#835b17; padding-bottom:10px; border-bottom:1px dotted #ded8ce; margin-bottom:20px}
.jayam-services-data h3{color:#835b17; padding-top:10px; border-top:1px dotted #ded8ce}
.jayam-services-rightBar h3{color:#835b17}
.jayam-services-rightBar a:hover{color:#835b17}
.jayam-services-data p{text-align:justify; color:#4f4f4f}
.jayam-services-data figure{margin-bottom:15px}
.jayam-services-rightBar{background:#f6f2ec}
.jayam-services-rightBar .gallery{list-style:none;margin-left:0;padding-left:0}
.jayam-services-rightBar .gallery li{margin-bottom:15px}
.jayam-services-rightBar .gallery img{border:3px solid #fff}
.jayam-services-rightBar h3{border-bottom:1px solid #e3e3e3; padding-bottom:7px}
.jayam-services-rightBar>ul{text-transform:uppercase;}
#main-menu.navbar-default{border-bottom:1px solid rgba(2,151,151,.2)}
.features a.btn{background:#029797; color:#fff; font-size:15px; margin-top:8px; padding:8px 16px; font-weight:300}
.features a.btn:hover{color:#fff; border-color:#029797}
.features .media-body .services-shortIntro{
	padding-top:16px
}

.features .service-box{
	margin-bottom:0;
	border-radius:16px; 
	border:1px solid #ABD3D3;
	height:416px;
	padding:16px
}
.features .media-body img{
	width:100%; 
	/*border:4px solid #fff;*/ 
	border-radius:16px; 
}
.features .media-body p{
	font-size:14px;
	font-kerning:5px;
	line-height:140%;
	font-weight:300;
	
}
.service-box .media-heading{
	text-transform:uppercase; 
	font-weight:500; 
	font-size:18px
}
#clients .clients{
	background:#fff; 
	border-radius:8px; 
	margin:0 auto; 
	text-align:center;
	box-shadow: -1px -1px 5px 0px rgba(23,20,20,0.15);
	-webkit-box-shadow: -1px -1px 5px 0px rgba(23,20,20,0.15);
	-moz-box-shadow: -1px -1px 5px 0px rgba(23,20,20,0.15);
	padding:12px;
	position:relative
}

#clients .clients img{
	max-height:88px;
	margin:0 auto
}
#clients .client-row{
	margin-bottom:12px
}
.navbar-default .navbar-nav>.active>a{
	font-weight:600
}
.about-us-img{
	border-radius: 16px;
	border:2px solid #F7F8F8;

}
#testimonial .img-thumbnail{
	background-color:#fff;
	border:none;
	border-radius: 16px
}
#testimonial img{
	border:2px solid rgba(255,255,255,1);
	border-radius:16px;
	
}
.btns .btn-sm{
	padding:10px 16px;
	font-size:20px;
	line-height:20px
}
.portfolio-items{
	overflow: hidden; 
	height:auto; 
	max-height:600px!important
}

#inner-header{
	margin:0;
	padding:0
}
.inner-banner{
	height:360px;
	margin:0 auto;
	position: relative;
	text-align: center
	padding:0
}
 .manpowerSupply{
	background: url("../images/slider/manpower-supply-to-construction-sites.jpg")no-repeat 0 70%;
}
 .interiorDesign{
	background: url("../images/slider/interior-designs.jpg")no-repeat 0 70%;
}
.acSerices{
	background: url("../images/slider/ac-instalaltion-repair-maintenance.jpg")no-repeat 0 70%;
}
.electricalPlumbing{
	background: url("../images/slider/electrical-plumbing-services.jpg")no-repeat 0 70%;
}
.paintingWorks{
	background: url("../images/slider/bg7.jpg")no-repeat 0 70%;
}
.construction{
	background: url("../images/slider/construction-works.jpg")no-repeat 0 90%;
}
.poolServices{
	background: url("../images/slider/pool-cleaning-maintenance-services.jpg")no-repeat 0 70%;
}
.cctvSurveillance{
	background: url("../images/slider/cctv-surveillance-services.jpg")no-repeat 0 70%;
}
.privacyPolicy{
	background: url("../images/slider/privacy-policy.jpg")no-repeat 0 70%;
}
.termsConditions{
	background: url("../images/slider/terms-and-conditions.jpg")no-repeat 0 70%;
}
.mailFeedback{
	background: url("../images/slider/mail-feedback.jpg")no-repeat 0 70%;
}
.inner-banner h2{
	text-align: center;
	position: relative;
	top:15rem;
	margin-top:0;
    padding:4px 12px;
	font-weight: 600
}

/*************************
******* Media Query ******
**************************/


@media only screen and (min-width: 768px) {
  #footer .social-icons {
    /*float: right;*/
  }
}
@media only screen and (max-width: 768px) {
  #work-process .work-process{
	margin-bottom:40px
}
	.navbar.navbar-default .navbar-toggle {
    margin-top: 20px;
}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #9DFBFA;
}
.navbar-default .navbar-toggle {
    border-color: #029797;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding:10px;
    margin-top: 8px;
    margin-right: 16px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
	.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 8px 15px 16px;
	margin-bottom:12px
}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #029797;
}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #029797;
    background-color: #9DFBFA;
}
	.carousel-content {
    background: rgba(255, 255, 255, .7);
    margin-top: 32%;
}
	.features .service-box {
	height:440px
	}
	#portfolio .portfolio-filter > li{
		margin:6px
	}
	#portfolio .portfolio-item {
    width: 49.9%;
}
	.portfolio-items{
	 max-height:692px!important
}
	#clients .clients {
		margin:8px auto;
	}
	#about h3.column-title{
		margin-top:24px
	}
	.contact-form h4{
		margin-top:24px
	}
	#footer h4.ft-services-heading{
		margin-top:24px
	}
}
@media (min-width: 992px) {
    .features .col-md-3 {
        padding:0 8px;
    }
	#testimonial .item{
	text-align:left;
}
}

