@font-face {
  font-family: "light";
  src: url(../Fonts/tajawal/Tajawal-Light.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../Fonts/tajawal/Tajawal-Regular.ttf);
}

@font-face {
  font-family: "Medium";
  src: url(../Fonts/tajawal/Tajawal-Medium.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/tajawal/Tajawal-Bold.ttf);
}

@font-face {
  font-family: "playfair-bold";
  src: url(../Fonts/playfair/playfairDisplay-Bold.ttf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl;
  text-decoration: none;
  font-family: 'regular';
}

/***************************** Global Style *****************************/
h1, h2, h3 {
  font-family: "bold";
}

h4, h5, h6 {
  font-family: "Medium";
}

p {
  font-size: 12px;
  font-family: 'light';
  color: #555;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding-right: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #3D84C6 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #3D84C6;
}

.scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(-135deg, #047cb0, #2FB6F0);
  color: #000;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #fff;
  border-radius: 50%;
}

.scroll-top-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-top-btn i {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/***************************** Animations *****************************/
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes arrow {
  0%, 100% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@keyframes arrow {
  0%, 100% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

/***************************** Start Edit Navbar & Footer *****************************/
.navs-container {
  background-color: #f5f5f5;
}

.navs-container .top-nav {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  z-index: 9;
}

.navs-container .top-nav .social-links {
  width: 100%;
  background-color: #2FB6F0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .9rem 0rem;
}

.navs-container .top-nav .social-links a {
  color: #fff;
  margin: 0px 10px;
}

.navs-container .top-nav .account-links,
.navs-container .top-nav .contact-links {
  padding: .9rem 0rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
}

.navs-container .top-nav .account-links a,
.navs-container .top-nav .contact-links a {
  margin-left: 15px;
}

.navs-container .top-nav .account-links a img,
.navs-container .top-nav .contact-links a img {
  margin-left: 5px;
}

.navs-container .top-nav .contact-links .nav-link {
  padding: 0;
}

.navs-container .top-nav .contact-links .nav-link i {
  color: #2FB6F0;
  margin-left: 5px;
}

.navs-container .main-nav {
  position: relative;
}

.navs-container .main-nav .logo-container {
  background-color: #f5f5f5;
  padding: .9rem 0rem;
}

.navs-container .main-nav .logo-container img {
  width: 100%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .main-nav .collapse-main-nav {
  padding: 3.6rem 0rem;
}

.navs-container .main-nav .collapse-main-nav .nav-item .nav-link {
  font-family: 'light';
  margin: 0px 5px;
}

.navs-container .main-nav .collapse-main-nav .nav-item .nav-link.active {
  font-family: 'bold';
  color: #2FB6F0;
}

.navs-container .main-nav .search-container {
  padding: 3.6rem 0rem;
  width: 100%;
  position: relative;
}

.navs-container .main-nav .search-container .form-control {
  width: 90%;
  border-radius: 25px;
  padding-right: 50px;
  height: 40px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 12px;
}

.navs-container .main-nav .search-container .form-control:focus {
  border: 1px solid #2FB6F0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.navs-container .main-nav .search-container button {
  position: absolute;
  top: 57px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2FB6F0;
  border-color: transparent;
}

.navs-container .main-nav .search-container button img {
  margin: auto;
}

.navs-container .main-nav .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navs-container .main-nav .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .main-nav .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .main-nav .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .main-nav .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .main-nav .navbar-toggler .navbar-toggler-icon::after, .navs-container .main-nav .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .main-nav .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navs-container .main-nav .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

.navs-container .dropdown-menu {
  width: 230px;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(32, 32, 32, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(32, 32, 32, 0.1);
  padding: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translate3d(0px, 90px, 0px);
          transform: translate3d(0px, 90px, 0px);
}

.navs-container .dropdown-menu.show {
  -webkit-transform: translate3d(0px, 40px, 0px);
          transform: translate3d(0px, 40px, 0px);
}

.navs-container .dropdown-menu::before {
  background-color: #ffffff;
  content: "";
  width: 22px;
  height: 22px;
  right: 27px;
  top: -5px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.navs-container .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #e9e9e9;
  padding: .75rem 1.375rem;
  font-size: 13px;
}

.navs-container .dropdown-menu .dropdown-item:last-child {
  border-bottom: none !important;
}

.navs-container .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.navs-container .dropdown-menu .dropdown-item:hover a {
  margin-right: 10px;
  color: #0073b6;
  font-weight: bold;
}

.footer {
  background-color: #252628;
}

.footer .contact-card {
  background-color: #2FB6F0;
  text-align: center;
  padding: 1.375rem 0rem;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 20px;
}

.footer .contact-card img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}

.footer .contact-card p {
  font-size: 15px;
  font-weight: bold;
  color: #333;
}

.footer .mail-card {
  background-color: #0073A5;
}

.footer .mail-card p {
  color: #fff;
}

.footer .form-group {
  padding: 1.799rem 0rem;
  background-color: #191A1C;
  position: relative;
  border-radius: 0px 0px 5px 5px;
}

.footer .form-group .form-control {
  height: calc(1.5em + 2.75rem + 2px);
  background-color: #191A1C;
  border-color: transparent;
  font-size: 15px;
  color: #fff;
  padding-right: 75px;
}

.footer .form-group .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.footer .form-group .form-control:-ms-input-placeholder {
  color: #ccc;
}

.footer .form-group .form-control::-ms-input-placeholder {
  color: #ccc;
}

.footer .form-group .form-control::placeholder {
  color: #ccc;
}

.footer .form-group .submit-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  position: absolute;
  right: 14px;
  top: 38px;
  font-size: 20px;
  color: #191A1C;
}

.footer .content {
  margin-bottom: 30px;
}

.footer .content .logo {
  width: 110px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}

.footer .content h5 {
  margin-bottom: 1rem;
  color: #2FB6F0;
}

.footer .content p {
  line-height: 1.5rem;
  color: #eee;
}

.footer .content .contact-links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .content .contact-links a {
  margin-left: 15px;
  color: #eee;
}

.footer .content .contact-links a:hover {
  color: #2FB6F0;
}

.footer .content h6 {
  color: #fff;
  margin-bottom: 1.2rem;
  margin-top: 10px;
}

.footer .content .images-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .content .images-row img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  margin-left: 5px;
}

.footer .content .footer-links a {
  display: block;
  font-size: 12px;
  color: #ccc;
  margin: 15px 0px;
}

.footer .content .footer-links a:hover {
  color: #2FB6F0;
}

.footer .content .item {
  margin-bottom: 10px;
}

.footer .content .item p {
  margin-bottom: 0;
  font-size: 13px;
}

.footer .content .item span {
  color: #2FB6F0;
}

.footer .copywrite {
  background-color: #191A1C;
  text-align: center;
  margin-top: 50px;
  padding: 25px 0px;
}

.footer .copywrite p {
  margin-bottom: 0;
  color: #eee;
}

/***************************** Start Edit Home Page *****************************/
header {
  background-color: #f5f5f5;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  position: relative;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}

header .text {
  position: relative;
  padding: 30px 0px;
}

header .text .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2FB6F0;
  display: block;
  position: absolute;
  top: 16px;
  right: 27%;
  -webkit-transform: translateX(-73%);
          transform: translateX(-73%);
  z-index: 1 !important;
}

header .text h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'medium';
  position: relative;
  margin: auto;
  z-index: 9 !important;
}

header .text h4 {
  margin: 1.8rem 0rem;
}

header .text p {
  font-size: 15px;
  margin-bottom: 1.5rem;
}

header .text .link-btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background-color: #ddd;
  color: #292929;
  border: 1px solid #F1F1F1;
  display: block;
  margin: auto;
}

header .text .link-btn:hover {
  background-color: #2FB6F0;
  color: #fff;
}

header .text h1 {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

header .text span {
  -webkit-animation: zoomIn 1s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: zoomIn 1s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

header .text h4 {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

header .text p {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

header .text a {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

header .header-img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.services {
  padding-bottom: 80px;
  padding-top: 50px;
  overflow: hidden;
}

.services .text {
  background-color: #f1f1f1;
  padding: 9rem 10rem;
}

.services .text a {
  color: #2FB6F0;
  font-size: 13px;
}

.services .text h4 {
  margin: 1rem 0rem;
  font-family: 'bold';
}

.services .text img {
  width: 20px;
  margin-bottom: 1rem;
}

.services .text p {
  font-size: 13px;
  line-height: 1.5rem;
  color: #868686;
}

.services .services-cards {
  padding: 4rem 5rem 2rem 5rem;
}

.services .services-cards .card {
  width: 100%;
  border-radius: 15px;
  padding: 35px 0px;
  margin-bottom: 1.5rem;
}

.services .services-cards .card img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.services .services-cards .card h6 {
  margin: 1rem 0rem;
  color: #fff;
}

.services .services-cards .card p {
  color: #eee;
  margin-bottom: 0;
}

.services .services-cards .card.red-bg {
  background-color: #DA2D29;
}

.services .services-cards .card.yellow-bg {
  background-color: #FCC73E;
}

.services .services-cards .card.green-bg {
  background-color: #4BC082;
}

.services .services-cards .card.blue-bg {
  background-color: #3D84C6;
}

.about {
  padding: 70px 0px;
}

.about .about-inner {
  margin-top: -80px;
}

.about .about-inner .card {
  border: none;
  border-radius: 15px;
}

.about .about-inner .card .card-header {
  height: 80px;
  padding: 0;
  border-radius: 15px 15px 0px 0px;
  border: none;
}

.about .about-inner .card .card-header h5 {
  color: #fff;
  margin-bottom: 0;
  line-height: 80px;
}

.about .about-inner .card .card-header span {
  position: absolute;
  top: 60px;
  font-size: 32px;
  text-align: center;
  margin: auto;
}

.about .about-inner .card .card-body {
  border: 1px solid #eee;
}

.about .about-inner .card .card-body p {
  line-height: 1.5rem;
}

.about .about-inner .card .card-body .about-carousel .small-card {
  margin: 5px;
}

.about .about-inner .card .card-body .about-carousel .small-card img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}

.about .about-inner .card .card-body .about-carousel .small-card a {
  color: #777;
}

.about .about-inner .card .card-body .about-carousel .small-card a:hover {
  color: #2FB6F0;
}

.join {
  padding-bottom: 50px;
  overflow: hidden;
}

.join .text-content {
  padding: 50px 0px;
}

.join .text-content span {
  color: #2FB6F0;
  font-size: 11px;
}

.join .text-content h4 {
  margin: 1rem 0rem;
}

.join .text-content img {
  width: 20px;
  margin-bottom: 1rem;
}

.join .text-content p {
  font-size: 13px;
  line-height: 1.5rem;
  color: #868686;
}

.join .contact-us {
  border: none;
}

.join .contact-us .card-header {
  height: 80px;
  padding: 0;
  background-color: #292929;
  border: none;
  text-align: center;
}

.join .contact-us .card-header h5 {
  color: #fff;
  margin-bottom: 0;
  line-height: 80px;
}

.join .contact-us .card-header span {
  position: absolute;
  top: 60px;
  font-size: 32px;
  text-align: center;
  margin: auto;
}

.join .contact-us .card-body {
  background-color: #F4F4F4;
  padding: 2.375rem;
}

.join .contact-us .card-body .form-control {
  height: calc(1.5em + 2rem + 2px);
  font-size: 12px;
  border-color: transparent;
  margin-bottom: 5px;
}

.join .contact-us .card-body .form-control:focus {
  border: 1px solid #2FB6F0;
}

.join .contact-us .card-body .submit-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #2FB6F0;
  color: #fff;
  border-radius: 20px;
  margin: auto;
  border: 1px solid #2FB6F0;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/***************************** Start Edit register *****************************/
.page-heading .nav-breadcrumb {
  background: url(../images/heading-page+.jpg);
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  position: relative;
  padding: 3.375rem 0rem;
  text-align: center;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(87, 85, 91, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(87, 85, 91, 0.1);
}

.page-heading .nav-breadcrumb::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-heading .nav-breadcrumb .breadcrumb {
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 5;
}

.page-heading .nav-breadcrumb .breadcrumb .breadcrumb-item {
  font-size: 22px;
  text-align: center;
}

.page-heading .nav-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #333;
}

.page-heading .nav-breadcrumb .breadcrumb .breadcrumb-item::before {
  content: '>';
  font-family: monospace;
  color: #555;
}

.page-heading .nav-breadcrumb .breadcrumb .breadcrumb-item:nth-child(1)::before {
  display: none;
}

.page-heading .nav-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #3D84C6 !important;
  font-weight: 500;
  font-size: 22px;
}

.register {
  padding: 50px 0px;
  background-color: #f9f9f9;
}

.register .register-card {
  padding: 2.375rem 1.375rem;
  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
          box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
  background-color: #fff;
}

.register .register-card h5 {
  text-align: center;
}

.register .register-card form .form-group {
  position: relative;
  margin: 5px 5px 32px 5px;
}

.register .register-card form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #3D84C6;
}

.register .register-card form .form-group .floating-label {
  font-size: 13px;
  color: #999;
  position: absolute;
  pointer-events: none;
  top: 9px;
  right: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.register .register-card form .form-group input:focus ~ .floating-label,
.register .register-card form .form-group input:not(:focus):valid ~ .floating-label {
  top: -25px;
  bottom: 0px;
  right: 5px;
  font-size: 14px;
  opacity: 1;
  color: #555;
  font-weight: 500;
}

.register .register-card form .form-group .forget-pass {
  color: #777;
  font-size: 10px;
  float: left;
  margin: 10px 0px;
}

.register .register-card form .custom-control label {
  font-size: 13px;
}

.register .register-card form .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3B5998;
  background-color: #3B5998;
}

.register .register-card form .submit-btn {
  background-color: #3B5998;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #3B5998;
  margin: auto;
  font-size: 15px;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.register .register-card .sign {
  text-align: center;
  margin: 2rem 0rem 2rem;
}

.register .register-card .another-option .or {
  position: relative;
  text-align: center;
  margin: 20px auto;
}

.register .register-card .another-option .or p {
  background-color: #fff;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  width: 62px;
}

.register .register-card .another-option .buttons {
  margin-top: 25px;
}

.register .register-card .another-option .buttons .butn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}

.register .register-card .another-option .buttons .butn i {
  position: absolute;
  left: 40px;
  line-height: 50px;
  color: #fff;
}

.register .register-card .another-option .buttons .butn.fb {
  background-color: #3B5998;
  border: 1px solid #3B5998;
}

.register .register-card .another-option .buttons .butn.gm {
  background-color: #EA4335;
  border: 1px solid #EA4335;
}

/***************************** Start Edit About Page *****************************/
.about-wrapper {
  padding: 50px 0px;
  overflow: hidden;
}

.about-wrapper .text-content span {
  color: #3B5998;
  font-size: 13px;
}

.about-wrapper .text-content h4 {
  font-weight: bold;
  margin: .8rem 0rem 1rem 0rem;
}

.about-wrapper .text-content h4 i {
  color: #3B5998;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 15px;
  margin-left: 10px;
}

.about-wrapper .text-content p {
  font-size: 15px;
  line-height: 1.8rem;
}

.about-wrapper .image-content {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.about-wrapper .image-content .about-img {
  width: 70%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 5px;
  float: left;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.about-wrapper .image-content .small-img {
  border-radius: 5px;
  width: 50%;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.services-wrapper {
  padding: 30px 0px;
}

.services-wrapper .card {
  padding: 1.75rem .75rem;
  border-radius: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border: none;
  border-bottom: 5px solid transparent;
  margin-bottom: 20px;
}

.services-wrapper .card:hover {
  border-bottom: 5px solid #3B5998;
  -webkit-box-shadow: 0 10px 25px 10px rgba(199, 199, 199, 0.3);
          box-shadow: 0 10px 25px 10px rgba(199, 199, 199, 0.3);
}

.services-wrapper .card .icon {
  margin: 10px auto;
  position: relative;
  z-index: 9;
}

.services-wrapper .card .icon::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -20px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  z-index: 1;
  background-color: #3B5998;
  opacity: 0.1;
}

.services-wrapper .card .icon img {
  width: 50px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 999;
}

.services-wrapper .card h6 {
  color: #3B5998;
  margin-bottom: 1rem;
}

.services-wrapper .card p {
  line-height: 1.4rem;
}

.statics {
  background-color: #ECEFF5;
  padding: 80px 0px;
}

.statics .card {
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
}

.statics .card .text {
  margin-right: 100px;
  position: relative;
  z-index: 9;
}

.statics .card .text .counter {
  font-size: 40px !important;
  color: #3B5998 !important;
  font-weight: bold;
}

.statics .card .statics-img {
  width: 80%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: .6;
  z-index: .5;
  -webkit-filter: invert(73%) sepia(100%) saturate(9%) hue-rotate(16deg) brightness(94%) contrast(93%);
          filter: invert(73%) sepia(100%) saturate(9%) hue-rotate(16deg) brightness(94%) contrast(93%);
}

.team {
  padding: 50px 0px;
}

.team .card {
  border: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.team .card .image-content {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.team .card .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team .card .image-content .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 0px;
  background-color: #3B5998;
  opacity: .8;
  text-align: center;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: .5s;
  transition: .5s;
}

.team .card .image-content .overlay a {
  width: 30px;
  height: 30px;
  line-height: 33px;
  border: 1px solid #fff;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  border-radius: 5px;
}

.team .card .image-content .overlay a:hover {
  color: #3D84C6;
  background-color: #fff;
}

.team .card .card-body {
  border: 1px solid #eee;
  text-align: center;
}

.team .card .card-body p {
  margin-bottom: 0;
}

.team .card:hover {
  -webkit-box-shadow: 0px 0px 10px 0px #eee;
          box-shadow: 0px 0px 10px 0px #eee;
}

.team .card:hover h5 {
  color: #3D84C6;
}

.team .card:hover .overlay {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/***************************** Start Edit contact Page *****************************/
.contact {
  padding: 30px 0px 0px 0px;
}

.contact .card {
  padding: 1.25rem;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px #eee;
          box-shadow: 0px 0px 10px 0px #eee;
  margin: 25px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact .card .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  background-color: #f5f5f5;
  color: #3D84C6;
  border-radius: 50%;
  display: block;
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact .card h6 {
  margin-top: 1.2rem;
  color: #555;
}

.contact .card p {
  font-size: 15px;
  margin: 0rem;
}

.contact .card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact .card:hover .icon {
  background-color: #3D84C6;
  color: #fff;
}

.contact .card:hover .icon i {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
          animation: rotate-center 0.6s ease-in-out both;
}

.contact .card:hover h6 {
  color: #3D84C6;
}

.contact .contact-form {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
  padding: 1.25rem;
  margin: 20px 0px 50px 0px;
}

.contact .contact-form .text span {
  font-size: 15px;
  color: #3D84C6;
}

.contact .contact-form .text h5 {
  margin: 1rem 0rem;
}

.contact .contact-form form .form-group {
  position: relative;
  margin: 5px 5px 32px 5px;
}

.contact .contact-form form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #3D84C6;
}

.contact .contact-form form .form-group .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}

.contact .contact-form form .form-group .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

.contact .contact-form form .form-group .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

.contact .contact-form form .form-group .form-control::placeholder {
  font-size: 13px;
  color: #999;
}

.contact .contact-form form .form-group .floating-label {
  font-size: 13px;
  color: #999;
  position: absolute;
  pointer-events: none;
  top: 9px;
  right: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.contact .contact-form form .form-group input:focus ~ .floating-label,
.contact .contact-form form .form-group input:not(:focus):valid ~ .floating-label {
  top: -25px;
  bottom: 0px;
  right: 5px;
  font-size: 14px;
  opacity: 1;
  color: #555;
  font-weight: 500;
}

.contact .contact-form form .form-group .forget-pass {
  color: #777;
  font-size: 10px;
  float: left;
  margin: 10px 0px;
}

.contact .contact-form form .submit-btn {
  background-color: #3B5998;
  color: #fff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #3B5998;
  margin: auto;
  font-size: 15px;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

/***************************** Start Edit profile Page *****************************/
.profile {
  padding: 50px 0px;
  background-color: #f9f9f9;
}

.profile .side-menu {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
  padding: 1.5rem 0rem;
}

.profile .side-menu .profile-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.profile .side-menu .profile-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile .side-menu .profile-img h6 {
  margin: 1.2rem 0rem;
}

.profile .side-menu .links {
  margin-top: 25px;
}

.profile .side-menu .links .nav-link {
  border-left: 1px solid transparent;
  border-radius: 0;
  font-size: 15px;
  padding: .75rem 1.375rem;
}

.profile .side-menu .links .nav-link i {
  margin-left: 10px;
  color: #777;
}

.profile .side-menu .links .nav-link.active {
  border-left: 2px solid #3D84C6;
  background-color: #ECEFF5;
  color: #3D84C6;
}

.profile .side-menu .links .nav-link.active i {
  color: #3D84C6;
}

.profile .info-container {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
  padding: 1.5rem 1rem;
}

.profile .info-container .text {
  margin-bottom: 20px;
  padding: 0px 10px;
}

.profile .info-container .text .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.profile .info-container .text .content span {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}

.profile .info-container .text .content .edit-btn {
  cursor: pointer;
  color: #4f4e4e;
  font-size: 12px;
}

.profile .info-container .text .form-control {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  border-radius: 5px;
  padding: .375rem 1.2rem;
}

.profile .info-container .text .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #555;
}

.profile .info-container .save-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #3D84C6;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #3D84C6;
  margin: 10px auto;
}

.profile .info-container .save-btn:hover {
  background-color: #fff;
  color: #3D84C6;
}

.profile .my-courses {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
  padding: 1.5rem 1rem;
}

.profile .my-courses .responsiv-table {
  overflow-y: hidden;
}

.profile .my-courses .responsiv-table th {
  font-size: 15px;
}

.profile .my-courses .responsiv-table img {
  width: 100px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 10px;
}

.profile .paymemt-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(123, 166, 247, 0.2);
  padding: 1.5rem 1rem;
}

.profile .paymemt-wrapper form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 25px 0px 10px;
}

.profile .paymemt-wrapper form h6 {
  line-height: 45px;
  margin-left: 15px;
  font-weight: lighter;
  font-size: .9rem;
}

.profile .paymemt-wrapper form .card-input {
  padding: .375rem 2.375rem;
  font-size: 15px;
  background-color: #fff;
  border: 1px dashed transparent;
  cursor: pointer;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.profile .paymemt-wrapper form .card-input i {
  margin-left: 5px;
  line-height: 25px;
}

.profile .paymemt-wrapper form .card-input-element {
  opacity: 0;
  margin: 0 !important;
}

.profile .paymemt-wrapper form .card-input-element:checked + .card-input {
  border: 1px solid #3D84C6;
  color: #3D84C6;
}

.profile .paymemt-wrapper form .card-input-element:checked + .card-input i {
  color: #3D84C6;
}

.profile .paymemt-wrapper .bank-details .text {
  margin-bottom: 20px;
  padding: 0px 10px;
}

.profile .paymemt-wrapper .bank-details .text .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.profile .paymemt-wrapper .bank-details .text .content span {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}

.profile .paymemt-wrapper .bank-details .text .content .edit-btn {
  cursor: pointer;
  color: #4f4e4e;
  font-size: 12px;
}

.profile .paymemt-wrapper .bank-details .text .form-control {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  border-radius: 5px;
  padding: .375rem 1.2rem;
}

.profile .paymemt-wrapper .bank-details .text .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #555;
}

.profile .paymemt-wrapper .bank-details .save-btn {
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #3D84C6;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #3D84C6;
  margin: 10px auto;
}

.profile .paymemt-wrapper .bank-details .save-btn:hover {
  background-color: #fff;
  color: #3D84C6;
}

/***************************** Start Edit courses Page *****************************/
.all-courses {
  padding: 50px 0px;
}

.all-courses .side-menu .card {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 50px;
  border: none;
}

.all-courses .side-menu .card .card-header {
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.all-courses .side-menu .card .card-header h6 {
  margin-bottom: 0;
}

.all-courses .side-menu .card .card-body .form-group {
  position: relative;
}

.all-courses .side-menu .card .card-body .form-group .form-control {
  background-color: #f9f9f9;
  font-size: 15px;
  border-radius: 15px;
  height: calc(2rem + .75rem + 2px);
}

.all-courses .side-menu .card .card-body .form-group .submit-btn {
  background-color: transparent;
  border: 1px solid transparent;
  color: #3D84C6;
  position: absolute;
  top: 12px;
  left: 5px;
}

.all-courses .side-menu .card .card-body .form-group .custom-control .custom-control-label {
  font-size: 15px;
}

.all-courses .side-menu .card .card-body .form-group .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3D84C6;
  background-color: #3D84C6;
}

.all-courses .side-menu .card .card-body .price-filtering {
  /* Reset style for input range */
  /* Style toddler input range */
  /* Style track input range */
  /* Style for input value block */
  /* Style for active state input */
}

.all-courses .side-menu .card .card-body .price-filtering .filter-price {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
}

.all-courses .side-menu .card .card-body .price-filtering .price-title {
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background: #3D84C6;
  padding: 10px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  padding: 5px 20px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field {
  position: relative;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  padding-left: 0px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range] {
  position: absolute;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range] {
  width: 100%;
  height: 7px;
  border: 1px solid #999;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]:active,
.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]:focus {
  outline: 0;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: red;
  border-radius: 5px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]::-webkit-slider-thumb {
  /* WebKit/Blink */
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -6px;
  background-color: #3D84C6;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #999;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]::-webkit-slider-runnable-track {
  /* WebKit/Blink */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #999;
  border-radius: 5px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #999;
  border-radius: 5px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #999;
  border-radius: 5px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.all-courses .side-menu .card .card-body .price-filtering .price-wrap-1,
.all-courses .side-menu .card .card-body .price-filtering .price-wrap-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-title {
  margin-right: 5px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-wrap_line {
  margin: 6px 0px 5px 5px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-wrap #one,
.all-courses .side-menu .card .card-body .price-filtering .price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background: 0;
  border: 0;
  outline: 0;
  color: #242424;
  font-family: 'Karla', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.all-courses .side-menu .card .card-body .price-filtering .price-wrap label {
  text-align: right;
  margin-top: 6px;
  padding-left: 5px;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]:hover::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.5px #242424;
          box-shadow: 0 0 0 0.5px #242424;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.all-courses .side-menu .card .card-body .price-filtering .price-field input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.5px #242424;
          box-shadow: 0 0 0 0.5px #242424;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.all-courses .heading {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  border-radius: 3px;
  width: 100%;
  padding: 1rem 1.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}

.all-courses .heading .btn-view {
  border: 1px solid transparent;
  color: #999;
  background-color: transparent;
  margin-left: 5px;
  line-height: 15px;
}

.all-courses .heading .btn-view.active {
  color: #3D84C6;
}

.all-courses .heading .shows {
  color: #999;
  margin-right: 20px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0;
}

.all-courses .heading .shows span {
  color: #3D84C6;
}

.all-courses .heading .sorting {
  float: left;
  position: absolute;
  left: 1.375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.all-courses .heading .sorting .form-control {
  padding: 0rem .75rem;
  width: 150px;
  height: 25px;
  font-size: 12px;
}

.all-courses .products-inner .card {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  border-radius: 3px;
  margin-bottom: 30px;
}

.all-courses .products-inner .card .image-content {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.all-courses .products-inner .card .image-content img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.all-courses .products-inner .card .image-content .overlay {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -ms-grid;
  display: grid;
}

.all-courses .products-inner .card .image-content .overlay .butn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 12px;
  margin-bottom: 5px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}

.all-courses .products-inner .card .image-content .overlay .butn:nth-child(1) {
  -webkit-transition: .5s;
  transition: .5s;
}

.all-courses .products-inner .card .image-content .overlay .butn:nth-child(2) {
  -webkit-transition: 1s;
  transition: 1s;
}

.all-courses .products-inner .card .image-content .overlay .butn:nth-child(3) {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.all-courses .products-inner .card .image-content .overlay .butn:hover {
  background-color: #3D84C6;
  color: #fff;
}

.all-courses .products-inner .card .card-body .category {
  font-size: 12px;
  color: #3D84C6;
  display: block;
  font-weight: bold;
  margin-bottom: .5rem;
}

.all-courses .products-inner .card .card-body .course-name {
  font-size: 15px;
  font-weight: bold;
}

.all-courses .products-inner .card .card-body .course-name:hover {
  color: #3D84C6;
}

.all-courses .products-inner .card .card-body .by {
  color: #777;
  font-size: 12px;
  margin-top: .5rem;
}

.all-courses .products-inner .card .card-body .by a {
  color: #4f4e4e;
  font-weight: bold;
}

.all-courses .products-inner .card .card-body .description {
  margin-bottom: 0;
}

.all-courses .products-inner .card .card-footer {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 10px;
}

.all-courses .products-inner .card .card-footer .rating span {
  color: #fff;
}

.all-courses .products-inner .card .card-footer .rating a {
  font-size: 13px;
  font-weight: bold;
  margin-right: 5px;
}

.all-courses .products-inner .card .card-footer .price {
  margin-bottom: 0;
  line-height: 25px;
}

.all-courses .products-inner .card:hover .badge {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0px 3px 4px 0px rgba(137, 136, 138, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(137, 136, 138, 0.1);
}

.all-courses .products-inner .card:hover .butn {
  -webkit-transform: translateX(0px) !important;
          transform: translateX(0px) !important;
  opacity: 1 !important;
}

.all-courses .products-inner.list-view .row > [class*='col-'] {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.all-courses .products-inner.list-view .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.all-courses .products-inner.list-view .card .image-content {
  width: 200px;
  height: 200px;
}

.all-courses .products-inner.list-view .card .image-content img {
  width: 100%;
  height: 100%;
}

.all-courses .products-inner.list-view .card .card-footer {
  display: -ms-grid;
  display: grid;
}

@media (max-width: 575.98px) {
  .all-courses .products-inner.list-view .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .all-courses .products-inner.list-view .card .image-content {
    width: 100%;
  }
}

.all-courses .products-inner.list-view .card .card-body {
  display: inline-block;
  text-align: right !important;
}

.all-courses .products-inner.list-view .card .card-body .hover-img .content {
  text-align: right !important;
}

/***************************** Start Edit single course Page *****************************/
.single-course {
  padding: 50px 0px;
}

.single-course .course-wrapper .course-carousel.owl-carousel {
  position: relative;
}

.single-course .course-wrapper .course-carousel.owl-carousel .owl-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-course .course-wrapper .course-carousel.owl-carousel .owl-nav button {
  width: 40px;
  height: 40px;
  font-size: 25px;
  background-color: #333;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  opacity: .5;
}

.single-course .course-wrapper .course-carousel.owl-carousel .owl-nav button span {
  font-family: monospace;
}

.single-course .course-wrapper .course-carousel.owl-carousel .owl-nav button:hover {
  opacity: 1;
  background-color: #3B5998;
}

.single-course .course-wrapper .course-carousel img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-course .course-wrapper .text {
  margin-top: 25px;
}

.single-course .course-wrapper .text .rating {
  color: #ccc;
  font-size: 14px;
}

.single-course .course-wrapper .text .rating span {
  font-weight: bold;
  margin-right: 10px;
  font-size: 18px;
}

.single-course .course-wrapper .text .rating .active {
  color: #ffc107;
}

.single-course .course-wrapper .details-row {
  margin: 25px 0px;
}

.single-course .course-wrapper .details-row .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-course .course-wrapper .details-row .item .teacher-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-course .course-wrapper .details-row .item .icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 7px;
  -webkit-filter: invert(44%) sepia(96%) saturate(329%) hue-rotate(167deg) brightness(89%) contrast(98%);
          filter: invert(44%) sepia(96%) saturate(329%) hue-rotate(167deg) brightness(89%) contrast(98%);
}

.single-course .course-wrapper .details-row .item .content {
  margin: 5px 10px;
}

.single-course .course-wrapper .details-row .item .content p {
  margin-bottom: .5rem;
  font-size: 15px;
  color: #555;
}

.single-course .course-wrapper .card {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 50px;
  border: none;
}

.single-course .course-wrapper .card .card-header {
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.single-course .course-wrapper .card .card-body h6 {
  margin-bottom: 1rem;
}

.single-course .course-wrapper .card .card-body p {
  font-size: 13px;
  line-height: 1.8rem;
}

.single-course .course-wrapper .card .card-body .single-video {
  padding: .775rem 1.375rem;
  margin-bottom: .5rem;
}

.single-course .course-wrapper .card .card-body .single-video.border-b {
  border-bottom: 1px solid #eaeaea !important;
}

.single-course .course-wrapper .card .card-body .single-video .icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
          filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
  margin-left: 10px;
}

.single-course .course-wrapper .card .card-body .single-video span {
  font-size: 14px;
}

.single-course .course-wrapper .card .card-body .single-video i {
  color: #3D84C6;
  margin-left: 10px;
}

.single-course .course-wrapper .card .card-body.reviews .single-review {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: .5rem;
  padding: .475rem 0rem;
}

.single-course .course-wrapper .card .card-body.reviews .single-review:last-child {
  border-bottom: none;
}

.single-course .course-wrapper .card .card-body.reviews .single-review .pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}

.single-course .course-wrapper .card .card-body.reviews .single-review .name-row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.single-course .course-wrapper .card .card-body .rate-form .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.5em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
}

.single-course .course-wrapper .card .card-body .rate-form .stars-content .star-rating input {
  display: none;
}

.single-course .course-wrapper .card .card-body .rate-form .stars-content .star-rating label {
  color: #ccc;
  cursor: pointer;
}

.single-course .course-wrapper .card .card-body .rate-form .stars-content .star-rating :checked ~ label {
  color: #f90;
}

.single-course .course-wrapper .card .card-body .rate-form .stars-content .star-rating label:hover,
.single-course .course-wrapper .card .card-body .rate-form .stars-content .star-rating label:hover ~ label {
  color: #fc0;
}

.single-course .course-wrapper .card .card-body .rate-form .form-control {
  font-size: 12px;
  border-radius: 10px;
}

.single-course .course-wrapper .card .card-body .rate-form input {
  height: calc(2.3em + 0.75rem + 2px);
}

.single-course .course-wrapper .card .card-body .rate-form .submit-btn {
  width: 150px;
  height: 50px;
  background-color: #3B5998;
  border: 1px solid #3B5998;
  color: #fff;
  margin: auto;
  border-radius: 5px;
}

.single-course .card-details {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 50px;
  border: none;
  padding: .5rem 0rem;
}

.single-course .card-details .card-header {
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.single-course .card-details .card-body {
  padding: .5rem 1.25rem;
}

.single-course .card-details .card-body .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: .75rem 1rem;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: .5rem;
}

.single-course .card-details .card-body .item:last-child {
  border-bottom: none;
}

.single-course .card-details .card-body .item .icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
          filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
  margin-left: 10px;
}

.single-course .card-details .card-body .item p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.single-course .card-social {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 50px;
  border: none;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-course .card-social a {
  padding: .475rem 1rem;
  text-align: center;
  color: #3D84C6;
  border: 1px solid #3D84C6;
  margin: 0px 5px;
  border-radius: 5px;
}

.single-course .card-social a.active {
  padding: .475rem 1.75rem;
  background-color: #3D84C6;
  color: #fff;
}

.single-course .card-contact {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 50px;
  border: none;
}

.single-course .card-contact .card-header {
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.single-course .card-contact .card-header h6 {
  margin-bottom: 0;
}

.single-course .card-contact .card-body .inner {
  display: block;
}

.single-course .card-contact .card-body .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: .5rem;
  border-bottom: 1px solid #eaeaea;
  padding: .75rem 0rem;
}

.single-course .card-contact .card-body .item:last-child {
  border-bottom: none;
}

.single-course .card-contact .card-body .item .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
          filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
}

.single-course .card-contact .card-body .item .text {
  margin-right: 15px;
}

.single-course .card-contact .card-body .item .text .title {
  font-size: 14px;
  margin-bottom: .3rem;
}

.single-course .card-contact .card-body .item .text .details {
  margin-bottom: 0;
}

/***************************** Start Edit blog Page *****************************/
.blog {
  padding: 50px  0px;
}

.blog .card {
  border: 1px solid #eaeaea;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 30px;
}

.blog .card .image-content {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.blog .card .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog .card .image-content .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  height: 40px;
  z-index: 9;
  line-height: 35px;
  background-color: #fff;
  font-size: 14px;
  color: #3B5998;
  border-radius: 5px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: block;
}

.blog .card .image-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: #333;
  opacity: 0;
}

.blog .card .image-content .right-line {
  width: 50px;
  height: 2px;
  background-color: #f5f5f5;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  margin-left: -250px;
  -webkit-transition: .5s;
  transition: .5s;
}

.blog .card .image-content .middle-line {
  width: 2px;
  height: 50px;
  background-color: #f5f5f5;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  margin-top: -250px;
  -webkit-transition: .5s;
  transition: .5s;
}

.blog .card .card-body h6 {
  -webkit-transition: .5s;
  transition: .5s;
}

.blog .card .card-body .date {
  margin-bottom: .5rem;
}

.blog .card .card-body .more {
  color: #777;
}

.blog .card .card-body .more i {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.blog .card:hover {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
}

.blog .card:hover .image-content::after {
  opacity: .5;
}

.blog .card:hover .image-content .badge {
  background-color: #3B5998;
  color: #fff;
}

.blog .card:hover .image-content .right-line {
  opacity: 1;
  margin-left: 0px;
}

.blog .card:hover .image-content .middle-line {
  opacity: 1;
  margin-top: 0px;
}

.blog .card:hover h6 {
  color: #3B5998;
}

.blog .card:hover .more {
  color: #3B5998;
}

.blog .card:hover .more i {
  -webkit-animation: arrow 1s ease-in-out infinite both;
          animation: arrow 1s ease-in-out infinite both;
}

/***************************** Start Edit single blog Page *****************************/
.single-blog {
  padding: 50px 0px;
}

.single-blog .card-news {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 50px;
  border: none;
}

.single-blog .card-news .blog-carousel.owl-theme {
  position: relative;
}

.single-blog .card-news .blog-carousel.owl-theme .owl-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-blog .card-news .blog-carousel.owl-theme .owl-nav button {
  width: 40px;
  height: 40px;
  font-size: 25px;
  background-color: #333;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  opacity: .5;
}

.single-blog .card-news .blog-carousel.owl-theme .owl-nav button span {
  font-family: monospace;
}

.single-blog .card-news .blog-carousel.owl-theme .owl-nav button:hover {
  opacity: 1;
  background-color: #3B5998;
}

.single-blog .card-news .blog-carousel img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog .card-news .card-header {
  padding: 25px 20px 0px;
  background-color: #fff;
  border-bottom: 1px solid transparent;
}

.single-blog .card-news .card-header p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 15px;
  font-size: 13px;
  margin-bottom: 0;
}

.single-blog .card-news .card-header p i {
  color: #3B5998;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.single-blog .card-news .card-body p {
  font-size: 14px;
  line-height: 1.8rem;
}

.single-blog .card {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 50px;
  border: none;
}

.single-blog .card .card-header {
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.single-blog .card .card-header h6 {
  margin-bottom: 0;
}

.single-blog .card .card-body .inner {
  display: block;
}

.single-blog .card .card-body .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: .5rem;
  border-bottom: 1px solid #eaeaea;
  padding: .75rem 0rem;
}

.single-blog .card .card-body .item:last-child {
  border-bottom: none;
}

.single-blog .card .card-body .item img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog .card .card-body .item .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
          filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
}

.single-blog .card .card-body .item .text {
  margin: 0px 5px;
}

.single-blog .card .card-body .item .text.contact-text {
  margin-right: 15px;
}

.single-blog .card .card-body .item .text .title {
  font-size: 14px;
  margin-bottom: .3rem;
}

.single-blog .card .card-body .item .text .details {
  margin-bottom: 0;
}

/***************************** Start Edit faq Page *****************************/
.faq {
  padding: 50px 0px;
}

.faq .accordion {
  padding: 0px 10px;
}

.faq .accordion .card {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 20px;
  border: none;
}

.faq .accordion .card .card-header {
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.faq .accordion .card .card-header .btn-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  width: 100%;
  text-align: right;
}

.faq .accordion .card .card-header .btn-link p {
  margin-bottom: 0;
  font-size: 15px;
  color: #0073A5;
  font-weight: bold;
}

.faq .accordion .card .card-header .btn-link i {
  font-size: 18px;
  line-height: 23px;
}

.faq .accordion .card .card-body p {
  font-size: 13px;
  line-height: 1.8rem;
}

.faq .card-question {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 50px;
  border: none;
}

.faq .card-question .card-header {
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.faq .card-question .card-header h6 {
  margin-bottom: 0;
}

.faq .card-question .card-body .form-container input {
  font-size: 12px;
  height: calc(1.5em + 1.75rem + 2px);
}

.faq .card-question .card-body .form-container textarea {
  font-size: 12px;
}

.faq .card-question .card-body .form-container .submit-btn {
  width: 150px;
  height: 40px;
  background-color: #0073A5;
  color: #fff;
  border: 1px solid #0073A5;
  border-radius: 5px;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.faq .card-contact {
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
  margin-bottom: 50px;
  border: none;
}

.faq .card-contact .card-header {
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.faq .card-contact .card-header h6 {
  margin-bottom: 0;
}

.faq .card-contact .card-body .inner {
  display: block;
}

.faq .card-contact .card-body .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: .5rem;
  border-bottom: 1px solid #eaeaea;
  padding: .75rem 0rem;
}

.faq .card-contact .card-body .item:last-child {
  border-bottom: none;
}

.faq .card-contact .card-body .item .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
          filter: invert(62%) sepia(12%) saturate(2239%) hue-rotate(169deg) brightness(76%) contrast(106%);
}

.faq .card-contact .card-body .item .text {
  margin-right: 15px;
}

.faq .card-contact .card-body .item .text .title {
  font-size: 14px;
  margin-bottom: .3rem;
}

.faq .card-contact .card-body .item .text .details {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */