@charset "utf-8";
/* CSS Document */


    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
    }

.left-fixed {
    margin-right: -115px;
    margin-left: 49px;
    padding-left: 51px;
    padding-right: 0px;
}
/*banner work start here and sub content css start here*/
.banner{
	 background-image:url(../images/hader.jpg);
	 width: 100%;
	 padding-bottom:200px;
	 font-family: inherit;
	}	
.banner h1{
	color:#FFF;
	text-align:center;
	padding-top:100px;
	font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1.5px 2.598px 3px rgb( 12, 25, 23 );
}

.content1 {
    margin-top: 60px;
    margin-bottom: 80px;
}
.content20 p{
	font-family: 'Roboto', sans-serif !important;
	font-weight:300; line-height:25px;    text-align: left !important;
	}

.content1-2 {
    margin-top: 60px;
    margin-bottom: 80px;
}

.content1-2 p{
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
	line-height:25px;
	text-align: center;
	}
	.content1-2 h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 38px;
    text-align: center;
}


.content1 p{
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
	line-height:25px;
	text-align: justify;
	}
	
.content12 p{
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
	line-height:25px;
	font-size: 18px;
	background: #0082d6;
	color: #fff;
	padding: 7px 0;
	}
.content12 {
    margin-top: 60px;
    margin-bottom: 80px;
}
.content12 h1 {
font-family: 'Raleway', sans-serif; text-align:center;	
}	
.content12 h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    text-align: center;
}

.content12 h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    text-align: center; padding:15px 0;
}

.content12 h3 {
font-family: 'Raleway', sans-serif; 	
}.content12 h4 {
font-family: 'Raleway', sans-serif;	
}	
	
	.content1 h1{
font-family: 'Raleway', sans-serif; text-align:center;	
}
.content1 h2{
font-family: 'Raleway', sans-serif;	
}
.content1 h3{
	font-family: 'Raleway', sans-serif;
	}
.content1 a {
    color: #333;
    text-decoration: none;
}
.content1 a:hover {
    color: #333;
    
}	
/*map start here*/
.conadd {
	padding-top:35px;
    background: #f9f9f9;
    width: 100%;
    margin: 0px auto;
}
.conadd-box {
    background: #FFF;
    border: #dcdcdc solid 1px;
    margin-bottom: 50px;
}
.conadd-box h2{
	font-family: 'Raleway', sans-serif;
	}
.conadd-box p{
	font-family: 'Raleway', sans-serif;
	}			
		
.my-h3 {
    color: #fff;
       background-color: rgba(0, 130, 214, 0.77);
    font-size: 24px;
}	
.map{
	margin-bottom:20px;
	}
.my-form{
	height:50px;
	}
	.info-mail{
	margin-left:20px;
	margin-bottom:30px;
	}	
/*	responsive gallery*/	
.my-img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:20px;
}

.my-img:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
 
}	
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
<!--other-->
.info-mail{
	margin-left:20px;
	margin-bottom:30px;
	}	
.form1 {
    margin-bottom: 20px;
}	
/*----------------------------------------------------*/
/*----------------- Testimonials CSS -----------------*/
/*----------------------------------------------------*/
.testimonial{
    margin-bottom: 10px;
}

    .testimonial-section {
        width: 100%;
        height: auto;
        padding: 15px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: relative;
        border: 1px solid #fff;
    }
    .testimonial-section:after {
        top: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        position: absolute;
        border-top-color: #fff;
        border-width: 15px;
        margin-left: -15px;
    }

    .testimonial-desc {
        margin-top: 20px;
        text-align:left;
        padding-left: 15px;
    }
        .testimonial-desc img {
            border: 1px solid #f5f5f5;
            border-radius: 150px;
            height: 70px;
            padding: 3px;
            width: 70px;
            display:inline-block;
            vertical-align: top;
        }

        .testimonial-writer{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }

            .testimonial-writer-name{
                font-weight: bold;
            }

            .testimonial-writer-designation{
                font-size: 85%;
            }

            .testimonial-writer-company{
                font-size: 85%;
            }
    /*---- Outlined Styles ----*/
    .testimonial.testimonial-default{
        
    }
        .testimonial.testimonial-default .testimonial-section{
            border-color: #777;
        }

            .testimonial.testimonial-default .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default .testimonial-desc{
            
        }

            .testimonial.testimonial-default .testimonial-desc img{
                border-color: #777;
            }

            .testimonial.testimonial-default .testimonial-writer-name{
                color: #777;
            }

    .testimonial.testimonial-primary{
        
    }
        .testimonial.testimonial-primary .testimonial-section{
            border-color: #337AB7;
            color: #286090;
            background-color: rgba(51, 122, 183, 0.1);
        }

            .testimonial.testimonial-primary .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .testimonial.testimonial-primary .testimonial-desc{
            
        }

            .testimonial.testimonial-primary .testimonial-desc img{
                border-color: #337AB7;
            }

            .testimonial.testimonial-primary .testimonial-writer-name{
                color: #337AB7;
            }

    .testimonial.testimonial-info{
        
    }
        .testimonial.testimonial-info .testimonial-section{
            border-color: #5BC0DE;
            color: #31b0d5;
            background-color: rgba(91, 192, 222, 0.1);
        }

            .testimonial.testimonial-info .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .testimonial.testimonial-info .testimonial-desc{
            
        }

            .testimonial.testimonial-info .testimonial-desc img{
                border-color: #5BC0DE;
            }

            .testimonial.testimonial-info .testimonial-writer-name{
                color: #5BC0DE;
            }


    .testimonial.testimonial-success{
        
    }
        .testimonial.testimonial-success .testimonial-section{
            border-color: #5CB85C;
            color: #449d44;
            background-color: rgba(92, 184, 92, 0.1);
        }

            .testimonial.testimonial-success .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .testimonial.testimonial-success .testimonial-desc{
            
        }

            .testimonial.testimonial-success .testimonial-desc img{
                border-color: #5CB85C;
            }

            .testimonial.testimonial-success .testimonial-writer-name{
                color: #5CB85C;
            }

    .testimonial.testimonial-warning{
        
    }
        .testimonial.testimonial-warning .testimonial-section{
            border-color: #F0AD4E;
            color: #d58512;
            background-color: rgba(240, 173, 78, 0.1);
        }

            .testimonial.testimonial-warning .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .testimonial.testimonial-warning .testimonial-desc{
            
        }

            .testimonial.testimonial-warning .testimonial-desc img{
                border-color: #F0AD4E;
            }

            .testimonial.testimonial-warning .testimonial-writer-name{
                color: #F0AD4E;
            }

    .testimonial.testimonial-danger{
        
    }
        .testimonial.testimonial-danger .testimonial-section{
            border-color: #D9534F;
            color: #c9302c;
            background-color: rgba(217, 83, 79, 0.1);
        }

            .testimonial.testimonial-danger .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .testimonial.testimonial-danger .testimonial-desc{
            
        }

            .testimonial.testimonial-danger .testimonial-desc img{
                border-color: #D9534F;
            }

            .testimonial.testimonial-danger .testimonial-writer-name{
                color: #D9534F;
            }

    /*---- Filled Styles ----*/
    .testimonial.testimonial-default-filled{
        
    }
        .testimonial.testimonial-default-filled .testimonial-section{
            color: #fff;
            border-color: #777;
            background-color: #777;
        }

            .testimonial.testimonial-default-filled .testimonial-section:after{
                border-top-color: #777;
            }

        .testimonial.testimonial-default-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-default-filled .testimonial-desc img{
                border-color: #777;
                background-color: #777;
            }

            .testimonial.testimonial-default-filled .testimonial-writer-name{
                color: #777;
            }

    .testimonial.testimonial-primary-filled{
        
    }
        .testimonial.testimonial-primary-filled .testimonial-section{
            color: #fff;
            background-color: #337ab7;
            border-color: #2e6da4;
        }

            .testimonial.testimonial-primary-filled .testimonial-section:after{
                border-top-color: #337AB7;
            }

        .testimonial.testimonial-primary-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-primary-filled .testimonial-desc img{
                border-color: #2e6da4;
                background-color: #337ab7;
            }

            .testimonial.testimonial-primary-filled .testimonial-writer-name{
                color: #337AB7;
            }

    .testimonial.testimonial-info-filled{
        
    }
        .testimonial.testimonial-info-filled .testimonial-section{
            color: #fff;
            background-color: #5bc0de;
            border-color: #46b8da;
        }

            .testimonial.testimonial-info-filled .testimonial-section:after{
                border-top-color: #5BC0DE;
            }

        .testimonial.testimonial-info-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-info-filled .testimonial-desc img{
                border-color: #46b8da;
                background-color: #5bc0de;
            }

            .testimonial.testimonial-info-filled .testimonial-writer-name{
                color: #5BC0DE;
            }


    .testimonial.testimonial-success-filled{
        
    }
        .testimonial.testimonial-success-filled .testimonial-section{
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

            .testimonial.testimonial-success-filled .testimonial-section:after{
                border-top-color: #5CB85C;
            }

        .testimonial.testimonial-success-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-success-filled .testimonial-desc img{
                border-color: #4cae4c;
                background-color: #5cb85c;
            }

            .testimonial.testimonial-success-filled .testimonial-writer-name{
                color: #5CB85C;
            }

    .testimonial.testimonial-warning-filled{
        
    }
        .testimonial.testimonial-warning-filled .testimonial-section{
            color: #fff;
            background-color: #f0ad4e;
            border-color: #eea236;
        }

            .testimonial.testimonial-warning-filled .testimonial-section:after{
                border-top-color: #F0AD4E;
            }

        .testimonial.testimonial-warning-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-warning-filled .testimonial-desc img{
                border-color: #eea236;
                background-color: #f0ad4e;
            }

            .testimonial.testimonial-warning-filled .testimonial-writer-name{
                color: #F0AD4E;
            }

    .testimonial.testimonial-danger-filled{
        
    }
        .testimonial.testimonial-danger-filled .testimonial-section{
                color: #fff;
                background-color: #d9534f;
                border-color: #d43f3a;
        }

            .testimonial.testimonial-danger-filled .testimonial-section:after{
                border-top-color: #D9534F;
            }

        .testimonial.testimonial-danger-filled .testimonial-desc{
            
        }

            .testimonial.testimonial-danger-filled .testimonial-desc img{
                border-color: #d43f3a;
                background-color: #D9534F;
            }

            .testimonial.testimonial-danger-filled .testimonial-writer-name{
                color: #D9534F;
            }

/*new navbar css */
.main-nav {
    background-color: #fff;
    border-color: #fff;
	border-radius: 0px;
}
.alter {
    padding-right: 0px;
    padding-left: 0px;
 }
.main-nav .navbar-brand {
    float: left;
    height: 71px;
    padding: 0px 28px;
    font-size: 18px;
    line-height: 20px;
}
.main-nav li a {
 
    color: #090909 !important;
    font-family: 'Raleway', sans-serif;
    padding: 13px 11px;
	padding: 17px 10px;
    margin-top: 36px;
	}
.main-nav li a:hover {
    color: #0082d6 !important;
    
    
}	

.slash {
  /*content: "\002F";*/
  color:#6bb6e7;
  margin-left:10px;

} 
/*new button css*/
.exploser {
    width: 15%;
    float: left;
    background: #feb400;
    font-family: 'Raleway', sans-serif;
    font-weight: 700 bold;
    color: #eae5dd !important;
    font-size: 13pt;
    font-weight: 700;
    text-align: center;
    padding: 16px 0px 15px 0px;
    margin-left: 194px;
    margin-top: 10px;
}
.more-defult{
margin:0px auto;	
	}
.exploser a{
	color:#FFF;
	text-decoration:none;
	}
.exploser:hover{
	background:#9a9a9a;
	transition:all 0.8s linear;
}
.exploser1{
	width:20%;
	float:left;
	border:#FFF solid 2px;
	font-family: 'Raleway', sans-serif;
	  font-weight:700 bold;
	color: #eae5dd !important;
	font-size: 13pt;
	font-weight: 700;
	text-align: center;
	padding:12px 0px 12px 0px;
	margin-left:15px; 
}
.exploser1 a{
	color:#FFF;
	text-decoration:none;
	}
.exploser1:hover{
	background:#9a9a9a;
	transition:all 0.8s linear;
}


/*new footer css*/
.dot-world{
background-image:url(../images/dot-world.jpg);
padding-bottom:35px;	
	
	}		
		
.dot-world p{
	margin-top:15px;
	color:#c4c7c9;
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
	font-size:13px;
	}
.read-more{
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-style:italic;
	
	}	
.communications{
	
	margin-top:70px;
	}	
.Site-map{
	margin-top:70px;
	}			
	
.Site-map h3{
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif !important;
	color:#fff;
	margin-top:0px;
	}		
.Site-map  li {
	list-style:none;
	color:#c4c7c9;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	padding:5px 0px;
	}
.maxim-group{
	margin-top:70px;
	}	
.maxim-group h3{
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif !important;
	color:#fff;
	margin-top:0px;
	}
.maxim-group li {
	list-style:none;
	color:#c4c7c9;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	padding:5px 0px;
	}
	
.Contact-Us{
	margin-top:70px;
	}								
.Contact-Us h3{
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif !important;
	color:#fff;
	margin-top:0px;
	}
.Contact-Us li {
	list-style:none;
	color:#c4c7c9;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	padding:10px 0px;
	}
.iconav1{
	width:34px;
	height:34px;
	float:left;
	border:#949599 solid 2px;
	color:#949599;
	text-align:center;
	padding-top:5px;
	margin-right:9px;
	margin-top:10px;
}
.iconav1 a{
	color:#fff;
	}
.iconav1 a:hover{
	width:34px;
	height:34px;
	float:left;
	background-color:#FFF !important;
	border:#fff solid 2px;
	color:#000;
	text-align:center;
	padding-top:5px;
	margin-top:-7px;
	margin-left:-2px;
}	
	
		
.footer {
    background-color: #1d2731 !important;
    border-color: #1d2731 !important;
	border-radius:0px;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#c4c7c9;
	margin-bottom:0px;
}		
.footer p{
	margin-top:15px;
	
	
	}
.b1{
	padding-left:0px;
	padding-right:0px;
	}
.b2{
	padding-left:0px;
	padding-right:0px;
	}	

.b3{
	padding-left:0px;
	padding-right:0px;
	}	
.b4{
	padding-left:0px;
	padding-right:0px;
	}	
		
.slider-penal{
	width: 0px;
			}

/*end here*/

.top {
    background: #353535;
    padding-top: 4px;
}
header.top p {
    color: #fff;
    float: left;
}
header.top ul {
    padding: 0;
    float: right;
    margin-bottom: 6px;
}header.top ul li {
    padding: 0 10px 0 0;
    display: inline-block;
}.fontsize {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
}
header.top ul li span a {
    color: #fff;
}
.line{
	 margin: 0 auto;
    width: 20%;
    height: 2px;
    background: #fff;
    margin-bottom: 17px;}
	
	
.icon{ width: 100px;    padding: 17px 13px;
height: 100px;
background: #fff;
margin: 0 auto;border-radius: 100px; }
.iconp{font-family: 'roboto', sans-serif;
    font-weight: 300; font-size:12px !important; padding:0 30px;
    text-align: center;
    color: #ffffff;}
.iconh3{
    font-family: 'roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform:uppercase;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
}
.font {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    FONT-SIZE: 27PX;
    MARGIN-BOTTOM: 0PX;
}
.font1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.subheading3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #a09d9d;
}
.submain ul {
    text-align: center;
    padding-top: 20PX;
    padding-bottom: 26px;
    padding-left: 80px;
    padding-right: 80px;
}
.submain ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
    padding: 0 6px 0 6px;
}
.submain ul li i img {
    BORDER: 3PX solid #eeeeee;
    width: 88%;
}
.maxim {
    padding-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.maxim a {
   color:#000;
}

.maxim a:hover {
   color:#000; text-decoration:none;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
.man-hader{
	width:100%;
	height:32px;
	background:#353535;


}
/*.border{ border-left:2px solid #dddddd;}*/
.line-1 {
    margin-left: 0px;
    border-left: #dddddd solid 2px;
}

.hader-text h1{
	font-size:13px;
	font-weight:400;
	color:#b0b0b0;
	font-family: 'Open Sans', sans-serif;
	margin-top: 8px;
	
}
.hader-text h2{
	font-size:13px;
	font-weight:400;
	color:#b0b0b0;
	font-family: 'Open Sans', sans-serif;
	margin-top: -24px;
	padding-right: 180px;
	text-align:right;
	
	

}	
.hader-text h3{
	font-size:13px;
	font-weight:400;
	color:#b0b0b0;
	font-family: 'Open Sans', sans-serif;

	margin-top: -24px;
	padding-right: -3px;
	text-align:right;
	
	

}
.man-logo{
}
.nev-form{
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#090909;
	margin-top: 31px;
	
}

.navbar-default {
    background-color:transparent !important;
    border-color:transparent !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #090909;
    background-color:transparent !important;
}
.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.hash{
	 color:#53abe3;

}


/* Carousel Styles */
.carousel-indicators .active {
    background-color:#353739 !important;
	
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff !important;
}

.header-text h2 {
	font-family: 'Raleway', sans-serif;
	font-weight:400;
    font-size: 45px;
	text-transform:uppercase;
  text-shadow: 1.5px 2.598px 3px rgb( 12, 25, 23 );
 

}

.header-text h2 span {
    background-color: #2980b9;
	padding: 10px;
}

.header-text h3 span {
	background-color: #000;
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff !important;
    background-color: #e20a16 !important;
    border: 1px solid #e20a16 !important;
    margin-right: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
    font-size: 18px; border-radius: 0;
}

.btn-theme:hover {
    color: #fff !important;
    background-color:rgba(0, 0, 0, 0.6) !important; transition:all 2s;
    border-color: #fff !important;
}
.btn-theme1 {
    color: #fff !important;
    background-color:transparent !important;
    border: 1px solid #fff !important;
    margin-right: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
    font-size: 18px;    border-radius: 0;
}

.btn-theme1:hover {
    color: #;
    background-color:rgba(0, 0, 0, 0.6) !important; transition:all 2s;
    border-color: #fff !important;
}
h3, h3 {
    font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 51px;
    height: 51px;
    margin-top: 15px;
    font-size: 30px;
}
.carousel-control.left span, .carousel-control.right span {
    background-color:#CCC;
}
.carousel-control.right span {
    padding: 9px;
}
.carousel-control.left span {
    padding: 9px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 25px !important;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 25px;
}
.iamge1{margin-top: 68px;}
/*.baner-img{
	background:url(../images/big.png) no-repeat;
	height:420px;
	margin-top:125px;
}
*/
/*.baner-text h1{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
    font-size: 30px;
	color:#6b6b6b;
	margin-left:10px;
	margin-top:85px;
	text-transform:uppercase;
}
*/
.baner-text h1 {
    
    font-family: 'Raleway', sans-serif;
    font-weight:400;
	font-size: 30px;
    color: #6b6b6b;
    margin-left: 14px;
    margin-top: 68px !important;
    text-transform: uppercase;
        line-height: 22px;
    padding-bottom: 15px;
}
.baner-text h3 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #a09d9d;
    margin-top: -10px;
    margin-left: 13px;
}

.baner-text h2 {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #a09d9d;
    margin-top: -4px;
    margin-left: 13px;
}
.baner-text p{
	font-size: 15px;
	font-family: 'Roboto', sans-serif !important;
	font-weight:300;
	color: #6E6A6ACC;
	padding:10px 0px 0px;
	text-align: justify;
}
.baner-box{
	box-shadow: 0px 2px 0px #4e4e4e;
	width:200px;
	height:56px;
	background:#e20a16;
	margin-top: 20px;
}
a {
    color: #fff;
    text-decoration: none;
}
a:focus, a:hover {
    color: #fff;
    text-decoration: underline;
}
.baner-box h1{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
    font-size: 18px;
	color:#FFF;
	text-align:center;
	padding-top: 18px;
}
.services {
	background:url(../images/pic.png);
	width:100%;
	height: 587px;
	margin-top:62px;
}
.services h1{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
    font-size: 35px;
	text-align:center;
	color:#eff3f8;
	padding-top:62px;
}
.services p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 14px !important;
	text-align: justify;
	color:#ffffff;
}
.services-box{
	width:105px;
	height:105px;
	background:#FFF;
	margin-left:74px;
	border-radius:100px;
	margin-top:65px;
}
.services-icon{
	padding-top: 22px;
    text-align: center;
}
.services-text h1{
font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#FFF;
	text-transform:uppercase;
	margin-top: -15px;
	
}
.services-lien{
	width:50px;
	height:2px;
	background:#cce2ef;
	margin:0 auto;
}
.services-text1 p{
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	width: 227%;
    margin-left: -61px;
    margin-top: 15px;
	color:#fff;
}
.recent-text h1{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
    font-size: 30px;
	text-align:center;
	color:#0d0d0d;
	margin-top:45px;
	text-transform:uppercase;
}
.recent-text1 {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
    font-size: 30px;
	text-align:center;
	color:#0d0d0d;
	margin-top:45px;
	text-transform:uppercase;
}
.recent-text p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#a09d9d;
	text-align:center;
}
.carousel-indicators {
    bottom: -4px;
}
.protext{
	position: absolute;
z-index: 99;
top: 118px;
color: #fff;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 28px;
text-align: center;
left: 49px;
	}
.protext1{
	position: absolute;
z-index: 99;
top: 118px;
color: #fff;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 28px;
text-align: center;
left: 38px;
	}
.protext1 p{
	position: absolute;
z-index: 99;
top: 53px;
color: #fff;
font-size: 13px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
     text-align: center;

	}	
.protext2{
	position: absolute;
z-index: 99;
top: 118px;
color: #fff;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 28px;
text-align: center;
left: 84px;
	}
.protext3{
	position: absolute;
    z-index: 99;
    top: 98px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 28px;
   text-align: center;
    left: 23px;
	}	
	.business{ padding:35px 0; background:#f6f6f5;}
.projecth-box{
	width: 200px;
   height: 56px;
   background: #e20a16;
   margin:0 auto;
   margin-top: 20px;
box-shadow: 0px 2px 0px #4e4e4e;

}
.projecth-box h1{
font-family: 'Raleway', sans-serif;
	font-weight:400;
    font-size: 18px;
	color:#FFF;
	text-align:center;
	padding-top: 22px;
}
.recent-slider{
	margin-top:30px;
}
.our-text h1{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #0d0d0d;
    margin-top: 45px;
    text-transform: uppercase;
}
.our-text1 {
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #0d0d0d;
    margin-top: 45px;
    text-transform: uppercase;
}
.our-text p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#a09d9d;
	text-align:center;
}
.chevron-circle-left {
    margin-bottom: 1px;
    position: absolute;
    top: -30px;
    color: #FF7700;
}
.chevron-circle-right  {
    margin-bottom: 1px;
    position: absolute;
    top: -30px;
    color: #FF7700;
}
.fa.fa-chevron-circle-right {
    right: 0;
}
.fa.fa-chevron-circle-left {
    left: 0;
}
.fa.fa-chevron-circle-right, .fa.fa-chevron-circle-left {
    margin-bottom: 1px;
    position: absolute;
    top: -30px;
    color:#FF7700;
}
.col-img-responsive02 span{
	color:#fff;
}
.col-img-responsive02 {
	
	display:none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    width: 100%;
}
.carousel-control{
width:5%;
}
.panel-body{
	position:relative;
	padding:0px;
}
.btn-primary {
    background-color: #e20a16;
    border-color: #2e6da4 !important;
    border-radius: 0;
    bottom: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
    color: #fff;
    position: relative;
    width: 100%;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);	
}

.btn-primary {
    background-color: #e20a16 !important;
    border-color: #fff;
}
.btn-primary:hover {
    background-color: #e20a16;
    border-color: #fff;
}

.panel-default{
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.38);
    border: medium none;
    border-radius: 0;
}

.panel-heading{
	padding:0px;
	position:relative;
}
.panel-heading img{
	width:100%;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right{
    background-image: none;
}
.our-expert{
	margin-top: -77px; background:#efefef;
}
.backg{     padding-bottom: 45px;
background:#efefef;}
.our-box{
	box-shadow: 0px 2px 0px #4e4e4e;

	width: 200px;
   height: 56px;
   background: #e20a16;
margin:35px auto 0 auto;}
.our-box h1{
font-family: 'Raleway', sans-serif;
	font-weight:400;
    font-size: 18px;
	color:#FFF;
	text-align:center;
	padding-top: 22px;
}
.areas-text h1{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #0d0d0d;
    margin-top: 45px;
    text-transform: uppercase;
}
.areas-text1 {
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #0d0d0d;
    margin-top: 45px;
    text-transform: uppercase;
}
.areas-text p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#a09d9d;
	text-align:center;
}
.areas-nev{
	margin-top: 37px;
}
.areas-nev h1{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: -104px;
    color: #353739;
	text-align:center;
   
}
.areas1-nev{
	margin-top: 23px;
}
.areas1-nev h1{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: -54px;
    color: #353739;
	text-align:center;
   
}
.areas2-nev{
	
}
.areas2-nev h1{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: -54px;
    color: #353739;
	text-align:center;

   
}
.areas3-nev{
	margin-top: 17px;
}
.areas3-nev h1{
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: -54px;
    color: #353739;
	text-align:center;
   
}
.footer-nev{
	background:url(../images/footer.png);
	width:100%;
	height:373px;
	margin-top:75px;
}
.footer1-nev{
	margin-top:55px;
}
.footer1-nev p{
	color: #fff;
   font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	margin-left:27px;
}
.footer2{
	color: #fff;
   font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
}
.footer-text h5{ color:#fff;}
.padding{ padding-bottom:6px;}
.footer3-nev h1{
	color: #fff;
   font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin-top: 82px;
    margin-left: 63px;
	text-transform:uppercase;
}
.footer3-box{
	width: 30px;
    height: 2px;
    background: #0082d6;
    margin-left: 64px;
}
a {
    background-color: transparent !important;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 0px 10px;
}
.footer-form{
  margin-left: 58px;
  margin-top: 34px;
  font-family: 'Lato-Regular', sans-serif;
  font-weight:400;
  font-size:14px;
  color:#FFF;
}
.footer4-nev h1{
	color: #fff;
   font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin-top: 82px;	text-transform:uppercase;

    
}
.footer4-box{
	width: 30px;
    height: 2px;
    background: #0082d6;
}
.footer-text p{
	font-family: 'Lato-Regular', sans-serif;
  font-weight:400;
  font-size:14px;
  color:#FFF;
  margin-top: 40px;
}
.footer5-nev h1{
	color: #fff;
   font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	margin-top: 82px;	text-transform:uppercase;

    
}
.footer5-box{
	width: 37px;
    height: 2px;
    background: #0082d6;
    margin-left: 4px;

}
.footer-text1 h1{
	font-family: 'Lato-Regular', sans-serif;
  font-weight:400;
  font-size:13px;
  color:#FFF;
  line-height:18px;
  margin-top: 40px;
  
}
.footer-text1 i{
	margin-left:-12px;
}
.footer-text1 h2{
	font-family: 'Lato-Regular', sans-serif;
  font-weight:400;
  font-size:14px;
  color:#FFF;
  margin-top: 15px;
  
}
.footer-text1 h3{
	font-family: 'Lato-Regular', sans-serif;
  font-weight:400;
  font-size:14px;
  color:#FFF;
  margin-top: 15px;
  
}
.footer5-box1{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	margin-left: -11px;
	margin-top: 20px;
}
.footer5-icon1{
	color:#FFF;
	margin-left: 20px;
margin-top: 4px;
}
.footer5-box1:hover{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	background:#FFF;
	margin-left: -11px;
	margin-top: 20px;
}
.footer5-icon1:hover{
	color:#242b36;
	margin-left: 20px;
margin-top: 4px;
}
.footer5-box2{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	margin-left: 31px;
margin-top: -30px;
}
.footer5-icon2{
	color:#FFF;
	margin-left: 20px;
margin-top: 4px;
}
.footer5-box2:hover{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	background:#FFF;
	margin-left: 31px;
    margin-top: -30px;
}
.footer5-icon2:hover{
	color:#242b36;
	margin-left: 20px;
margin-top: 4px;
}
.footer5-box3{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	margin-left: 72px;
margin-top: -30px;
	
}
.footer5-icon3{
	color:#FFF;
	margin-left: 20px;
margin-top: 4px;
}
.footer5-box3:hover{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	background:#FFF;
	margin-left: 72px;
margin-top: -30px;
}
.footer5-icon3:hover{
	color:#242b36;
	margin-left: 20px;
margin-top: 4px;
}
.footer5-box4{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	margin-left: 113px;
margin-top: -30px;
	
}
.footer5-icon4{
	color:#FFF;
	margin-left: 18px;
margin-top: 3px;
}
.footer5-box4:hover{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	background:#FFF;
	margin-left: 113px;
margin-top: -30px;
}
.footer5-icon4:hover{
	color:#242b36;
	margin-left: 18px;
    margin-top: 3px;
}
.footer5-box5{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	margin-left: 154px;
margin-top: -30px;
	
}
.footer5-icon5{
	color:#FFF;
	margin-left: 18px;
margin-top: 3px;
}
.footer5-box5:hover{
	width:30px;
	height:30px;
	border:2px solid #FFF;
	background:#FFF;
	margin-left: 154px;
margin-top: -30px;
}
.footer5-icon5:hover{
	color:#242b36;
	margin-left: 18px;
    margin-top: 3px;
}
.footer-botem-box{
	width:100%;
	height:51px;
	background:#1d2731;
	margin-top: -20px;
}
.footer-botem-text h1{
	font-family: 'Lato-Regular', sans-serif;
  font-weight:400;
  font-size:14px;
  color:#FFF;
  text-align:center;
  padding-top: 20px;
}
.footer1 {
    background: url(../images/footer%20banner.jpg);
}
.footer2 {
    padding-top: 57px;
}
.footerlogo {
    padding: 0 0 15px 0;
}
.pera {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13pX;
}
.footer1 h4 {
    background: url(../images/footer%20border.png) no-repeat bottom left;
    color: #fff;
    font-weight: 700;
    padding-bottom: 29px;
    margin-left: 35px;
    text-transform: uppercase;
}.li1 {
    list-style: none;
    color: #fff;
    padding: 0 0 8px 0;
}
.li1 a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.CONTACT {
    padding-bottom: 0px !important;
}
.FOOTp {
    font-size: 11pt;
    color: #fff;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.img1 {
    float: left;
    padding-right: 4px;
}
.unorder {
    text-align: center;
    padding: 7px 0 0 0;
}

.list {
    list-style: none;
    display: inline-block;
    padding: 7px;
    float: left;
    border: 1px solid #fff;
    margin: 0 9px 0 0;
}
.subfooter {
    background: #1d2731 !important;
    color: #cdcecf !important;
    padding: 10px 0;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
/*hover work start here*/
.hvrbox,
.hvrbox * {
	box-sizing: border-box;
}
.hvrbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
	opacity: 1;
}
.hvrbox .hvrbox-text {
	text-align: center;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.hvrbox.active .hvrbox-text_mobile {
	display: block;
}


.my-h5 {
    color: #090909;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.66);
    position: absolute;
    bottom: 5px;
    left: 21px;
    width: 91%;
    right: 0;
}
.my-h5 h4 {
    font-size: 20px;
    color: #fff;
}
.my-h5 p {
    font-size: 15px;
    color: #fff;
}




/***card css start***/


.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(135, 135, 135, 0.2);
}

.card.hovercard .cardheader {
    background: #cccbcb;
    background-size: cover;
    height: 87px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 177px;
    height: 276px;
    max-width: 151px;
    max-height: 176px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 66%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.btn1{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }

.con12{ color:#000 !important;}

.con12:hover{ color:#000 !important; text-decoration:none;}

.banner-vision{ background:url(../images/vision-1.jpg) no-repeat; height:300px; background-size:cover;
	 /*background-image:url(../images/hader.jpg);
	 width: 100%;*/
	 padding-bottom:200px;
/*	 font-family: inherit;
*/	}	


.banner-about{ background:url(../images/about-1.jpg) no-repeat; height:300px; background-size:cover;
	 /*background-image:url(../images/hader.jpg);
	 width: 100%;*/
	 padding-bottom:200px;}

.banner-management{background:url(../images/team/grup.jpg) no-repeat; height:500px; background-size:cover;
	 /*background-image:url(../images/hader.jpg);
	 width: 100%;*/
	 padding-bottom:200px; }

.pad-1{ margin-top:20px;}

.pad-2{ margin-bottom:20px;}

.banner-project{background:url(../images/project.jpg) no-repeat; height:300px; background-size:cover;
	 /*background-image:url(../images/hader.jpg);
	 width: 100%;*/
	 padding-bottom:200px; }

.banner-malir{background:url(../images/malir.jpg) no-repeat; height:300px; background-size:cover;
	 /*background-image:url(../images/hader.jpg);
	 width: 100%;*/
	 padding-bottom:200px;}




.gawa{ margin-top:0px !important; margin-bottom:20px !important;}.image1{ padding-top:10px;    }.li1 a:hover{ text-decoration:none;}



.our-box a:hover{ text-decoration:none;}
.projecth-box a:hover{ text-decoration:none;}
.baner-box a:hover{text-decoration:none;}



