/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #000000;
  font-family: 'Manrope', sans-serif;
}
body {
  color: #313131;
  font-weight: 400;
  font-family: 'DM Sans', sans-serif;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */

.hero-area {
  background-size: cover;
  background-position: center;
  padding-top: 200px;
  padding-bottom: 135px;
}
.hero-containt h3 {
  font-size: 62px;
  color: #fff;
  line-height: 73px;
  text-transform: uppercase;
  margin-bottom: 90px;
  font-weight: 800;
}
.hero-containt a {
  font-size: 21px;
  color: #fff;
  font-weight: 800;
  border: 1px solid #fff;
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
}
.container {
  max-width: 1200px;
}
.header-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  margin: auto;
  z-index: 99;
}
.header-containt a {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin-right: 20px;
}


/* Header bar section  END */



/*recruitment-area-start*/

.recruitment-area {
  padding: 80px 0;
}
.section-title h3 {
  font-size: 60px;
  color: ;
  font-weight: 800;
}
.section-title p {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  max-width: 1100px;
  margin: 0;
}
.section-title {
  margin-bottom: 45px;
}
.recruitment-box {
  background: #FAFAFA;
  height: 600px;
  padding: 45px 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px #00000021;
}
.box-title h3 {
  font-size: 32px;
  color: ;
  font-weight: 700;
  margin-bottom: 50px;
}
.box-title {
  border-bottom: 2px solid #000000;
  margin-bottom: 30px;
}
.recruitment-box p {
  font-size: 24px;
  color: ;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 30px;
  padding-right: 15px;
}
.recruitment-box p:last-child {
  margin: 0;
}
.single-recruitment {
  margin-bottom: 35px;
}

.box-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-btn {
  text-align: center;
  margin-top: 50px;
}
.box-btn a {
  font-size: 21px;
  color: #fff;
  font-weight: 800;
  border: 1px solid #fff;
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
}

/*recruitment-area-end*/

/*manege-area-start*/

.manege-area {
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}
.manege-area .section-title h3 {
  color: #fff;
}
.manege-area .section-title p {
  color: #fff;
}
.manege-area .section-title {
  margin-bottom: 65px;
}
.manege-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.manege-tab .nav {
  width: 100%;
}
.tab-content {
  width: 45%;
}
.manege-tab .nav-pills .nav-link {
  font-size: 30px;
  color: #fff;
  font-size: ;
  font-weight: 400;
  padding: 15px 26px;
  border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #000;
	font-weight: 800;
	background: #fff;
	color: #19398F;
}
.time-area {
  padding: 35px 49px;
  background: #fff;
  box-shadow: 0 0 10px #5F5F5F24;
}
.time-area h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}
.time-area p {
  font-size: 24px;
  color: ;
  line-height: 33px;
  margin-bottom: 30px;
}
.time-area p:last-child {
  margin: 0;
}
.wddm {
	width: 55%;
	display: flex;
	align-items: center;
}
/*manege-area-end*/


/*find-area-start*/

.find-area {
  padding: 80px 0;
}
.single-find {
  width: 50%;
  height: 380px;
  border: 1px solid #707070;
}
.find-fl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 70px;
}
.fond-ti h3 {
  font-size: 45px;
  line-height: 70px;
  padding-left: 20px;
  padding-right: 90px;
}
.single-find.f2 {
  padding-left: 60px;
  padding-right: 55px;
  padding-top: 15px;
}
.find-icon {
  margin-bottom: 15px;
}
.find-text h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 19px;
}
.find-text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
}
.single-find.f1 {
  border-top: 0;
  border-left: 0;
}
.single-find.f2 {
  border-top: 0;
  border-right: 0;
}
.single-find.f3 {
  padding-top: 40px;
  padding-left: 55px;
  padding-right: 60px;
  border-bottom: 0;
  border-left: 0;
}
.single-find.f4 {
  border-bottom: 0;
  border-right: 0;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 55px;
}
/*find-area-end*/

/*constant-area-start*/

.constant-all {
  padding: 0 80px;
}
.single-constant {
  display: flex;
}
.constant-num h3 {
  font-size: 90px;
  color: #183990;
}
.constant-num {
  margin-right: 70px;
}
.constant-text h3 {
  font-size: 36px;
  color: ;
  font-weight: 700;
  margin-bottom: 19px;
}
.constant-text p {
  font-size: 24px;
  color: #313131;
  line-height: 33px;
  margin: 0;
}
.constant-text {
  padding: 18px 0;
  border-bottom: 2px solid #707070;
}

.box-btn.bkl a {
  color: #000;
  border-color: #000;
}
.constant-area {
	padding-bottom: 100px;
}
/*constant-area-end*/


/*footer-area-start*/

.footer-area {
  background: #000000;
  padding-top: 60px;
  padding-bottom: 45px;
}
.footer-logo h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  margin: 0;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-containt p {
  font-size: 39px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 35px;
}
.footer-containt a {
  font-size: 21px;
  color: #fff;
  font-weight: 800;
  border: 1px solid #fff;
  padding: 10px 40px;
  border-radius: 50px;
  display: inline-block;
}
.footer-copy a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.footer-copy {
  margin-top: 80px;
}
.footer-text {
  max-width: 385px;
  margin-left: auto;
}
.footer-text a {
  font-size: 24px;
  color: #fff;
  line-height: 33px;
}
.footer-num {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-socail {
  display: flex;
  align-items: center;
}
.footer-socail a {
  margin-right: 20px;
}
/*footer-area-end*/
.com-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	height: 91%;
	width: 100%;
}

.hero-containt.con h3 {
  margin-bottom: 20px;
}
.hero-containt.con p {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  max-width: 700px;
  margin-bottom: 50px;
}


/* sohan-css-start */

.how-area {
	padding-top: 83px;
	padding-bottom: 130px;
}
.how-wrap {
	width: 450px;
}

.how-title {
  margin-bottom: 77px;
}
.how-title h3 {
  font-size: 60px;
  color: #000000;
  fon-w: ;
  font-weight: 800;
  margin: 0;
}

.how-wrap h4 {
  font-size: 37px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #000;
  font-weight: 700;
  position: relative;
} 
.how-wrap h4:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #183990;
  content: "";
  bottom: 0;
}


.how-wrap p {
	font-size: 24px;
	line-height: 33px;
	width: 420px;
	color: #000;
	margin-bottom: 54px;
	height: 170px;
}

.how-wrap a {
	width: 220px;
	height: 42px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	color: #000000;
	font-weight: 800;
	border: 1px solid #000;
	border-radius: 43px;
}

.how-wrap.them-cng {
	float: right;
}
.how-wrap.them-cng h4::before {
	background: #F4BDB7;
}

/* care-area-start-style */
.care-area {
	background: #F7F7F7;
	padding-top: 83px;
	padding-bottom: 110px;
}
.care-content p {
	font-size: 24px;
	color: #000;
	line-height: 33px;
	width: 697px;
}


/* traning-page-style */
.traning-content {
	width: 522px;
}
.traning-content p {
	font-size: 24px;
	color: #313131;
  line-height: 33px;
  margin: 0;
}

.traning-wrap::before {
	position: absolute;
	width: 524px;
	height: 3px;
	content: "";
	background: #7F7F7F;
	bottom: 0;
	left: 0;
}

.traning-wrap {
	position: relative;
}

.traning-area {
	padding-top: 83px;
	padding-bottom: 162px;
}
.traning-wrap h3 {
	font-size: 60px;
	color: #000;
	font-weight: 800;
	margin: 0;
	padding-bottom: 160px;
}

.traning-btn a {
	width: 100%;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 21px;
	font-weight: 800;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 38px;
}
.traning-btn {
	width: 349px;
	margin: auto;
	padding-top: 100px;
}
.traning-wrap.cng h3 {
	padding-bottom: 0;
}
.traning-wrap.cng::before {
	display: none;
}

.hero-area.deflt {
	position: relative;
}

.shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.shape-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shape-2 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}





  /* ofcanvas   */   
  .header-off-btn.menu-trigger {
    display: none;
    background: rgb(88,165,254);
    background: -moz-linear-gradient(45deg, rgba(88,165,254,1) 20%, rgba(88,165,254,1) 20%, rgba(32,209,253,1) 99%);
    background: -webkit-linear-gradient(45deg, rgba(88,165,254,1) 20%,rgba(88,165,254,1) 20%,rgba(32,209,253,1) 99%);
    background: linear-gradient(45deg, rgba(88,165,254,1) 20%,rgba(88,165,254,1) 20%,rgba(32,209,253,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58a5fe', endColorstr='#20d1fd',GradientType=1 );
    text-align: center;
    height: auto;
    line-height: unset;
    width: auto;
    z-index: 9;
    position: unset;
    right: 23px;
    top: 50%;
    border-radius: 5px;
    transform: unset;
    background: transparent;
    padding: 0 !important;
  }
  
      
  .header-off-btn.menu-trigger.right {
    display: block !important;
  }  
  .off-canvas-menu {
    width: 300px;
    background: #fff;
    position: fixed;
    height: 100%;
    z-index: 99999;
    top: 0;
    right: -100%;
    transition: .3s;
  }
  .off-canvas-menu .header-btn {
    margin-top: 30px;
    text-align: center;
  }
  .header-btn.off a {
    margin: 0;
  }
  .close-menu a {
    position: absolute;
    right: 20px;
    height: 32px;
    color: #000;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    top: 15px;
    background: #ffff;
    width: 32px;
  }
  .off-canvas-menu.active {
    right: 0;
  }
  .off-canvas-menu ul li a {
    color: #999;
    padding: 0;
    display: block;
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #dddddd87;
  }
  
  .off-canvas-overlay {
      position: fixed;
      height: 100%;
      width: 100%;
      background: #000;
      z-index: -1;
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s;
  
  }
  .off-canvas-overlay.active {
    opacity: .6;
    z-index: 999;
    cursor: pointer;
  }
  
  
  
  .off-canvas-menu ul {
    margin-top: 65px;
    padding: 0;
    list-style: none;
  }
      
   
  .header-off-btn span {
    background: #283B91;
    height: 4px;
    width: 30px;
    display: block;
    border-radius: 14px;
    margin-bottom: 4px;
  }
  .header-off-btn {
    position: absolute;
    left: auto;
    z-index: 2;
    width: 30px;
    height: 22px;
    cursor: pointer;
    right: 70px;
  }
     
      
   .off-canvas-menu ul li {
    margin: 0 20px;
  }   
    .off-canvas-menu {
    display: block;
  }    
      
  .header-off-btn.menu-trigger a {
    color: #fff;
    font-size: 18px;
  }
    
   .ofcanvas a {
    display: block;
    padding: 7px 20px;
    color: #fff;
    text-align: ;
  }   
      
    
    
      
  .off-canvas-overlay.active {
    opacity: .5;
    visibility: visible;
  }
      
   .header-btn.of-log {
    display: flex;
    height: auto;
    justify-content: center;
    margin-top: 50px;
  }       
      
   .header-mainmenu-2 .header-off-btn.menu-trigger a {
    color: #2F6F76;
  }    
  
  .header-off-btn.menu-trigger.right {
    display: none !important;
  }

  .header-containt {
    display: flex;
    align-items: center;
  }








.heder-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu li {
  display: inline-block;
  margin-left: 30px;
  color: ;
}
.header-menu li a {
  color: #fff;
  font-size: 18px;
  transition: .3s;
}
.header-menu li a:hover {
  color: #E05C50;
}















