@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");

body {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: inherit;
  letter-spacing: -1px;
}

h1 {
  color: #292929;
  font-size: 3em;
  margin-bottom: 30px;
}

h2 {
  color: #393939;
  font-size: 2em;
}

h3 {
  color: #505050;
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 0;
}

h4 {
  color: #696969;
  font-size: 18px;
  line-height: normal;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}

strong {
  font-weight: 500;
}

/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #252525;
  font-weight: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #3288ce;
  outline: none;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 0;
}

.section-title .line-bar {
  color: #d9d9d9;
  display: block;
  font-size: 5em;
  line-height: 0;
}

.section-btn {
  background: #3288ce;
  border: 0;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  font-size: inherit;
  font-weight: normal;
  padding: 15px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-btn:hover,
.section-btn:focus {
  background: #0fa9f1;
  background: linear-gradient(to right, #2bce7d, #0fa9f1);
  border-color: transparent;
  color: #393939;
}

.overlay {
  background: #0fa9f1;
  background: linear-gradient(to right, #2bce7d, #0fa9f1);
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 50px;
  font-family: "Futura", sans-serif;
  min-width: 170px;
  text-align: center;
  border: 2px solid #7ad4cc;
  cursor: pointer;
  color: #fff;
}

.site-btn:hover {
  color: #fff;
}

.site-btn.no-radius {
  border-radius: 2px;
}

.site-btn.sb-full-- {
  display: block;
  width: 100%;
  border-radius: 0;
}

.site-btn.sb-gradients {
  padding: 17px 32px;
  border: none;
  color: #fff;
}

.site-btn.sb-gradients.sbg-line {
  color: #2bce7d;
  z-index: 1;
}

.site-btn.sb-gradients.sbg-line:after {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  top: 2px;
  left: 2px;
  z-index: -1;
  border-radius: 50px;
}

.site-btn.sb-gradients.sbg-line:hover {
  color: #2bce7d;
}

.gradient-bg,
.site-btn.sb-gradients,
.member-social a:hover,
.single-blog-page .social-share a:hover,
.comment .comment-content .c-btn:hover,
.comment-form label {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2bce7d),
    color-stop(100%, #0fa9f1),
    color-stop(100%, #0fa9f1),
    to(#0fa9f1)
  );
  background: -o-linear-gradient(
    left,
    #2bce7d 0%,
    #0fa9f1 100%,
    #0fa9f1 100%,
    d #0fa9f1 100%
  );
  background: linear-gradient(
    to right,
    #2bce7d 0%,
    #0fa9f1 100%,
    #0fa9f1 100%,
    #0fa9f1 100%
  );
}

p {
  color: #75849a;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
	Helper CSS
-----------------------*/

.spad {
  padding-top: 100px;
  padding-bottom: 90px;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  margin-bottom: 20px;
}

.section-title p {
  margin-bottom: 0;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.spinner {
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
}

.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  animation: spinner 0.9s linear infinite;
}

@-webkit-@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
      MENU              
  -----------------------------------------*/

.custom-navbar {
  border: none;
  margin-bottom: 0;
  padding: 25px 0;
}

.custom-navbar .navbar-brand {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -1px;
}

.top-nav-collapse {
  background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
}

.custom-navbar .section-btn {
  padding: 15px;
  margin-left: 2em;
}

.custom-navbar .section-btn:hover {
  background: #000000;
  background: linear-gradient(to right, #434343, #000000);
}

.custom-navbar .section-btn a {
  padding: 0;
}

.custom-navbar .nav .section-btn a:hover {
  color: #ffffff;
}

.custom-navbar .nav li a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.5px;
  padding-right: 22px;
  padding-left: 22px;
}

.custom-navbar .nav li a:hover {
  background: transparent;
  color: #3288ce;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
  background-color: transparent;
  color: #3288ce;
}

.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle {
  background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #252525;
  border-color: transparent;
}

@media (min-width: 768px) {
  .custom-navbar {
    border-bottom: 0;
    background: 0 0;
  }

  .custom-navbar.top-nav-collapse {
    background: #ffffff;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
  }

  .top-nav-collapse .navbar-brand {
    color: #252525;
  }

  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .top-nav-collapse .nav .section-btn a {
    color: #ffffff;
  }
}

/*---------------------------------------
      HOME              
  -----------------------------------------*/

#home {
  background: url("../images/home-bg.jpg") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  display: flex;
  align-items: center;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
  padding-top: 10em;
  text-align: left;
}

#home h1 {
  color: #ffffff;
}

#home h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}

.home-title {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  border-radius: 10px;
}

.home-info .section-btn {
  background: transparent;
  border: 2px solid #f9f9f9;
  color: #f9f9f9;
}

.home-info .section-btn:hover,
.home-info .section-btn:focus {
  background: #3288ce;
  border-color: transparent;
  color: #ffffff;
}

.home-info span {
  display: inline-block;
  vertical-align: middle;
  color: #f9f9f9;
  font-weight: 500;
  margin-left: 20px;
}

.home-info span small {
  display: block;
}

.home-info .home-img {
}

/*---------------------------------------
      page              
  -----------------------------------------*/

#page {
  background: url("../images/home-bg.jpg") no-repeat center center;
  background-size: cover;
  vertical-align: middle;
  display: flex;
  align-items: center;
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  padding-top: 10em;
  text-align: left;
}

#page h1 {
  color: #ffffff;
}

#page h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}

.page-title {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  border-radius: 10px;
}

.page-info .section-btn {
  background: transparent;
  border: 2px solid #f9f9f9;
  color: #f9f9f9;
}

.page-info .section-btn:hover,
.page-info .section-btn:focus {
  background: #3288ce;
  border-color: transparent;
  color: #ffffff;
}

.page-info span {
  display: inline-block;
  vertical-align: middle;
  color: #f9f9f9;
  font-weight: 500;
  margin-left: 20px;
}

.page-info span small {
  display: block;
}

.page-info .page-img {
}

/*---------------------
  About Section
-----------------------*/

.about-section .container {
  position: relative;
}

.about-text h2 {
  font-size: 48px;
  margin-bottom: 25px;
}

.about-text h5 {
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 18px;
}

.about-img {
  position: absolute;
  top: -130px;
  right: -120px;
  width: 580px;
}

/*---------------------
  Feature Section
-----------------------*/

.features-section .container {
  margin-bottom: -45px;
}

.feature {
  margin-bottom: 45px;
}

.feature i {
  font-size: 48px;
  float: left;
  padding-top: 10px;
}

.feature .feature-content {
  padding-left: 70px;
}

.feature .feature-content h4 {
  margin-bottom: 15px;
}

.feature .readmore {
  text-decoration: underline;
  line-height: 1.2;
}

/*---------------------
	Process Section
-----------------------*/

.process:last-child .process-step:after {
  display: none;
}

.process-step {
  position: relative;
  text-align: center;
  padding: 35px;
  margin-top: 30px;
  -webkit-box-shadow: 0 14px 43px rgba(61, 33, 33, 0.15);
  box-shadow: 0 14px 43px rgba(61, 33, 33, 0.15);
}

.process-step .process-icon i {
  font-size: 32px;
  color: #2bce7d;
  margin-bottom: 30px;
  padding-top: 5px;
}

.process-step h4 {
  margin-bottom: 15px;
}

.process-step p {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .process-step:after {
    position: absolute;
    content: "";
    width: 275px;
    height: 56px;
    top: -40px;
    right: -40%;
    background: url("../images/process-line.png") no-repeat scroll 0 0 / cover;
  }
}
/*---------------------
  Blog Section
-----------------------*/

.blog-section {
  background: #f3f7f9;
}

.blog-thumb {
  margin-bottom: 0;
}

.blog-text {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.1);
  box-shadow: 0px 23px 49px rgba(33, 54, 61, 0.1);
}

.blog-text .post-date {
  font-size: 14px;
  font-family: "Futura", sans-serif;
  color: #2bce7d;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 2px;
}

.blog-text .blog-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.blog-text .blog-title a {
  color: #0fa9f1;
}

.blog-text .post-meta a {
  font-size: 13px;
  color: #75849a;
  margin-right: 25px;
}

.blog-text .post-meta a:last-child {
  margin-right: 0;
}

.blog-text .post-meta a span {
  color: #cbd3df;
}

.blog-text .post-meta a i {
  color: #d07f16;
}

.post-loadmore {
  width: 100%;
  border-radius: 0px;
}

.post-loadmore.site-btn.sb-gradients.sbg-line:after {
  border-radius: 0px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e9ecee;
}

.pricing h3 {
  font-weight: 400;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}

.pricing h4 {
  font-size: 36px;
  color: #002b3a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #002b3a;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 20px 15px;
  text-align: center;
}

.pricing .btn-buy {
  background: linear-gradient(
    to right,
    #2bce7d 0%,
    #0fa9f1 100%,
    #0fa9f1 100%,
    #0fa9f1 100%
  );
  display: inline-block;
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing .featured {
  background: linear-gradient(
    to right,
    #2bce7d 0%,
    #0fa9f1 100%,
    #0fa9f1 100%,
    #0fa9f1 100%
  );
  border-color: linear-gradient(
    to right,
    #2bce7d 0%,
    #0fa9f1 100%,
    #0fa9f1 100%,
    #0fa9f1 100%
  );
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-buy {
  background: #fff;
  color: #002b3a;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #009cea;
  color: #fff;
}

/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
  padding: 50px 0;
}

.newsletter-text h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.newsletter-text p {
  margin-bottom: 0;
}

.newsletter-form {
  position: relative;
  margin-top: 20px;
  padding-left: 40px;
}

.newsletter-form input {
  width: 100%;
  font-size: 16px;
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  padding-right: 160px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  border-radius: 0px 50px 50px 0px;
  min-width: 140px;
  background: #fff;
  color: #2bce7d;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.newsletter-form ::-webkit-input-placeholder {
  color: #fff;
}

.newsletter-form :-ms-input-placeholder {
  color: #fff;
}

.newsletter-form ::-ms-input-placeholder {
  color: #fff;
}

.newsletter-form ::placeholder {
  color: #fff;
}

/*---------------------------------------
      CONTACTS             
  -----------------------------------------*/

#contact {
  background: linear-gradient(to right, #0fa9f1, #2bce7d);
}

#contact .section-title h2 {
  color: #ffffff;
}

.google-map {
  border-radius: 100%;
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
}

.google-map iframe {
  border: 0;
  width: 300px;
  height: 300px;
}

#contact .form-control {
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  color: rgba(20, 20, 20, 0.5);
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-left: 8px;
}

#contact input,
#contact select {
  height: 55px;
}

#contact select {
  color: rgba(20, 20, 20, 0.5);
}

#contact input[type="submit"] {
  background: #3288ce;
  border-radius: 100px;
  color: #ffffff;
  font-weight: 500;
}

/*---------------------------------------
     FOOTER              
  -----------------------------------------*/

footer {
  background: #000000;
  background: linear-gradient(to right, #434343, #000000);
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}

footer h2 {
  color: #ffffff;
}

.footer-link {
  margin: 0;
  padding: 0;
}

.footer-link li {
  display: block;
  list-style: none;
  margin: 5px 10px 5px 0;
}

footer p,
footer span,
.footer-link li a {
  color: #d9d9d9;
}

.copyright-text p,
.footer-bottom .phone-contact p {
  font-size: 14px;
}

.footer-info p {
  margin-right: 4em;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 5em;
  padding-top: 3em;
}

.footer-bottom .phone-contact,
.footer-bottom .social-icon {
  display: inline-block;
  vertical-align: top;
}

.footer-bottom .phone-contact {
  margin-right: 40px;
}

.footer-bottom .phone-contact span {
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
}

/*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
}

.social-icon li a {
  border-radius: 100px;
  color: #d9d9d9;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  margin: 5px 10px;
}

.social-icon li a:hover {
  color: #3288ce;
}

/*---------------------------------------
      Services Section             
  -----------------------------------------*/

.section-padding {
  padding: 30px 0;
}

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  color: #2bce7d;
  text-transform: uppercase;
  font-weight: bold;
}

.single-services {
  transition: 0.5s;
  text-align: center;
  height: 380px;
  padding: 115px 50px;
}

.single-services .icon {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  color: #000;
  display: inline-block;
  height: 90px;
  width: 90px;
}

.single-services .icon i {
  display: block;
  font-size: 32px;
  line-height: 90px;
}

.single-services .content {
  height: 32px;
  transition: 0.5s;
}

.single-services .content h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  padding-top: 15px;
  margin: 0;
  text-transform: uppercase;
}

.single-services .content p {
  color: #fff;
  line-height: 29px;
  margin: 27px 0 0;
}

.single-services:hover {
  background-image: linear-gradient(to bottom, #0fa9f1 0%, #2bce7d 100%);
  padding: 50px 60px;
}

.single-services:hover .content {
  height: 140px;
}

.romanization {
  padding: 70px;
  background: #eee;
}

.romanization h3 {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  padding: 0;
  margin: 0;
}

/*---------------------------------------
      User Prfile Page            
  -----------------------------------------*/
.home-title .header-page h3 {
  color: #fff !important;
  font-size: 28px !important;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0 auto;
}

.home-title nav a {
  background: transparent !important;
  color: #fff;
  text-decoration: underline;
}

.home-title nav .active {
  color: #0fa9f1;
  font-weight: bold;
}

.breadcrumb {
  background: none;
}

.porfile {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f1f1f1;
}

.porfile hr {
  width: 90%;
  border-top: 1px solid #eaeaea;
}

.user-info {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.user-box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.user-box h2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #000;
  margin-bottom: 30px;
}

.user-box i {
  height: 60px;
  width: 60px;
  background: #21c5fb;
  box-shadow: 0px 16px 28px rgb(30 170 231 / 33%);
  border-radius: 7;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box {
  margin-bottom: 10px;
}

.icon-box i {
  color: #21c5fb;
  font-size: 35px;
  display: block;
}

.info-box h5 {
  font-size: 14px;
  line-height: 17px;
  color: #acacac;
}

.info-box p {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #3e4954;
  margin-bottom: 0px;
}

.chang-pass {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 10px;
}

.chang-pass h2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #000;
  margin-bottom: 30px;
}
.chang-pass .dropdown-toggle{
  height: 46px;
  padding: 12px 24px;
}
.orders {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 10px;
}

.orders h2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 23px;
  color: #000;
  margin-bottom: 30px;
}

.orders table thead {
  background: #2e6da4;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.orders table thead th {
  padding: 15px;
}

.orders table tbody td {
  padding: 18px;
}

/*---------------------------------------
      Popup offer            
  -----------------------------------------*/
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: none;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.popup .contentbox {
  position: relative;
  width: 600px;
  height: 400px;
  display: flex;
}

.contentbox .imgbox {
  position: relative;
  width: 300px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentbox .imgbox::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.contentbox .textcontent {
  position: relative;
  width: 300px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentbox .textcontent h3 {
  color: #333;
  line-height: 1em;
  font-weight: 300;
  font-size: 2em;
}

.contentbox .textcontent h2 {
  font-size: 4em;
  color: #21c5fb;
  line-height: 1em;
}

.contentbox .textcontent h2 span {
  color: #333;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
}

.contentbox .textcontent p {
  font-weight: 300;
}

.contentbox .textcontent a {
  display: inline-block;
  padding: 10px 20px;
  background: #21c5fb;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #e0f1ff url(../images/close.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

@media (max-width:960px) {
  .popup {
      width: 100%;
  }
  .contentbox .textcontent {
      width:90%;
      margin-left:5rem;
  }
}
@media (min-width:1060px) {
  .popup {
    min-width: 630px;
  }
}

/*---------------------------------------
      banner offer            
  -----------------------------------------*/
.banner {
  z-index: 99999;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  transition:0.25s;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.banner a.see-more {
  position: absolute;
  bottom:20px;
  left:50%;
  color:#21c5fb;
}
.contentbox {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
}

.contentbox .imgbox {
  position: relative;
  width: 50%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentbox .imgbox::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.contentbox .imgbox img {
  position: relative;
  height: 300px;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}

.contentbox .textcontent {
  position: relative;
  width: 50%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width:960px) {
  .banner a.see-more {
    left:40%;
  }
}

.contentbox .textcontent h3 {
  color: #333;
  line-height: 1em;
  font-weight: 300;
  font-size: 2em;
}

.contentbox .textcontent h2 {
  font-size: 4em;
  color: #21c5fb;
  line-height: 1em;
}

.contentbox .textcontent h2 span {
  color: #333;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
}

.contentbox .textcontent p {
  font-weight: 300;
}
.banner .textcontent > div:not(:first-child){
  display:none;
}
.contentbox .textcontent a {
  display: inline-block;
  padding: 10px 20px;
  background: #21c5fb;
  color: #fff;
  margin-top: 15px;
  text-decoration: none;
  border-radius: 10px;
}
.banner.small-banner {
  transition:0.25s;
}
.banner.small-banner .contentbox{
  transition:0.25s;
  height:unset;
}
.banner.small-banner .textcontent > div {
    display:block;
}
.banner.small-banner .textcontent{
  transition:0.25s;
  display:block;
  height:unset;
  padding-bottom:5rem;
}
.banner.small-banner .contentbox .textcontent h3, .banner.small-banner .contentbox .textcontent h2 {
  font-size:2rem;
  display:inline-block;
  padding-right: 6px;
}
.banner.small-banner .contentbox .textcontent p {
  font-size:1.5rem;
  display:inline-block;
}
.banner.small-banner .contentbox .textcontent p.text-danger {
  display:none;
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.contentbox, .contentbox .imgbox, .contentbox .textcontent, .discount-details {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
.contentbox .textcontent {
  width: 100%;
}
/*---------------------------------------
      MODAL FORM             
  -----------------------------------------*/

@media (min-width: 992px) {
  .modal-dialog {
    width: 420px;
  }
  .modal-lg {
    width: 900px;
  }
}

.modal-open .modal {
  padding-left: 0 !important;
}

.program-data label, .program-data input {
  color: #FFF;
}

.modal-dialog .modal-content {
  background: linear-gradient(to right, #434343, #000000);
  border: none;
  border-radius: 2px;
  text-align: center;
  position: relative;
  padding: 2em;
}

.modal-header,
.modal-footer {
  border-bottom: 0;
  padding: 0;
}

.modal-dialog .modal-body {
  padding: 0;
}

.modal-dialog .modal-body a {
  color: #d9d9d9;
}

.modal .close {
  color: #999;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  outline: none;
}

.modal-dialog .modal-title {
  margin-bottom: 20px;
}

.modal-dialog .modal-title h2 {
  color: #ffffff;
}

.modal-dialog .nav-tabs {
  display: inline-block;
}

.modal-dialog .nav-tabs > li > a {
  border: 0;
  color: #999999;
  margin-right: 0;
}

.modal-dialog .nav-tabs > li.active > a,
.modal-dialog .nav-tabs > li.active > a:hover,
.modal-dialog .nav-tabs > li.active > a:focus,
.modal-dialog .nav > li > a:focus,
.modal-dialog .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #3288ce;
}

.modal-dialog .tab-content {
  padding-top: 20px;
}

.modal-dialog form .form-control {
  border-radius: 5px;
  border: 1px solid #595959;
  background: transparent;
  box-shadow: none;
  margin: 15px 0 15px 0;
  height: 50px;
}

.modal-dialog form .form-control:hover,
.modal-dialog form .form-control:focus {
  border-color: #ffffff;
}

.modal-dialog form input[type="submit"] {
  background: #3288ce;
  border-color: transparent;
  border-radius: 100px;
  color: #ffffff;
  margin-top: 20px;
}

/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.2em;
  }

  p {
    font-size: 13px;
  }

  #home {
    text-align: center;
  }

  .home-info {
    margin-bottom: 3em;
  }

  .custom-navbar .nav li a {
    font-size: 13px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .custom-navbar .section-btn {
    margin-left: 1em;
  }

  .blog-thumb {
    height: inherit;
  }

  .blog-info {
    padding: 45px 25px;
  }

  .media.blog-thumb .media-left {
    display: block;
    width: 100%;
    padding-right: 0;
    overflow: hidden;
  }

  .media.blog-thumb .media-left {
    height: 250px;
  }

  .media.blog-thumb .media-left img {
    position: relative;
    bottom: 10em;
  }

  #work .work-thumb,
  .footer-thumb {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

.romani {
  padding: 70px;
  height: auto;
  padding-top: 250px;
  background: linear-gradient(to top, #0fa9f1, #2bce7d);
}

.romani label {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.romani .form-check {
  margin-top: 20px;
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  #blog-header {
    height: 100vh;
  }

  .media.blog-thumb .media-left {
    height: 550px;
  }

  .media.blog-thumb .media-left img {
    position: relative;
    bottom: 10em;
  }
}

@media screen and (max-width: 767px) {
  .custom-navbar {
    background: #ffffff;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }

  .custom-navbar .nav li a {
    line-height: normal;
    padding: 5px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #252525;
    font-weight: 600;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }

  .custom-navbar .section-btn {
    display: block !important;
    width: 50%;
    margin: 10px auto 10px auto;
    padding: 10px;
  }

  .custom-navbar .section-btn a {
    color: #ffffff !important;
  }

  .home-info span {
    margin-top: 20px;
  }

  #about .about-info:first-child {
    margin-right: 0;
  }

  .about-info {
    margin: 40px 0 40px 0;
  }

  .google-map {
    margin-top: 50px;
  }

  footer {
    text-align: center;
  }

  .footer-info p,
  .footer-bottom .phone-contact {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 2em;
  }

  .media.blog-thumb .media-left {
    height: 320px;
  }

  .media.blog-thumb .media-left img {
    position: relative;
    bottom: 6em;
  }
}

.card {
  background: #fff;
  color: #333;
  margin: 15rem auto;
  width: 90%;
  max-width: 50rem;
  min-height: 30rem;
  border-radius: 2rem;
}

.hero {
  display: flex;
  justify-content: center;
  transform: translateY(-55%);
}
.hero .img {
  filter: drop-shadow(0rem 1.5rem rgba(0, 0, 0, 0.1));
  transition: 0.3s ease-out;
}
.card:hover .img {
  filter: drop-shadow(0rem 2.5rem rgba(0, 0, 0, 0.1));
}

.title {
  text-align: center;
  font-size: 5rem;
  padding: 1rem;
}

.acc-container {
  padding: 4rem 2rem;
}
.acc-btn {
  width: 100%;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
  cursor: pointer;
  background: inherit;
  border: none;
  outline: none;
  text-align: left;
  transition: all 0.5s linear;
}
.acc-btn:after {
  content: "\27A4";
  color: #fa300c;
  float: right;
  transition: all 0.3s linear;
}
.acc-btn.is-open:after {
  transform: rotate(90deg);
}
.acc-btn:hover,
.acc-btn.is-open {
  color: #000;
  font-weight: bold;
}

.acc-content {
  max-height: 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.5rem;
  margin: 0 2rem;
  padding-left: 1rem;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  border-bottom: 1px solid #ccc;
}

/*---------------------------------------
    Chat Mneu             
  -----------------------------------------*/

menu {
  --size: 4.5rem;
  --radius: 6rem;
  --padding: 2rem;
  --bg-color: rgba(255, 255, 255, 0.9);
  --fg-color: rgba(0, 0, 0, 0.7);
  --hi-color: #2ec4ff;
  position: fixed;
  bottom: var(--padding);
  right: var(--padding);
  z-index: 1000000;
}

menu > * {
  position: absolute;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--bg-color);
  color: var(--fg-color);
  text-decoration: none;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.6);
}

menu > .action {
  --factor: 0;
  width: var(--size);
  height: var(--size);
  right: calc(0.65 * var(--size));
  bottom: calc(0.65 * var(--size));
  opacity: 0;
  transform: rotate(calc(-1 * var(--angle)))
    translateY(calc(-1.7 * var(--radius) * var(--factor))) rotate(var(--angle));
  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out,
    box-shadow 250ms ease-in-out, color 250ms ease-in-out;
}

menu > .action:hover,
menu > .trigger:hover {
  color: var(--hi-color);
  box-shadow: 0px 0px 0px 0.35rem rgba(0, 0, 0, 0.2);
}

menu.open > .action {
  --factor: 1;
  opacity: 1;
}

menu > .action:nth-child(1) {
  --angle: 0deg;
  transition-delay: 0ms;
}

menu > .action:nth-child(2) {
  --angle: 30deg;
  transition-delay: 50ms;
}

menu > .action:nth-child(3) {
  --angle: 60deg;
  transition-delay: 100ms;
}

menu > .action:nth-child(4) {
  --angle: 90deg;
  transition-delay: 150ms;
}

menu > .trigger {
  width: calc(1.6 * var(--size));
  height: calc(1.6 * var(--size));
  bottom: 0;
  right: 0;
  font-size: 2rem;
  transition: box-shadow 250ms ease-in-out, color 250ms ease-in-out;
}

menu > .trigger > i {
  transition: transform 250ms ease-in-out;
}

menu.open > .trigger > i {
  transform: rotate(-135deg);
}
.modal select, .modal input, .modal textarea  {
  color: #FFF;
}
.modal .form-control.bootstrap-select{
  margin: 0;
}
.modal .bootstrap-select, .modal .bootstrap-select input, .modal .bootstrap-select .text {
  color: #3e4954;
}
.modal .bootstrap-select .dropdown-toggle {
  height: 100%;
  line-height: 32px;
}
.modal select option{
  color: #3e4954;
}
#buyModal .modal-body {
  position: relative;
  min-height: 50px;
}
#buyModal .price {
  font-size: 2rem;
  color: #21c5fb;
}
#buyModal .price-before {
  text-decoration: line-through;
  display: block;
  font-size: 1.5rem;
  color: #fa300c;
}
#confirmBuyModal h3, #confirmBuyModal h4 {
  margin-bottom: 20px;
}
.modal {
  overflow-y: auto;
}
.text-white {
  color: #FFF;
}
.text-danger {
  color: #fa300c;
}
.text-info {
  color: #21c5fb;
}
.loading-p {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
  from { transform: scale(1) rotate(0deg); }
  to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

.user-dropdown .dropdown-menu li, .user-dropdown .dropdown-menu a {
  color: #000 !important;
  transition: 0.25s;
}

.user-dropdown .dropdown-menu li:hover {
  transition: 0.25s;
  padding-left: 10px;
}

.user-dropdown .dropdown-menu li:hover a {
  transition: 0.25s;
  color: #0fa9f1 !important;
}

span.glyphicon.glyphicon-ok.check-mark:before {
  content: '\2713';
}

.bootstrap-select .dropdown-menu.open {
  max-height: 300px ;
}

.tutorials img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}