body {
    overflow-x: hidden;
}
@import url('https://fonts.googleapis.com/css?family=Archivo+Black|Roboto+Slab&display=swap');
/*count down class*/
.ct{
  margin-top: 2%;
}
@media only screen and (max-width: 640px){
  .cnt{
  display: none;
}
  .ct{
    margin-top: 0%;
  }
}
/*topbar class*/
.bg4{
    background: #050505;
    padding: 5px 0px;
    text-align: center;
}
@media only screen and (max-width:746px){
.bg4{
display: none;
}
}
.t2{
    color:#fff;
    font-size: 1vw;
}
@media only screen and (max-width:700px){
.t2{
    font-size: 10px;
}
}
@media only screen and (max-width:606px){
  .modal-content {
  margin-right:-1vw !important;
  margin-left: 0% !important;
}
}
@media only screen and (max-width:956px){
.jo{
    background: #fff;
}
.vid{
  width: 60vw;
  height: 29.4vw;
}
.modal-content {
  margin-left:0%;
}
}
.top1 li {
  display: inline-block;
}
/*carousel start*/
/*video icon*/
.i{
  font-size: 2vw;
}
.j{
  font-size: 1vw;
}
.h{
  font-size: 1.2vw;
}
.modal-content {
  margin-top: 15%;
  width: 80vw;
  height: 29.4vw;
  margin-left:-18%;
}
.btn-danger1{
  margin-left: 80%;
  margin-top: 13%;
  cursor: pointer;
}
.vid{
  width: 50vw;
  height: 29.4vw;
}

.en1{
  background: linear-gradient(to right, #8e0e00, #1f1c18);
}
.enr{
  font-size: 18px;
  font-weight: bold;
  padding:5%;
}
.en2{
  background: #8B35F9;
}
.enr2{
  font-size: 16px;
  font-weight: bold;
  padding:1%;
}
#more {display: none;
}
.disp{
  font-size: 5vw;
  color: #fff;
}
.disp1{
  font-size: 2vw;
  color: #fff;
}
.disp2{
  font-size: 1vw;
  color: #fff;
}
@media only screen and (max-width: 640px){
  .intro-banner-vdo-play-btn{
    height:60px;
    width:60px;
    position:absolute;
    top:66%;
    left:46%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
  }
  .modal-content {
  margin-right:-1vw !important;
  margin-left: 0% !important;
}
}
.blueBg {
    background-color: #1B13F6!important;
    background-image: #5B9AFA;
}
.intro-banner-vdo-play-btn{
    height:60px;
    width:60px;
    position:absolute;
    top:66%;
    left:67%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}
.intro-banner-vdo-play-btn i{
    line-height:56px;
    font-size:30px
}
.intro-banner-vdo-play-btn .ripple{
    position:absolute;
    width:160px;
    height:160px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-80px 0 0 -80px;
    border-radius:100px;
    -webkit-animation:ripple 1.8s infinite;
    animation:ripple 1.8s infinite
}

@-webkit-keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple{
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.intro-banner-vdo-play-btn .ripple:nth-child(2){
    animation-delay:.3s;
    -webkit-animation-delay:.3s
}
.intro-banner-vdo-play-btn .ripple:nth-child(3){
    animation-delay:.6s;
    -webkit-animation-delay:.6s
}
.fa-play-circle{
   font-size:22px;
  color:#FDFDFD;
}
/*video icon end*/
/*top card*/
.why-us {
  padding: 0 0 30px 0;
  position: relative;
  z-index: 3;
  margin-top: -5%;
}

.why-us .content {
  padding: 30px;
  background: #ff5821;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgb(101, 155, 246);
  padding: 40px 30px;
  width: 100%;
}

/*top card end */
.imgs{
  height: 400px;
}
.bt{
  margin-left:50%;
}
.bt:hover{
  background: #0DB237;
}
.home-banner-area {
  background: url(../images/banner/home-banner-bg-2.png) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px; }
@media (min-width: 1921px) {
    .home-banner-area .fullscreen {
      align-items: start !important;
      padding-top: 250px;
      max-height: 900px !important; } }
@media (max-width: 768px) {
    .home-banner-area .fullscreen {
      height: 700px !important; } }
  @media (max-width: 1680px) and (min-width: 1200px) {
    .feature-area {
      margin-top: -110px; } }
  @media (max-width: 1200px) and (min-width: 991px) {
    .feature-area {
      display: none; } }
  @media (max-width: 991px) {
    .feature-area {
      margin-top: 0px; } }
  .feature-area .container-fluid {
    padding-left: 50px; }
    @media (min-width: 1921px) {
      .feature-area .container-fluid {
        max-width: 1140px;
        padding-left: 0; }
        .feature-area .container-fluid .col-lg-2.col-md-6 {
          -ms-flex: 0 0 16.666667%;
          flex: 0 0 22.666667%;
          max-width: 22.666667%; } }
    @media (max-width: 767px) {
      .feature-area  {
        padding-left: 15px; 
        margin-top: 120px;
        } }

.feature-item {
  margin: 30px 0px;
  border-right: 1px solid rgba(130, 139, 178, 0.2);
  padding-right: 20px; }
  .feature-item i {
    font-size: 30px;
    color: #828bb2; }
  .feature-item h4 {
    font-size: 18px;
    margin-bottom: 20px; }
  .feature-item p {
    margin-bottom: 0px; }
/*carousel end*/
/*card start*/
.img6{
  height: 60px;
  width: 60px;
}
@media screen and (max-width: 600px){
  .img6{
  height: 30px;
  width: 30px;
}
  .imgs{
  height: 320px;
  width: 270px;
  margin-left: 30%;
}
}
@media screen and (max-width: 400px){
  .imgs{
  height: 220px;
  width: 200px;
  margin-left: 30%;
}
  .modal-content {
  margin-right:-1vw !important;
  margin-left: 0% !important;
}
}

.top1{
  font-size: 18px;
  font-weight:  bold;
  /*color: #fff;*/
}
@media screen and (max-width: 600px){
.top1{
  font-size: 8px;
}
.why{
  padding-top: 20px;
}
}
@media screen and (max-width: 964px){
.top1{
  font-size: 8px;
}
.why{
  padding-top: 20%;
}
}
.why{
  padding-top: -20px;
}

.card2 {
  box-shadow: 0 2px 6px rgb(101, 155, 246);
  padding: 12px 2px;
  color: black;
  height: 140px;
  border-radius: 2%;  
}
.card3 {
  box-shadow: 0 2px 5px rgb(101, 155, 246);
  padding: 12px 2px;
  color: black;
  height: 130px;
  border-radius: 2%; 
}
.p2{
  margin-top: 1%;
  margin-left: 3%;
  font-size: 14px;
  color: #3F3C42;
}
/*card end */
.bann{
	font-family: 'Roboto Slab', serif !important;
  font-size: 4em;
  /*padding:2%;*/
}

.div1 {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
  font-size: 1.5em;
}

.div1:first-of-type {    
  animation: showup 7s infinite;
}

.div1:last-of-type {
  animation: reveal 15s infinite;
}

.div1:last-of-type .span {
  margin-left:-355px;
  animation: slidein 15s infinite;
}
.div2 {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
  /*font-size: 4em;*/
}

.div2:first-of-type {    
  animation: showup 7s infinite;
}

.div2:last-of-type {
  animation: reveal 7s infinite;
}

.div2:last-of-type .span {
  margin-left:-355px;
  animation: slidein 7s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:355px;}
}
/*font class end*/
.bg3{
  background: #7917F6;
  padding:2%;
}
/*.ro{
  border-radius: 20%;
  padding:2%;
}*/
.tab1{
  width: 100%;
}
.tab1 .tr.th{
  width: 100%;
  text-align: center;
}
.en{
	margin-left: 40%;
}

#hydera-bann .dark-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    width: 100%; 
}
table, th, td {
  border: 1px solid black;
}

/*PLUS minus */
.card-title{
  margin-left: 2%;
  margin-top: 10px;
}
  .card-header{
  font-size: 17px;
  cursor: pointer;
  color: #474A4F;
  background: #fff;
  font-weight: bold;
}
/*PLUS minus */
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right;
    color: #1276EA; 
    font-weight: bold;
}
.accordion .card-header.collapsed:after {
    content: "\f067";
}
.ul{
  margin-left: 30px;
}
.carousel-control-prev-icon{
  margin-left: 20%;
}
.carousel-control-next-icon{
  margin-left: 5%;
}
/*footer start*/
.to{
   padding-top: 1%;
}

.footer-section {
  background: #252D31;
  position: relative;
}
.footer-cta {
  border-bottom: 2px solid #fff;
}
.single-cta i {
  color: #10A0DF;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #10A0DF;
}
.t3{
  color:#fff;
}
.twitter-bg{
  background: #10A0DF;
}
.google-bg{
  background: #10A0DF;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #10A0DF;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #fff;
}
.footer-widget ul li a {
  color: #fff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #fff;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #10A0DF;
    padding: 13px 20px;
    border: 1px solid #fff;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
@media screen and (max-width: 600px){
.copyright-area{
  padding-bottom: 40px;
}}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.foot1{
  padding-left:22%;
}
@media screen and (max-width: 600px){
.foot1{
  padding-left:0%;
}}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.img7{
height: 40px;
width: 120px;

}
@media screen and (max-width: 600px){
.img7{
height: 30px;
width: 70px;

}}

/*footer section end*/
/*Aws page testimonial start*/
/*testimonials start*/

.testimonials {
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  display: block;
  width: 100%;
  min-height: 260px;
}

.testimonials ul {
  list-style: none;
  padding: 0;
}

.testimonials li {
  display: inline-block;
  background-color: white;
  margin: 50px 10px 10px 10px;
  width: calc((100% - 55px) / 2);
  height: 240px;
  border: solid 1px #bdbdbd;
  position: relative;
  transition: ease-in-out .3s;
}

.testimonials li img {
  height: 70px;
  width: 70px;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 15px #fff;
  background-color: #fff;
  transition: box-shadow 0.3s linear;
}

.testimonials li p {
  position: absolute;
  width: 70%;
  text-align: center;
  top: 50px;
  left: 50%;
  transform: translatex(-50%);
  font-size: 15px;
}

.testimonials li h5 {
  position: absolute;
  text-decoration: bold;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  font-size: 17px;
}

.testimonials li:hover {
  background-color: #212121;
  color: #fff;
}

.testimonials li:hover img {
  box-shadow: 0px 0px 0px 2px #fff;
}

@media only screen and (max-width: 860px) {
  .testimonials li {
    width: 70%;
    margin: auto;
    display: block;
    margin-top: 70px;
  }
  
  .testimonials li:first-child {
    margin-top: 50px;
  }
}

.cr {
  display: block;
  width: 70%;
  margin: auto;
  height: 100%;
  margin-top: 20px;
  text-align: justify;
}

@media only screen and (max-width: 750px) {
  .cr {
    width: 90%;
  }
}

.cr h1, h2, h3 {
  margin-top: 15px;
  margin-left: 0;
}
/*testimonial end*/
.bl{
      width: 32%;
      background: #387CFB ;
      margin-right: 1%;
      border-radius: 5%;
}
/*heading*/

.heading {
    margin: 0 0 10px;
    background-color: #5739FE;
    color: #fff;
    padding: 10px 35px;
    position: relative;
    left: -35px;
    width: 100%;
}
.heading {
    clear: both;
    padding: 10px 20px;
    font-weight: 500;
}
.heading::before {
    content: "";
    background: linear-gradient(to bottom left,#3c4950 49%,transparent 50%);
    width: 19px;
    height: 19px;
    position: absolute;
    bottom: -19px;
    left: -1px;
}
/*image gallery*/
#gallery {
   padding-top: 40px;
}
 @media screen and (min-width: 991px) {
   #gallery {
     padding: 60px 30px 0 30px;
  }
}
 .img-wrapper {
   position: relative;
   margin-top: 15px;
}
 .img-wrapper img {
   width: 100%;
}
 .img-overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   opacity: 0;
}
 .img-overlay i {
   color: #fff;
   font-size: 3em;
}
 #overlay {
   background: rgba(0, 0, 0, 0.7);
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 999;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
 #overlay img {
   margin: 0;
   width: 80%;
   height: auto;
   object-fit: contain;
   padding: 5%;
}
 @media screen and (min-width: 768px) {
   #overlay img {
     width: 60%;
  }
}
 @media screen and (min-width: 1200px) {
   #overlay img {
     width: 50%;
  }
}
 #nextButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #nextButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #nextButton {
     font-size: 3em;
  }
}
 #prevButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
}
 #prevButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #prevButton {
     font-size: 3em;
  }
}
 #exitButton {
   color: #fff;
   font-size: 2em;
   transition: opacity 0.8s;
   position: absolute;
   top: 15px;
   right: 15px;
}
 #exitButton:hover {
   opacity: 0.7;
}
 @media screen and (min-width: 768px) {
   #exitButton {
     font-size: 3em;
  }
}