@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

*{
    font-family: 'Inter', sans-serif;
    margin: 0; padding: 0;
    box-sizing: border-box;
    outline: none; border: none;
    text-decoration: none !important;
    list-style: none !important;
    color: #ffff ;
    font-size: 17px;
}
*::selection{
    background-color: #20A1C3;
    color: #ffff;
}
 
*::-webkit-scrollbar{
    height: .5rem;
    width: .6rem;
}
 
*::-webkit-scrollbar-track{
    background-color: transparent;
}
 
*::-webkit-scrollbar-thumb{
    background-color: #20A1C3;
    border-radius: 5rem;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}
p{
    color: #444444;
}
/* body{
    max-width: 1400px;
    margin: 0 auto;
} */
.text-center{
    text-align: center;
}
.org-btn-posi{
    text-align: center;
    margin-top: 3rem;
}
.btn-main a , .org-btn{
    padding: .6rem 0;
    width: 7rem;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    color: #fff;
    background-color: #20A1C3;
    border: 1px solid #20A1C3;
    border-radius: 8px;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    text-align: center;
}
.btn-main a:hover , .org-btn:hover{
    color: #20A1C3;
}

.btn-main a:before , .org-btn:before{
    top: 100%;
    left: 100%;
    transition: 0.7s;
    content: "";
    position: absolute;
    background: #fff;
    height: 150px;
    width: 245px;
    border-radius: 50%;
    z-index: -1;
}
.btn-main a:hover:before, .org-btn:hover:before{
    top: -30px;
    left: -30px;
}
.btn-main a:active , .org-btn:active{
    color: #fff;
}
.btn-main a:active:before , .org-btn:active::before{
    background: #20A1C3;
    transition: 0s;
}

nav{
    display: none;
}
#menu-btn{
    font-size: 22px;
    color: #fff;
    background-color: #20A1C3;
    padding: .8rem;
    border-radius: 5px;
}

.section-head{
    display: grid;
    grid-template-columns: 25% 75%;
}
.section-menu{
    /* padding-bottom: 2rem ; */
    height: 100%;
    background: linear-gradient(180deg, #375595 0%, #2F6DA4 38%, #20A1C3 55%);
    text-align: center;
}
.section-menu .logo img{
    height: 7rem;
    margin-top: 2rem;
}
.section-menu .flex-box{
    margin: 2rem 0;
    padding: 0;
}
.section-menu .flex-box li{
    border-top: 1px solid #fff;
    height: 55px;
    display: flex;
}
.section-menu .flex-box li.active{
    box-shadow: -7px 0px 15px;

}
.section-menu .flex-box li:last-child{
    border-bottom: 1px solid #fff;
}
.section-menu .flex-box .menu-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    color: #ffff;
    padding: .8rem 2rem;
    text-transform: capitalize;
    width: 100%;
}
.section-menu .socil-media{
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin:2rem 0 1rem;
}
.section-menu .Copyright{
    color: #fff;
    font-size: 12px;
    padding-bottom: 2rem;
}
.section-menu .Copyright a{
    font-size: 12px;
    color: #fff;
}

.desc-menu{
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow: auto;
}
.desc-menu::-webkit-scrollbar{
    width: .3rem;
    height: .5rem;
}
.desc-menu::-webkit-scrollbar-track{
    background: #fff;
}
.desc-menu::-webkit-scrollbar-thumb{
    background: linear-gradient(360deg, rgba(55,85,149,.7) 0%, rgba(32,161,195,.7) 55%);
}



.swiper-pagination-bullet{
    background-color: #fff !important;
}
.swiper-pagination-bullet-active{
    background-color: #fff !important;
}




.section-scoll .slider1, .section-scoll .slider2, .section-scoll .slider3{
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center !important;
    /* position: sticky;
    position: -webkit-sticky; */
    /* border-radius: 25px; */
    /* box-shadow: 0px 0px 15px #000; */
    /* margin: 1.5rem 1rem 0 1.5rem; */
}
.section-scoll .slider1{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../img/home-slider-1.png) , no-repeat;
}
.section-scoll .slider2{
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.6)) , url(../img/home-slider-2.jpg) , no-repeat;
}
.section-scoll .slider3{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../img/home-slider-3.jpg) , no-repeat;
}
.section-scoll .contant{
    padding-left: 3rem;
    width: 100%;
}
.section-scoll .contant h1{
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.section-scoll .contant p{
    color: #ffff;
    font-size: 12px;
    width: 80%;
    line-height: 32px;
}
.section-scoll .contant .btn-main{
    margin-top: 2rem;
}
#portfolio , #blog, #team {
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.section-scoll .menu-head{
    text-align: center;
    padding-bottom: 3rem;
    padding-top: 1rem;
}
.section-scoll .head{
    color: #000;
    text-align: center;
    padding: 0 1.2rem;
    border-bottom: 1px solid #000;
    display:inline-block;
    padding-bottom: .5rem;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 50px;
}
.section-scoll .tittle{
    width: 65%;
    margin: 0 auto;
    padding: 1rem 0;
    line-height: 32px;
}
.section-scoll .portfolio .photos{
    display: grid;
    grid-template-columns: 32.33% 32.33% 32.33%;
    gap: .8rem;
    margin-bottom: 4rem;
}
.section-scoll .portfolio .photos .box{
    display: grid;
    gap: .8rem;
}
.section-scoll .portfolio .photos img{
    width: 100%;
}
.section-scoll .portfolio .photos .img-box-1 img{
    height: 396px;
    object-fit: cover;
    object-position: right;
}
.section-scoll .portfolio .photos .img-box-2 img{
    height: 167px;
    object-fit: cover;
    object-position: center;
}
.section-scoll .portfolio .btn-main, .section-scoll .team .btn-main{
    text-align: center;
}
.section-scoll .blog .flex-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1rem;
}
.section-scoll .blog .flex-box .box h4{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 1rem 0;
}
.section-scoll .team{
    padding-bottom: 3rem;
}
.section-scoll .team .flex-box{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
   
}
.section-scoll .team .flex-box .tex-bg{
    background: linear-gradient(90deg, #197E99 0%, #20A1C3 55%);
    padding: 1rem;
    margin-top: -4px;
}
.section-scoll .team .flex-box .box h4{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    /* padding: 1rem 0; */
}
.footer{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../img/footer.jpg) , no-repeat;
    background-size: cover !important;
    background-position: center !important;
    padding: 3rem 3rem 1rem;
    /* z-index: -1; */
    margin-top: 2rem;
}
.footer .footer-flex{
    display: grid;
    grid-template-columns: 26% 23% 26% 25%;
}
.footer .footer-flex .box-1 .logo{
    height: 7rem;
}
.footer .footer-flex p{
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 1rem;
}
.footer .footer-flex .socil-media{
    display: flex;
    gap: 1rem;
    /* align-items: center; */
}

.footer .footer-flex .footer_head{
    font-size: 20px;
    font-weight: bold;
    margin-top: 3rem;
}
.footer .footer-flex .box-2{
    margin-left: 2rem;
}
.footer .footer-flex ul{
    margin: 0;
    padding: 0;
}
.footer .footer-flex li{
    margin-top: .8rem;
}
.footer a{
    color: #fff;
}
.footer .footer-flex .menu-btn , .footer .footer-flex span{
    text-transform: capitalize;
    font-size: 15px;
}
.footer .footer-flex span{
    line-height: 24px;
    margin: 1rem 0 1rem;
    display: block;
}
.footer .footer-copyright{
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid #ffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.footer .footer-copyright p{
    color: #ffff;
    font-size: 12px;
}
.footer .footer-copyright p a{
    font-size: 12px;
}



.Portfolio-inner_page, .contant-inner_page, .blog-inner_page, .about-inner_page{
    min-height: 80vh;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center !important;
}


/* portfolio start */

.section-scoll .portfolio_main{
    margin-top: 3rem;
}

.section-scoll .portfolio_main .gallery{
    display: grid;
    grid-template-columns: 32.33% 32.33% 32.33%;
    gap: .8rem;
    margin-bottom: .7rem;
}
.section-scoll .portfolio_main  img{
    width: 100%;
}
/* .section-scoll .portfolio_main .gallery a:nth-child(2n-1) img{
    height: 396px;
    object-fit: cover;
    object-position: right;
}
.section-scoll .portfolio_main .gallery a:nth-child(2n-0) img{
    height: 167px;
    object-fit: cover;
    object-position: center;
} */
.section-scoll .portfolio_main .btn-main, .section-scoll .team .btn-main{
    text-align: center;
}


.Portfolio-inner_page{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../img/home-slider-1.png) , no-repeat;
}


.portfolio_main .filter-btns{
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    justify-content: center;
    list-style: none;
    margin-bottom: 1rem;
}

/* .portfolio_main .item{
    margin: .7rem 0;
} */
.portfolio_main .org-btn{
    margin-top: 2rem;
}
  

#myDIV{
    display: none;
    
}


#gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin: 1rem 0;
}

.item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.filter-btns {
    text-align: center;
    margin-top: 20px;
}

.filter-btn {
    display: inline-block;
    padding: 8px 16px;
    margin: 5px;
    cursor: pointer;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.filter-btn:hover {
    background-color: #2980b9;
}
  

  

/* portfolio end */



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
  overflow-y: hidden;
 }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }


.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }


.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }


button.mfp-close,
button.mfp-arrow {
  
  display: none;
  }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }


/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

  

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}


/* contact start */

.contact_heading{
    text-align: center;
    margin-top: 3rem;
}
.contant-inner_page{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../img/home-slider-1.png) , no-repeat;
}

.contact_inner_flex{
    display: grid;
    grid-template-columns: 40% 60%;
    margin: 2rem 3rem 4rem;
}
.contact_inner_box{
    padding: 3.5rem 3rem ;
    height: 100%;
    background: linear-gradient(140deg, #375595 0%, #3772bb 35%,#20A1C3 55%, #00d4ff 100% );
}
.contact_inner_box .flex_box{
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5rem;
    margin-bottom: 1.8rem;
}
.contact_inner_box .flex_box img{
    width: 50px;
}
.contact_inner_box p{
    font-size: 15px;
    color: #fff;
}
.contact_inner_box .address{
    margin-bottom: 2rem;
}
.contact_inner_box .socil-media{
    margin-top: 2rem;
    display: flex;
    align-items:flex-start;
}
.contact_inner_box .socil-media a{
    margin-right: 1rem;
}
.contact_inner_flex iframe{
    height: 100%;
}

.sub-content{
    margin: 0 3rem ;
}
.sub-content .inner-head{
    margin-left: 0;
    font-size: 22px;
    margin-bottom: 1rem;
}


/* contact end */


/* blog start */

.blog-inner_page{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../img/home-slider-1.png) , no-repeat;
}       
.blog_inner_flex{
    
    margin: 4rem 3rem 4rem;
}
.blog_inner_flex .flex_box{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 0px 15px #333;
    margin-top: 2rem;
}
.blog_inner_flex .flex_box .box{
    flex: 1 1 14rem;
}
.blog_inner_flex .flex_box .box_contant{
    padding: 2rem 2rem 0;
}
.blog_inner_flex .blog-bg_img1 , .blog_inner_flex .blog-bg_img2 , .blog_inner_flex .blog-bg_img3, .blog_inner_flex .blog-bg_img4, .blog_inner_flex .blog-bg_img5{
    min-height: 60vh;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: -1px;
}
.blog_inner_flex .blog-bg_img1 {
    background: url(../img/bolg-inner-1.jpg) , no-repeat;
}
.blog_inner_flex .blog-bg_img2 {
    background: url(../img/bolg-inner-2.jpg) , no-repeat;
}
.blog_inner_flex .blog-bg_img3 {
    background: url(../img/bolg-inner-3.jpg) , no-repeat;
}
.blog_inner_flex .blog-bg_img4 {
    background: url(../img/bolg-inner-4.jpg) , no-repeat;
}
.blog_inner_flex .blog-bg_img5 {
    background: url(../img/bolg-inner-5.jpg) , no-repeat;
}


.blog_inner_flex .flex_box img{
    height: 396px;
    object-fit: cover;
    object-position: right;
    width: 100%;
}
.blog_inner_flex .flex_box .section_head{
    padding: .3rem .8rem;
    border: 2px solid #20A1C3;
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 14px;
}
.blog_inner_flex .flex_box .box_contant h5{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-top: 2rem;
}
.blog_inner_flex .flex_box .box_contant .sub-title{
    font-size: 14px;
    margin-top: 2rem;
}


/* blog end */

/* about start */

.about-inner_page{
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)) , url(../img/home-slider-1.png) , no-repeat;
}

.about-container{
    padding:3rem 3rem;
    background-color: #fff;
}
.about-container .row{
    display: grid;
    grid-template-columns: 60% 40%;
    gap: .8rem;
}
.about-container .about-head{
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    margin-top: 2rem;
}
.about-container .about-sub-head{
    font-size: 24px;
    color: #20a1c3;
    margin-top: 2.5rem;
    margin-bottom: .2rem;
}

.about-container .title{
    line-height: 32px;
    margin-top: 1rem;
}
.about-container .sub-title{
    font-size: 14px;
    line-height: 22px;
}
.about_section-2{
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)) , url(../img/about_bg-2.jpg) , no-repeat;
    padding-top: 3rem;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_container-2{
    padding: 3rem 3rem 0;
    text-align: center;
    
}
.about_section-2 .about-head{
    font-size: 30px;
    text-transform: capitalize;
    padding-bottom: .5rem;
    padding-right: 1rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.about_section-2 .row{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.about_section-2 .row .col{
    flex: 1 1 13rem;
    background-color: rgba(0,0,0,0.4);
    padding: 1rem .5rem;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.about_section-2 .row .col:hover{
    background-color: rgba(0,0,0,0.9);
}
.about_section-2 .work_number {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)) , url(../img/about_bg-2.jpg) , no-repeat;
    padding: 6rem 3rem 4rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.about_section-2 .work_number .counter img{
    width: 55px;
}
.about_section-2 .work_number .counter .count-title{
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.about_section-2 .work_number .counter .count-text{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.about_section-2 .work_number .counter span{
    font-size: 14px;
    margin-top: 1rem;
}
.about_to_contact{
    padding: 3rem;
    margin: 2rem 3rem 0;
    background: linear-gradient(140deg, rgba(55,85,149,.7) 0%, rgba(32,161,195,.7) 55%);
        backdrop-filter: blur(3px);
}
.about_to_contact h3{
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.about_to_contact .btn-main a{
    border: 1px solid #fff;
    width: 9rem;
}
.about_to_contact .btn-main a:hover{
    border: 1px solid #20A1C3;
    letter-spacing: .2rem;
}


/* about end */


.term-privacy{
    margin: 5rem 0 10rem;
    text-align: center;
}

.pro_inner .flex_box{
    display: flex;
    flex-wrap: wrap;
}
.pro_inner .flex_box .box{
    flex: 1 1 14rem;
}
.pro_inner .bg-img{
    min-height: 60vh;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: -1px;
}
.pro_inner .pro_inner_img-1 {
    background: url(../img/Process/process-1.jpg) , no-repeat;
}
.pro_inner .pro_inner_img-2 {
    background: url(../img/Process/process-2.jpg) , no-repeat;
}
.pro_inner .pro_inner_img-3 {
    background: url(../img/Process/process-3.jpg) , no-repeat;
}
.pro_inner .pro_inner_img-4 {
    background: url(../img/Process/process-4.jpg) , no-repeat;
}
.pro_inner .pro_inner_img-5 {
    background: url(../img/Process/process-5.jpg) , no-repeat;
}

.pro_inner .box_contant{
    padding: 2rem;
}
.pro_inner .box_contant h3{
    color: #000;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}
.pro_inner .box_contant P{
    font-size: 15px;
}



.ser-inner{
    margin-top: 2rem;
}
.inner-head{
    color: #000;
    font-size: 30px;
    margin-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;

}
.ser-inner .flex-box{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 1rem 1rem;
}
.ser-inner .flex-box .box{
    flex: 1 1 23rem;
    padding: 1rem;
    border: 1px solid rgba(122, 122, 122, 0.4);
    border-radius: 10px;
}

.ser-inner .flex-box .box img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
.ser-inner .flex-box .box h6{
    color: #20a1c3;
    font-weight: 400;
    font-size: 22px;
    margin: .5rem 0;
}








