html{
    scroll-padding-top:30px; 

}

body {
    font-size: 14px;
    font-family: poppins;
    font-display: swap;
    color: #2c599d;
}

@font-face {
    font-family: poppins;
    src: url(../fonts/poppins/Poppins-Regular.ttf);
}


::selection {
    background: #5f86c2;
    color: white;
}



p{
    line-height: 25px;
}

a{
    color:#F98124;
    text-decoration: none;
}

a:hover{
    color:#F98124;
    text-decoration: none;
}




/* ========== Navbar  ========== */



.navbar-min .bg-light {
    -webkit-box-shadow: 0 0 5px 0 #9fb1cd;
    box-shadow: 0 0 5px 0 #9fb1cd;
    height: 70px;
}

.navbar-min .bg-light .btn-secondary {
    color: #fff;
    background-color: #5f86c2;
    border-color: #64aff2;
    margin-left: 10px;
    font-size: 13px;
}

.navbar-min .bg-light .btn-check:focus+.btn-secondary,
.navbar-min .bg-light .btn-secondary:focus {
    color: #fff;
    box-shadow: 0 0 0 0.25rem #678dc7;
}

.dropdown-item.active, .dropdown-item:active {
      background-color: #dce8fb;
}

.navbar-min .bg-light .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 9px;
    box-shadow: 0 9px 10px rgb(148 169 200 / 27%);
    border-radius: 0;
    margin: 17px 0 0;
    border:0;
}




.navbar-min .bg-light .dropdown-menu {
    min-width: 4rem;
    padding: 2px;
   }

.navbar-min .navbar img {
    width: 110px;
}



.navbar-min .navbar span {
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    margin-left: 5px
}

.navbar-min .navbar .btn-outline-success {
    font-size: 14px;
    color: #5f86c2;
    border-color: #FFFFFF;
    border-radius: 100px;
    padding: 7px 25px;
    background-color: #FFFFFF;
    margin-left: 10px;
}

.navbar-min .navbar .btn-outline-success:hover {
    border-color: #f98124;
    background-color: #E9E9E9;
}

.navbar-min .navbar-light .navbar-nav .nav-link {
    color: #2c599d;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding-left: 0.9rem;
}




.navbar-min .navbar-light .navbar-nav .nav-link.active,
.navbar-min .navbar-light .navbar-nav .show>.nav-link {
    color: #f98124;
    font-size: 16px;
}


.navbar-min .navbar-light .navbar-nav .dropdown-item{
    color: #2c599d;
    font-size: 14px;
}

.navbar-min .las {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 25px;
    color: #15396b;
}

.navbar-min .navbar-light .navbar-toggler {
    color: rgb(255 255 255 / 0%);
    border-color: rgb(255 255 255 / 0%);
    background-color: #e6effc;
}



/* hover styles */

.navbar-min .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f98124;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}

.navbar-min .navbar-nav .nav-link:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.navbar {
    -webkit-transition: background-color .3s,-webkit-transform .3s;
    transition: background-color .3s,-webkit-transform .3s;
    transition: background-color .3s,transform .3s;
    transition: background-color .3s,transform .3s,-webkit-transform .3s;
}

.deleteAnimation {
    transform: translateY(-100%);
}
.addAnimation {
    transform: translateY(0%);
}


.navbar .btn-primary {
    color: #fff;
    background-color: #f98124;
    border-color: #f98124;
    border-radius: 100px;
    padding: 8px 17px;
    margin-left: 20px;
    font-size: 14px;
}

.btn-check:focus+.btn-primary,
 .btn-primary:focus {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
    box-shadow: 0 0 0 0 rgba(49, 132, 253, .5);
}
.btn-primary:hover {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
}



/* ========== header  ========== */

.hero {
    background: url("../images/hero.jpg") no-repeat scroll center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 300px;
    text-align: center;
    padding: 150px 0 0 0;
}

.hero .hero-text {
    text-align: left;
}

.hero .hero-text h2 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;

}




.hero_2 {
    min-height: 200px;
    text-align: center;
    padding: 130px 0 20px 0;
}


.hero_2 .hero-text {
    text-align: left;
    margin-top: 20px;
    text-align: center;
}

.hero_2 .hero-text h2 {
    color: #2c599d;
    font-size: 31px;
    font-weight: bold;

}













.hero .hero-text p {
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 30px;
}

.hero .btn-outline-success {
    color: #fff;
    background-color: #f98124;
    border-color: #f98124;
    border-radius: 50px;
    padding: 10px 45px;
    font-size: 18px;
    float: right;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.hero .btn-outline-success:hover {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
    text-decoration: none;
}

.hero .hero-code {
    background-color: #1b244c;
    padding: 15px;
    border-radius: 20px;
}

.hero .hero-code .carousel-indicators {
    bottom: -99px;
}

.hero .hero-code img {
    padding: 20px;
    border-radius: 10px;
    background-color: #0a0a0a;
    z-index: 10;
    position: relative;
}



.min_post {
    padding: 50px;
 }



 .min_post .card {
    padding: 0;
    height: 95%;
    margin-bottom:25px;
    box-shadow: 0 0 15px rgb(6 22 49 / 10%);
    -webkit-transition: all .3s ease-in-out;
    -mox-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.min_post .card:hover {
    box-shadow: 0 10px 40px rgba(6, 22, 49, 0.139);
}

.min_post .card .card-body {
    padding: 10px 30px;
    background-color: #fff;
}
 

.min_post .card .card-title {
    font-weight: 600;
    color: #2c599d;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 21px;
    line-height: 28px;
    text-align: left;
}

.min_post .card .card-text:last-child {
    color: #999FA7;
    line-height: 21px;
    text-align: left;
}

.min_post .card a {
    text-align: center;
    background-color: #224376;
}

.min_post .card .card-body a {
    text-align: center;
    background-color: #ffffff;
}

.min_post .card img {
    text-align: center;
}

.min_post .card .img_new {
    width: 52%;
}


.min_post .card .list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
    padding: 15px 25px;
    color: #999FA7;
    font-size: 13px;
}

.min_post .card .card-body a {
    color: #f98124;
    text-decoration: none;
    font-size: 13px;
   
}



.min_post .card h1 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
    color: #2c599d;
}








.min_post .carousel-indicators [data-bs-target] {
    background-color: #f98124;
   }
   .min_post .carousel-indicators {
    bottom: -46px;
 }



.post{
    padding: 40px;
    width: 60%;
    margin: 0 auto;  
}


     

/* ========== inner_page_hero ========== */

.post .inner_page_hero{
  
    margin-top: 100px;
    text-align: center;
}

.post .inner_page_hero_2{
      margin-top: 70px;
    text-align: center;
    background-color: #eff6fd;
    padding: 40px 0;
    border-radius: 8px;
}


.post .Important_blog{
    background-color: #eff6fd;
    padding: 20px;
    border-radius: 8px;
    font-size: 20px;
}


.post .inner_page_hero .bg-img{
margin-top: 20px;
margin-bottom: 25px;
}

.post .inner_page_hero h2{
    color: #2c599d;
    font-weight: bold;
    width: 65%;
    margin: 13px auto;
    line-height: 45px;
}


.post .inner_page_hero h1{
    color: #2c599d;
    font-weight: bold;
    width: 75%;
    margin: 13px auto;
    line-height: 45px;
    font-size: 35px;
  }

.post .inner_page_hero h6{
    color:#8c8e94
}


.post .inner_page_post li{
   line-height: 36px;
   font-size: 18px;
    }

.post .inner_page_post h6{
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 29px;
    }


    .post .inner_page_post h2{
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 33px;
        }

        .post .inner_page_post h3{
            margin-top: 25px;
            margin-bottom: 10px;
            font-size: 21px;
            line-height: 29px;
            font-weight: bold;
            }

            .post .inner_page_post h3::before {
                content: "●";
                color: #F98124;
                font-size: 21px;
                margin-right: 8px;
                display: inline-block;
             }

    .post ::marker {
      color:#f98124;
      font-size: 20px;
    }

    .post .inner_page_post ul {
        list-style: disc;
    }


    .post .inner_page_post .icon {
        width: 30px;
        margin: 7px;
        border-radius: 0;


    }

    .post .contact_us_now {
        padding: 35px;
        min-height: 150px;
        background-color: #5d85c3;
        width: 100%;
        border-radius: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .post .contact_us_now h4 {
        font-weight: bolder;
        margin-bottom: 20px;
        color: #fff;
        font-size: 25px;
        line-height: 34px;
    }



    .post .contact_us_now p {
        color: white;
        font-size: 25px;
        line-height: 36px;
        margin-bottom: 0;
        font-weight: bold;
    }


    .post .contact_us_now .btn-primary {
        color: #5d85c3;
        background-color: #ffffff;
        border-color: #ffffff;
        text-align: left;
        float: right;
        font-size: 20px;
        padding: 10px 30px;
        border-radius: 8px;
        font-weight: bold;
        margin: 10px;
    }

    .post .contact_us_now .btn-check:focus+.btn-primary,
    .post .contact_us_now .btn-primary:focus {
         box-shadow: 0 0 0 0.25rem rgb(93 133 195);
    }


    .post .inner_page_post img{
        padding: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: -2px 3px 20px -8px #7979795c;
        border-radius: 10px;
        }

        .post .inner_page_post a {
            color: #F98124;
            text-decoration: none;
        }

        .post .inner_page_post p {
            line-height: 32px;
            font-size: 18px;
            text-align: justify;
            margin-bottom: 0;
        }
        .post .inner_page_post h4 {
            font-size: 19px;
            margin: 22px 0 0 0;
            line-height: 33px;
            font-weight: bold;
                }


                .post .inner_page_post .note-2{
                    background-color: #eff6fc;
                    padding: 25px 30px;
                    border-radius: 10px;
                    margin-top: 20px;
                    border-left: 3px solid #f98124;
                }
                
                .post .inner_page_post .note-2 h3 {
                    margin-top: 0;
                    margin-bottom: 0;
                    font-size: 20px;
                    line-height: 29px;
                    font-weight: bold;
                }


        .post .inner_page_post .table>:not(caption)>*>* {
                    font-size: 16px;
        }
      



        .post .verified_img .verified_img_box {
            text-align: center;
        }
        

        .post .verified_img .verified_img_box img{
           width: 60%;
        }

        .post .verified_img .verified_img_box h4{
          font-size: 20px;
         }


         .post .note{
            background-color: #fee5d3;
            border-left: 6px solid #F98124;
            padding: 10px;
           }
           
           .post .note p {
            margin-top: 0;
            margin-bottom: 0;
        }
         
       
        .post .table>thead {
            vertical-align: bottom;
            background-color: #f98124;
            color: white;
            border-bottom: 2px solid #f98124;
        }
      

/********   FAQ   **********************************************/

.post .faq {
    min-height: 350px;
    padding: 40px;
    background-color: #eff6fc;
    margin-top: 50px;
    border-radius: 10px;
}

.post .faq h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 0;
}

.post .faq p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #2c599d;
    text-align: center;
    margin: 20px 0 55px 0;
}


.post .faq .accordion {
   margin-top: 50px;
}

.post .faq .accordion-button {
    padding: 1rem 1.25rem;
    font-size: 16px;
    color: #2c599d;
    text-align: left;
    background-color: #ffffff;
}
.post .faq .accordion-item {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .125);
}

.post .faq .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 16px;
}

.post .faq .accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}






 
.post_2{
            padding: 30px 0;
            width: 100%;
            margin: 0 auto;
        }
    .hero .hero-text h1 {
    font-size: 33px;
    font-weight: bold;
    line-height: 46px;
    color: #fff;
}    



        .post_2 .inner_page_hero{
  
            margin-top: 70px;
            text-align: center;
        }
        
        .post_2 .inner_page_hero .bg-img{
        background-color:#eff6fc;
        margin-top: 20px;
        margin-bottom: 25px;
        }
        
        .post_2 .inner_page_hero h2{
          color:#2c599d;
          font-weight: bold;
        }
        
        .post_2 .inner_page_hero h1{
            color:#2c599d;
            font-weight: 900;
            font-size: 30px;
            text-align: left;
            margin-bottom: 30px;
            border-bottom:2px solid #ededed;
            padding: 0 0 30px 0;
          }
        
          .post_2 .inner_page_hero h6{
            color:#8c8e94
        }
        
        .post_2 .inner_page_post h4{
        font-weight: 900;
        font-size: 24px;
        margin: 20px 0;
        }
        
        
        .post_2 .inner_page_post li{
           line-height: 30px;
           font-size: 16px;
            }
        
            .post_2 .inner_page_post h6{
            font-weight: bold;
            margin-top: 25px;
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 29px;
            }
        
            .post_2 .inner_page_post ul {
                list-style: disc;
                margin-right: 17px;
            }
        
        
            .post_2 .inner_page_post .icon {
                width: 30px;
                margin: 7px;
                border-radius: 0;
        
        
            }
        
            .post_2 .inner_page_post img{
                margin-top: 20px;
                margin-bottom: 50px;
                box-shadow: -2px 3px 20px -8px #797979;
                border-radius: 10px;
                display: block;
        
                }


                 .post_2 .icon-inline img{
                   display: inline-block !important;
                    width: 40px;
                    height: auto;
                    margin: 0;
                    box-shadow: 0 0 0 0 #797979;

                }

                .post_2 .icon-inline {
                    display: inline-flex;     
                    align-items: center;      
                    gap: 4px;                 
                    white-space: nowrap;      
                    }
                            
                .post_2 .inner_page_post a {
                    color: #F98124;
                    text-decoration: none;
                    font-size: 16px;
                }
        
                .post_2 .inner_page_post p {
                    line-height: 25px;
                    font-size: 16px;
                }
            
        
        
                .post_2 .inner_page_post .table>:not(caption)>*>* {
                            font-size: 16px;
                }
              
        
        
        
                .post_2 .verified_img .verified_img_box {
                    text-align: center;
                }
                
        
                .post_2 .verified_img .verified_img_box img{
                   width: 60%;
                }
        
                .post_2 .verified_img .verified_img_box h4{
                  font-size: 20px;
                 }
        
        
                 .post_2 .note{
                    background-color: #fee5d3;
                    border-left: 6px solid #F98124;
                    padding: 10px;
                   }
                   
                   .post_2 .note p {
                    margin-top: 0;
                    margin-bottom: 0;
                }
                 
               
                .post_2 .table>thead {
                    vertical-align: bottom;
                    background-color: #f98124;
                    color: white;
                    border-bottom: 2px solid #f98124;
                }
              







        

/* ========== completed ========== */

.completed .box_completed{
    padding: 50px;
    box-shadow: 0 0 15px rgb(6 22 49 / 10%);
    border-radius: 20px;
    margin: 120px auto;
    text-align: center;
    width: 70%;
  }


  .completed .box_completed img {
    width: 30%;
    margin: 0 0 20px 0;
}

.completed .box_completed  h2 {
    font-size: 25px;
    font-weight: bold;
}


.completed .box_completed  h3 {
    font-size: 20px;
}


.completed .box_completed .btn-outline-success {
    color: #fff;
    background-color: #f98124;
    border-color: #f98124;
    border-radius: 50px;
    padding: 10px 45px;
    font-size: 18px;
    margin-top: 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.completed .box_completed .btn-outline-success:hover {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
    text-decoration: none;
}






/* ========== loading ========== */

.counter-v5 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f8f8f8;
}

.no-padding {
    padding: 0;
}

.img-full {
    width: 100%;
    height: 100%;
}

.ot-counter2 {
    padding: 40px;
}

.ot-counter2 h6 {
    font-size: 25px;
    font-weight: 600;
    color: #1b2554;
}

.ot-counter2 span {
    color: #5f86c2;
}

.ot-counter2 p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
}

.ot-counter2 a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    text-decoration: none;
    color: #5f86c2
}

.ot-counter2 a:hover {
    color: #122045;
}

.ot-counter2 .las {
    font-size: 17px;
    margin-right: 6px;
    color: #5f86c2;
}









/* -------------------------------- 

Main components 

-------------------------------- */



.icon-bar {
    position: fixed;
    top: 50%;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .icon-bar .lab {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    font-weight: normal;
    line-height: 39px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
  
  .icon-bar a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    margin: 7px;
  }
  
  .icon-bar a:hover {
    background-color: rgba(0, 0, 0, 0.52);
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
   .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .WhatsApp {
    background: #25D366;
    color: white;
  }
  
  .content {
    margin-left: 75px;
    font-size: 30px;
  }






  .table {
    color: #2c5a9e;
   }



.min_products{
   padding:20px 0;
   
}

.min_products .box{
    padding:20px;
    text-align: center;
    background-color:#eff6fc;
    border-radius: 6px;
    height: 95%;
 }
 

 .min_products .las,
 .min_products .lab {
    font-size: 45px;
    background-color: #f98124;
    color: white;
    padding: 10px;
    border-radius: 100px;
    margin: 20px;
}

 
 .min_products h3{
    font-size: 18px;
 }
 

 
 .min_products p{
    font-size: 17px;
    color: #f98124;
    font-weight: bold;
 }
 
 















/***********  footer  *******************/

.footer {
    min-height: 300px;
    padding: 80px 0 50px 0;
    color: #fff;
    text-align: center;
    background-color: #091636;
}

.footer ul li,
ol li {
    list-style: none;
    text-align: left
}

.footer li a {
    font-size: 14px;
    line-height: 29px;
    color: #7c84ad;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer li a:hover {
    color: #ffffff;
}

.footer h2 {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer p {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
}

.footer img {
    width: 60%;
    margin-bottom: 20px;
}

.footer .heading-divider:before {
    content: '';
    display: inline-block;
    width: 100%;
    border-top: 1px solid #7c84ad52;
}

.footer h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
}

.footer .social-media {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

.footer .footer-category {
    margin-top: 15px
}

.footer .social-media .social-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 2px solid #7c84ad;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #7c84ad;
    font-size: 21px;
    font-weight: normal;
    line-height: 35px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    margin: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer .social-media .social-icon:hover {
    border: 2px solid #5f86c2;
    color: #fff;
    background-color: #5f86c2;
}




.footer .btn-outline-secondary {
    color: #ffffff;
    border-color: #5f86c2;
    background-color: #5f86c2;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0);
}


.footer .form-control {
    background-color: #091636;
    border: 1px solid #5f86c2;
    color: #ffffff
}

.footer .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(95 134 194 / 16%);
}



/* copyright */

.copyright {
    font-size: 14px;
    color: #6872a0;
    padding-top: 10px;
    text-align: center;
    background-color: #122045;
    padding: 5px 0 9px 0;
}

.copyright h5 {
    font-size: 14px;
    color: #7c84ad;
    font-weight: normal;
    margin-top: 16px;
    text-align: right;
    line-height: 25px;
}

.copyright .logo {
    text-align: left
}

.copyright img {
    width: 40px;
    margin-top: 25px;
}



/* ========== page_new ========== */


.page_new .breadcrumb {
    padding: 25px 0;
    margin-bottom: 0;
}

.page_new .breadcrumb-item.active {
    color: #2c599d;
    font-weight: 700;
    font-size: 15px;
}

.page_new .breadcrumb a {
    color: #2c599d;
    text-decoration: underline;
    font-size: 15px;
}



.page_new h2{
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 40px;
    font-size: 27px;
}
.page_new h3{
    font-size: 21px;
    font-weight: 900;
    line-height: 30px;
}
.page_new h3::before {
    content: "●";
    color: rgb(249, 129, 36);
    font-size: 21px;
    margin-right: 8px;
    display: inline-block;
}
.page_new p{
  
    line-height: 30px;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: justify;
}

.page_new .bg-img{
    margin-bottom: 30px;
}

.page_new .hero_page {
    background-color: #224376;
    padding: 140px 0 0 0;
    border-bottom: 14px solid #DAE9FE;
  }


  .page_new .hero_page h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: white;
    margin-top: 50px;
}

.page_new h6 {
    color: #91accd;
}


.page_new .hero_page .right-bg{
    text-align: center;
}

.page_new .hero_page img{
  width: 65%;
}

  .page_new .bg-gray {
    background-color: #ffffff;
    padding: 0 0 50px 0;
  }

  .page_new .scrollspy-link {
    padding: 20px;
    background-color: #fff;
    border-radius: 7px;
    transition: top 0.3s ease;
  }


  .page_new .list-group-item {
color: #2c599d;
padding: 10px 20px;
margin-bottom: 0;
border-left: 4px solid transparent;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); /* تأثير bounce ناعم */
cursor: pointer;
position: relative;
overflow: hidden;
border-radius: 4px;
border: 0;
}

.page_new .list-group-item:hover:not(.active) {
color: #2c599d;
transform: translateX(5px);
}

.page_new .list-group-item.active {
color: #2c599d !important;
background: #F3F8FD !important;
transform: translateX(5px);
}

.page_new .list-group-item.active::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 3px;
height: 100%;
background: #F98124;
border-radius: 0 4px 4px 0;
}

.page_new .scrollspy-link {
padding: 20px;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page_new .list-group hr:not([size]) {
    height: 1px;
    margin: 20px auto 20px auto;
    background-color: #b2b3b6;
}

.page_new .list-group .btn-primary {
    color: #2c599d;
    background-color: #fff;
    border-color: #2c599d;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 50px;
    font-weight: 900;
}

.page_new .list-group .btn-primary:hover,
.page_new .list-group .btn-primary:focus {
    color: #F98124;
    background-color: #fff;
    border-color: #F98124;
}




.page_new .list-group .link_packages .btn-primary {
    color: #fff;
    background-color: #F98124;
    border-color: #F98124;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 50px;
    font-weight: 900;
}

.page_new .list-group .link_packages .btn-primary:hover,
.page_new .list-group .link_packages .btn-primary:focus {
    color: #fff;
    background-color: #2c599d;
    border-color: #2c599d;
}

.page_new .inner_page_post{
    padding-left: 30px;
}

.page_new ul {
    list-style: disc;
}

.page_new li {
    line-height: 36px;
    font-size: 18px;
}

.page_new  .contact_us_now {
   padding: 24px;
    min-height: 150px;
    background-color: #5d85c3;
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.page_new  .contact_us_now p {
   color: white;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}
.page_new  .contact_us_now .btn-primary {
    color: #5d85c3;
    background-color: #ffffff;
    border-color: #ffffff;
    text-align: center;
    float: right;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: bold;
    margin: 10px;
}

.page_new  hr:not([size]) {
    height: 1px;
    margin: 35px auto 35px auto;
    background-color: #b2b3b6;
}



.page_new .navbar-2 p {
    font-size: 16px;
    margin-bottom: 0;
}

.page_new .navbar-2 .social-share {
  display: flex;
  align-items: center;
  gap: 10px; /* مسافة بين العناصر */
}

.page_new .navbar-2 .share-label {
  margin: 0;
  font-size: 15px;
}


.page_new .navbar-2{
   margin-bottom: 20px;
}
.page_new .navbar-2 svg {
              border: 1px solid #224376;
              padding: 7px;
              border-radius: 5px;
              width: 29px;
          }
          .page_new .navbar-2  .social-share{
            float: right;
            margin-top: 22px;
            }


            .page_new .navbar-2 .social-share a {
                font-size: 24px;
                margin: 0 3px;
                color: #224376;
                text-decoration: none;
                transition: color 0.3s ease;
            }
            .page_new .navbar-2 .social-share a:hover {
              color: #F98124;
            }


/********   FAQ   **********************************************/

.page_new .faq {
    min-height: 350px;
    padding: 40px;
    background-color: #eff6fc;
    margin-top: 50px;
    border-radius: 10px;
}

.page_new .faq h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 0;
}

.page_new .faq p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #2c599d;
    text-align: center;
    margin: 20px 0 55px 0;
}


.page_new .faq .accordion {
   margin-top: 50px;
}

.page_new .faq .accordion-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #2c599d;
    text-align: left;
    background-color: #ffffff;
    line-height: 25px;
}
.page_new .faq .accordion-item {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, .125);
}

.page_new .faq .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 16px;
}

.page_new .faq .accordion-button:focus {
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%);
}




/* ========== loading ========== */

.laoding {
    background-color: #5f86c2;
    color: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.sk-circle {
    margin: 300px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}





/* ========== toTop ========== */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 21px;
    border: none;
    outline: none;
    background-color: #f98124;
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 100%;
}

#myBtn:hover {
    background-color: #5f86c2;
}



/* -------------------------------- 

Main components 

-------------------------------- */

.cd-scroll-down {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    width: 38px;
    height: 44px;
    background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

.no-touch #cd-vertical-nav {
    position: fixed;
    right: 10px;
    top: 40%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.no-touch #cd-vertical-nav li {
    text-align: right;
}

.no-touch #cd-vertical-nav a {
    display: inline-block;
    /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.no-touch #cd-vertical-nav a:after {
    content: "";
    display: table;
    clear: both;
}

.no-touch #cd-vertical-nav a span {
    float: right;
    
    display: inline-block;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}

.no-touch #cd-vertical-nav a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.no-touch #cd-vertical-nav a:hover .cd-label {
    opacity: 1;
}

.no-touch #cd-vertical-nav a.is-selected .cd-dot {
    background-color: #f98124;
}

.no-touch #cd-vertical-nav .cd-dot {
    position: relative;
    /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
    top: 8px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #f9812480;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.no-touch #cd-vertical-nav .cd-label {
    text-transform: uppercase;
    position: relative;
    margin-right: 10px;
    padding: 0.4em 0.5em;
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    background-color: #f98124;
    padding: 7px 17px;
    border-radius: 100px;
    margin-left: 10px;
}

/* Touch devices */

.touch .cd-nav-trigger {
    display: block;
    z-index: 2;
    position: fixed;
    bottom: 30px;
    right: 5%;
    height: 44px;
    width: 44px;
    border-radius: 0.25em;
    background: rgba(255, 255, 255, 0.9);
}

.touch .cd-nav-trigger span {
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #3e3947;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.touch .cd-nav-trigger span::before,
.touch .cd-nav-trigger span::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
}

.touch .cd-nav-trigger span::before {
    top: -9px;
}

.touch .cd-nav-trigger span::after {
    bottom: -9px;
}

.touch #cd-vertical-nav {
    position: fixed;
    z-index: 1;
    right: 5%;
    bottom: 30px;
    width: 90%;
    max-width: 400px;
    max-height: 90%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    border-radius: 0.25em;
    background-color: rgba(255, 255, 255, 0.9);
}

.touch #cd-vertical-nav a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}

.touch #cd-vertical-nav a span:first-child {
    display: none;
}

.touch #cd-vertical-nav a.is-selected span:last-child {
    color: #d88683;
}

.touch #cd-vertical-nav.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.touch #cd-vertical-nav.open+.cd-nav-trigger {
    background-color: transparent;
}

.touch #cd-vertical-nav.open+.cd-nav-trigger span {
    background-color: rgba(62, 57, 71, 0);
}

.touch #cd-vertical-nav.open+.cd-nav-trigger span::before,
.touch #cd-vertical-nav.open+.cd-nav-trigger span::after {
    background-color: #3e3947;
    height: 3px;
    width: 20px;
    border-radius: 0;
    left: -8px;
}

.touch #cd-vertical-nav.open+.cd-nav-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
}

.touch #cd-vertical-nav.open+.cd-nav-trigger span::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
}

.touch #cd-vertical-nav li:last-child a {
    border-bottom: none;
}

@media only screen and (min-width: 768px) {

    .touch .cd-nav-trigger,
    .touch #cd-vertical-nav {
        bottom: 40px;
    }

}



/* ========== Responsive Stylings ========== */


@media (max-width: 1440px) {
    .post {
        padding: 40px 0;
        width: 80%;
    }
}

@media (max-width: 1024px) {
    .page_new .hero_page h1 {
        margin-top: 10px;
        font-size: 31px;
        line-height: 43px;
     }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {


    .page_new p {
    line-height: 24px;
    font-size: 14px;
}

.page_new h2 {
    line-height: 30px;
    font-size: 21px;
}

.page_new .faq {
 
    padding: 22px 0;
    margin-top: 50px;
}


    .page_new .faq .accordion-button {
        padding: 1rem 1.25rem;
        font-size: 14px;
        line-height: 25px;
    }

    .page_new li {
        line-height: 32px;
        font-size: 16px;
    }

    .page_new .contact_us_now {
        padding: 12px 2px;
        min-height: 150px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .page_new .contact_us_now p {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 0;
       
    }
    
    .page_new .contact_us_now .btn-primary {
        text-align: center;
        float: right;
        font-size: 14px;
        padding: 10px 15px;
        margin: 7px;
    }
    .page_new .scrollspy-link {
        padding: 0;
    }

    .page_new .hero_page {
        padding: 110px 0 0 0;
    }

    .page_new .hero_page h1 {
        margin-top: 0;
        font-size: 30px;
        line-height: 38px;
    }

    .navbar .dropdown-item {
        text-align: center;
     }

    .navbar .d-flex {
        display: block!important;  

    }


    .navbar .btn-primary {
        padding: 6px;
        margin-left: 0;
        font-size: 14px;
        width: 100%;
        margin-top: 10px;
    }

    .post {
        padding: 0;
        width: 100%;
    }

    .post .inner_page_hero {
        margin-top: 70px;
        text-align: center;
    }

    .post .inner_page_post li {
        line-height: 30px;
        font-size: 16px;
    }

    .navbar-min .bg-light {

        height: auto;
    }

    .navbar-min .navbar img {
        width: 88px;
    }

    .hero .btn-outline-success {
        font-size: 14px;
        float: none;
        margin-top: 20px;
    }
    
    .hero .hero-text h2 {
        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 75px;
        text-align: center;
        
    }


    
    .hero {
        text-align: center;
        padding: 20px;
        min-height: 249px;
    }

    .copyright .logo {
        text-align: center;
    }

    .copyright h5 {
          text-align: center;
         }

         .post .verified_img .verified_img_box h4 {
            font-size: 14px;
        }

        .post .inner_page_hero h2 {
          font-size: 20px;
          line-height: 30px;
        }

        .post .inner_page_hero h6 {
            font-size: 14px;
        }



        .post .inner_page_post h4 {
            font-weight: bold;
            font-size: 18px;
        }

        .completed .box_completed h2 {
            font-size: 20px;
            font-weight: bold;
        }
        
        .completed .box_completed h3 {
            font-size: 16px;
        }
        
        .completed .box_completed img {
            width: 40%;
            margin: 0 0 20px 0;
        }
        
        .completed .box_completed .btn-outline-success {
          
            padding: 8px 34px;
            font-size: 16px;
            margin-top: 30px;
           
        }
        
        .completed .box_completed {
            padding: 50px;
            margin: 90px auto;
            width: 100%;
        }

        
    .post .contact_us_now .btn-primary {
        margin-top: 35px;
        margin-left: 0;
        font-size: 16px;
        padding: 10px 16px;
          
    }

    .post .contact_us_now {
        padding: 35px  0 ;
        border-radius: 0;
        margin-bottom: 0;
       
    }
 }

@media (max-width: 767px) {

        .page_new .hero_page h1 {
        width: 100%;
        text-align: center;
    }

    .page_new h6 {
    color: #91accd;
    text-align: center;
}

    .page_new .navbar-2 svg {
        padding: 5px;
        border-radius: 5px;
        width: 25px;
    }

    .page_new .navbar-2 .social-share {
        float: left;
        margin-top: 0;
    }

    .page_new .breadcrumb {
        padding: 14px 0;
        margin-bottom: 0;
    }

    .page_new .breadcrumb a {
        font-size: 14px;
    }

    .page_new .breadcrumb-item.active {
       
        font-size: 12px;
    }

    .page_new .faq .accordion-button {
      
        line-height: 28px;
    }

    .page_new .faq {
        padding: 20px 0;
       
    }

    .page_new .contact_us_now {
        text-align: center;
        border-radius: 0;
    }

    .page_new .contact_us_now p {
      font-size: 14px;
        line-height: 21px;
        margin-bottom: 17px;
    }
  

    .page_new .contact_us_now .btn-primary {
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .page_new .inner_page_post {
        padding-left: 0;
    }

    .page_new .scrollspy-link {
       display: none;
    }

    .post .contact_us_now p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 17px;
    }

    .post .inner_page_hero h1 {
        width: 100%;
        margin: 13px auto;
        line-height: 37px;
        font-size: 25px;
    }

    .post .inner_page_post {
        padding: 0 10px;
    }

    .post .Important_blog {
        padding: 20px 20px;
        font-size: 16px;
    }

    .post .inner_page_post p {
        line-height: 27px;
        font-size: 16px;
        margin-bottom: 0;
    }

    .post_2 .inner_page_hero h1{
        font-size: 25px;
        line-height: 28px;
        text-align: center;
          
    }

    .post_2 .inner_page_post h6 {
     
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 25px;
    }

    .post_2 .inner_page_post li {
        line-height: 30px;
        font-size: 14px;
    }

    .post_2 .inner_page_post h4 {
        font-weight: 900;
        font-size: 20px;
        margin: 20px 0;
    }

    .footer {
        min-height: 300px;
        padding:30px 20px;
          }

          .footer h3 {
            font-size: 16px;
            margin-bottom: 15px;
        }


    .post .inner_page_hero h2 {
        width: 100%;
        margin: 13px auto;
        line-height: 29px;
    }




    .post .contact_us_now {
      
        text-align: center;
        border-radius:0;
    }
    .post .contact_us_now .btn-primary {
      float: none;
      margin-top: 0;
      margin-bottom: 20px;
          
    }

    .min_post {
        padding: 12px 0;
    }

    .post .verified_img .verified_img_box img {
        width: 100%;
    }

  
}

@media (max-width: 540px) {}