
@font-face { font-family:'DINPro';src:url('/media/hinted-DINPro-Light.ttf') format('opentype');font-weight:normal;font-style:normal; font-display:swap;}
@font-face { font-family:'DINProBold';src:url('/media/hinted-DINPro-Medium.ttf') format('opentype');font-weight:normal;font-style:normal; font-display:swap; }
@font-face { font-family:'DINPro-Medium';src:url('/media/hinted-DINPro-Medium.ttf') format('opentype');font-weight:normal;font-style:italic; font-display:swap; }


/* HEADER */
body, html{
    background-color: #f1f1f1;
}
body.modal-open {
    overflow: visible;
    padding-right: 0!important;
}
body.modal-open header .navbar{
    padding-right: 16px!important;
}
    
*{
  padding: 0;
  margin: 0;
}
section{
  /*background-color: #fafafa;*/
  background-color: #fff;
  position: relative;
  z-index: 5;
}
section#qa-mode{
    z-index:9999;
}
.bgcover {
    background-size: cover;
}
.logo-footer .xpr-fe-editor section.mauto.relative{
    background-color: #00234d;
}
.logo img {
    max-height: 33px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
}
.logo-footer a{
    display: inherit;
    text-align: center;
}
.logo-display{
    width: 100px;
    height: 100px;
}
.jumbotron img.cover{  
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
.nav-link:after{
    content: '';
    display: block;
    width: 0%;
    margin-top: 7px;
    height: 2px;
    background-color: #000;
    transition: .3s ease-in-out;
}
.nav-link:hover:after{
    width: 100%;
    transition: .3s ease-in-out;
}
.nav-link.visited:after,.nav-link.active:after{
    content: '';
    display: block;
    width: 100%;
    margin-top: 7px;
    height: 2px;
    background-color: #000;
    transition: .3s ease-in-out;
}
.nav-link{
    letter-spacing: .10rem;
    text-transform: uppercase;
    font-family: 'DINPro-Medium',DINProBold,sans-serif;
    font-size: 13px;
}

.navbar{
  background-color: transparent!important;
  transition: background-color 300ms;
  /*border-bottom: 1px solid rgba(234,234,234,.2);*/
  transition: padding 0.3s;
  transition: background-color 500ms linear;
}
.navbar.scrolled-navbar {
  /*padding: 6px 16px!important;*/
  /*border-bottom: 1px solid #fff;*/
  background-color: #fff !important;
  transition: background-color 500ms linear;
  transition: padding 0.3s;
}
.navbar.scrolled-navbar .nav-link,
.navbar.scrolled-navbar .navbar-brand,
.navbar.scrolled-navbar .menu-toggle-icon{
  color: #000!important;
}
.navbar.scrolled-navbar .nav-link:focus{
    color: #000!important;
}
.navbar-dark .navbar-toggler{
  border: 0
}
.menu-toggle-icon{
  font-size: 18px;
  color:lightgrey;
}
.logo-hide{
  display: none;
}
.navbar.scrolled-navbar .nav-link:hover{
   color: #000;
}
.nav-item .nav-link{
    max-width: 120px;
    margin: 0 auto;
}

.jumbotron{
    height: 450px;
    font-family: 'Lato', sans-serif;
    color: white;
}
.layer{
    background-color: rgba(0, 0, 0, 0.6);;
}

/* BACK TO TOP BUTTON */
#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #2196F3;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
    text-decoration: none;
    opacity: 0;
	box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.05);
	font-size:14px;
}
/*@media(max-width:991px){*/
/*    #back-to-top{*/
/*        bottom: 100px;*/
/*    }*/
/*}*/

#back-to-top:hover {
    background: #0091e6;
	color:#fff;
}
#back-to-top.show {
    opacity: 1;
}


/* change animation duration */
.p-details span:nth-child(1)>a>i{
    animation-duration: 0.2s;
}
.p-details span:nth-child(2)>a>i{
    animation-duration: 0.8s;
}

.p-details span:nth-child(3)>a>i{
    animation-duration: 1.2s;
}
.card, .card-img{
  overflow: hidden;
  border-radius: 0;
  border:0;
  transition: transform 0.3s;
}
.card-img-overlay{
    z-index: 100;
    cursor: pointer;
}
.card:hover .card-img{
  transform: scale(1.2);
  transition: transform 0.3s;
}
/*#portfolio-group .card .card-img{*/
/*    max-height: 400px;*/
/*}*/
.portfolio-link{
    display: block;
    min-width: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    color: #fff;
    background-color: #4a90e2;
    transition: 0.3s linear;
}
.portfolio-link p{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.card:hover .portfolio-link{
    background-color: #000;
    transition: 0.3s linear;
}
.p-details a{
  color: #fff;
}

.fa-link{
  transform: rotate(-90deg);
}
.counter{
    color: #000;
}
.counter-title{
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
}
.counter-description{
    position: relative;
    font-size: 30px;
    font-weight: 700;
    top: 15px;
}



/*OUR TEAM*/
.team-description{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #4a90e2;
    padding: 8px 0;
}


/* TESTIMONIALS */
.testimonials{
  background-color: #eee;
}

.rounded-circle{
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
a#carousel-testimonials{
  color: black;
}
.fa-arrow-left,
.fa-arrow-right{
  color: black;
}
#carousel-testimonials .carousel-control-prev{
  left: -200px;
}
#carousel-testimonials .carousel-control-next{
  right: -200px;
}


@media screen and (max-width: 580px) {
    #carousel-testimonials .carousel-control-prev{
        left: 0;
    }
    #carousel-testimonials .carousel-control-next{
        right: 0;
    }
}

#carousel-testimonials .carousel-indicators{
  bottom: -80px;
}
#carousel-testimonials .carousel-indicators>li{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(195, 195, 195, 0.5);
}
#carousel-testimonials .carousel-indicators>li.active{
  background-color: #2196F3;
}


/*=======================================================
      TESTIMONIALS
========================================================*/
.testimonial.owl-carousel {
	display:block;
	width: 70%;
    text-align: left;
    margin: 0 auto;
}

.testimonial-item h4, .testimonial-item h5 {
    color: #000;
	font-family: 'Source Sans Pro', sans-serif;
}
.testimonial-item h4 {
    font-size: 16px;
	font-weight: 300;
}
.testimonial-item h5{
	margin-top: 30px;    
	font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.testimonial-item p {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.testimonial-text,
.testimonial-text *{
    min-height: 58px;
    max-height: 58px;
    font-family: 'DINPro',sans-serif !important;
    font-weight: 500!important;
}
.din-pro,.din-pro *{
     font-weight: 600;
     font-family: 'DINPro',sans-serif;
}
.testimonial-text,
.testimonial-text *{
    font-family: 'DINPro',sans-serif;
    font-size: 16px!important;
}
.testimonial .owl-controls .owl-page span {
	background: rgba(255, 255, 255, 0.5);
}

.testimonial .owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    background: rgba(255, 255, 255, 0.9);
}
.testimonial .testimonial-item img {
    float: left;
	width:155px;
	height:155px;
    display: block;
    margin-bottom: 20px;
    margin-right: 30px;
    border-radius: 50%;
}
.testimonial-item .bgimg { width:155px;height:155px !important;background-color:transparent;border-radius:50%; }
.testimonial-item {
	padding-left: 25px;
    padding-right: 25px;
}
.testimonial-item:focus {
	outline: none;
}
.testimonial-item .testimonial-content {
    padding: 30px;
    margin: 50px auto;
	max-width: 750px;
}
@media(max-width:468px){
    .testimonial-item .testimonial-content{
        text-align: center;
        padding: 0;
    }
    .testimonial .testimonial-item img{
        margin:0 auto;
        float:none;
    }
    .align-image-mobile{
        width: 100%!important;
    }
    .align-image-mobile img,.about-who-we-are .bgimg { display:block;margin:0 auto; }
}
@media(max-width:750px){
    .testimonial-item .testimonial-content{
        padding: 0;
    }
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'Material Design Icons';
     -webkit-font-size: 60px;
    -moz-font-size: 60px;
     font-size: 60px;
    line-height: 1;
    color: rgba(74, 144, 224, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media(max-width:667px){
    .testimonial .testimonial-item img{
        margin-top: -10px;
    }
    .slick-prev:before,
    .slick-next:before{
        display:none;
      font-size: 30px;  
    }
}


.slick-prev
{
    left: -40px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\f141';
}
[dir='rtl'] .slick-prev:before
{
    content: '\f105';
}

.slick-next
{
    right: -1px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\f142';
}
[dir='rtl'] .slick-next:before
{
    content: '\f105';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

.testimonial .slick-dots li button {
    font-size: 0;
    width: 13px;
    height: 13px;
    margin:0 3px;
    padding: 0px;
    cursor: pointer;
    border: 0;
    outline: none;
    background: rgba(195, 195, 195, 0.5);
    border-radius: 50%;
}

.testimonial .slick-dots li.slick-active button {
    background-color: #2196F3;
}

.testimonial .slick-dots li button:hover,
.testimonial .slick-dots li button:focus
{
    outline: none;
}


.white-testi .slick-prev:before,
.white-testi .slick-next:before
{
    color: #fff;
}

.white-testi .slick-dots li.slick-active button{
	background-color:#fff;
}
/* CLIENT SLIDER */
#client-slider .bgimg { width:auto !important;background-size:contain !important; }
.client-logo {
    margin: 0px 15px;
}
.client-logo img {
    margin: auto;
	opacity: 0.7;
    filter: alpha(opacity=70);
}
.client-logo img:hover {
	opacity: 1.0;
    filter: alpha(opacity=100);
}
/* FOOTER */
@media only screen and (min-width: 992px) {
  #footer-fixed {
    /*position: fixed;*/
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
.footer{
  font-size:15px;
}

.footer-main{
  padding:60px 0 0px;
  background-color: #00234d;
  position: relative;
}

.footer .widget-title{
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
	letter-spacing: .5px;
    font-weight: 700;
    font-family: 'DINProBold', sans-serif;
}

.footer .widget-text p {color:#fff;}

.footer .widget-links{
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
}

.footer .widget-links li{
  margin-bottom: 14px;
  list-style:none;
}

.footer .widget-links li i {
	color:#fff;
	padding-right: 10px;
}

.footer .widget-links a{
  transition: 0.3s;
  color: #fff;
}

.footer .widget-links a:hover{
  color:#2196F3;
  text-decoration: none;
  transition: 0.3s;
}

.footer-copyright{
   padding: 30px 0 60px;
   background-color: #00234d;
}

.copy-right{margin-top:10px;color:#fff;}

.footer-copyright ul.social-media{
  /*float:left;*/
  display:block;
  margin-bottom:0;
  margin-top: 5px;
}

.footer-copyright ul.social-media li {
	display:inline-block;
	margin-right: 17px;
}

.footer-copyright ul.social-media li:last-child {
	margin-right:0;
}

.footer-copyright ul.social-media li a{
  transition: 0.3s;
  font-size: 20px;
  display: inline-block;
  color: #fff;
}

.footer-copyright ul.social-media li a:hover{
  transition: 0.3s;
  color: #2196F3;
}




.flat-footer ul.social-media{
  float:none;
  display:block;
  margin-bottom:0;
  margin-top: 5px;
}

.flat-footer ul.social-media li {
	display:inline-block;
	margin-right: 17px;
}

.flat-footer ul.social-media li:last-child {
	margin-right:0;
}

.flat-footer ul.social-media li a{
  font-size: 20px;
  display: inline-block;
  color: #fff;
}

.flat-footer ul.social-media li a:hover{
  color: #2196F3;
}

ul.footer-gallery {margin:0;}

ul.footer-gallery li {
    display: inline-block;
    width: 24%;
    padding: 0 2px 0px 0;
    margin-bottom: 5px;
}
ul.footer-gallery li img {
    max-width: 100%;
    width: 100%;
}

.footer-gallery-box {
    position: relative;
    overflow: hidden;
}

.footer-gallery-box .skin-overlay {
    background-color: rgba(30, 192, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.footer-gallery-box:hover .skin-overlay{
    opacity: 1;
}
.footer-gallery-box .zoom-wrap {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-gallery-zoom {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
}

.footer-gallery-zoom li {
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
}

.footer-gallery-box:hover .footer-gallery-zoom li{
	bottom: 0;
    opacity: 1;
    visibility: visible;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-gallery-zoom li a {
	color:#fff;
}

.footer-gallery-zoom li a:hover, .footer-gallery-zoom li a:focus {
	color:#212121;
}

.logo-footer {
	/*height: 34px;*/
    margin-bottom: 15px;
}

.contact-widget.widget ul li {
  padding-left: 25px;
  position: relative;
}
.contact-widget.widget ul li i {
  position: absolute;
  left: 0;
  top: 1px;
}
/*Slick Slider*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.search-link{
    transition: 0.3s;
    color: #212529;
}
.zoom-in{
    overflow: hidden;
    width: max-content;
}
.zoom-in img{
    transition: .3s;
}
.zoom-in img:hover{
    transform: scale(1.2);
    transition: .3s;
}
.display-4{
    font-size:50px;
}
.ui-loader{
    display: none;
}
.our-team-img-wrapper .card-img{
    position: absolute;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

@media (max-width:767px) {
    .our-team-img-wrapper { width:100% !important;height:auto !important; }
    .our-team-img-wrapper .bgimg { height:422px !important; }
    .our-team-img-wrapper .card-img { position:static; }
}

/* Icon 1 */

.animated-icon1, .animated-icon3, .animated-icon4 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span, .animated-icon3 span, .animated-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.animated-icon3 span {
    background: #000;
}

/* Icon 3*/

.animated-icon3 span:nth-child(1) {
  top: 0px;
}

.animated-icon3 span:nth-child(2), .animated-icon3 span:nth-child(3) {
  top: 10px;
}

.animated-icon3 span:nth-child(4) {
  top: 20px;
}

.animated-icon3.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon3.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
/*============custom scroll by simplebar*/
.testimonial-text .simplebar-mask{
    position: relative;
}
.simplebar-content{
    padding-right: 0px!important;
}
.toggle-search-input-mobile{
    display: none;
}
.toggle-search-input{
    display: block;
}
.who-we-are-desc,
.who-we-are-desc *{
    font-weight: 400!important;
}
@media(max-width:768px){
    .toggle-search-input-mobile{
        display: block;
    }
    .toggle-search-input{
        display: none;
    }
    .widget_categories ul li{
        display: inline-block;
        padding-right: 5px;
    }
}
@media(max-width:468px){
    .testimonial-text{
        text-align: center!important;
    }
}

*,
.testimonial-item h4,
.testimonial-item h5,
.btn{
    font-family: 'DINProBold', sans-serif;
}

.carousel-caption p{
    font-weight: 300;
    font-family: 'DINPro',sans-serif;
}

h3.display-5{
    font-size: 30px;
}

.who-we-are-desc{
    font-weight: 400;
}
@media (max-width:767px) {
    .portfolio-menu { text-align:center;display:block; }
    .portfolio-menu .portfolio-item { padding:0 !important;margin:0 !important; }
}
.portfolio-item,
.portfolio-link p,
.post-info h3{
    font-weight: 500!important;
}
.post-info h6{
    font-family: 'Arial';
    font-style: italic;
}
.post-info a span{
    font-family: 'DINPro',sans-serif;
    letter-spacing: 1px;
}
.din-pro.title{
     font-family: 'DINProBold', sans-serif;
     font-weight: 700!important;
     font-size: 24px;
}
#contact-btn{
    font-family: 'DINPro-Medium',DINProBold,sans-serif;
}



/* SLIDER */
.layer{
  background-color: rgba(50, 50, 50, 0.7);
   width: 100%;
   height: 100%;
}
.display-1{
  font-weight: 700;
}
.display-4{
  font-weight: 500;
}
.display-5{
}
.lead{
  font-size: 30px;
  font-weight: 400;
}
.carousel-caption{
    padding-top: 30px;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    bottom: auto;
    left:10%;
    max-width: 50%;
  
}
.carousel-caption p,.display-5{
    line-height: 30px;
    font-weight: 400;
    max-width: 500px;
}
.carousel-indicators li{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    cursor: pointer;
}
.btn-animate{
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
}
.btn-white {
    color: #212121!important;
    border-color: #fff;
    background-color: #fff;
}
.btn {
    padding: 0 40px;
    height: 48px;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    border: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}
.btn-circle{
  border-radius: 0px;
}
.btn-animate span {
    display: inline-block;
    position: relative;
    padding: 0 8.5px 0 8.5px;
    transition: padding 0.2s;
}
.btn-animate:hover{
  background-color: #000;
}
.btn-animate:hover span{
  color: #fff!important;
  transition: padding 0.2s;
  padding-right: 5px;
  transition: padding 0.3s;
}
/*.btn-animate .fa-arrow-right {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: 0px;*/
/*  opacity: 0;*/
/*  margin-top: -7px;*/
/*  transition: opacity 0.2s, right 0.2s, color 0.2s;*/
/*}*/
/*.btn-animate:hover .fa-arrow-right{*/
/*  color: #fff!important;*/
/*  opacity: 1;*/
/*  right: -10px;*/
/*  transition: opacity 0.4s, right 0.5s, color 0.3s;*/
/*}*/
.animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.hide{
    display: none;
    /*transition: 0.8s;*/
}
.show{
    transition: 0.3s ;
    display: block;
}

@media screen and (max-width: 900px) {
    
    .display-1 {
        font-size: 70px;
    }
    .display-3{
      font-size: 65px;
    }
    .carousel-caption .display-4{
        font-size: 25px;
    }
    .carousel-caption .display-5{
        font-size: 18px;
    }
}


@media screen and (max-width: 480px) {
    .display-1 {
        font-size: 40px;
    }
    .display-3{
      font-size: 30px;
    }
    .lead{
      font-size: 20px;
    }
     
}




/* who-we-are-home */
.who-we-are-desc{
    letter-spacing: normal;
    line-height: 21px;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.who-we-are-title{
    font-family: 'Source Sans Pro', sans-serif;
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.who-we-are-name{
    font-weight: 700;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
}

/* portfolio category */
.portfolio-item{
  color: #a3a3a3;
  font-size: 19px;
  font-weight: 600;
}
.portfolio-item:hover,
.portfolio-item.active{
  cursor: pointer;
  color: #000;
  font-weight: 600!important;
}
.portfolio-link:hover{
    text-decoration: none;
    color: #fff;
}
/* Our blogs */

.our-blog{
  background-color: #f1f1f1;
}

.owl-controls .owl-pagination{
  text-align: center;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 4px;
}

.blog-slider .owl-controls .owl-page span{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  -moz-transition: .2s linear;
  transition: .2s linear;
  background:#a39e9e;
}

.blog-slider .owl-controls .owl-page.active span,
.blog-slider .owl-controls .owl-page:hover span{
  background-color: #4a90e2;
}

.blog-slider .owl-controls {
	/*margin-top:50px;*/
}


/*=============================================
                        Our Blog
=============================================*/
.blog-slider .post {
    margin: 20px 0;
    padding: 0 10px;
}
.post-info {
    padding: 20px;
    min-height: 135px;
    background: #4a90e2;
    transition: all 0.2s ease;
}
.post:hover .post-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.post .post-img {
  overflow: hidden;
  position: relative;
  z-index: 10;
  max-height: 220px;
  cursor: grab;
}
.post .post-img img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}

.post-info h3 {
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom:0px;
}
.post-info h6 {
   color: #fff;
   font-size:14px;
   font-weight: 500;
}

.post-info a {
    padding: 10px 0;
    color:#fff;
    transition: 0.3s;
}
.post-info a span {
    font-weight: 300;
    font-size: 14px;
    padding: 10px 0;
    color:#fff;
    transition: 0.3s;
}
.post-info a.readmore span { text-decoration: underline; }

.post-info a:hover {
    color:#2196F3;
    transition: 0.3s;
}

.post-info p {
    max-height: 200px;
	margin-top: 20px;
	color: #fff;
}
.post-info p.scrolled::-webkit-scrollbar-thumb{
    background: #fff;
}

a.readmore {
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

a:hover.readmore {
    color: #2196F3;
}

a.readmore > span {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-content .img-responsive { float:left;width:155px;height:155px;display:block;margin-bottom:20px;margin-right:30px;border-radius:50%; }

/* About CSS */


/* who-we-are-home */
.who-we-are-desc{
    letter-spacing: normal;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}
.who-we-are-title{
    font-family: 'Source Sans Pro', sans-serif;
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.who-we-are-name{
    font-weight: 700;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
}
.btn-primary{
    background-color: #2196F3;
    border-color: #2196F3;
    border-radius: 25px!important;
}
.img-flush-right { float:right; }

@media (max-width:992px) {
    .img-flush-right { float:none; }
}

/* Contact Us */

h3{
    color: #212121;
    font-size: 24px;
    margin: 10px 0;
    font-style: normal;
}

address, abbr{
    color: #000;
    line-height: 24px;
    font-size: 14px;
}
.form-control{
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #212121;
    border: 1px solid #979797;;
    border-radius: 0;
}
.error{
    padding: 10px 0;
    color: #a94442;
}
#name-error{
    content: 'Your Name is Required'!important;
}
.btn{
    padding: 0 40px;
    color: #000;
    font-size: 16px;
    border:0;
    border-radius: 0px!important;
    background-color: #e8e8e8;
    transition: .3s;
}
.btn:hover{
    background-color: #000;
    color: #fff;
    transition: .3s;
}
.image-ui-tool .hide{
    display: none!important;
}
.form-control{
    background-color: #fafafa;
}
#checkbox-error{
    position: absolute;
    bottom:0px;
    left: 30px;
}
.fs-14{
    font-size: 14px;
}
.terms-conditions{
    text-decoration: underline;
    cursor: pointer;
}
ul.input-checkbox li{
    list-style: none;
    display: inline-block;
}
ul.input-checkbox li input{
    top: 2px;left:2px;-webkit-appearance:checkbox;appearance:checkbox;
}
@media(max-width:468px){
    #checkbox{
        left: 3px;
    }
}
@media(max-width:650px){
    #contact-btn{
        width: 92%!important;
    }
}
@media(max-width:768px){
    .m-t{
        margin-top:30px;
    }
    #checkbox{
        margin-right: .05rem!important;
        margin-left: .35rem!important;
    }
}
.postback-message{
    min-height: 0px;
}
@media(max-width:991px){
    .postback-message{
        min-height: 60px;
    }
}





