@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'Roboto', sans-serif !important;
}

.marg-auto{
	margin:0 auto;
}
.img-100{
	width:100%;
}
@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url(../fonts/RobotoCondensed-Bold.ttf);
}
.pad-L5{
	padding-left:5%;
}
.no-X-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.no-L-padding {
	padding-left: 0 !important;
}
.no-R-padding {
	padding-right: 0 !important;
}
.no-Y-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.no-T-padding {
	padding-top: 0 !important;
}
.no-B-margin {
	margin-bottom: 0 !important;
}

p {
	color: #000;
	font-size: 14px;
	line-height: 150%;
}
a{
	text-decoration:none;
	transition:all 300ms ease-in-out;
}
a:hover, a:focus, a:active{
	text-decoration:none;
}
.width-80{
	width:80%;
}
.width-85{
	width:85%;
}
.width-90{
	width:90%;
}
.width-95{
	width:95%;
}
.padL5{
	padding-left:5%;
}
.black-a{
	margin:0;
	padding:7px 20px;
	background-color:#000;
	font-size:13px;
	text-transform:uppercase;
	transition:all 400ms ease-in-out;
	border:none;
	color:#fff;
}
.black-a:hover, .black-a:focus, .black-a:active{
	background-color:#cba54f;
	color:#000;
}
.gold-a{
	margin:0;
	padding:7px 20px;
	background-color:#7f411b;
	font-size:13px;
	text-transform:uppercase;
	transition:all 400ms ease-in-out;
	border:none;
	color:#fff;
}
.gold-a:hover, .gold-a:focus, .gold-a:active{
	background-color:#cba54f;
	color:#000;
}
a.white-a{
	margin:0;
	padding:7px 20px;
	background-color:#fff;
	font-size:13px;
	text-transform:uppercase;
	color:#000;
}
a.white-a:hover, a.white-a:focus, a.white-a:active{
	background-color:#cba54f;
	color:#000;
}

a.ornage-a{
	margin:0;
	padding:7px 20px;
	background-color:#f26322;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
}
a.ornage-a:hover, a.ornage-a:focus, a.ornage-a:active{
	background-color:#cba54f;
	color:#000;
}

a.green-a{
	margin:0;
	padding:7px 20px;
	background-color:#008442;
	font-size:13px;
	text-transform:uppercase;
	color:#fff;
}
a.green-a:hover, a.green-a:focus, a.green-a:active{
	background-color:#cba54f;
	color:#000;
}

/*index css*/
/*header starts*/
header{
	margin:0 auto;
	padding:10px 0;
	background-color:#000;
}
header h1{
	margin:0 auto;
	padding:0;
}
header h5{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:500;
	color:#fff;
}
header h5 img{
	margin-right:10px;
}
.header-right{
	margin:0;
	text-align:right;
}
/*nav starts*/
.main-nav{
	margin:0;
	padding:0;
	text-align:right;
	margin-top:30px;
}

/*header ends*/

/*banner starts*/
.baner-wrap{
	width:100%;
	position:relative;
}
.baner-wrap video{
	width:100%;
	border:none;
	display:block;
}
.banner-mid-abs{
	margin:0;
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.banner-mid-abs h2{
	padding:15% 0 0;
	margin:0;
	font-weight:100;
	color:#fff;
	font-size:80px;
}
.banner-mid-abs h2 span{
	font-weight:600;
}



/*banner ends*/

/*underban blk patch starts*/
.under-ban-patch{
	margin:2% auto;
}
.under-ban-patch h2{
	margin:0 auto 10px;
	border-radius:10px;
	text-align:center;
	padding:15px;
	background-color:#000;
}
.under-ban-patch h2 img{
	margin:0 auto;
}
.under-ban-patch p{
	margin:0;
	padding:0;
	color:#e3b97b;
}
/*underban blk patch ends*/

/*intro starts*/
.intro-rg{
	margin:5% auto;
	text-align:center;
}
.intro-rg h2{
	margin:0 auto 20px;
	font-size:50px;
	color:#000;
	font-weight:600;
	padding:0;
}
.intro-rg h2 span{
	font-weight:100;
}
.intro-rg h3{
	margin: 0 auto 15px;
	font-size: 20px;
	color: #666;
	font-weight: 400;
	line-height: 120%;
	width: 60%;
}
.intro-rg p{
	margin:0 auto 25px;
	width:65%;
}
.intro-rg a{
	margin:0 auto;
}
/*intro ends*/

/*home gray starts*/
.home-gray-patch{
	margin:0 auto;
	background-color:#f3f2f2;
}
.home-gray-texts{
	margin:0 auto;
	padding:16% 0 2%;
	text-align:center;
}
.home-gray-texts h3{
	margin:0 auto;
	font-size:30px;
	color:#000;
	font-weight:600;
	padding:0;
}
.home-gray-texts h2{
	margin:15px auto;
	line-height:90%;
	font-size:70px;
	color:#000;
	font-weight:100;
	padding:0;
}
.home-gray-texts input.form-control {
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #000;
  display: block;
  font-size: 14px;
  height: 37px;
  line-height: 1.42857;
  margin-bottom: 10px;
  text-align:center;
  padding: 5px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.home-gray-texts2 p{
	margin:0 auto 20px;
}

.home-gray-texts2 h3{
	margin:0 auto 20px;
}
/*home gray ends*/

/*coming event starts*/
.coming-event{
	margin:5% auto;
	text-align:center;
}
.coming-event-text{
	margin:6% auto 2%;
}
.coming-event h3{
	margin:0 auto;
	font-size:30px;
	color:#000;
	font-weight:600;
	padding:0;
}
.coming-event h2{
	margin:20px auto;
	line-height:90%;
	font-size:70px;
	color:#000;
	font-weight:100;
	padding:0;
}
.coming-event p{
	margin:0 auto 30px;
}
/*coming event ends*/

/*parallox starts*/
.parallox-wrap{
	margin:0 auto;
	background:url(../img/parallox-bg.jpg) no-repeat left top fixed;
	padding:5% 0;
	background-size:100%;
}
.parallox-box{
	margin:0 auto 20px;
	position:relative;
	transition:all 400ms ease-in-out;
}
.parallox-box .overlay{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background-color:rgba(0, 0, 0, .6);
	padding:15px 0;
	text-align:center;
	transition:all 500ms ease-in-out;
}
.parallox-box:hover .overlay, .parallox-box:focus .overlay, .parallox-box:active .overlay{
	background-color:rgba(0, 0, 0, .9);
	bottom:30px;
}
.parallox-box h3{
	margin:0 auto;
	font-size:28px;
	color:#fff;
	font-weight:400;
	padding:0;
}
.parallox-box h3 span{
	font-size:17px;
	font-weight:400;
}
.parallox-box h3 a{
	color:#fff;
}
.parallox-box h3 a:hover, .parallox-box h3 a:focus, .parallox-box h3 a:active{
	color:#f26322;
}
.parallox-black{
	margin:0 auto;
	background-color:#000;
	text-align:center;
	padding:19% 4%;
}
.parallox-black h2{
	margin:0 auto 28px;
	padding:0;
}
.parallox-black p{
	margin:0 auto 20px;
	padding:0;
	color:#fff;
}
.parallox-black h3{
	margin:30px auto 40px;
	font-size:28px;
	color:#fff;
	font-weight:500;
	padding:0;
}

/*parallox ends*/

/*colaj section starts*/
.colaj-wrap{
	margin:0 auto;
	background-color:#e1e1e1;
	padding:10px 0;
}
.colaj-wrap img{
	margin:20px auto 10px;
}
.colaj-wrap-right{
	padding:5% 0;
}
.colaj-wrap-right h3{
	margin:0 auto 20px;
	font-size:50px;
	color:#000;
	font-weight:100;
	padding:0;
}
.colaj-wrap-right h3 span{
	font-weight:400;
}
/*colaj section ends*/

/*home profile starts*/
.home-profile{
	margin:0 auto;
	background-color:#f3f2f2;
	text-align:center;
}
.home-profile-sewa{
	margin:5% auto;
}
.home-profile-mid{
	padding:15% 8% 0 8%;
}
.home-profile-mid h3{
	margin:0 auto;
	font-size:50px;
	color:#000;
	font-weight:100;
	padding:0;
}
.home-profile-mid h5{
	margin:20px auto 15px;
	font-size:25px;
	text-transform:uppercase;
	color:#000;
	font-weight:500;
	padding:0;
}
.home-profile-mid p{
	margin:0 auto 20px;
}
.home-profile-mid h6{
	margin:30px auto 0;
	font-size:15px;
	color:#83441c;
	font-weight:500;
	padding:0;
}
.home-profile-mid h6 span{
	padding:5px;
}
.home-profile-mid2{
	padding:5% 8% 0 8%;
}
/*home profile ends*/

/*testimonials starts*/
.testimonials{
	margin:5% auto;
	text-align:center;
}
.carousel-control.left {
  background:none;
  background-image:none;
  background-color:transparent;
}
.testimonials h3{
	margin:0 auto 40px;
	font-size:30px;
	color:#000;
	font-weight:500;
	padding:0;
}
.testi-mid{
	margin:0 auto 20px;
	background-color:#fff;
	text-align:center;
	border-radius:50px;
	padding:7% 6%;
	border-top:3px solid #39e4f8;
	border-bottom:3px solid #39e4f8;
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
}
.testi-mid img.coma{
	margin:0 auto 20px;
}
.testi-mid .carousel-control.left {
  left: -20%;
  opacity: .8;
}
.testi-mid .carousel-control.right {
  right: -20%;
  left:auto;
  background-image: none;
}
.testi-mid p{
	margin:0 auto 15px;
	line-height:180%;
	font-style:italic;
	font-size:16px;
}
.testimonials h5{
	margin:20px auto 0;
	font-size:19px;
	color:#de8505;
	font-weight:500;
	text-align:center;
	padding:0;
}
/*testimonials ends*/

/*home contact starts*/
.home-contact{
	margin:0 auto;
	background-color:#b7b7b7;
}
.home-contact-left{
	margin:0 auto;
	padding:10% 0 5%;
}
.home-contact-left h2{
	margin:0;
	line-height: 90%;
	font-size: 70px;
	color: #fff;
	font-weight: 100;
	padding: 0;
}
.home-contact-left h2 span{
	font-weight:700;
}
.home-contact-left h4{
	margin:20px 0 40px;
	line-height: 90%;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding: 0;
}
.home-contact-left h4 span{
	margin:0 15px;
}
.home-contact-left p{
	font-size:16px;
}
.home-contact-right{
	margin:0 auto;
	padding:8% 0 8% 7%;
	background:url(../img/home-contact-design.png) no-repeat left top;
	background-size:100%;
}
.wpcf7-spinner {
  display: none;
}
.home-contact-right h4{
	margin:0 0 20px;
	text-transform:uppercase;
	text-align:center;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	padding: 0;
}
.home-contact-right-mid{
	width:70%;
	margin:0 auto;
}
.home-contact-right input.form-control {
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #000;
  display: block;
  font-size: 14px;
  height: 37px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 5px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.home-contact-right textarea.form-control {
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #000;
  display: block;
  font-size: 14px;
  height:100px;
  line-height: 1.42857;
  margin-bottom: 10px;
  padding: 5px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
/*home contact ends*/

/*footer css starts*/
footer{
	position:relative;
	background-color:#000;
	padding:0 0 20px;
}
footer .under-ban-patch img{
	width:150px;
}
.footer-top{
	margin:0 auto;
	padding:0 0 20px;
	text-align:center;
}
.footer-top h1{
	margin:0 0 15px;
}
.footer-top h1 img{
	margin:0;
	width:250px;
}
.footer-top h5 {
  margin:30px auto;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.footer-top h5 img {
  margin:0 10px 0 15px;
}
.footer-nav{
	margin:0 auto;
}
.footer-nav h4{
	margin: 0 0 20px;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding: 0;	
}
.footer-nav ul{
	margin:0 auto;
	padding:0;
}
.footer-nav ul li{
	margin:0 0 20px;
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	font-weight:500;
	display:block;
	list-style:none;
}
.footer-nav ul li a{
	color:#cca550;
}
.footer-nav ul li a:hover, .footer-nav ul li a:focus, .footer-nav ul li a:active{
	color:#fff;
}
.footer-right{
	margin:0 auto 10px;
}
.footer-right h4{
	margin: 0 0 20px;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding: 0;	
}
.footer-right h5 {
  margin:0 0 15px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height:17px;
  color: #fff;
}

.footer-right h5 span{
  margin:0 0 10px;
  font-size:14px;
  font-weight:600;
  color:#bc994d;
}
.footerTop-1{
	margin:0 auto;
	padding:5% 0;
	background-color:#000;
}
.back-to-top {
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
}
.copyright-bottom{
	margin:10px auto;
	text-align:center;
	font-size:12px;
	color:#000;
}
/*footer css ends*/
.skewed-area{
	margin:0 auto;
	background-color:#000;
}
.skewd-box{
	overflow:hidden;
	position:relative;
}
.skew-box-black{
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	top:0;
	z-index:9;
	padding:15% 0 0;
}
.skewd-box h4{
  margin:0 auto 10px;
  padding: 0;
  font-size:40px;
  font-weight:600;
  color: #e3b97b;
}
.skewd-box h4 span{
  font-size:15px;
  font-weight:500;
}
.skewd-box p{
  margin:0;
  padding: 0;
  font-size:18px;
  height:60px;
  font-weight:500;
  color: #e3b97b;
}

.skewd-box-1{
	width:37%;
	float:left;
}
.skewd-box-1-black{
	width:26%;
	float:left;
}
.skewed-area-1{
	padding-left:7%;
	overflow:hidden;
}
.skewed-area-2{
	padding-right:1%;
	position:relative;
	overflow:hidden;
}
.skewed-area-2 .pad-L10{
	padding-left:20%;
}
.skew-bottom-1{
	position:absolute;
	left:-50px;
	top:0;
	z-index:9;
}
.skew-bottom-2{
	position:absolute;
	right:-15px;
	top:0;
	z-index:9;
}
.skewed-area-2 .skewd-box-1{
	width:38.7%;
	float:left;
}

.skewed-area-2 .skewd-box-1-black{
	width:27.4%;
	float:left;
}
.skewed-area-2 .skewd-box-1-black2{
	width:25%;
	float:left;
}
/*inner page css starts*/
.rg-all-other{
	margin:5% auto;
	text-align:center;
}
.rg-all-box{
	margin:0 auto 10px;
	padding:0;
	background-color:#f3f3f3;
	min-height:320px;
	border-radius:20px;
	overflow:hidden;
}
.rg-all-box h2{
	margin:0 auto 20px;
	background-color:#000;
	padding:10px;
	text-align:center;
}
.rg-all-box h2 img{
	margin:0 auto;
}
.rg-all-box p{
	margin:0 auto 15px;
	color:#000;
	padding:0 5%;
}
.rg-all-box p.p2{
	min-height:100px;
}
.rg-all-box a.ornage-a, .rg-all-box a.white-a, .rg-all-box a.green-a, .rg-all-box a.gold-a {
	padding:5px 15px;
	margin:0 auto;
}

/*inner content starts*/

.inner-content{
	margin:5% auto;
	min-height:700px;
}
.page-heads{
	margin:0 auto;
	padding:30px 0;
	background: #d9af52;
}
.page-heads h2.uni-h2{
	margin: 0 auto;
	padding:0;
	color:#000;
	font-size:40px;
	text-transform:uppercase;
	font-weight:700;
}
.page-heads h4{
	font-size:22px;
	color: #fff;
	padding: 0;
	margin:15px 0 0;
	font-weight:600;
}

/*contact page*/

.contact-div {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	padding: 4%;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
}
.contact-div p img {
	margin-right: 9px;
}
.contact-div h3 {
	color: #000;
	font-size: 22px;
	margin: 0 0 10px;
	font-weight: 600;
	padding: 0;
}
h4.content-name {
	font-family: 'Barlow Condensed', sans-serif;
	color: #000;
	font-size: 25px;
	line-height: 150%;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 10px;
	text-transform: capitalize !important;
}
.bor {
	background: #ce1d22;
	height: 2px;
	margin-bottom: 30px;
	width: 50px;
}
h5.content-name {
	font-family: 'Barlow Condensed', sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 150%;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 10px;
}
p span.con-I {
	margin-right: 10px;
	font-size: 20px;
	color: #a7c809;
}
.contact-div p a {
	line-height: 140%;
	text-decoration: none;
	transition: all 200ms ease-in-out 0s;
}
.contact-div p span.fas {
	color: #055837;
	font-size: 120%;
	margin-right: 5px;
}
.contact-div p a:hover {
	color: #801e69;
	line-height: 140%;
	text-decoration: none;
}
.mapping {
	border: 8px solid #eee;
	width: 100%;
}
.maping iframe {
	border: 0 none;
	width: 100%;
	display: block;
}
.mapping iframe {
	border: 0 none;
	display: block;
	width: 100%;
}
.top-box {
	border: 8px solid #eee;
	padding: 5%;
}
.top-box .form_main {
	width: 100%;
	padding: 8% 10%;
	background-color: #fff;
	margin-top: 20px;
	box-shadow: 0px 0px 10px 1px #d3d3d3;
}
.top-box h2 {
	color: #000063;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 25px;
	line-height: 130%;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 80%;
}
.con-R h4 {
	color: #bd2b2a;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.con-R p {
	font-size: 14px;
}
.top-box h2 span {
	color: #000063;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.top-box h3 {
	color: #000;
	font-size: 15px;
	line-height: 130%;
	margin: 15px auto 0;
	font-weight: 200;
	font-family: 'Barlow Semi Condensed', sans-serif;
	padding: 0;
	text-transform: none;
}
.top-box label {
	color: #514a40;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 5px 0;
	text-align: left;
}
.top-box .form-group {
	margin-bottom: 0;
}
.top-box label span {
	color: #F00;
	font-size: 16px;
}
.top-box input.form-control , .top-box select.form-control{
	background-color: #eee;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.42857;
	margin-bottom: 14px;
	padding: 5px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}
.top-box .form-control:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(113, 97, 56, 0.6);
}
.top-box .form-group {
	margin-bottom: 0 !important;
}
.top-box button {
	margin: 0;
	padding: 6px 20px;
	color: #fff;
	font-style: 14px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #ce1d22;
	transition: all 300ms ease-in-out;
}
.top-box button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0a92ca;
}
.top-box .submit-1 {
	margin: 0;
	padding: 10px 30px;
	color: #fff;
	font-style: 14px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #bb3d0b;
	transition: all 300ms ease-in-out;
}
.top-box .submit-1:hover, .top-box .submit-1:focus, .top-box .submit-1:active {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
.top-box textarea.form-control {
	background-color: #eee;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #000;
	display: block;
	font-size: 14px;
	height: 111px;
	line-height: 1.42857;
	padding: 5px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	margin-bottom: 15px;
}
 .top-box .form-control::-moz-placeholder {
 color: #716138;
}
.contact-wrap {
	padding: 3% 0;
	margin: 0 auto;
}

.contact_info_box {
	width: 100%;
	padding: 30px;
	margin: 0;
	display: table;
	background: #242b32;
}
.address_info {
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0;
}
.address_info p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	padding: 0 0 0 35px;
}
.address_info i {
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	font-weight: 700;
	vertical-align: middle;
	float: left;
}
.contact_no p {
	padding: 0 0 0 35px;
}
.contact_no p a {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	text-transform: lowercase;
	text-decoration: none;
}
.contact_no i {
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	vertical-align: middle;
	float: left;
}
.email_info p {
	padding: 0 0 0 35px;
}
.email_info p a {
	position: relative;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	text-transform: lowercase;
	text-decoration: none;
}
.email_info i {
	color: #fff;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	vertical-align: middle;
	float: left;
}
/*contact css ends*/

.career-top{
	margin:0 auto 5%;
}
.career-top h3{
	margin:20px 0 20px;
	font-size: 40px;
	color: #000;
	font-weight: 600;
	color:#000;
	padding: 0;
}
.career-top h3 span{
	font-weight: 200;
}
.career-mid{
	margin:0 auto 5%;
}
.career-mid h3{
	margin:0 0 40px;
	font-size: 30px;
	text-align:center;
	color: #000;
	font-weight: 600;
	color:#000;
	padding: 0;
}
.career-mid-box{
	margin:0 auto 10px;
	text-align:center;
	padding:20px;
	min-height:150px;
	background-color:#fff;
	transition:all 400ms ease-in-out;
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
	border-radius:30px;
}
.career-mid-box:hover{
	box-shadow: 0px 0px 13px 0px rgba(19,80,219,0.65);
}
.career-mid-box h4{
	margin:0 0 10px;
	font-size: 20px;
	text-align:center;
	color: #d48616;
	font-weight: 600;
	padding: 0;
}