*
{
	margin: 0px;
	padding: 0px;
}
.mt-20{margin-top:20px;}
h5{font-weight: 700;}
.center{text-align:center !important;}
.half {
    width: 50%;
    float: left;
    display: inline-block;
}
.white{color:#fff !important;}
.fill-primary {
    fill: #341cb2;
}
.social 
{
	list-style-type: none;
	padding-left:0px !important;
}
.social li
{
display:inline;

}
.social li a
{
text-decoration: none;
    background: #341cb2;
    padding: 8px;
    color: #fff;
    border-radius: 50px;
    
    font-size: 15px;
}
.social li a:hover
{

    background: none;
   padding:6px;
    color: #341cb2;
    border-radius: 50px;
    border:solid 2px #341cb2;
}
.excellence{background:none !important; height:50px !important;}
.f-logo{background:none !important; height:75px !important; margin-top:10px;}
.ta-img{width:75%;}
.ta{text-align:center;}
.blue{color: #341cb2 !important;}
.blink {
  animation: blinker2 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;  
}
@keyframes blinker2 { to { opacity: 0; } }

.enquire_text{
	font-size: 40px;
    font-weight: 900;
    text-align: left;
	padding-left:30px;
}
.enquire_text p{
	font-size: 18px;
	font-weight: 600;
    }
.hbutton {
  font-size: 1em;
  padding: 10px;
  color: #341cb2;
  
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  line-height: 5.5rem;
  font-weight: 600;
}
.hbutton:hover {
  
  color:#73de10;
}
.hbutton2 {
  font-size: 1.1em;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  background: #73de10;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  line-height: 5.5rem;
}
.hbutton2:hover {
	background:none;
  border: 2px solid #73de10;
  color:#73de10;
}
/*---------------popup---------------------*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 99;
  overflow: scroll;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 5px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 95%;
  }
}
/*---------------popup end-----------------*/
.banner
{
	padding-top:15px;
	padding-bottom:15px;
	background-color:#f1fbfb;
}
.banner-img
{
width:100%	
}
.banner-p
{
	text-align:justify;
}
.mt-10
{
	margin-top:10px;
}
.mb-10
{
	margin-bottom:10px;
}
#post-banner {
    background-image: url(./images/background02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 15px 0;
    position: relative;
}
.banner-content {
    background-color: #085988;
    padding: 20px;
    width: 65%;
    margin: 0 auto;
	margin-right: 0px;
}
.form_heading {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
.content_pehra {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
	font-size: 13px;
	font-weight: 400;
}
.form-control::placeholder {
    color: #000;
}
.form-control {
    color: #000;
}
.recaptcha {
    color: #085988;
    background-color: #e5eef5;
    text-align: center;
    height: 39px;
    line-height: 41px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 600;
    display: block;
}
button.btn.btn-primary {
    background-color: #73de10;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
}
.terms {
    color: #9e9ea0;
    margin-top: 10px;
    font-size: 14px;
}
.banner_heading {
    position: absolute;
    top: 68%;
    left: 0%;
    width: 40%;
    padding: 20px;
    background-color: #000000a8;
    color: #fff;
    text-align: right;
    border-radius: 0 5px 5px 0;
}
.banner_heading h1 {
    font-size: 60px;
}
.banner_heading p {
    font-size: 24px;
    font-weight: 300;
}
.package_img img {
    width: 100%;
    height: auto;
    transition: transform 1.5s ease;
}
.package_img:hover img {
    transform: scale(1.2);
}
.package_box {
    border: 2px solid #bdbdbd;
    box-shadow: 0px 0px 4px #bdbdbd;
    padding: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
}
#packages {
    padding-top: 60px;
}
.package_img {
    position: relative;
    overflow: hidden;
    max-height: 215px;
}
span.popular {
    position: absolute;
    left: -37%;
    background-color: #73de10;
    color: #fff;
    padding: 1px 4px;
    width: 100%;
    -ms-transform: rotate(20deg);
    transform: rotate(-33deg);
    text-align: center;
    top: 11%;
    font-size: 11px;
	font-weight: 600;
}
.top_rated {
    background-color: #01da1a !important;
}
.best_slng {
    background-color: #c88d01 !important;
}
.package_heading a {
    text-decoration: unset;
}
.package_heading {
    margin: 10px 0;
}
.owl img {
    width: 29px;
    height: auto;
}
span.reviews {
    color: #000;
    font-weight: 600;
}
.rating i {
    color: #148d40;
    letter-spacing: -3px;
}
span.rating {
    margin-right: 3px;
}
.package_contents {
    padding: 20px;
}
.inclusion {
    color: #404040;
    margin: 10px 0;
    font-size: 14px;
}
.inclusion i{
    color: #341cb2;
    margin-right: 10px;
    font-size: 14px;
}
body {
    font-size: 15px;
    font-family: sans-serif;
}
.package_heading h4 {
    font-size: 19px;
    color: #341cb2;
    font-weight: 600;
}
.duration {
    color: #341cb2;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.percentage {
    background-color: #73de10;
    color: #fff;
    padding: 5px 9px;
    border-radius: 4px;
    text-decoration: unset;
    font-size: 14px;
    display: inline-block;
	font-weight: 600;
}
.book_now {
    background-color: #341cb2;
    color: #fff;
    padding: 5px 9px;
    border-radius: 4px;
    text-decoration: unset;
    font-size: 14px;
    display: inline-block;
	font-weight: 600;
}
.package_box a {
    text-decoration: unset;
    color: unset;
}
.box-last {
    width: 100%;
    display: inline-block;
}
.buttons_package {
    width: 40%;
    float: left;
    display: inline-block;
    padding-top: 10px;
    line-height: 13px;
}
.price_package {
    width: 60%;
    float: right;
    text-align: right;
    display: inline-block;
}
.from {
    color: #341cb2;
    font-size: 14px;
    font-weight: 600;
}
.package-price span {
    font-size: 15px;
}
.package-price span:first-child {
    padding-right: 6px;
}
.per_person {
    font-size: 12px;
    font-weight: 600;
}
.best_service {
    font-size: 12px;
    font-weight: 600;
    color: #148d40c2;
    display: inline-block;
    text-align: right;
    width: 100%;
}
.heading-pack {
    text-align: center;
    color: #f63041;
}
span.border_package {
    width: 17px;
    height: 17px;
    border: 3px solid #341cb2;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
}
.heading-pack {
    text-align: center;
    color: #341cb2;
    margin-bottom: 30px;
}
}
span.border_package::before {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    width: 10%;
    transform: translateY(-50%);
    top: 50%;
    left: 52%;
}
span.border_package::after {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    width: 10%;
    transform: translateY(-50%);
    top: 50%;
    right: 52%;
}
.border2 {
    position: relative;
}
.why-icon img {
    height: 50px;
    width: auto;
    margin-bottom: 20px;
}
.why_box {
    text-align: center;
}
.why_text {
    font-size: 25px;
}
.why_box {
    text-align: center;
    padding: 30px;
    background-color: #fafafa;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 209px;
}
.blue_border {
    border: 2px solid #085988;
}
.red_border {
    border: 2px solid #341cb2;
}
#why_with {
    padding-bottom: 50px;
	padding-top: 50px;
}
#testimonial {
    padding: 50px 0;
    background-color: #f8f8f8;
}
.enquire {
    background-color: #f1fbfb;
    color: #341cb2;
    padding: 30px 0px;
    font-size: 27px;
    text-align: center;
}
.enquire_btn {
    text-align:left;
    color: #341cb2;
    text-decoration: unset;
    padding: 6px 10px;
    border-radius: 5px;
}
.enquire_btn a{
    
    text-decoration: unset;
   
}
.enquire_btn p {
    font-weight:700;
    color: #000;
    font-size:16px;
	margin-bottom:5px;
}
.enquire_btn div {
    
    color: #341cb2;
    font-size:25px;
	font-weight:700;
}
.pay{width:100%; margin-bottom:10px;}
.right_images
{
    text-align: right;
}
#footer {
    background: #22117c;
    color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 83px 0;
    position: relative;
}
.copyright_box.text-center {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    background-color: #000000a1;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer_content ul {
    padding-left: 0px;
}
.footer_content ul {
    list-style: none;
}
.footer_content ul a {
    text-decoration: none;
    color: #fff;
}
#topbar {
    background-color: #341cb2;
    text-align: center;
    font-size: 28px;
    padding: 6px 0;
    color: #fff;
	font-weight: 600;
}
.left_menu {
    width: 20%;
    float: left;
    display: inline-block;
}
.right_menu {
    float: right;
    display: inline-block;
    width: 80%;
    text-align: right;
}
a.callus {
    background-color: #341cb2;
    color: #fff;
    text-decoration: unset;
    padding: 1px 10px;
    /*line-height: 6rem;*/
    border-radius: 4px;
    font-weight: 600;
    margin-right: 1%;
}
a.whatsappus {
    background-color: #009788;
    color: #fff;
    text-decoration: unset;
    padding: 10px 10px;
    line-height: 6rem;
    border-radius: 4px;
    font-weight: 600;
}
.left_menu img {
    height: 75px;
    width: auto;
    position: relative;
    z-index: 1;
	margin-top: 10px;
}

.testimonial-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.clietnt_content {
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 20px 35px;
    margin-bottom: 20px;
    color: #9b9b9b;
}
.from_country {
    color: grey;
    font-size: 14px;
}
.profile-name {
    font-weight: 600;
}
.rating_client i {
    color: #ed8917;
}
.quote {
    position: absolute;
    top: 10%;
    left: 8.5%;
}
.quote img {
    width: 44px;
    height: auto;
}
.left_captch {
    float: left;
    width: 40%;
    display: inline-block;
}
.right_captch {
    float: left;
    width: 60%;
    display: inline-block;
}
.modal-body {
    padding: 0px !important;
}
.buttons_package div:first-child {
    margin-bottom: 5px;
}
span.carousel-control-prev-icon {
    background-color: #000000d9;
    width: 20px;
    height: 20px;
    padding: 4px;
}
span.carousel-control-next-icon {
    background-color: #000000d9;
    width: 20px;
    height: 20px;
    padding: 4px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20%;
  right: 22px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #f7363c;
  color: white;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #009d8c;
}






@media only screen and (max-width: 1250px) {
.banner_heading h1 {
    font-size: 51px;
}
.banner_heading p {
    font-size: 20px;
}
.banner-content {
    width: 80%;
}
.content_pehra {
    font-size: 12px;
}
}

@media only screen and (min-width: 1024px) {
.container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
}
}
@media only screen and (min-width: 992px) {

.footer_content.links_footer {
    padding-left: 10%;
}
}
@media only screen and (max-width: 992px) {
.mobile
{
    display: block !important;
}
.close_btm {
    text-align: right;
    position: absolute;
    top: 1%;
    width: 100%;
    right: 1%;
}
.right_images {
    text-align: left;
}
.enquire_text {
    font-size: 20px;
}
.enquire_btn a {
    font-size: 20px;
}
#footer {
    margin-bottom: 5%;
}
#post-banner {
    padding: 50px 0;
}
#topbar {
    font-size: 18px;
}

a.callus {
   /* padding: 10px 12px;
    font-size: 1rem;
    border: 2px solid #341cb2;
	border-radius: 20px/50px;*/
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  color: #341cb2;
    font-weight: 600;
	background: none;
	    font-size: 14px;
}

a.callus:hover {
  
  color:#341cb2;
  color: #341cb2;
  
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  line-height: 5.5rem;
}
a.whatsappus {
    padding: 6px 8px;
    font-size: 12px;
}
.quote {
    left: 7.2%;
}
.banner-content {
    background-color: #341cb2;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}
.call_tap {
    text-align: right;
}
.banner_heading {
    position: relative;
    top: 34%;
    left: 0%;
    width: 70%;
    font-weight: 800;
    padding: 5px 20px;
    background-color: #000000a8;
    color: #fff;
    text-align: right;
}
.desktop
{
    display: none !important;
}
.right_rec {
    width: 60%;
    display: inline-block;
    float: right;
}
.left_rec {
    width: 40%;
    float: left;
    display: inline-block;
}
.recaptcha {
    line-height: 38px;
}

.left_enquire {
    float: left;
    width: 50%;
    background-color: #341cb2;
    text-align: center;
    padding: 10px 2px;
}
.right_enquire {
    float: right;
    width: 50%;
    background-color: #73de10;
    text-align: center;
    padding: 10px 2px;
}
.absolute_footer a {
    text-decoration: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}
section.absolute_footer {
    position: fixed;
    width: 100%;
    bottom: 0%;
	z-index: 99;

}
.deskto{display:none;}
}
@media only screen and (max-width: 767px) {
.package_box {
    width: 100%;
    display: inline-block;
}
.banner_heading h1 {
    font-size: 45px;
}
.banner_heading p {
    font-size: 19px;
}
.left_menu img {
    height: 55px;
    width: auto;
    position: relative;
    top: 0px;
    z-index: 1;
}
.left_menu {
    width: 35%;
   
}
.package_img {
    width: 44%;
    float: left;
    display: inline-block;
    max-height: unset;
    height: 188px;
}
.package_contents {
    width: 56%;
    float: left;
    display: inline-block;
    padding: 2px 7px 0 7px;
}
#footer {
    margin-bottom: 7%;
}
.copyright_box.text-center {
    font-size: 12px;
}
.package_heading h4 {
    font-size: 16px;
}
.quote {
    left: 7%;
}
.owl img {
    width: 23px;
    height: auto;
}
.rating i {
    font-size: 10px;
}
span.reviews {
    font-size: 12px;
}

.package_heading {
    margin: 10px 0 0 0;
}
.rating_box {
    line-height: 0px;
}
.inclusion {
    font-size: 10px;
    margin: 5px 0 0 0;
}
.duration {
    font-size: 12px;
    margin-bottom: 0px;
}
.percentage {
    font-size: 12px;
    padding: 2px 6px;
}
.book_now {
    font-size: 12px;
    padding: 2px 6px;
}

.from {
    font-size: 12px;
}
.package-price span {
    font-size: 14px;
}
.per_person {
    font-size: 10px;
}
.best_service {
    font-size: 11px;
}
.package_img img {
    width: auto;
    height: 100%;
    
}
.buttons_package div:first-child {
    margin-bottom: 5px;
}
.buttons_package {
    line-height: 20px;
}
}
@media only screen and (max-width: 575px) {
.banner_heading h1 {
    font-size: 30px;
}
.banner_heading p {
    font-size: 12px;
}
.quote {
    left: 6%;
}
.form_heading {
    font-size: 21px;
}
.heading-pack h2 {
    font-size: 21px;
}
.content_pehra {
    font-size: 12px;
}
.width_team {
    width: 50%;
    float: left;
    display: inline-block;
}

#footer {
    margin-bottom: 10%;
}
.why_text {
    font-size: 18px;
}

span.popular {
    font-size: 8px;
    top: 8%;
    left: -32%;
}
.percentage {
    font-size: 10px;
}
.book_now {
    font-size: 10px;
}
.package-price span {
    font-size: 12px;
}
span.border_package::before {
    left: 54%;
    border-top: 1px solid #000000;
    width: 25%;
}
span.border_package::after {
    right: 54%;
    border-top: 1px solid #000000;
    width: 25%;
}

.width_team {
    width: 33%;
    float: left;
    display: inline-block;
}
.enquire_btn div {
    
    font-size:22px;
	
}
.blue_border {
    border: 1px solid #085988;
}
.red_border {
    border: 1px solid #341cb2;
}
}
@media only screen and (max-width: 480px) {
.package_heading {
    margin: 2px 0 0 0;
}
.package_heading h4 {
    font-size: 13px;
}
.banner_heading h1 {
    font-size: 25px;
}
.banner_heading {
    padding: 5px 9px;
}
.banner_heading p {
    font-size: 13px;
}
.owl img {
    width: 17px;
    height: auto;
}
.rating i {
    font-size: 8px;
}
span.reviews {
    font-size: 10px;
}
.inclusion {
    font-size: 10px;
    line-height: 12px;
    margin: 8px 0 6px 0;
}
.duration {
    margin-bottom: 4px;
}
.buttons_package {
    padding-top: 0px;
    line-height: 20px;
}
.price_package {
    line-height: 16px;
}
.buttons_package div:first-child {
    margin-bottom: 5px;
}
.package_img {
    height: auto;
    min-height: 165px;
}
.package_img img {
    min-height: 100px;
    max-width: unset;
    height: 165px;
    max-height: 165px;
    width: unset;
}
.left_menu img {
    top: 0px;
}
#header {
    height: 70px;
}
a.callus {
    position: relative;
    /*bottom: -6px;*/
}

a.hbutton2 {
  
  position: relative;
  bottom: 12px;
  
}

}    
  
@media only screen and (max-width: 447px) {
.why_box {
    min-height: unset;
    padding: 10px;
}
.why_text {
    font-size: 16px;
}
#footer {
    margin-bottom: 12%;
}
}    
    
    
    
@media screen and (min-device-width: 992px) and (max-device-width: 1500px) { 
    .percentage {
    font-size: 10px;
    padding: 3px 3px;
}
.book_now {
    font-size: 10px;
    padding: 3px 3px;
}

.package-price span {
    font-size: 14px;
}
.best_service {
    font-size: 9px;
    font-weight: 600;
    color: #148d40c2;
}
.duration {
    font-size: 12px;
}
.form_heading {
    font-size: 21px;
}
.package-price span:first-child {
    padding-right: 4px;
}
.package_heading h4 {
    font-size: 15px;
}
.owl img {
    width: 22px;
    height: auto;
}
.rating i {
    font-size: 10px;
}
span.reviews {
    font-size: 12px;
}
.inclusion {
    font-size: 12px;
}
.why_text {
    font-size: 20px;
}
.enquire_btn a {
    font-size: 24px;
}
.enquire {font-size: 23px;
}
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf)
}

@font-face {
    font-family: montserrat-bold;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf)
}

@font-face {
    font-family: montserrat-semibold;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf)
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}



input,textarea,select,button {
    font-family: montserrat-regular;
    color: #fff;
    font-size: 15px
}



img {
    max-width: 100%
}

ul {
    padding-left: 0;
    margin-bottom: 0
}

a:hover {
    text-decoration: none
}

:focus {
    outline: none
}

.1wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/bg-registration-form-7.jpg) no-repeat;
    background-size: cover
}

.1inner {
    max-width: 758px;
    margin: auto;
    background: #39459b;
    border: 10px solid #0d99d7;
    padding: 77px 99px 87px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.2)
}

textarea {
    resize: none
}

.1h3 {
    text-transform: uppercase;
    font-size: 45px;
    font-family: montserrat-bold;
    text-align: center;
    margin-bottom: 12px
}

.1p {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 55px;
    line-height: 1.8
}

.form-group {
    position: relative;
    display: block;
    margin-bottom: 48px
}

.form-group span {
    font-size: 15px;
    color: #00ade6;
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text
}

.form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff
}

.form-control {
    border: none;
    border-bottom: 2px solid #fff;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 15px;
    /*background: 0 0;*/
    font-family: montserrat-semibold
}

.form-control:focus,.form-control:valid {
    border-bottom: 2px solid #fff
}

.form-control:focus+span,.form-control:valid+span {
    transform: translateY(-22px) scale(.8)
}

.form-control:focus+span+.border,.form-control:valid+span+.border {
    transform: scaleX(1)
}

textarea.form-control {
    padding-top: 10px;
    padding-bottom: 10px
}

.1button {
    border: none;
    width: 162px;
    height: 51px;
    border: 2px solid #fff;
    margin: auto;
    margin-top: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    font-family: montserrat-semibold;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.1button i {
    margin-left: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.1button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.1button:hover {
    border-color: transparent
}

.1button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.1button:hover i {
    -webkit-transform: translateX(4px);
    transform: translateX(4px)
}

@media(max-width: 767px) {
    .1h3 {
        font-size:38px
    }

    .1p {
        font-size: 14px;
        padding: 0
    }

    .1inner {
        padding: 27px 20px 37px;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none
    }

    .1wrapper {
        background: #39459b;
        border: 10px solid #0d99d7
    }
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/Montserrat/Montserrat-Regular.ttf)
}

@font-face {
    font-family: montserrat-bold;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf)
}

@font-face {
    font-family: montserrat-semibold;
    src: url(../fonts/Montserrat/Montserrat-SemiBold.ttf)
}

#captchamobile{color:#341cb2; padding: 0px 10px;}

.tcenter
{
text-align:center;
}
input,textarea,select,button {
    font-family: montserrat-regular;
    color: #fff;
    font-size: 15px
}
.bg{background-color: #341cb2 !important;}


ul {
    padding-left: 0;
    margin-bottom: 0
}

a:hover {
    text-decoration: none
}

:focus {
    outline: none
}

.wrapper {
    
    align-items: center;
    background: url(../images/bg-registration-form-7.jpg) no-repeat;
   
}

.inner {
        /* max-width: 758px; */
    margin: auto;
    background: #341cb2;
    border: 3px solid #826bfd;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    width: 100%;
}

textarea {
    resize: none
}



.form-group {
    position: relative;
    display: block;
    margin-bottom: 69px
}

.form-group span {
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 11px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text
}

.form-group span.border {
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    transform: scaleX(0);
    transition: all .15s ease;
    background: #fff
}

.form-control1 {
    border: none;
    border-bottom: 2px solid #fff;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 15px;
    background: 0 0;
    font-family: montserrat-semibold
}

.form-control1:focus,.form-control1:valid {
    border-bottom: 2px solid #fff
}

.form-control1:focus+span,.form-control1:valid+span {
    transform: translateY(-22px) scale(.8)
}

.form-control1:focus+span+.border,.form-control1:valid+span+.border {
    transform: scaleX(1)
}

textarea.form-control1 {
    padding-top: 10px;
    padding-bottom: 10px
}

}

@media(max-width: 767px) {
    h3 {
        font-size:38px
    }

    p {
        font-size: 14px;
        padding: 0
    }

    .inner {
        padding: 27px 20px 37px;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none
    }

    .wrapper {
        background: #39459b;
        border: 10px solid #0d99d7
    }
}

/* STACKED CAPTCHA */
.capbox {
	/*width: 100%;
	max-width: 220px;
	background-color: #BBBBBB;
	background-image: linear-gradient(#BBBBBB, #9E9E9E);
	border: #2A7D05 0px solid;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	/*padding: 5px 15px 5px 15px;
	border-radius: 4px 4px 4px 4px;*/
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #fff;
	/*background-color: #E3E3E3;
	margin: 8px auto 0px auto;
	padding: 5px 10px 5px 10px;*/
	border-radius: 4px;
	}

#CaptchaDiv {
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	/*color: #000000;
	background-color: #FFFFFF;*/
	user-select: none;
	padding: 4px;
	border-radius: 4px;
	text-align:center;
	}

#CaptchaInput { width: 100%; }
#CaptchaDiv1{font-size: 30px;}