*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

html, body{
    width: 100%;
    height: 100%;
}

:root {
    --orange-color: #f65833;
    --blue-color: #3d4c83;
    --text-color: #2a3238;
    --white-color: #ffffff;
    --gray-color: #c7c7c7;
    --dark-gray: #616161;
    --bg-color: #eaebee;
    --bg1-color: #f1f1f1;
    --black-color: #000000; 
    --border-color: #dee2e6;
    --second-color: #272727;
}

.h-100{
    height: 100px !important;
}

a{
    text-decoration: none !important;
}

.wrapper{
    overflow: hidden;
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    overflow: hidden;
    background: var(--white-color);
    transition: all 0.6s ease-out;
  }
  
  #preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ffffff;
    border-color: var(--orange-color) transparent var(--orange-color) transparent;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1.5s linear infinite;
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  

  .scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background-color: var(--orange-color);
    width: 40px;
    height: 40px;
    transition: all 0.4s;
  }
  
  .scroll-top i {
    font-size: 24px;
    color: var(--white-color);
    line-height: 0;
  }
  
  .scroll-top:hover {
    background-color: color-mix(in srgb, var(--orange-color), transparent 20%);
    color: var(--white-color);
  }
  
  .scroll-top.active {
    visibility: visible;
    opacity: 1;
  }
  

/* --------------------------------------header start -------------------------------------------*/
header .top-head{
    background-color: var(--orange-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
header .top-head .box1 i{
    color: var(--white-color);
    font-size: 18px;
}
header .top-head .box2 a{
    color: var(--white-color);
    font-size: 15px;
}
header .bottom-head .nav-link{
    font-size: 16px;
    font-weight: 500;
}
header .bottom-head .nav-link:hover{
    color: var(--orange-color);
}
header .bottom-head .dropdown-item{
    font-size: 15px;
}
header .bottom-head .git-btn{
    color: var(--text-color);
    border: var(--orange-color) solid 1px;
    padding: 1px 0;
    font-size: 15px;
    border-radius: 4px;
    transition: all 0.3s;
}
header .bottom-head .git-btn:hover{
    background-color: var(--orange-color);
    color: var(--white-color);
}
header .bottom-head .ep-btn{
    color: var(--white-color);
    border: var(--orange-color) solid 1px;
    background-color: var(--orange-color);
    padding: 1px 0;
    border-radius: 4px;
    font-size: 15px;
    transition: all 0.3s;
}
header .bottom-head .dropdown-toggle::after{
    margin: 0;
}

/* --------------------------------------header end -------------------------------------------*/

/* --------------------------------------banner start -------------------------------------------*/
.banner{
    width: 100%;
    height: 550px;
    overflow: hidden;
    object-fit: cover; 
}

.banner .owl-carousel{
  z-index: 1;
}

.banner .owl-carousel .item{
    width: 100%;
    height: 550px !important;
    background-size:cover;
    background-position: left;
    background-repeat: no-repeat;
}

.banner .owl-carousel .slide1{
    background-image: url(../img/banner10.jpg);
}
.banner .owl-carousel .slide2{
    background-image: url(../img/banner2.jpg);
}
.banner .owl-carousel .slide3{
    background-image: url(../img/banner3.jpg);
}
.banner .owl-carousel .slide4{
    background-image: url(../img/banner4.jpg);
}
.banner .owl-carousel .slide5{
    background-image: url(../img/banner5.jpg);
}
.banner .owl-carousel .slide6{
    background-image: url(../img/banner6.jpg);
}
.banner .owl-carousel .slide7{
    background-image: url(../img/banner7.jpg);
}

.banner .content{
    width: max-content;
    padding: 1rem 1.5rem 1rem 8rem;
    background-color: #f65733a9;
    text-align: start;
    height: max-content;
    position: absolute;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    top: 50%;
    left: 0%;
    transform: translate(-0%, -70%);
    backdrop-filter: blur(5px);
}

.banner .content h1{
   color: var(--white-color);
   font-size: 2rem;
   margin-bottom: 1rem;
   font-weight: 600;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.banner .content p{
    color: var(--white-color);
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
    /* margin-bottom: 1.5rem; */
    /* text-shadow: 2px 2px 0px #001c3f; */
 }

 .banner .content .btn-box a{
    color: var(--white-color);
    background-color: var(--white-color);
    /* border: var(--primary-color) solid 2px; */
    padding: 0.9rem 1rem;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
 }

 .banner .content .btn-box a:hover{
    background-color: var(--blue-color);
 }

 .banner .owl-item.active .content{
    animation: fadeIn 1s both 0.6s;
 }

.banner .owl-item.active .content h1{
    animation: fadeInDown 1s both 0.6s;
}

.banner .owl-item.active .content p{
    animation: fadeInUp 1s both 1.5s;
}

.banner .owl-item.active .content .btn-box{
    animation: fadeInDown 1s both 1.5s;
}

/* --------------------------------------banner end -------------------------------------------*/

.getintouch{
    width: 100%;
    height: max-content;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}
.getintouch .container{
    background-color: var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 4px;
}
.getintouch h1{
    color: var(--orange-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 0;
}
.getintouch input::placeholder{
    color: #212529 !important;
}
.getintouch  .btn{
    background-color: var(--orange-color);
    color: var(--white-color);
}
.getintouch  .btn:hover{
    background-color: var(--orange-color);
    color: var(--white-color);
}
/* --------------------------------------getintouch end -------------------------------------------*/

.wwdo h1{
    color: var(--orange-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    margin-bottom: 1rem;
}
.wwdo .box{
    display: flex;
    justify-content: start;
    gap: 30px;
}
.wwdo img{
    width: 60px;
}
.wwdo h6{
    color: var(--blue-color);
    font-weight: 700;
    font-size: 22px;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.wwdo p{
    font-size: 15px;
}
.wwdo a{
    text-decoration: none;
    color: var(--orange-color);
}
/* --------------------------------------what we do end -------------------------------------------*/

.hwdit h1{
    color: var(--orange-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    margin-bottom: 1rem;
}
.hwdit .box{
    text-align: center;
    padding: 20px 16px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: all 0.3s;
    border-radius: 4px;
    cursor: pointer;
}
.hwdit .box:hover{
    background-color: var(--white-color);
}
.hwdit .box:hover a{
    background-color: var(--orange-color);
    color: var(--white-color);
}
.hwdit img{
    width: 35% !important;
    margin: auto;
    transition: all 0.3s;
}
.hwdit h2{
    margin: 8px 0;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 22px;
    color: var(--blue-color);
}
.hwdit p{
    font-size: 14px;
}
.hwdit a{
    color: var(--orange-color);
    border: var(--orange-color) solid 1px;
    padding: 5px 24px;
    font-size: 13px;
    transition: all 0.3s;
    border-radius: 4px;
}
/* --------------------------------------how we do it end -------------------------------------------*/

.clientsay h1{
    color: var(--orange-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    margin-bottom: 1rem;
}

.clientsay .box{
    text-align: center;
}

.clientsay h5{
    color: var(--blue-color);
    margin: 8px 0;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.clientsay img{
    width: 13% !important;
    margin: auto;
}

.clientsay p{
    margin: 0;
}
/* --------------------------------------our works end -------------------------------------------*/

.workwith h1{
    color: var(--orange-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    margin-bottom: 1rem;
}

.workwith .box{
    height: 100px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
/* --------------------------------------who work with us end -------------------------------------------*/

.blog h1{
    color: var(--orange-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 1rem;
    text-align: center;
}
.blog .box{
    position: relative;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 4px;
    margin: 10px;
}
.blog .box:hover a{
    background-color: var(--orange-color);
    color: var(--white-color);
}
.blog .content{
    position: relative;
    padding: 10px;
}

.blog .overlay{
    padding: 10px;
    background-color: var(--white-color);
    margin-top: -50px;  
}

.blog p{
    font-size: 15px;
}
.blog a{
    color: var(--orange-color);
    border: var(--orange-color) solid 1px;
    padding: 5px 24px;
    font-size: 13px;
    transition: all 0.3s;
    border-radius: 4px;
}
.blog span{
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--white-color);
    padding: 5px;
    font-size: 13px;
}
/* --------------------------------------blog end -------------------------------------------*/
footer{
    background-color: var(--second-color);
}
footer .box1 img{
    width: 100%;
}
footer ul{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}
footer ul li{
    list-style-type: none;
}
footer .box2 ul li a{
    font-size: 16px;
    color: var(--white-color);
    font-weight: 400;
}
footer .box3 p{
    color: var(--white-color);
    text-align: center;
    margin-bottom: 12px;
}
footer .box3 .social{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .25rem;
}
footer .box3 .social a{
    font-size: 16px;
    padding: 2px 4px;
    border: solid 1px var(--white-color);
    transition: all 0.3s;
    color: var(--orange-color);
    border-radius: 4px;
}

footer .box3 .social a:hover{
    background-color: var(--white-color);
}

footer .box3 .social a:hover i{
    color: var(--orange-color);
}

footer .bottom-footer{
    border-top: solid 1px var(--white-color);
}
footer .bottom-footer p{
    margin: 0;
    text-align: center;
    color: var(--white-color);
    font-size: 14px;
}
footer .bottom-footer p a{
    color: var(--white-color);
}
/*-------------------------------- footer end ------------------------------------*/


/* ------------------------------------------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------pages css start  --------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------------------------*/


.breadcrumb-banner{
    background-image: url(../img/ban.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-banner a, .breadcrumb-banner i, .breadcrumb-banner p{
    color: var(--white-color);
    text-decoration: none;
    margin: 0;
    font-size: 15px;
}

.common-page h2{
    color: var(--orange-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 32px;
}

.common-page p{
    text-align: center;
}

.common-page h4{
    font-size: 26px;
    color: var(--blue-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

.common-page .button{
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 15px;
    background-color: var(--orange-color);
    color: var(--white-color);
}

.common-page .box1 .box{
    background-color: var(--bg1-color);
    height: 260px;
    padding: 16px;
    border-radius: 4px;
    transition: all 0.4s;
    cursor: pointer;
}

.common-page .box1 .box:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.common-page .box1 img{
    width: 18%;
}

.common-page .box1 h5{
    margin: 8px 0;
    font-size: 18px;
    font-weight: 600;
}

.common-page .box1 p{
    margin: 0;
    text-align: start;
}

.common-page .nav{
    width: 40%;
    margin-right: 8px;
    border-right: solid 2px var(--orange-color);
}

.common-page .tab-content{
    width: 60%;
    border: solid 1px var(--orange-color);
    border-radius: 4px;
}

.common-page .tab-content h2{
    font-size: 18px;
    text-align: start;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.common-page .tab-content p{
    text-align: start;
}

.common-page .nav .nav-item button{
    border-radius: 0px;
    color: var(--text-color);
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.common-page .nav .nav-item button.active {
    background-color: var(--orange-color);
    color: var(--white-color) !important;
}

.common-page .flip-card{
    background-color: transparent;
    width: 100%;
    height: 150px;
    perspective: 1000px;
    cursor: pointer;
}

.common-page  .flip-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.common-page  .flip-card:hover .flip-card-inner{
    transform: rotateY(180deg);
}

.common-page  .flip-card-inner.active{
    transform: rotateY(180deg);
}

.common-page  .flip-card-front, .flip-card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.common-page .flip-card-front{
   background-color: var(--bg1-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 8px;
}

.common-page .flip-card-front img{
    width: 20%;
}

.common-page .flip-card-front h5{
    font-size: 17px;
    margin: 8px 0 0 0;
    color: var(--text-color);
    font-weight: 400;
}

.common-page .flip-card-back {
    background-color: var(--orange-color);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 5px;
}

.common-page .flip-card-back p{
    font-size: 15px;
    margin: 0;
}

.common-page .box2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--orange-color);
    padding-block: 8px;
    border-right: solid 1px var(--white-color);
    border-left: solid 1px var(--white-color);
    border-bottom: var(--white-color) solid 1px;
    cursor: pointer;
    transition: all 0.4s;
    border-radius: 4px;
}

.common-page .box2:hover{
    background-color: var(--white-color);
}

.common-page .box2:hover h6{
    color: var(--orange-color);
}

.common-page .box2 h6{
    margin: 0;
    color: var(--white-color);
    font-weight: 400;
}


.employeeport .box{
    background-color: var(--bg1-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
}

.employeeport .btn{
    background-color: var(--orange-color);
    color: var(--white-color);
}

.employeeport .btn:hover{
    background-color: var(--second-color);
    color: var(--white-color);
}

.contactus h1{
    color: var(--orange-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

.contactus .box1 p{
    margin-bottom: 8px;
    color: var(--text-color);
}

.contactus .box1 p a{
    color: var(--text-color);
}

.contactus .box1 p i{
    color: var(--orange-color);
}

.contactus .box2{
    background-color: var(--bg1-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
}

.contactus .btn{
    background-color: var(--orange-color);
    color: var(--white-color);
}

.contactus .btn:hover{
    background-color: var(--second-color);
    color: var(--white-color);
}


.inside-common-page h2{
    color: var(--orange-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
    font-size: 32px;
}

.inside-common-page p{
    text-align: center;
}

.inside-common-page h4{
    font-size: 26px;
    color: var(--blue-color);
    font-weight: 700;
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}

.inside-common-page .box1 .box{
    background-color: var(--bg1-color);
    height: 260px;
    padding: 16px;
    border-radius: 4px;
    transition: all 0.4s;
    cursor: pointer;
}

.inside-common-page .box1 .box:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.inside-common-page .box1 img{
    width: 18%;
}

.inside-common-page .box1 h5{
    margin: 8px 0;
    font-size: 18px;
    font-weight: 600;
}

.inside-common-page .box1 p{
    margin: 0;
    text-align: start;
}

.inside-common-page .nav{
    width: 40%;
    margin-right: 8px;
    border-right: solid 2px var(--orange-color);
}

.inside-common-page .tab-content{
    width: 60%;
    border: solid 1px var(--orange-color);
    border-radius: 4px;
}

.inside-common-page .tab-content h2{
    font-size: 18px;
    text-align: start;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.inside-common-page .tab-content p{
    text-align: start;
}

.inside-common-page .nav .nav-item button{
    border-radius: 0px;
    color: var(--text-color);
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.inside-common-page .nav .nav-item button.active {
    background-color: var(--orange-color);
    color: var(--white-color) !important;
}

.inside-common-page .flip-card{
    background-color: transparent;
    width: 100%;
    height: 150px;
    perspective: 1000px;
    cursor: pointer;
}

.inside-common-page  .flip-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.inside-common-page  .flip-card:hover .flip-card-inner{
    transform: rotateY(180deg);
}

.inside-common-page  .flip-card-front, .flip-card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.inside-common-page .flip-card-front{
   background-color: var(--bg1-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 8px;
}

.inside-common-page .flip-card-front img{
    width: 20%;
}

.inside-common-page .flip-card-front h5{
    font-size: 17px;
    margin: 8px 0 0 0;
    color: var(--text-color);
    font-weight: 400;
}

.inside-common-page .flip-card-back {
    background-color: var(--orange-color);
    color: white;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 5px;
}

.inside-common-page .flip-card-back p{
    font-size: 15px;
    margin: 0;
}


/* success start */
.success{
    height: 100vh;
    width: 100vw;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.success h1{
    color: var(--orange-color);
    font-size: 70px;
}
/* success end */

/* error start */
.error-page{
    height: 100vh;
    width: 100vw;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.error-page h1{
    color: var(--orange-color);
    font-size: 6rem;
    margin: 0;
}

.error-page h4{
    color: var(--text-color);
}

.error-page p{
    margin-bottom: 8px;
    color: var(--text-color);
}

.error-page i{
    color: var(--orange-color);
}

.error-page a{
    color: var(--orange-color);
    font-weight: 500;
}
/* error end */
