body{
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    background-color: #f9f9f9;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
}
a{
    text-decoration: none;
}
ul, ol, figcaption, figure, p{
    margin: 0;
    padding: 0;
}
ul li, ol li{
    list-style: none;
}
::selection {
    background: #ffd90c;
    color: #000;
}

header , .welcome , .what , .services , footer , .service ,.why , .contact {
    overflow: hidden;
}


/* *********************HEADER******************* */

/* .left-side{
  justify-content: center;
  display: flex;
} */
header{
    text-align: center;
    background-color: #f9f9f9;
    padding: 30px 10px;
    position: fixed;
    width: 25%;
  }
  header nav .navbar-collapse .navbar-nav .nav-item .active{
    color: #FAB702;
    opacity: 1;
  }
  header .logo{
    padding: 40px;
  }
  header nav{
    display: block;
    text-align: center;
  }
  header nav .navbar-nav{
    text-align: center;
    display: block;
    margin: 20px 0;
    width: 100%;
  }
  header nav .navbar-nav .nav-item{
    text-align: center;
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  header nav .navbar-nav .nav-item .nav-link{
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 22px;
    letter-spacing: 5px;
    text-transform: uppercase;
    opacity: 0.5;
    transition: all 0.5s ease;
  }
  header nav .navbar-nav .nav-item .nav-link:hover{
    color: #FAB702;
    opacity: 1;
  }
  header .social-icons{
    margin-top: 100px;
  }
  header .social-icons a i{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    opacity: 0.5;
    color: #222;
    font-size: 16px;
    margin: 0 2px;
    transition: all 0.5s ease;
  }
  header .social-icons a i:hover{
    background-color: #FAB702;
    opacity: 1;
    color: #000;
  }
  
  
  /* *********************BANNER******************** */
  
  .banner .carousel .carousel-inner img{
    height: 90vh;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption h5 {
    width: 100%;
    font-size: 40px;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .carousel .carousel-inner .carousel-item .carousel-caption p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
  }
  
  
  /* ********************WELCOME******************** */
  
  .welcome .text-wrap{
    padding: 0 100px;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .welcome .text-wrap h1{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
  }
  .welcome .text-wrap p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 24px;
    color: #606060;
  }
  .welcome .text-wrap p span{
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    word-spacing: 2px;
  }
  
  
  /* *******************WHAT***************** */
  
  .what{
    padding: 70px;
    background-color: #fff;
  }
  .what h2{
    margin-bottom: 30px;
    color: #333;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
  }
  .what i{
    font-size: 8px;
    color: #FAB702;
    margin-bottom: 60px;
  }
  .dot::before{
    position: absolute;
    content: "";
    top: 12px;
    left: 145px;
    width: calc(44% - 100px);
    height: 1px;
    background-color: rgb(0 0 0 / .2);
  }
  .dot::after{
    position: absolute;
    content: "";
    top: 12px;
    right: 145px;
    width: calc(44% - 100px);
    height: 1px;
    background-color: rgb(0 0 0 / .2);
  }
  .what .card h5{
    font-weight: 700;
    font-size: 19px;
    color: #FAB702;
    margin: 35px 0 10px 0;
  }
  .what .card h5 span{
    font-size: 18px;
    font-weight: 400;
    color: #333;
  }
  .what .card p{
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #606060;
  }
  
  
  /* ***********************VIEW************************ */
  
  .view , .view-project{ 
    padding: 60px 0;
    background-color: #FAB702;
  }
  .view .box a , .view-project .box a{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #111;
    border: 1px solid #111;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 12px 35px;
    text-transform: uppercase;
    transition: all 0.5s ease;
  }
  .view .box a:hover , .view-project .box a:hover{
    color: #ffffff;
    border: 1px solid #111;
    background-color: #111;
  }
  .view .box a i , .view-project .box a i{
    margin-left: 15px;
  }
  
  
  /* **************************PROCESS************************ */
  
  .process{
    padding: 70px;
    background-color: #f5f5f5;
  }
  .process h2{
    margin-bottom: 30px;
    color: #333;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
  }
  .process i{
    font-size: 8px;
    color: #FAB702;
    margin-bottom: 60px;
  }
  .process .nav-tabs{
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
  }
  .process .nav-link{
    margin: 0 30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: #FAB702;
    border: 1px solid transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    transition: all 0.5s ease;
  }
  .process .nav-link:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #ffffff;
  }
  .process .nav-link.active{
    border-color:rgba(0, 0, 0, 0.8);
    background-color: transparent;
    color: #333;
    position: relative;
  }
  .process .nav-link.active::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -62px;
    width: 2px;
    height: 62px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .process .tab-content p{
    margin-top: 30px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #606060;
    padding-right: 15px;
  }
  .process .nav-tabs{
    border-color: rgba(0, 0, 0, 0.3);
  }
  
  /* ********************PROJECT********************* */
  
  .project figure img{
    width: 100%;
  }
  .project .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(255 255 255 / 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .project .overlay p{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #FAB702;
    font-weight:700;
    text-align: center;
  }
  .project .wrap:hover .overlay{
    opacity: 1;
  }
  .project .nav-link{
    color: #888;
    font-size: 11px;
    line-height: 16px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 30px 5px;
    border-radius: 0;
    background-color: transparent;
  }
  .project .nav-link.active{
    color: #111;
    background-color: #FAB702;
    padding: 10px;
  }
  .project .nav-link:hover{
    background-color: #111;
  }
  .project .nav-link.active:hover{
    background-color: #FAB702;
    color: #000;
  }
  
  /* ********************CUSTOMER*********************** */
  
  .customer{
    background-image: url(../images/about/coustomer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px;
  }
  .customer h2{
    margin-bottom: 30px;
    color: #eceff3;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
  }
  .customer i{
    font-size: 8px;
    color: #FAB702;
    margin-bottom: 60px;
  }
  .customer .dot::before{
    position: absolute;
    content: "";
    top: 12px;
    left: 145px;
    width: calc(44% - 100px);
    height: 1px;
    background-color: rgba(255,255,255,.1);
  }
  .customer .dot::after{
    position: absolute;
    content: "";
    top: 12px;
    right: 145px;
    width: calc(44% - 100px);
    height: 1px;
    background-color: rgba(255,255,255,.1);
  }
  .customer .item .wrap{
    padding: 50px 30px 50px 80px;
    background-color: rgba(0,0,0,0.6);
    position: relative;
  }
  .customer .item .wrap p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #eceff3;
    margin-bottom: 20px;
  }
  .customer .item .wrap h6{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #FAB702;
  }
  .customer .item .wrap::after{
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 25px;
    padding: 6px 16px;
    background-color: #FAB702;
  }
  .customer .owl-theme .owl-dots .owl-dot.active span, .customer .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
  }
  .customer .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 21px;
  }
  
  /* *****************FOOTER****************** */
  
  footer{
    
    background-color: #fff;
  }
  footer .footer-top{
    padding: 70px;
    border-bottom: 1px solid #0b0b0b;
  }
  footer .footer-top .footer-wrap img{
    width: 200px;
  }
  footer .footer-top .footer-wrap p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    color: #606060;
  }
  footer .footer-top .footer-wrap h5{
    font-size: 20px;
    font-weight: 600;
    color: #606060;
    margin-bottom: 20px;
  }
  footer .footer-top ul li{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
    color: #cccccc;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
  }
  footer .footer-top ul li a{
    color: #606060;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  footer .footer-top ul li h6{
    font-size: 14px;
    font-weight: 700;
    color: #FAB702;
    margin-right: 20px;
    display: inline-block;
    width: 50px;
  }
  footer .foot-bottom{
    padding: 30px 20px;
  }
  footer .foot-bottom p{
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    line-height: 17px;
  }
  footer .foot-bottom p span{
    color: #FAB702;
    font-weight: 800;
    text-transform: uppercase;
  }
  footer .foot-bottom p a{
    color: #FAB702;
    font-weight: 800;
 }
  footer .foot-bottom .social-icon a i{
    color: #222;
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    background-color: transparent;
    margin: 0 3px;
    text-align: center;
    transition: all 0.5s ease;
  }
  footer .foot-bottom .social-icon a i:hover{
    background-color: #FAB702;
    color:#000;
    opacity: 1;
  }
  
  




/* *************Breadcum*************** */

.breadcum{
    background-image: url(../images/breadcum/breadcum.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    padding: 50px 0;
    position: relative;
}
/* .breadcum::after{
    background: rgb(6 36 72 / 70%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
} */
.breadcum .wrap{
    position: relative;
    z-index: 2;
}
.breadcum .wrap h4{
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.breadcum .wrap h6{
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    padding-bottom: 25px;
}
.breadcum .wrap p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}
.breadcum .wrap p a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 10px;
}
.breadcum .wrap p a:hover{
    color: #ffd90c;
}

/* ***************why***************** */

.why .wrap{
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 30px;
  position: relative;
}
.why h4{
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  color: #29539b;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.why p{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #223a69;
  margin-bottom: 30px;
}
.why p b{
  text-transform: uppercase;
}
.why ul li{
  list-style-type: disc;
  color: #29539b;
  margin: 10px 0;
}
.why ul li h6{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #223a69;
  margin-bottom: 5px;
}
.why ul li p{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}



/* *************service************ */

.service{
    background-color: #f5f5f5;
    overflow: hidden;
}
.service .wrap{
  margin: 10px 0;
}
.service .wrap figure .overlay{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgb(223 185 70 / 100%);
    padding: 5px 0;
}
.service .wrap figure .overlay h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

/* ***************Gallery************** */

.tablist .nav{
  justify-content: center;
}
.tablist .nav-link{
  color: #888;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  margin: 30px 5px;
  border-radius: 0;
  background-color: transparent;
}
.tablist .nav-link.active{
  color: #111;
  background-color: #FAB702;
  padding: 10px;
}
.tablist .nav-link:hover{
  background-color: #111;
}
.tablist .nav-link.active:hover{
  background-color: #FAB702;
  color: #000;
}


.gallery h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
.portfolio-item .item img{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}



/* ---------------contact------------- */

.contact{
    overflow: hidden;
}
.contact .wrap h6 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}
.contact .wrap a {
    color: #000;
    margin: 10px 5px;
    display: block;
    transition: 0.5s all ease;
    font-weight: 400;
    font-size: 15px;
}
.contact .wrap a i{
    color: #ffd90c;
    margin-right: 10px;
    transition: 0.5s all ease;
}


/* -----------career---------- */

.about-career{
    margin:30px 0;
}
.about-career h6{
    font-size: 30px;
    font-weight: 500;
    color: #072d5a;
    margin-bottom: 20px;
}
.about-career .form-group {
    margin-bottom: 25px;
}
.about-career #contact-form .form-group label {
    color: #072d5a;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}
.about-career #contact-form .form-group .form-control{
    color: #000;
    font-size: 16px;
    background-color: #f6f6f6;
}
.about-career #contact-form .form-group .form-control:focus {
    color: #003936;
    background-color: #f6f6f6;
    outline: 0;
    box-shadow: none;
}
.about-career #contact-form label {
    color: #003936;
    font-size: 14px;
    margin-bottom: 15px;
}
.about-career #contact-form button.btn {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    background: #ffd90c;
    border: 2px solid #ffd90c;
    display: inline-block;
    transition: all 0.5s ease;
    padding: 10px 20px;
    letter-spacing: 2px;
    width: fit-content;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    margin: 0 0 0 10px;
}
.about-career #contact-form button.btn::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    right: -10px;
    bottom: -10px;
    border-right: 1px solid #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
}
.about-career #contact-form button.btn::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    left: -10px;
    top: -10px;
    border-left: 1px solid #1c1c1c;
    border-top: 1px solid #1c1c1c;
}
.about-career #contact-form button.btn:hover{
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}


/* ***************Sub-page**************** */

.sub-page{
    padding: 20px 0;
    overflow: hidden;
}

.sub-page figure{
    margin: 15px 0;
}


/* Back to top button */

#button {
    display: inline-block;
    background-color: #ffd90c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 60px;
    right: 20px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url(../images/up-arrow.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #ffd90c;
  }
  #button:active {
    background-color: #ffd90c;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


/* ************floating-icon************* */

.floating-icon{
    position: fixed;
    bottom: 2%;
    left: 0px;
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.floating-icon .wp{
    display: inline-block;
    margin: 10px;
    width: 150px;
    height: 45px;
    background-color: transparent;
    border: 2px solid #efc502;
    text-align: center;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon .call{
    display: inline-block;
    margin: 15px;
    width: 150px;
    height: 40px;
    background-color: #009688;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
}
.floating-icon a .fa-whatsapp{
    font-size: 20px;
    color: #000;
    margin-right: 10px;
}
.floating-icon a .fa-phone{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}


/* **************************floating-icon-bottom************************** */

.floating-icon-bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    
}
.floating-icon-bottom .whatsapp{
    background-color: #000;
    color: #0396d3;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 15px 0 0 0;
    border: 2px solid #ffd90c;
}
.floating-icon-bottom .call{
    background-color: #000;
    color: #0396d3;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border: 2px solid #ffd90c;
}
.floating-icon-bottom .mail{
    background-color: #000;
    color: #0396d3;
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 0 15px 0 0;
    border: 2px solid #ffd90c;
}
.floating-icon-bottom i{
    color: #ffd90c;
    display: block;
    font-size: 20px;
}



#preloader{
    background: #ffca03 url(../images/preloader/loader.gif);
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}






/* ******************RESPONSIVE******************* */


/* 
mw-1399-----------c-1200
mw-1199-----------c-992
mw-991------------c-768
mw-767------------c-576
mw-575------------c-480
mw-479------------c-375
 */


 /* 
 xl-1399 to 1200
 lg-1199 to 992
 md-991 to 768
 lg-767 to 576 
 */



/* ********************RESPONSIVE***************** */

/* *******************1399px*********CHECKED****** */

@media only screen and (max-width: 1399px) {
  
    header nav .navbar-nav .nav-item {
      padding: 8px 0;
    }
    .welcome .text-wrap {
      padding: 30px 75px;
    }
    .welcome .text-wrap h5{
      font-size: 25px;
    }
    .welcome .text-wrap p{
      font-size: 15px;
    }
    .welcome .text-wrap span p{
      font-size: 13px;
    }
    .what , .customer , .process{
      padding: 70px 15px;
    }
    .process .nav-link {
      width: 150px;
      height: 150px;
    }
    .project .nav-link{
      margin: 25px 0;
    }
    .view, .view-project {
      padding: 60px 0;
    }
    .customer .item .wrap {
    padding: 80px 15px 50px 15px;
    }
    .customer .item .wrap p {
      font-size: 13px;
      line-height: 20px;
    }
    footer .foot-bottom p{
      font-size: 11px;
      line-height: 25px;
    }
    footer .foot-bottom .social-icon a i {
      font-size: 13px;
      line-height: 25px;
      width: 25px;
      height: 25px;
    }
    .service .wrap figure .overlay h4 {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: 0;
    }
  }


  /* *******************1199px*********CHECKED****** */
  
  @media only screen and (max-width: 1199px) {
  
    .welcome .text-wrap {
      padding: 30px 60px;
    }
    .welcome .text-wrap h5{
      font-size: 24px;
      margin-bottom: 15px;
    }
    .welcome .text-wrap p{
      font-size: 15px;
      line-height: 21px;
      margin-bottom: 15px;
    }
    .welcome .text-wrap span p{
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 0;
    }
    .what .dot::before , .process .dot::before , .customer .dot::before{
      width: calc(44% - 112px);
    }
    .what .dot::after , .process .dot::after , .customer .dot::after{
      width: calc(44% - 112px);
    }
    .service .wrap figure .overlay h4 {
      font-size: 13px;
      line-height: 21px;
      letter-spacing: 0;
    }
    .contact .wrap h6 {
      font-size: 22px;
    }
    .contact .wrap a {
      font-size: 14px;
    }
  }
  

  /* *******************991px*********CHECKED****** */
  
  @media only screen and (max-width: 991px) {
  
    header .social-icons a i {
      width: 27px;
      height: 27px;
      line-height: 27px;
      font-size: 12px;
    }
    .welcome .text-wrap {
      padding: 30px 40px;
    }
    .welcome .text-wrap h5{
      font-size: 19px;
      margin-bottom: 15px;
    }
    .welcome .text-wrap p{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 15px;
    }
    .welcome .text-wrap span p{
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 0;
    }
    .process .nav-link {
      width: 120px;
      height: 120px;
    }
    .project .nav-link {
      margin: 5px 0;
    }
    .what .dot::before , .process .dot::before , .customer .dot::before{
      width: calc(44% - 120px);
    }
    .what .dot::after , .process .dot::after , .customer .dot::after{
      width: calc(44% - 120px);
    }
    .view, .view-project {
      padding: 40px 0;
    }
    .customer .item .wrap {
      padding: 75px 15px 25px;
    }
    .customer .item .wrap::after {
      top: 15px;
    }
    footer {
      padding: 0px 35px 0;
    }
    footer .footer-top {
      padding: 70px 20px;
    }
    footer .footer-top .footer-wrap h5 {
      margin: 20px 0;
    }
    footer .foot-bottom{
      padding: 30px 0 60px;
    }
    .service .wrap figure .overlay h4 {
      font-size: 10px;
      line-height: 21px;
      letter-spacing: 0;
    }
    .tablist .nav-link {
      margin: 5px 0;
    }
    .tablist .tab-content .tab-pane .gallery {
      padding: 15px 0 !important;
    }
    #button {
      bottom: 100px;
    }
    .contact .wrap h6 {
      font-size: 20px;
    }
    .contact .wrap a {
      font-size: 13px;
    }
    .about-career h6 {
      font-size: 25px;
    }
  }
  
  
  /* *******************767px********* CHECKED****** */
  
  @media only screen and (max-width: 767px) {
  
  
    header{
      position: static;
      width: 100%;
    }
    .left-side .navbar .navbar-toggler {
      position: absolute;
      top: 10px;
      right: 30px;
    }
    .left-side header .social-icons  a i {
      width: 36px;
      height: 36px;
      line-height: 36px;
      font-size: 16px;
    }
    .welcome .text-wrap {
      padding: 30px;
    }
    .welcome .text-wrap h5{
      font-size: 30px;
      margin-bottom: 20px;
    }
    .welcome .text-wrap p{
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 15px;
    }
    .welcome .text-wrap span p{
      font-size: 13px;
      line-height: 17px;
      margin-bottom: 0;
    }
    .what .card{
      margin: 20px 0;
    }
    .what .dot::before , .process .dot::before , .customer .dot::before{
      width: calc(44% - 120px);
    }
    .what .dot::after , .process .dot::after , .customer .dot::after{
       width: calc(44% - 120px);
    }
    footer .footer-top {
      padding-bottom: 10px;
    }
    footer .foot-bottom p {
      margin-bottom: 15px;
      text-align: center;
    }
    footer .foot-bottom .social-icon{
      text-align: center !important;
    }
    footer .footer-top .footer-wrap p {
      margin-bottom: 20px;
    }
  }
  
  /* *******************575px***********CHECKED****** */
  
  @media only screen and (max-width: 575px){
  
    .navbar .navbar-brand img {
      width: 150px;
    }
    header .social-icons {
      margin-top: 25px;
    }
    .banner{
      display: visible;
      font-size:16px;
    }
    .welcome figure img {
      display: none;
    }
    .welcome .text-wrap {
      padding: 30px 30px;
    }
    .what, .customer, .process {
      padding: 50px 15px;
    }
    .what h2 , .process h2 , .customer h2{
      margin-bottom: 5px;
    }
    .what i , .process i , .customer i {
      margin-bottom: 10px;
    }
    
    .what .card h5 {
      margin: 20px 0 5px;
    }
    .process .nav-link {
      width: 90px;
      height: 90px;
    }
    .what .dot::before , .process .dot::before , .customer .dot::before{
      width: calc(44% - 125px);
    }
    .what .dot::after , .process .dot::after , .customer .dot::after{
      width: calc(44% - 125px);
    }
    .process .nav-tabs{
      margin-top: 20px;
      padding-bottom: 39px;
    }
    .process .nav-link {
      margin: 0 20px;
    }
    .process .nav-link.active::after {
      bottom: -40px;
      height: 40px;
    }
    .project .nav-link {
      letter-spacing: 1px;
    }
    footer {
      padding: 0px 20px 0;
    }
    footer .footer-top {
      padding: 20px 20px;
    }
    
  }

  
  /* *******************479px***********CHECKED****** */
  
  @media only screen and (max-width: 479px){
  
    .welcome .text-wrap {
      padding: 30px 10px;
    }
    .welcome .text-wrap h5 {
      font-size: 25px;
    }
    .welcome .text-wrap p {
      font-size: 15px;
    }
    .welcome .text-wrap span p {
      font-size: 12px;
      line-height: 16px;
    }
    .what .dot::before, .process .dot::before, .customer .dot::before {
      width: calc(60% - 125px) !important;
    }
    .what .dot::before, .process .dot::before, .customer .dot::before {
      left: 80px !important;
    }
    .what .dot::after, .process .dot::after, .customer .dot::after {
      width: calc(60% - 125px) !important;
    }
    .what .dot::after, .process .dot::after, .customer .dot::after {
      right: 80px !important;
    }
    .process .nav-link {
      margin: 0 10px;
    }
    .project .nav-link {
      margin: 5px 0;
    }
    footer {
      padding: 70px 25px 0;
    }
    
  }