body{
background:#EEEEEE;
}
h1, h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
    text-rendering: optimizelegibility;
    font-family: 'Lato', 'sans-serif';
    font-weight: bold;
    color: #37474F;
}
.slider-content {
    padding-bottom: 20px;
    padding-left: 20px;
}
.slider-content h1 {
    font-size: 80px;
    color: #eee;
}
.slider-content span {
    font-size: 24px;
}
.container-wrapper {
    position: relative;
    background-color: #ffffff;
    border: solid 1px #dedede;
    padding: 40px 30px 20px;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.10);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.10);
}
div.randomContent { display:none; }
h4.price {
    color: #fff;
}
ul.fa-ul h5 {
    color: #fff;
}
.gradient {
    background: -webkit-linear-gradient(top, #f4f4f4, #ffffff);
}
.content-title {
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 25px;
    text-align: center;
}
.header-bg {
    background: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}
.header-transparent {
    position: relative;
    height: 92px;
}
.header-area {
    background: transparent;
    margin-top:0;
}
.header-area .container{
    background: transparent;
}
.sticky {
    background: #fff!important;
}
.main-menu ul.navbar-nav li.active a.nav-link {
    color: #fff;
    background-color: #039BE5;
}
.main-menu ul.navbar-nav li a.nav-link {
border-radius:0;
padding: 18px 20px;
    margin: 20px;
}
#sticky-header .col-xl-2, #sticky-header .col-lg-2{
  padding:0;
}
.extra-info {
    background: #272727;
}   
.btn{
  background: #3c9be5;
  border-radius: 0;
} 

.partners {
    margin-bottom: 40px;
}

.overflowed {
    overflow: hidden;
    display: block;
}
/* Our Features
/* ========================================================================== */

.our-features .media {
    margin-bottom: 25px;
}

.our-features .media-icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: solid 1px #e7e7e7;
    text-align: center;
}

.our-features .media-icon.pull-left {
    margin-right: 20px;
}

.our-features .media-icon.pull-right {
    margin-left: 20px;
}

.our-features .media-icon .fa {
    margin-top: 20px;
    font-size: 38px;
    /* line-height: 20px; */
    color: #039BE5;
}

.our-features .media-heading {
    margin-bottom: 15px;
}


.featured .thumbnail {
    position: relative;
    border-radius: 0;
    padding: 0;
    border-color: transparent;
    background-image: url(../img/small-banner.jpg);
    min-height: 253px;
    border: 3px solid transparent;
    transition: all 0.3s ease 0s;
}

.touch .featured .thumbnail,
.featured .thumbnail.hover,
.featured .thumbnail:hover {
  border: solid 3px #039BE5;
}

.featured .thumbnail .caption {
    overflow: hidden;
    padding: 15px 25px;
    position: absolute;
    bottom: 10px;
    right: 30px;
    left: 30px;
    font-weight: 300;
    text-align: center;
    background-color: #039BE5;
    background-color: rgba(0, 174, 239, 0.90);
    color: #ffffff;
}

.featured .thumbnail h4 {
    font-size: 1.5vmax;
    line-height: 1.5vmax;
    margin-top: 0;
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: solid 1px #ffffff;
}

.featured .caption ul {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;;
}

.featured .caption ul .fa {
    margin-right: 5px;
}

.featured .thumbnail .caption,
.featured .thumbnail.hover .caption,
.featured .thumbnail:hover .caption {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.featured-item {
    display: inline-block;
    text-align: center!important;
}

/* Purchase Now
/* ========================================================================== */

.call-action {
    position: relative;
    padding: 30px 0;
    background-color: #455A64;
    color: #BDBDBD;
    margin-top: 40px;
    margin-bottom: 40px;
}

.call-action .media-heading {
    margin-bottom: 15px;
    color: #039BE5;
}

/* Sticker */

.call-action .media-body {
    padding-right: 260px;
}
.call-action .media-object {
    background-color: #039BE5;
    color: #ffffff;
    width: 260px;
    margin-left: 0;
    margin-top: -30px;
    margin-bottom: -30px;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    z-index: 2;
    text-align: center;
    font-weight: 300;
    /**/
}


    .call-action .media-object :before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        display: block;
        bottom: -24px;
        left: 0;
        border-left: 130px solid transparent;
        border-right: 130px solid transparent;
        border-top: 25px solid #039BE5;
    }


@media (max-width: 479px) {
    .call-action .media-body {
        padding-right: 0;
    }
    .call-action .media-object {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        margin: 15px auto 30px auto;
    }
	.call-action .purchase-now {
		text-align: center;
	}
  .media-para {
    display:none;
  }
  .media-heading-cta {
    text-align:center;
  }
}

.call-action .media-object .line1 {
    font-size: 60px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.call-action .media-object .line2 {
    font-size: 36px;
    line-height: 40px;
}

.call-action .media-object .line3 {
    font-size: 18px;
    line-height: 25px;
}


.call-action h1,
.call-action h2,
.call-action h3,
.call-action h4,
.call-action h5,
.call-action h6 {
    color: #039BE5;
}
p.media-para {
    color: #BDBDBD;
}
/* Testimonials
/* ========================================================================== */
.test-cont {
    padding-top: 0;
    margin-bottom: 40px;
    text-align: justify;
}
.test-item {
    text-align: justify!important;
}
.test-cont .content-title {
    padding: 0;
    margin-bottom: 15px;
}

.test-cont .content-title h2 {
    padding: 30px 20px;
    color: #37474F;
    font-size: 30px;
    line-height: 30px;
}

.testimonials-carousel {
    position: relative;
}

.testimonials-prev,
.testimonials-next {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 100;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    width: 25px;
    margin-top: -25px;
    text-align: center;
    background-color: #dedede;
    color: #000000;
}

.testimonials-prev {left: -30px;}
.testimonials-next {right: -30px;}

.testimonials-prev:hover ,
.testimonials-next:hover {
    color: #039BE5;
    background-color: #394041;
}

/*
@media (max-width: 767px) {
    .testimonials-prev,
    .testimonials-next {
        display: none;
    }
}
*/
.testimonials .testimonial {}
.testimonials .content {
    padding: 20px;
    border: solid 1px #E8E8E8;
    margin-right: 1px;
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.10);
}
.testimonials .content {
    position: relative;
    margin-bottom: 10px;
}
.testimonials .content:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    bottom: -15px;
    left: 10px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #E8E8E8;
}
.testimonials .content:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    bottom: -13px;
    left: 10px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #ffffff;
}
.testimonials .author {
    text-align:left;
    padding-left: 15px;
    color: #171717;
}
.testimonials .author .fa {margin-right: 10px; color: #039BE5}
.testimonials .author-add {
    padding-left: 15px;
    font-size: 12px;
    line-height: 12px;
    text-align:left;
}

.author {
    background: transparent;
    padding: 10px 0;
}

/* Footer
/* ========================================================================== */

.footer {
    background-color: #455A64;
    color: #BDBDBD;
    padding: 40px 0 15px 0;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #039BE5;
}

.footer .widget {
    padding: 0;
    border: none;
}

.footer .widget .widget-title {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
}

.footer .widget > .widget-title {
    margin-top: 0;
}

.footer .widget li {
    margin-bottom: 5px;
}

.footer a {
    color: #BDBDBD;
}

.footer a:hover {
    color: #039BE5;
}

.footer .fa-li {
    width: auto;
}

.footer-line {
    position: relative;
    padding: 20px 0;
    font-size: 12px;
    background-color: #455A64;
    color: #979797;
}

.footer-line .container:before {
    content: '';
    display: block;
    border-top: solid 1px #434751;
    margin-bottom: 15px;
}

.footer-line a {
    color: #979797;
}

.footer-line a:hover {
    color: #039BE5;
}

.footer p {
    color: #BDBDBD;
}

ul.social {
  overflow: hidden;
  font-size:28px;
}
ul.social li {float: left;}
.footer-line ul.social {float: right; margin-bottom: 0;}
.footer-line ul.social li {margin-left: 15px;}

@media (max-width: 991px) {
    .footer-line ul.social {
        float: left;
    }
    .footer-line ul.social li {
        margin-right: 15px;
        margin-left: 0;
    }
}
.social-icon-left .fab {
    padding: 0 10px;
}
.fa-ul-icons .fa, .fa-ul-icons .fab, .fa-ul-icons .fas {
    position: relative;
    display: block;
    float: left;
    top: 6px;
    width: 20px;
    margin-right: 10px;
    text-align: center;
    vertical-align: -2em;
    line-height: 12px;
    color: #039BE5;
}
.footer .form-control {
    color: #BDBDBD;
    background-color: #455A64;
    border: 1px solid #039BE5;
}

.footer .form-control:focus {
    border-color: #039BE5;
}

/**/

#af-form .alert {
    margin-left: 15px;
    margin-right: 15px;
    padding: 6px 12px;
    border-color: #039BE5;
    background-color: #039BE5;
    color: #ffffff;
}

#af-form input.error,
#af-form textarea.error {
    border: 1px solid #e81123;
}

label.error,
label.ferror {
    color: #e81123;
    font-size: 12px;
    padding-left: 13px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}

/**/

.social-line {}
.social-line li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.social-line a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #BDBDBD;
}

.social-line a:hover {
    background-color: #039BE5;
}

.social-line .fa {
    font-size: 12px;
    line-height: 16px;
    color: #455A64;
}

.copyright {
    margin: 0;
    color: #BDBDBD;
}

.slider-img img {
    width: 100%;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
    padding:20px;
    margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}
.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
    
}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/
    
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2){
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
    
.timeline > li.timeline-inverted{
  float: left; 
  clear: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: 28px;
}
}


.breadcrumb {
    margin: -40px 0 20px 5px;
    padding:0;
    position: inherit;
    background-color:#fff;
}

ul.breadcrumbs {
  margin-left: 50px;
  display: inline-block;
  list-style: none;
  margin-bottom:0;
}
ul.breadcrumbs li {
  float: right;
  position: relative;
  margin-left: -50px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
ul.breadcrumbs li a {
  overflow: hidden;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  height: 43px;
  background-color: #fff;
  text-align: center;
  min-width: 50px;
  display: block;
  line-height: 32px;
  padding-left: 75px;
  width: 95px;
  color:#dddddd;
}
ul.breadcrumbs li a:after, ul.breadcrumbs li a:before {
	left: 100%;
	top: 40%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

ul.breadcrumbs li a:after {
	border-color: rgba(244, 244, 244, 0);
	border-left-color: #fff;
	border-width: 16px;
	margin-top: -16px;
}
ul.breadcrumbs li a:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #dddddd;
	border-width: 17px;
	margin-top: -17px;
}
ul.breadcrumbs li a .icon {
  display: inline-block;
}
ul.breadcrumbs li a .text {
  display: none;
  opacity: 0;
  padding-left:8px;
}
ul.breadcrumbs li a:hover {
  width: 200px;
  background-color: #fff;
  color:#428bca;
}
ul.breadcrumbs li a:hover .text {
  display: inline-block;
  opacity: 1;
}
ul.breadcrumbs li:last-child a {
  padding: 0;
  width: 1px;
}
ul.breadcrumbs li:last-child:hover a {
  width: 100px;
  background-color: #fff;
}
ul.breadcrumbs li:first-child {
  margin-left:0px;
}
ul.breadcrumbs li:first-child a {
  width: 150px;
  color:#dddddd;
  padding-left:10px;
}
ul.breadcrumbs li:first-child a:before,
ul.breadcrumbs li:first-child a:after {
  border:none;
}
ul.breadcrumbs li:first-child:hover a {
  width: 150px;
  color:#428bca;
}

.project-slider {
    position: relative;
}

.project-type {
    z-index: 100;
    top: 10px;
    left: 10px;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    width: 60%;
    position:absolute;
}

.project-type h1 {
    font-size: 80px;
    color: #eee;
}

.project-data {
    position: absolute;
    z-index: 100;
    top: 120px;
    left: 10px;
    padding: 20px 25px 20px 50px;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    background-color: #039BE5;
    background-color: rgba(0, 174, 239, 0.90);
}

.project-slider .caption {
    position: absolute;
    z-index: 100;
    right: 10px;
    top: 10px;
    padding: 10px 15px;
    color: #ffffff;
}

.flexslider {
  margin: 0;
}  

.flexslider.single {
    border: none;
}

.flex-control-thumbs .flex-active {
    width: 100%;
    margin: 0;
}

.flex-control-thumbs {
    margin: 0;
}

.flex-control-thumbs img {
    padding: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #3c9be5;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.product-li li {
    padding: 10px;
}

.nav-link {
    display: block;
    padding: .6rem 2rem;
}
.modal-content{
	border-radius:.2rem
}
.modal-dialog {
    max-width: 98%;
    margin: 1rem auto;
}

.small-min {
  padding-left:60px;
}

.highlights {
    text-align: center;
    padding: 10px 20px 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.highlights .highlights-icon {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    background-color: #FFAB00;
    color: #ffffff;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: solid 1px rgba(176, 190, 197, 0.5);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1);
}

.highlights-icon i {
    vertical-align: -webkit-baseline-middle;
}
.info-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.info-ul>li {
    position: relative;
}
.info-ul>li h5{
    color: #666;
}

.tab-pane p {
    font-size: 16px;
}

.flex-control-thumbs li {
    width: 25%;
}

.modal-center {
    text-align: center;
}

.btn-link {
    border: none;
}

span.d-none.d-lg-block.d-xl-block {
    padding-left: 5px;
}
@media (min-width: 992px) {
span.d-none.d-lg-block.d-xl-block {
    display: inline!important;
}
}
@media (max-width: 992px) {
.project-type {
   width: 100%;
  text-align: center;
}
}
ol.normal li {
    list-style: unset;
}
.telegram-blue {
	font-size: 1.2em;
    color: #27a7e5;
    vertical-align: -.07em;
}
.af-response {
	display:none;
}
i.fa.fa-clock.contact-clock {
    margin: 17px 0;
    position: absolute;
    font-size: 16px;
}
span.small.contact-time {
    margin-left: 22px;
}

.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  overflow: hidden;
  /* put following styles (necessary for overflow and 
     scrolling handling) inline in .embed-responsive-element-wrapper around iframe because not stable in CSS
    -webkit-overflow-scrolling: touch; 
                      overflow: auto; */
}
.responsive-wrapper img,
.responsive-wrapper object,
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   
  border-style: none;
  padding: 0;
  margin: 0;
}

/*
   padding-bottom = h/w as %
*/
.responsive-wrapper-padding-bottom-25 {
  padding-bottom: 25%;
}
.responsive-wrapper-padding-bottom-50 {
  padding-bottom: 50%;
}
.responsive-wrapper-padding-bottom-75 {
  padding-bottom: 75%;
}
.responsive-wrapper-padding-bottom-100 {
  padding-bottom: 100%;
}
