body,html{height:100%;width:100%}
.header-wrapper { padding-top: 10px; padding-bottom: 10px; z-index: 9; position: relative; background-color: #fff; border-bottom: 2px solid #0084bf; }
.logo { line-height: 3.8; }
.top-header { background-color: #BF182D; 
position:fixed;
width:100%;
z-index:51;
}
.top-header ul { }
.top-header ul li { float: left; font-size: 12px; font-weight: 700; color:white; padding: 0px 10px 0px 0px; list-style:none;}
.top-header ul li a { color: #d1d5d6; }
.top-header ul li a:hover { color: #fff; }
.head-btn { margin-top: 6px; color: #DC3545; position: right; }
.menu-toggel{ position: relative; }
.dots-icon{position: absolute;
    z-index: 99;
    right: 18px;
    top: 21px;
    font-size: 20px;}
	.w3l-footer-29-main #movetop {
  display:absolute;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
  border-image: initial;
  outline: none;
  background: var(--opposite-color);
  padding: 0px;
  border-radius: 4px;
  transition: all 0.5s ease-out 0s; }

footer{
	position: relative;
	bottom: 0;
}
.footer-distributed{
	    background: radial-gradient(at 0 0,rgb(49 2 2 / 92%),rgb(115 9 22) 60%);
      
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
       
	padding: 10px;
	margin-top:0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
          
}

.footer-distributed .footer-left{
	width: 30%;
       text-align:center;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}


.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}


.footer-distributed .footer-center{
	width: 35%;
   text-align:center;
}

.footer-distributed .footer-center i{
	background-color:white;
	color: #BF182D;
	font-size: 25px;
	width: 27px;
	height: 25px;
	border-radius: 15%;
	text-align: center;
	line-height: 25px;
	margin: 6px 15px;
	vertical-align: middle;
}
.footer-distributed .footer-right i{
	background-color:white;
	color: #BF182D;
	font-size: 25px;
	width: 28px;
	height: 25px;
	border-radius: 15%;
	text-align: center;
	line-height: 25px;
	margin: 6px 15px;
	vertical-align: middle;
}
.footer-distributed .footer-right p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}
.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}


.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}
.footer-distributed .footer-right{
	width: 32%;
        text-align:center;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	.main {
		line-height: normal;
		font-size: auto;
	}

}
#latest-jobs .jobs-latest {
  background: #fff;
  margin: 15px 0;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
  position: relative;
  box-shadow: 0px 0px 14px rgba(191, 191, 191, 0.24);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#latest-jobs .jobs-latest .img-thumb {
  float: left;
  position: relative;
  text-align: center;
  display: inline-block;
  line-height: 160px;
  height: 190px;
  border-right: 1px solid #f1f1f1;
  padding: 7px;
  width: 30%;
}

#latest-jobs .jobs-latest .content {
  padding: 20px;
  float: left;
  width: 70%;
}

#latest-jobs .jobs-latest .content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

#latest-jobs .jobs-latest .content h3 a {
  color: #333;
}

#latest-jobs .jobs-latest .content h3 a:hover {
  color: #00BCD4;
}

#latest-jobs .jobs-latest .content .brand {
  font-size: 15px;
  margin-bottom: 3px;
  color: #666666;
}

#latest-jobs .jobs-latest .content .tags span {
  margin-right: 10px;
  line-height: 30px;
}

#latest-jobs .jobs-latest .content .tags span i {
  margin-right: 5px;
  color: #00BCD4;
}

#latest-jobs .jobs-latest .content .tag i {
  color: #00BCD4;
}

#latest-jobs .jobs-latest .content .job-type {
  color: #00BCD4;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
  background: #d5ffe7;
  padding: 5px 15px;
  border-radius: 4px;
  text-transform: uppercase;
}

#latest-jobs .jobs-latest .content .part-time {
  background: #ffd8d2;
  color: #ff6046;
}

w3l-feature-3 {
  /*-- //Reset-Code --*/
  /*-- //Reset-Code --*/
  /*--responsive--*/
  /*--//responsive--*/ }
  .w3l-feature-3 .grid.top-bottom {
    margin-top: -100px;
    z-index: 10;
    position: relative; }
  .w3l-feature-3 span.number img {
    vertical-align: -webkit-baseline-middle; }
  .w3l-feature-3 .middle-section {
    display: grid; }
  .w3l-feature-3 .three-grids-columns {
    padding: 40px 30px;
    transition: 0.3s ease-out;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 30px #cccccc73; }
  .w3l-feature-3 .grid-column {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  .w3l-feature-3 .three-grids-columns h4 {
    font-size: 20px;
    color:;
    line-height: 30px;
    padding-top: 25px;
    font-weight: 700; }
  .w3l-feature-3 .three-grids-columns p {
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color); }
  .w3l-feature-3 .three-grids-columns span.fa {
    font-size: 40px;
    color:#d1051a; }
  .w3l-feature-3 a.actionbg {
    font-size: 16px;
    color: var(--opposite-color);
    margin-top: 25px;
    display: inline-block;
    font-weight: 600; }
  .w3l-feature-3 a.actionbg:hover {
    color: var(--theme-color); }
  .w3l-feature-3 img.arrow-png {
    padding-left: 5px; }
  @media (max-width: 1280px) {
    .w3l-feature-3 .three-grids-columns h4 {
      padding-top: 20px; }
    .w3l-feature-3 .top-bottom {
      padding: 40px 0px 0; } }
  @media (max-width: 900px) {
    .w3l-feature-3 a.actionbg {
      margin-top: 20px; }
    .w3l-feature-3 .three-grids-columns h4 {
      padding-top: 13px; } }
  @media (max-width: 768px) {
    .w3l-feature-3 .grid-column {
      grid-template-columns: 1fr;
      grid-gap: 35px; }
    .w3l-feature-3 .three-grids-columns h4 {
      padding-top: 7px; }
    .w3l-feature-3 a.actionbg {
      margin-top: 12px; } }
  @media (max-width: 768px) {
    .w3l-feature-3 .three-grids-columns h4 {
      font-size: 22px; } }
  @media (max-width: 320px) {
    .w3l-feature-3 .three-grids-columns h4 {
      font-size: 20px;
      line-height: 25px; } }
	  
	  
	  .sect {
   background-color:#f6f6f6;
  margin: auto;
  width: 100%;

  
}
.movetp{
float:left;
margin-top:40px;
}
.copyright{
text-align:center;
height:20px;

}


.icon {
    position: relative;
    bottom: 11px
}

.mt-100 {
    margin-top: 100px
}

.profile img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
	margin-top:25px;
}

.card {
    border-radius: 5px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    box-shadow: 1px 1px 1px 1px #DC3545;
}

.card-body {
    position: relative;
    bottom: 10px
}

.trans img:hover
{
	
  transition-duration: 0.8s;
  transform: scaleX(0.8);
  color: #CC2135;
  box-shadow: 20px 50px 100px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px pink, -2px -2px red;
}


	.consultantion-form {width:80%;margin:auto; background-color:white; padding:0px 5px; }
	
	.form-group { margin-bottom: 5px; }
.form-control { border-radius: 0px; color: #656869; font-size: 16px; font-weight: 400; width: 100%; height: 52px; padding: 0px; line-height: 1.42857143; border-top: transparent; border-left: transparent; border-right: transparent; border-bottom: 1px solid #a6a9ad; background-color: transparent; text-transform: capitalize; letter-spacing: 0px; margin-bottom: 10px; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.form-control:focus { color: #DC3545 !important; outline: 0; -webkit-box-shadow: none; box-shadow: none; }
.sp-loading{text-align:center;max-width:270px;padding:15px;border:5px solid #eee;border-radius:3px;font-size:12px;color:#888}.sp-wrap{display:none;line-height:0;font-size:0;background:#eee;border:5px solid #eee;border-radius:3px;position:relative;margin:0 25px 15px 0;float:left;max-width:300px}.sp-thumbs{text-align:left;display:inline-block}.sp-thumbs img{min-height:50px;min-width:50px;max-width:50px}.sp-thumbs a:link,.sp-thumbs a:visited{width:50px;height:50px;overflow:hidden;opacity:.3;display:inline-block;background-size:cover;background-position:center;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.sp-thumbs a:hover{opacity:1}.sp-current,.sp-thumbs a:active{opacity:1!important;position:relative}.sp-large{position:relative;overflow:hidden;top:0;left:0}.sp-large a img{max-width:100%;height:auto}.sp-large a{display:block}.sp-zoom{position:absolute;left:-50%;top:-50%;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;display:none}.sp-lightbox{position:fixed;top:0;left:0;height:100%;width:100%;background:#000;background:rgba(0,0,0,.9);z-index:1031;display:none;cursor:pointer}.sp-lightbox img{position:absolute;margin:auto;top:0;bottom:0;left:0;right:0;max-width:90%;max-height:90%;border:2px solid #fff}#sp-next,#sp-prev{position:absolute;top:50%;margin-top:-25px;z-index:501;color:#fff;padding:14px;text-decoration:none;background:#000;border-radius:25px;border:2px solid #fff;width:50px;height:50px;box-sizing:border-box;transition:.2s}#sp-next:before,#sp-prev:before{content:'';border:7px solid transparent;position:absolute;top:16px}#sp-prev{left:10px}#sp-prev:before{border-right:15px solid #fff;left:7px}#sp-next{right:10px}#sp-next:before{border-left:15px solid #fff;left:18px}#sp-next:hover,#sp-prev:hover{background:#444}@media screen and (max-width:400px){.sp-wrap{margin:0 0 15px}#sp-next,#sp-prev{top:auto;margin-top:0;bottom:25px}}.clean-block .block-heading p{max-width:1000px}#contactForm{max-width:none}.clean-block.clean-hero:before{background:radial-gradient(at 0 0,rgba(100,0,0,.85),rgba(209,5,26,.85) 60%)}.page-footer ul li:after,.page-footer ul li:before{background-color:#d1051a}#contactForm table .fa,.feature-box .icon{color: #DC3545}
.navbar-brand{margin-right:0}.clean-navbar .navbar-nav .nav-item{padding-right:.9rem}@media (min-width:564px){.clean-navbar.fixed-top+.page{padding-top:2rem}.clean-block.clean-hero{max-height:500px;min-height:500px}.clean-block .block-heading{padding-top:40px}}
.footer-distributed .footer-right p a{
	text-color: white;
	text-decoration: none;
}