*{
	padding:0;
	margin:0;
    scroll-behavior: smooth;
	}
	
body{
	font-family: 'Poppins', sans-serif !important;
}
	
.row{
	margin:0 !important;
	padding:0 !important;}
	
.tp{
	background:#cc9900;}
	
.con-icon{
	font-size: 19px !important;
    color: #fff;
    float: left;
    margin-right: 7px;}

.con-det{
	    padding-top: 5px;}


.tp ul{
	list-style-type:none;
	 margin-bottom: 0px !important; }
	
.tp ul li{
	    color: #fff;
    float: left;
    margin-right: 7px;
	    font-size: 13px;
		}
	
.tp ul li a{
	color:#fff;}
	
.soc-det ul li a{
	
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    border-left: 1px solid #fff;
    padding: 0 12px;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;}
	
.fix{//position: fixed;
    background-color: #323232;
    width: 100%;
	    z-index: 999;
		    padding-bottom: 9px !important;}
			
.topbar1{background:url(../img/menu-top.jpg) ;
	z-index: 9999;
	background-size:cover;}
	
.uper ul {
	list-style-type:none;
	float:right;
	margin-top:2px;
	//background:#414141;}


ul{list-style:none;}


	
.logo{    margin-top: 3px;
    position: absolute;
    z-index: 9999;
	    margin-left: -30px;}
	
.area{background:#fff;
    position: absolute;
	width: 100%;}	
	
	
	
.uper ul li {
	float:left;
	padding:3px 15px 0 0;
	    PADDING-LEFT: 12PX;}
	
.uper ul li a{
	color:#000000;
	font-size: 13px;}



.sec{position: absolute;
   top: 150px;
    right: 0;
    width: 60%;
    padding-left: 24%;
    color: #fff;
    z-index: 10;  
	}
	
	.navbar-nav>li>a{
		line-height:64px !important;}
	
	
	
.sec h1{color: #ed1c24;
    font-size: 37px;}	
	
.sec p{
	 color: #000;
    line-height: 27px;
    text-align: justify;
    font-size: 15px;
    margin-top: 16px;}	



.dropdown-menu {    background: #323232 !important;
position:absolute !important;
z-index:9999 !important;
padding: 17px 0!important;
border-top:none !important;
border-left:none !important;
border-right:none !important;
box-shadow:none !important;
}

.menubottom{    margin-left: -15px;
    margin-bottom: -18px;
    margin-top: 25px;}
		
	.navbar-nav>li a {
	     font-size: 14px;
	    color: #fff;
	padding-bottom: 7px;
	border-bottom:1px dotted #fff;}
		
	.navbar-nav>li a:hover{
	text-decoration:none !important;
	    color: #f8f8f8;}
		
.navbar-default .navbar-nav>li>a {
    color: #fff !important;
	font-size: 16px; 
	border-bottom:none;}

.navbar-default .navbar-nav>li>a:hover{    color: #e68002!important;}
.nav>li>a {
    position: relative;
    display: block;
      padding: 14px 17px !important;
	transition:0.5s ease-in-out;}
	
	
.navbar-nav {
        margin: 10.5px -32px !important;}


.dropdown-menu h4{
	     font-size: 14px;
    color: #e68002;
    /* font-weight: bold; */
    margin-left: 15px;
    text-transform: uppercase;
	
	}	
	

	

.navbar {
    position: relative;
    margin-bottom: 0 !important;
    border: 1px solid transparent;
	}
	
	
.yamm-fw h3{
	color:#fff;}
	
.yamm-fw p{
	color:#fff;}
	
.menu-icon{
	color:#fff;}
	
	.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.click {
    border-top: 1px solid #fbfbf9 !important;
    box-shadow: none;
   background: #2c72b9;
    color: #666666;
    text-shadow: none;
    border-color: red red red;
    border-top: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
    margin-top: 0px;
    cursor: pointer;
}

.fa-bars {
    float: right;
    font-size: 40px !important;
    margin-right: 12px;
    color: #fff;
	padding-top: 7px;
}

.down .menu-txt {
    width: 100%;
    padding: 3px;
    padding-left: 10px;
    border-bottom: 1px solid #fbfbf9;
    margin: 0 !important;
}

.down {
    display: none;
    font-size: 20px;
    background: #666666;
    color: #666666;
    text-shadow: none;
    border-color: #666666 #666666 #666666;
    border-top: 1px solid #dddddd;
    margin-top: -10px;
}

.down .menu-txt a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
}

.down1, .down2, .down3, .down4, .down5, .down6, .down7, .down8 {
    display: none;
}

.mobile-menu{
	display:none;}

.click .menu-txt {
    color: #fff;
    padding: 10px;
font-size: 21px;
    //width: 300px;
}

.flex-row > [class*='col-'] {
	min-width: 300px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-row > [class*='col-'] > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-row.flex-row-vertical-centered > [class*='col-'] > * {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.clear, .clearfix {
	clear: both;
}

.alignleft {
	float: left;
	margin: 5px 30px 15px 0;
	max-width: 50%;
}
a.carousel-item {
    margin-right: 9px !important;
}



@media (min-width: 1200px) {
	.with_padding {
		padding: 55px 60px;
	}
}

.with_padding_small {
	padding: 30px 35px;
}

.with_background {
	background-color: #f5f5f5;
	border-radius: 2px;
}

.muted_background {
	background-color: rgba(50, 50, 50, 0.06);
}

.with_border {
	border-radius: 2px;
	border: 1px solid #e1e1e1;
}

.no_top_border {
	border-top: none;
}

.no_bottom_border {
	border-bottom: none;
}

.bottom-border {
	position: relative;
}

.bottom-border:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

.before_cover,
.after_cover {
	overflow: hidden;
}

.before_cover,
.after_cover,
.before_cover > *,
.after_cover > * {
	position: relative;
	z-index: 2;
}

.before_cover:before,
.after_cover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* background teaser */
 .cs h4{
    color: #ffffff;
}

.teaser.icon-background-teaser.text-center {
      padding: 63px 15px 63px;
    color: #fff;
    font-size: 14px;
	line-height:29px;
}
.teaser.icon-background-teaser.text-center h2{
	color:#fff;}

.bg_teaser .teaser_content.media {
	padding: 75px 40px 60px;
}

.color_bg_1:after {
	background-color: rgba(231, 129, 3, 0.92);
}

.color_bg_2:after {
	background-color: rgba(0, 186, 198, 0.92);
}

.color_bg_3:after {
	background-color: rgba(231, 0, 62, 0.92);
}

.color_bg_4:after {
	background-color: rgb(91, 147, 185);
}

.container-fluid{
	padding-left:0 !important;
	padding-right:0 !important;}
	
	
	
	#parallax {
    background: url(../images/macaw-parrot2.jpg) no-repeat center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 70px 0;
    width: 100%;
	}

#parallax h2 {
    color: #ffffff;
    line-height: 40px;
    text-align: center;
}


.ser-area {
    background-color: #ececec;
    padding-top: 30px;
}

.ser-area p{
	    font-size: 12px;
    line-height: 24px;
    color: #909090;}
	
.ser-area h3 a{
	color: #323232;
    font-size: 20px;
    text-decoration: none;
    font-weight: 200;}

.teaser [class*="_bg_color"] {
    width: 2em;
    height: 2em;
    text-align: center;
    vertical-align: bottom;
}
.ls [class*='_bg'] {
    color: #ffffff;
}

.size_small {
    font-size: 30px;
}

.main_bg_color2 {
    background-color: #00bac6;
}

.main_bg_color {
    background-color: #e78103;
}

.main_bg_color3 {
    background-color: #e7003e;
}


	

.round {
    border-radius: 50%;
}

.teaser_icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.green-area {
    background: url(../images/go-green-save-green.jpg);
    background-size: cover;
    text-align: justify;
    padding-top: 30px;
    margin: 42px 0;
}

.h4_Welcome {
    font-size: 24px;
    color: #6d6d6d;
    font-weight: 700;
    text-transform: uppercase;
}

.span_welcome {
    color: #12b5b6;
    font-size: 24px;
    font-weight: 700;
}

img.old {
    float: left;
    margin-right: 11px;
    border-radius: 11px;
}

.green-area p{
	    font-weight: 300 !important;
    line-height: 30px;
	    font-size: 13px;
	    color: #000;}
		
.bx-wrapper .bx-controls-direction a {
        position: absolute;
    top: 30%;
    /* margin-top: -16px; */
    outline: 0;
    width: 42px;
    height: 42px;
    background: #c1c1c1;
    border-radius: 100%;
    /* z-index: 9999; */
    padding: 6px 14px;
    font-size: 22px;
    border: 1px solid #e2e2e2;
    color: #fff;
    box-shadow: 0px 1px 0px #eee;
    font-family: fontAwesome;
    margin: 1px;
    border-radius: 40px;
}

.bx-wrapper .bx-prev {
    left: -49px;
    opacity: .8;
}

.bx-wrapper .bx-next {
        right: -35px;
    opacity: .8;
}




.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
    display: none;
}

.bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f053";
}

.bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\f054";
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.copy{
	
	background: #323232;
    color: #fff;
    /* padding: 10px !important; */
    padding-top: 14px !important;
    font-weight: 500;}
	
.copy a{
	color:#fff;
	text-decoration:none;}
	
.copy a:hover{
	text-decoration:underline;
	color:#fff;}
	
	ul.ser li {
    line-height: 33px;
    font-size: 13px;
    color: #000;
}


	
/*About-us css*/	
.inner-banner img{
	width:100%;
	background-size:cover;
	}
	

.pro{margin-top: 37px !important;}

.nam h4 {font-size: 17px;}
	
h4.com {
    color: #df1f36;
}
h4.com1 {
    color: #df1f36;
    font-size: 26px;
}
	
.nam p {
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 15px;
	    line-height: 30px;
}

.imax {
    padding-top: 3rem;
    box-sizing: border-box; 
}

.imax img{
	//width:100%;}
	
	.col-md-4.ied img {
		border-radius:10px;
		    margin-top: 18%;
    
}
	
/*About-us css end*/	
.resource{

    padding-top: 50px;
    padding-bottom: 50px;}
.resource h1{    font-family: 'Poppins', sans-serif !important;
font-size:30px;}

.resource-wrapper h3 {
    padding: 0 0 7px;
        font-size: 16px;
    line-height: 18px;
    color: #000;
  
    text-transform: none;
}

.resource-wrapper a.res-button {
    background-image: url(../images/resource-center-arrow.png);
    background-repeat: no-repeat;
    padding: 8px 17px 2px 46px;
    background-position: 7px 7px;
    display: table;
    clear: both;
    color: #757575;
    text-transform: uppercase;
    font: 500 16px Museo Sans W01_500, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    height: 16px;

}


.features-icon li {
    list-style-type: disc;
    padding: 0px 19px 15px 1px;
    margin-left: 17px;
}
.features-heading {
    margin-bottom: 21px;
}

.resource-wrapper.link {
    padding-bottom: 25px;
}



.resource-wrapper p {
    font-size: 13px;
    line-height: 20px;
}

/*color range end*/	

.color-range {
        border-top: 1px solid #e4e4e4;
    padding-top: 23px;
    margin-top: 15px;
}



.colors {
    background-color: #8b9b98;
    height: 70px;
    border: 1px solid #d6d6d6;
}

.box {
    text-align: center;
    font-family: 'Lato', sans-serif !important;
    font-size: 13px !important;
	    margin-bottom: 0;
		    line-height: 22px;
    padding-top: 10px;
}
/*color range end*/	


/*career*/

	label {
    color: #323232;
    padding-top: 8px;
    font-weight: 400 !important;
}

.col-md-12.need {
    margin-top: 30px;
}

.red, .required {
    color: #fa5c5d;
}

input.form-control {
    height: 45px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, .form-control {
    height: 45px;
    border-color: #cccccc;
    background-color: #e8e8e8;
    border-radius: 2px;
    border-width: 1px;
    color: #252525;
    
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
	    margin-bottom: 22px;
}


.gen {
    width: 100%;
    border-color: #cccccc;
    background-color: #e8e8e8;
    border-radius: 8px;
    border-width: 1px;
    color: #252525;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    height: 45px;
    font-weight: 300 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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;
}
span {
    font-size: 13px;
    font-weight: 100;
    font-family: 'Poppins', sans-serif;
}

/*career*/	


/*Products*/

.card-body img {
    margin-top: 41px;
    width: 100%;
    filter: drop-shadow(0px 5px 10px #ddd);
    border-radius: 6px;
    transition: .3s ease;
}

.card-body:hover img {  
    transform: translateY(-10px);
    filter: drop-shadow(0 0px 3px #ddd);
}
.card-body h3 {
    color: #000;
    font-size: 18px;
    text-align: center;
    transition: .3s ease;
    transition-delay: .2s;
    padding:5px 0 10px;
    
}
.card-body:hover h3 {
    transform: translateY(-10px);
    font-size: 17.5px;
    /*border-bottom: 1px solid #ddd;*/
}

.links a:hover {
    text-decoration: none;
}

#section-1 {
    background: #f5f4f4;
    margin-top: 60px;
}
#section-3 {
    background: #f5f4f4;
}


.dis{
    
    border: 1px solid #d4d1d1;
    box-shadow: 2px 3px 21px #bcbcbc;
    border-radius: 6px;
	margin-bottom: 25px;
	    width: 100%;
}

.ce{
	text-align:center;
	    padding-bottom: 4px;
		    font-size: 15px;}
	
.pro ul li a{
	color: #2d2d2d !important;
	text-decoration:none;
    font-size: 12px;
	line-height: 39px;
	text-transform:capitalize;}
	
.pro ul li a:hover{
	color:#666 !important;}
	
.cir{
	    padding-right: 6px;
    font-size: 9px !important;
    color: #989898;}
	
	.cir1{
	        padding-right: 21px;
    font-size: 8px !important;
    color: #000;
	}
	

	.color1 {
    margin-top: 30px;
}

.fib {
    box-shadow: 3px 6px 31px #bcbcbc;
}

.fib img{
	width:100%;}


.fib1 img{
    width:100%;}
	
	ul.fiber {
    line-height: 30px;
    font-size: 13px;
    font-weight: bold;
}

b.e-alpa {
    font-size: 22px;
    font-weight: 100;
}

h2.edi {
    COLOR: #757575;
    FONT-WEIGHT: 700;
}

h2.edi2 {
    COLOR: #757575;
	    margin-top: 11px;
		font-size: 20px;
		

}

/*Products End*/	


.pro-area .table-heading {
    font-size: 22px;
    color: #e18131;
}


.pro-area .table-heading {
    padding: 13px 0 10px 0;
    background: #FFF;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-top: 3px solid #f0c71d;
    font-weight: normal;
    border-left: #FFF solid 1px;
}

.pro-area .basic-border2 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f7f7f7;
    font-size: 15px;
    border-left: 1px solid #ccc;
    cursor: default !important;
}

.pro-area .table-heading {
   color: #e12039;
    background: #b0b1b1;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border: none;
    border-bottom: 5px solid #f0c71d;
	    color: #fff;
		
}

h4.ser-pro{
	    background: #2c72b9;
    padding: 10px;
    border-radius: 10px;
    color: #fff;}
.pro-area th, td {
    border: 1px solid #ccc;}
	
	td {
    padding: 9px 48px !important;
}

.address{
	padding-left:0 !important;}
	
.address h3{
	    font-size: 20px;
    text-align: center;
    background: #2c72b9;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
	    margin-bottom: 0;}
	
.icon6{
	padding-right:10px;
	float:left;}
	
	.address li{
		padding-left: 20px;
		margin-bottom: 17px;}
		
	.address ul{
	    padding-left: 20px;
    margin-bottom: 17px;
    /* margin-top: 22px; */
    padding-top: 20px;
    background: #fff;
    color: #000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 16px;}
	
.address li a{
	color:#000;}

	
.thank h2{
	    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-top: 18%;
    margin-bottom: 6%;}	
	
.based{
	margin-top:10px;}
	
.based img{
	border:1px solid #ccc;}
	
.ser-he{
	
	    color: #808080;
    font-size: 48px;
    margin: 28px 0;
    font-weight: 100;
} 
	
.ser-he3{	
       margin-top: 17px !important;
    font-size: 15px;
    font-weight: bold;
}
	
.content-links a {
    padding: 11px 0 10px 10px;
    font: 500 16px Museo Sans W01_500, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    display: block;
    color: #fff;
    text-decoration: none !important;
    background-size: 100% 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -khtml-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #089f95;
    background-image: url(../images/rtarrow.png);
    background-position: 96%;
    background-repeat: no-repeat;
}

.content-links a:hover {
    opacity: .5;
	color:#fff;
}	

/*Responsice-start*/
	

@media(max-width:1024px){
	.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px !important;
	padding: 14px 7px !important;
    border-bottom: none;
	
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: -130px !important;
    right: 0;
    width: 879px;
    top: 121px !important;
}

.soc-det ul li a {
  font-size: 16px;
  padding: 0 9px;
 
}

.teaser.icon-background-teaser.text-center {
    padding: 28px 15px 16px;}
	
	
	#parallax h2 {
    color: #323232;
    line-height: 33px;
    text-align: center;
    font-size: 21px;}
	
	
	a.carousel-item {
    
    margin-right: 8px !important;
}

.logo {
    margin-top: 3px;
    position: relative;}
	
	
	
	
	}
	
	
	@media(max-width:1024px){
		
		.navbar-default .navbar-nav > li > a{
			
			font-size: 12px !important;
			}
		
		
		}
		
		
	@media(max-width:800px){
	
	.tp-1{
		display:none;}
		
		.navbar {
    border-radius: 4px;
    display: none;
}

.mobile-menu{
	display:inherit;}
	
	a.carousel-item {
    margin-right: 10px !important;
	width: 240px !important;
}

.bx-wrapper .bx-prev {
    left: -22px;
    opacity: .8;
}

.bx-wrapper .bx-next {
    right: 2px;
    opacity: .8;
}


		
		}
	
	
	
@media(max-width:600px){
		
.has{text-align:center;}}


@media(max-width:480px){
	
	
.con-icon {
    font-size: 15px !important;}
	
.tp ul li a {
    color: #fff;
    font-size: 11px;}	
	
	
.tp ul li {
    color: #fff;
    float: left;
    margin-right: 7px;
    font-size: 11px;
    margin-left: 0 !important;}
	
	
#parallax{
	padding-top: 26px;
padding-bottom: 25px;}

#parallax h2 {
    color: #323232;
    line-height: 29px;
    text-align: center;
    font-size: 18px;
}

.copy {
  
    font-size: 13px;
}



	
}

@media(max-width:414px){	
	
	
	a.carousel-item {
    margin-right: 20px !important;
    width: 180px !important;
}
	

}

@media(max-width:360px){	


img.old{
	float:none;}

}






	



