/*
    Created on : Sep 8, 2019, 12:39:54 PM
    Author     : Faizan
*/
body {
  overflow-x: hidden;
}
#header {
  position: relative;
  background-image: url('img/header-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0px 0px 255px;
}
#header canvas#mouse-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#header .nav-left {
  width: 60%;
  background-image: url('img/ul-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 0px 100px 0;
  font-family: 'Quicksand', sans-serif;
}
#header .nav-left li a {
  padding: 15px 25px;
  position: relative;
  color: #686868;
  font-size: 18px;
  text-transform: capitalize;
}
#header .nav-left li:nth-child(2) a:before {
  content: '';
  width: 2px;
  position: absolute;
  height: 18pt;
  background-color: #555;
  left: 0;
}
#header .nav-left li:nth-child(2) a:after {
  content: '';
  width: 2px;
  position: absolute;
  height: 18pt;
  background-color: #555;
  right: 0;
}
#header .navbar-brand img {
  margin-top: -75px;
  max-height: 50px;
}
#header .navbar-nav {
  font-family: 'Quicksand', sans-serif;
}
#header .navbar-nav li a {
  padding: 0px 25px;
  color: #eaeef2;
  font-size: 18px;
  text-align: center;
}
#header .navbar-nav li.active a {
  font-weight: 600;
  color: #e93a3f !important;
}
#header .row {
  padding: 200px 0px 0;
}
#header .row .col-12 h1 {
  padding-bottom: 30px;
  font-size: 32px;
  color: white;
  font-weight: bold;
}
#header .row .col-12 .btn-1 {
  padding: 6px 35px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #e93a3f;
}
#header .row .col-12 .btn-1:hover {
  background-color: #e93a3f;
  border: 1px solid #fff;
  color: #fff;
}
#header .row .col-12 .btn-2 {
  padding: 6px 35px;
  border-radius: 12px;
  background-color: #e93a3f;
  color: #fff;
  border: 1px solid #e93a3f;
}
#header .row .col-12 .btn-2:hover {
 background-color: #fff !important;
 color: #000;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #header .nav-left {
    width: 100%;
    background-image: url('img/ul-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important;
    background-position: left;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
  }
  #header .nav-left li a {
    padding: 15px 25px;
    position: relative;
    color: #686868;
    font-size: 16px;
    text-transform: capitalize;
  }
  #header .navbar-brand img {
    margin-top: 0px;
  }
  #header .navbar-nav {
    font-family: 'Quicksand', sans-serif;
  }
  #header .navbar-nav li a {
    padding: 0px 10px;
    color: #eaeef2;
    font-size: 18px;
    text-align: center;
  }
  #header .navbar-nav li.active a {
    font-weight: 600;
    color: #e93a3f !important;
  }
}
@media (max-width: 991px) {
  #header {
    padding: 0px 0px 200px;
  }
  #header .nav-left {
    width: 100%;
    background-image: url('img/ul-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important;
    background-position: left;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
  }
  #header .nav-left li a {
    padding: 15px 25px;
    position: relative;
    color: #686868;
    font-size: 16px;
    text-transform: capitalize;
  }
  #header .navbar-brand img {
    margin-top: 0px;
  }
  #header .navbar-nav {
    font-family: 'Quicksand', sans-serif;
  }
  #header .navbar-nav li a {
    padding: 10px 0 10px 10px;
    color: #eaeef2;
    font-size: 17px;
    text-align: left;
  }
  #header .navbar-nav li.active a {
    font-weight: 600;
    color: #e93a3f !important;
  }
  #header .row {
    padding: 100px 0px 0;
  }
  #header .row .col-12 h1 {
    padding-bottom: 40px;
    font-size: 29px;
    color: white;
    font-weight: bold;
  }
  #header .row .col-12 .btn-1 {
    padding: 6px 35px;
    border-radius: 13px;
    background-color: #fff;
    border: 1px solid #e93a3f;
  }
  #header .row .col-12 .btn-1:hover {
   background-color: #e93a3f;
   color: #fff;
   border: 1px solid #fff;
  }
  #header .row .col-12 .btn-2 {
    padding: 6px 35px;
    border-radius: 13px;
    background-color: #e93a3f;
    border: 1px solid #e93a3f;
    color: #fff;
  }
  #header .row .col-12 .btn-2:hover {
   background-color: #fff !important;
   color:#000
  }
}
article.art-1 {
  text-align: center!important;
  background-color: #fffada;
  color: #000;
  padding: 20px 0;
}
article.art-1 .heading {
  padding: 40px 0;
  position: relative;
}
article.art-1 .heading h2 {
  font-weight: bold;
  font-size: 33px;
  font-family: 'Poppins', sans-serif;
}
article.art-1 .heading h2:before {
  width: 200px;
  height: 5px;
  border-radius: 25px;
  background-color: #e93a3f;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 25px;
  content: '';
}
section.sec-1 {
  padding: 50px 0;
}
section.sec-1 .card {
  -webkit-box-shadow: 0px 0px 54px -20px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 54px -20px rgba(0, 0, 0, 0.37);
  margin-top: 40px;
  border-radius: 15px;
  height: 256px!important;
}
section.sec-1 .card .card-body {
  padding: 30px;
}
section.sec-1 .card .card-body h3 {
  padding-top: 10px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}
section.sec-1 .card .card-body P {
  font-size: 15px;
  color: #6b6b6b;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.sec-1 .card {
    -webkit-box-shadow: 0px 0px 54px -20px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 54px -20px rgba(0, 0, 0, 0.37);
    margin-top: 30px;
    border-radius: 15px;
    height: 256px!important;
    min-height: 256px;
  }
  section.sec-1 .card .card-body {
    padding: 30px;
  }
  section.sec-1 .card .card-body h3 {
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
  }
  section.sec-1 .card .card-body P {
    font-size: 15px;
    color: #6b6b6b;
  }
}
@media (max-width: 991px) {
  section.sec-1 .card {
    -webkit-box-shadow: 0px 0px 54px -20px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 54px -20px rgba(0, 0, 0, 0.37);
    border-radius: 15px;
    min-height: auto;
    margin-top: 20px;
  }
  section.sec-1 .card .card-body {
    padding: 15px;
  }
  section.sec-1 .card .card-body h3 {
    padding-top: 5px;
    margin-bottom: 2,5px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
  }
  section.sec-1 .card .card-body P {
    font-size: 14px;
    color: #6b6b6b;
  }
}
section.sec-2 {
  background-image: url('img/card-2-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f9fbfc;
}
section.sec-2 .heading {
  padding: 50px 0;
  position: relative;
}
section.sec-2 .heading h3 {
  font-weight: bold;
  font-size: 33px;
  font-family: 'Poppins', sans-serif;
}
section.sec-2 .heading h3:before {
  width: 200px;
  height: 5px;
  border-radius: 25px;
  background-color: #e93a3f;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 25px;
  content: '';
}
section.sec-2 .country {
  margin: 70px 0 20px;
}
section.sec-2 .country .card {
  background-color: #ecedf5;
  border: none;
  text-align: center!important;
}
section.sec-2 .country .card .card-body {
  padding: 20px 0px 10px;
}
section.sec-2 .country .card .card-body .nav-tabs {
  border-bottom: none;
}
@media (max-width: 991px) {
  section.sec-2 .country .card .card-body .nav-tabs {
    display: block!important;
  }
}
section.sec-2 .country .card .card-body .nav-tabs li a {
  margin-top: -50px;
  padding: 6px 47px;
  color: #495057 !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
@media (max-width: 991px) {
  section.sec-2 .country .card .card-body .nav-tabs li a {
    margin: 0px auto;
    display: block;
    padding: 5px 0px;
  }
}
section.sec-2 .country .card .card-body .nav-tabs li a.active {
  background-color: #e93a3f !important;
  color: #000 !important;
}
section.sec-2 .country .card .card-body p {
  margin: 10px 0 0;
  font-size: 15px;
}
section.sec-2 .pricing-cards .nav-pills li a {
  margin-top: 0;
  padding: 6px 12px;
  color: #000 !important;
  font-size: 18px;
}
@media (max-width: 991px) {
  section.sec-2 .pricing-cards .nav-pills li a {
    margin: 0px auto;
    font-size: 17px;
    display: block;
    padding: 6px 12px;
  }
}
section.sec-2 .pricing-cards .nav-pills li a.active {
  color: #000 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #e93a3f;
}
section.sec-2 .pricing-cards #pills-tabContent {
  font-size: 16px;
}
@media (max-width: 991px) {
  section.sec-2 .pricing-cards #pills-tabContent {
    font-size: 15px;
  }
}
section.sec-2 .pricing-cards .card {
  background-image: url('img/card.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 54px -20px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 0px 54px -20px rgba(0, 0, 0, 0.37);
  margin-top: 40px;
  border-radius: 15px;
}
section.sec-2 .pricing-cards .card .card-body img {
  float: right!important;
}
section.sec-2 .pricing-cards .card .card-body h5 {
  color: #333333;
}
section.sec-2 .pricing-cards .card .card-body h6 {
  font-size: 26px;
  color: #333333;
  font-weight: 400;
}
section.sec-2 .pricing-cards .card .card-body h6 small {
  font-size: 11px;
  color: #818181;
}
section.sec-2 .pricing-cards .card .card-body p {
  font-size: 14px;
  line-height: 2;
  color: #333333;
}
section.sec-2 .pricing-cards .card .card-body .btn-2 {
  padding: 6px 35px;
  border-radius: 12px;
  color: #fff;
  background-color: #e93a3f;
  border: 1px solid #e93a3f;
}
section.sec-2 .pricing-cards .card .card-body .btn-2:hover {
 background-color: #fff !important;
 color:#000
}
@media (max-width: 991px) {
  section.sec-2 .country .card {
    background-color: #ecedf5;
    border: none;
    margin: 70px 0 50px;
    text-align: center!important;
  }
  section.sec-2 .country .card .card-body {
    padding: 20px 20px 10px;
  }
  section.sec-2 .country .card .card-body .w-20 {
    width: 20%;
    margin-top: -50px;
    float: left;
  }
  section.sec-2 .country .card .card-body p {
    margin: 10px 0 0;
    font-size: 12px;
  }
}
footer#footer .footer-head {
  background-color: #235789;
  padding: 40px 0;
}
footer#footer .footer-head h6 {
  font-size: 24px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}
footer#footer .footer-head p {
  font-size: 18px;
  color: #ffffff;
  font-family: 'Quicksand', sans-serif;
}
footer#footer .footer-head .btn-2 {
  padding: 13px 60px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 16px;
  font-weight: bold;
  background-color: #e93a3f;
  border: 1px solid #e93a3f;
}
footer#footer .footer-head .btn-2:hover {
  background-color: #fff !important;
}
footer#footer .footer-body {
  background-image: url('img/footer-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0 15px;
  background-size: cover;
  color: #ffffff;
}
footer#footer .footer-body h6 {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
footer#footer .footer-body p {
  font-size: 21px;
  font-family: 'Quicksand', sans-serif;
}
footer#footer .footer-body .img-sec {
  padding-top: 30px;
}
footer#footer .footer-body .img-sec span {
  font-size: 21px;
  font-family: 'Quicksand', sans-serif;
}
footer#footer .footer-body .payment-sec {
  padding-bottom: 30px;
}
footer#footer .footer-body .input-group {
  margin-bottom: 15px;
}
footer#footer .footer-body .input-group .form-control {
  border-radius: 15px;
  font-size: 13px;
}
footer#footer .footer-body .input-group .form-control[type="text"] {
  height: 45px;
}
footer#footer .footer-body .input-group .form-control[type="email"] {
  height: 45px;
}
footer#footer .footer-body .input-group .form-control[placeholder="Your E-mail *"],
footer#footer .footer-body .input-group .form-control[placeholder="Your Name *"],
footer#footer .footer-body .input-group .form-control[placeholder="Your Message *"] {
  color: #bbbbbb !important;
}
footer#footer .footer-body .btn-2 {
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 18px;
  font-family: 'Quicksand', sans-serif;
  background-color: #e93a3f;
  border: 1px solid #e93a3f;
}
footer#footer .footer-body .btn-2:hover {
  background-color: #fff !important;
}
footer#footer .footer-body .btn-right {
  float: right;
}
footer#footer .footer-body .hr {
  border-top: 1px solid #c3c3c3;
}
footer#footer .footer-body .footer-body-foot p {
  font-size: 18px;
  color: #fff;
  margin: 10px 0 0 ;
  font-family: 'Nunito', sans-serif;
}
footer#footer .footer-body .footer-body-foot ul.nav li a {
  text-transform: capitalize;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
}
@media (max-width: 991px) {
  footer#footer .footer-body .footer-body-foot {
    text-align: center!important;
  }
  footer#footer .footer-body .footer-body-foot ul.nav {
    -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important;
  }
}
.card-text ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  line-height: 2;
}
.pricing-cards h4 {
  font-size: 15px;
  padding: 5px;
  background: #245789;
  border-radius: 31px;
  color: #fff;
}
select.form-control[name=period] {
  border: 2px solid #245789;
  margin-bottom: 20px;
  border-radius: 20px;
}
