html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.btn:active,
.btn.active,
.progress,
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
 
body {
    font-family: 'Roboto', sans-serif;
    position: relative;
    background: #fff;
    font-size: 15px;
    color: #676767;
    overflow-x: hidden;
}
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
h2,
h3,
h4 {
    
    font-family: 'Poppins', sans-serif;
}
.page-title h5,
.page-title a {
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    line-height: normal;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
/*forms*/

::-webkit-input-placeholder {
    color: #cccccc;
}
:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}
::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #cccccc;
}
input[type="submit"] {
    outline: none;
    border: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f1f1f;
}
h2 {
    font-size: 32px;
    text-transform: uppercase;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h2,
h3,
h4 {
    font-weight: 600;
    margin: 0;
}
h5 {
    font-size: 16px;
    margin: 0;
}

 
 
 
 
 .header-top-area {
      padding:0;
   background: #1a2132;	
}
 
 .header-text > li {
    color:#ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    margin-right: 27px;
    position: relative;     padding-top:10px;
}
 
 
 .header-text > li::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 21px;
    position: absolute;
    right: -18px;
    top:9px;
    width: 1px;
}

.header-text > li:last-child {
    margin-right: 0;
}
 
 
 .header-right-wrapper {
    float: right;
}
 
 .header-icon {
    float: right;
}
 
 
 
 .header-top-area .btn{
    float: right; font-size: 20px;
    background:#f11919;
    color: #fff;
}
 
 
 
 .dropdown-menu>li>a {
 padding: 12px 20px;}
 
 
 .header-icon > a {
    color:#ffffff;
    font-size: 13px;
    margin-right: 25px;
    transition: .3s;
}
 
 .header-text a {color:#ffffff;}
 
 
 .navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 4px #666;
    padding: 6px 0; margin:0;
}
 
 
 
 
 .navbar-inverse .navbar-nav>li>a {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin:27px 0 0;
}
 
 
 
 
 
 .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #040e53;
    background-color: #ffffff;
}
 
 .navbar-fixed {
    z-index: 9;
    position: fixed;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 6px 0px rgba(50, 50, 50, 0.75);
    opacity: .98;
    width: 100%;
    top: 0;
    -webkit-animation: fadeInDown 800ms;
    -moz-animation: fadeInDown 800ms;
    -ms-animation: fadeInDown 800ms;
    -o-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    border-radius: 0px;
}
 
 
 .bg-Gre-Slide {
    background-image: url(../images/Gre-Slide.html);
    background-size: cover; padding:40px 0 50px;
}
 
 
 .headdingtext {
    font-size: 40px;
    color: #fff;
    margin-top: 40px;text-shadow: 0px 2px 2px #e01b25;
    font-weight: bold;
}
 
 
 .subheaddingtext {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
    text-shadow: 0px 2px 2px #e01b25;
    font-weight: bold;
}
 
 .headerPoints {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

#about-us p {
    text-align: justify;
    line-height: 22px;
    margin: 0 0 10px;
    color: #000;
    font-family: inherit;
}

.headerPoints i {
    font-size:1.5em;
    color: #fff;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-bottom: 15px;
}


.form-Wrap {
    background-color: #ffffff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
    position: absolute;
    top: 0;
   right: 30px;
}

.text-blue {        font-size: 25px !important;
    color: #024d9e;
    text-transform: uppercase;
    margin: 0 0 10px; 
}

.text-red {
    color: #de000c;
    font-size: 17px !important;
    margin: 0 0 14px;
}




.exp {
    color: #e43013;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0 0 12px;
    font-size: 20px;
}



form {
    line-height: 20px !important;
}


.input-group{
    margin-bottom: 10px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}




.input-group-addon:first-child {
    border-right: 0;
}



.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
 
 
 .input-group-addon i {
    margin: 0 auto;
}

.input-group-addon > * {
    white-space: normal;
}
 
 
 .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 48px;
}
 
 marquee {
    float: left;
    margin: 0;
       background: #750004;
    padding:17px 0 14px;
}


 marquee  li { color: #fff;
}
  marquee  li  span  {
    color:#fffa19;
}




.about {
    float: left;
    position: relative;
    z-index: 1;
    padding: 40px 0;
    width: 100%;
}


.about h3 {
    float: left;
    width: 100%;
    margin: 7px 0 16px;
    color: #ffffff;
    background: #151826;
    padding: 14px 16px 13px;
    font-size: 23px;
    line-height: 34px;
}


.about ul {
    margin: 0;
    padding: 0;
}

 .wn {
    color: #454dbd;
    margin: 4px 0 0;
    float: left;
    font-weight: bold;
    text-align: center;
}

.about ul li {
    list-style: none;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    background: url(../images/arrow.html) 0 11px no-repeat;
    border-bottom: 1px dotted #888;
    padding: 4px 0 4px 25px;
}



 .about img{
    width: 100%;
}

  
  
 
 
 #add {
    float: left;
    width: 100%;
    background: url(../images/fash.jpg);
    color: #fff;
    padding: 80px 0;
    background-attachment: fixed;
    background-size: cover; text-align: center;
}


#add h5 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}


.new-batch {
  float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-color: rgb(1, 11, 73);
    padding: 20px 30px;
    font-size: 22px;
    text-shadow: 3px 2px 5px #000;
}


#add h5 a  { color: #fff;}



 .input-group-addon {
    width: 50px;
}

.input-group { 
    width: 100%;
}






.pro-inty {
     margin-top: 40px;
    background-color: #080808;
    padding: 13px 0 10px 34px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 21px;
    float: left;
    width: 100%;
}

.pro.text { padding:25px;}
.pro.text h4 {
    float: left;
    width: 100%;
      margin: 0px 0 20px;
    font-weight: bold;
    color: #1064c5;
    text-shadow: 1px 1px 0px #080808;
    font-size: 26px;
}



.pro.text p {
    text-align: justify;
    line-height: 23px;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}


 .pro.text h5{
    font-weight: bold;
    margin: 0 0 7px;
}

.pro.text .btn {
    background: #2b80e4;
    padding: 10px 20px;
    color: #fff;
    border-radius: 0;
    text-shadow: 1px 1px 1px #000;
}
 
 .p0 {
    padding: 0;
}



#class-room {
       background: #2b80e4;
    margin: 40px 0 0;
    padding: 40px 0;
    text-align: center;
}




   #class-room h1 {
    color: #fff;
    margin: 20px 0 50px;
}


#class-room h2 {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
    color: #fff;
    margin: 12px 0 40px;
    line-height: 26px;
}






.footer-area {
        background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 65px 0 77px;
    background: #161b2c;
}


.single-footer-widget .title {
    padding-bottom: 17px;
    margin-bottom: 40px;
    margin-top: -3px;
    border-bottom: 1px solid #e9e9e9;
}

.single-footer-widget .title h3 {
    color: #fbd50b;
    font-size: 18px;
    font-weight: 700; 
}




.single-footer-widget .footer-contact-info li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}


.single-footer-widget .footer-contact-info li .icon-holder {
    position: absolute;
    top: 2px;
    left: 0;
}

.single-footer-widget .footer-contact-info li .icon-holder span.map-marker:before {
    position: relative;
    top: 3px;
}

.single-footer-widget .footer-contact-info li .icon-holder span:before {
    color: #ffd700;
    font-size: 25px;
    line-height: 25px;
}


.single-footer-widget .footer-contact-info li .text-holder h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}

.single-footer-widget .footer-contact-info li .text-holder h5 span {
    text-transform: capitalize;
    font-weight: 700;
    color: #ffd700;
    font-size: 16px;
}



#form2 .form-control {
    border-radius: 0;
    margin: 0 0 9px;
    height: 40px;
}

#form2 button {
      border: none;
    background: #33396d;
    color: #fff;
    font-size: 18px;
    padding: 9px 29px;
    margin: 7px 0 0;
    box-shadow: 1px 1px 0px 1px #211d1d;
}



textarea.form-control {
    height: 80px!important;
}

.text-holder a:hover { color:#ff0;}


  .footer-bottom-area{
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
    color: #000;
    font-weight: bold;
}










#green-bg {
      background: #1eaddc;
    padding: 100px 0;
}
.green-pic {
    width: 100%;
    text-align: center;
    margin-top: -144px;
    position: absolute;
}


.link-register a {
     text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #080808;
    padding: 10px 46px;
    position: absolute;
    margin-top: -119px!important;
    margin-left: -103px;
}


select {
    margin: 0 0 19px;
}


.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e21b22;
    background: #e21b22;
}

.modal-title { 	
    color: #fff;
}
.modal-header .close {
    margin-top: 0px;
    color: #fff;
    opacity: 1;
    font-size: 28px;
}


.modal-body p {
    text-align: justify;
    margin: 0 0 15px;
        width: 100%; 
    float: left;  color: #000;
    line-height: 24px;
}


.modal-body ul { float: left;
    width: 100%;     padding: 0 0 0 32px;
    margin: 0 0 19px;}


.modal-body li {
    width: 100%; 
    float: left;
    margin: 0 0 11px;
    list-style-type: disc;
}
  


 
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    background: #f00;
    color: #fff;     text-align: center;
    padding: 10px;
}


.pop {
     width:95px;
    position: fixed;
    margin-right: 30px;
    right:10px;
    margin-bottom: 40px;
    bottom: 8px;
    z-index: 9;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: example1;
}



@keyframes example1
{
	0%,100%
{
	bottom:28px;
	right:0}

50%
{
	bottom:48px;
	right:0}

}




#enquiry {
	z-index:9999;
  position: fixed;
  top:30%;
  left: 0;
  background: transparent;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.5s;
 cursor:pointer;
}



#enquiry textarea.form-control {
    height: 56px;
}



#enquiry_inner {
  position: fixed;
  top: 20%;
  left: -250px;
  width: 250px;
  height: 380px;
  padding: 10px;
  border: 3px solid #e0e0e0;
	background:rgb(15, 151, 228);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.5s;
}

#enquiry_inner h5{
	color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 5px 0;
    text-align: center;
}

#enquiry_inner .form-item{
  width: 100%;
  padding: 5px 8px;
  border:0px;
  outline: none;
  background: #f0f0f0;
  color: #2e3192;
  border:2px solid rgba(46,49,146,0.5);
  margin-bottom: 1em;
}

#enquiry_inner input[placeholder]{
  color: #000 !important;
}

#enquiry_inner .form-item:hover,
#enquiry_inner .form-item:focus{
  box-shadow: 0px 0px 5px #e4322b;
  border:2px solid #e4322b;
}

#enquiry_inner .buttons button{
      font-family: 'Trebuchet MS';
      padding: 10px 12px;
      font-size: 14px;
      outline: none;
      width: 30%;
      margin-right: 1em;
}


#enquiry_inner .submit-btn{
  padding: 8px !important;
  background: #e4322b;
  border: none;
  color: #fff;
  opacity: 1;
  transition:background 0.2s ease-in,opacity 0.2s ease-in;
}

#enquiry_inner .submit-btn:hover{
  background: rgb(46,49,146);
}

#enquiry_inner .reset-btn{
  padding: 7px !important;
  background: none;
  border:1px solid #e4322b;
  color: rgb(46,49,146);
  transition:background 0.2s ease-in,opacity 0.2s ease-in,color 0.2s ease-in;
}

#enquiry_inner .reset-btn:hover{
  background: #e4322b;	
  color: #fff;
}



  .main-slider{
    position: relative;
}


.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #f11c23;
    background: #f11c23;
    border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
 
.carousel .testimonial {
    padding: 30px 0 10px;
    text-align: center;
    line-height: 25px;
      color: #000;
    font-size: 15px;
    width: 840px;
    margin: auto;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #000;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 68px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
 
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
background: #ffa90b;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background:#ff4444;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.carousel-indicators { 
    z-index: 1;}
	
	
	
	
.testi {
    padding: 0;
        text-align: center;
    width: 100%;
background: #ebecef;
    padding: 50px 0 40px;
    display: inline-block;
}



 .testi h2 {
     color: #ff3839;
    margin-bottom: 31px;
}


.fail  { font-size:37px; padding:2px; font-weight:bold; margin-bottom:20px; text-shadow:1px 2px #333; background-color:#F00; }

.new {
    font-size: 21px;
    color: #131725;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 21px;
}



.header-top-area .btn:hover { 
    background: #f11919; 
}


@media only screen and (min-width:800px) and (max-width:1100px) {

.container {
    width: 100%;
}


}

.modal-content {
text-align: center;
    background: #ffffff;
    padding: 0 0 0px;
    color: #fff;
    font-size: 17px;
  
 
}

 

.modal-content form {
    line-height: 20px !important;
    padding: 0 20px;
    margin: 12px 0 0;
}


.modal-title {
    margin: 0 0 22px;
    line-height: 1.42857143;
    background: #0f4687;
    color: #fff;
    text-align: center;
    padding: 10px;
}


button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    opacity: 1;
    color: #fff;
    margin: 12px 30px 0;
}


.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #0f4687;
    border: 1px solid #0f4687;
    border-radius: 4px;
}


.btn-primary {
    color: #fff;
    background-color: #000734;
    border-color: #000734;
}

.rgc {
    color: #fff;
    width: 100%;
    margin: 8px 0 17px;
    display: inline-block;
    font-size: 18px;
}


.bg  {
    background: #f2f2f2;
}

.bg h2 {
    font-size: 21px;
    color: #105bb3;
    /* text-shadow: 2px 1px 0px #110606; */
}


.bg img {
    width: 100%;
    margin: 52px 0 0;
    height: 400px;
    background: #dc2229;
    padding: 10px;
    border-radius: 70px;
}



.sd {
    margin: auto;
}





.st {
    height: 378px;
    width: 100%;
}

.modal-content form {
    line-height: 20px !important;
    padding: 0 20px;
    margin: 12px 0 23px;
}


 .modal-title strong {
    font-weight: 700;
    width: 100%;
    margin: 7px 0 0;
    display: block;
    color: #fbf1a6;
    text-transform: uppercase;
    font-size: 13px;
    font-family: sans-serif;
}


.btn-default {
    color: #fff;
    background-color: #430003;
    border-color: #2f0001;
    margin-top: 13px;
}

.reg{background: #750004;
    padding: 17px 0 14px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 20px;
}


.logo{

	}


.logo img{
	    max-width: 480px;
    max-height: 120px;
	}


.rtyio {}
.rtyio ul {}
.rtyio li { list-style-image:url(../images/li-icon.png); }





















#callme {

    position: fixed;

    right: 30px;

    bottom: 30px;

    width: 50px;

    height: 50px;

    cursor: pointer;

    opacity: 1;

    z-index: 99990;
	 -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;

    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;

    animation: zcwmini2 1.5s 0s ease-out infinite;
	border-radius:50%;

}

#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    background: #e60c3d;
    padding: 9px;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;

}


#callme #callmeMain i{
	font-size:31px;
	color:#fff;
}




@-webkit-keyframes zcwphone {

    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}

    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}

    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

}

@-moz-keyframes zcwphone {

    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}

    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}

    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

}

@keyframes zcwphone {

    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}

    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}

    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

}

@-webkit-keyframes zcwphone2 {

    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}

    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}

    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

}

@-moz-keyframes zcwphone2 {

    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}

    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}

    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

}

@keyframes zcwphone2 {

    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}

    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}

    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}

}

@-webkit-keyframes zcwmini {

    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}

    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}

    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}

}

@-moz-keyframes zcwmini {

    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}

    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}

    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}

}

@keyframes zcwmini {

    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}

    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}

    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}

}

@-webkit-keyframes zcwmini2 {

    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}

    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}

    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}

}

@-moz-keyframes zcwmini2 {

    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}

    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}

    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}

}

@keyframes zcwmini2 {

    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}

    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}

    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}

}





#sendemail .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

#sendemail  .form-control:-ms-input-placeholder {
    color: #fff
}


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





