/*----------------- general CSS Start-------------------------*/
@font-face {
	font-family:'Oswald-Regular';
	src: url(../fonts/Oswald-Regular.ttf);
  }
  @font-face {
	font-family:'Roboto-Regular';
	src: url(../fonts/Roboto-Regular.ttf);
  }
  @font-face {
	  font-family:'Nunito Sans';
	  src: url(../fonts/NunitoSans-Bold.woff);
	}
  body {
	  background-color: #e0f0e02e;
	  font-weight: 400;
	  font-family:'Roboto-Regular' !important;
	  font-size: 15px;
	  line-height: 1.8;
	  display: flex;
	  flex-direction: column
  }
  body,html
  {
	  width: 100%;
	  height: 100%;
  
  }
  .main_wrapper {
	 position: relative;
		flex:1 0 auto;
	 background: #daecff !important
  }
  .contact-us-wrapper {
	  margin-bottom: 65px !important;
	  padding-top: 160px;
  }
  .container-fluid {
	  max-width: 100%;
	  margin: 0 auto;
	  padding: 0 5%;
  }
  .pt-50
  {
	  padding-top: 50px;
  }
  .py-100
  {
	  padding-top: 100px;
  }
  .py-70
  {
	  padding:70px 0px;
  }
  .heading-title1{
	  font-size: 40px;
  }
  .bg-orange {
	  background-color: #f85d2c;
  }
  .btn-theme
  {
	  padding: 11px 19px;
	  background-color:#1fae66;
	  color: #fff;
	  border-radius: 0;
	  text-transform: uppercase;
  }
  .btn-theme:hover
  {
	  background-color: #129553;
	  color: #fff;
  }
  a {
	  color: #1fae66
  }
  a:hover, a:focus {
	  text-decoration: none;
	  color: #0D9C54;
	  outline: none
  }
  .badge {
	  padding: 4px 6px;
	  font-size: 9px
  }
  .badge.status {
	  padding: 0;
	  font-size: 7px;
	  min-width: 7px
  }
  a:hover>.label {
	  opacity: .8;
	  filter: alpha(opacity = 80)
  }
  ::-webkit-input-placeholder {
	  color: #999
  }
  :-moz-placeholder {
	  color: #999
  }
  ::-moz-placeholder {
	  color: #999
  }
  :-ms-input-placeholder {
	  color: #999
  }
  .breadcrumb {
	  background: none;
	  padding: 3px 0px;
	  font-weight: normal;
	  font-size: 11px;
	  margin-bottom: 0
  }
  .breadcrumb>.active {
	  color: #555
  }
  .breadcrumb>li+li:before {
	  color: #aaa
  }
  input, select, textarea {
	  border: 1px solid #D5D5D5;
	  padding: 6px 6px 7px;
  }
  input:focus, textarea:focus {
	  background-color: #F5F5F5;
	  border-color: #D5D5D5
  }
  .input-group-addon {
	  border-color: #D5D5D5
  }
  label.error {
	  color: #f85d2c
  }
  select {
	  padding: 5px
  }
  .btn {
	  box-shadow: none !important;
  }
  .btn:focus {
	  outline: 0
  }
  .bg-green {
	  background-color: #1fae66 !important;
  }
  .bg-yellow {
	  background-color: #f89c2c !important;
  }
  .bg-red {
	  background-color: #f85d2c !important;
  }
  .bg-blue {
	  background-color: #23709e !important;
  }
  .help-block 
  {
	  color: red;
  }
  .label-primary {
	  background-color: #337ab7;
  }
  .label-success {
	  background-color: #1fae66;
  }
  .card
  {
	  margin-bottom: 20px;
  }
  .card-header {
	  background: #1fae66;
	  color: #fff;
	  border: 0;
	  border-radius: 0 !important;
  }
  .badge a
  {
	  color: #fff !important
  }
  .content.py-5
  {
	  padding:0 !important;
  }
  .required label::after ,.field-information-verifycode label::after,
  #changepassword-form .field-user-password label::after , #request-password-reset-form .field-user-email label::after{
	  content: "*";
	  color: red;
	  margin-left: 3px;
  }
  .font-light {
	  font-weight: 300;
  }
  
  /*--------------- general CSS end-------------------------*/
  /*---------------- pagination start--------------------*/
  ul.pagination {
	  text-align: center;
	  display: block;
	  margin-bottom: 20px;
  }
  ul.pagination li {
	  display: inline-block;
  }
  .pagination>li>a, .pagination>li>span {
	  color: #1fae66;
	  padding: 5px 10px;
	  background: #fff;
	  border: 1px solid #ede0e0;
  }
  .pagination>.active>a
  {
	  color: #fff;
  }
  .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover,
	  .pagination>.active>span:hover, .pagination>.active>a:focus,
	  .pagination>.active>span:focus {
	  background-color: #1fae66;
	  border-color: #1fae66
  }
  /*---------------- pagination end--------------------*/
  /*----------------- heading start--------------------*/
  h2.bottomline-center {
	  font-size: 44px;
  }
  .bottomline, .bottomline-center, .features-block_One .text-center,
	  .portfolio-heading-section .area-heading {
	  position: relative;
	  margin-bottom: 50px;
  }
  .bottomline-center::before, .features-block_One .text-center::before,
	  .portfolio-heading-section .area-heading::before {
	  position: absolute;
	  content: '';
	  left: 45%;
	  width: 100px;
	  bottom: -12px;
	  border-bottom: 2px solid #000;
  }
  .bottomline-center::after, .features-block_One .text-center::after,
	  .portfolio-heading-section .area-heading::after {
	  position: absolute;
	  content: '';
	  bottom: -17px;
	  width: 80px;
	  left: 45%;
	  border-bottom: 2px solid #1fae66;
  }
  .bottomline::before {
	  position: absolute;
	  content: '';
	  left: 0px;
	  width: 100px;
	  bottom: -12px;
	  border-bottom: 2px solid #000;
  }
  .bottomline::after {
	  position: absolute;
	  content: '';
	  bottom: -17px;
	  width: 80px;
	  left: 0px;
	  border-bottom: 2px solid #1fae66;
  }
  /*----------------- heading end--------------------*/
  /*----------------- Header CSS start-------------------------*/
  
  .navbar-toggler-icon {
	  background-image: url(../img/menu.png);
	  background-size: 30px;
  }
  #menu-info {
	  margin-left: 20px;
  }
  footer{
	  background:#1b1b1b !important;
	  color: #fff;
  }
  .copyright {
	  padding:20px 0 20px;
	  font-size: 15px;
	  
  }
  /*----------------- header CSS end-------------------------*/
  /*----------------- service CSS start-------------------------*/
  .service-icon {
	  background-color: #f79b2c;
	  width: 145px;
	  height: 110px;
	  font-size: 42px;
	  color: #fff;
	  text-align: center;
	  line-height: 110px;
	  border-radius: 120px 200px 362px 33px;
	  margin: 0 auto 30px;
	  -webkit-transition-duration: 500ms;
	  -o-transition-duration: 500ms;
	  transition-duration: 500ms;
  }
  .service-content h3
  {
	  font-size: 27px;
	  color:#1fae66; 
	  margin-bottom: 20px;
  }
  /*----------------- service CSS end-------------------------*/
  /*----------------- footer CSS start-----------------------*/
  .footer_bottom_ul {
	  list-style-type: none;
	  padding: 0px;
	  display: table;
	  margin-top: 10px;
	  margin-right: auto;
	  margin-bottom: 10px;
	  margin-left: auto;
  }
  .footer_bottom_ul li {
	  display: inline-block;
  }
  .footer_bottom_ul li a {
	  color: #fff;
	  margin: 0 12px;
  }
  /*----------------- footer CSS end-------------------------*/
  /*----------------- pricing page CSS start-------------------------*/
  .sh-pricing {
	  text-align: center;
	  margin-bottom: 30px;
	  overflow: hidden;
  }
  .sh-pricing-container {
	  position: relative;
  }
  .sh-pricing-name h2 {
	  font-size: 24px;
	  margin-bottom: 23px;
  }
  .sh-pricing-price {
	  position: relative;
	  font-size: 60px;
	  padding-bottom: 0px;
	  font-weight: bold;
	  margin-top: -24px;
  }
  .sh-pricing-price .sh-pricing-currency {
	  font-size: 30px;
	  display: inline-block;
	  position: relative;
	  top: -14px;
	  right: -9px;
	  margin-left: -20px;
	  font-weight: normal;
  }
  .sh-pricing-description {
	  font-style: italic;
  }
  .sh-pricing-amount {
	  font-weight: bold;
	  font-style: italic;
  }
  .sh-pricing-icon {
	  text-align: center;
	  display: table;
	  margin: 0 auto;
	  margin-top: -38px;
	  position: relative;
	  padding: 0 10px;
	  background-color: #fff;
	  width: 70px;
	  height: 70px;
	  border-radius: 100%;
	  margin-bottom: -15px;
	  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.15);
  }
  .sh-pricing-icon i {
	  font-size: 30px;
	  line-height: 70px;
  }
  .sh-pricing-content {
	  position: relative;
	  margin-bottom: -1px;
  }
  .sh-pricing-content-item {
	  border-bottom: 1px solid transparent;
	  padding: 13px 10px;
  }
  .sh-pricing-content-item i {
	  padding-right: 3px;
	  font-size: 120%;
  }
  .sh-pricing-top {
	  padding: 40px 15px;
	  min-height: 200px;
  }
  .sh-pricing-top .sh-table-full {
	  min-height: 120px;
  }
  .sh-pricing-top {
	  background-color: #47c9e5;
	  color: #fff;
  }
  .sh-pricing-top .sh-pricing-name h2 {
	  color: #fff;
  }
  .sh-pricing-bottom {
	  padding: 30px 0;
  }
  .sh-pricing-style2 {
	  border: 1px solid transparent;
  }
  .sh-pricing-style2 .sh-pricing-content {
	  padding-left: 20px;
	  padding-right: 20px;
  }
  .sh-pricing-style2 .sh-pricing-top {
	  position: relative;
	  margin: -1px;
  }
  .sh-pricing-style2 .sh-pricing-icon {
	  margin-bottom: 0;
  }
  .sh-pricing-with-icon .sh-pricing-top-aside {
	  margin-bottom: 20px;
	  margin-top: 50px !important;
	  position: relative !important;
  }
  .sh-column-wrapper {
	  background: #fff;
  }
  .sh-pricing-content-item {
	  border-bottom: 1px solid #f4f4f4;
	  padding: 13px 10px;
  }
  .price-plan.section {
	  padding: 15px 0px 50px 0px
  }
  .inner-section {
	  padding-bottom: 65px;
	  padding-top: 65px;
  }
  .profile-icon {
	  font-size: 32px
  }
  .append-icon {
	  margin-right: 7px
  }
  .prepend-icon {
	  margin-left: 7px
  }
  .menu-btn {
	  position: relative;
	  display: inline-block
  }
  .hidden {
	  display: none
  }
  /*----------------- pricing page CSS end-------------------------*/
  /*------------------- blog page--------------------------*/
  .cx-blog-section .meta-info>li {
	  line-height: inherit;
  }
 .contact-main{
	  padding: 50px 0;
  }
  .cx-section {
	  padding: 0px 0 40px;
	  position: relative;
  }
  .p-bg {
	  padding: 50px 0px 0;
	  position: relative;
  }
  article.blog-post {
	  margin: 25px 0px;
	  padding: 20px;
  }
  .cx-blog-section .portfolio-filter-1 li a, .cx-blog-section .blog-categories ul li a
	  {
	  background: #fff;
  }
  .cx-blog-section .portfolio-filter-1 li a:hover {
	  background: #1fae66;
  }
  .cx-blog-section .blog-categories ul li a:hover {
	  background: #1fae66;
	  color: #fff;
	  border: 1px solid transparent;
  }
  .cx-blog-section .blog-categories ul li a {
	  text-transform: uppercase;
	  font-size: 12px;
	  font-weight: 500;
	  border-radius: 2px;
  }
  .read-more .btn-primary,.btn-primary:not(:disabled):not(.disabled):active {
	  background-color: #1fae66;
	  border-color: #1fae66;
  }
  .portfolio-filter-1 li ,.blog-categories ul li{
	  margin-bottom: 10px;
	  display: inline-block;
  }
  .cx-blog-section .footer-social-menu li a
  {
	  margin: 0 2px;
  }
  .items .menu-icon a,.blog-widget-view .list-wrapper li a
  {
	  color: #212529
  }
  /*------------------- blog page end--------------------------*/
  .menu-text.login {
	  display: inline-block;
	  background: #1fae66;
	  color: white;
	  padding: 7px 20px;
	  font-size: 14px;
	  border-radius: 4px;
  }
  .help-inline {
	  color: #999;
	  font-style: italic
  }
  .form-actions {
	  padding-top: 15px;
	  padding-bottom: 15px
  }
  
  .btn-icon {
	  padding-left: 8px;
	  padding-right: 8px
  }
  .input-group-btn .btn {
	  padding: 8px 12px 8px
  }
  
  .content-wrapper .header-container {
	  margin-right: 185px;
	  margin-left: 185px
  }
  .middle-layout .content .container {
	  overflow: hidden
  }
  .content {
	  position: relative
  }
  .content-section {
	  padding: 0 20px
  }
  .content-section {
	  background-color: #F0F0F0;
	  border-top: 1px solid #F0F0F0;
	  padding: 0 20px;
  }
  .content-section .row {
	  margin-bottom: 20px
  }
  /*=== other ===== */
  .login-screen {
	  max-height: 300px;
	  min-height: 300px;
	  overflow: hidden;
  }
  .login-info>h4 {
	  color: #000;
	  font-size: 24px;
	  font-weight: 600;
	  margin: 10px 0;
  }
  .banner-bottom h3 {
	  margin: 5px 0;
  }
  .istsection {
	  background-repeat: no-repeat;
	  background-size: 28%;
	  background-position: left top 40px;
  }
  @media screen and (max-width:991px){
	ul.nav.navbar-nav li {
		padding: 10px 0px;
		}	
  }
  @media screen and (max-width:767px) {
	
	  .login-box
	  {
		  padding:15px !important;
	  }
	  .bottomline-center::before, .bottomline-center::after,
		  .features-block_One .text-center::before, .portfolio-heading-section .area-heading::before,
		  .features-block_One .text-center::after, .portfolio-heading-section .area-heading::after
		  {
		  left: 37%;
	  }
		  .font-semibold.font-md.color-white.text-center h3 {
		  font-size: 25px;
	  }
	  .bottomline {
		  position: relative;
		  margin-bottom: 30px;
	  }
	  .inner-section {
		  padding-bottom: 16px;
	  }
	  .custom {
		  padding-left: 0;
		  padding-right: 0;
	  }
	  .inner-section {
		  padding-top: 5px;
	  }	
  }
  .content-bottom>h4 span {
	  color: #000;
	  font-size: 20px;
	  padding-left: 0px;
  }
  
  .content-bottom p.style {
	  color: rgb(11, 11, 11);
	  font-size: 14px;
	  font-weight: 100;
	  line-height: 1.8em;
  }
  .content-bottom h4 i {
	  color: #fff;
	  font-size: 20px;
	  width: 30px;
		height: 30px;
	  background: #1fae66;
	  text-align: center;
	  line-height: 30px;
  }
  .login-box {
		margin: auto;
	  background: #fff;
	  padding: 40px;
	  box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
  }
  .login-box h4
  {
	  font-size: 30px;
	  text-align:center;
	  color:#000;
  }
  .login-box .form-group {
	  position: relative;
  }
  .login-title {
	  color: #1fae66;
  }
  .form-control-feedback {
	  position: absolute;
	  top: 30px;
	  left: 0;
	  z-index: 2;
	  display: block;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  text-align: center;
	  pointer-events: none;
	  font-size: 17px;
	  background: #1fae66;
	  color: #fff;
	  border-top-left-radius: 5px;
	  border-bottom-left-radius: 5px;
  }
  .login-bg h2
  {
	  margin-bottom: 30px;
	  color: #000;
	  font-weight: 700;
	  font-size: 24px;
	  line-height: 35px;
  }
  .login-title span
  {
	  color: #f79b2c;
	  font-size: 30px;
  }
  .login-screen {
	  position: relative;
	  width: 100%;
  }
  .login-screen .image {
	  display: block;
	  width: 100%;
	  height: auto;
  }
  .login-screen .overlay {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  height: 100%;
	  width: 100%;
	  opacity: 0;
	  transition: .5s ease;
	  background-color: #1fae66;
  }
  .login-screen:hover .overlay {
	  opacity: 1;
  }
  .login-screen .text {
	  color: white;
	  font-size: 20px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  text-align: center;
	  width: 90%;
  }
  i.isticon {
	  color: #1fae66;
  }
  i.secondicon {
	  color: #1fae66;
  }
  i.thirdicon {
	  color: #1fae66;
  }
  i.fourthicon {
	  color: #1fae66;
  }
  /*footer*/
  ul {
	  padding: 0;
	  list-style: none;
  }
  .social {
	  list-style: none;
  }
  .content.p-bg, .features-section {
	padding-top: 120px;
}
  .social li a {
	color: white;
	display: flex;
	border: 1px solid white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 5px;
	justify-content: center;
	align-items: center;
}
  .social a svg {
	width: 15px;
	height: 15px;
	fill: #fff !important;
}
  .contact-group .card {
	  box-shadow: 0 0 0 0 rgba(96, 98, 104, 0.1), 0 5px 20px 0
	  rgba(56, 58, 63, 0.1);
	  padding: 30px 20px;
	  background: #fff;
	  margin: 15px 0;
  }
  .single-contact-option h4 {
	  font-size: 18px;
	  font-weight: 700;
	  margin-top: 15px;
  }
  .button {
	  background: #1fae66;
	  border: 0px !important;
	  color: #fff;
	  box-shadow: none !important;
	  height: 40px;
	  min-width: 160px;
	  font-size: 15px;
	  text-transform: uppercase;
	  font-weight: 600;
  }
  .shadowbox {
	  box-shadow: 0px 0px 5px #ccc;
	  margin-top: 50px;
  }
  .wrapper-1 {
	  height: initial;
	  max-width: 620px;
	  margin: 0 auto;
	  margin-top: 50px;
	  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .wrapper-2 {
	  padding: 30px;
	  text-align: center;
	  background-color: white;
  }
  .go-home {
	  color: #fff;
	  background: #5cb85c;
	  border: none;
	  padding: 10px 50px;
	  margin: 30px 0;
	  border-radius: 30px;
	  text-transform: capitalize;
  }
  .thanks-text {
	  text-transform: initial;
  }
  a:hover {
	  color: inherit;
	  text-decoration: none;
  }
  textarea.form-control {
	  height: auto;
	  min-height: 123px;
  }
  .form-group .text-end {
	  text-align: center;
  }
  .features-block_One hr {
	  display: none;
  }
  .features-block_One h2, .portfolio-heading-section .area-heading h1 {
	  font-family: inherit;
	  font-size: 44px;
	  font-weight: bold;
	  text-align: center;
  }
  .box-header
  {
	  height: 80vh;
  }
  .contact-main-form
  {
	  padding-bottom: 50px;
  }
  /*home slider*/
  svg {
	  display: block;
	  overflow: visible;
  }
  .slider-container {
	  position: relative;
	  height: auto;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  cursor: all-scroll;
	  overflow: hidden;
	  padding-top: 72px;
  }
  .slider-control {
	  z-index: 2;
	  position: absolute;
	  top: 0;
	  width: 12%;
	  height: 100%;
	  transition: opacity 0.3s;
	  will-change: opacity;
	  opacity: 0;
  }
  .slider-control.inactive:hover {
	  cursor: auto;
  }
  .slider-control:not(.inactive ):hover {
	  opacity: 1;
	  cursor: pointer;
  }
  .slider-control.left {
	  left: 0;
	  background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%,
		  rgba(0, 0, 0, 0) 100%);
  }
  .slider-control.right {
	  right: 0;
	  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%,
		  rgba(0, 0, 0, 0.18) 100%);
  }
  .slider-pagi {
	  position: absolute;
	  z-index: 3;
	  left: 50%;
	  bottom: 2rem;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  font-size: 0;
	  list-style-type: none;
  }
  .slider-pagi__elem {
	  position: relative;
	  display: inline-block;
	  vertical-align: top;
	  width: 20px;
	  height: 20px;
	  margin: 0 0.5rem;
	  border-radius: 50%;
	  border: 2px solid #1fae66;
	  cursor: pointer;
  }
  .slider-pagi__elem::before {
	  content: "";
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  width: 10px;
	  height: 10px;
	  background: #1fae66;
	  border-radius: 50%;
	  transition: transform 0.3s, -webkit-transform 0.3s;
	  -webkit-transform: translate(-50%, -50%) scale(0);
	  transform: translate(-50%, -50%) scale(0);
  }
  .slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	  -webkit-transform: translate(-50%, -50%) scale(1);
	  transform: translate(-50%, -50%) scale(1);
  }
  .slider {
	  z-index: 1;
	  position: relative;
	  height: 100%;
	  min-height: 500px;
  }
  .slider.animating {
	  transition: -webkit-transform 0.5s;
	  transition: transform 0.5s;
	  transition: transform 0.5s, -webkit-transform 0.5s;
	  will-change: transform;
  }
  .slider.animating .slide__bg {
	  transition: -webkit-transform 0.5s;
	  transition: transform 0.5s;
	  transition: transform 0.5s, -webkit-transform 0.5s;
	  will-change: transform;
  }
  .slide {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
  }
  .slide.active .slide__overlay, .slide.active .slide__text {
	  opacity: 1;
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
  }
  .slide__bg {
	  position: absolute;
	  top: 0;
	  left: -50%;
	  width: 100%;
	  height: 100%;
	  background-size: cover;
	  will-change: transform;
  }
  .slide:nth-child(1) {
	  left: 0;
  }
  .slide:nth-child(1) .slide__bg {
	  left: 0;
	  background-image: url("../img/slide-bg-1.png");
  }
  .slide .slide__overlay-path {
	  fill: #ffffff45
  }
  .slider-image {
	  position: absolute;
	  right: 20px;
	  width: 650px;
	  top: 20px;
  }
  @media ( max-width : 991px) {
	  .slide .slide__text {
		  background-color: #ffffff45;
	  }
  }
  .slide:nth-child(2) {
	  left: 100%;
  }
  .slide:nth-child(2) .slide__bg {
	  left: -50%;
	  background-image: url("../img/slide-bg-2.png");
  }
  @media ( max-width : 991px) {
	  .slider
	  {
		  min-height: 580px !important;
	  }
  }
  .slide__content {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
  }
  .slide__overlay {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  height: 100%;
	  min-height: 810px;
	  transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	  transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform
		  0.5s 0.5s;
	  will-change: transform, opacity;
	  -webkit-transform: translate3d(-20%, 0, 0);
	  transform: translate3d(-20%, 0, 0);
	  opacity: 0;
  }
  @media ( max-width : 991px) {
	  .slide__overlay {
		  display: none;
	  }
  }
  .slide__overlay path {
	  opacity: 0.9;
  }
  .slide__text {
	  position: absolute;
	  width: 30%;
	  bottom: 30%;
	  left: 12%;
	  color: #fff;
	  transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	  transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform
		  0.5s 0.8s;
	  will-change: transform, opacity;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  opacity: 0;
  }
  .slide__text-heading {
	font-size: 6rem;
	 margin-bottom: 2rem;
	 color: #f85d2c;
  }
  @media (max-width: 991px) {
	.slide__text-heading {
	  line-height: 46px;
	  font-size: 3.5rem;
	  text-align: left
	}
	.slide_ul
	{
		text-align: left;
	}
	.slider-image {
	  width: 400px;
	  margin: auto;
	  right: 0;
	  left: 0;
  }
  .post-img-1
  {
	  max-height: inherit;
  
  }
  }
  @media ( max-width : 991px) {
	  .slide__text {
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 17rem;
	  text-align: center;
	  -webkit-transform: translateY(50%);
	  transform: translateY(50%);
	  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
	  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
	  transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
	  padding: 18px 20px;
  }
  
  }
  .slide__text-heading {
	  font-size: 54px;
	  margin-bottom: 2rem;
	  color:#fffbfb;
  }
  @media ( max-width : 991px) {
	  .slide__text-heading {
		  line-height: 46px;
		  font-size: 40px;
		  text-align: left;
		  margin-bottom: 0px;
	  }
	  .slide_ul {
		  text-align: left;
	  }
	  .slider-image {
		  width: 400px;
		  margin: auto;
		  right: 0;
		  left: 0;
	  }
	  .post-img-1 {
		  width: 100px;
		  float: left;
		  max-height: 100px;
		  margin-right: 5px;
	  }
	  
  }
  .slide_ul li {
	  font-size: 19px;
	  color:#ffffff
  }
  .slide_ul i {
	  color: #1fae66;
	  margin-right: 10px;
  }
  
  
  @media screen and (min-width: 1024px) and (max-width:1470px) {
	  .slide__overlay {
		  min-height: 600px !important;
	  }
	  .slide__text-heading {
		  font-size: 30px;
	  }
	  .slider-image {
		  width: 500px;
	  }
  }
  @media screen and (min-width: 992px) and (max-width:1024px) {
	  .slider-image {
		  width: 400px;
	  }
	  .slide__overlay {
		  min-height: 600px !important;
	  }
  }
  @media screen and (max-width: 991px)
  {
	  .dashboard-states .col-md-4 {
	  -ms-flex: 0 0 50% !important;
	  flex: 0 0 50% !important;
	  max-width: 50% !important;
  }
  }
  @media screen and (max-width: 576px)
  {
	  .dashboard-states .col-md-4 {
	  -ms-flex: 0 0 100% !important;
	  flex: 0 0 100% !important;
	  max-width: 100% !important;
  }
  }
  @media screen and (min-width: 600px) 
  {
	  .login-box
	  {
		  width: 450px;
	  }
  }
  @media screen and ( max-width : 400px)
  {
	  .slide__text-heading
	  {
		  font-size: 25px;
	  }
  }
  /*home slider end*/
  
  .identity_box
  {
	  padding:30px;
  }
  .identity_box h2 {
	  font-family: 'Roboto-Regular' !important;
	  font-size: 70px;
	  font-weight: 600;
	  color: #022a5e;
	  margin-bottom: 24px;
  }
  .identity_box h4 {
	  font-family: 'Roboto-Regular' !important;
	  font-size: 50px;
	  font-weight: 600;
	  margin-bottom: 24px;
  }
  .identity_box  .badge {
	  padding: 5px 20px;
	  font-size: 20px;
  }
  .identity_box p
  {
	  font-size:25px
  }
  .identity_img {
	  background:#eee;
	  border:1px solid #ddd;
	  text-align:center
  }
  .table_identity td {
	  border-bottom: 1px solid #ddd;
	  padding: 7px;
	  font-size: 17px;
  }
  .table_identity
  {
	  border-collapse:collapse
  }
  .table_identity tr td:last-child,.table_identity tr td:nth-child(2)  {
	  color: #000;
	  font-weight: bold;
  }
  .table-striped tbody tr:nth-of-type(2n+1) {
	  background-color: rgba(224, 239, 224, 0.29);
  }
  /*Login Css start*/
  
  a {
	  color: #1fae66;
	  text-decoration: none;
	  background-color: transparent;
  }
  header {
	  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	  position: fixed;
	  width: 100%;
	  z-index: 999;
	  background: #fff;
	  padding: 2px 0;
  }
  .nav.navbar-nav li a {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	padding: 3px 15px;
	font-family: 'Nunito Sans', sans-serif;
	display: inline-block;
  }
  .login_wrapper {
	  overflow: hidden;
	  background-color: #fff;
	  padding: 150px 0 50px;
  }
  .social_left {
	  list-style: none;
  }
  .social_left {
	display: inline-flex;
	color: white;
	justify-content: center;
	align-items: center;
	margin: 30px auto 0;
	width: 100%;
	padding: 0;
  }
  .social_left li a {
	  color: #fff;
	  display: inline-block;
	  border: 1px solid #1fae66;
	  width: 40px;
	  height: 40px;
	  border-radius: 50%;
	  margin: 5px;
	  background: #1fae66;
	  text-align: center;
	  line-height: 40px;
  }
  .social_left li a:hover{
	  border: 1px solid #f79b2c;	
	  background: #f79b2c;
  }
  .login-left {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  
  .right-cont >h4 {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Nunito Sans', sans-serif;
  }
  .icon-align {
	  width: 90px;
	  height: 90px;
	  min-width: 90px;
  }
  .style a {
	  color: #1fae66;
	  font-weight: 600;
  }
  .style a:hover {
	  text-decoration: underline;
  }
  
  .content-bottom i {
	  color: #fff;
	  font-size: 36px;
	  width: 80px;
	  height: 80px;
	  background: #f79b2c;
	  text-align: center;
	  line-height: 80px;
	  border-radius: 50px;
	  box-shadow: rgb(31 174 102 / 12%) 5px 1px 6px, rgb(31 174 102 / 20%) 0px 1px 8px;
  }
  .logo {
	position: absolute;
	left: 150px;
  }
  .logo{
	position: unset;
  }
  .innerdiv {
    background: #eff7ff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
  .login-right {
	  max-width: 100%;
	  margin: 0 auto;
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  justify-content: center;
  }
  .title {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: 'Nunito Sans', sans-serif;
	color: #000;
  }
  .inner-content .title{
	color: #000;
  }
  .sub-title {
	font-weight: 500;
	font-size: 20px;
	color: #959595;
	font-family: 'Nunito Sans', sans-serif;
  }
  .wel-title {
	color: #1fae66;
	font-family: 'Nunito Sans', sans-serif;
  }
  .forgot-password a {
	  font-weight: 600;
	  text-decoration: underline;
  }
  .forgot-password a:hover{
	color: #000;
  }
  .btn-theme {
	  background-color: #1fae66;
	  color: #fff;
	  border-radius: 8px;
	  padding: 0 30px;
	  width: 100%;
	  border: 1px solid #1fae66;
	  font-weight: 600;
	  height: 50px;
	  line-height: 50px;
  }
  .btn-theme:hover {
    color: #1fae66;
    background-color: transparent;
    border: 1px solid #1fae66;
}
  
  .login-form .form-control {
	height: 50px;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	box-shadow: rgb(31 174 102 / 10%) 0px 2px 5px 0px, rgba(0, 0, 0, 0.1) 0px -1px 1px 0px;
	padding-left: 65px;
  }
  
  .login-form  .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #1fae66;
	outline: 0;
	box-shadow: rgb(31 174 102 / 10%) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px -1px 1px 0px;
  }
  .toggle-password{
	position: absolute;
    top: 50px;
    right: 25px;
  }
  footer a:hover{
	color: #20cb75;
  }
  hr{
	border-color: #1fae66;
  }
  .login-form .form-group .form-group{
	  margin:0;
  }
  .btn-yellow {
	  background-color: #f79b2c;
	  color: #fff;
	  border-radius: 8px;
	  padding: 0 30px;
	  width: 100%;
	  border: 1px solid #f79b2c;
	  font-weight: 800;
	  height: 50px;
	  line-height: 50px;
	  box-shadow: 0px 0px 4px rgba(0,0,0,0.3) !important;
	  font-family:'Nunito Sans' !important;
	  font-size: 18px;
  }
  .btn-yellow:hover {
	color: #fff;
	background-color: #df7e0a;
	border: 1px solid #df7e0a;
  }
  .login-form label {
	  margin-bottom: 0.2rem;
  }
  .object-cover {
	object-fit: cover;
}
  @media screen and (max-width:767px) {
	  .title {
		  font-size: 25px;
	  }
	  .inner-content{
		  margin-top:20px;
	  }
	  .login_wrapper {
		  padding: 100px 0 20px;
	  }
	  .right-cont >h4 {
		  font-size: 18px;
		  margin: 5px 50px 0;
	  }
  }
  /* Login css end */