* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body {
    box-sizing: border-box;
    font-family: 'Roboto Slab', serif;
    min-height: 100vh;
    overflow-x: hidden;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

.navigation ul {
    list-style-type: none;
}

.header .navigation ul li {
    float: left;
    position: relative;
    cursor: pointer;
}

.header .navigation ul li a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    padding: 13px;
    display: block;
    transition: all .2s ease;
}

.header .navigation ul li a:hover {
    color: rgb(64 200 241);
}

header .navigation ul li:hover>ul {
    display: initial;
}

#toggle,
.header label {
    display: none;
}

.img_menu {
    width: 44px;
    height: 33px;
}

@media screen and (max-width:950px) {
    .header label {
        display: initial;
        margin-right: 20px;
    }
    .header {
        padding: 0px 0%;
    }
    /* a{
      margin-left: 42px;
   } */
    .header .navigation {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        display: none;
    }
    .header .navigation ul li {
        width: 100%;
        border-top: 1px solid rgb(64 200 241);
    }
    .header .navigation ul li a {
        padding: 15px 30px 15px 10%;
    }
    .header .navigation ul li ul {
        position: relative;
        width: 100%;
        left: 0;
    }
    #toggle:checked~.navigation {
        display: block;
    }
    .main-container {
        width: 100%;
        display: block;
        margin: 0;
        flex-direction: column;
    }
    .flex-container {
        margin: 0;
        justify-content: space-evenly;
    }
    .service-flex img{
       width: 100%;
    }
}

@media screen and (max-width:600px) {
    .main-container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .flex-container {
        margin: 0;
        display: block;
        justify-content: space-evenly;
    }
    .main-img {
        width: 100%;
        /* height: 50%; */
        margin-top: 100px;
    }
    .img-strat img {
        width: 100%;
    }
    .text {
        top: 25%;
    }
    .container-flex {
        width: 100%;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .img-about img {
        width: 100%;
    }
    .about-content {
        padding-bottom: 18px;
        padding-left: 27px;
    }
    
    .flex-case {
        width: 100%;
        flex-direction: column;
    }
    .case img {
        width: 100%;
    }
    .banner-image img{
       width: 100%;
       margin-top: 128px;
    }
    img.img-banner {
        margin-top: 18%;
    }
    .paramob{
        padding: 0;
    }
    .ser-head{
       font-size: 30px;
       top: 21%;
       left: 5%;
    }
    h1.mob-head {
      font-size: 25px;
      top: 26%;
      /* background-color: #0000007a; */
      padding: 4px;
      
  }
  .text-service.mob-service{
      top:31%;
  }
  .service-head{
     padding-bottom: 2%;
  }
    .about-flex{
       flex-direction: column;
    }
    .about-sat1{
        flex-direction: column;
    }
    .flex-container{
        flex-direction: column;
    }
    .flex-container1{
        flex-direction: column;
        margin-left: 33%;
    }
    .content1{
        flex-direction: column;
        flex: 100%;
    }
}

@media screen and (max-width:768px) {
    .flex-case {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        align-items: center;
    }
    .slick-slide img {
        margin: auto;
        display: block;
    }
   
}


/*----banner----------*/

.img-banner {
    width: 100%;
    /* height: 800px; */
}

.main-img {
    position: relative;
    margin-top: 7%;
}

.container-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.text {
    position: absolute;
    top: 40%;
    left: 10%;
    height: 16%;
    /* width: 40%; */
    text-align: center;
    background-color: #1a16168f;
}

.head-text,
.para-text {
    color: rgb(255, 255, 255);
}

.head-text {
    padding: 15px;
    /* transform: translateX(-50px); */
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.about_para{
    padding: 0px 18%;
    text-align: justify;
  }
.para-text {
    font-weight: bold;
    /* transform: translateX(-50px); */
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 1;
    padding: 0 20px;
}

.main-container {
    width: 100%;
    padding: 20px;
    /* margin-left: 40px; */
    margin-top: 20px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.inner-image {
    margin: 40px;
    position: relative;
    overflow: hidden;
}

.image-text {
    position: absolute;
    top: 20%;
    left: 0%;
    text-align: center;
    color: #fff;
    /* transform: translate(0,-50%);
   transition: all 0.5s ease-in-out; */
    opacity: 1;
}

.image-head {
    padding-bottom: 20px;
}

p.image-para {
    padding-bottom: 20px;
    font-size: 18px;
}

a.image-btn {
    border: 2px solid green;
    border-radius: 20px;
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: bolder;
    padding: 10px;
    color: #fff;
    background-color: green;
}

.inner-image:hover .content-overlay {
    background: #00000094;
    opacity: 1;
}

.inner-image:hover .image-text {
    top: 50%;
    /* left: 0%;*/
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

footer {
    position: static;
    bottom: 0px;
    width: 100%;
    background: rgb(0, 0, 0)
}

.footer-link {
    list-style-type: none;
}

.footer-link li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    list-style-type: none;
    /* margin-left: 30px; */
}

.main-content {
    display: flex;
}

.main-content .box {
    flex-basis: 70%;
    padding: 28px 54px;
}

.box h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.content p .place .phone .mail {
    color: #fff;
}

span.fas.fa-map-marker-alt,
span.fas fa-phone-alt,
span.fas fa-envelope {
    color: white;
    font-size: 25px;
}

.box .content {
    margin: 20px 0 0 0;
}

.left .content {
    padding: 0 2px;
}

.footer-para {
    color: #fff;
    /* text-align: justify; */
}
span.footer-text1 {
    color: #fff;
    padding-left: 41px;
}
.span.fas.fa-map-marker-alt:before,
span.fas.fa-phone-alt:before,
span.fas.fa-envelope:before {
    color: white;
    font-size: 25px;
}

.footer-text {
    color: #fff;
}

span.footer-text {
    padding-left: 15px;
}

.bottom center {
    padding: 5px;
    font-size: 0.9375rem;
    background: #444343;
}

.place,
.phone,
.mail {
    padding: 10px 0px 10px 0px
}

.bottom center span {
    color: #FFF !important;
}

.bottom center a {
    color: #20b6f1;
    text-decoration: none;
}

.bottom center a:hover {
    text-decoration: underline;
}

li {
    padding: 12px;
}

@media screen and (max-width: 900px) {
    footer {
        position: relative;
        bottom: 0px;
    }
    .main-content {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main-content .box {
        margin: 5px 0;
    }
}

.btn {
    border: 3px solid rgb(43 57 156);
    padding: 11px;
    color: rgb(255, 255, 255);
    border-radius: 21px;
    font-size: 20px;
    font-weight: bolder;
}

.our-ser {
    text-align: center;
    font-size: 40px;
}

.service-home {
    padding: 40px;
}

.head-ser {
    padding: 20px;
    text-align: center;
}

.flex-case {
    display: flex;
    justify-content: space-around;
}

.case-container {
    padding: 5%;
}

.slick-slide img {
    margin: auto;
    display: block;
    width: 70%;
}
/* service css */
.banner-image img{
   position: relative;
   width: 100%;
   padding-top: 4%;
}
.text-service{
    position: absolute; 
    top: 90%;
   left: 5%;
   color: #fff;
}
.ser-head{
   /*position: absolute;*/
   font-weight: bolder;
   font-size: 50px;
   /*top:50%;*/
   left: 5%;
}
/* top arrow */
.dmtop.show {
   bottom: 20px;
}
 .dmtop {
   background-color: #20b6f1;
   z-index: 100;
   width: 50px;
   height: 50px;
   line-height: 47px;
   position: fixed;
   bottom: -100px;
   border-radius: 3px;
   right: 20px;
   text-align: center;
   font-size: 28px;
   color: #ffffff !important;
   cursor: pointer;

   -webkit-transition: all .7s ease-in-out;
   -moz-transition: all .7s ease-in-out;
   -o-transition: all .7s ease-in-out;
   -ms-transition: all .7s ease-in-out;
   transition: all .7s ease-in-out;
}
/* bread crums */
ul.breadcrumb {
   padding: 10px 16px;
   list-style: none;
   background-color: #ffffff0d;
   font-size: 37px
 }
 ul.breadcrumb li {
   display: inline;
   font-size: 18px;
 }
 ul.breadcrumb li+li:before {
   /* padding: 8px; */
   color: black;
   content: "/\00a0";
 }
 ul.breadcrumb li a {
   color: #0275d8;
   text-decoration: none;
 }
 ul.breadcrumb li a:hover {
   color: #01447e;
   text-decoration: underline;
 }
 li.bread-li {
    padding: 0px;
}
 /* Service Flex */
.service-container{
   padding: 2%;
}
 .service-flex{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-evenly;
   align-items: center;
}
.service-head{
   text-align: center;
   padding-bottom: 2%;
   font-size: 30px;
}
.about-text{
   text-align: center;
}
.about-para{
   padding: 20px;
   display: inline-block;
   text-align: justify;
}
.about-sec{
   padding: 30px;
}
.about-flex{
   display: flex;
   justify-content: space-evenly; 
   align-items: center;
}
.about-icon{
   font-size: 64px;
    color: #2e379c;
}
.about-text1 {
   font-size: 17px;
   color: black;
   /* text-align: center; */
}
i.far.fa-dot-circle, i.fas.fa-eye{
   margin-left: 40%;
}
.about-sat{
   /* background-color: #2e379c; */
   /* text-align: center; */
   color: rgb(0, 0, 0);
}

.about-ind{
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}
/* ul.ind{
   margin-left: 21%;
} */
ul.about-maj{
   font-size: 20px;
    color: #392d9a;
}
.sat-list{
   margin-left: 20%;
   text-align: justify;
}
/* contact us */
.container{
   width: 85%;
   background: #fff;
   border-radius: 6px;
   padding: 20px 60px 30px 40px;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 }
 .content1 {
   position: absolute;
   top: 42%;
   left: 9%;
   font-size: -webkit-xxx-large;
   color: rgb(0, 0, 0);
   background-color: #fff;
}
 .container .content1{
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: relative;
 }

 .container .content1 .left-side{
   width: 25%;
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   margin-top: 15px;
   position: relative;
 }
 .content1 .left-side::before{
   content: '';
   position: absolute;
   height: 70%;
   width: 2px;
   right: -15px;
   top: 50%;
   transform: translateY(-50%);
   background: #afafb6;
 }
 .content1 .left-side .details{
   margin: 14px;
   text-align: center;
 }
 .content1 .left-side .details i{
   font-size: 30px;
   color: #178ceb;
   margin-bottom: 10px;
 }
 .content1 .left-side .details .topic{
   font-size: 18px;
   font-weight: 500;
 }
 .content1 .left-side .details .text-one,
 .content1 .left-side .details .text-two{
   font-size: 14px;
   color: #000000;
 }
 .container .content1 .right-side{
   width: 75%;
   margin-left: 75px;
 }
 .content1 .right-side .topic-text{
   font-size: 23px;
   font-weight: 600;
   color: #178ceb;
 }
 .right-side .input-box{
   height: 50px;
   width: 100%;
   margin: 30px 0;
 }
 .right-side .input-box input,
 .right-side .input-box textarea{
   height: 100%;
   width: 100%;
   border: none;
   outline: none;
   font-size: 16px;
   background: #F0F1F8;
   border-radius: 6px;
   padding: 0 15px;
   resize: none;
 }
 .right-side .message-box{
   min-height: 110px;
 }
 .right-side .input-box textarea{
   padding-top: 6px;
 }
 .right-side .button{
   display: inline-block;
   margin-top: 12px;
 }
 .right-side .button input[type="button"]{
   color: #fff;
   font-size: 18px;
   outline: none;
   border: none;
   padding: 8px 16px;
   border-radius: 6px;
   background: #178ceb;
   cursor: pointer;
   transition: all 0.3s ease;
 }
 .button input[type="button"]:hover{
   background: #5029bc;
 }
 
 @media (max-width: 950px) {
   .container{
     width: 90%;
     padding: 30px 40px 40px 35px ;
   }
   .container .content1 .right-side{
    width: 75%;
    margin-left: 55px;
 }
 }
 @media (max-width: 820px) {
   .container{
     margin: 20px 18px;
     height: 100%;
   }
   .container .content1{
     flex-direction: column-reverse;
   }
  .container .content1 .left-side{
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .container .content1 .left-side::before{
    display: none;
  }
  .container .content1 .right-side{
    width: 100%;
    margin-left: 0;
  }
 }
 .flex-item {
    font-size: 25px;
    color: #2e379c;
 }

 .about-text1 p{
     width: 50%;
     margin-left: 25%;
 }
 .about-sat1{
     display: flex;
     justify-content: space-evenly;
     text-align: justify;
 }
 .flex-container1{
     display: flex;
     justify-content: space-evenly;
 }
 .flex-item-left1 {
    font-size: 20px;
}
.flex-item-right1 {
    font-size: 20px;
}
span.footer-text a {
    text-decoration: none;
    color: #fff;
}
.content1 .left-side .details .text-one a, .content1 .left-side .details .text-two a{
    text-decoration: none;
    color:#000;
}
#error_message{
    margin-bottom: 20px;
    background: #fe8b8e;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s ease;
  }
  button.button {
    background-color: #178ceb;
    padding: 15px;
    font-size: 18px;
    font-weight: bolder;
}
.img-strat {
    padding-bottom: 4%;
}