html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: 'Playfair Display', serif;
}


body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}
h4{
    text-transform:capitalize;
}

* {
  padding: 0;
  margin: 0;
}

h2{
  font-size: 45px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: capitalize;
}

.m-100{
  margin-bottom: 80px;
}
.p-100{
  padding: 80px 0px;
}
.sec-btn{
    display: inline-block;
    padding: 10px 20px;
    background-color: #0d5ef4;
    color: #fff;
    transition: .5s;
    border-radius: 5px;
    font-size: 15px;
    font-variant: small-caps;
    margin-top: 10px;
    position: relative;
  }
  .sec-btn:hover{
    background-color: transparent;
    color: #fff;
    box-shadow: 0px 10px 20px 0px #0012532c;
  }
  .sec-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    transform: scale(1,0);
    transition: .5s;
    height: 100%;
    background-color: #050f2d;
    content: "";
  }
  .sec-btn:hover:after{
    transform: scale(1);
  }
  .sec-btn span{
    position: relative;
    z-index: 3;
  }
  .sec-btn2{
    padding: 8px 20px;
    border: 1px solid #0d5ef4;
    color: #0d5ef4;
    border-radius: 5px;
    transition: .5s;
    font-size: 15px;
    display: inline-block;
    margin: 0px 15px;
  }
  .sec-btn2:hover{
    background-color: #eee;
  }
.under{
  color: #0d5ef5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.offer{
    font-size:18px;
        text-transform: capitalize;
}

/*---What-Section---*/

.what2{
    position:fixed;
    bottom:120px;
    right:30px;
}

.what2 a span{
    width:0;
}
.what2 a i{
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    border-radius:100%;
    margin-left:10px;
    color:#fff;
    background-color:#f4570d;
    width:50px;
}
.what2 a i:hover{
    background-color:#050f2d;
}
.cheat-box{
  position: fixed;
  bottom: 90px;
  width: 340px;
  z-index: 9999;
  display: none;
  border-radius: 10px;
  transition: .5s;
  background-color: #fff;
  left: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.144);
}
.cheat-box:hover{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.365);
}
.cheat-box .che-head{
  padding:15px 20px;
  display: flex;
  border-radius: 10px 10px 0px 0px;
  align-items: flex-start;
  background-color: #0ea949;
  color: #fff;
  margin-bottom: 10px;
}
.cheat-box > small{
  padding: 20px;
  color: rgb(87, 85, 85);
}
.cheat-box .che-head i{
  display: inline-block;
  margin-right: 10px;
  font-size: 40px;
  font-weight: 300;
}
.cheat-box .che-head small{
  color: rgba(255, 255, 255, 0.799);
}
.cheat-box .che-head small b{
  color: #fff;
}
.cheat-box .che-head h6{
  font-size: 20px;
  margin-bottom: 0px;
}
.cheat-box .che-item h6{
  font-size: 17px;
  margin-bottom: 0px;
}
.cheat-box .che-item a{
  display: flex;
  align-items: center;
  transition: .5s;
  margin: 15px 20px;
  padding: 10px;
  background-color: rgb(228, 218, 218);
  border-left: 2px solid #0ea949;
}
.cheat-box .che-item a:hover{
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.185);
  background-color: #fff;
  color: rgb(61, 60, 60);
}
.cheat-box .che-item svg {
  fill: #0ea949;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
  font-size: 58px;
  height: 40px;
}
.cheat-box .che-item i:last-child{
  color: #0ea949;
  display: inline-block;
  margin-left: 5px;
  font-size: 20px;
}
.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}
.cheat1{
  display: block;
}
.what .news{
  display: none !important;
}
.what a{
  display: flex;
  align-items: center;
  border-radius: 30px;
  transition: 3s;
  background-color: rgb(242, 235, 235);
}
.what a:first-child{
  display: none;
}

.what a span{
  font-size: 16px;
  padding: 0px 10px;
}
.what a:last-child{
  margin-top: 50px;
}
.what a i{
  border-radius: 100%;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.224);
  background: #0ea949;
}
.what .fa-xmark{
  display: none;
  font-size: 30px;
}
.what a:last-child i{
  font-size: 25px;
}
.what .news2 .fa-xmark{
  display: flex;
}
.what .news2 .fa-whatsapp{
  display: none;
}
.what .news2{
  width: 50px;
  transition: 3s;
}
.what .news2 span{
  display: none;
  transition: 5s;
}

/*---What-Section---*/

/*===Modle-Section===*/

.t-modle{
    height:100%;
    width:100%;
    background-color:#262424a3;
    align-items:center;
    display:flex;
    justify-content:center;
    flex-direction:column;
    position:fixed;
    top:0;
   animation:  toper 3s ease-in ;
    left:0;
    z-index:99999;
}
.t-modle .m-box{
    animation:  top 2s linear ;
}
.t-modle .m-box .quote{
    padding:30px;
}

.t-modle .m-box .log-img{
  height: 100%;
  display: flex;
  align-items: center;
  background-position: center;
  border-radius: 20px;
  padding: 30px;
  flex-direction:column;
  text-align:center;
  position: relative;
  justify-content: center;
  background-image: linear-gradient(#00000092,#00000092),url(../images/login.jpg);
  color: #fff;
  background-size:cover;
}
.t-modle .m-box .log-img h4{
  font-size: 28px;
  text-align: center;
  font-weight: 700;
}
.login-form .login-content{
  padding: 30px;
  text-align: center;
  background-color: #eee;
  margin-left: -40px;
  border-radius: 0px 20px 20px 0px;
}
.login-form .login-content h3{
  font-weight: 700;
  margin-bottom: 20px;
  text-align:left;
      display:flex;
    font-size:30px;
    justify-content:space-between;
    align-items:center;
}
.login-form .login-content h3 i{
    display:flex;
    align-items:center;
    justify-content:center;
    height:40px;
    width:40px;
    background:#0d5ef4;
    border-radius:100%;
    color:#fff;
        cursor: pointer;
}
 .login-content input{
  width: 100%;
  outline: none;
  border: none;
}
 .login-content .input-text{
  display: flex;
  border-radius: 5px;
  padding: 13px 10px;
  margin-bottom: 15px;
  background-color: #fff;
  align-items: center;
  border: 1px solid #00a9a4;
}
 .login-content .input-text i{
  padding-right: 8px;
  font-size: 18px;
  color: #0d5ef4;
}
.login-form .login-content label{
  font-weight: 600;
  padding-bottom: 5px;
  display: inline-block;
}
.login-form .login-content form{
  text-align: left;
}
.login-form .login-content button{
    border:none;
}

@keyframes top {
  0%{
    margin-top: -100%;
  }
  100%{
    margin-top: 0%;
  }
}
@keyframes toper {
  0%{
    margin-right: -100%; opacity:0 ;
  }
  100%{
    margin-right: 0%; opacity:1 ;
  }
}


/* ---Login-Section-End--- */
/* ------header-section-start---- */
.notic-bar{
    padding: 10px 20px;
    text-align: center;
    background-color: #0d5ef4;
    color: #fff;
}
.top-bar {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}
.top-bar .sign{
  margin: 0px 18px;
}
.top-bar .top-item{
  position: relative;
  display:none;
}
.top-box .fa-cart-shopping{
    display:none;
}
.top-bar .top-item .top-content{
  position: absolute;
  top: 45px;
  width: 330px;
  height: 100%;
  transform: scale(1,0);
  transition: .5s;
  right: 0;
  z-index: 55;
}
.top-content .top-text{
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #0d5ef51f;
  border-radius: 10px;
  padding: 20px;
  z-index: 99999;
}
.top-content .top-text a{
  color: #0d5ef5;
}
.top-box .phone i{
  font-size: 16px;
}
.top-content .top-text hr{
  margin: 10px 0px;
}
.top-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-bar .sec-btn{
    margin-top: 0px;
}
.top-bar .phone a{
    color: #0d5ef4;
    font-size: 18px;
}

.top-box i{
  padding-right: 10px;
  color: #0d5ef4;
  font-size: 25px;
}
.top-logo img{
    width:180px;
}
.menu {
  box-shadow: 0px 8px 16px 0px #0d5ef421;
}
.menu .book a{
  color: #fff;
}
.menu .navbar-nav .nav-link{
  font-weight: 500;
  font-size: 18px;
  position: relative;
  color: #7d7d84;
  padding: 0px;
}
.menu .navbar-nav .nav-item{
    margin: 10px 15px;
}
.menu .navbar-nav .nav-link::after{
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d5ef4;
    content: "";
    transition: .5s;
    transform: scale(0);
}
.topper{
  transform: scale(1) !important;
}
.menu .navbar-nav .nav-link:hover:after,.menu .navbar-nav .nav-link.active::after{
    transform: scale(1);
}

.menu .navbar-nav .dropdown .dropdown-menu{
  width: 250px;
}
.menu .navbar-expand-lg .navbar-nav .dropdown:hover .dropdown-menu{
  display: block;
}

.menu .navbar-brand{
  display: none;
}

header .new{
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.196);
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 0;
  width: 100%;
}

.new .navbar-brand{
  display: block;
}
.new .navbar{
  margin-top: 0px;
  background-color: transparent;
}
.menu .container{
    padding: 0px;
}
.menu .dropdown-menu {
  width: 280px;
  padding: 0;
  transition: 5s;
}
.menu .dropdown:hover .dropdown-menu {
  display: block;
  animation: up .4s linear alternate;
}

.menu .dropdown-menu .dropdown-item {
  font-size: 18px;
  border-bottom: 1px solid #050f2d;
  padding: 8px 16px;
}

.menu .dropdown-menu .dropdown-item:hover {
  background-color: #050f2d;
  color: #fff;
}
/* ----header-section-end----- */

/* ----Hero-Section-Start---- */

.hero-section{
    background-image: url(../images/hero-bg.jpeg);
    background-position: bottom;
    background-size: cover;
  }
  .hero-section .hero-content h2{
    font-size: 50px;
    font-weight: 700;
  }
  .hero-section .hero-content h4{
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0px;
  }
   
    .hero-content .sec-btn{
      margin: 15px;
    }
    .hero-img img{
      width: 100%;
    }
  /* ----Hero-Section-End---- */
  
  /* -----price-section-start----- */

  .price-section{
    position: fixed;
    top: 0;
    width: 40%;
    transition: 1s;
    display: none;
    right: -40%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999;
    background-color: #fff;
    height: 100%;
    text-align: center;
  }
  .price-section .price-items{
    padding: 40px;
  }
 .price-box{
  padding:40px 20px;
  background-color: #eee;
  border: 1px solid #0d5ef5;
 }
 .pirce-btn {
  transform: rotate(90deg);
  padding: 10px 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius:0px 0px 6px 6px;
  background-color: #0d5ef5;
  border: 1px solid #050f2d;
  color: #fff;
  position: absolute;
  left: -76px;
}
 .pirce-btn p{
  margin-bottom: 0;
 }
 .price-section.price-show{
  right: 0px;
  transition: 1s;
 }


  /* -----price-section-end----- */

  .service-section .ser-box .text {
    padding: 20px;
  }
  
  .service-section .ser-box h2 {
    font-weight: 700;
    font-size: 35px;
  }
  
  .service-section .ser-box p {
    margin-bottom: 5px;
  }
 
  .ser-nav .ser-list {
    border-radius: 2px;
    margin: 10px;
    font-weight: 600;
    background-color: #eee;
    font-size: 18px;
    padding: 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    transition: .5s;
    position: relative;
    cursor: pointer;
  }
  
  .ser-nav .ser-list::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0d5ef5;
    transition: .4s;
    content: "";
  }
  
  .ser-nav .ser-list:hover::after {
    height: 100%;
  }
  
  .ser-nav .ser-list::before {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    transform: translate(-50%, -50%);
    height: 3px;
    background-color: #050f2d;
    z-index: 3;
    transition: .4s;
    content: "";
  }
  
  .ser-nav .ser-list:hover:before {
    width: 100%;
  }
  .ser-content{
    margin-top: 20px;
  }
  
  .ser-nav .ser-list img {
    z-index: 9;
    width: 45px;
    filter: brightness(0.3);
    transition: .5s;
  }
  .ser-nav .ser-list:hover img{
    filter: brightness(1);
  }
  .ser-nav .slider-nav {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
  }
  
  
  .ser-nav .ser-list:hover span {
    color: #fff;
    position: relative;
    z-index: 4;
  }
  
  .service-two .ser-img img {
    width: 100%;
  }
  
  .ser-content .ser-img {
    overflow: hidden;
  }
  
  .ser-content .ser-img img {
    
    transition: .5s;
    width: 100%;
    object-fit: cover;
  }
  .ser-list-two ul{
      padding:0px;
      list-style:none;
      margin:0px;
  }
  .ser-list-two ul li{
      display:flex;
      align-items:center;
      margin:7px 0px;
  }
  .ser-list-two ul li i{
      height:25px;
      width:25px;
      border-radius:100%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      background-color:#050f2d;
      margin-right:10px;
  }
  
    .ser-list-two ul li span{
        flex:1;
    }
    
  .service-two .ser-box .sec-btn {
    margin-top: 0;
  }
  
  .ser-para p {
    margin-bottom: 5px;
  }
  
  .service-section .ser-item1,.service-section .ser-item2,.service-section .ser-item3,.service-section .ser-item4,.service-section .ser-item5,.service-section .ser-item6{
    display: none;
  }
  
  .ser-nav .ser-new::before {
    width: 100%;
  }
  
  .ser-nav .ser-new::after {
    height: 100%;
  }
  .ser-nav .ser-new img{
    filter: brightness(1);
  }
  .ser-nav .ser-new span {
    position: relative;
    color: #fff;
    
    z-index: 4;
  }
  .ser-nav .ser-list span{
    line-height: 24px;
    display: inline-block;
    margin-left: 20px;
  }
  .service-section .ser-2{
    display: block !important;
  }
  /* ---Service-Section-End--- */

  /* -----different-section-Start---- */

.different-section{
  text-align: center;
}
.dif-box{
  margin: 0px 10px;
}
.dif-box .dif-img{
  margin: 20px auto -110px auto ;
  max-width: 470px;
  position: relative;
  padding-top: 30px;
}
.dif-box .dif-img::after{
  position: absolute;
  top: 0;
  left: 0;
  border-color: #0d5ef4;
  border-style: solid;
  border-width: 7px 12px 0 12px;
  background-color: #f3f7fb;
  border-radius: 840px;
  height: 80%;
  width: 100%;
  content: "";
}
.dif-box .dif-img img{
  position: relative;
  z-index: 3;
}
.dif-box .text{
  padding: 120px 40px 40px;
  border-radius: 15px;
  background-color: #f3f7fb;
}
.dif-box .text p{
  margin-bottom: 0px;
}
/* -----different-section-End---- */


/* --------project-secction---------- */
.project-section {
  text-align: center;
}

.pro-head h2 {
  margin-top: 0;
}

.pro-box {
  height: 380px;
  overflow: hidden;
  transition: 2s;
  margin: 10px;
  border-radius: 0px;
  border: 20px solid #eee;
  position: relative;
}
.pro-box .pro-img{
  overflow: hidden;
}
.pro-box a img {
  transition: 5s;
  transform: translateY(0);
  width: 100%;
}
.pro-box:hover a img {
  transform: translateY(calc(-100% + 330px));
}

.project-section ul li a {
  padding: 10px 15px;
  color: #fff;
  border: 2px solid #0d5ef5;
  background: #0d5ef5;
}
.project-section ul li {
  margin: 0px 4px;
}
.project-section ul li a:hover {
  color: #0d5ef5;
  border-radius: 30px;
  background-color: transparent;
}
.project-section #tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 10px 0px;
  list-style: none;
}

.project-section ul li .mixitup-control-active {
  color: #0d5ef5;
  border-radius: 30px;
  background-color: transparent;
}

.project-section .pro-layer a {
  color: #fff;
}
.project-section .pro-layer p {
  font-size: 25px;
}

/* ----Project-Section-End---- */

/* ===Choose-Section-Start=== */

.choose-section{
  position: relative;
  overflow-x: hidden;
}

.ch-head .sup-title{
  justify-content: center;
}
.ch-head {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.ch-box{
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
}
.ch-box p{
  margin-bottom: 0;
  font-size: 16px;
}
.ch-box h4{
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  color: #0d5ef4;
}
.ch-box .ch-icon{
  margin-right: 20px;
}
.ch-box:hover .ch-icon img{
  animation: het 1s linear;
}

.ch-box img{
  max-width: 100%;
}
.ch-box:hover{
  box-shadow: 0px 20px 20px 0px #0d5ef425;
}
.ch-box:hover h4{
  color: #0d5ef4;
}
.ch-img{
  position: relative;
  text-align: center;
  animation: updown 2s linear alternate infinite;
}
.ch-img img{
  width: 100%;
}
.ch-box-one .ch-box:nth-child(2){
  margin-left: -40px;
  margin-right: 40px;
}
.ch-box-two .ch-box:nth-child(2){
  margin-left: 40px;
  margin-right: -40px;
}

.ch-box .text{
  flex: 1;
}
@keyframes updown{
  0%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0px);
  }
}
@keyframes het{
  10%,30% {
    transform: translateX(3px) rotate(2deg);
}
20%,40%{
    transform: translateX(-3px) rotate(-2deg);
}
50%,70%{
    transform: translateX(2px) rotate(1deg);
}
60%,80%{
    transform: translateX(-2px) rotate(-1deg);
}
90% {
    transform: translateX(1px) rotate(0);
}
100% {
    transform: translateX(-1px) rotate(0);
}
}

/* ---Choose-Section-End=== */

/* ---Testimonial-Section-Start--- */
.tes-head{
  text-align: center;
}
.testimonial-section .tes-box {
  margin: 8px;
}

.testimonial-section .tes-box .tes-item {
  position: relative;
  padding: 50px 20px 25px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 5px #4b138814;
}

.tes-box .tes-item .tes-quote {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #0d5ef5;
  height: 60px;
  transition: .5s;
  width: 60px;
  font-size: 30px;
  border-radius: 0px 0px 0px 50px;
}

.tes-box:hover .tes-item .tes-quote {
  background-color: #0d5ef5;
  color: #fff;
}

.tes-box .tes-info {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 4px #4b138814;
}

.tes-box:hover .tes-info {
  color: #fff;
}

.tes-box .tes-info::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #0d5ef5;
  content: "";
  transition: .4s;
}

.tes-box:hover .tes-info::after {
  width: 100%;
}

.tes-box .tes-info .tes-img {
  margin-right: 20px;
  position: relative;
  z-index: 3;
}

.tes-box .tes-info .tes-img img {
  width: 76px;
}

.tes-box .tes-info .text {
  position: relative;
  z-index: 3;
}

.tes-box .tes-info .text h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #050f2d;
}

/* ---Testimonial-Section-End----- */

/* ---Banner-Section-Start--- */

.banner-section-2{
  background-image:linear-gradient(#05132c96,#0d5ef52c),url(../images/banner.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
}
.banner-section-2 #nokey {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.banner-title {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
  color: #fff;
}
.banner-section-2 ul{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 20px;
  z-index: 99;
  background-color: #fff;
  position: relative;
  margin: auto;
  margin-bottom: -1px;
  clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
  width: 300px;
}
.banner-section-2 ul li{
  padding: 5px;
  font-size: 17px;
  font-weight: 500;
  list-style: none;
}
.banner-section-2 ul li a{
  color: #0d5ef4;
}
.banner-section-2 ul li:hover a{
  color: #050f2d;
}
/* ---Banner-Section-End--- */


/* ----career-section-start----- */

.career-section{
  padding: 80px 0px;
  text-align: center;
}

.career-item{
  display: flex;
  background-color: #f1f3f4;
  padding: 10px;
  color: #050f2d;
  align-items: center;
  justify-content: space-around;
}
.career-item .sec-btn{
  margin-top: 0px;
  cursor: pointer;
}
.career-box table{
  width: 100%;
}
.career-box{
  border: 1px solid #050f2d;
}
.career-box th{
  padding: 10px 20px;
  border-bottom: 1px solid #050f2d;
}
.career-box th img{
  width: 160px;
}
.career-box .sec-btn:hover{
  color: #050f2d;
}
.career-box .sec-btn::after{
  background-color: #fff;
}
.career-form{
  padding:0px 30px;
  display: none;
  transition: 1s;
}
.career-form .quote {
  padding: 20px 40px;
  padding-bottom: 30px;
}
.career-show{
  display: block;
  transition: 1s;
}
.career-form .quote .f-group input, .career-form .quote .f-group textarea, .career-form .quote .f-group select {
  margin: 10px 0px;
  padding: 10px 20px;
}
/* ----career-section-End----- */
.terms-section h4{
  font-weight: 600;
}
/* ---industries-section-Start--- */
.industries-section {
  background-color: #f1f3f4;
}
.industries-section .ind-head{
  text-align: center;
}
.industries-section .ind-box{
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #0d5ef413;
  margin-top: 20px;
}
.ind-box img{
  width: 50px;
}
.ind-box h4{
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 0;
}
/* ---industries-section-End--- */
  /* ---business-section-start--- */

  .business-section{
    position: relative;
    padding-top: 150px;
  }
  .business-section::after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 250px;
    content: "";
    background-image: url(../images/business.svg); 
  }
   
  .bus-box{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 20px 0px #0d5ef423;
    padding: 20px;
  }
  .bus-box h4{
    position: relative;
    margin-bottom: 15px;
  }
  .bus-box h4::after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #0d5ef4;
    content: "";
  }
  /* ---business-section-end----- */

  /* ------counter-section-start------- */

.counter-section {
  position: relative;
  padding: 40px 0px;
  background: url(../images/cta-bg.jpeg);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
}

.counter-section .count-box h2 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 35px;
}

.counter-section .count-box h2::after {
  content: '+';
  font-size: 40px;
}

.counter-section .count-box p {
  margin-bottom: 0px;
}

/* -------counter-section-end---------- */

  /* ----feature-section-start---- */

  .feature-section{
    padding: 80px 0px;
    text-align: center;
  }
  .fea-box{
    padding: 10px;
    transition: .5s;
  }
  .fea-box:hover{
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px #0d5ef41e;
    border-radius: 8px;
  }
  .fea-box .icon{
    margin-bottom: 15px;
  }
  .fea-box .icon img{
    height: 60px;
  }
  .fea-box h5{
    font-weight: 500;
  }
  /* ----feature-section-end---- */

  /* ---about-section-start---- */
 .about-section{
  overflow-x: hidden;
 }
 .about-section .as-img{
  margin-left: -120px;
  position: relative;
 }
 .about-section .as-img .as-shape{
  position: absolute;
  top: 40px;
  right:100px ;
  height: 170px;
  width: 170px;
  border-radius: 100%;
  background-color: #0d5ef5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
 }
 .about-section .as-img .as-shape h2{
  margin: 0;
  font-size: 50px;
  margin-bottom: -10px;
 }
 .about-section .as-img .as-shape p{
  margin-bottom: 0;
  font-size: 18px;
 }
 .about-section .as-content{
  padding-left: 30px;
 }
  .as-content h4{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
 }
 .as-content p{
  margin-bottom: 6px;
 }
  /* ---about-section-end---- */

/* ---rests-section-start----- */

.rests-section{
  padding: 60px 0px;
  text-align: center;
  background-image: url(../images/sgape1.png);
}
.rest-box{
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  transition: .5s;
  text-align: justify;
}
.rest-box:hover{
  box-shadow: 0px 10px 20px 0px #050f2d1a;
}
.rest-box .rest-img{
  margin-bottom: 20px;
}
.rest-box p{
  margin-bottom: 0px;
}
/* ---rests-section-End----- */

/* ----packages-section-start---- */
.packages-section{
  text-align: center;
  padding: 80px 0px;
}
.packages-section .sec-btn{
  margin-top: 0px;
  margin-bottom: 15px;
}
.packages-section .phone{
  color: #0d5ef4;
}
.packages-section .phone a{
  color: #0d5ef4;
  padding-left: 10px;
  font-size: 18px;
}
.pac-head img{
  width: 160px;
}
/* ----packages-section-start---- */

/* -------footer-section-start------ */

.footer-section{
  color: #fff;
  padding-top: 60px;
  background-color: #0d5ef5;
}
.footer-section .container-fluid{
  padding: 0px 50px;
}

.f-box .f-logo{
  padding: 10px 20px;
  margin-bottom: 16px;
  background-color: #fff;
  display: inline-block;
}
.f-box .f-logo img{
  width: 160px;
}
.f-box ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.f-title h4{
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-title h4 i{
  display: none;
}
.f-title h4::after{
  width: 70px;
  height: 3px;
  background-color: #050f2d;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
}
.f-box ul li{
  margin: 4px 0px;
  list-style: none;
}
.f-box > ul li a{
  display: flex;
  align-items: center;
  color: #fff;
} 
.f-box > ul li a:hover span{
  color: #050f2d;
}
.f-box > ul li a i{
  margin-right: 10px;
  height: 35px;
  width: 35px;
  background-color: #050f2d;
  border-radius: 4px;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.f-box > ul li a address,.f-box > ul li a span{
  flex: 1;
  margin-bottom: 0;
}
.f-box > ul li a:hover i{
  background-color: #fff;
  color: #0d5ef4;
}
.footer-section .input-email {
  display: flex;
  justify-content: space-between;
  border: 1px solid #fff;
  width: 200px;
  margin-top: 10px;
  border-radius: 30px;
}
.footer-section .input-email input {
  border: none;
  outline: none;
  flex: 1;
  width: 100%;
  padding: 10px 20px;
  background-color: transparent;
}
.input-email input::placeholder{
  color: #fff;
}
.footer-section .input-email i {
  height: 45px;
  width: 45px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #050f2d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy-right{
  text-align: center;
}
.copy-right p{
  margin-bottom: 0;
  padding: 10px 0px;
  border-top: 1px solid #fff;
  text-align: center;
  margin-top: 20px;
}
.social ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0px;
  list-style: none;
}

.f-box .social li {
  margin: 5px;
}
 .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #fff;
  width: 40px;
  border: 1px solid #050f2d;
  border-radius: 100%;
  background-color: #050f2d;
}
.social li a:hover{
  background-color: transparent;
  color: #050f2d;
}
/* -----footer-section-end------- */

/* ----timer-section-start---- */
.timer-section{
  padding: 10px 0px;
  background-color: #c3d3f0;
}
.tim-text p{
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
}
.tim-text p span{
  font-size: 30px;
}
#countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; left: -10px;
}
#countdown #tiles > span{
	font-size: 40px ;
  font-weight: 600;
	text-align: center;
	color: #111;
	margin: 0 14px;
	display: inline-block;
	position: relative;
}
#countdown .labels li{
	width: 62px;
	text-align: center;
	display: inline-block;
}

.t-link{
  text-align: right;
}

/* ----timer-section-end---- */

/* ---work-section-start--- */

.work-section{
  padding: 70px 0px;
  background: linear-gradient(#ebf1fd,#fff);
}
.work-section ul{
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 15px;
}
.work-section ul li{
  margin: 7px 0px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.work-section ul li i{
  padding-right: 10px;
  color: #0d5ef4;
  font-size: 23px;
}
/* ---work-section-end---- */

/* ----Plans-section-start---- */
.plan-head{
  text-align: center;
}
.plan-box{
  border-radius: 10px;
  border: 1px solid #0d5ef4;
  transition: .5s;
  text-align: center;
}
.plan-box:hover{
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #050f2d2c;
  border-color: #fff;
}
.plan-box h4{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background-color: #0d5ef4;
  color: #fff;
  padding:20px;
  border-radius: 10px 10px 0px 0px;
}
.plan-box h3{
  text-align: center;
  margin-bottom: 0px;
}
.plan-box h3{
  margin: 16px 0px;
  font-size: 25px;
}
.plan-box .plan-list{
  padding: 20px;
  text-align: center;
  padding-top: 10px;
}
.plan-box .plan-list ul li{
  border-bottom: 1px solid #0d5ef4;
  padding: 7px 0px;
  text-align: left;
  margin: 0px;
}
.plan-box .plan-list ul li:last-child{
  border-bottom: none;
}
.plan-box .plan-list > span{
  display: block;
  margin-top: 10px;
}
.plan-list ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
.plan-list ul li {
  display: flex;
  align-items: center;
}
.plan-list ul li i {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-size: 14px;
  width: 25px;
  background-color: #0d5ef4;
  color: #fff;
  border-radius: 100%;
}
.plan-list ul li span {
  flex: 1;
}
.plan-box .sec-btn{
  margin-top: 0px;
  width: 80%;
}
.plan-item{
  position: relative;
  padding:6px 20px;
  width: 70%;
  border-radius: 5px;
  border: 1px solid rgb(143, 139, 139);
  margin: 25px auto;
}
.plan-item::after{
  position: absolute;
  top: -13px;
  left: 15px;
  background-color: #fff;
  content: "Tenure";
}
.plan-item span b {
  color: #e06624;
}
.plan-item > span{
  font-size: 18px;
  line-height: 20px;
}
.plan-item b span{
  color: #0d5ef4;
  font-weight: 400;
}

/* ----plans-section-end---- */

/* -----Brand-Section-Start----- */

.brand-section{
  text-align: center;
  padding-bottom: 40px;
}
.brand-section .brand-box{
  padding: 20px;
  border: 1px solid #0d5ef4;
  margin: 10px;
  border-radius: 10px;
}
.brand-section .brand-box img{
  margin: auto;
  width: 200px;
}
.brand-section h3{
  font-size: 35px;
  font-weight: 700;
  color: #0d5ef4;
}
.brand-section .slick-arrow{
  display: none !important;
}
.brand-section .slick-slide{
  height: auto;
}
/* ---Brand-Section-End---- */

/* ---cta-section-start--- */

.cta-section{
  background-image: url(../images/sgape1.png);
  background-position: center;
  margin-bottom: -14px;
  padding-top: 40px;
  z-index: -1;
}

.cta-section .call {
  display: flex;
  align-items: center;
  margin: 30px 0px;
}

.cta-section .call h3 {
  font-size: 30px;
  font-weight: 600;
  margin-left: 40px;
}

.cta-section .call h3 a {
  color: #0d5ef4;
}

.cta-section .call>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background: #0d5ef4;
  color: #fff;
  font-size: 25px;
  border-radius: 100%;
}

.cta-section .call>a::after {
  height: 100%;
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  content: '';
  animation: zoom2 2s infinite;
}
@keyframes zoom2 {
  0% {
    box-shadow: 0px 0px 0px 0px transparent;
  }

  50% {
    box-shadow: 0px 0px 0px 0px #0d5ef4;
  }

  100% {
    box-shadow: 0px 0px 0px 30px transparent;
  }
}

.cta-section .cta-img img{
  width: 380px;
}
/* ---cta-section-end--- */

/* ----banner-section------*/
.banner-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
  background: url(../images/sgape1.png);
}

.banner-title h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0px;
}

.banner-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.banner-section ul li a {
  padding: 0px 4px;
  font-size: 18px;
  font-weight: 500;
}

/* ---Contact-Section-Start---- */
.contact-section{
  margin-top: -150px;
  z-index: 2;
  position: relative;
  padding-bottom: 80px;
}
.contact-section .cont-box {
  padding:20px;
  background-color: #f1f3f4;
  transition: .5s;
  margin-top: 0px;
  text-align: center;
  height: 100%;
}
.contact-section .cont-box h4{
  margin-top: 10px;
  margin-bottom: 0px;
}
.contact-section .cont-box:hover{
  background-color: #0d5ef5;
}
.cont-box .icon img {
  width: 60px;
}

.cont-box .text {
  flex: 1;
  margin-left: 20px;
}

.cont-box address {
  margin-bottom: 0px;
}

.cont-box:hover .text a,.cont-box:hover .text {
  color: #fff;
}
.quote {
  padding: 40px 20px;
  padding-bottom: 50px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px #0d5ef521;
}

.quote h2 {
  font-size: 40px;
  margin: 0;
  color: #0d5ef5;
}

.quote .f-group input,
.quote .f-group textarea,
.quote .f-group select {
  width: 100%;
  border-radius: 5px;
  margin: 12px 0px;
  padding: 14px 20px;
  background-color: transparent;
  outline: none;
  border: 1px solid #0d5ef5;
}
.quote .sec-btn{
  border: none;
}
/* ---Contact-Section-Start---- */

/* ----Faq-section-start---- */
.faq-section{
  padding: 80px 0px;
}
.faq{
  padding-left: 30px;
}
.faq h2 {
  text-align: center;
  
}
.faq .accordion-body{
  color: #161616;
}
.faq .accordion-body p{
  margin-bottom: 0px;
}
.faq .accordion-item h2 button{
  font-size: 20px;
  font-weight: 600;
}
.faq .accordion-button:not(.collapsed){
  color: #fff;
  background-color: #0d5ef5;
  box-shadow:none;
}
.faq .accordion-button::after{
  background-image: url(../images/plus.png);
  opacity: 1;
}
.faq .accordion-button:not(.collapsed)::after{
  background-image: url(../images/minus.png);
  filter: brightness(20);
}
.faq .accordion-item{
  border: 1px solid #0d5ef5;
  border-bottom: none;
}
.faq .accordion-item:first-child{
  border-top: 1px solid #0d5ef5;
}
.faq .accordion-item:last-child{
  border-bottom: 1px solid #0d5ef5;
}
.faq .accordion-item h2{
  margin: 0px;
}
.faq .accordion-button{
  padding: 13px 20px;
  margin: 0px;
}
/* ----Faq-section-start---- */

/* ----plan-two-start---- */
.plan-two{
  padding: 60px 0px;
  background-image:linear-gradient(#93c4ea02,rgba(255, 255, 255, 0.822)),url(../images/sgape1.png);
}
.plan-title ul{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.plan-title ul li{
  margin: 8px 0px;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.plan-title ul li i{
  font-size: 25px;
  color: #0d5ef5;
  padding-right: 10px;
}

/* ----plan-two-end---- */

/* ----advan-section-start---- */

.adv-content{
  text-align: center;
}
.ad-box{
  display: flex;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px #0d5ef513;
  background-color: #fff;
  margin-top: 15px;
  padding: 20px;
}
.ad-box .icon img{
  width: 60px;
}
.ad-box .text{
  margin-left: 10px;
  flex: 1;
}
.adv-head{
    display:none;
}
/* ----advan-section-end---- */

/* ---include-section-- */
.include-section .ind-head{
  text-align: center;
}
.include-section .ind-box{
  padding: 20px;
  text-align: center;
  border: 1px solid #0d5ef4;
  margin-top: 20px;
  border-radius: 5px;
  transition: .5s;
}
.include-section .ind-box:hover{
  box-shadow: 0px 10px 20px 0px #0d5ef421;
  background-color: #fff;
  border-color: #fff;
}
.include-section .ind-box h4{
  margin-top: 20px;
}
.include-section .ind-box img{
  width: 60px;
}
/* ---include-section-- */

/*----Responsive-style----*/

@media screen and (max-width:1024px){
    .hero-section .hero-content h2,h2 {
    font-size: 32px;
    font-weight: 700;
}
.ser-nav .ser-list{
  width: 100%;
}
.ser-content .ser-img img {
  height: 320px;
}
.footer-section {
  padding-top: 40px;
}
.footer-section .f-box{
  margin-top: 20px;
}
.ch-box{
  margin-bottom: 15px;
  padding: 15px;
}
.p-100{
  padding: 60px 0px;
}
.price-section,.feature-section,.about-section,.packages-section,.work-section,.plan-two,.faq-section,.career-section{
    padding:50px 0px;
}
.hero-section{
    padding:50px 0px;
}
#countdown #tiles > span{
    font-size:20px;
}
#countdown .labels li{
    width:45px;
}
}

@media screen and (max-width:992px){
    .top-logo,.hero-item{
        display:none;
    }
    .menu .navbar-brand {
     display: block; 
}
.menu .navbar-brand img{
   width:120px;
}
.menu {
    box-shadow: 0px 15px 30px 0px #0d5ef438;
    border-bottom:1px solid #0d5ef5;
}
.top-box i {
    font-size: 20px;
}
.navbar-toggler:focus{
    box-shadow:none;
}
.menu .navbar-nav .nav-link{
    display:inline-block;
}
.business-section::after{
    background-size:cover;
}
.menu .navbar-nav .nav-link::after{
    bottom:0px;
}
.menu .navbar-nav .nav-item {
    margin: 4px 0px;
}
}

@media screen and (max-width:768px){
    .count-box,.rest-video,.quote{
        margin-top:20px;
    }
    .rests-section{
        padding:40px 0px;
    }
    .footer-section{
        padding-top:30px;
    }
    .footer-section .container-fluid{
  padding: 0px 15px;
}
.about-section .as-content{
  padding-left: 0;
  padding-top: 40px;
}
.banner-title h2{
  font-size: 40px;
}
.p-100{
  padding: 40px 0px;
}
.m-100 {
  margin-bottom: 40px;
}
.t-modle .m-box{
    padding:20px;
}
.login-form .login-content{
    margin-left:0px;
    border-radius:10px;
}
.testimonial-section .tes-box .tes-item {
  padding: 45px 15px 10px;
}
.tes-box .tes-info .tes-img img {
  width: 50px;
}
.tes-box .tes-info{
  padding: 10px;
}
.project-section ul{
  flex-wrap: wrap;
}
.project-section ul li a {
  padding: 7px 10px;
}
.price-box h4{
  margin-bottom: 0;
}
.price-box {
  padding: 20px;
}
.price-section {
  width: 60%;
  right: -60%;
}
.price-section,.feature-section,.about-section,.packages-section,.work-section,.plan-two,.faq-section{
    padding:35px 0px;
}
.adv-head{
    display:block;
}
.m-20,.cta-img,.banner-img,.ser-nav .ser-list img,.t-modle .m-box .log-img{
    display:none;
}
.ser-nav .ser-list{
  padding: 10px;
}
.ser-nav .ser-list span{
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
}
.banner-section{
    padding-bottom:150px;
}
.cta-section,.contact-section{
    padding-bottom:40px;
}
.fea-box{
    box-shadow:0px 10px 20px 0px #0d5ef41e;
    border-top:1px solid #0d5ef5;
}
.timer-section{
    padding-top:0px;
}
.tim-text{
    text-align:center;
}
.faq{
    padding:0px;
}
.quote h2 {
    font-size: 28px;
    color: #0d5ef5;
}
.service-section .ser-nav{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.ser-nav .ser-list {
  width: auto;
}
.work-section .work-img img{
  width: 100%;
}
}

@media screen and (max-width:580px){
    .price-section .price-box{
        margin:7px 10px;
    }
    .hero-section .hero-content h2, h2 {
    font-size: 25px;
}
.work-content p{
    text-align:justify;
}
.login-form .login-content h3{
    font-size:22px;
}
.career-box th h5,.career-item h5{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.career-box th {
  padding: 10px;
}
.career-box th:first-child{
  display: none;
  transition: 1s;
}
.banner-title h2{
  font-size: 30px;
}
.hero-section .hero-content h4 {
    font-size: 17px;
}

.footer-section .f-box{
  margin-top: 10px;
}
.price-section {
  width: 88%;
  right: -88%;
}
.banner-title {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #fff;
}
.about-section .as-img .as-shape {
  top: 0px;
  right: 50px;
}
.career-img{
  height: 330px;
}
.service-form{
  margin-top: -100px;
}
.service-form .career-form{
  padding: 0px;
}
.price-section .price-box{
  padding: 10px;
}
.ser-content .ser-img img {
  height: auto;
}
.service-section .ser-box h2{
  font-size: 26px;
}
.business-section {
  position: relative;
  padding-top: 100px;
}
.project-section ul li{
  margin: 11px 4px;
}
.dif-box .text {
  padding: 120px 20px 20px;
  border-radius: 15px;
  background-color: #f3f7fb;
}
.price-section .price-items{
  padding: 20px;
}
.cta-section .call>a{
    margin-left:20px;
}
.work-section ul li {
    font-size: 16px;
}
.footer-section hr{
    margin:5px 0px;
}
.top-box i {
    font-size: 16px;
}
.work-section{
    padding-bottom:20px;
}
.faq .accordion-item h2 button {
    font-size: 16px;
    font-weight: 600;
}.quote{
    padding:20px;
}
.f-box .f-item1,.f-box .f-item2,.f-box .f-item3{
  animation: show 1s alternate linear;
  display: none;
}
.f-title h4 {
  background-color: #050f2d;
  padding: 10px 20px;
  border-radius: 10px;
  position: static;
  margin-bottom: 10px;
}

.f-title h4 i{
   display: block;
}
.footer-section .input-email{
  width: 80%;
  margin-top: 20px;
}
.testimonial-section .tes-box .tes-item q{
  font-size: 16px;
}
.testimonial-section .tes-box .tes-item {
  padding: 45px 35px 30px;
}
.ser-nav .ser-list{
  margin: 5px;
  text-align: center;
}
.ser-nav .ser-list span{
  font-size: 14px;
  margin: auto;
}
}


/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:0px;
}
.thank .icon img{
    width:60%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:50px;
  width:50px;
  background:#0d5ef4;
  color:#fff;
  border:none;
  display:flex;
  align-items:center;
  margin:5px;
  font-size:25px;
  border-radius:5px;
  justify-content:center;
  border:1px solid #fff;
}
.thank ul li a:hover{
    background-color:#fff;
    color:#0d5ef4;
    border:1px solid #0d5ef4;
}

/*===Error-SEction====*/

.error-section{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:100vh;
    background-color:#f1f5f9;
    text-align:center;
}
.error-section .error-img{
    width:70%;
    position:relative;
    margin:auto;
}

.error-section .error{
    margin-top:-70px;
    position:relative;
    z-index:44;
}
.error-section .error h2{
    margin-bottom:0px;
    margin-top: 60px;
}
/*===Error-SEction====*/

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
.error-section .error {
    margin-top: -30px;
}
}

/*---thank-Section-end----*/

.notic-bar{
    display:none;
}