    @import url(https://fonts.googleapis.com/css?family=Ubuntu);


/*body {*/
/*  font-family: "Ubuntu";*/
/*  color: #fff;*/
/*  background: url("assets/images/contactus_bg.jpg") top center no-repeat;*/
/*  background-size: cover;*/
/*  position: relative;*/
/*}*/
 
::-webkit-scrollbar{
    width:0px;
}
 
/*@font-face {*/
/*font-family:'Quantify Bold';*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*src: local('Quantify Bold'), url('Quantify Bold.woff') format('woff');*/
/*}*/

@font-face { 
    font-family: AlphaMaleModern; 
    src: url('fonts/AlphaMaleModern.ttf');
}


span{
  font-family: Ubuntu;
}

ubutnu{
  font-family: Ubuntu;
}

#main1{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
  height:940px;
}
@media (min-width:501px) and (max-width:1000px){
    #main1{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background:rgba(34, 34, 34, 0.8);
      height:1500px;
    }
}
@media screen and (max-width:500px){
    #main1{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background:rgba(34, 34, 34, 0.8);
      height:1600px;
    }
}

@media (min-width: 1024px) {
  body {
    background-attachment: absolute;
  }
}

a {
  color: #ff0000;
}

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

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

#main1 {
  position: relative;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background: #ff0000;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #f00000;
  color: #fff;
}

section {
  padding: 60px 0;
}

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

.section-title {
  text-align: center;

  padding-bottom: 15px;
}

.section-title h1 {
  font-size: 44px;
  font-weight: bold;
  font-family: 'AlphaMaleModern';
  margin-bottom: 20px;
  color: white;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
}
.contact .info-wrap {
  background: rgba(255, 255, 255, 0.06);
  padding: 30px;
}

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  color: #fff;  
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

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

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #ff0000;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #ff0000;
  color: #fff;
}
.contact .info .address{
  padding-top: 10px;
  padding-left: 10px;
}
.contact .info .email,.contact .info .phone{
  /*padding-top: 10px;*/
  padding-left: 10px;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  padding-top: 0;
  background: rgba(255, 255, 255, 0.06);
}

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

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

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

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

.contact .php-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 .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

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

}

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

.contact .php-email-form button[type="submit"] {
  background: #ff0000;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff3333;
}

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

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

/*#footer {*/
/*  font-family: Ubuntu;*/
/*  background: rgba(19, 19, 19, 0.4);*/
/*  padding: 30px 0;*/
/*  color: #fff;*/
/*  font-size: 14px;*/
/*  position: relative;*/
/*}*/

/*#footer .copyright {*/
/*  text-align: center;*/
/*  font-family: Ubuntu;*/
/*}*/

/*#footer .credits {*/
/*  padding-top: 10px;*/
/*  text-align: center;*/
/*  font-size: 13px;*/
/*  color: #fff;*/
/*}*/

/*#footer .credits a {*/
/*  color: #ff3333;*/
/*}*/

.contact .info{

  background: rgba(255, 255, 255, 0.06);
  font-family: Ubuntu;
}


.contact .php-email-form label{
  margin-top: -10px;
  /*padding-top: -2px;*/
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  border-right: 3px solid #24b7a4;
  border-left: 3px solid #24b7a4;
  border-radius: 25px;
  height: 49px;
  width: 115%;
  /*padding-top: 10px;*/
  text-align: center;
  background: red;
}
.contact .php-email-form .input{
  border-radius: 0 100px 100px 0;
}
.contact .php-email-form .somespace{
  padding-top: 20px;
}
@media screen and (max-width: 550px){
  .contact .php-email-form label{
  margin-top: -10px;
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  border-right: 3px solid #24b7a4;
  border-left: 3px solid #24b7a4;
  border-radius: 25px;
  height: 49px;
  width: 122%;
  text-align: center;
  background: red;
  }
  .contact .php-email-form .input{
    width: 100%;
  }
}
@media screen and (max-width: 420px){
  .contact .php-email-form label{
  /*margin-top: -10px;*/
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  border-right: 3px solid #24b7a4;
  border-left: 3px solid #24b7a4;
  border-radius: 25px;
  height: 49px;
  width: 125%;
  text-align: center;
  background: red;
  }
  .contact .php-email-form .input{
    width: 100%;
  }
}
@media screen and (max-width: 390px){
  .contact .php-email-form label{
  /*margin-top: -10px;*/
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  border-right: 3px solid #24b7a4;
  border-left: 3px solid #24b7a4;
  border-radius: 25px;
  height: 49px;
  width: 130%;
  text-align: center;
  background: red;
  }
  .contact .php-email-form .input{
    width: 100%;
  }
}
@media screen and (max-width: 349px){
  .contact .php-email-form label{
  /*margin-top: -10px;*/
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  border-right: 3px solid #24b7a4;
  border-left: 3px solid #24b7a4;
  border-radius: 25px;
  height: 49px;
  width: 135%;
  text-align: center;
  background: red;
  }
  .contact .php-email-form .input{
    width: 100%;
  }
}
@media screen and (max-width: 319px){
  .contact .php-email-form label{
  /*margin-top: -10px;*/
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  border-right: 3px solid #24b7a4;
  border-left: 3px solid #24b7a4;
  border-radius: 25px;
  height: 49px;
  width: 140%;
  text-align: center;
  background: red;
  }
  .contact .php-email-form .input{
    width: 100%;
  }
}
@media screen and (max-width: 285px){
  .contact .php-email-form label{
  /*margin-top: -10px;*/
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  border-right: 3px solid #24b7a4;
  border-left: 3px solid #24b7a4;
  border-radius: 25px;
  height: 49px;
  width: 145%;
  text-align: center;
  background: red;
  }
  .contact .php-email-form .input{
    width: 100%;
  }
}
@media screen and (max-width: 279px){
  .contact .php-email-form label{
  /*margin-top: -10px;*/
  border-top: 3px solid #24b7a4;
  border-bottom: 3px solid #24b7a4;
  border-right: 3px solid #24b7a4;
  border-left: 3px solid #24b7a4;
  border-radius: 25px;
  height: 49px;
  width: 150%;
  text-align: center;
  background: red;
  }
  .contact .php-email-form .input{
    width: 100%;
  }
}
.leftside{
  left: 0;
}
.rightside{
  right: 10px;
  border-radius: 0;
  position: absolute;
}
.roundcircle{
  border-radius: 25px;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}


.details{
    background:rgba(34, 34, 34, 0.8);
}


.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: justify;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color:   rgba(255, 255, 255, 0.06);
  color: black;
}

.flip-card-back {
  background-color: rgba(140,140,140);
  color: white;
  transform: rotateY(180deg);
}

.v1:hover{
  cursor: pointer;
}

/*for mobile view*/
@media only screen and (max-width: 768px) {
  .v2 {
     padding-top: 600px;
  }
  .vcard{
    margin-top: 20px;
  }
}

/*for tablet view*/
@media only screen and (max-width: 990px){
  .v2 {
     padding-top: 750px;
  }
  .vcard{
    margin-top: 20px;
    width: 100%;
  }
}


.vgrp .glyphicon{
  padding-top: 12px;
  padding-left: 12px;
  width: 40px;
}
.vgrp .border {
    display: inline-block;
    border-radius: 10px 0 0 10px; 
}

.v-control{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.vmsg{
  margin-bottom: -10px; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: red;
  width: 85%;
}

#footer{
  margin-bottom: -60px;
}

.vstrip{
  margin-top: 78px;
}

.vstrip-back{
  margin-top: 44px;
}

@media (max-width: 990px){
    .v2{
        margin-top:-200px;
    }
}


@media (max-width: 770px){
  .v2{
    margin-top: -200px;
  }
}


@media (max-width: 1200px){
  .vstrip{
    margin-top: -31px;
  }
  .vstrip-back{
    margin-top: -12px;
  }
  .phone{
      margin-top:-15px;
  }
}

@media (max-width: 991px){
  .flip-card-front{
    transform: rotate(0deg);
  }

  .vstrip{
    margin-top: -20px;
  }
}
.increaseheight{
    margin-top:-110px;
}


.flip-card{
    
  border-bottom: 3px solid #FFF;
}


@media (min-width:501px) and (max-width:990px){
    .increaseheight{
        margin-top:-800px;
    }
}

@media (min-width:1001px) and (max-width:1200px){
    #main1{
        height:1000px;
    }
    /*.increaseheight{*/
    /*    margin-top:-50px;*/
    /*}*/
}
@media screen and (max-width:500px){
    .increaseheight{
        margin-top:-950px;
    }
    .flip-card{
    
        border-bottom: 3px solid #FFF;
    }
}






