.gray-bg { background: #f5f5f5 !important;}

header {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 4px 15px 0px #00000024;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.topmargin{
    margin-top: 60px;
}
.mainslider h1 {
    color: #004B7F;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: "PT Serif", serif;
}
.mainslider h1 span{
    color: #ed721d;
}
.mainslider strong {
    font-style: italic;
    font-size: 19px;
    font-weight: 500;
    color: #0e1c31;
}
.mainslider p {
    font-size: 15px;
    color: #454141;
}
.mainslider ul {
    padding: 0px;
    margin: 0px 0px 15px;
}
.mainslider li {
    list-style: none;
    font-size: 16px;
    padding: 5px 0;
    color: #5a5a5a;
}
.mainslider li .fas {
    color: #67b906;
    font-size: 15px;
    margin-right: 7px;
}


/* Form CSS */
.requestform {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 2px #0000001a;
}
.requestform strong{
  color: #181818;
  font-size: 35px;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 35px;
}
.requestform p {
    color: #7d7a7a;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}
.requestform label {
    font-size: 15px;
    color: #7d7a7a;
    margin-bottom: 0;
}

.requestform textarea{
    overflow: auto;
    resize: vertical;
    border-radius: 0px;
}
.contact-us-form button {
    display: inline-block;
    border: none;
    background: #ed721d;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 18px;
}
.contact-us-form button:hover{
    background: #004B7F;
}
.login-signup-form input, .login-signup-form select {
    height: 45px;
    border-radius: 0px;
}
.login-signup-form .input-group-text{
    height: 45px;
    border-radius: 0px;    
}
.login-signup-form .red{
    color: #ff0000;
}
.main-header .header-module p {
    font-size: 16px;
    letter-spacing: .025em;
    color: #143058;
    display: inline-block;
    border: 1px solid #cbcbcb;
    border-radius: 50px;
    padding: 8px 10px;
    background: #ffffff;
    margin-bottom: 0px;
    font-family: "PT Serif", serif;
}
.header-module a {
    color: #143058;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.contact-us-form .fancy-title h2 {
    font-size: 32px;
    margin: 0 0 5px;
    color: #ed721d;
    font-weight: 700;
    font-family: "PT Serif", serif;
}
.form-group {
    margin-bottom: 1rem;
}

.teachus{margin-top: 60px; padding: 20px; background: #fff; border-radius: 8px;}

.selectcountrycode select{
    width: 100%;
    padding: 0px 10px;
    border: 1px solid #dee2e6;
    color: #474747;
}

.main-page .air {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../images/wave.png);
    background-size: 1000px 100px
}

.main-page .air.air1 {
    animation: wave 30s linear infinite;
    /*z-index: 1000;*/
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;
}

@keyframes slidein {
    from {
        transform: translateX(-10rem);
        opacity: 0;
    }

    to {
        transform: translate(0);
        opacity: 1;
    }
}

.main-page .air.air2 {
    animation: wave2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

.main-page .air.air3 {
    animation: wave 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}

.main-page .air.air4 {
    animation: wave2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}

@keyframes wave {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes wave2 {
    0% {
        background-position-x: 0px;
    }

    100% {
        background-position-x: -1000px;
    }
}

.mobile-screen {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.mobileimage {
    background: url(../images/mobile-bg.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1;
}
.digitalcardscreen-content {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding-top: 8px;
    animation: marquee 80s linear infinite;
}

.digitalcardscreen-content:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.digitalcardscreen-content img {
    width: 80%;

    
}




/* Responsive CSS */
@media only screen and (max-width:767px){
header{padding: 15px 0px;}
.mainslider { margin-bottom: 10px;}
.mainslider h1 {font-size: 24px;line-height: 30px;margin-bottom: 6px;font-weight: 900;}
.mainslider p{font-size: 16px; color: #415057;}
.contact-us-form .fancy-title h2{font-size: 26px;}
.col-reverse {flex-direction: column-reverse;}
.requestform{margin-bottom: 30px;}
.digitalcardscreen-content img {width: 55%;}
}

/*@media screen and (min-width:768px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
.digitalcardscreen-content img {width: 60%;}
}*/

@media (min-width: 768px) and (max-width: 1024px){
.mainslider h1{font-size: 30px;line-height: 36px;}
.mainslider p{font-size: 16px; color: #415057;}
.requestform label{font-size: 10px;}
.form-group{margin-bottom: 0px;}
.main-header .header-module p {font-size: 10px;padding: 8px 0px;}
.contact-us-form .fancy-title h2{font-size: 21px;}
.digitalcardscreen-content img {width: 100%;}
.mobile-screen {height: 300px;}
}

@media (min-width: 1024px) and (max-width: 1366px){
.digitalcardscreen-content img {width: 60%;}
}



@media(min-width: 820px) and (max-width: 1180px) and (orientation: landscape){
.mobile-screen {height: 400px;}
.digitalcardscreen-content img {width: 85%;}
}

@media(min-width: 430px) and (max-width: 932px) and (orientation: landscape){
.mobile-screen {height: 300px;}
.digitalcardscreen-content img {width: 85%;}
}

