@charset "utf-8";
/* CSS Document */

/*regular 400
medium  500
medium-italic 500
semi-bold 600
bold 700
bold-italic 700
extra-bold 800
*/


body {
	
	  font-family: 'Raleway', sans-serif;
	  background:#fff; 
	  font-size:14px;  
	  font-weight:400;
	  color:#000;
	 /*margin:0px; 
	  padding:0px;*/
}

 div{
	-webkit-transition: ease 1s; /* Safari */
    transition: ease 1s;
}



.LineHeight{line-height: 27px;}


a{
	text-decoration: none !important;
	color: #353535;
	font-family: ralewey b;
	font-size: 11.99px;
	-webkit-transition: ease 1s; /* Safari */
    transition: ease 1s;
}
a:hover{
	color:#fff;
}

/***********************************  menu start *****************************/
.logo{
	float: left;
	position: relative;
	margin-top: 43px;
    margin-bottom: 3px;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
	border-radius:0;
    border-bottom: 1px solid #ec232b;
}
.header{
	display: table;
	float: right;
	display: block;
	
}
.top-header{
	border-bottom: 1px solid #e3e3e3;
	padding-left: 29px;
}


.icon-bar{background-color:#fff !important;}

.navbar-toggle{background-color:#000 !important;}

.cont{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color:#252324;
	padding: 20px 30px 20px 20px;;
	background: url(../images/mail.png) no-repeat left center;
	vertical-align: middle;
}
/*.cont span{
	font-family: raleway sb;
	font-size: 18px;
}

.langu {
    width: 112px;
    display: inline-block;
    height: 29px;
    overflow: hidden;
    vertical-align: middle;
}*/
.social{
	display: inline-block;
	vertical-align: middle;
	/*padding-left: 3.3%;*/
    float: right;
    margin-top: 18px;
}
.social a{
	width: 40px;
	height: 40px;
	background: url(../images/icon-fb.jpg);
	display: inline-block;
	border-radius: 3px;
	margin: 0 4px;
	transition: 0.3s;
}
.social a:hover{
	background-position: center 100%;
	transition: 0.3s;

}
.social a:nth-child(2){
background: url(../images/icon-tw.jpg);
}
.social a:nth-child(2):hover{
background-position: center 100%;
	transition: 0.3s;
}
.social a:nth-child(3){
background: url(../images/icon-skp.jpg);
}
.social a:nth-child(3):hover{
background-position: center 100%;
	transition: 0.3s;
}
.social a:nth-child(4){
background: url(../images/icon-wp.jpg);
}
.social a:nth-child(4):hover{
background-position: center 100%;
	transition: 0.3s;
}
.navbar-collapse.collapse {
	margin-top: 0px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.nav > li{
	padding-top: 26px;
    padding-bottom: 24px;
    position:unset;
    
}
.nav {
    margin-bottom: -3px !important;
    }
.nav > li:hover a{
	color: #000 !important;
	}
.nav > li a:hover{
	color: #000 ;
	}

.nav > li:last-child
{
/*	padding-top: 11px;
    padding-bottom:9px;*/
}
.nav > li > a {
	
    font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
	border-right: 1px solid #252324;
	color: #252324;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 0px;
    padding-bottom: 0px;
	text-transform: uppercase;
		
}

.nav > li:nth-last-child(2) > a {
	border-right: 1px solid #000;
}

.navbar-nav>li>a{padding-top:0px !important; padding-bottom:0px !important; line-height: 21px !important;}

.nav>li>a:hover, .nav>li>a:focus{background-color:transparent !important;}

@media (min-width: 768px)
	.navbar-nav>li>a {padding-top:0px; padding-bottom: 0px;}

	.navbar{margin-bottom: 0px !important;}

.request{
	margin-left: 10px;
}
.search{
	margin-left: 20px;
}
.search-trig{
	display: none;
	position: absolute;
	width: 100%;
	background-color:#ec232b;
	color:#fff;
	font-family: raleway b;
	font-size: 26px;
	z-index: 1;
	border: 1px solid #d8232a;
    margin-left: -1px;
    text-align: center;
    padding: 10px;
}
.cross{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background:url(../../im./cross.png) no-repeat center center ;
	background-color:#ec232b; 
	z-index: 4;
	right: 0;
	top: 0;
	transition: 0s;
}
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
  
}

.navbar-nav > li > .dropdown-menu > .container {
    padding: 20px 10px;
    background-color: #ec232b !important;
    }

 .dropdown-menu {
	 display: unset;
 	position: fixed;
	top: 145px;
	 left: 0;
	 right: 0;
	 margin: 0 auto;
    border: none;
    padding-top: 5px;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow:none;
 	margin-top: -4px !important;
	 visibility: hidden;
	opacity: 0;
   -webkit-transition:0.5s; /* Safari */
    transition:0.5s;

 }
.nav li:hover .dropdown-menu {
	visibility: visible;
	opacity: 1;
}

.dropdown-menu  li  a {
	color:#fff !important;
	font-family: raleway b !important;
	padding-top: 10px;
	padding-bottom: 10px;
    display: block;
    padding-left: 20px;
    background: url(../../im/rm.png) no-repeat left center;
    border-bottom: 1px dashed;
    opacity: 0.9;

}
.dropdown-menu  li:hover  a {
		padding-left: 30px !important;
		background: url(../../im/rm.png) no-repeat left center;
		background-position: 11px;
		opacity: 1;
		background-color: black;
		transition: ease 0.3s;


}

.logo-img{
	width: 123px;
	margin-top: -43px;
}

.hide2{
    	display: none !important;
    }

   .nav > li:last-child a{
    border-right: none;
    
}
/*********************  menu end*********************/


.sliderWrapper{width: 50%; height: 500px; float: right; background-color:black;}

 @media only screen and (max-width: 768px) {

            .sliderWrapper{width: 100%; height: 500px; float: none; background-color:black;}
	 
        }


/* Thar Buttons */

.animated-button.thar-one {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.animated-button.thar-one:hover:before {
	bottom: 0%;
	top: auto;
	height: 100%;
}
.animated-button.thar-one:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #fabd2e ;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.top-mg{
	margin-bottom: 0px !important;
}



/**************welcome start**************/

.welcome-bg{
	
	 padding: 45px 0 50px 0;
}

.welcome-note{
	padding-top: 10%;
}

.welcome-note h2{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 18px;
	color:#030000;
	margin: 0;
	
}

.welcome-note h1{
	
    font-family: 'Raleway', sans-serif;
	font-size:28px;
	color: #2c2c2c;
	font-weight:800;
	margin-top: 8px;
    margin-bottom:5px;
	text-transform: uppercase;
	border-bottom: 2px solid #030000;;
    display: inline-block;
	
}

.welcome-note p{
	
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#030000;
	font-weight:500;
	line-height: 30px;
	padding: 20px 0;
	margin: 0;
	
}

.welcome-note a{
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	background: #f6c32c;
	color: #ffffff;
	text-decoration: none;
	width: 130px;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
    text-align: center;
	transition:all 0.5s ease-in;
	margin: 10px 0;

}

.welcome-note a:hover{
	
	background:#2c2c2c;
	color:#ffffff;
	text-decoration: none;
}


.box{
    text-align: center;
    overflow: hidden;
   /* box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    position: relative;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(11,33,47,0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:after{
    background: rgba(255, 255, 255, 0.3);
    
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(41deg);
    transition: all 1s ease 0s;
}
.box:hover:after{ left: -170%; }
.box img{
    width: 100%;
    height: auto;
}


/**************welcome end**************/


/********************* cat  *******************/
.padding-zero{
	padding: 0;
}
/*.scale{
	width: 32;
	height: 20px;
	background: url(../../im/bg.scale.jpg);
}*/
.box{
	display: block;
	margin: 60px 0px auto auto;
	text-align: center
}
.box-text-1{
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight:800; 
	font-size: 30px;
	color: #030000;
	margin-top: 0px;
	padding-left: 10px;
	background: url(../images/bg-up.png) no-repeat left top;
	line-height: 48px;
	text-transform: uppercase;
	padding-top: 4px;
	
}
.box-text-2{
	font-family: 'Raleway', sans-serif;
	font-weight:500; 
	font-size: 24px;
	color: #030000;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 35px;
	padding: 0 5px;
	
}
.box-text-3{
	
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	display: inline-block;
	font-size: 14px;
	color: #353535;
	margin-top: 0px;
	padding: 0 10px 10px 10px;
	
}

/*.box-text-4{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 24px;
	color: #353535;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 35px;
	padding: 0 5px;
	
	
}*/

.cat-box{
	display: block;
	width: 100%;
	padding-bottom: 1px;
	text-align: center;
	cursor: pointer;
	height: 500px;
	 
}

.cat-box:hover{
	background-color: #125293;
}
.box-in{
	width: 75%;
	margin: 0 auto;
}
.box-in .im1{
	display: inline-block;
}
.cat-box:hover .im1{
	display: none;
}
.box-in .im2{
	display: none;
}
.cat-box:hover .im2{
	display: inline-block;
}
.box-in img{
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.box-in p{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	display: inline-block;
	margin-top: 15px;
	line-height: 24px;
	font-size: 14px;
/*	font-style: italic;*/
	color: #353535;
	-webkit-transition: ease 1s; /* Safari */
    transition: ease 1s;
}

.box-in a{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	margin-top: 35px;
	color:#000000;
}
.cat-box .box-text-2{
	height: 35px;
}

.box-text-4{
	
	font-family: 'Raleway', sans-serif;
	font-weight:700; 
	font-size: 20px;
	color: #000;
	margin-top: 0px;
	line-height: 22px;
	padding: 0 5px;
	
}

.cat-box:hover .box-text-4{
   color: #f6c32c;
}

.cat-box:hover .box-text-2, .cat-box:hover p, .cat-box:hover a{
	color:#f6c32c;
}
.box-in .line{
	margin-bottom: 58px;
	}
.line{
	width: 40px;
	height: 2px;
	background-color:#101010;
	margin: 10px auto ;
	transition: all 1s ease;
	
}
.cat-box:hover .line{
	width: 71px;
	background-color: #f6c32c;
}
.margin-srv{
	margin: 95px auto 95px auto !important;
}
.view-srv{
	display: block;
	margin: 42px auto 37px auto;
	text-align: center;
	width: 250px;
}
.view-srv a{
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size: 14px;
	border: 2px solid #e3e3e3;
	padding: 15px 53px;
	text-transform: uppercase;
	line-height: 24px;
	color: #000000
}
.view-srv:hover a{
	background-color: #0e457d;
	border: 2px solid #0e457d;
   color: #fff;
}

.border{
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}

.border:nth-child(2) {
	border-top:1px solid transparent;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
}
.border:nth-child(3) {
	border-top:1px solid transparent;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}
.border:nth-child(4) {
	border-bottom:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
}
.border:nth-child(5) {
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	border-left:1px solid #e3e3e3; 
    border-right:1px solid #e3e3e3;
}
.border:nth-child(6) {
	border-bottom:1px solid transparent;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top:1px solid transparent;
}
.srv-border{
	border-top:1px solid transparent;
	border-bottom:1px solid #e3e3e3;
	border-left:1px solid transparent; 
    border-right:1px solid #e3e3e3;
	}
.srv-border:nth-child(4){
	border-top:1px solid transparent;
	border-bottom:1px solid  #e3e3e3;
	border-left:1px solid transparent; 
    border-right:1px solid transparent;
	}
.srv-border:nth-child(8){
	border-top:1px solid transparent;
	border-bottom:1px solid  #e3e3e3;
	border-left:1px solid transparent; 
    border-right:1px solid transparent;
	}
.srv-border:nth-child(12){
	border-top:1px solid transparent;
	border-bottom:1px solid  #e3e3e3;
	border-left:1px solid transparent; 
    border-right:1px solid transparent;
	}
.srv-border:nth-child(16){
	border-top:1px solid transparent;
	border-bottom:1px solid  #e3e3e3;
	border-left:1px solid transparent; 
    border-right:1px solid transparent;
	}
.srv-border:nth-child(20){
	border-top:1px solid transparent;
	border-bottom:1px solid  #e3e3e3;
	border-left:1px solid transparent; 
    border-right:1px solid transparent;
	}

/********************* cat end *******************/

/****** status START *****/

.cont-head{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 30px;
	color:#fff;
	margin-top: 50px;
	margin-bottom: 78px;
	text-align: left;
	text-transform: uppercase;
	line-height: 48px;
}
.cont-head span{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size: 30px;
	color:#fff;
	line-height: 48px;
	text-transform: uppercase;
}
.cont-head p {
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:14px;
	color:#fff;
    margin-top: 16px;
    line-height: 24px;
	text-transform: capitalize;
	
}
.cont-nm{
	display: block;
	text-align: center;
	margin-top: 68px;
}
.cont-nm h1{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size: 30px;
	color:#fff;
	line-height: 48px;
	margin-bottom: 0;
	
}
.cont-nm p{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 14px;
	text-transform: uppercase;
	color:#fff;
	margin-top: 0px;
  font-style: normal;
  line-height: 48px;
	
}


/****** status END *****/


/****** projects *****/

/** slider**/
.owl{
	display: block;
	position: relative !important;
	padding-top: 120px;
}
.img {
	display: block;
	position: relative;
	
}

.overlay{
	display: block;
	position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background:url(../images/project-bg.png) no-repeat center center #000 ;
	-webkit-transition: ease 1s; /* Safari */
    transition: ease 1s;

}
.item:hover .overlay{
	display: block;
	opacity: 0.8;

}
.project-f{
	display: block;
	position: relative;
	text-transform: capitalize;
	bottom:50px;
	width: 275px;
	height: 130px;
	margin: 0 auto;
	background-color: #fff;
	text-align: center;
	padding: 14px 11%;
}
.item:hover .project-f{
background-color:#fabd2e;
}
.project-f1{
	font-family: 'Raleway', sans-serif;
	font-size:23px;
	color:#353535; 
	font-weight:800;
	font-style: normal;
	line-height: 29px;
}
.project-f2{
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	color:#353535;
	font-weight: 500;
	font-style: normal;
	text-transform: capitalize;
	margin-bottom: 3px;
}


.item:hover .project-f1, .item:hover .project-f2, .item:hover{
	color:#fff;
}



.owl-theme .owl-nav [class*="owl-"] {
	margin: 0px;
	padding: 0px 5px;
	background: transparent;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: transparent;
}

.owl-nav{

    display: block !important;
	position: absolute;
	top: 15px;
	bottom: 0;
	right: 0;
	left: 0;
	height: 40px;
	z-index: 1;
	width: 130px;
    margin: 0 auto;

}
.left-nav{
	display: block;
	background: url(../images/pro-a-left.png) no-repeat center transparent !important;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	border: 2px solid #000000;
	z-index: 2;
}
.left-nav:hover {
    
    background: url(../images/project-ar-l-h.png) no-repeat center #fabd2e !important;
    border: 2px solid transparent;

}
.right-nav{
	display: block;
	background: url(../images/pro-a-right.png) no-repeat center;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	z-index: 2;
	border: 2px solid #000000;
}
.owl-next:hover .right-nav{
	background: url(../images/project-ar-r.png) no-repeat center #fabd2e !important;
    border: 2px solid transparent;
 
}


/****** projects end*****/


/******about********/
.about-head{
	display: block;
	margin-top: 87px;
}
.about-head p{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	line-height: 25px;
	font-size: 30px;
	color: #fff;
	text-transform: capitalize;
	letter-spacing:1px;
	
}
.about-head span{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	text-transform: capitalize;
	font-size: 30px;
	color: #fff;
	
}

.aboutmision h3{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 16px;
	color:#fff;
	line-height: 20px;
	border-bottom: 1px solid #ffffff;
	display: inline-block;
	font-style: italic;
	text-transform: capitalize;
}


.aboutmision p{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 14px;
	color:#fff;
	font-style: italic;
	line-height: 30px;
}
.about-more{
	display: block;
	text-align: left;
	margin-bottom: 65px;
	margin-top: 30px;
}
.about-more p{
	font-family: raleway b;
	font-size:11.99px;
	font-style: normal;
	color:#fff;
	margin: 0 0 0px;
}
.about-more p a{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color: #fff;
	font-size:11.99px;
}
.news-all p a{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color: #fff;
	font-size:11.99px;
}
.about-more .line{
	background-color:#FFFFFF; 
	margin: 0 0 0px;
}
.about-news{
	display: block;
	margin-top: 79px;
	margin-bottom: 41px;
}
.about-news p{
	font-family: raleway;
	font-size: 30px;
	font-style: normal;
	color: #fff;
	text-transform: capitalize;
	line-height: 39px;
	border-bottom: 1px solid #FFFFFF;
	
}
.about-news span{
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size: 30px;
	font-style: normal;
	color: #fff;
}


/************ news slifer***************/
.owl-carousel {
	position: unset;
}
.news-owl .owl-nav {
	left: auto;
	top: 0px;
	margin-top: 93px;
	width: 60px;
}
.news-f1{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
}
.news-f2{
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 14px;
	font-style: italic;
	color: #fff;
	line-height: 30px;
}



.news-left-nav{
	width: 8px;
	height: 14px;
	background: url(../images/news-ar-1.png) no-repeat;
	
}
.news-left-nav:hover{
	width: 8px;
	height: 14px;
	background: url(../images/news-ar-1_hover.png) no-repeat;
}
.news-right-nav{
	width: 8px;
	height: 14px;
	background: url(../images/news-ar-right.png) no-repeat;
}
.news-right-nav:hover{
	width: 8px;
	height: 14px;
	background: url(../images/news-ar-right_h.png) no-repeat;
}
/* news slider end*/
.news-all{
	display: block;
	padding: 0px 15px;
	margin-bottom:80px;
	margin-top: 20px;
	
}
.news-all p{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size: 11.99px;
	color:#fff;
	margin: 0 0 0px;
	text-transform: uppercase;
}
.news-all .line{
	background-color:#FFFFFF; 
	margin: 0 0 0px;
}
/******about end********/


/*****footer start********/

.footer{
	margin-top: 60px;
}
.footer p{
	color:#fff;
}
.footer-head{
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	font-size:20.32px;
	border-bottom: 1px solid #f6c32c;
	margin-bottom: 15px;
}
.footer-a{
	display: block;
	width: 125px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 14px;
	color: #fff;
	background: url(../images/a-bg.png) no-repeat left center;
	padding: 10px 15px 10px 22px;
	
}
.footer-a:hover{
   color: #f6c32c;
}
.footer-p{
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	color:#fff;
	font-size: 18px;
	margin-top: 53px;
	line-height: 30px;
	margin-bottom: 20px;
}
.footer-input{
	display: block;
	border: 1px solid #ffffff;
	background-color: transparent;
	padding: 12px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	font-style: normal;
	width:100%;
	
}
.footer-btn{
	
   display: block;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	border:none;
	background-color: #f6c32c;
	color: #0e457d;
	font-size: 16px;
	text-align: center;
	width:100%;
	padding: 8px;
	margin-top: 25px;
	transition: ease 1s;
}
.footer-btn:hover{
	background-color: #fff;
	color: #f6c32c;
}
.footer-spam{
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 40px;
	color:#fff;
	line-height: 30px;
}
.ft-margin{
	margin-left: 30%;
}
.footer-p2{
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:16px;
	text-transform: uppercase;
	margin-top: 13px;
	line-height: 21px;
}
.footer-p3{
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:13px;
	padding-left: 20px;
	background: url(../images/map.png) no-repeat left center;
	line-height: 20px;
}
.footer .footer-p3:nth-last-child(3){
	background-image: none;
	margin-top: 10px;
}
.footer .footer-p3:nth-last-child(2){
	background: url(../images/phon.png)  no-repeat left center;
	padding-left: 25px;
    margin-top: 51px;
}

.footer .phone{
	background: url(../images/phon.png)  no-repeat left center;
	padding-left: 25px;
    margin-top: 10px;
	font-size: 18px;
}

.width-cntr{
	width: 91.7%;
}
.footer .footer-p3:nth-last-child(1){
	background: url(../images/ml.png)  no-repeat left center;
	padding-left: 29px;
	margin-bottom: 35px;
}


.copyrights { 
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	background:#ffffff; 
	padding:32px 0;
	color:#0e0e0e; 
	font-size:14px; 
	text-align:center;
	text-transform:capitalize;
}
.copyrights a {
	
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:14px;
	color:#0e457d; 
	text-transform:uppercase;
}
.copyrights a:hover {
	text-decoration:underline;
}

/*****footer end********/

/*********ABOUT US PAGE START*********/

.aboutus p{
	font-family: 'Raleway', sans-serif;
    font-weight:500;
	font-size: 14px;
	color: #353535;
	line-height: 24px;
	-webkit-transition: ease 1s; /* Safari */
    transition: ease 1s;
}

.heading_main{
display: inline-block;
font-family: 'Raleway', sans-serif;
font-weight:800;
font-size: 30px;
color: #353535;
margin-top: 0px;
padding-left: 10px;
background: url(../images/bg-up.png) no-repeat left top, url(../images/bg-down.png) no-repeat right bottom;

line-height: 48px;
text-transform: uppercase;
padding-top: 4px;
padding-right: 20px;
margin-top:50px;
margin-bottom:50px; 
}

/*********ABOUT US PAGE END*********/

/*********CONTACT PAGE START*********/

.form-ab{
	display: block;
	margin: 0;
	padding: 0;
}
.form-ab input{
background: #f7f7f7;
display: inline-block;
border: 1px solid #f7f7f7;
color: #282828;
font-weight: 400;
margin-top: 12px;
margin-bottom: 12px;
letter-spacing: 1.6px;
line-height: 2.3rem;
padding: 1.44rem 1rem;
text-transform: uppercase;
width: 100%;
font-size: 12px;
box-shadow: none;
vertical-align: baseline;
outline: none;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;

}

.form-ab textarea {
	display: inline-block;
    background: #f7f7f7;
    display: block;
    border: 1px solid #f7f7f7;
        border-top-color: rgb(247, 247, 247);
        border-right-color: rgb(247, 247, 247);
        border-bottom-color: rgb(247, 247, 247);
        border-left-color: rgb(247, 247, 247);
    color: #282828;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 2.3rem;
    padding: 1.44rem 1rem;
    text-transform: uppercase;
    width: 100%;
    font-size: 12px;
    box-shadow: none;
    vertical-align: baseline;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.form-ab button {
    background: #f6c32c;
    border: none;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 10px 20px;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
 }
 .form-ab button:hover {
 	background-color: #232323;
 	color:#fff;
 }
.form-ab input:focus, .form-ab textarea:focus {
	border: 1px solid #ec232b;
}
.form-ab input:hover, .form-ab textarea:hover {
	border: 1px solid #ec232b;
}
.form-ab p{
 display: inline-block;
 color: #ec232b;
 position: absolute;
 left: -2px;
 margin-top: 20px;
 font-size: 19px;
 font-style: normal;
	}

/*********CONTACT PAGE END*********/

/*BACK TO TOP ICON CSS START*/

.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: gray url(../images/top.png) 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;
}
.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:#cf0d81;
  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;
  }
}

/*BACK TO TOP ICON CSS END*/


/*:::::::::::::COPYRIGHT SECTION START:::::::::::::*/


/*:::::::::::::COPYRIGHT SECTION END:::::::::::::*/



/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS START:::::::::::::::::::*/

@media only screen and (max-width: 1200px) {
	.langu{
		display: none;
	}
	.logo {
		width: 125px;
		margin-top: 0px;
		position: relative;
		top: -25px;
	}
	.logo img{
		width: 100%;
	}

	.cont {
		font-size: 12px;
		padding: 10px 6px 10px 20px;
	}
	.cont span {
		font-size: 15px;
	}
	.social {
		padding-left: 0%;
		
	}
	.nav > li {
		
		padding-top: 10px;
        padding-bottom: 12px;

	}
	
	.nav > li > a {
		padding-left: 15px;
        padding-right: 15px;
		font-size: 10px;
	}
	.nav > li:last-child {
		/*padding-left: 34px;*/
	}
	.request {
         width: 85%;
		float: right;
		margin-bottom: 3px;
    }




/* crousel */
.carousel-caption {
    
    bottom: 20%;
   
}
 .ban-f1{

	font-size: 50px;

}
.ban-f2{
	font-size: 74px;
	
}
.ban-f3{

	font-size: 35px;

}


}


@media only screen and (max-width: 1199px) {
	.about-news p {
		padding-bottom: 25px;
	}



}

@media only screen and (max-width: 1024px) {

		/* crousel */
.carousel-caption {
    width: 250px;
    bottom: 20%;
   
}
 .ban-f1{

	font-size: 30px;

}
.ban-f2{
	font-size: 38px;
	
}
.ban-f3{

	font-size: 15px;

}
.carousel-caption p{
	color: #fff;
	padding:20px;
	font-size: 10px;
}
}

@media only screen and (max-width: 991px) {

	.social {
		display: none;
        padding-left: 0%;
    }
    .request {
    	display: none;
    }
    .ft-margin {
    margin-left: 0%;
   }

}

@media only screen and (max-width: 767px) {
	.form-ab p {
		left: 4px;
	}
	.heading_main {
		width: 202px;
        font-size: 20px;
       line-height: 35px;
       padding: 0;
 	}
	.width-im img {
		width: 100%;
	}
	#myNavbar{
		height: 370px;
		overflow: scroll;
	}
	.request{
		display: block;
		float: unset;
		width: 50%;
		margin: 0 auto;
		width: 45%;
	}
    .hide2{
    	display: block !important;
    	background:unset !important;
    }
   .srv-border{
   	border-bottom:1px solid #e3e3e3 !important;
	border-top:1px solid transparent !important;
	border-left:1px solid transparent !important;
	border-right:1px solid transparent !important;

   }
    .border{
	border-bottom:1px solid #e3e3e3 !important;
	border-top:1px solid transparent !important;
	border-left:1px solid transparent !important;
	border-right:1px solid transparent !important;
}
    .header{
    	width: 100%;
    }
    
    .dropdown-menu{
    	position: relative;
    	top: 5px !important;
    	opacity: 1;
    	visibility: inherit;
    	display: none;
    }
    .ch:hover .dropdown-menu{
    	display: block;
    }


	.logo-img{
	width: 100px !important;
	margin-top: 0px;
	margin-bottom: 10px;
    }
	.about-news p {
    padding-bottom: 0px;
    }
	.navbar-toggle {
		position: absolute;
		top: 0;
        right: 0;
        margin-top: 20px;
    }
    .about-head span {
    	display: block;
    	margin-bottom: 10px;
    }
    .header {
    	display: table;
    	float: unset;
    	text-align: center;
    }
    .top-header {
    	border-bottom: 1px solid transparent;
        padding-left: 24vw;
    }
    .logo {
    width: 86px;
    }
   
    .nav {
    padding-left: 0px;
    margin-bottom: -3px !important;
    }
    .nav > li > a {
    	padding: 0;
    	border: none;
    }
    .navbar-nav {
    margin: 0;
    }
    
    .search {
    margin-left: 0px;
    }
	.cont {
		display: none !important;
		width: 159px;
		font-size:10px;
		background: unset !important;
	}

	.cont span {
		display: none;
		font-size: 12px;
	}
	.social {
		display: none;
    padding-left: 0%;
    }
    		/* crousel */
   .carousel-caption {
        width: 150px;
         bottom: unset;
         top: 15%;
         padding-top: 10px;
   
    }
    .project-f {
    	width: 200px;
    }
    .about-head p {
    	font-size: 20px;
    	letter-spacing: 0px;
    }

    .box-text-1 {
    	font-size: 20px;
    }
    .box-text-2{
    	font-size: 18px;
    }
   .ban-f1{
  
	   font-size: 25px;

    }
    .ban-f2{
	   font-size: 30px;
  	
    }
    .ban-f3{


	   font-size: 12px;
	   padding-bottom: 10px;

     }
    .carousel-caption p{
	display: none;
    }
    .btm{
    	padding: 10px 0;
    }
    .btm1{
    	line-height: 11px;
    	font-size: 12px;
    	font-family: raleway md;
    }
    .btm2{
    	line-height: 11px;
    	font-size: 12px;
    }
    .btm3{
    	line-height: 11px;
    	font-size: 12px;
    }
    .btm-power{
    	padding: 10px 0;
    	float: left;
    	margin-bottom: 60px;
    }
    .top {
    	top: 79.4%;
    	margin-right: 2px;
    }
}


@media only screen and (max-width: 462px) {
	.nav > li:last-child {
    padding-left: 0px;

}
.nav > li:last-child a{
    border-right: none;
    
}
	.box-in {
    width: 73%;
    }
	.navbar-toggle {
		margin-top: 24px;
		margin-right: 15px;
	}
	.top-header {
    	border-bottom: 1px solid transparent;
        padding-left: 16vw;
    }
    .cont {
		display: block;
		width: 179px;
		font-size:9px;
		padding: 10px 6px 10px 0px;
	}
	.cont span {
		font-size: 11px;
	}

    .carousel-caption {
        width: 119px;
        top:23%;
     
    }
	.ban-f1{
  
	   font-size: 20px;

    }
    .ban-f2{
	   font-size: 20px;
  	
    }
    .ban-f3{

	   font-size: 10px;
	   padding-bottom: 10px;

     }
}
@media only screen and (max-width: 395px) {
	.navbar-toggle {
		margin-top: 24px;
		margin-right: 1px;
	}
	.top-header {
        padding-left: 4vw;
    }
	}


    @media screen and (min-width: 768px) and (max-width: 1024px) {
      
		.logo {
		width: 125px;
		margin-top: 65px;

	}
            
        }

/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS END:::::::::::::::::::*/


