.ewq{
    padding-top: 5px;
    padding-bottom: 30px;
}
.raf img{
    animation-name: rraf;
    animation-duration: 2s;
    animation-timing-function:linear;
    animation-iteration-count: infinite;
}
.how {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff5e00;
    color: #ffffff;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 7px;
    margin-right: 16px;
    -webkit-transition: .5s;
    transition: .5s;
    background: radial-gradient(#0035a3, #ff5e00);
}
@keyframes rraf{
    0%{
        padding: 0px;
    }
    50%{
        padding: 10px;
    }
    100%{
        padding: 0px;
    }
}
.main {
    font-family:Arial;
    width:500px;
    display:block;
    margin:0 auto;
  }
  .contact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.contact .contact-information {
    min-height: 150px;
    margin: 0 0 30px 0;
    padding: 30px 15px 0 15px;
    background:#2e0d78;
    border-radius: 18px;
}

.contact .contact-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#ff7e00;
    border-radius: 50px;
}

.contact .contact-icon i {
    font-size: 18px;
    color: #2e0d78;
}

.contact .contact-text {
    position: relative;
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ff7e00;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
    color: #454545;
}

.contact .contact-social a {
       margin-right: 10px;
    font-size: 24px;
    color: #00a3ff;
}

.contact .contact-social a:hover {
    color: #719a0a;
}

.contact .contact-form iframe {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
  /* h3 {
      background: #fff;
      color: #3498db;
      font-size: 36px;
      line-height: 100px;
      margin: 10px;
      padding: 2%;
      position: relative;
      text-align: center;
  } */
  .action{
    display:block;
    margin:100px auto;
    width:100%;
    text-align:center;
  }
  .action a {
    display:inline-block;
    padding:5px 10px; 
    background:#f30;
    color:#fff;
    text-decoration:none;
  }
  .action a:hover{
    background:#000;
  }

  .xs .coo{
    border: 1px solid #d423ff17;
    margin-bottom: 10px;
    padding: 5px;
    box-shadow: 0px 0px 3px 0px #2e0d7882;
  }

  .zoom {
    transition: transform .2s;
  }
  .zoom:hover {
    transform: scale(1.2);
  }


  #career-page{padding-top: 30px;
    padding-bottom: 20px;}


nav .navbar-brand{
    width: 27%;
}


.llogin{
            padding:30px 0px;
        }



.expect-circle {
    background: #3267c2 none repeat scroll 0 0;
    border: 4px solid #fd8006;
    border-radius: 50%;
    height: 109px;
    margin: auto;
    width: 109px;
}
.expect-circle:hover {
    background: #fd8006 none repeat scroll 0 0;
    border: 4px solid #3267c2;
    border-radius: 50%;
    height: 109px;
    margin: auto;
    width: 109px;
}
.expect-circle i{
    color:#fff;
    font-size:56px;
    line-height:100px;
}
/*.hvr-shutter-out-vertical{
    backface-visibility:hidden;background:rgba(255,255,255,.4) none repeat scroll 0 0;
    box-shadow:0 0 1px rgba(0,0,0,0);display:inline-block;position:relative;transform:translateZ(0);
    transition-duration:0.3s;transition-property:color;
    vertical-align:middle;padding:10px 5px;
}
.hvr-shutter-out-vertical>h3{color:#17A2B8;font-size:20px}
.hvr-shutter-out-vertical:before{
        content:"";position:absolute;z-index:-1;top:0;bottom:0;
        left:0;right:0;background:#FFBD33;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50%;
        transform-origin:50%;-webkit-transition-property:transform;
        transition-property:transform;-webkit-transition-duration:0.3s;
        transition-duration:0.3s;
        -webkit-transition-timing-function:ease-out;
        transition-timing-function:ease-out}
.hvr-shutter-out-vertical:hover,.hvr-shutter-out-vertical:focus,.hvr-shutter-out-vertical:active{color:white}
.hvr-shutter-out-vertical:hover:before,.hvr-shutter-out-vertical:focus:before,.hvr-shutter-out-vertical:active:before{
            -webkit-transform:scaleY(1);transform:scaleY(1)
        }*/
.animate-charcter
{
   /*text-transform: uppercase;*/
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size:16px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.zoom {
  transition: transform .2s;
}
.zoom:hover {
  transform: scale(1.1);
}
.food .food-item {
    position: relative;
    width: 100%;
    /*margin-bottom: 30px;
    padding: 50px 30px 30px;*/
    text-align: center;
    background: #ffffff;
}
.food .food-item:hover {
    border: transparent;
    border-radius: 15px;
    box-shadow:-1px 1px 18px -3px rgb(56 47 136);
    transition: .3s;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: white;
    background-color: rgb(255 94 0);
    border-bottom: 1px solid rgb(255 94 0);
}
.dd .item{
    margin-bottom: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #ff7e00;
    border-color: #ffffff;
}
.cor{
    padding-top: 80px;
    padding-bottom: 80px;
}
.allen-app-section .app-image .app-slider:after {
    position: absolute;
    width: 100%;
    height: 450px;
    content: "";
    background: url(../images/laptop-img.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: -29px;
    z-index: 1;
}
.allen-app-section .app-image {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding-top: 0;
}
.allen-app-section .app-image .app-slider {
    display: inline-block;
    width: 100%;
    max-width: 270px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
}
.allen-app-section .app-image .app-slider {
    display: inline-block;
    width: 100%;
    max-width: 270px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
}
.laptop-img {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#laptop-slide {
    width: 421px;
    height: 263px;
    overflow: hidden;
    position: absolute;
    display: inline-block;
    top: 114px;
    right: 90px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fd8006;
    border-radius: 22px;
    border: 0px solid red;
}
.nav-pills .nav-link {
        border-radius: 22px;
        border: 2px solid #2e0d78;
        background: white;
    }
    .b {
        padding: 40px 0px;
        background: url(../images/ff.jpg);
        background-attachment: fixed;
        background-size: cover;
    }
.top-nav {
    background:#ff5e00 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-nav .head {
    margin: 0;
    padding: 0px;
    list-style: none;
}
.top-nav .head li {
    margin: 0;
    list-style: none;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
}
.top-nav .head li a {
    margin: 0;
    padding: 0px;
    list-style: none;
    display: inline-block;
    color: #fff;
}
.apply-aiot {
    height: 28px;
    background: #68AE00;
    color: #fff;
    border: 1px solid #fff;
    padding: 0px 10px 5px 10px!important;
    border-radius: 4px;
    box-shadow: 0 0 5px #4c4747;
}
.apply-online {
    height: 28px;
    background: #d82323;
    color: #fff;
    border: 1px solid #fff;
    padding: 0px 10px 5px 10px!important;
    border-radius: 4px;
    box-shadow: 0 0 5px #4c4747;
}
.head .dropdown-menu li {
    border-left: 5px solid #fff;
    padding: 5px 10px;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.sec .abt {
    border: 7px solid red;
    margin: 5px;
    background:red;
    margin-top: 40px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #fd8006;
    border-color: #fffffd;
}
.secdown{
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: #bfd8f8;*/
    background: url(../images/a12.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.dd{
    padding-top: 30px;
    padding-bottom: 30px;
}
/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #ff7e00;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #d5192e;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}
.con {
    background:url(../images/dfddfvbds.png);
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 100px;
}
.con .counter {
    font: 700 2em/1 "Oswald", sans-serif;
    text-shadow: 0 0 80px rgb(255 255 255 / 50%);
    background: url(../img/a.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #ffffffad;
    -webkit-animation: aitf 10s linear infinite;
    font-size: 60px;
    margin-bottom: 30px;
}
/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    /* margin-top: 33px; */
    padding-top: 48px;
    /* background:#1850c3; */
    background: url(../images/foo.jpg);
    background-size: contain;
    background-attachment: fixed;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #fff;
    /* text-align: center; */
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
   position: absolute;
    content: "";
    width: 59px;
    height: 2px;
    bottom: 0;
    left: 0px;
    background:#c87111;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    transition: .3s;
}

.footer .footer-link a::before {
   position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    color: #c9731a;
}

.footer .footer-link a:hover {
    color: #fbaf32;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
        width: 28px;
    color: #c9731a;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
}

.footer .footer-social a {
        display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#000000;
    border-radius: 35px;
    font-size: 16px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: #719a0a;
}

.footer .footer-social a:last-child {
    margin: 0;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
        height: 60px;
    background: transparent;
    border:1px solid #ff9800;
    border-radius: 5px;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
}

.footer .copyright {
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background:#ff7e00;
}

.footer .copyright p {
    margin: 0;
    display: inline-block;
    color: #fff;
}

.footer .copyright p a {
    color:#190052;
}

.footer .copyright p a:hover {
    color: #719a0a;
}
.cc{ padding-top: 40px;
padding-bottom: 40px; }
/* .card {
    border: 1px solid#3267c24d !important;
    border-radius: 27px;
    border-top-color: transparent!important;
} */
.cc h2{color: #3267c2;}
.nav-tabs {
    margin-top: 10px;
    border-bottom: 1px solid #0149d9;
    background: #fff;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #382f88fa; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #ff7e00;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
































/*......................SRART Responsive .......................*/ 
@media (max-width: 2560px){
    .cca{
        padding-top: 100px;
        
    }
    nav .navbar-brand {
        width: 19%;
    }
    .xs{
        padding-top:20px;
        padding-bottom: 20px;
    }
    #car{
        position: absolute!important;
        margin-top: -463px!important;
        left: 1111px!important;
        width: 24%!important;
    }
}
@media (max-width: 1920px){
    .coo .col-md-3{
        padding-right: 0px;
    }
    .coo h6{
        padding-top: 25px;
    }
    #car {
        position: absolute!important;
        margin-top: -463px!important;
        left: 790px!important;
        width: 32%!important;
    }
}
@media (max-width: 1440px){
    #car {
        position: absolute!important;
        margin-top: -463px!important;
        left: 550px!important;
        width: 42%!important;
    }  
}
@media (max-width: 1024px){
    .cca {
        padding-top: 42px;
    }
    .b .col-md-1{
        padding: 0px;
    }
    .coo h6{
        padding-top: 18px;
    }
    #car {
        position: absolute!important;
        margin-top: -388px!important;
        left: 370px!important;
        width: 50%!important;
    }
    .footer .footer-contact h2::after, .footer .footer-link h2::after, .footer .footer-newsletter h2::after {
    left: 70px!important;
    }
}
@media (max-width: 768px){
    
}
@media (max-width: 576px){
    .cca {
        padding-top: 10px;
        margin-left: 28px;
    }
    nav .navbar-brand {
        width: 60%;
    }
    .news .n{
        background:transparent;
    }
    #car {
        position: absolute!important;
        margin-top: -213px!important;
        left: 211px!important;
        width: 48%!important;
    }
    .footer .footer-contact h2::after, .footer .footer-link h2::after, .footer .footer-newsletter h2::after {
    display: none;
    }
}
@media (max-width: 425px){
    .coo h6{
        padding-top: 13px;
    }
    #car{
        position: absolute!important;
        margin-top: -165px!important;
        left: 152px!important;
        width: 51%!important;
    }   
}
@media (max-width: 375px){
    .coo h6{
        padding-top: 8px;
    }
    #car {
        position: absolute!important;
        margin-top: -144px!important;
        left: 135px!important;
        width: 50%!important;
    }  
}
@media (max-width: 320px){
    #car {
        position: absolute!important;
        margin-top: -121px!important;
        left: 116px!important;
        width: 49%!important;   
    }    
}

/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px){.mobile{display: none;}}
@media(min-width: 1440px){.mobile{display: none;}}
@media(min-width: 1024px){.mobile{display: none;}}
@media(min-width: 768px){.mobile{display: none;}}
@media(max-width: 576px){.desktop{ display: none}}
@media (max-width: 425px){.desktop{ display: none}}
@media (max-width: 375px){.desktop{ display: none}}
@media (max-width: 320px){.desktop{ display: none}}