header{
    background: #f0f2f4;
}
.navbar_topbar{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.gallery{
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      width: 100%;
      margin: 0 auto;

   }
   .carousel-caption {
    top: 30%;
    left:0;
    right: 0;
}
.carousel-caption h1 {
    font-size: 61px;
    text-align: left;
    font-weight: bold;
    text-transform: capitalize;
    max-width: 600px;
}
a.btn_bannerlink {
    background: white;
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
   .gallery a {
    width: calc(33% - 20px);
    /*height: 364px;*/
    overflow: hidden;
    transition: 0.2s all linear;
    border: 2px solid #ccc;
    margin: 10px;
    transform:scale(1.0)  rotate(0deg);
}
   .gallery a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s all linear;
     
   }
   
   .gallery a:hover img{
     transform:scale(1.2) rotate(10deg);
   }
   
.error {
    color: red;
}
.about_home p {
    font-size: 16px;
    line-height: 27px;
    color: #666;
    letter-spacing: 0.5px;
}
.about_home h6 {
    color: #21439d;
}
.logo_white{
    filter: brightness(0) invert(1);
}

.nav_custome li a {
    color: #fff;
    font-size: 17px;
}
.btn_theme {
    background: #ffffff;
    color: #1b369f;
    border-radius: 50px;
}
.mainbx .icon {
    font-size: 30px;
    /* border: 1px solid rgb(239 239 239); */
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    line-height: 110px;
    margin: auto;
    background-color: #0e62ba;
    color: #fff;
}

.max_width{
    max-width: 50%;
    }

.mainbx {
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    height: 100%;
}
.mainbx h3 {
    font-size: 22px;
    font-weight: 600;
}
.bg-sky {
    background: #2ac4ea;
}
.bg-sky h4 {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
}
.service_icon {
    font-size: 34px;
    color: #0d6efd;
    padding-right: 32px;
}
.bg_seriveces{
    background-color: #e7f0fd;;
}
.services {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    box-shadow: 1px 1px 5px #86b7fe;
}
.service_content h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
}
.mainwho {
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 1px 1px 5px #ccc;
    height: 100%;
}
.bg_testimonial {
    background: #0e62ba;
    text-align: center;
}
.rating {
    color: #ffc107;
}
.bg_lights {
    background: #0e62ba;
}
.service_content p {
    color: #454f5e;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.3px;
}
.profile {
    background: white;
    border-radius: 15px;
    padding: 20px;
}
.maxwidt {
    max-width: 80%;
    margin: auto;
    text-align: center;
    padding-bottom: 31px;
    color: #fff;
}
.bg_sliderfooter {
    background: #5b63cf;
}
.bg_sliderfooter .carousel-indicators [data-bs-target] {
    height: 10px;
    border-radius: 50%;
    width: 10px;
}
.maxwidt p {
    font-size: 22px;
    font-weight: 300;
}
p.double_coutes {
    font-family: Georgia,serif!important;
    font-size: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 30px;
}
section.bg_sliderfooter.py-5 .carousel-indicators {
    bottom: -35px;
}
footer {
    background: #0854a3;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.content_bnner h2 {
    color: #fff;
    font-weight: 300;
    line-height: 32px;
    font-size: 26px;
    letter-spacing: 1px;
    animation-duration: 2s; /* don't forget to set a duration! */
}

.content_bnner p{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    animation-duration: 2.5s;
}
.content_bnner a{
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding:5px 20px;
    display: inline-block;
    line-height: 28px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
input.submitbtn {
    background: #044487;
    color: #fff;
    border: 0;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 14px 30px;
}
input.submitbtn:hover {
   opacity: 0.9;
}

.title_ui {
    position: relative;
    background: #e7f0fd;
    width: fit-content;
    margin: auto;
    padding: 0px 7px;
    color: #0e62ba;
    text-transform: capitalize;
}

.title_ui:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #0e62ba;
    position: absolute;
    width: 190px;
    top: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.mainwho p {
    color: #787878;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.4px;
}
.box_minus {
    margin-top: -48px;
}

.mainwho h1 {
    position: relative;
}

.mainwho h1:before {
    content: "";
    width: 70px;
    height: 8px;
    background: #0e62ba;
    position: absolute;
    left: 0;
    top: 0;
}
.btn_theme:hover {
    border-color: #ffffff;
    color: white;
}
.viewmore {
    background: #0e62ba;
    color: white;
    border-radius: 50px;
}
.viewmore:hover {
    background: #fff;
    color: #0e62ba;
    border-radius: 50px;
    border-color:#0e62ba
}
.bio h4 {
    color: #0e62ba;
}
.nav_custome li a:hover {
    color: #fff;
    opacity: 0.7;
}
.navbar_topbar1{
    background-color: #0e62ba;
}
.iconcontact {
    width: 50px;
    height: 50px;
    background: #0e62ba;
    border-radius: 50px;
    line-height: 50px;
    color: white;
    margin: auto;
}
.contact_box {
    height: 100%;
}
input.form-control {}

.contactbg {
    background: #0e62ba;
    padding: 17px;
}
.contactbg input[type="submit"] {
    background: #ffc107;
    border: 0;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
@media (max-width:767px) {
    .navbar_topbar{
        position: relative;
        background-color: #0e62ba;
    }
    .carousel-caption h1{
        font-size: 22px;
    }
    .carousel-caption{
        top:10%
    }

    .max_width{
       max-width: 100%;
    }
    .gallery a{
        width:calc(100% - 20px);
    }
    .content_bnner .col-12{
        width: 50%;
        top: 20%;
    }
    .content_bnner h2 {
        color: #fff;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .content_bnner a {
        color: #fff;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 1px 10px;
        display: inline-block;
        line-height: 28px;
        margin-top: 5px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-size: 14px;
    }
}