.effect-section {
    position: relative;
    overflow: hidden;
}
.theme-bg {
    background-color: #0d6efd;
	padding:150px 0 100px 0;
}
.headoff{
	    margin-top: 112px;
}
.particles-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .2;
    pointer-events: none;
}

.m-25px-b {
    margin-bottom: 25px;
}
.p-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}
.p-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}
.white-color {
    color: #fff;
}
.border-radius-5 {
    border-radius: 5px;
}
.border-color-white-alt {
    border-color: rgba(255,255,255,.65);
}
.border-all-1 {
    border: 1px solid;
}
.white-color {
    color: #fff;
}
.white-bg-alt {
    background-color: rgba(255,255,255,.1);
}
.font-w-700 {
    font-weight: 700;
}

.yellow-color {
    color: #ffbe3d;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.white-color-light {
    color: rgba(255,255,255,.65);
}
.lead {
    font-weight: 400;
    line-height: 1.5;
}

.p-15px-t {
    padding-top: 15px;
}

.m-btn.m-btn-white {
    background: #fff;
    border-color: #fff;
    color: #152c5b;
}
.m-btn.m-btn-radius {
    border-radius: 5px;
}
.m-btn.m-btn-shadow {
    box-shadow: 0 21px 35px -5px rgba(0,0,0,.3);
}
.m-btn {
    display: inline-block;
    border: none;
    color: inherit;
    line-height: 1.5;
    border-radius: 0;
    padding: 0.75rem 1.75rem;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 600;
    -moz-transition: ease-in-out all .55s;
    -o-transition: ease-in-out all .55s;
    -webkit-transition: ease-in-out all .55s;
    transition: ease-in-out all .55s;
    text-align: center;
    border: 1px solid transparent;
}
.m-btn-wide {
    min-width: 160px;
}

.m-15px-tb {
    margin-top: 15px;
    margin-bottom: 15px;
}
.avatar {
    animation: float 6s ease-in-out infinite;
}

@media (min-width: 992px){
.max-width-140 {
    max-width: 140%;
}}
img {
    max-width: 100%;
}

.effect-section .svg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.white-color {
    color: #fff;
	font-weight: bold;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.svg-color circle, .svg-color path, .svg-color polygon, .svg_img circle, .svg_img path, .svg_img polygon {
    fill: currentColor;
}

@media (max-width: 1199px){
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
}
}
@media (max-width: 767px){
.lead {
    font-size: 1.08rem;
}}

@media screen and (max-width: 768px){
.avatar {
    display: none;
}
}

@media screen and (max-width: 768px){
.theme-bg {
   
	padding:130px 0 80px 0;
}
}


@media screen and (max-width: 990px){
.x-hidden {
    display: none;
}}
@media screen and (max-width: 990px){
.x-hidden {
    display: none;
}}
@media screen and (max-width: 990px){
.x-hidden {
    display: none;
}}

.footer-area {
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.footer-area .footer-svg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    fill: #F7F9FB;
}

.footer-area .footer-item .logo {
    margin-bottom: 35px;
}
.footer-area .footer-item .footer__desc {
    line-height: 26px;
}

.footer-area .footer-item .footer-contact .contact__text {
    line-height: 26px;
    padding-top: 12px;
}

.footer-area .footer-item .footer-contact .contact__text {
    line-height: 26px;
    padding-top: 12px;
}

.footer-area .footer-item .footer-contact .contact__text a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #7f8897;
}

.social-profile li {
    display: inline-block;
}

.social-profile li a {
    display: block;
    color: #2e3d62;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(46, 61, 98, 0.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-area .footer-item .footer__title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
	    position: relative;
}

.footer-area .footer-item .section-divider {
    margin-top: 15px;
    margin-bottom: 0;
    width: 50px;
}
.section-divider {
    position: relative;
    width: 90px;
    height: 3px;
    margin-top: 26px;
    margin-bottom: 30px;
}

.section-divider:before, .section-divider:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #6c5ce7;
}

.footer-area .footer-item .section-divider:after {
    right: 12px;
    width: 8px;
}
.section-divider:after {
    right: 25px;
    left: auto;
    background-color: #fff;
    width: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.section-divider:before, .section-divider:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #6c5ce7;
}

.footer-area .footer-item .user-links {
    margin-top: 30px;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-area .footer-item .user-links li a {
    display: block;
    text-transform: capitalize;
    color: #7f8897;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    font-size: 15px;
}

.footer-area .footer-item .user-links li a:after {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #6c5ce7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.footer-area .footer-item .contact-form-action {
    margin-top: 30px;
}

.footer-area .footer-item .contact-form-action .contact__text {
    line-height: 26px;
    margin-bottom: 20px;
}

.contact-form-action form .form-group {
    position: relative;
}

.contact-form-action form .form-group .form-icon {
    position: absolute;
    top: 16px;
    left: 20px;
}

.contact-form-action form .form-group .form-control {
    padding: 12px 20px 12px 40px;
    border-color: rgba(127, 136, 151, 0.2);
    height: inherit;
    color: #2e3d62;
}

.contact-form-action form .form-group .send__btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 49px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    outline: none;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.theme-btn {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #6c5ce7;
    color: #fff;
    font-weight: 500;
    padding: 0 50px 0 30px;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.footer-area .total-box {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

.footer-area .total-box .total-item .total__num {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 18px;
}

.footer-area .total-box .total-item .total__text {
    font-weight: 500;
    font-size: 15px;
}

.footer-area .total-box .total-item + .total-item {
    margin-left: 40px;
}

.footer-area .total-box .total-item .total__num {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 18px;
}

/*-===============================
   FOOTER AREA
===============================-*/
.footer-area {
  padding-top: 120px;
  position: relative;
  overflow: hidden; }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-item {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer-area .footer-item {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .footer-area .footer-item {
      margin-bottom: 50px; } }
  .footer-area .footer-item .section-divider {
    margin-top: 15px;
    margin-bottom: 0;
    width: 50px; }
    .footer-area .footer-item .section-divider:after {
      right: 12px;
      width: 8px; }
  .footer-area .footer-item .logo {
    margin-bottom: 35px; }
  .footer-area .footer-item .footer__desc {
    line-height: 26px; }

  .footer-area .footer-item .user-links {
    margin-top: 30px; }
    .footer-area .footer-item .user-links li a {
      display: block;
      text-transform: capitalize;
      color: #444649;
      margin-bottom: 10px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: relative;
      font-size: 15px; }
      .footer-area .footer-item .user-links li a:after {
        position: absolute;
        content: '';
        top: 7px;
        left: 0;
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #6c5ce7;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden; }
      .footer-area .footer-item .user-links li a:hover {
        color: #6c5ce7;
        padding-left: 12px; }
        .footer-area .footer-item .user-links li a:hover:after {
          opacity: 1;
          visibility: visible; }
  .footer-area .footer-item .footer-contact .contact__text {
    line-height: 26px;
    padding-top: 12px; }
    .footer-area .footer-item .footer-contact .contact__text a {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      color: #7f8897; }
      .footer-area .footer-item .footer-contact .contact__text a:hover {
        color: #6c5ce7; }
  .footer-area .footer-item .contact-form-action {
    margin-top: 30px; }
    .footer-area .footer-item .contact-form-action .contact__text {
      line-height: 26px;
      margin-bottom: 20px; }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .footer-area .footer-item .contact-form-action form .form-group .send__btn {
        position: inherit;
        line-height: 45px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-top: 15px;
        top: auto;
        right: auto; } }
    @media (max-width: 575px) {
      .footer-area .footer-item .contact-form-action form .form-group .send__btn {
        position: absolute;
        line-height: 49px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        margin-top: 0;
        top: 0;
        right: 0; } }
  .footer-area .total-box {
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px; }
    .footer-area .total-box .total-item .total__num {
      font-weight: 600;
      margin-bottom: 4px;
      font-size: 18px; }
    .footer-area .total-box .total-item .total__text {
      font-weight: 500;
      font-size: 15px; }
    .footer-area .total-box .total-item + .total-item {
      margin-left: 40px; }
  .footer-area .copy-right {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: -ms-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid rgba(127, 136, 151, 0.1); }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-area .copy-right {
        margin-top: 0; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .footer-area .copy-right {
        margin-top: 0;
        display: block;
        text-align: center; } }
    @media only screen and (min-width: 320px) and (max-width: 479px) {
      .footer-area .copy-right {
        margin-top: 0;
        display: block;
        text-align: center; } }
    .footer-area .copy-right .copy__desc {
      font-size: 15px; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .footer-area .copy-right .copy__desc {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 320px) and (max-width: 479px) {
        .footer-area .copy-right .copy__desc {
          margin-bottom: 10px; } }
      .footer-area .copy-right .copy__desc .la-heart {
        color: #6c5ce7;
        animation: heartBeat 1000ms infinite linear;
        font-size: 18px; }
      .footer-area .copy-right .copy__desc a {
        color: #7f8897; }
        .footer-area .copy-right .copy__desc a:hover {
          color: #6c5ce7; }
    .footer-area .copy-right .condition-links li {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      font-size: 15px; }
      .footer-area .copy-right .condition-links li:after {
        position: absolute;
        content: '/';
        top: 1px;
        right: -12px;
        font-size: 12px; }
      .footer-area .copy-right .condition-links li:last-child {
        margin-right: 0; }
        .footer-area .copy-right .condition-links li:last-child:after {
          display: none; }
      .footer-area .copy-right .condition-links li a {
        display: block;
        color: #7f8897; }
        .footer-area .copy-right .condition-links li a:hover {
          color: #6c5ce7;
          text-decoration: underline; }
		  
.showfrontkoo{
	position:relative;
	    padding-top: 56px;
}

@media (max-width: 991px){
.main-page-title {
    padding-top: 130px;
}}
.main-page-title {
    padding: 175px 0 80px;
}

.white-color .h1, .white-color .h2, .white-color .h3, .white-color .h4, .white-color .h5, .white-color .h6, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6 {
    color: #fff;
}

.breadcrumb.white li {
    color: #fff;
}

.breadcrumb.white li a {
    color: #fff;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    background: 0 0;
    border-radius: 0;
}

.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    position: relative;
   
}