@import url('normalize.css');
@import url('https://fonts.googleapis.com/css?family=Anton|Roboto');


/*
	Theme Name: CONSTRUCTECH
	Created : June 21th 2017 
	Updated : None
	Version: 1.0

*/

/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
    ## Main CSS RESET
    ## HTML <h1> to <h6> Tags
    ## BASIC HTML STRUCTURE CSS STYLES
    ## NAVBAR
	## CAROUSEL
    ## SLIDES BACKGROUNDS
    ## HOME PAGE
    ## SERVICES
    ## ABOUT
    ## CONTACT
    ## FAQ
    ## 404 ERR0R 
    ## BLOG DETAILS
    ## FILTER GALLERY
    ## SCROLLING TOP
    ## PARTNERS SLIDER
    ## TESTIMONIALS SLIDER
    ## FOOTER
    ## BOOTSTRAP RESET
    ## MEDIA QUERIES - RESPONSIVE
*/

/*------------------------------
--- Main CSS Reset ---
------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
    line-height: 2;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

/* ==========================================================================
   #HTML <h1> to <h6> Tags
   ========================================================================== */
h1{font-size: 35px;}

h2{font-size: 30px; font-weight: 700; color: #47546b; line-height: 1;}

h3{font-size: 25px;}

h4{font-size: 20px;}

h5{font-size: 15px;}

h6{font-size: 10px;}

p{font-size: 14px;}

/* ==========================================================================
   #BASIC HTML STRUCTURE CSS STYLES
   ========================================================================== */
.wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main{
    margin-top: 30px;
}

.main-colored{
    background-color: #F0F0F0;
    border-top: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
}


.main-colored .row .col-md-4{
    margin-bottom: 20px;
}

.content{
  padding: 0px 15px 0px 15px;
  margin-right: auto;
  margin-left: auto;
}

section{
    padding: 30px 0px 30px 0px;
}

@font-face {
    font-family: MundoSansStd;
    src:local("fonts\Mundo_Sans_Std_Regular.otf");
}

/* ==========================================================================
   #TOP HEADER
   ========================================================================== */
.top-header{
    background-color: #333c4d;
    height: 24px;
}

.social-top{
    float: right;
    margin-top: 2px;
}

.social-icons{
    display: inline-block;
    margin-right: 5px;
}

.social-icons .fa{
    font-size: 16px;
}

.top-content{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px 15px 1px 35px;
}

.top-info{
    float: right;
	display:none;
}

.top-info p{
    color: #e4e4e4;
}
.top-info p a {
    color: #e4e4e4;
}
.ifan_bar {
    float: left;
    width: 2px;
    background-color: #565656;
    height: 55px;
}
.header_title {
    float: left;
    padding-left: 12px;
    margin-top: -8px;
}
.header_title h4 {
    font-weight: 600;
    color: #47546b;
    font-family: inherit;
    font-size: 34px;
    margin-bottom: -7px;
}

/* ==========================================================================
   #NAVBAR
   ========================================================================== */
.nav-container{
  max-width: 1200px;
  padding: 0px 15px 0px 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-default{
    background-color: #FFF;
    border-color: transparent;
    box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.3);
}

.main-nav{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    
}

logo-color{
    color:#2293d0;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.navbar-fixed-top {
  top: 20px;  
}

.navbar-default .navbar-brand{
    margin-top: -14px;
}

.navbar-default .navbar-brand h2{
    font-size: 22px;
    color: #47546b;
   /* font-family: 'Anton', sans-serif;*/
    /*font-weight: normal;*/
}

.navbar-default .navbar-brand p{
    font-size: 12px;
    margin: -16px 0px 0px 45px;
    font-style: italic;
}
.navbar-default .navbar-brand img{
    width: 137px;
}

.navbar-default .navbar-nav > li > a {
    color: #47546b;
    font-weight:600;
    font-size: 15px;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 5s; /* Safari */
    transition-property: color;
    transition-duration: 0.4s;
    padding-left: 10px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #2293d0;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #2293d0;
    background-color: transparent;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #47546b;
    background-color: transparent;
}
/* Caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}

/* Mobile version */
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    color: red;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #2293d0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 4px 0;
  margin: 2px 0 0;
  margin-left: -15px;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 2px 25px;
  clear: both;
  font-weight: normal;
  line-height: 2;
  color: #47546b 
  white-space: nowrap;
  -webkit-transition-property: width; /* Safari */
  -webkit-transition-duration: 5s; /* Safari */
  transition-property: color;
  transition-duration: 0.4s; 
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #2293d0;
  text-decoration: none;
  background-color: transparent;
}

.navbar-collapse.in {
    overflow: hidden;
    max-height: none !important;
    height: auto !important;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 14px 0;
    }
}
    
/* ==========================================================================
   #CAROUSEL
   ========================================================================== */
#first-slider .main-container {
  padding: 0;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3{
    color: #FFF;
    font-size: 60px;
    text-transform: uppercase;
    font-weight:700;
    text-align: center;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4, #first-slider .slide5 h4{
    color: #FFF;
    text-transform: uppercase;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}
#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 750px; 
  height: 100%;
  width:100%;
}

.carousel-inner .item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.carousel-inner .item .content{
    top: 38%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner .item .content .btn-default {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  border-radius: 0px;
  font-size: 15px;
  -webkit-transition-property: width; /* Safari */ 
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-property: background;
  transition-duration: 0.4s;
}
.carousel-inner .item .content .btn-default:focus,
.carousel-inner .item .content .btn-default.focus {
  color: none;
  background-color: none;
  border-color: none    ;
}
.carousel-inner .item .content .btn-default:hover {
  color: #FFF;
  background-color: #2293d0;
  border-color: #2293d0;
}

#first-slider h3{
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#first-slider h4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#first-slider h2 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}
#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #FFF;
    border:none;
}

#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #2293d0;
    border:none;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    font-size: 60px;
    color: #2293d0;
    border-radius: 53px;
    padding-top: 30px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    font-size: 60px;
    color: #2293d0;
    border-radius: 53px;
    padding-top: 30px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* ==========================================================================
   #SLIDES BACKGROUNDS
   ========================================================================== */
#first-slider .carousel-inner .slide1 {
	
    background-image: url("../img/carousel/AirplanePNG.png");
    background-size: cover;
    background-repeat: no-repeat;
	background-position:top;
}
#first-slider .slide2 {
    background-image: url("../img/carousel/slider16.jpg");
    /*background-image: url("../img/carousel/slider14.jpg");
    background-image: url("../img/carousel/Asset1.png");*/
    background-size: cover;
    background-repeat: no-repeat;
	background-position:top;
}
#first-slider .slide3 {
    background-image: url("../img/carousel/slider13.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	background-position:top;
}
#first-slider .slide4 {
    background-image: url("../img/carousel/slider18.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	background-position:top;
}
#first-slider .slide5 {
    background-image: url("../img/carousel/slider15.jpg");
      background-size: cover;
    background-repeat: no-repeat;
	background-position:top;
}


/* ==========================================================================
   #HOME PAGE
   ========================================================================== */
.wide-bar{
    height: auto;
    background-color: #2293d0;
    color: #FFF;
}

h2.left{
    float: left;
}

p.btn-home{
    float: right;
    margin-top: -45px;
}

.content-bar{
  max-width: 1200px;
  padding: 20px 15px 20px 15px;
  margin-right: auto;
  margin-left: auto;
}


hr.short{
	width: 80px;
    border-top: 3px solid #2293d0;
    margin: 15px 0px 30px 0px;
}

/******* Code Added ON 13-05-2019 *******/
.our-service-sub-heading{
	font-weight: 600;
	color: #2293d0;
	margin: 15px 0;
}

@media (max-width:800px){
	.our-service-sub-heading{
		text-align: center;
	}
}
/******* Code Added ON 13-05-2019 *******/

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

.services-icons div:first-child{
	text-align: center;
}

.services-icons img {
    width: 55px;
    height: 55px;
    /*margin-right: auto;
	margin-left: auto;
	*/    
    /*display: block*/
}

.services-icons h4 {
    font-size: 14px;
    font-weight: 600;
    color: #47546b;
    margin-top: 15px;
    line-height: 1.6 !important;
	text-align: center;
}

.services-icons p {
    font-size: 14px;
    color: #9999;
    line-height: 1.5;
    margin-bottom: 25px;
	text-align: center;
    
}

.col-md-7{
    margin-top: -10px;
}

.content section .row .col-md-7{
    padding-left: 36px;
}

.tools{
    background-image: url("../img/icons/tools.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.drawing{
    background-image: url("../img/icons/drawing.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.paint{
    background-image: url("../img/icons/paint.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.tools-2{
    background-image: url("../img/icons/tools-2.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.skyline{
    background-image: url("../img/icons/skyline.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.helmet{
    background-image: url("../img/icons/helmet.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.electricity{
    background-image: url("../img/icons/electricity.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.road{
    width: 55px;
    height: 55px;
    transition: .3s ease;
}
.road img {
  opacity: 0.7;
}
.urban{
    background-image: url("../img/icons/urban.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}
.wastewater {
  background-image: url("../img/icons/wastewater.png");
    width: 55px;
    height: 55px;
    transition: .3s ease;
}

.content-contact{
    /* The image used */
    background-image: url("../img/parallax/image3.jpg");

    /* Full height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info{
    color: #FFF;
    padding: 80px 0px 80px 0px;
}

.contact-info h2{
    color: #FFF;
    text-align: center;
    font-size: 50px;
}

.contact-info h3{
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.contact-info p{
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
}

hr.short-center{
	width: 8%;
    border-top: 3px solid #2293d0;
    margin-top: 15px;
    margin-bottom: 30px;
}

.content-testimonials{
    /* The image used */
    background-image: url("../img/parallax/image2.jpg");

    /* Full height */
    height: auto; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-block .fa{
    font-size: 50px;
    color: #2293d0;
}


.service-front{
    padding: 30px 15px 40px 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-front .row .col-md-4{
    border: solid 1px #f2f2f2;
}


.service-front .row .col-md-4{
    padding: 0px;
    margin: 0px;
  
}

.service-front .service-block{
    /*height:auto;*/
    height: 450px;
    padding: 80px 20px 80px 20px;
}

.service-front .service-block:hover{
    background:#F0F0F0;
}

.service-front .service-block h3{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
}

.service-front .service-block p{
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
    color: #666;
}
.dot-arrow {
    position: absolute;
    top: 25px;
    right: -25px;
}

/* ==========================================================================
   #SERVICES
   ========================================================================== */
.pages-header{
    
    height: 320px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: left;
}

h1.title{
    font-size: 35px;
    padding: 230px 0px 0px 0px;
    margin: 0px;
}

.pages-header p{
    margin-top: -20px;
}

.service-block{
    height: 260px;
    padding: 40px 20px 40px 20px;
}

.service-block:hover{
    background:#F0F0F0;
}

.service .row .col-md-4{
    border: solid 1px #f2f2f2;
}

.service-block img{
    width: 50px;
}

.service-image{
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

.service-block h3{
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;
}

.service-block p{
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.service{
    padding: 40px 15px 60px 15px;
}

.service .row .col-md-4{
    padding: 0px;
    margin: 0px;
  
}

.services-page .service-block:hover {
  background: #777474;
  color: white;
}

/* ==========================================================================
   #ABOUT
   ========================================================================== */
.about{
    margin-bottom: 40px;
}

.about h2{
    color: #47546b; 
}

.about p{
    color: #999999;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
}

/* ==========================================================================
   #CONTACT
   ========================================================================== */
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.contact-address p{
    color: #8c8c8c;
}


.contact-address h4{
    margin-top: 10px;
    color: #47546b;
}

.contact-address h5{
    font-size: 18px;
    color: #2B96CC;
}

.contact-address p{
    font-size: 14px;
}

.contact-address{
    margin-left: 100px;
}

.contact-address .fa{
    color: #2293d0;
}

/* ==========================================================================
   #FAQ
   ========================================================================== */
.faq{
    width: 80%;
}

.faq p{
    margin-bottom: 30px;
}
/* ==========================================================================
   #404 ERR0R 
   ========================================================================== */
.page-404{
    text-align: center;
    margin-bottom: 40px;
}

.page-404 h3{
    font-size: 250px;
    font-weight: 700;
    line-height: 1.1;
    color: #2293d0;
}

.page-404 h4{
    font-size: 25px;
    font-weight: 700;
    color: #47546b;
}

.page-404 p{
    font-size: 18px;
    color: #999;
}
/* ==========================================================================
   #BLOG DETAILS
   ========================================================================== */
.blog-details{
    margin-top: 130px;
}

.blog-details h2{
    font-size: 20px;
}

.blog-details hr.short{
    width: 60px;
}

.post-title h1{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2; 
}

.post-title h2{
    font-size: 17px;
    line-height: 1.5; 
}

.post-image{
    margin: 20px 0px 20px 0px;
}

.post-image img{
    width: 100%;
}

.post-content p{
    margin-bottom: 20px;
    color: #999;
}

.share-btns{
    display: inline-block;
    margin-right: 10px;
}

.share-btns img{
    width: 35px;
}

.blog-details .caption p{
    display: none;
}

.post-below{
    margin-top: 30px;
}

.post-below .row .col-md-4 .thumbnail .caption{
    height: 40px;
}

.post-below .row .col-md-4 .thumbnail .caption h3{
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
}

.comments-block{
    margin-top: 30px;
}

.sidebar{
    height: 300px;
}

.feature-post{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.feature-post img{
    width: 100%;
}

.feature-post img:hover{
  opacity: 0.5;

}

.feature-post {
    position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.feature-post:hover .image {
  opacity: 0.3;
}

.feature-post:hover .middle {
  opacity: 1;
}

.text {
  background-color: #2293d0;
  color: #47546b;
  font-size: 16px;
  padding: 5px 16px;
}


.post-thumbnail img{
    width: 150px;
    height: 101px;
    float: left;
    margin-right: 10px;
}

.top-post .thumbnail-info h3{
    text-align: left;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #47546b; 
}

.top-post .thumbnail-info p.category{
    line-height: 1.6;
    color: #2293d0;
    font-size: 13px;
    margin-top: 5px;
 }


.top-post .row .col-md-12{
    margin-bottom: 15px;
}

/* ==========================================================================
   #FILTER GALLERY
   ========================================================================== */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
}

section .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

section .nav-item {
  position: relative;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 18px;
  color: #47546b;
  text-decoration: none;
  line-height: 1.5;
  
}
.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  color:#01B9AF;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-item.active {
  color: #2293d0;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.nav-item.active:before {
  width: 100%;
}

.portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.h4align {
    
}
.project {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 20px);
    flex: 1 0 calc(100% - 20px);
    padding: 10px;
   
}


.project:hover .project-info {
  background: rgba(34, 147, 208, 0.8);
}
@media (min-width: 520px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 2) );
            flex: 0 0 calc((100% / 2) );
  }
  li.project.full_head_tab {
    flex: 0 0 calc((100% / 1) );
  }
}
@media (min-width: 860px) {
  .project {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 3) );
            flex: 0 0 calc((100% / 3) );
  }
  li.project.full_head_tab {
    flex: 0 0 calc((100% / 1) );
  }
}

@media (max-width: 991px) {
    .gallery .nav-item {
        font-size: 15px;
    }
}

.project-image img {
    display: block;
    width: 100%;
    height: auto;  
    
}

.project-imagefirst img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 370px;
    padding-bottom:30px;
}

.project-imagenext img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 100px;
    padding-bottom: 30px;
}
.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  color: #f6f6f6;
  background: rgba(89, 89, 89, 0.8);
  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
.project-info:hover {
  opacity: 1;
}

.project-info-title {
  margin: 0 0 .5em;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.project-info-button {
  padding: .5em 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.project-info-button:hover {
  color: #FFF;
  background: #47546b;
  border-color: #47546b;
}

/* ==========================================================================
   #SCROLLING TOP
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(9, 92, 131, 1) url(../img/icons/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 5px;  
  background-color: #2293d0;    
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  } 
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* ==========================================================================
   #PARTNERS SLIDER
   ========================================================================== */
.slick-dots {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
.slick-dots li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.slick-dots li.slick-active button {
  background-color: #2293d0;
}
.slick-dots li button {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: #47546b;
  border: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.slick-dots li :hover {
  background-color: #47546b;
}

.responsive div img{
    margin-left: auto;
    margin-right: auto;
}

.customers{
    padding: 30px 0px 50px 0px;
}

/* Custom Arrow */
.prev {
  color: #2293d0;
  position: absolute;
  top: -3%;
  left: 10px;
  font-size: 1.5em;
}
.prev :hover {
  cursor: pointer;
  color: #47546b;
}

.next {
  color: #2293d0;
  position: absolute;
  top: -3%;
  right: 10px;
  font-size: 1.5em;
}
.next :hover {
  cursor: pointer;
  color: #47546b;
}

@media screen and (max-width: 800px) {
  .next, .prev {
    display: none !important;
  }
}

/* ==========================================================================
   #TESTIMONIALS SLIDER
   ========================================================================== */
.gallery-cell {
  width: 100%;
}

.testimonial {
  text-align: center;
  max-width: 850px;
  margin: 50px auto 50px auto;
  }

.testimonial-avatar {
  width: 150px;
  border-radius: 50%;
  border: solid 4px #2293d0;
}

.testimonial-quote {
  display: block;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 0;
  color: #FFF;
}

.testimonial-author {
  display: block;
  font-weight: 800;
  color: #2293d0;
  font-size: 20px;
}

.flickity-page-dots .dot.is-selected {
  background: #2293d0;
}

/* ==========================================================================
   #FOOTER
   ========================================================================== */
footer {
  color: #FFF;
  position:relative;
}

footer h3 {
  margin-bottom: 10px;
    font-size: 18px;
}
footer h4 {
  margin-bottom: 10px;
    font-size: 16px;
}

footer .footer-above {
  padding-top: 20px;
  background-color: #333c4d;
  border-top: solid 3px #2293d0;
}

footer .footer-above p{
 font-size: 12px;
 color: #FFF;
}
.footeraddressrow p{
	font-size: 12px;
	color: #FFF;
	padding-left:20px;
	position:relative;
}
.glyphicon{
	position:absolute;
	left:0;
	top:5px;
}

footer .footer-above p a {
  color: #fff;
}

footer .footer-col {
  margin-bottom: 20px;
}

footer .footer-below {
  padding: 3px 0;
  background-color: #29303d;
  text-align: center;  
  font-size: 13px;
  color: #2293d0;
}

.footer-above .container .row .col-md-5 img{
    width: 40px;
}

.social{
    margin-top: 10px;
}

.social img{
    width: 30px;
    height: 30px;
}

.social-icons{
    display:inline-block;
    margin-right: 5px;
}

.social-icons .fa{
    color: #FFF;
    -webkit-transition-property: width; /* Safari */
    -webkit-transition-duration: 0.5s; /* Safari */
    transition-property: color;
    transition-duration: 0.5s;
}

.social-icons .fa:hover{
    color: #2293d0;
}

.schedule{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

hr.short-footer{
	width: 50px;
    border-top: 3px solid #2293d0;
    margin: 5px 0px 15px 0px;
}
hr.short-footerproject {
    width: 100px;
    border-top: 3px solid #2293d0;
    margin-top: 5px;
    margin-left: 45%;
    
}
hr.footer{
    border-top: 1px solid #8593ad;
    margin: 5px 0px 5px 0px;
}

/* ==========================================================================
   #BOOTSTRAP RESET
   ========================================================================== */
.thumbnail {
	height:500px;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.partners{
	height:400px;
	cursor:pointer;
}

.thumbnail .caption {
  padding: 0px;
  color: #333;
  padding-top: 15px;
}

.thumbnail .caption p{
  font-size: 15px;
  color: #999999;
  line-height: 1.7;
    margin-bottom: 15px;
}

.thumbnail .caption h3{
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
    
}

.thumbnail .caption h6{
  font-size: 14px;
  color: #2B96CC;
  line-height: 1.5;
  margin-bottom: 5px;
    
}

.btn-default {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
  border-radius: 0px;
  font-size: 15px;
  -webkit-transition-property: width; /* Safari */ 
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-property: background;
  transition-duration: 0.4s;
}
.btn-default:focus,
.btn-default.focus {
  color: #2293d0;
  background-color: none;
  border-color: #2293d0;
}
.btn-default:hover {
background: white;
    color: #2293d0;

}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #47546b;
  background-color: transparent;
  border-color: #47546b;
}

.btn-warning {
  color: #FFF;
  background-color: #2293d0;
  border-color: #2293d0;
  border-radius: 0px;
  font-size: 18px;
  -webkit-transition-property: width; /* Safari */ 
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-property: background;
  transition-duration: 0.4s;
  font-family: 'Roboto', sans-serif;
}

.btn-warning:hover {
  color: #2293d0;
  background-color: #FFF;
  border-color: #2293d0;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #2293d0;
  border-color: #2293d0;
}

.panel-default{
    border: none;
}

.panel{
    border: none;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: none;
}
.panel-default {
  border-color: #ddd;
}
.faq .panel-default > .panel-heading {
  color: red;
  background-color: #2293d0;
  border-color: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: transparent;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

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

.faq .panel-title a {
  display: block;
  color: #47546b;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.faq .panel-body p{
    color: #999;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 55px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f2f2f2;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #2293d0;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;
}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #47546b;
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 0;
}

.panel-title a {
  display: block;
  color: #FFF;
  padding: 15px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.panel-body {
  background: #fff;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.export-block{
    /*  border: 12px solid black;
    border-radius: 12px;*/
}


.exports-page .main .thumbnail .caption {
    padding: 0px;
    color: #333;
    padding-top: 15px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    height: 200px;
    text-align: center;
}


.services-page .main .thumbnail .caption {
    padding: 0px;
    color: #333;
    padding-top: 15px;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    height: auto;
    text-align: center;
}
.services-page .main .thumbnail .caption h3 {
  font-size: 18px;
}

/*.nav-pills{
      margin: -14px !important;
      margin-top: 10px;
}*/
/* ==========================================================================
   #MEDIA QUERIES - RESPONSIVE
   ========================================================================== */
@media (min-width: 1200px) {
  .content {
    width: 1200px;
  }
}

@media (max-width: 1130px) {
.content section .row .col-md-7{
padding-left: 120px;
}
    
.service-img img{
    width: 450px;
}
    
}

@media (max-width: 1024px) {    
h2{
    font-size: 20px;
}
    
h1.title{
    font-size: 30px;
    padding: 208px 0px 0px 0px;
    margin: 0px;
}
    
.thumbnail .caption h3{
  font-size: 17px;
    
}
    
.thumbnail .caption p{
  font-size: 14px;
    
}
    
.contact-info h2{
    font-size: 35px;
}

.contact-info p{
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}
    
}

@media (max-width: 991px) {  
.scopediv li::before {
    content: "";
    line-height: 1em;
    width: .5em;
    height: .5em;
    border: 1px solid #1b75ba;
    float: left;
    /* margin: .25em .25em 0; */
    border-radius: 50%;
    position: absolute;
    left: 64px;
    margin-top: 14px;
}
.pages-header7 {
    background-image: url(../img/Clients_Splash_Image.jpg);
    background-position-x: -500px;
    background-position-y: 0px !important;
}	
.navbar-header {
    float: none;
}

.navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 10px;
    border-left: none !important;
}

.navbar-left,.navbar-right {
    float: none !important;
}
.navbar-toggle {
    display: block;
}

.navbar-fixed-top {
    top: 30;
    border-width: 0 0 1px;
}

.navbar-collapse.collapse {
    display: none!important;
}

.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}

.navbar-nav>li {
    float: none;
    border-top: 1px solid #ffebb3;
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
}

.collapse.in{
    display:block !important;
}

.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: -10px;
}

.dropdown-menu > li > a {
    border-top: 1px solid #ffebb3;
    padding: 3px 25px;
    font-size: 14px;
}
    
h4.left{
    float: none;
    text-align: center;
    line-height: 1.5;
}
  
p.btn-home{
    float: none;
    margin-top: 0px;
    text-align: center;
    margin-top: 15px;
}
p.btn-home button:hover{
      background: white;
    color: #2293d0;
}  
.btn-default:hover{
      background: white;
    color: #2293d0;
}      
.sidebar{
    display: none;
}
    
.contact-info h2{
    color: #FFF;
    text-align: center;
    font-size: 30px;
}

.contact-info h3{
    font-size: 16px;
    color: #FFF;
    text-align: center;
}

.contact-info p{
    text-align: center;
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 1.5;
}
 
section{
    padding: 20px 0px 20px 0px;
}


.section-title h3{
    font-size: 18px;
}

.home-btn{
    padding: 20px 0px 15px 0px;
    float: right;
}
    
hr.short{
	width: 50px;
    border-top: 3px solid #2293d0;
    margin: 15px 0px 30px 0px;
}
    
h3{
    font-size: 20px;
}
    
.pages-header{
    height: 200px;  
	    
}

      
h1.title{
    font-size: 18px;
    padding-top: 145px;;
    line-height: 2.5;
}
    
.pages-header p{
    margin-top: -20px;
    font-size: 12px; 
}
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3{
    font-size: 25px;
}
    
#first-slider .carousel .item {
  min-height: 450px; 
}
    
.carousel-indicators{
    display: none;
}
    
.col-md-7{
    margin-top: 0px;
  
}

.content section .row .col-md-7{
    padding-left: 0px;
    padding: 20px;
}
   
.services-icons h4{
    text-align: center;
}

.services-icons p{
    text-align: center;
}
    
.tools, .drawing, .paint, .tools-2, .skyline, .helmet, .electricity, .urban, .road, .wastewater {
    margin-left: auto;
    margin-right: auto;
}
    
.service-img img{
    width: 100%;
}
    
.contact-address{
    margin: 0px;
    margin-left: 8px;
}

@media (max-width: 991px){
    .contact-address {
        margin: 0px;
        margin-left: 8px;
        margin-top: 15px;
    }
}
    
.contact-address h4{
    font-size: 16px;
    margin-top: 0px;
}
    
.about p{
    color: #999999;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 15px;
}
    
.about h2{
    padding: 0px 15px 0px 15px;
}
    
.faq{
    width: 100%;
}
    
.faq .panel-title a {
  padding: 15px;
  font-size: 14px;
}
    
.page-404 h3{
    font-size: 120px;
    font-weight: 700;
    line-height: 1.1;
    color: #2293d0;
}

.page-404 h4{
    font-size: 18px;
    font-weight: 700;
    color: #47546b;
}

.page-404 p{
    font-size: 14px;
    color: #999;
}
    
.thumbnail .caption p{
  font-size: 14px;
  color: #999999;
  line-height: 1.7;
    margin-bottom: 15px;
}

.thumbnail .caption h3{
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
    
.blog-details{
    margin-top: 80px;
}
    
.post-title h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2; 
}

.post-title h2{
    font-size: 17px;
    line-height: 1.5; 
}
    
.post-content p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}
    
.about p{
    color: #999999;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 10px;
    padding: 0px 15px 0px 15px;
}
    
.about h2{
    padding: 10px 15px 10px 15px;
}
    
.home-bar{
    width: 100%;
    height: 100%;
    background-color: #2293d0;
    color: #FFF;
}


    
}

@media (max-width: 767px) {
    
.content{
  padding: 0px 15px 0px 10px;
  margin-right: auto;
  margin-left: auto;
}
    
.nav-container{
  padding: 0px 5px 0px 5px;
  margin-right: auto;
  margin-left: auto;
}
    
.navbar-default .navbar-brand{
    margin-top: -7px;
}

.navbar-default .navbar-brand h2{
    font-size: 15px;
    color: #47546b;
}

.navbar-default .navbar-brand p{
    font-size: 10px;
    margin: -16px 0px 0px 40px;
    font-style: italic;
}
    
.navbar-default .navbar-brand img{
    width: 35px;
}
      
h2{
    font-size: 20px;  
    font-weight: 600; 
    color: #47546b; 
    line-height: 1;
}
    
.thumbnail .caption p{
  font-size: 13px;
  color: #999999;
  line-height: 1.7;
  margin-bottom: 15px;
}

.thumbnail .caption h3{
  font-size: 17px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
    
}
    
.blog-details{
    margin-top: 40px;
}
    
.post-title h1{
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2; 
}

.post-title h2{
    font-size: 15px;
    line-height: 1.5; 
}
    
.share-btns img{
    width: 25px;
}
    
section .nav-item {
  font-size: 16px;
    margin: 0px;
}
    
.service-front{
    padding: 30px 15px 40px 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-front .row .col-md-4{
    border: solid 1px #f2f2f2;
}


.service-front .row .col-md-4{
    padding: 0px;
    margin: 0px;
  
}

.service-front .service-block{
    height: auto;
    padding: 40px 20px 40px 20px;
}

.service-front .service-block:hover{
    background:#F0F0F0;
}

.service-front .service-block h3{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.service-front .service-block p{
    text-align: center;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #666;
}
    
.service-block .fa{
    font-size: 35px;
    color: #2293d0;
}
    
.slick-dots li.slick-active button {
  display: none;
}
.slick-dots li button {
  display: none;
}


}

@media (max-width: 620px) {
.section-title{
    float: none;
    padding-bottom: 10px;
}
    
.section-title h3{
    line-height: 1.3;
}

.home-btn{
    float: none;
    padding-top: 0px;
}
      
.carousel-inner .item .content{
    top: 44%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
    
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3{
    font-size: 20px;
}

.carousel-inner .item .content p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
    
.contact-info{
    color: #FFF;
    padding: 50px 0px 50px 0px;
}

.contact-info h2{
    color: #FFF;
    text-align: center;
    font-size: 25px;
}

.contact-info h3{
    font-size: 15px;
    color: #FFF;
    text-align: center;
}

.contact-info p{
    text-align: center;
    font-size: 13px;
    padding-bottom: 20px;
    line-height: 1.5;
}
    
.thumbnail .caption p{
  font-size: 12px;
  color: #999999;
  line-height: 1.7;
    margin-bottom: 15px;
}

.thumbnail .caption h3{
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
    
}
    

.section-title{
    padding: 10px 0px 0px 0px;
    float: none;
}

.section-title h3{
    font-size: 16px;
}
    
.home-btn{
    padding: 5px 0px 15px 0px;
    float: none;
}
    
.home-btn .btn{
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #FFF;
}
    
section .nav-item {
  font-size: 14px;
}
    
.btn{
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid #FFF;
}
    
.testimonial-quote {
  display: block;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 0;
  color: #FFF;
  line-height: 1.5;
}
    
h1.title{
    font-size: 16px;
    padding-top: 153px;;
    line-height: 2.5;
}
    
.pages-header p{
    margin-top: -16px;
    font-size: 11px; 
}
   
        
}

@media (max-width: 430px) {
    .carousel-inner .item .content{
    top: 44%;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

  

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3, #first-slider .slide5 h3{
    font-size: 18px;
}
    
.carousel-inner .item .content p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}


  
section .nav-item {
  font-size: 13px;
}
      
    
}
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.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;
	/**width:240px !important;**/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
	/**width:250px;
	height:113px;*/
}
.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;
}
/*-----Custom changes-------*/

.navbar-logo{
    margin-top: -27px !important;
    padding: 0;
}
.gkd-logo{
  width: 135px !important;
}

.our-client-blog {
	position:relative;
    background-color: #f5fdff;
    border-top: solid 1px #d9d9d9;
    margin-top: 0px;
    /*background-image: url(../img/rawicons/client-bg.jpg);*/
}

.customers .prev {
      top: 15%;
}
.customers .next {
      top: 15%;
}
.pages-header a{
  color: white;
}

.portfolio {
  /*padding-bottom:30px;*/
}

/*------------FOR POPUP----------*/
.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}
.white_content {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  padding: 50px;
  background-color: white;
  z-index: 1002;
  overflow: auto;
  font-size: 17px;
}
 .popup-close {
      float: right;
    margin-top: -60px;
    margin-right: 10px;
    color: #333;
        padding: 5px;
    line-height: 0.7;
    border-radius: 50%;
 }
 .popup-icon {
    /*margin-left: 40%;*/
 }
  .popup-close:hover {
    background:#ea4e29;
    color: white;

  }
 .popup-close-x{
   float: right;
  margin-top: -68px;
    /* border: 5px solid blue; */
    border-radius: 20px;
    padding: 6px;
    /* margin-top: -52px; */
    font-size: 11px;
    background: #091b14;
    color: white;
}
 .popup-close-x:hover{
 
    background:#ea4e29;
    color: white;
}
.modal-h4{
  border-bottom: 3px solid #187ed6;
  margin-bottom: 28px;

}
 /*------------END POPUP----------*/


.fa-spin-hover:hover {
   -webkit-animation: fa-spin 2s infinite linear;
   -moz-animation: fa-spin 2s infinite linear;
   -o-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear;
}

.service-block .fa-building:hover {
  transition: 0.9s;
transform: rotateY(180deg);
}

.fa-rocket-hover:hover{
      transition: 5s;
    transform: translate(92px, -90px) rotate(20deg);
}

.get-q a {
  color: white;
}

.get-q a:hover{
  color: #2293d0;
}

.navbar-default .navbar-brand h2 {
  font-size: 28px;
      margin-left: 125px;
    margin-top: -47px;
}

.copy-right-span {
  border-left: 2px solid #797878;
  margin: 0px 10px;
}
.footer-copyrights a {
  color: white;
  text-decoration: underline;
}

.footer-copyrights {
  color: #d2d1d1;
}

.pages-header1 {
  background-image: url("../img/page-image1.jpg");
}
.pages-header2 {
  background-image: url("../img/page-image2.jpg");
}
.pages-header3 {
  background-image: url("../img/page-image3.jpg");
}
.pages-header4 {
  background-image: url("../img/page-image6.jpg");
}
.pages-header5 {
  background-image: url("../img/page-image5.jpg");
}
.pages-header6{
	background-image: url("../img/Partners.jpg");
	    background-position-x: -500px;
    background-position-y: -208px;
}
.pages-header7{
	background-image: url("../img/Clients_Splash_Image.jpg");
	    background-position-x: -500px;
    background-position-y: -340px;;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: visible;
    background: url('../img/gkdpreloder.gif') no-repeat center center;
 }

 .slick-dots {
  margin-top: 57px;
  margin-bottom: -57px;
 }
.top-nav-ul {
  float: right;
      margin-top: -5px;
}
.top-nav-ul li {
  float: left;
  margin-left: 10px;
  list-style-type: none;
}
.top-nav-ul li a {
  padding-left: 10px;
  color: #e4e4e4;
  font-size: 9px;
  letter-spacing: 0.0825em;
}
.top-nav-ul li a.border-yes {
  border-left: 2px solid #797878;
}
.top-info .border-yes {
  border-left: 2px solid #797878;
  padding-left: 10px;
}
.navbar-default .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  border-left: 2px solid #565656;
  border-radius: 0;
}
.navbar-default .navbar-nav > li:first-child > a {
  border-left: none;
}
.navbar-default .navbar-nav > li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.subdropdown {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px 0 30px 10px;
    border-top: 2px solid red;
    top: 45px;
    width: 1200px;
    left: -810px;
    height: auto;
    z-index: 999999999;
}

.subdropdown ul {
    float: left;
    width: 25%;
}

/*----------------CUSTOM SLIDER-----------------*/
.carousel-inner .slider-image h3.content-h3 {
    text-align: left;
    float: left;
    background-color: rgba(107, 104, 104, 0.58);
    padding: 0px 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 44px;
    border-radius: 5px;
    line-height: 1.5;
}
#first-slider .carousel-inner .slider-image h3.content-h3 {
  text-transform: none;
  text-align: left;
}
.carousel-inner .slider-image span img {
    width: 63px;
    margin-left: 20px;
}
.carousel-inner .slider-image p.content-p {
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgba(107, 104, 104, 0.58);
    clear: both;
    text-align: left;
    padding-left: 10px;
}

.carousel-inner .slider-image {
    margin-left: 10%;
}
@media (min-width: 992px) {
#first-slider .carousel-inner .slider-image h3.content-h3 {
  font-size: 44px;
  line-height: 1;
}
.second-row {
  display: none;
}
}
 @media (max-width: 991px) {
.carousel-inner .slider-image span img {
    width: 50px;
  }
  .carousel-inner .slider-image h3.content-h3 {
    padding-top: 0px;
    font-size: 26px;
  }
  .first-row {
      display: none;
  }
 }
@media (max-width: 620px) {
  .carousel-inner .slider-image span img {
    width: 40px;
  }
  .carousel-inner .slider-image h3.content-h3 {
    padding-top: 0px;
    font-size: 21px;
 }
}
@media (max-width: 620px) {
  .carousel-inner .slider-image h3.content-h3{
    padding: 0px 8px;
  }
}
@media (max-width: 620px) {
  .carousel-inner .slider-image span img {
    width: 40px;
    margin-left: 8px;
  }
}
@media (max-width: 522px) {
#first-slider .carousel-inner .slider-image h3.content-h3 {
  margin-right: 30px;
}
}


/*---------------CUSTOM NAVIGATION---------------*/
.nav-list-children {
  display: none;
}
.nav-list-children li {
  list-style-type: none;
  padding: 5px;
}
.nav-list-have-children:hover .nav-list-children {
  display: block;
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  min-width: 200px;
  margin-top: 15px;
  left: -20px;
}

.nav-list-children:hover {
  border-radius: 10px;
}
.nav-list-children li:hover {
  background-color:#333c4d; 
}
.nav-list-children li a {
  padding: 10px 20px;
  font-weight: bolder;
}
.nav-list-have-children a{
  font-weight: bolder !important;
}
.nav-list-children li:hover a {
  color: white;
}
.sub-menu-container {
  display: none;
}

.nav-list-have-children:hover .sub-menu-container {
    display: block;
    box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    min-width: 870px;
    margin-top: 15px;
    left: -466px;
}
.nav-list-have-children-exports:hover .sub-menu-container {
    min-width: 700px;
        left: -400px;
}
.sub-menu-container ul {
  list-style-type: none;
}
.sub-menu-container ul li {
  padding: 5px 0px;
}
.service-submenu {
  width: 33.33%;
  float: left;
}
.service-submenu ul:first-child {
  padding-left: 30px;
}
.service-submenu ul > li:hover:before{
  background-color: #0083ff;
}

.service-submenu ul > li:first-child:before {
    border-radius: 3px 3px 0 0;
}

.service-submenu ul > li:before {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background-color: #d6dfeb;
    left: -15px;
    top: 0;
    position: absolute;
    transition: background-color .3s ease;
}
.service-submenu ul li {
  position: relative;
}

.sub-menu-container {
  padding: 10px;
}

.top-header .top-content .top-info p{
    font-size: 10px;
    letter-spacing: 0.0825em;
}
/*---------------------------------*/
.nav-list-children {
  display: none;
}
.nav-list-children li {
  list-style-type: none;
  padding: 5px;
}
.nav-list-have-children:hover .nav-list-children {
  display: block;
  box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  position: absolute;
  min-width: 200px;
  margin-top: 15px;
  left: -20px;
}
.nav-list-children:hover {
  border-radius: 10px;
}
.nav-list-children li:hover {
  background-color:#333c4d; 
}
.nav-list-children li a {
  padding: 10px 20px;
}
.nav-list-children li:hover a {
  color: white;
}
.sub-menu-container-normal {
  display: none;
}

.nav-list-have-children:hover .sub-menu-container-normal {
    display: block;
    box-shadow: 10px 0 50px rgba(18, 25, 33, 0.1);
    border-radius: 10px;
    background-color: #ffffff;
    position: absolute;
    min-width: 200px;
    margin-top: 15px;
    left: -25px;
}
.sub-menu-container-normal ul {
  list-style-type: none;
}
.sub-menu-container-normal ul li {
  padding: 5px 0px;
}
.service-submenu {
  width: 33.33%;
  float: left;
}
.service-submenu ul:first-child {
  padding-left: 30px;
}
.service-submenu ul > li:hover:before{
  background-color: #0083ff;
}

.service-submenu ul > li:first-child:before {
    border-radius: 3px 3px 0 0;
}

.service-submenu ul > li:before {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background-color: #d6dfeb;
    left: -15px;
    top: 0;
    position: absolute;
    transition: background-color .3s ease;
}
.service-submenu ul li {
  position: relative;
}

.sub-menu-container-normal {
  padding: 10px;
}

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

@media (max-width: 991px) {
  .nav-list-have-children:hover .nav-list-children {
      width: 100%;
      position: relative;
  }
  .nav-list-have-children:hover .sub-menu-container{
    width: 100%;
    position: relative;
    left: 0;
    overflow: hidden;
  }
}
@media (max-width: 860px) {
 .service-submenu {
    width: 50%;
  }
}
@media (max-width: 660px) {
 .service-submenu {
    width: 100%;
  }
  .service-submenu ul {
    padding-left: 20px;
  }
}



@media (max-width: 991px) {
  .nav-list-have-children:hover .sub-menu-container-normal {
    width: 100%;
    position: relative;
    left: 0;
    overflow: hidden;
  }
}

/*---------------------footer-blog-------------------*/

.footer-below .footer-copyrights {
      margin-top: -5px;
}
footer .footer-below {
  overflow: hidden;
  max-height: 24px;
}

/*-------------------about-page--------------------*/
.about h4 {
    font-size: 18px;
    color: #47546b;
}
.about p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 0px;
}
.about {
  line-height: 1;
}

/*-------------------project-page---------------*/

li.project.full_head_tab {
  flex: 0 0 calc((100% / 1) );
}


/*------------------time-line-----------------*/

/*img.time-line-icon {
    width: 100px;
    padding: 25px;
    border-radius: 100%;
    background-color: red;
}
*/.time-line-content {
  text-align: center;
  font-size: 18px;
}
.time-line-image {
   text-align: center;
    margin-bottom: 20px;

}
.time-line-main {
  overflow: hidden;
  padding-bottom: 40px;
}
.timeline-full {
      margin-top: 45px;
}
.timeline-heading {
    text-align: center;
}
.time-line-image1 {
    text-align: center;
    margin-bottom: 20px;
    width: 100px;
    padding: 22px;
    border-radius: 100%;
    background-color: #8ca3a3;
        margin-left: auto;
    margin-right: auto;
    box-shadow: 10px 0 30px 0 rgb(160, 183, 183);
}
.time-line-image2 {
    text-align: center;
    margin-bottom: 20px;
    width: 100px;
    padding: 22px;
    border-radius: 100%;
    background-color: #667292;
        margin-left: auto;
    margin-right: auto;
        box-shadow: 10px 0 30px 0 rgb(136, 149, 183);
}
.time-line-image3 {
    text-align: center;
    margin-bottom: 20px;
    width: 100px;
    padding: 22px;
    border-radius: 100%;
    background-color: #cab577;
        margin-left: auto;
    margin-right: auto;
        box-shadow: 10px 0 30px 0 rgb(216, 196, 137);
}
.time-line-image4 {
    text-align: center;
    margin-bottom: 20px;
    width: 100px;
    padding: 22px;
    border-radius: 100%;
    background-color: #eeac99;
        margin-left: auto;
    margin-right: auto;
    box-shadow: 10px 0 30px 0 rgb(230, 180, 166);
}

/*------------------expots-blog------------------*/
.exports-container .exports-box:hover img {
  /**-webkit-filter: grayscale(100%);
  filter: grayscale(100%);**/
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.exports-container .exports-box img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.exports-page .main {
  margin-top: 0;
  padding-top: 30px;
}

/*-----------------contact-page-------------------*/
.contact-map {
  margin-bottom: 30px;
}

/********** Custom Css - Start ********/

	/******/
.p-0{
	padding: 0!important;
}
.p-l-15px{
	padding-left: 15px!important;
}
.m-0{
	margin: 0!important;
}	
.m-b-1{
	margin-bottom: 1rem!important;
}
.m-t-1{
	margin-top: 1rem!important;
}
.m-t-2{
	margin-top: 2rem!important;
}
.m-t-3{
	margin-top: 3rem!important;
}
.m-t-4{
	margin-top: 4rem!important;
}
.m-t-5{
	margin-top: 5rem!important;
}

.m-lr-1{
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}
.m-lr-2{
    margin-left: 2rem!important;
    margin-right: 2rem!important;
}
.m-lr-3{
    margin-left: 3rem!important;
    margin-right: 3rem!important;
}
.m-lr-4{
    margin-left: 4rem!important;
    margin-right: 4rem!important;
}
.m-lr-5{
    margin-left: 5rem!important;
    margin-right: 5rem!important;
}
.open-popup-btn{
	padding: 20px 12px;
	width: 30%;
}

.window-popup {
    opacity: 0;
    background-color: #66b5ff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease, scale .4s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease, scale .4s ease;
    -o-transition: opacity .3s ease, transform .3s ease, scale .4s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease, scale .4s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 50;
}
.window-popup.open {
    opacity: 1;
    z-index: 999999;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: auto;
    /*background-color: #1e242c;*/
    background-color: rgba(0,0,0,0.7);
}
.close-popup {
    border-radius: 0 0 0 30px;
    background-color: #131a22;
    /* width: 80px; */
    /* height: 73px; */
    padding: 0 20px;
    text-align: center;
    line-height: 74px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    transition: all .3s ease;
    font-size: 57px;
}
.send-message-popup {
    width: 560px;
    max-width: calc(100% - 60px);
    padding: 60px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin: 100px auto;
    background-color: #fff;
    /*box-shadow: 0px -15px 0px 0px rgba(69, 74, 79, 0.5), 15px -30px 0px 0px rgba(69, 74, 79, 0.5), 30px -45px 0px 0px rgba(69, 74, 79, 0.5), 45px -60px 0px 0px rgba(69, 74, 79, 0.5);*/
}

#contact-form button[type="submit"]{
    padding:10px 20px;
    width: 100%;
}

.address_h4{
    position: relative;
    padding-left: 25px;
}

.address_h4 i{
    position: absolute;left: 0;top: 10px;
}

.m-b-10px{
    margin-bottom: 10px!important;
}

#Projectheader span{
    font-size: 28px;
}

.values-img-content p img{
    width: 100%;
}

@media (max-width: 430px){
    .send-message-popup{
        padding: 60px 25px;
    }
}
@media (max-width: 600px){
    .open-popup-btn{
        width: 95%;
    }
    
    .vision-img-cont p img{
        width: 100%!important;
    }
    
}

.d-none{
    display: none;
}
.l-height-0{
    line-height: 0!important;
}



@media (max-width: 760px){
    .xs-d-block{
        display:block!important;
    }
    .xs-d-none{
        display: none;
    }
    .values-img-content p img{
        width: 75%;
    }
}
@media (max-width: 600px){
    .values-img-content p img{
        width: 100%;
    }
}

/********** Custom Css - End ********/

/*--------------CUSTOM RESPONSIVE---------------*/



 @media (min-width: 1601px) {
   
   .services-items {
      width: 25%;
    }
    .services-page .services-grid .content {
    width: 100%;
 }
}

@media (min-width: 992px) and (max-width: 1600px) {
   .service-item-margin-left-10 {
    margin-left: 33.33% !important;
   }
   .services-items {
      width: 33.33%;
    }
    .services-page .services-grid .content {
    width: 100%;
 }
}
@media (max-width: 991px) {
   .services-items {
      width: 50%;
      float: left;
    }
}

@media (max-width: 767px) {
  .navbar-default .navbar-brand h2 {
    font-size: 18px;
    margin-left: 81px;
    margin-top: -30px;
    }
  .navbar-default .navbar-brand img {
    width: 85px;
      margin-top: 19px;
  }
  .navbar-fixed-top {
    top: 24px;
  }
  .top-header .top-nav-ul {
    line-height: 1;
  }
  .top-nav-ul li a {
    font-size: 10px;
  }
  .ifan_bar {
    float: left;
    height: 40px;
    margin-top: 5px;
  }
  .header_title {
      float: left;
      margin-top: 5px;
  }
  .header_title h4 {
      font-size: 20px;
  }
  .time-line-main .timeline-full .dot-arrow {
    display: none;
  }

}

@media (min-width: 992px) and (max-width: 1156px) {
  .export-block {
      height: 470px;
    }
}
@media (min-width: 993px) and (max-width: 1072px){
    .services-grid .services-items .service-block {
      padding: 12px 20px 40px 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .main-colored .second-row .col-md-4 {
        height: 137px;
    }
}

@media (min-width: 510px) and (max-width: 720px){
    .services-grid .services-items .service-block {
      padding: 12px 20px 40px 20px;
    }
}

@media (min-width: 520px) and (max-width: 667px) {
    .services-grid .services-items .service-block h3 {
      line-height: 1.2;
    }
}

@media (max-width: 600px) {
  .white_content {
      width: 90%;
      left: 5%;
  }
  .fa-rocket-hover:hover {
    transform: none;
  }
}

@media (max-width: 520px) {
  .services-grid .services-items {
      width: 100%;
  }
  .slider-image {
    margin-left: 11%;
  }
}
@media (max-width: 500px) {
  .ifan_bar {
    display: block;
  }
  .header_title {
      display: block;
  }
}

@media (max-width: 400px) {
  .navbar-default .navbar-brand h2 {
      display: none;
  }
  .white_content {
    padding: 15px;
  }
}

@media (max-width: 450px) {
  .customers {
    padding: 20px 0px 0px 0px;
  }
  .service-block{
    height: auto;
    padding: 20px;
  }
}

@media (max-width: 430px) {
   .carousel-inner .slider-image span img {
    width: 35px;
   }

}
@media(max-width:768px) and (min-width:576px){

.project-imagefirst img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;
}
.project-imagenext img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;
}
.h4align{
	padding-left:0px;
	text-align:center;
}
hr.short-footerproject {
    width: 50px;
    border-top: 3px solid #2293d0;
    margin-left:auto;
	margin-right:auto;
}
.imagesli{
	width:50%;
	
}
.project-imagefirst,.project-imagenext{
	width:90%;
	margin-left:5%;
}
}

@media(max-width:576px){

.project-imagefirst img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;
}
.project-imagenext img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;
}
.h4align{
	padding-left:0px;
	text-align:center;
}
hr.short-footerproject {
    width: 50px;
    border-top: 3px solid #2293d0;
    margin-left:auto;
	margin-right:auto;
}
.imagesli{
	width:100%;
}
}
@media(max-width:992px) and (min-width:769px){

.project-imagefirst img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;
}
.project-imagenext img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;
}
.h4align{
	padding-left:0px;
	text-align:center;
}
hr.short-footerproject {
    width: 50px;
    border-top: 3px solid #2293d0;
    margin-left:auto;
	margin-right:auto;
}
.imagesli{
	width:50%;
}
.project-imagefirst,.project-imagenext{
	width:90%;
	margin-left:5%;
}
}


@media (min-width:993px) and (max-width:1200px){
	.h4align{
	padding-left:0px;
	text-align:center;
}
hr.short-footerproject {
    width: 50px;
    border-top: 3px solid #2293d0;
    margin-left:auto;
	margin-right:auto;
}
.project-imagefirst img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;

}
.project-imagenext img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;
	
}
.imagesli{
	width:50%;
}
.imagesli>img{
	margin-left:10px;
	cursor:pointer;
}
.project-imagefirst,.project-imagenext{
	width:80%;
	margin-left:10%;
}
}
@media (min-width:1201px) and (max-width:1600px){
	.h4align{
	padding-left:0px;
	text-align:center;
}
hr.short-footerproject {
    width: 110px;
    border-top: 3px solid #2293d0;
    margin-left:auto;
	margin-right:auto;
	margin-top:0px !important;
}
.project-imagefirst img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;

}
.project-imagenext img {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-bottom: 30px;
	padding-left:5px;
	padding-right:5px;
	
}
.imagesli{
	width:50%;
}
.imagesli>img{
	margin-left:10px;
}
.project-imagefirst,.project-imagenext{
	width:80%;
	margin-left:10%;
}
}
.about>ul>li{
	display:list-item !important;
}
.partner1content,.partner2content,.partner3content,.partner4content,.partner5content,.partner6content{
	display:none;
}
.thumbnail>img{
	cursor:auto;
}
.partnerlogo1,.partnerlogo2,.partnerlogo3,.partnerlogo4,.partnerlogo5,.partnerlogo6,.partnerlogo7{
	width:100%;
	cursor:pointer;
}

/**.partnerlogo1:hover,.partnerlogo2:hover,.partnerlogo3:hover,.partnerlogo4:hover,.partnerlogo5:hover,.partnerlogo6:hover{
	width:195px;
	cursor:pointer;
	
}*/
.clientlogo1,.clientlogo2,.clientlogo3,.clientlogo4,.clientlogo5,.clientlogo6,.clientlogo7{
	width: 100%;
    margin-top: 2%;
    margin-bottom: 3%;
}


.popup{
	display:none;
	z-index: 99999;
    position: absolute;
    width: 70%;
    height:auto;
    top:10%;
    left: 0%;
    background-color: #f5f8ff;
    margin-left: 14%;
    margin-right: 5%;
    border-radius: 40px !important;
}
.popup1{
	display:none;
	z-index: 99999;
    position: absolute;
    width: 70%;
    height:auto;
    top:10%;
    left: 0%;
    background-color: #f5f8ff;
    margin-left: 14%;
    margin-right: 5%;
    border-radius: 40px !important;
}
.popup>.card-body{
	padding:5%;
}
.popup1>.card-body{
	padding:5%;
}
.popup2>.card-body{
	padding:5%;
}
.popup3>.card-body{
	padding:5%;
}
.popup4>.card-body{
	padding:5%;
}
.popup5>.card-body{
	padding:5%;
}
.popup6>.card-body{
	padding:5%;
}
.popuplogo>img{
	width:252px;
}
.popup2{
	display:none;
	z-index: 99999;
    position: absolute;
    width: 70%;
    height:auto;
    top:10%;
    left: 0%;
    background-color: #f5f8ff;
    margin-left: 14%;
    margin-right: 5%;
    border-radius: 40px !important;
}

.popup3{
	display:none;
	z-index: 99999;
    position: absolute;
    width: 70%;
    height:auto;
    top:10%;
    left: 0%;
    background-color: #f5f8ff;
    margin-left: 14%;
    margin-right: 5%;
    border-radius: 40px !important;
}
.popup4{
	display:none;
	z-index: 99999;
    position: absolute;
    width: 70%;
    height:auto;
    top:10%;
    left: 0%;
    background-color: #f5f8ff;
    margin-left: 14%;
    margin-right: 5%;
    border-radius: 40px !important;
}
.popup5{
	display:none;
	z-index: 99999;
    position: absolute;
    width: 70%;
    height:auto;
    top:10%;
    left: 0%;
    background-color: #f5f8ff;
    margin-left: 14%;
    margin-right: 5%;
    border-radius: 40px !important;
}
.popup6{
	display:none;
	z-index: 99999;
    position: absolute;
    width: 70%;
    height:auto;
    top:10%;
    left: 0%;
    background-color: #f5f8ff;
    margin-left: 14%;
    margin-right: 5%;
    border-radius: 40px !important;
}
.closeximg {
    height: 40px;
    width: 55px;
    padding-left: 8px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    left: 8%;
    top: 15%;
}
.closex {
    color: #191818;
    font-size: 40px;
    position: absolute;
    right: -2%;
    top: -3%;
    z-index: 999999;
    height: 60px;
    width: 60px;
    padding: 9px;
    background: #fff;
    border-radius: 50%;
}
.heading{
	color: #305ca8;
    font-size: 30px;
    margin-bottom: 3%;
	font-weight:bold;
	
}
.detailtext{
	padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 5%;
    color: #505f6e;
    font-family: latoregular;
    font-size: 30px;
}
.detailtext>p{
	font-size: 18px;
}
.popuplogo{
	margin-bottom:5%;
}
 .overlayeffect{
	   display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(82,86,89, 0.8);
    overflow: visible;
    z-index: 9999;
	
 }
 @media(max-width:1200px) and (min-width:992px){
	.heading{
		font-size:45px;
	}
	.detailtext{
		font-size:24px;
	}
 }
 @media(max-width:991px) and (min-width:768px){
	.heading{
		font-size:30px;
	}
	.detailtext{
		font-size:20px;
	}
 }
 @media(max-width:768px) and (min-width:576px){
	.heading{
		font-size:30px;
	}
	.detailtext{
		font-size:20px;
	}
 }
 @media(max-width:576px){
	.heading{
		font-size:25px;
	}
	.detailtext{
		font-size:20px;
	}
 }
 .modal {
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
 }
 
 .img-responsive{
	 width:100%;
	
 }
 .previmg{
	     position: absolute;
    left: 0px;
    top: 50%;
 }
 .nextimg{
	     position: absolute;
    right: 0px;
    top: 50%;
 }
 @media (min-width: 768px){
.modal-dialog {
    width: 700px;
    margin: 30px auto;
    
}
}
@media(max-width:768px){
	.slick-dots{
		display:none !important;
	}
	.mb-25px{
		margin-bottom:25px;
	}
	.modal-header{
		font-size:15px !important;
	}
}
@media(max-width:576px){
	.slick-slide{
		margin:0px 5px
	}
	.customers>hr{
		margin:15px 0px 10px 0px ;
	}
}
.modal-header{
	font-size:18px;
}
.imagesli{
	cursor:pointer;
}
@media(min-width:1601px){
	.w-44{
		width:704px;
	}
	.w-27{
		width:433px;
	}
}
.project-imagefirst img:hover,.project-imagenext img:hover{
	width:99%;
	
}
.imagesli span{
	display:none;
}
.modal-span{
	display:none;
}
.option-1,.option-2,.option-3,.option-5,.option-6{
	 transition: opacity 0.4s ease-in-out;
}
@media(max-width:766px){
	.carouse{
		padding-top:74px;
	}
}
@media(min-width:767px){
	.carouse{
		padding-top:110px;
	}
}
.pt-80{
	padding-top:80px;
}
.nav-item#proj1,.nav-item#proj2,.nav-item#proj3,.nav-item#proj4,.nav-item#proj5,.nav-item#proj6{
	border: 1px solid #2293d0;
    border-radius: 25px;
    padding: 10px;
    color: #2293d0;
    font-weight: bold;
    margin-right: 40px;
    height: 45px;
	padding-right: 2%;
    padding-left: 2%;
}
.nav-item.active#proj1,.nav-item.active#proj2,.nav-item.active#proj3,.nav-item.active#proj4,.nav-item.active#proj5,.nav-item.active#proj6{
	border: 1px solid #2293d0;
    border-radius: 25px;
    padding: 10px;
	background:#2293d0;
	color:#ffffff;
	 height: 45px;
	 padding-right: 2%;
    padding-left: 2%;
}
.justifyleft{
	justify-content:left !important;
}
.project-card{
	display: block;
    
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: 34px;
    margin-bottom: 70px;
    padding: 30px;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0, 0.1);
}
.ongoing {
    color: #949598;
    font-size: 20px;
	font-weight:normal;
	opacity:1
}
.clientheadspan{
	color:#949598;
	font-size:20px;
	font-weight:normal;
	opacity:1
}
.completed{
	color:#949598;
	font-size: 20px;
	font-weight:normal;
	opacity:1
}
.projectheading{
	color: #47546B;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 2%;
}
.projectcontent{
	color: #949598;
    font-size: 18px;
    line-height: 1.4;
}
.imagesbtn.active{
	border: 1px solid #2293d0;
	color:#ffffff;
	background:#2293d0;
	
}
.scopebtn.active{
	border: 1px solid #2293d0;
	color:#ffffff;
	background:#2293d0
}
.scopebtn{
	color:#C0C0C1;
	border:1px solid #C0C0C1;
width: 178px;
    height: 42px;
    padding-top: 8px;
    font-size: 18px;
    font-weight: 300;	
}
.imagesbtn{
	color:#C0C0C1;
	border:1px solid #C0C0C1;
	margin-right:30px;
	width: 178px;
    height: 42px;
    padding-top: 8px;
    font-size: 18px;
    font-weight: 300;	
}
.buttonsrow{
	margin-top: 60px;
    margin-bottom: 50px;
}
.projectimage{
	margin-bottom:45px;
}
.projectimagesrow{
	    margin-top: 35px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
	text-align:center;
}
.scopediv li{
	color: #949598;
    display: list-item !important;
    list-style: none;
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 4px;
	line-height:1.4;
}
.scopediv ul{
	margin-left:45px;
}
.scopediv h4{
	color: #47546B;
    font-size: 25px;
    padding-bottom: 1.5%;
}
.scopediv{
	margin-left:20px;
	position: relative;
}
.h4align{
	color:#2293d0;
	font-size:30px;
}
.scopediv li::before{
	    content: "";
    line-height: 1em;
    width: .5em;
    height: .5em;
    border: 1px solid #2293d0;
    float: left;
    /* margin: .25em .25em 0; */
    border-radius: 50%;
        position: absolute;
    left: 22px;
    margin-top:8px;
    
}
.partnerscard{
	width: 340px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    border-radius: 15px;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}
.clientscard{
	width: 340px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    border-radius: 15px;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}
.partnerscard>.card-body{
	padding:16px;
	padding-top: 0px;
    height : 460px;
    overflow:auto;
}
.clientscard>.card-body{
	padding:16px;
	padding-top: 0px;
    height : 400px;
    overflow:auto;
}
.card-img-top{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
}
.card-text{
	    color: #505f6e;
    padding-top: 3%;
    padding-left: 2%;
    font-size: 14px;
	
}
.card-title{
	color: #47546b;
    font-weight: bold;
    padding-left: 2%;
    font-size: 18px;
    padding-top: 5%;
    line-height: 1.4;
	
}
.pt-10px{
	padding-top:10px;
}
.projectimagesrow span{
	display:none;
}
.mb-75px{
	margin-bottom:75px;
}
.pt-5p{
	padding-top:10%;
}
@media(min-width:992px){
	.f-none{
	float:none;
	}
}
@media(min-width:768px){
	.text-l{
		text-align:left;
	}
	.text-r{
		text-align:right;
	}
	
}
@media(max-width:576px){
	section .nav {
		text-align:center;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: block;
    -ms-flex-flow: row wrap;
    /* flex-flow: row wrap; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-flex: 1; */
    -ms-flex: 1 1 auto;
    /* flex: 1 1 auto; */
    
    white-space: nowrap;
	position:relative;
	height:45px;
	}
	.scopediv h4{
		font-size:18px;
		line-height:1.4;
	}
	.scopediv li{
		font-size:16px;
	}
	.projectcontent{
		font-size:16px;
	}
	
	.projectimage{
		width:100%;
	}
	.imagesbtn{
		width: 112px;
    height: 33px;
	font-size:13px;
	}
	.scopebtn{
		width: 112px;
    height: 33px;
	font-size:13px;
	}
	.h4align{
		font-size:18px;
	}
	.projectheading{
		font-size:25px;
	}
	.nav-item#proj1, .nav-item#proj2, .nav-item#proj3, .nav-item#proj4, .nav-item#proj5, .nav-item#proj6 {
    
      margin-right: 8px;
	font-size: 14px;
    height: 38px;
    padding: 10px;
    display: inline-block;
	padding-left:5%;
	padding-right:5%;
	}
	.nav-item#proj1,.nav-iten.active#proj1{
		position:absolute;
		left:35%;
		top:0%
	}
	.nav-item#proj2,.nav-iten.active#proj2{
		position:absolute;
		left:35%;
		top:0%
	}
	.nav-item#proj3,.nav-iten.active#proj3{
		position:absolute;
		left:35%;
		top:0%
	}
	.nav-item#proj4,.nav-iten.active#proj4{
		position:absolute;
		left:28%;
		top:0%
	}
	.nav-item#proj5,.nav-iten.active#proj5{
		position:absolute;
		left:38%;
		top:0%
	}
	.nav-item#proj6,.nav-iten.active#proj6{
		position:absolute;
		left:24%;
		top:0%
	}
	
	.nav-item.active#proj1, .nav-item.active#proj2, .nav-item.active#proj3, .nav-item.active#proj4, .nav-item.active#proj5, .nav-item.active#proj6 {
   
    margin-right: 8px;
	font-size: 14px;
    height: 38px;
    padding: 10px;
    display: inline-block;
	padding-left:5%;
	padding-right:5%;
}
.projectheading{
	font-size:20px;
}
.clientheading{
	font-size:18px !important;
}
.status{
	font-size:18px !important;
}
.completed,.ongoing,.clientheadspan{
	font-size:16px;
}

.none{
	display:none !important;
}
/**.nextarrow,.previousarrow{
	font-size:30px !important;
}**/
}
@media(max-width:768px){
	.thumbnail{
		height:auto;
	}
	.nav-item#proj1, .nav-item#proj2, .nav-item#proj3, .nav-item#proj4, .nav-item#proj5, .nav-item#proj6 {
    
    margin-right: 18px;
	}
}
@media(max-width:1200px) and (min-width:768px){
	.projectimage{
		width:100%;
		height:227px;
	}
	
}
.projectimage{
	cursor:pointer;
}
@media(min-width:577px){
	.dis-none{
		display:none !important;
	}
	/**.previousarrow,.nextarrow{
		font-size:50px !important;
	}**/
	
}
.previousarrow {
    
    position: fixed;
    left: 0%;
    top: 50%;
	color: #2293d0;
	cursor:pointer;
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.nextarrow {
    
    
    position: fixed;
    right: 0%;
    top: 50%;
    color: #2293d0;
	cursor:pointer;
	
}
@media(max-width:768px) and (min-width:577px){
	.projectheading{
		font-size:30px;
	}
	.scopediv h4 {
    color: #47546B;
    font-size: 21px;
    padding-bottom: 1.5%;
	}
	.h4align{
		font-size:22px;
	}
}
@media(max-width:350px){
	.header_title h4{
		font-size:19px;
		padding-top: 2px;
	}
	.partnerscard{
		width:100%;
	}
	.clientscard{
		width:100%;
	}
}
@media(max-width:1050px) and (min-width:993px){
	.navbar-default .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    
}
}
@media(max-width:350px){
	.imagesbtn{
		width: 100px;
    height: 33px;
	font-size:12px;
	}
	.scopebtn{
		width: 100px;
    height: 33px;
	font-size:12px;
	}
}
@media(max-width:402px){
	.footer-copyrights {
    margin-top: -5px;
	font-size:11px;
}
}
@media(max-width:350px){
	.footer-copyrights {
    margin-top: -1px !important;
	font-size:9px;
}
}


.clientheading{
	//color:#949598;
	//font-weight:bold;
	font-size:20px;
	padding-top:1%;
	opacity:0.8
}
.status{
	//color:#949598;
	//font-weight:bold;
	font-size:20px;
	padding-top: 1%;
	padding-bottom:2%;
	opacity:0.8
}
@media(max-width:620px){
	h1.title{
    font-size: 20px;
    padding-top: 145px;
    
}
#Projectheader span {
    font-size:16px;
}
}
@media (max-width: 991px){
h1.title {
    font-size: 25px;
    padding-top: 135px;
    line-height: 2.5;
}
#Projectheader span {
    font-size:20px;
}
}
.projectsideimage{
	width:45%;
	margin-right:2%;
	margin-bottom: 1%
}
@media(max-width:576px){
	.projectsideimage{
	width:100%;
	margin-bottom:8%;
}
}
.ps-rel{
	position:relative;
}
@media(max-width:1300px){
	.project-card{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.nextarrow{
		right:1%;
	}
	.previousarrow{
		left:1%;
	}
}
@media(max-width:576px){
	.ps-rel{
		padding-left:15px;
		padding-right:15px;
	}
}
.nextarrow,.previousarrow {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  0%{
	  opacity:0;
	 width:50px;
  }
  100%{
	  opacity:1;
	  width:50px;
	  
  }
  
}
@media(max-width:576px){
	@keyframes blinker {
		
  0%{
	  opacity:0;
	 width:30px;
  }
  100%{
	  opacity:1;
	  width:30px;
	  
  }
  
}
}
@media(max-width:1150px) and (min-width:992px){
	.navbar-default .navbar-nav > li > a {
    color: #47546b;
    font-weight: 600;
    font-size: 13px;
    -webkit-transition-property: width;
    -webkit-transition-duration: 5s;
    transition-property: color;
    transition-duration: 0.4s;
    padding-left: 7px;
	padding-right:7px
}
}