/* RESET CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	background-color: #ffffff;\
	color: #000;

}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

::placeholder{
	 color: #838383;
  font-size: 13px;
}


::-webkit-input-placeholder {
  color: #838383;
  font-size: 13px;
}

:-moz-placeholder {
  color: #838383;
  font-size: 13px;
}

::-moz-placeholder {
  color: #838383;
  font-size: 13px;
}

:-ms-input-placeholder {
  color: #838383;
  font-size: 13px;
}


.m-bt-15{
	margin-bottom: 15px;
}

.blue-bg{
	background-color: #ea1118 !important;
}

.text-white{
	color: #fff !important;
}


.section-title{
	position: relative;
    font-size: 36px;
    color: #4a4747;
    text-align: center; 
    text-transform: uppercase;
}

.section-title:after{
	position: relative;
    content: '';
    display: block;
    background: url(img/design.png);
    width: 111px;
    height: 12px;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    top: 6px;
}


.section-title-a{
    position: relative;
    font-size: 45px;
    color: #ffffff;; 
}

.section-title-a:after{
	position: relative;
    content: '';
    display: block;
    background: url(img/design2.png);
    width: 258px;
    height: 11px;
    text-align: center;
    text-align: center;
    top: 6px;
}


.section-title-b{
  	position: relative;
    font-size: 45px;
    color: #fff;
    text-align: center; 
}



.section-title-c{
   position: relative;
    font-size: 25px;
    color: #020000;
}

.section-title-c:after{
	position: relative;
    content: '';
    display: block;
    background: url(img/design2.png);
    width: 258px;
    height: 11px;
    text-align: center;
    text-align: center;
    top: 6px;
}


.nav-arrow1 {
    position: relative;
    background: #002f5d;
    padding: 6px 10px;
    color: #fff;
}

.nav-arrow2 {
    position: relative;
    background: #fff;
    padding: 6px 10px;
    color: #b70000;
}


.mybtn{
	position: relative;
    background: white;
    padding: 6px 16px;
    border: 2px solid #b70000;
    font-size: 16px;
    text-transform: uppercase;
	color: #b70000;
	transition: .2s;
}


.mybtn:hover{
	color: #fff;
    background: #b70000;
 
	 
}


.mybtn-1{
	    position: relative;
    background: #b70000;
    padding: 6px 16px;
    border: 2px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    transition: .2s;
    /* top: 10px; */
    text-align: center;
    margin: 0 auto;
    top: 33px;
}


.mybtn-1:hover{
	color: #b70000;
    background: #fff;
 
	 
}

.mybtn5{
	position: relative;
    background: #002f5d;
    padding: 6px 16px;
    border: 2px solid #002f5d;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    transition: .2s;
    width: 100%;
    border-radius: 3px;
}


.mybtn5:hover{
	color: #002f5d;
    background: transparent;
 
	 
}



/*============header====================*/


.header-info{
	position: relative;
}

.info-row{
	position: relative;
	background: #b70000;
	padding: 15px 13px 15px 13px;
	text-align: center;
}

.info-row:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -18px;
	background: #b70000;
	display: block;
	transform-origin: bottom left;
	transform: skew(28deg,0deg);
}

.info-row:after{
	content: '';
    width: 8%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -48px;
    background: #b70000;
    display: block;
}


.mail-info{
	position: relative;
	
}

.mail-info ul{
	//float: right;
	
}

.mail-info ul li{
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
	transition: .2s;
}

	

.mail-info ul li:hover{
	color: #ea1118;
}


.mail-info ul li i{	
	color: #fff;
	padding-right: 8px;
}

.mail-info ul li a{	
	color: #fff;
	text-decoration: none;
	transition: .2s;
}

.mail-info ul li a:hover{
	color: #ea1118;
}


.social-info ul{
	float: right;
	
}


.social-info{
	position: relative;
	
}

.social-info ul li{
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	cursor: pointer;
}

.social-info ul li i{	
	color: #fff;
	padding-right: 8px;
	transition: .2s;
}

.social-info ul li i:hover{	
	color: #ea1118;
}

.social-info ul li a{	
	color: #fff;
}


.login-info{
	position: relative;
	
}

.login-info ul{
	float: right;
	
}

.login-info ul li{
	position: relative;
	display: inline-block;
	color: #fff;
	margin-right: 5px;
	cursor: pointer;
	transition: .2s;
}

.login-info ul li:hover{
	color: #ea1118;
}

.login-info ul li i{	
	color: #fff;
	padding-right: 8px;
}



.login-info ul li a{	
	color: #fff;
}



/*.navbar-default*/

.navbar{
	margin-bottom: 0px !important;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
	border: 0px;
	margin-top: 28px;
}

.navbar-collapse{
	float: right;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: #b70000;
	color: #fff;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background: #b70000;
	color: #fff;	
}


.navbar-default .navbar-nav > li > a{
	color: #210202;
	transition: .2s;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
	background: #b70000;
	
}

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

.dropdown-menu > li > a{
	color: #fff;
	transition: .3s;
}

.dropdown-menu > li > a:hover{
	    background: #02b3b300;
    margin-left: 5px;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	color: #fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background: #ea1118;
    
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle{
	border: 0px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: transparent;
}

.menu-text{
	display: none;
}

.navbar-header{
	background: #ffffff;
}
.navbar-toggle .icon-bar {
    
    width: 22px;
    height: 3px;
    border-radius: 25px;
}

.navbar-toggle{
	margin-top: 6px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #002f5d;
}

.nav > li > a{
	padding: 10px 12px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
 
    margin-top: 5px;
}


.navbar-brand > img {
    display: block;
        margin-top: -73px;
}


/*banner slider*/


.banner-section{
	position: relative;
	margin-top: 28px;
}



/*===================about-us-section=======================*/

.about-us-section{
	position: relative;
	padding: 60px 0;
	text-align: center;
}

.about-us-section p{
	color: #656868;
	font-size: 17px;
    line-height: 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}



/*=======chairman-section============*/

.chairman-section{
	position: relative;
}

.chairman-text{
	position: relative;
    background: #b70000;
    padding: 45px;
    height: auto;
}

.chairman-text p{
	color: #fff;
}

.chairman-text h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 25px;
}

.chairman-text p{
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-top: 7px;
    margin-bottom: 30px;
}

.chairman-img{
	position: relative;
}

.chairman-img img{
	height: 306px;
    width: 100%;
}

.customNavigation1{
    text-align: right;
    position: absolute;
    bottom: 43px;
    right: 38px;
}


.customNavigation1 .btn{
	padding: 0 !important;
}

.zero{
	padding: 0;
}


/*=======join-section======*/

.join-section{
	position: relative;
	margin-top: -24px;
}

.join-text{
    background: #ffffff;
    color: #002f5d;
    text-transform: uppercase;
    font-size: 44px;
   	padding: 59px 52px;
    height: auto;
    overflow: hidden;
}

.join-text i{
	font-size: 135px;
	transition: .2s;
	    color: #b70000;
}

.join-text .icon {
    position: relative;
    margin-top: -26px;
}

.join-text .content h5{
	transition: .2s;
    color: #3d3d3d;
    font-size: 32px;
    line-height: initial;
}

.join-text:hover .content h5{
	letter-spacing: 2px;
	
}

.join-text:hover .join-text i{
	 margin-left: 6px;
}
	



.join-service .manufac{
	background: #b70000;
    text-align: center;
    color: #fff;
    padding: 35px;	
}

.join-service .manufac:hover{
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.55);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.55);
}


.join-service .manufac img{
	margin: 0 auto;
}

.join-service .manufac h4{
	    font-size: 19px;
    padding-top: 20px;
}

.join-service a{
	 color: #fff;
}



.join-service .ser-provi{
	background: #fff;
    text-align: center;
    color: #002f5d;
    padding: 35px;	
}

.join-service .ser-provi img{
	margin: 0 auto;
}

.join-service .ser-provi h4{
	    font-size: 19px;
        color: #b70000;
}

.ser-provi a{
	color: #002f5d;
}


.ser-provi{
	transition: .5s;
}



.ser-provi:hover{
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.55);
box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.55);
}



/*=============initiative-section==================*/

.initiative-section{
	position: relative;
	padding: 60px 0;
	clear: both;
}


.ini-box{
	position: relative;
    padding: 20px;
    border: 1px solid #eaeaea;
    text-align: center;
    margin-top: 60px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
        height: 220px;
}

.ini-box-2{
	position: relative;
    padding: 20px;
    border: 1px solid #eaeaea;
    text-align: center;
    margin-top: 60px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
       //height: 250px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
        height: 280px;
}




.ini-box-2 img{

	 border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
       -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    height: 165px;
}

.ini-box h4{
	    font-size: 18px;
    padding: 10px 0;
    line-height: initial;
}

.ini-box-2 h4{
	    font-size: 16px;
    padding: 18px 0;
    line-height: initial;
}

.ini-box p{
    font-size: 18px;
    line-height: 26px;
    color: #656868;
}



/*=====event-section=======*/

.event-section{
	position: relative;
	background: url(img/ban2.jpg);
	padding: 45px 0;
	background-position: 50% 50%;
	
}

.event-section:before{
	position: absolute;
	top: 0;
	left: 0;
	    background: rgba(34, 36, 39, 0.82);
	content: '';
	width: 100%;
	height: 100%;
}

.event-box{
	position: relative;
    padding: 17px;
    -moz-box-shadow: 1px 0px 24px 0px rgba(0, 0, 0, 0.66);
    box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.66);
    margin-top: 45px;
    margin-right: 35px;
    //text-align: center;
	background: #1f1e1e8c;
}

.event-box img{
	width: 100%;

    height: 200px;
}

.event-box h4{
	font-size: 20px;
    color: #f7a03b;
    padding: 15px 0;
	line-height: initial;
}

.event-box p{
	font-size: 17px;
    line-height: 25px;
    color: white;
	padding-bottom: 17px;
	    text-align: justify;
}

.event-box a{
	background: #f7a03b;
    padding: 9px 10px;
    color: #fff;
    display: inline-table;
	border: 2px solid #f7a03b;
	transition: .2s;
	font-size: 16px;
}

.event-box a:hover{
	border: 2px solid #f7a03b;
	background: transparent;
	color: #f7a03b;
}


/*=======customNavigation========*/

.customNavigation{
	text-align: center;
}

.nav-arrow{
	position: relative;
    background: white;
    padding: 6px 10px;
    color: #b70000;
}

.customNavigation .btn{
	padding: 0;
}



/*=======gallery-section========*/

.gallery-section{
	position: relative;
	padding: 60px 0;
}

.gallery-box{
	position: relative;
	margin-top: 40px;
}


/*=======sign-media=============*/

.sign-media{
	position: relative;
	
}

.sign-up-box{
	position: relative;
	background: #b70000;
	padding: 30px 42px;
}

.sign-title{
	position: relative;
	padding-bottom: 30px;
}

.sign-title h3{
	position: relative;
	color: #fff;
	    font-size: 30px;
}

.sign-title p{
	position: relative;
	color: #fff;
	font-size: 18px;
	padding-top: 15px;
	    line-height: initial;
}

.sign-field{
	position: relative;
}

.sign-field input[type="text"]{
	width: 100%;
    padding: 13px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 0;
	color: #fff;
}

.my-btn8{
	width: 100%;
    padding: 14.5px 18px;
    background: #fff;
    border: 1px solid #fff;
    margin-top: 0px;
    margin-left: -4px;
    font-size: 20px;
    color: #b70000;
	transition: .2s;
}

.my-btn8:hover{
	background: #b70000;
	color: #fff;
}




.sign-field p{
	color: #fff;
    display: inline-table;
    padding-top: 14px;
    font-size: 16px;
}

.sign-contact{
	position: relative;
   
    /* overflow: hidden; */
    /* clear: both; */
    display: inline-table;
}

.sign-contact ul li{
	color: #fff;
	margin-bottom: 18px;
	font-size: 17px;
	    line-height: initial;
}

.sign-contact ul li:last-child{
	margin-bottom: 0;
}


.sign-contact ul li i{
	color: #fff;
	padding-right: 18px;
}

.sign-contact ul li a{
	color: #fff;
}

/*================media-centre================*/

.media-centre{
	position: relative;
	padding: 26px;
	
     text-align: center;
}

.media-centre h1{
	position: relative;
    font-size: 35px;
    text-align: center;
    color: #b70000;
    margin-bottom: 25px;
}


.media-img{
	position: absolute;
}

.media-text{
	position: relative;
	margin-left: 34%;
}

.media-text h3{
	font-size: 19px;
    margin-bottom: 10px;
    color: #f7a03b;
}

.media-text p{
	font-size: 17px;
    line-height: initial;
}

.media-text h4{
    font-size: 15px;
    margin-top: 4px;
    color: #f7a03b;
}

.media-text a{
   color: #03355c;
    top: 10px;
    position: relative;
	    font-size: 18px;
}
.media-img img{
	height: 100px;
}

.media-centre ul li{
	margin-bottom: 35px;
}


/*===========supported-section=============*/

.supported-section{
	position: relative;
	margin: 50px 0;
}

.suppor-img{
	position: relative;
	margin-top: 40px;
}


/*================footer-section============*/

.footer-section{
	position: relative;
	background: #eae8e8;
	    padding: 60px 0; 
}


.foot-para p{
	    color: #424242;
    padding-top: 20px;
    line-height: initial;
}


.foot-para p a{
	color: #da251c;
}

.footer-content h3{
	    color: #353333;
    font-size: 20px;
}

.footer-content ul{
	margin-top: 35px;
}

.footer-content ul li{
	margin-bottom: 10px;
}

.footer-content ul li a{
	color: #403d3d;
	font-size: 14px;
	transition: .2s;
	line-height: initial;104

}

.footer-content ul li a:hover{
	color: #ff1106;
}

.copy-section{
	background: #1f1a17;
	overflow: hidden;
	padding: 13px 32px;
}

.copy-text{
	color: #a6a5a5;
}

.copy-text-de{
	color: #a6a5a5;
	float: right;
}


.login-box{
	position: absolute;
    top: 29px;
    left: -108px;
    float: left !important;
	background: #fff;
}

/* ===============page header style=================== */

.page-header-wrapper{
  
  position: relative;
  padding: 0 0;
  margin-top: 20px;
  background: url(img/bg-corp.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
      background-attachment: fixed;
}
.page-header-wrapper::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  left: 0;
}
.page-header-wrapper .page-header-content{
  padding: 90px 0 70px 0;
}
.page-header-wrapper .breadcrumbs{
  padding: 0 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.page-header-wrapper .breadcrumbs a{
  color: #c5dadc;
}
.page-header-wrapper .breadcrumbs a:hover{
  color: #fff;
}
.page-header-wrapper .page-header-title{
  padding-top: 10px;
  text-align: center;
}
.page-header-wrapper .page-header-title h1{
  font-size: 26px;
    color: #fff;
    font-weight: 600;
}




/* ============contact page style=========== */

.page-contact-wrap{
    padding: 70px 0;
}
.page-contact-wrap .page-contact-content{
    padding: 0 0;
	margin-top: 30px;
}
.page-contact-content .page-contact-add{
    padding: 0 0;
}

.page-contact-content p{
	color: #4c4c4c;
	font-size: 17px;
}

.page-contact-add ul{
    list-style-type: none;
    //padding-top: 20px;
}
.page-contact-add ul li{
    display: block;
    padding: 5px 0;
	margin-bottom: 10px;
}

.page-contact-add p{
	font-size: 15px;
	line-height: 25px;
}

.add-text a{
	color: #555555;
}

.page-contact-add ul li .add-icon{
    padding-right: 15px;
    float: left;
    text-align: center;
}
.page-contact-add ul li .add-icon i{
    margin-right: 15px;
    float: left;
    border: 2px solid #b70000;
    color: #b70000;
    width: 45px;
    height: 45px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
}
.page-contact-add ul li .add-icon i:hover{
    border: 2px solid #b70000;
    color: #fff;
    background-color: #b70000;
}

.page-contact-add ul li .add-text{
    padding-left: 50px;
}
.page-contact-add ul li .add-text span {
    color: #b70000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 26px;
}
.page-contact-content .page-contact-form{
    padding: 0 0;
}
.page-contact-form input[type="text"],input[type="email"]{
    padding: 10px 10px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
.page-contact-form textarea{
    padding: 10px 10px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}
.page-contact-map{
    padding: 0px 0;
}



/*====about us page ========about-us-pg-wrap============*/

.about-us-pg-wrap{
	position: relative;
	    padding: 40px 0 10px 0;
}


.about-pg-text{
	position: relative;
	
}

.about-pg-text p{
	color: #656868;
    font-size: 17px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 35px;
    text-align: justify;
	
}



.chagep p{
	color: #656868;
    font-size: 17px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 35px;
    padding-right: 160px;
	
}

.about-pg-img{
	 margin-top: 52px;
}

.about-pg-img img{
	background:  #fff;
	padding: 5px;
	    border-radius: 3px;
       -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 0px 24px 8px rgba(0, 0, 0, 0.1);
}



.our-vision{
	position: relative;
	background: url(img/vsion.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 40px 0;
	background-attachment: fixed;
}

.our-vision::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	background: #1f1a17c7;
	width: 100%;
	height: 100%;
	
}

.vision-text p{
text-align: center;
    font-size: 31px;
    color: #fff;
    margin-top: 15px;
    padding: 0 80px;
    line-height: initial;
    text-shadow: 9px 8px 20px #000;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}


.activi-pg-us{
	position: relative;
	padding: 60px 0;
}
   
   
.activi-pg-us .about-pg-img{
	 margin-top: 30px;
}   

.activi-pg-us .about-pg-img img{
	margin: 0 auto;
}   

.our-service .ini-box{
	margin-right: 15px;
	    padding: 30px;
		height: 250px;
		    margin-left: 9px;
}

.my-form{
	position: relative;
	
}

.my-form input[type="text"]{
	    position: relative;
    width: 100%;
    padding: 8px;
    border: 1px solid #cdcbcb;
    margin-bottom: 17px;
    border-radius: 2px;
	
}

.my-form input[type="submit"]{
	  position: relative;
    width: 20%;
    padding: 8px;
    border: 2px solid #b70000;
    margin-bottom: 17px;
    border-radius: 2px;
    background: #b70000;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
	transition: .2s;
}

.my-form input[type="submit"]:hover{
	background: transparent;
	color: #b70000;
}


.my-form textarea{
	    position: relative;
    width: 100%;
    padding: 8px;
    border: 1px solid #cdcbcb;
    margin-bottom: 17px;
    border-radius: 2px;
	
}

.gap-section{

    position: relative;
    background: url('http://indoafrica-ictexpo.telecomepc.in/Tepc/assets/tepc/img/bridge.jpg');
    padding: 55px 0;
    background-attachment: fixed;
    background-repeat:  no-repeat;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position:  50% 50%;
        margin-top: 25px;
    margin-bottom: 30px;
}

.gap-section:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height:  100%;
    background: #000000d4;

}


.gap-text{
    text-align: center;
    position: relative;
}

.gap-text h1{
    font-size: 27px;
    color: #fff;
    font-weight: 500;
    line-height: 44px;
    padding: 0 50px;
} 

.y-us-section {
       padding: 20px 0 82px;
}
.y-us-head {
    text-align: center;
    margin: 0 0 91px;
}
.y-us-title h2 {
       color: #000;
    font-size: 35px;
    letter-spacing: 0;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 500;
}
.y-us-title > p {
    color: #777777;
    line-height: 22px;
}
.y-us-title-border {
    background: #b70000 none repeat scroll 0 0;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 50px;
}
.service-3 .service-box {
    margin-bottom: 18px;
}
.service-3 .service-box .iconset {
    float: left;
    text-align: center;
    width: 25%;
}
.service-3 .service-box .iconset i {
    color: #000;
    font-size: 44px;
}
.service-3 .service-box .y-us-content {
    float: left;
    width: 75%;
}
.service-3 .service-box .y-us-content h4 {
    color: #3a3a3a;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 4px 0 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.service-3 .service-box .y-us-content p {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

.icon {
        color: #b70000 !important;
    padding: 0px;
    font-size: 25px !important;
    border: 1px solid #ffffff;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 50px;
    line-height: 50px !important;
    text-align: center;
    width: 70px;
    background: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    /*border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-left: 2px solid #b70000;*/
}

.slide-text {
    left: 0;
    top: 50% !important;
}

.slide-text > h1 {
    line-height: initial !important;
        font-weight: bold;
    text-shadow: 6px 8px 8px #000;
}

/*============gloabal ul li==============*/



.fa-ul{

	padding-left: 0;

    margin-left: 2.14285714em;

    list-style-type: none;

	margin-left: 0 !important;

}



.fa-ul>li {

    position: relative !important;
    display: inline-flex;
	margin-top: 10px;

}



.fa-ul i {

   float: left;
    padding-top: 4px;
    font-size: 17px;
    color: #b70000;
    //margin-right: 16px;

}



.fa-ul h6 {

    padding-left: 20px;

    padding-bottom: 10px;

	line-height: initial;

    font-size: 15px;

}



.fa-ul h6  a {

    text-decoration: none;

    color: #d84734;

}


.fa-ul li ul{

    padding-left: 0;

    margin-left: 2.14285714em;

    list-style-type: none;


}

.fa-ul li ul li i{

       float: left;
    padding-top: 8px;
    font-size: 11px;
    color: #002f5d;
}

.fa-ul li ul li ul{

    padding-left: 0;

    margin-left: 21px;

    list-style-type: none;


}

.fa-ul li ul li ul li i{

       float: left;
    padding-top: 8px;
    font-size: 11px;
    color: #002f5d;

}


/*===============deafult-page================*/





.default-pg-txt{

	position: relative;
    text-align: justify;
	



}







.default-pg-txt p{

	font-size: 16px;

	line-height: initial;

	padding-top: 20px;

}


.y-us-banner-img img{
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    border-bottom: 6px solid #bb0202;
    border-top: 6px solid #000000;
}


/*==========no more tables====================*/



@media only screen and (max-width: 800px) {

    

    /* Force table to not be like tables anymore */

	#no-more-tables table, 

	#no-more-tables thead, 

	#no-more-tables tbody, 

	#no-more-tables th, 

	#no-more-tables td, 

	#no-more-tables tr { 

		display: block; 

	}

 

	/* Hide table headers (but not display: none;, for accessibility) */

	#no-more-tables thead tr { 

		position: absolute;

		top: -9999px;

		left: -9999px;

	}

 

	#no-more-tables tr { border:1px solid #f9f9f9; }

 

	#no-more-tables td { 

		/* Behave  like a "row" */

		border: none;

		border-bottom: 1px solid #eee; 

		position: relative;

		padding-left: 60%; 

		white-space: normal;

		text-align:left;

	}

 

	#no-more-tables td:before { 

		/* Now like a table header */

		position: absolute;

		/* Top/left values mimic padding */

		top: 6px;

		left: 6px;

		width: 45%; 

		padding-right: 10px; 

		white-space: nowrap;

		text-align:left;

		font-weight: normal;

	}

 

	/*

	Label the data

	*/

	#no-more-tables td:before { content: attr(data-title); }

}



#no-more-tables{

	margin-top: 35px;
        overflow: hidden;
}



.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {

    padding: 8px 8px;
    font-size: 16px;

}



#no-more-tables thead{

	background: #b70000;

    color: white;

}

#no-more-tables a{

    color: #b70000;

}

#no-more-tables a i{
   color: #b70000;
    padding-right: 8px;
}

.team-wrapper{
	background: white;
    padding: 30px;
    margin-top: 28px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
        border-left: 3px solid #ea1118;
            border-right: 3px solid #ea1118;
}
.team-wrapper img{
	 -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.12);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-radius: 100px;

}




.chairman-p-img{

	    border-top-right-radius: 88px;

    //border-bottom-left-radius: 88px;

    

    -webkit-box-shadow: 0px 0px 51px -3px rgba(0,0,0,.16);

    -moz-box-shadow: 0px 0px 51px -3px rgba(0,0,0,.16);

    box-shadow: 0px 0px 51px -3px rgba(0,0,0,.16);

	    padding: 46px;
	        margin-top: 45px;

}



.chairman-p-img img{

	    border-top-right-radius: 88px;

    border-bottom-left-radius: 88px;

    //border: 2px solid #2d2d2d;

    -webkit-box-shadow: 0px 0px 51px -3px rgba(0,0,0,.16);

    -moz-box-shadow: 0px 0px 51px -3px rgba(0,0,0,.16);

    box-shadow: 0px 0px 51px -3px rgba(0,0,0,.16);

	//width: 325px;

}





.chairman-p-text{

	position: relative;

	margin-top: 25px;

}



.chairman-p-text h1{
       position: relative;
    font-size: 21px;
    color: #1f1a17;
    /* padding-bottom: 5px; */
    padding-top: 15px;
    line-height: 33px;

}



.chairman-p-text h2{

	    position: relative;

    font-size: 24px;

    color: #333333;

    margin-top: 3px;

	

}



.chairman-p-text p{

	    position: relative;

    margin-top: 10px;

    font-size: 17px;

    line-height: initial;

	

}



.chairman-p-btn{

	display: inline-flex;

    margin-top: 12px;

}



.chair-pg-msg{

	position: relative;

	//padding-top: 50px;

}

.man-email{
	    position: relative;
    margin-top: 10px;
    display: inline-table;
    font-size: 16px;
    color: #b70000;
}


.chair-pg-msg p{

	font-size: 16px;

	line-height: initial;

	padding-top: 20px;
	text-align: justify;

}



.chairman-p-text h3{

	font-size: 16px;

	line-height: initial;

	padding-top: 20px;

	    color: #dc331d;

		font-weight: 500;

}



.chairman-p-text a i{

	padding-right: 10px;

}

.default-container{
	padding: 50px 0;
}