@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
body
{
	margin: 0;
	padding:0;
	font-family: 'Lato', sans-serif;
}
h1,h2,h3,h4,h5,h6,a,p,ul
{
	margin: o;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
textarea:focus, 
input:focus
{
    outline: none;
}
 #myVideo {
  right: 0;
  bottom: 0;
	 width: 100%;
  min-width: 1200px; 
  min-height: 100%;
  position: relative;
  
}
 #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #CB1A20;
  color: white;
  cursor: pointer;
  padding:10px 15px;
  border-radius: 4px;
}
#myBtn:hover {
  background-color: #555;
}

.fixed
{
	z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;

}
.content {
  position: relative;
  top: 0;
  width: 100%;
}
.navbar-default {
    background-color: inherit;
    border-color: inherit;
}
.navbar-header {
    width: 20%;
    float:left;
}
#defaultNavbar1 {
    width: 80%;
    float: right;
}
.navbar {
    min-height: auto;
    margin-bottom: 0;
    border: none;
	padding: 10px 0;
	border-radius: inherit;
	background-color: rgb(0, 0, 0, 0.8);
	
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: inherit;
    line-height: initial;
    width: 80%;
}
.navbar-brand img
{
	width: 80%;
}
.nav.navbar-nav {
    width: 100%;
    float: right;
	padding-top: 14px;
}
.nav.navbar-nav li {
    margin: 0 10px;
}
.nav.navbar-nav li a
{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	padding: 10px 15px;
	-webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}
.searching-box
{
    width: 240px;
    background: rgb(000, 000, 000, 0.3);
    position: absolute;
    z-index: 999;
	right: 21px;
	padding: 20px;
}
.searching-box li a
{
	display: block;
	margin: 8px 0;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.navbar-form .form-control {
    border: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    color: #fff;

}
.navbar-form .form-control::placeholder
{
	color: #fff;
}
button#search_btn {
    background: inherit;
    color: #fff;
    border: none;
    border-radius: initial;
}
button#search_btn:hover
{
	background: #fff;
	color: #333;
	border-radius: 4px;
}
.navbar-form .input-group {
    width: 100%;
    border-bottom: 1px solid #fff;
}
 .searching-box a.close-modal {
    position: absolute;
    top: -6.5px;
    right: -5.5px;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url(../images/index.png);
}
.nav.navbar-nav li a:hover
{
	background-color: #CB1A20;
	color: #fff;
	border-radius: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #CB1A20;
	color: #fff;
	border-radius: 10px;
}
.nav.navbar-nav .dropdown {
    position: relative;
}
.dropdown-content {
    background: rgb(0, 0, 0, 0.8);
    padding: 10px;
    position: absolute;
    width: 215px;
    top: 150px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.dropdown-content:after {
    position: absolute;
    top: -7px;
    left: 20px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent rgb(0, 0, 0, 0.8) transparent;
}
.nav.navbar-nav li ul.dropdown-content li
{
	margin:0;
}
.nav.navbar-nav li ul.dropdown-content li a
{
	text-decoration: none;
	display: inline-block;
	padding: 10px;
}
.nav.navbar-nav li ul.dropdown-content li a
{
	color: #fff;
}
.nav.navbar-nav li ul.dropdown-content li a span
{
	float: left;
	margin-right: 10px;
}
.nav.navbar-nav li ul.dropdown-content li a:hover
{
	background: inherit;
}
.nav.navbar-nav li ul.dropdown-content > li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #9B9B9B;
    transition: width .3s;
}

.nav.navbar-nav li ul.dropdown-content > li:hover::after {
    width: 100%;
	
}

.dropdown:hover .dropdown-content
{
	visibility: visible;
	opacity: 1;
	top: 48px;
}
.banner_content
{
	padding-top: 80px;
}
.banner_content h1
{
	color: #fff;
	font-size:32px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner_content p
{
	color: #fff;
	font-size:16px;
	font-weight: 400;
	margin: 0;
	padding: 5px 0 0;
}
.banner_content p span
{
	color: #CB1A20;
}
.search-container {
    width: 600px;
    background: #fff;
	padding: 5px 12px;
	border-radius: 20px;
	margin: 25px 0;
}
.search-container form
{
	width: 100%;
	display: inline-block;
}
.search-container button {
    float: right;
    border: none;
    background: #CB1A20;
    color: #fff;
    font-size: 16px;
    padding: 4px 21px;
    border-radius: 20px;
}
.search-container input{
    width: 80%;
	border: none;
	padding: 5px 0;
}

.story_sec
{
	margin: 60px 0;
}
.story_sec .title_box p
{
	color: #CB1A20;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding:0 0 30px;
	text-align: center;
}
.story_sec .story_box
{
	 border: 1px solid #ccc;
	 box-shadow: 0 8px 8px rgba(0, 0, 0, .18);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
    -o-box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/*height:610px;*/
	float: left;
	
}
.story_sec .story_box.box_height
{
	height: 558px;
}
.story_box.cookies_box {
    float: left;
    width: 100%;
    padding: 15px 0;
}
.story_sec .story_box span
{
	color: #CB1A20;
	font-size:20px;
	font-weight: 600;
	display: block;
	padding: 15px;
}
.story_sec .story_box strong
{
	color: #000000;
	font-size:16px;
	font-weight: 700;
	display: block;
	padding: 0 15px;
}
.story_sec .story_box p
{
	color: #000000;
	font-size:14px;
	font-weight: 400;
	display: block;
	padding: 5px 15px 0;
	text-align: justify;
}
.story_sec .story_box a
{
	color: #CB1A20;
	font-size:14px;
	font-weight: 400;
	display: block;
	text-decoration: underline;
}
.assurance_sec
{
	background: url(../images/assurance-bg.png) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	background-attachment: fixed;
}
.assurance_sec h5
{
	color: #CB1A20;
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	padding-bottom: 30px;
}
.assurance_sec h5 span
{
	font-weight: 400;
}

.assurance_sec .assurance_box
{
	background:#da363b;
	text-align: center;
	margin: 10px 0;
	height: 331px;
}
.assurance_sec .assurance_box img
{
	float: left;
	margin-right: 10px;
}
.assurance_sec .assurance_box strong
{
	background: #E26B6F;
	color: #fff;
	font-size: 22px;
	display: block;
	font-weight: 600;
	padding: 15px 0
}
.assurance_sec .assurance_box .pgrph_sec
{
	padding: 20px 30px;
}
.assurance_sec .assurance_box p
{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	margin: 0;
    padding: 0 0 6px;
}
.assurance_sec .assurance_box.white_box
{
	background: #fff;
	width: 100%;
	float: left;
}
.assurance_sec .assurance_box.white_box strong
{
	background: #AFAFAF;
	color: #CB1A20;
}
.assurance_sec .assurance_box.white_box p
{
	color: #454545;
	text-align: justify;
}
.assurance_sec .assurance_box.white_box .pgrph_sec
{
	padding: 17px;
	width: 100%;
	float: left;
}

#footer
{
	background: #000000;
	padding: 40px 0;
	border-top: 3px solid #CB1A20;
}
#footer .footer_link .top_link
{
	margin-bottom: 10px;
	display: inline-block;
}
#footer .footer_link .top_link li
{
	float: left;
	margin: 10px;
}

#footer .footer_link .top_link a
{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
#footer .quick_link strong
{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
#footer .quick_link li
{
	margin: 5px 0;
}
#footer .quick_link li a
{
	color: #979797;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
#footer .news_letter span {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
#footer .news_letter ul
{
	float: right;
	width: 100%;
}
#footer .news_letter li:first-child {
    margin-left: 0;
}
#footer .news_letter li i.fa-facebook
{
	background:#3c5a99;
}
#footer .news_letter li i.fa-instagram
{
	background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
#footer .news_letter li i.fa-twitter
{
	background:#33ccff;
}
#footer .news_letter li {
    float: left;
    margin: 0 10px;
}
#footer .news_letter li i
{
	width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
/*#footer .news_letter p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0 20px;
    width: 100%;
    float: left;
    margin: 0;
	font-family: 'Roboto', sans-serif;
}*/
#footer .news_letter strong {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0 20px;
    width: 100%;
    float: left;
    margin: 0;
    display: block;
}
#footer .news_letter input
{
	border-radius: 8px;
    width: 77%;
    float: left;
}
button.sub-btn {
    border: none;
    background: #CB1A20;
    color: #fff;
    border-radius: 6px;
    padding: 7px 15px;
    float: right;
	font-family: 'Roboto', sans-serif;
}
.footer_bottom
{
	background: #343434;
}
.footer_bottom p
{
	color: #979797;
	padding: 10px 0;
	
}
.footer_bottom ul
{
	float: right;
}
.footer_bottom li
{
	float: left;
	margin: 10px;
}
.footer_bottom li a
{
	color: #979797;
	text-decoration: none;
}
.nav-bg
{
	background:url(../images/nav-bg.jpg) no-repeat center;
	background-size: cover;
}
.abt_sec
{
	margin: 60px 0;
}
.abt_img img
{
	width: 100%;
	margin:0 auto;
}
.abt_content strong
{
	color: #F76800;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.abt_content h1
{
	color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
	margin: 0;
	padding:10px 0;
}
.abt_content p
{
	color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding:0 0 10px;
}
.msn-vsn-sec
{
	background: url(../images/msn-vsn-bg.png) no-repeat center;
	background-size: cover;
	padding: 60px 0;
	background-attachment: fixed;
}
.msn_vsn_box p
{
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.msn_vsn_box strong
{
	color: #fff;
	font-size: 55px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	display: block;
	padding-left: 0;
}
.msn_vsn_box.vsn_box strong
{
	text-align: right;
	margin-top: 60px;
	padding-right: 0;
}
.brand-sec 
{
	margin: 40px 0;
}

.brand-sec h2
{
	color: #000000;
	font-size: 22px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 10px 0;
}
.brand-sec p
{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 10px 0;
}
.legency_sec
{
	width: 100%;
	float: left;
	margin: 50px 0;
	padding: 0 0 20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0 8px 8px rgba(0, 0, 0, .18);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
    -o-box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
}
.legency_sec h3
{
	color: #000000;
	font-size: 22px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 10px 0;
}
.legency_sec p
{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 10px 0;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background-color: rgba(203, 26, 32, 0.70);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 50%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4{
    text-align: center;
    color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	
}
.team_sec .desk, .team_sec .desk p{
    text-align: center;
    color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	padding: 0;
	
}
.team_sec {
    float: left;
    width: 100%;
	padding:0 50px 50px;
}
.team_sec h1
{
	color: #a2a0a0;
	font-size: 43px;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
	border: 3px solid #a2a0a0;
	padding: 8px;
}
.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.our-team:hover .team-content 
{
	padding: 30px 0;
}
.our-team:hover .pic img
{
	transform: scale(1.1);
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic img
{
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.our-team .team-content {
    padding: 10px 0;
    position: absolute;
    background: rgba(0,0,0, 0.7);
    bottom: 0;
    z-index: 111;
	width: 100%;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.our-team .title{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0;
}
.our-team .post{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}
.team_sec strong
{
	color: #000000;
	font-size: 22px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
}
.team_sec p
{
	color: #474747;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	padding: 0 15px 25px;
}
.space_div
{
	width: 100%;
	float: left;
	margin: 20px 0;
}
.product_sec
{
	margin: 40px 0;
}

.pro_detail span
{
	display: block;
	color: #CB1A20;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.pro_detail strong
{
	display: block;
	color: #000000;
	font-size: 24px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0;
}
.pro_detail p
{
	display: block;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.pro_detail li {
    display: inline-block;
    margin: 0 5px;
    font-weight: 700;
	font-size: 16px;
}
.pro_detail li span
{
	font-weight: 700;
	font-size: 16px;
}
.contact_head
{
	padding: 50px 0;
	text-align: center;
}
.contact_head strong
{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.contact_head p
{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.contact_form {
    border: 1px solid #ccc;
    padding: 50px;
    border-radius: 15px;
    width: 90%;
    margin: 50px auto 0;
	text-align: center;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.25);
}
.contact_form strong
{
	display: block;
	text-align: center;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.contact_form p
{
	display: block;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.contact_form .sub_btn
{
	background: #CB1A20;
    text-align: center;
    border: none;
    padding: 8px 55px;
    border-radius: 25px;
    color: #fff;
    margin: 35px auto;
    display: inline-block;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
}
.contact_form input,
.contact_form span,
.contact_form label,
.contact_form textarea
{
 font-family: 'Lato', sans-serif;
  display: block;
  margin: 10px;
  padding: 5px;
  border: none;
  font-size: 22px;
}


.contact_form input:focus,
.contact_form input:textarea{
  outline: 0;
}
/* Question */

.contact_form input.question,
.contact_form textarea.question 
{
  font-size: 16px;
  font-weight: 300;
  border-radius: 2px;
  margin: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  transition: padding-top 0.2s ease, margin-top 0.2s ease;
  overflow-x: hidden; 
  padding: 20px 0 0;
  width: 100%;
}

.contact_form input.question + label,
.contact_form textarea.question + label 
{
  display: block;
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  height: 0px;
}

.contact_form input.question:focus + label,
.contact_form textarea.question:focus + label
{
  width: 100%;
}

.contact_form input.question:focus,
.contact_form input.question:valid {
  padding-top: 20px;
}

.contact_form textarea.question:focus,
.contact_form textarea.question:valid {
  padding-top: 40px;
}

.contact_form input.question:focus + label > span,
.contact_form input.question:valid + label > span {
  top: -60px;
  font-size: 14px;
  color: #5A5A5A;
}
.contact_form textarea.question:focus + label > span,
.contact_form textarea.question:valid + label > span {
  top: -105px;
  font-size: 14px;
  color: #5A5A5A;
}

.contact_form input.question:valid + label,
.contact_form textarea.question:valid + label
{
  border-color: green;
}

.contact_form input.question:invalid,
.contact_form textarea.question:invalid
{
  box-shadow: none;
}

.contact_form input.question + label > span,
.contact_form textarea.question + label > span
{
  font-weight: 300;
  margin: 0;
  position: absolute;
  color: #8F8F8F;
  font-size: 16px;
  top: -38px;
  left: 0px;
  z-index: -1;
  -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
  transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
}

.contacr-detail
{
	margin: 60px 0;
}
.add-box h1, .add-box h2, .add-box h3
{
   color: #000000;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.add-box strong
{
	display: block;
	padding:8px 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.add-box p
{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Roboto', sans-serif;
}
.add-box .phn_sec
{
	margin: 20px 0;
}
.add-box .phn_sec b
{
	display: block;
	color: #333333;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
.add-box .web_sec p
{
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

/***********Career page css**********/

.career_sec {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.abt_career strong,
.abt_career h1,
.career_form strong
{
	display: block;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
	padding: 15px 0;
	margin: 0;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
	border-bottom: 2px solid #CB1A20;
}
.abt_career p {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
	margin: 0;
    padding: 15px 0 0;
}
.career_form label
{
	font-weight: 400;
    margin: 10px 0;
    color: #8F8F8F;
    font-size: 16px;
	
}
.career_form  .submit-btn
{
	background: #CB1A20;
    text-align: center;
    border: none;
    padding: 8px 55px;
    border-radius: 25px;
    color: #fff;
    margin: 35px auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	margin-left: 20px;
}
.career_form  .submit-btn:hover
{
	background-color: #555;
}
.no-padding
{
	padding-left: 0;
	padding-right: 0;
}
.pad-10
{
	padding-right: 10px;
}
