/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #4d4643;
}

a {
  color: #1bbd36;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}



/* top-section strat */
.home-section {
  position: relative;
  z-index: 999;
  padding-top: 95px;
  padding-bottom: 70px;
  background: url(../assets/img/bgs.png) top center no-repeat;
  background-size: cover;
}

.home-section-overlay {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-section h1 {
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px #373737;
}

.home-section p.hero-text {
  margin-bottom: 35px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px #373737;
}

/* -----  Register ----- */
.register-form-wrapper {
  margin-top: 25px;
  padding: 40px 40px;
  background: rgba(255, 255, 255, 1);
  border-radius: 5px 5px;
}

.register-form-wrapper h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}

.register-form-wrapper p {
  margin-bottom: 25px;
  font-size: 17px;
}

input.register-input,
select.register-input {
  width: 100% !important;
  height: 52px !important;
  padding-left: 11% !important;
  padding-right: 5% !important;
  margin-bottom: 15px !important;
  color: #555 !important;
  border: 1px solid #f1f1f1 !important;
  background-color: #f9f9f9 !important;
  font-size: 16px !important;
  border-radius: 5px 5px 5px 5px !important;
}

input.name-input {
  background: url('assets/img/input-user.html') no-repeat 12px 15px;
}

input.name-email {
  background: url('assets/img/input-envelope.html') no-repeat 12px 15px;
}

input.name-email2 {
  background: url('assets/img/input-select.html') no-repeat 12px 15px;
}

select.register-input {
  background: url('') no-repeat 12px 15px;
}

input.register-submit {
  background: #004077;
  border: none;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: 535px;
  padding: 16px 0;
  text-transform: uppercase;
  -webkit-border-radius: 3px 3px;
  -moz-border-radius: 3px 3px;
  border-radius: 3px 3px;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover {
  background: #27b36a;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
  border-color: #656565 !important;
  color: #454545 !important;
  outline: none;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
  border-color: #656565 !important;
  color: #454545 !important;
  outline: none;
}

p.register_success_box {
  display: inline-block;
  color: #27b36a;
  border: 1px solid #27b36a;
  padding: 25px 25px;
  font-size: 19px;
  text-shadow: none;
  font-style: italic;
  border-radius: 8px 8px;
  margin: 15px 0;
}

p.register-form-terms {
  margin: 10px 0 5px 0;
  font-size: 14px;
  color: #7c8595;
  text-shadow: none;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #656565;
}

input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #656565;
}

input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #656565;
}

input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #656565;
}

/* Pertners */
.partners-section {
  padding: 40px 0 20px 0;
  background-color: #fff;
}

.partners img.partners {
  opacity: 0.4;
  margin: 10px 15px;
  max-height: 55px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.partners img.partners:hover {
  opacity: 0.8;
}

.partners-title {
  font-size: 18px;
  line-height: 78px;
  display: inline-block;
  margin-right: 15px;
}

/* top section end */


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f7f7;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1bbd36;
  bottom: 0;
  left: calc(50% - 25px);
}

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


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #31366c;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  text-decoration: none;
  color: #111;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}




/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.clients .client-logo {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  background: #fff;
  height: 100px;
}

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;

}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content h2 {
  color: #31366c;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-us .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}

.about-us .content ul li {

  color: #31366c;
  padding: 10px 0 0 28px;
  position: relative;
}

.about-us .content ul i {
  left: 0;
  top: 17px;
  position: absolute;
  font-size: 20px;
  color: #f58634;
}

.about-us .content p:last-child {
  margin-bottom: 0;
}


@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/* <!-- ======= How We Work ======= --> */

.card-deck {
  display: flex;
  justify-content: space-evenly;
}

.card-block h4 {
  font-size: 20px;
  margin: 10px;
  color: #31366d;
}

.card-block h4 a {
  text-decoration: none;
  color: #31366d;
}

@media (max-width:768px) {
  .card-deck {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width:285px) {
  body {
    width: 285px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #31366c;
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #f58634;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #31366c;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #262c44;
}

@media (max-width: 1391px) {
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 10px;
    color: #262c44;
  }

}

.contact .info a {
  color: #262c44;
  text-decoration: none;
}

.contact .info:hover i {
  background: #f58634;
  color: #fff;
}

.contact .html-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .html-email-form .form-group {
  padding-bottom: 8px;
}

.contact .html-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .html-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .html-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .html-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .html-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .html-email-form input,
.contact .html-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .html-email-form input:focus,
.contact .html-email-form textarea:focus {
  border-color: #31366c;
}

.contact .html-email-form input {
  height: 44px;
}

.contact .html-email-form textarea {
  padding: 10px 12px;
}

.contact .html-email-form button[type=submit] {
  background: #31366c;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .html-email-form button[type=submit]:hover {
  background: #f58634;
}

.form-btn{
  color: white;
  background-color: #31366c;
  border-radius: 10px;
  padding: 10px 30px;
  margin-top: 10px;
  border: none;
}
.form-btn:hover{
  background-color: #004077;
  transition: 0.6s ease-in;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #111;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #1bbd36;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #777777;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #847872;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #1bbd36;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #1ed33c;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #111;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #5e5e5e;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #1e1e1e;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #1bbd36;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #111;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(17, 17, 17, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #1bbd36;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #111;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #57e76f;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #57e76f;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #111;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1e1e1e;
}

.blog .blog-pagination {
  color: #444444;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #111;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #1bbd36;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #111;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #1bbd36;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #1ecf3b;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #111;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #1bbd36;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b4aca8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #111;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #1bbd36;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b4aca8;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #515151;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #c4c4c4;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #1bbd36;
  background: #1bbd36;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #f8f9fa;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  border-radius: 10px;
  height: 80px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: black;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f58634;
  color: #31366c;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #31366c;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #f58634;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f58634;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: black;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f58634;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  color: black;
  line-height: 26px;
}

#footer .footer-top .footer-contact a {
  font-style: 1rem;
  color: #f58634;
  text-decoration: none;
}



#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#footer .credits a {
  color: #f58634;
  text-decoration: none;
}



/* back to top   */
/* #btn-back-to-top {
  position: fixed;
  bottom: 24px;
  right: 15px;
  display: none;
  color: white;
  background: #262c44;
  border: none;
  border-radius: 25px;
}

#btn-back-to-top:hover {
  color: white;
  background: #f58634;
} */

/* whatsapp chatbox */

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px;
  right: 10px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
}

.float:hover {
  color: white;
  background: #262c44;
}

.my-float {
  margin-top: 16px;
}


/* Thank you page  */

.thankyou-page ._header {
  background: #fee028;
  padding: 100px 30px;
  text-align: center;
  background: #262c44 url(../../codexcourier.com/images/main_page.jpg) center/cover no-repeat;
}

.thankyou-page ._header .logo {
  max-width: 200px;
  margin: 0 auto 50px;
}

.thankyou-page ._header .logo img {
  width: 100%;
}

.thankyou-page ._header h1 {
  font-size: 65px;
  font-weight: 800;
  color: white;
  margin: 0;
}

.thankyou-page ._body {
  margin: -70px 0 30px;
}

.thankyou-page ._body ._box {
  margin: auto;
  max-width: 80%;
  padding: 50px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
  -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
  -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
}

.thankyou-page ._body ._box h2 {
  font-size: 32px;
  font-weight: 600;
  color: #f58634;
}

.thankyou-page ._footer {
  text-align: center;
  padding: 50px 30px;
}

.thankyou-page ._footer .btn {
  background: #262c44;
  color: white;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 0.8px;
  padding: 20px 33px;
  text-transform: uppercase;
}


/* footer button  */

.footer-oll-now {
  display: none !important;
}

.footer-oll-now .col-md-6 {
  padding: 0px !important;
}


/* .capbox {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid;
  justify-content: space-between;
  height: 35px;
  border-radius: 3px;
} */

div#CaptchaDiv {
  padding-left: 0px !important;
  margin: auto;
}

#q-form .capbox input {
  border-radius: 0px !important;
  border: 0px solid !important;
  border-color: #151d3f !important;
  border-right: 1px solid !important;
  padding: 0px;
  height: 33px !important;
  padding-left: 15px !important;
}

.capbox {
  width: 100% !important;
  height: 52px !important;
  padding-left: 11% !important;
  padding-right: 5% !important;
  margin-bottom: 15px !important;
  color: #555 !important;
  border: 1px solid #f1f1f1 !important;
  background-color: #f9f9f9 !important;
  font-size: 16px !important;
  border-radius: 5px 5px 5px 5px !important;
  display: flex;
  align-items: center;
}

input#CaptchaInput {
  border: none;
  background: none;
  border-right: 1px solid;
  height: 50px;
}

input#CaptchaInput:focus-visible { 
  outline: none !important;
}


#q-form .capbox input:focus-visible {
  outline: none !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}



/* for whatapp */

@media only screen and (min-width:320px) and (max-width:680px) {
  .float{
    display: none;
  }
}


/* for call and whatapp button in mobile  */


@media only screen and (min-width:320px) and (max-width:680px) {
  .footer-oll-now {
    display: block !important;
    bottom: 0px;
    float: left;
    width: 100%;
    position: fixed;
    z-index: 999999999;
  }

  .float{
    display: none;
  }

  .col-now-footer {
    background: #d40f1f;
    color: #fff;
    float: left;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0px;
  }

  .col-now-footer:hover {
    color: #fff;
    text-decoration: blink;
  }

  .col-now-whats {
    background: #2db841;
    color: #fff;
    float: left;
    width: 50%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0px;
  }

  .col-now-whats:hover {
    color: #fff;
    text-decoration: blink;
  }

  /*call button */

  .main-call {
    position: fixed;
    right: 50px;
    top: 447px;
    cursor: pointer;
    z-index: 999999999999;

  }

  .box-call {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: green;

    text-align: center;
    padding-top: 10px;

  }

  .box-call::before {
    content: "";
    position: absolute;
    top: -37%;
    right: -20px;

    width: 100px;
    height: 100px;
    border: 2px solid green;
    border-radius: 50%;
    animation: ph 1s linear infinite;
  }

  .box-call::after {
    content: "";
    position: absolute;
    top: -37%;
    right: -20px;

    width: 100px;
    height: 100px;
    border: 2px solid green;
    border-radius: 50%;
    /* animation: ph 1s linear infinite; */
    animation: ph 1s linear infinite;
    animation-delay: 0.4s;
  }




  .what-call {
    position: fixed;
    right: 50px;
    top: 300px;
    cursor: pointer;
    z-index: 999999999999;

  }

  .box-what-call {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgb(29, 214, 29);

    text-align: center;
    padding-top: 10px;

  }

  .box-what-call::before {
    content: "";
    position: absolute;
    top: -37%;
    right: -20px;

    width: 100px;
    height: 100px;
    border: 2px solid rgb(53, 236, 53);
    border-radius: 50%;
    animation: ph 1s linear infinite;
  }

  .box-what-call::after {
    content: "";
    position: absolute;
    top: -37%;
    right: -20px;

    width: 100px;
    height: 100px;
    border: 2px solid rgb(38, 230, 38);
    border-radius: 50%;
    /* animation: ph 1s linear infinite; */
    animation: ph 1s linear infinite;
    animation-delay: 0.4s;
  }


  @keyframes ph {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }

    50% {
      transform: scale(1);
      opacity: 1;
    }

    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }
}


@media (max-width: 767px) { 
    
    
.register-form-wrapper {
    margin-top: 25px;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px 5px;
}

input#CaptchaInput {
    border: none;
    background: none;
    border-right: 1px solid;
    height: 50px;
    width: 85%;
}
    
    
    
}






