body {
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

.container-fluid{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}


.container{
    max-width: 1170px !important;
    width: 100%;
    margin: 0 auto;
}

p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #222423;
}

/**********HEADER**********/

.menu-section{
    background-color: #fff !important;
    padding: 0px;
}

.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: #fff !important;
    padding: 0px;
}

.menu-section.fixed-top{
    background-color: #000;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

header.fixed-top .menu-section{
    background-color: #000;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    padding: 5px 0;
}

header.fixed-top .menu-section .navbar-brand img {
    width: 120px;
}

.menu-section.fixed-top .navbar-brand img {
    width: 80px;
    position: relative;
    top: 0px;
}

.menu-section.fixed-top .navbar-expand-lg .navbar-collapse{
    border-top: none;
}

a.navbar-brand {
    width: 170px;
}

.navbar-brand img{
    width: 170px;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 15px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 500;
    color: #555;
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #341761;
}


a.btn.btn-login{
    border: 1px solid transparent;
    background-color: transparent;
    padding: 8px 20px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #555;
    border-radius: 30px;
}

a.btn.btn-login:hover{
    border: 1px solid #341761;
    background-color: #341761;
    color: #fff;
}

a.btn.btn-signup{
    border: 1px solid #341761;
    background-color: #341761;
    padding: 8px 20px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 30px;
}

a.btn.btn-signup:hover{
    border: 1px solid #555;
    background-color: transparent;
    color: #555;
}

.fixed-top a.btn.btn-contact{
    margin-top: -4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px solid #fff;
    width: 250px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.menu-section a.dropdown-item {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;
}

.menu-section a.dropdown-item i{
    padding-right: 5px;
}

.menu-section a.dropdown-item:last-child{
    border-bottom: none;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 1em auto;
  width: 280px;
  background-color: #eee;
  padding: 0.5em 0;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
}*/

/*.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: "▲";
    padding-left: 20px;
    position: absolute;
    top: -20px;
    width: 30px;
    color: #341761;
}*/

.menu-section a.dropdown-item:hover{
    color: #341761;
    padding: 10px 10px;
}

@media screen and (min-width: 992px) {
  .menu-section .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fff;
    color: #000;
  }
  .menu-section .dropdown .dropdown-menu {
    display: none;
  }
  .menu-section .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .menu-section .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

a.right-logo img{
    width: 70px;
    height: 70px;
}

.nav-logo-btn {
    position: absolute;
    top: 11px;
    right: 0%;
    z-index: 9;
}



/**********MOBILE MENU***********/

.clickmenus{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    z-index: 99;
    display: none;
    float: left;
    background-color: #341761;
    padding: 11px 13px;
    border-radius: 50%;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #341761;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #451e81;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 6px;
    right: 14px;
    left: unset;
  }

  .fixed-top .clickmenus {
    top: 4px;
    z-index: 9;
  }
  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-toggler{
    display: none;
  }
}

/**************BANNER SECTION*************/

.banner-section{
    background: url("../images/banner-img.png") top center no-repeat;
    width: 100%;
    background-size: cover;
    display: table;
    height: 90vh;
    text-align: center;
}

.banner-section .overlay{
   background: #f5feff;
    background: linear-gradient(180deg, rgb(1 31 100 / 11%) 26%, rgb(255 255 255 / 78%) 100%);
    height: 90vh;
  padding: 100px 0;
  display: table-cell;
  vertical-align: middle;
}

.banner-section .row{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.banner-section h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.banner-section h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #825ac1;
    margin-bottom: 20px;
}

.banner-section p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #505050;
    margin-bottom: 30px;
}

.banner-section p span{
    display: block;
}

.banner-section form{
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

.md-form{
    position: relative;
}

.md-form i.fa-briefcase{
    position: absolute;
    left: 10px;
    top: 14px;
    color: #212529;
    z-index: 9;
}

.md-form i.fa-map-marker-alt{
    position: absolute;
    left: 10px;
    top: 15px;
    color: #212529;
    z-index: 9;
}


.banner-section input.form-control,
.banner-section form select.professional{
    border: 1px solid #dddddd;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    padding-left: 30px;
    font-size: 14px;
}

.banner-section form .btn.btn-primary,
.banner-section form a.btn.btn-primary {
    border: 1px solid #341761;
    background-color: #341761;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

.search {
width: 100%;
  position: relative;
  font-size: 16px;
}

.search {display: inline-block;}

.search input {
    border: 1px solid #dddddd;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    color: #000;
    border-radius: 5px;
    font-size: 14px;
    height: 44px;
}

.search input::placeholder{
    color: #777;
}

.search input { text-indent: 22px;}
.search .fa-user { 
  position: absolute;
  top: 10px;
  left: 10px;
}

.search .fa-user {
    left: 10px;
    top: 14px;
    color: #777;
}


/********country select********/


.section {
  margin: 0 auto;
}

.section .wrapper-column {
    max-width: 75rem;
    height: 44px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #dddddd;
}

.section .wrapper-column .dropdown-menu{
    padding-top: 0px;
}

.section .wrapper-column .dropdown-select{
    font-size: 14px;
    line-height: 44px;
    text-align: left;
    padding-left: 25px;
}

.centered {
  margin-bottom: 1rem;
  text-align: center;
  vertical-align: middle;
}

.form-group {
  position: relative;
}
.form-arrow {
  position: absolute;
  top: 0.65rem;
  right: 0.5rem;
  z-index: 10;
  font-size: 1.35rem;
  line-height: inherit;
  color: hsl(0, 0%, 20%);
}
.wrapper-section .form .dropdown {
  position: relative;
}
.wrapper-section .form .dropdown-select {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  width: 100%;
  height: auto;
  padding: 0.75rem 1.25rem;
  border: none;
  outline: none;
  border-radius: 0.25rem;
  color: #1a1a1a;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
.wrapper-section .form .dropdown-menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05);;
  transition: all 0.3s ease-in-out;
}
.wrapper-section .dropdown-menu-inner {
    max-height: 16rem !important;
    overflow-y: scroll;
    overflow-x: hidden;
}
.wrapper-section .dropdown-menu-item{
    padding: 4px 6px;
    font-size: 14px;
}
.wrapper-section input.dropdown-menu-search{
    border: 1px solid #ddd;
    padding: 6px;
    font-size: 14px;
    margin: 5px 5px 0 5px;
}
.wrapper-section .form .dropdown-menu-inner::-webkit-scrollbar {
  width: 5px;
  height: auto;
}
.wrapper-section .form .dropdown-menu-inner::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #cccccc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.wrapper-section .form .dropdown-menu-item {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
  user-select: none;
  padding: 0.65rem 1.25rem;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.wrapper-section .form .dropdown-menu-item:hover {
  color: #1a1a1a;
  background-color: #cccccc;
}
.wrapper-section .form .dropdown-menu-item.is-select, .wrapper-section .form .dropdown-menu-item.is-select:hover {
  color: #fff;
  background-color: hsl(217, 91%, 60%);
}
.wrapper-section .form .dropdown-menu-search {
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: auto;
  padding: 0.65rem 1.25rem;
  border: none;
  outline: none;
  color: #1a1a1a;
  background-clip: padding-box;
  background-color: hsl(0, 0%, 96%);
}

.wrapper-column {
  /*max-width: 40rem;
  height: auto;
  margin: 0 auto;
  padding: 5rem 3rem;*/
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
}













/************COUNTER************/

#counter{
  text-align: center;
  padding: 70px 0px;
  width: 100%;
  background-color: #f3f3f3;
}

#counter h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

#counter .item {
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 20px;
}

#counter .item i{
    font-size: 30px;
    color: #341761;
    display: block;
    margin-bottom: 20px;
}
#counter .item span.span-plus{
    font-size: 20px;
    line-height: 50px;
    padding-left: 10px;
    color: #505050;
    position: relative;
    top: -7px;
}
#counter .item .count{
    color: #341761;
    margin-bottom: 5px;
    font-size: 40px;
    display: inline-block;
    line-height: 50px;
    font-weight: 700;
}
#counter .item h3{
      color: #505050;
    text-align: left;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
}

#counter .item h3 span{
    display: block;
}

/*****************WHO WE ARE SECTION***************/

.weare-section{
    padding: 70px 0;
}

.weare-section h4{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #341761;
    margin-bottom: 20px;
    padding-top: 20px;
}

.weare-section img{
    width: 100%;
    border-radius: 10px;
}

a.btn.btn-learn {
    border: 1px solid #341761;
    background-color: #341761;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

/******************SERVICE SECTION*****************/

.service-section{
    padding: 70px 0;
    background-color: #f3f6fd;
}

.service-section h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #341761;
    text-align: center;
    margin-bottom: 20px;
}

.service-box{
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.service-box i {
    font-size: 30px;
    color: #341761;
    margin-bottom: 20px;
}

.service-box h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-box h5 a{
    color: #341761;
    text-decoration: none;
}

.service-box p{
    margin-bottom: 0px;
}

/************FOOTER*************/

.top-footer{
    padding: 50px 0;
    background-color: #eee;
}

.top-footer h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #341761;
    text-align: center;
    margin-bottom: 20px;
}

.address-box{
    background-color: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 5px;
}

.address-box i {
    font-size: 30px;
    color: #341761;
    display: block;
    margin-bottom: 20px;
}

.address-box h5 {
    color: #341761;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.address-box p{
    margin-bottom: 0px;
}

.mid-footer {
    padding: 50px 0;
    background-color: #341761;
}

.mid-footer img{
    max-width: 140px;
    width: 100%;
    margin-bottom: 15px;
}

.mid-footer p{
    color: #ccc;
}

.mid-footer h4{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.mid-footer ul{
    padding: 0px;
    margin: 0px;
}

.mid-footer ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.mid-footer ul li a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #ccc;
    text-decoration: none;
}

.mid-footer ul li a:hover{
    color: #fff;
}

.bottom-footer {
    background-color: #341761;
}

.bottom-footer .row{
    padding: 20px 0;
    border-top: 1px solid #6c6c6c;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}

.bottom-footer p{
    line-height: 20px;
    color: #ccc;
    margin-bottom: 0px;
}



/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #341761;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}

/******************SEARCH LIST PAGE START HERE*****************/

.search-section{
    padding: 50px 0;
    background-color: #f3f6fb;
}

.search-section h1{
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #341761;
    margin-bottom: 20px;
}


.location-box{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.location-box h2{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.location-box label{
    display: block;
    font-size: 14px;
}

.location-box .section .wrapper-column .dropdown-select{
    padding-left: 10px;
}

.location-box .wrapper-column{
    border: 1px solid #ddd !important;
    border-radius: 5px;
    margin-bottom: 20px;
}

.location-box input.form-control {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    height: 42px;
    color: #000;
    border-radius: 5px;
    margin-bottom: 20px;
}

.location-box select.industry{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    height: 42px;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.location-box button.btn.btn-primary {
    border: 1px solid #341761;
    background-color: #341761;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.row.search-right{
    margin-left: 0px;
    margin-right: 0px;
}

p.result-found{
    color: #555;
    margin-bottom: 10px;
}

.select-sorts select{
    float: right;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ddd;
    margin-bottom: 20px;
}

.result-box{
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 5px 5px rgb(139 139 139 / 20%);
}

.result-box:hover{
    box-shadow: none;
    border: 1px solid #ddd;
}

.result-box img{
    width: 80px;
    height: 80px;
    float: left;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.result-box h6{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.result-box h6 span{
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #505050;
}

p.result-content{
    color: #505050;
    font-size: 14px;
    line-height: 20px;
}

.result-box ul{
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.result-box ul li{
    list-style-type: none;
    display: inline-block;
}

.result-box ul li a{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background-color: #eee;
    padding: 4px 8px;
    border-radius: 30px;
    display: block;
}

a.view-profile{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: blue;
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
}

.home-list .result-box{
    padding: 10px;
    margin-bottom: 20px;
}
.home-list .result-box h6>span{
    color: #7c7c7c;
    font-size: 13px;
}
.home-list .result-box a{
    text-decoration: none;
    color: #795548;
}

/*****PAGINATION*****/

.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: block;
}
#border-pagination {
  margin: 0;
  padding: 0;
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;

}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
    background-color: #ddd;
    color: #333;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
  color: #333;
}

/***************PROFILE PAGE START HERE**************/

.profile-section{
    padding-bottom: 50px;
}

.profile-box {
    background: #341761;
    background: linear-gradient(90deg, rgba(1, 31, 100, 1) 0%, rgba(1, 31, 100, 1) 62%, rgba(133, 133, 133, 1) 100%);
    padding: 40px 300px;
}

.profile-box h5{
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.profile-box h1{
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.profileleft img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -70px;
    position: relative;
    z-index: 9;
    margin-left: 20px;
    border: 4px solid #fff;
    margin-bottom: 20px;
}

.profileleft h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.profileleft p{
    font-size: 14px;
    line-height: 20px;
    color: #505050;
}

.profileleft p span{
    display: block;
}

a.btn.btn-connect {
    border: 1px solid #341761;
    background-color: #341761;
    padding: 10px 20px;
    float: right;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 60px;
}

a.btn.btn-connect:hover{
    border: 1px solid #341761;
    background-color: #341761;
    color: #fff;
}

.information-lefts{
    margin-top: 30px;
}

.information-lefts h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.information-lefts img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    object-fit: cover;
    margin-right: 10px;
}

.information-lefts h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    padding-left: 70px;
}

.information-lefts h4 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #505050;
}

.info-box{
    background-color: #eee;
    padding: 20px;
    border-radius: 10px;
}

.info-box h5,
.info-box h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.info-box h5{
    margin-top: 25px;
}

.info-box p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #505050;
}

.info-box p i{
    padding-right: 10px;
}

.info-box ul{
    padding: 0px;
    margin: 0px;
}

.info-box ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.info-box ul li a i{
    font-size: 16px;
    color: #505050;
}

.info-box ul li a i:hover{
    color: #000;
}

/*****************PAGE BANNER*****************/

.page-banner{
  background: url("../images/page-banner.jpg") center center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 280px;
  text-align: center;
}

.page-banner .overlay{
  background-color: rgb(0 0 0 / 45%);
  height: 280px;
  padding: 50px 0;
  display: table-cell;
  vertical-align: middle;
}

.page-banner h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.page-banner p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}

/**************FORM SECTION**************/

.form-sections{
    padding: 50px 0;
}

.form-sections .row{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#heading {
    text-transform: uppercase;
    color: #341761;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform select,
#msform input{
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #8f8f8f;
    font-size: 16px;
    height: 42px;
}

#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #8f8f8f;
    font-size: 16px;
    height: 100px;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc;
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: #341761;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #341761;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000;
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #341761;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #341761;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #341761
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f2b9"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f508"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f164"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #341761
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #341761
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.social-lists ul{
    padding: 0px;
    margin: 0px;
}

.social-lists ul li{
    list-style-type: none;
    padding-bottom: 15px;
}

.social-lists ul li i{
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    margin-right: 10px;
}

.social-lists ul li input{
    width: 97% !important;
}

.form-button{
    text-align: center;
}

a.btn.btn-clear {
    border: 1px solid #333;
    background-color: transparent;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin-right: 15px;
    margin-bottom: 30px;
}

a.btn.btn-clear:hover{
    border: 1px solid #341761;
    background-color: #341761;
    color: #fff;
}

button.btn.btn-submit {
    border: 1px solid #341761;
    background-color: #341761;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 30px;
}

button.btn.btn-submit:hover{
    border: 1px solid #333;
    background-color: transparent;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin-right: 15px;
    margin-bottom: 30px;
}

.form-button p{
    color: #505050;
    text-align: center;
}

/***************SERVICE DETAIL PAGE START HERE***************/

.service-detail-section{
    padding: 50px 0;
}

.service-detail-section img{
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
}

.service-detail-right h2{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #341761;
    margin-bottom: 20px;
}

.service-detail-right ul{
    padding: 0px;
    margin: 0px;
}

.service-detail-right ul li{
    list-style-type: none;
    padding-bottom: 15px;
}

.service-detail-right ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.service-detail-right ul li a:hover{
    color: #341761;
}

/************TERM PAGE START HERE************/

.policy-section,
.terms-section{
    padding: 50px 0;
}

.terms-section h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.terms-section h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.terms-section h4 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

/******************MEDIA QUERY****************/

@media(max-width: 1024px){
    .result-box h6{
        margin-bottom: 0px;
    }
    .weare-section h4{
        padding-top: 0px;
        margin-bottom: 10px;
    }
    .social-lists ul li input {
        width: 96% !important;
    }
}

@media(max-width: 991px){
    .nav-logo-btn{
        right: 55px;
    }
    header.fixed-top .menu-section .nav-logo-btn{
        top: 2px;
    }
    .mid-footer h4{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .service-box{
        padding: 15px;
    }
    .address-box{
        padding: 30px 15px;
    }
    .banner-section,
    .banner-section .overlay{
        height: 80vh;
    }
    .result-box h6{
        line-height: 24px;
    }
}

@media(max-width: 834px){
    .result-box h6{
        font-size: 16px;
    }
}

@media(max-width: 767px){
    .banner-section, .banner-section .overlay {
        height: 70vh;
    }
    .banner-section .overlay{
        padding: 40px 0;
    }
    .banner-section form{
        padding: 20px 5px;
    }
    .banner-section input.form-control, .banner-section form select.professional,
    .search input{
        margin-bottom: 10px;
    }
    .banner-section form .btn.btn-primary, .banner-section form a.btn.btn-primary{
        margin-top: 10px;
    }
    .banner-section h1{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .banner-section h2{
        margin-bottom: 10px;
    }
    .weare-section img,
    .banner-section p{
        margin-bottom: 15px;
    }
    .result-box h6{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .location-box,
    .address-box{
        margin-bottom: 30px;
    }
    .social-lists ul li input {
        width: 95% !important;
    }
}

@media(max-width: 600px){
    .banner-section, .banner-section .overlay{
        height: 60vh;
    }
    #progressbar{
        padding-left: 0px;
    }
    .top-footer,
    .service-section,
    .weare-section,
    .form-sections,
    .service-detail-section,
    .search-section,
    .policy-section, .terms-section,
    #counter{
        padding: 30px 0;
    }
    #counter h4{
        margin-bottom: 15px;
    }
    .top-footer h4,
    .service-detail-right h2,
    .search-section h1,
    .page-banner h1,
    .service-section h4,
    .weare-section h4{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .mid-footer{
        padding: 20px 0;
    }
    #progressbar li{
        font-size: 13px;
        line-height: 17px;
    }
    .fs-title{
        font-size: 20px;
    }
    .social-lists ul li i{
        display: none;
    }
    .social-lists ul li input{
        width: 100%;
    }
}

@media(max-width: 575px){
    .banner-section p span {
        display: inline;
    }
    a.btn.btn-signup{
        display: none;
    }
    .select-sorts select{
        float: none;
    }
}

@media(max-width: 460px){
    a.navbar-brand,
    .navbar-brand img {
        width: 140px;
    }
    .nav-logo-btn{
        top: 8px;
    }
    .clickmenus {
        top: 3px;
        right: 9px;
    }
    .nav-logo-btn {
        right: 45px;
    }
    a.btn.btn-login,
    a.btn.btn-signup{
        padding: 6px 10px;
    }
    header.fixed-top .menu-section .nav-logo-btn{
        top: 4px;
    }
}

@media(max-width: 380px){
    .banner-section h2,
    .banner-section h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}









