
@import url(https://db.onlinewebfonts.com/c/bb018e64d01355748d8ddc53553850b9?family=Cerebri+Sans+Regular);
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "GFS Didot", serif;
}
html {
    scroll-behavior: smooth;
  }
a{
    color: #3a3a3a;
    text-decoration: none;
  
}
p{
    font-size: 18px !important;
    color: #000;
    font-family: "Cerebri Sans Regular";
    line-height: 28px;
}

h1,h2,h3,h4,h5{
    color: #000;  
    font-family: "GFS Didot", serif;
}
h1{
    font-size: 50px;
    font-weight: 700;
}
h2{
    font-size: 40px;
    font-weight: 600;
}
h3{
    font-size: 35px;
    font-weight: 500;
}
h4{
    font-size: 25px;
    font-weight: 500;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px;
    background-color: #2429437d;
}
.header a{
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
}
a.logo span{
    background-color: #fff;
    color: #242943;
    padding: 3px 6px;
    margin-right: 6px;

}

.hero{
    height: 100%;
    width: 100%;
    background-image: url('../img/banner-2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 0;
    padding: 200px 0;
}
/*.hero::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color:#24294349;*/
/*    z-index: -1;*/
/*}*/
.hero-content{
    z-index: 99;  
}

.hero-content h1{
    color: #fff;
    letter-spacing: 5px;
    /* text-shadow: 0px 1px 10px #2e2e2e; */
    /* text-shadow: -15px 5px 20px #ced0d3; */
    font-size: 55px;
    font-weight: 500;
}
.hero-content {
    background-color: #24294359;
    padding: 10px;
    border-radius: 10px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border-color: transparent;
}


.hero-content h4{
    color: #e8ecff;
    font-size: 18px;
    text-shadow: 0px 1px 10px #292929;
}

.btn a{
    display: inline-block;
    padding: 15px 20px;
    background-color: #242943;
    color: #fff;
    margin-top: 15px;
   letter-spacing: 1px;
   font-size: 15px;
   position: relative;
   z-index: 1;
   overflow: hidden;
   border-radius: 2px;
   transition: 0.5s all;
}

.btn a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(250, 248, 255);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform:rotate(-90deg);
    transform-origin: left bottom;
    transition: 0.5s all;
}
.btn a:hover::after{
    transform:rotate(0deg);
}
.btn a:hover{
 color: #242943;
}

/*================About Us================*/
.about-content h2{
    position: relative;
    padding-left: 15px;

}
.about-img img{
    border-radius: 10px;
    filter: grayscale(1);
    transition: 0.4s all;
}
.about-us:hover .about-img img{
    filter:brightness(1);
}
.about-content h2::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #242943;
}
.ser-banner{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s all;
}
.ser-banner img{
    transition: 0.5s all;
    filter: grayscale(0);
}
.ser-banner:hover img{
    transform: scale(1.02) ;
    filter: grayscale(0);
}

.ser-content{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    transform: translate(0%,0%);
}
.ser-content h3{
    position: relative;
        color: #000000;
    text-shadow: 1px 2px 5px #cbcbcb;
    transition: 0.2s all;
    display: inline-block;
    z-index: 1;
    padding: 5px 15px;
    max-width: 720px;
}
.ser-content h3::after{
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 0;
    left:0;
    right:auto;
    transition: 0.5s all;
    z-index: -1;
    border-radius: 3px;
}
.ser-banner:hover h3::after{
    width: 100%; 
    right:auto;
    left: 0; 
    border-radius: 0px;
    background-color: #ffffffa3;
}
.ser-banner:hover .ser-content h3{
    color: #242943 !important;
    text-shadow: 1px 2px 5px #23232338;
}
.card-img {
    /* box-shadow: 2px 5px 10px #ccc; */
      border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.ser-box-1{
    padding: 20px 15px 20px;
    margin: 15px 0;
    background-color: #ffffff;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
   /*box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;*/
    border-top: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
}
.ser-box-1::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #000;
    width:2px;
    height: 25%;
    transition: 0.5s all;
}
.ser-box-1:hover::after{
    height:100%;
}
.ser-box-2::after{
    display: none;
}

.ser-box-2{
    background-color: #fffdfd;
    box-shadow: rgba(158, 158, 159, 0.36) 0px 0px 16px;
}
.ser-box-2 p{
    color: #333;
    font-size: 17px;
}

.ser-box-2::before{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #000;
    width:2px;
    height: 25%;
    transition: 0.5s all;
}
.ser-box-2:hover::before{
    height:100%;
}


.content-ser{
    position: absolute;
    bottom:  -90px;
    left: 0px;
    transform: translate(0%,0%);
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s all;
    z-index: 99;
}

.big-ser .content-ser{
   bottom: 0px;  
}
/* .card-ser:hover .content-ser{
    background-color: #00000062; 
} */
.content-ser h3{
    font-size: 23px;
    font-weight: 400;
    color: #ffffff;
    width: 100%;
    letter-spacing: 0.5px;
    overflow: hidden;
    transition: 0.4s all;
    text-shadow: 1px 1px 15px #242943;
    text-wrap: nowrap;
    z-index: 99;
}
.card-ser:hover .content-ser{
  bottom: 0;
}

.content-ser p{
   font-size: 15px !important;
    color: #fff;
    line-height: 21px;
    transform: translateY(100px);
    transition: 0.8s all;
}
.card-ser:hover p{
    transform: translateY(0px);
}
.card-ser img{
    transition: 0.5s all;
    z-index: 1;
}
.card-ser{
    box-shadow: rgb(0 0 0 / 13%) 0px 25px 20px -20px;
    position: relative;
    z-index: 1;
}

.card-ser::after{
  content: '';
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 0, 0, 0) ,#000000be);
  z-index: 1;
  transition:0.5s all;
}
.card-ser:hover::after {
    height: 100%;
    background-image: linear-gradient(rgba(255, 0, 0, 0) ,#242943);
}

.big-ser .card-ser::after{
     background-image: linear-gradient(rgba(255, 0, 0, 0) ,#242943);
}
.big-ser .content-ser p{
    transform: translateY(0px);
}
.big-ser img{
    transition:0.5s all; 
    filter: grayscale(1);
}
.big-ser:hover img{
  transform: scale(1.05);
  filter: grayscale(0);
}
/* .card-ser:hover img{
    filter: grayscale(1);

} */


/*============footer=============*/
.footer{
 background-color: #242943;
 padding: 60px 0 0 0;
}
.footer h3{
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  font-size: 25px; 
  letter-spacing: 1px; 
  display: inline-block;
  margin-bottom: 10px;
}
.footer p{
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.social-links ul{
    margin: 0;
    padding: 0;
}
.social-links ul.contact li{
    margin-top: 10px;
    list-style: none;
}
.social-links ul.contact li a{
    color: #fff;
    font-size: 16px;
}
.social-links ul.contact li span{
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
}
.social-links ul.contact li span i{
    color: #242943;
}

.fooer-bottom{
    background-color: #0e111e;
    padding: 15px 0;
    text-align: center;
    margin-top: 50px;
}
.fooer-bottom p{
    padding: 0;
    margin: 0;
}
.fooer-bottom p a{
    color: #fff;
}


.what-we-do{
    background-color: #f8f8f8;
    padding: 60px 0;
}

.heading-text h2{
    padding: 4px 0;
    color: #333;
}
.heading-text p{
    font-size: 18px;
    color: #333;
}
.scroll{
    position: fixed !important;
    width: 45px;
    height: 45px;
   background-color: #242943;
    position: absolute;
    bottom: 20px;
    right: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    cursor: pointer; 
    box-shadow: 1px 2px 15px #000000;
    z-index: 9999;
}
.scroll span{
    display: inline-block;
}
.scroll i{
    color: #fff;
}

.ser-3{
  background-color: #242943;
  padding:40px 0;
  margin-bottom:35px;
}

.ser3-content h3{
    color:#fff;
}
.ser3-content p{
    color:#fff;
}
.ser3-images img{
    border-radius:10px;
}

.logo{
    width:247px;
    height:53px;
}
.logo img{
    width:100%;
    height:100%;
    object-fit: contain;
}
/*dark*/
.dark-ser{
   background-color: #f0f1f8;
    padding: 40px 0;
}
/*.ser-main{*/
/*     overflow:hidden;*/
/*}*/
.ser-box {
    /*display: flex;*/
    /* justify-content: center;*/
    box-shadow: 0 2px 11px #00000087;
    border-radius: 10px;
    padding: 30px 25px;
    background-color: #242943;
    min-height: 760px;
    transition:0.5s all;
    text-align:start;
   
}

.ser-box ul li{
    color:#fff;
    margin-top:10px;
}



.ser-box:hover{
    transform:scale(1.02);
}
.ser-icons{
    width:80px;
    height:80px;
    text-align:center;
    margin-right:20px;
  
}
.ser-icons img{
    width:100%;
    height:100%;
    object-fit:cover
}
.ser-con{
    width:100%;
    padding-top:15px;
}
.ser-con h3{
    color:#ddd;
}

.ser-con p{
    color:#ddd;
}
.choose {
    background-color: #fff;
    min-height: 250px;
    box-shadow: rgb(0 0 0 / 5%) 0px 2px 8px;
}

.choose .ser-con p{
   color:#000;  
}
.choose  .ser-con h3{
    color:#000;
}
.accordion-button:focus{
       box-shadow: 1px 2px 5px #eee;
}
button.accordion-button.collapsed,button.accordion-button {
    font-size: 20px;
    font-weight: 500;
}


.btn-box a{
    display:inline-block;
    padding:2px 0;
    text-align:center;
    color:#ddd;
    transition:0.5s all;
    font-size:17px;
}

.btn-box-1 a{
       display:inline-block;
    padding:2px 0;
    text-align:center;
    color:#000; 
    font-size:17px;
    transition:0.5s all;
}
.btn-box-1 a:hover,.btn-box a:hover{
    letter-spacing:2px;
}

.copyright p a{
    font-family: "Cerebri Sans Regular";
}
.footer p strong {
    letter-spacing: 2px;
}

.about-img {
    border: 1.5px solid #000;
    border-radius: 15px;
    overflow: hidden;
}
.what-we-do .row {
    justify-content: center;
}

.btn-box a {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
}
/*============Responsive================*/

@media only screen and (min-width:1400px) {
  .ser-box p {
    font-size: 22px !important;
    line-height: 39px;
} 
.ser-box ul li{
 font-size: 22px !important;
    line-height: 39px;    
}
.btn-box a {
    font-size: 24px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
}
.ser-box {
    min-height: 953px;
}
.choose {
   min-height: 263px; 
}

}



@media only screen and (max-width: 991px) {
section.about-us.py-5 .row {
    flex-direction: column-reverse;
}
.about-content {
    padding-top: 25px;
}
.about-content p{
    padding-top: 10px; 
}
.card-content h3 {
    font-size: 30px;
    padding: 10px 0;
}
.ser-box-2 {
    flex-direction: column-reverse;
}
}
@media only screen and (max-width: 769px) {
    .hero-content h1 {
        font-size: 47px !important;
        line-height: 48px;
        padding-bottom: 20px;
}
}

@media only screen and (max-width: 425px) {
.hero-content h1 {
    font-size: 36px !important;
    line-height: 39px;
}
.hero-content h4 {
    line-height: 30px;
}
h3 {
    font-size: 22px;
}
.card-content h3 {
    font-size: 23px;
}
}