* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    max-width: 100%;
}

summary {
    display: list-item;
}

body,
html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.4;
}

p {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 500;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

h1,
.h1 {
    font-size: 60px;
}

h2,
.h2 {
    font-size: 45px
}

h3,
.h3 {
    font-size: 30px
}

.my_header {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 15px;
    padding: 12px 0;
    background: 0 0 rgb(255 255 255 / 85%);
    position: relative;
    z-index: 99999;
}

.header_logo a img {
    width: 125px;
}

.my_header .row {
    align-items: center;
}

.social_info_box {
    display: flex;
}

.social_info_box ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.social_info_box ul li a img {
    width: 40px;
}

.right_header_section {
    display: flex;
    align-items: center;
    justify-content: end;
}

.social_info_box {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.my_banner_slider img {
    height: 400px;
    object-fit: cover;
}

.header_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    
    background: #003876;
    padding: 11px 24px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border: 2px solid #003876;
    box-shadow: rgb(0 56 118 / 10%) 0px 5px 15px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.header_btn a:hover {
    background: #fff;
    color: #003876;
}

.header_btn a:hover img {
    filter: inherit;
    -webkit-filter: inherit;
    animation: toTopFromBottom .5s forwards;
}

.header_btn a img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    width: 20px;
    margin-left: 8px;
    transition: all .2s ease-in-out;
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%)
    }

    51% {
        opacity: 1
    }
}

.social_info_box ul li img {
    margin-right: 5px;
    /* background: #0038760d; */
    padding: 5px;
    width: 40px !important;
    height: 40px;
    border-radius: 4px;
    box-shadow: rgb(255 255 255 / 10%) 0px 5px 15px;
}

.social_info_box ul a span {
    display: block;
}

.social_info_box ul a span {
    display: block;
    font-weight: 500;
    color: #000;
}

.social_info_box ul a {
    font-weight: 700;
    color: #000;
}

.social_info_box ul li {
    border-right: 2px solid #67676729;
}

.social_info_box ul li:last-child {
    border-right: initial;
    margin-left: 6px;
}

ul.phone_call {
    margin-right: 45px;
}

.social_info_box ul a:hover {
    color: #003876;
}

.my_banner_slider {
    padding: 15px 0;
    background: #4545456b;
}

.banner_contnt {
    text-align: center;
}

.banner_contnt h1 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
}

.banner_contnt p {
    color: #fff;
    width: 85%;
    margin: auto;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.social_heading h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
}

/* .social_boxes {
    padding: 30px 0 50px;
    background: #ffffffcf;
} */

.social_design_btn img {
    width: 15px;
}

.social_boxes_design {
    border: 2px solid #003876;
    border-radius: 15px;
    padding: 12px;
    box-shadow: rgb(0 56 118 / 20%) 0px 5px 15px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.social_boxe_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.social_design_heading {
    margin-top: 15px;
}

.social_design_heading h3 {
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    position: relative;
    padding: 10px 0;
    text-align: center;
}

.social_design_heading p {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}

.social_design_btn img {
    width: 15px;
    margin-left: 9px;
    filter: brightness(0) invert(1);
    transition: all 0.5s linear;
}

.social_design_btn {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 10px;
}

.social_design_btn a {
    display: flex;
    align-items: center;
    border: 2px solid #003876;
    /* display: inline-block; */
    background: #003876;
    color: #fff;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 100px;
    transition: all 0.5s linear;
}

.social_design_btn a:hover {
    background: #fff;
    color: #003876;
}

.social_design_btn a:hover img {
    filter: initial;
    -webkit-filter: initial;
    transform: translateX(8px);
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
}

.social_boxes_design:hover {
    box-shadow: rgb(0 56 118 / 60%) 0px 5px 15px;
}

.social_design_heading h3::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 49px;
    height: 3px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.my_pagination {
    margin-top: 40px;
}

.new_modal_dilaoug .modal-header {
    background: #003876;
}

.new_modal_dilaoug .modal-header h5 {
    color: #fff;
    font-weight: 600;
}

.new_modal_dilaoug .modal-header {
    background: #003876;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.new_modal_dilaoug .modal-content {
    border-radius: 9px;
}

.new_modal_dilaoug button.btn-close {
    filter: brightness(0) invert(1);
    opacity: inherit;
}

.new_modal_body form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #003876;
    border-radius: 5px;
    margin-bottom: 10px;
}

.new_modal_body {
    background: #f5f2f2;
}

.new_modal_dilaoug {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.new_modal_box {
    overflow: hidden;
}

.new_modal_footer {
    margin-top: 8px;
    border-top: 1px solid #00387642;
}

.new_modal_footer button.btn.btn-primary {
    padding: 8px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background: #003876;
    border: initial;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.new_modal_footer button.btn.btn-primary:hover {
    background: #000;
}

.new_modal_footer button.btn.btn-secondary {
    padding: 8px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: 400ms ease-in-out;
}

.new_modal_footer button.btn.btn-secondary:hover {
    background: #000;
}

.my_pagination ul.pagination li a {
    padding: 10px 20px;
}

.my_pagination ul.pagination li {
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: 0 3px;
}

/* .my_pagination ul.pagination li.page-item.previous a{
background: #003876;
    color: #fff;
}

.my_pagination ul.pagination li.page-item.next a {
    background: #003876;
    color: #fff;
}

.my_pagination ul.pagination li.page-item.previous a {
    background: #003876;
    color: #fff;
    border-radius: initial;
    font-weight: 500;
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    -ms-border-radius: initial;
    -o-border-radius: initial;
} */

.my_pagination nav {
    display: flex;
    justify-content: center;
}

.my_pagination ul.pagination {
    justify-content: center;
    align-items: center;
    border: 2px solid #003876;
    border-radius: 500px;
    padding: 6px 20px;
    background: #003876;
    box-shadow: rgb(0 0 0 / 23%) 0px 5px 15px;
}

.my_pagination ul.pagination li.page-item.active a.page-link {
    background: #fff;
    color: #003876;
    border-radius: 100%;
}

.my_pagination ul.pagination li.page-item a.page-link:hover {
    background: #fff;

    color: #003876;
    border-radius: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.my_pagination ul.pagination li.page-item a {
    background-color: initial;
    border: initial;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
}

.my_pagination ul.pagination li.page-item.previous a.page-link {}

.my_pagination ul.pagination li.page-item.next a {
    width: initial;
    height: initial;
    padding: 10px 15px;
}

.my_pagination ul.pagination li.page-item.next a:hover {
    background-color: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 10px 15px;
}

.my_pagination ul.pagination li.page-item.previous a {
    width: initial !important;
}

.subscribe_box {
    /* background-image: url(/assets/images/suscribe-bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    background: #00387647;
}

.subscribe-one__content h3.subscribe-one__title {
    color: #000000;
    font-weight: 700;
    font-size: 46px;
    text-transform: capitalize;
}

.subscribe-one__content h3.subscribe-one__sub-title {
    font-size: 25px;
    color: #000000;
}

.subscribe_box .row {
    align-items: center;
}

.subscribe-one__left {
    position: relative;
}

.subscribe-one__left::after {
    position: absolute;
    top: 7px;
    left: -13px;
    bottom: 2px;
    width: 3px;
    background-color: #003876;
    content: "";
}

.subscribe-one__subscribe-input-box {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    border-radius: 34px;
}

.subscribe-one__right {
    margin-right: 60px;
    position: relative;
    display: block;
    top: 12px;
}

.subscribe-one__subscribe-box {
    position: relative;
    display: block;
}

.subscribe-one__subscribe-input-box {
    position: relative;
    display: block;
    background-color: #f3f3f3;
    border-radius: 34px;
}

.subscribe-one__subscribe-input-box input[type="email"] {
    height: 64px;
    width: 100%;
    background-color: #f3f3f3;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    color: rgba(var(--bcorz-black-rgb), 0.5);
    border: none;
    padding-left: 35px;
    padding-right: 155px;
    border-radius: 34px;
}

.subscribe-one__subscribe-btn {
    position: absolute;
    top: 50%;
    right: -1px;
    width: 135px;
    height: 65px;
    line-height: 65px;
    border: none;
    outline: none;
    background-color: #003876;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 34px;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.subscribe-one__subscribe-btn:hover {
    background-color: #000;
}

.subscribe-one__subscribe-btn {
    line-height: 65px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.footer_box {
    background: #003876;
    padding: 50px 0 0;
}

.footer_logo_box a {
    background: #fff !important;
    display: inline-block;
    border-radius: 7px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
}

.footer_logo_box a img {
    width: 160px;
}

.footer_logo_box p {
    color: #fff;
    margin-top: 11px;
}

.social-info {
    display: flex;
    align-items: center;
    padding-left: 0;
}

ul.social-info li {
    margin-right: 12px;
}

ul.social-info li a i {
    color: #003876;
}

ul.social-info li a {
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

ul.social-info li a:hover {
    background: #000;
}

ul.social-info li a:hover i {
    color: #ffffff;
}

.footer_info_links h3 {
    color: #000;
    font-weight: 700;
    margin-top: 7px;
    margin-bottom: 40px;
    position: relative;
}

.footer_info_links h3::before {
    content: '';
    position: absolute;
    background: #000;
    width: 60px;
    height: 3px;
    bottom: -10px;
}

.footer_info_links ul.social_links {
    padding-left: 0;
}

.footer_info_links ul.social_links li {
    margin-bottom: 20px;
    display: flex;
    align-items: baseline;
}

.footer_info_links ul.social_links li i {
    color: #003876;;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 1px;
}

.footer_info_links ul.social_links li a {
    color: #000;
    font-weight: 500;
}

.social_boxes .col-lg-4.col-md-3 {
    display: flex;
}

.footer_end p {
    margin-bottom: 0;
    background: #000000;
    text-align: center;
    color: #ffffff;
    padding: 15px;
    font-size: 15px;
}

.footer_brands ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_brands {
    margin-left: 20px;
}

.footer_brands ul li {
    width: 120px;
    height: 80px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-bottom: 15px;
}

/* 24/11/23 */

.header_btn {
    display: none;
}

.body_design{
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

.body_design::after {
    content: '';
    position: absolute;
    background: #00000080;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: -1;
}

.banner {
    margin: 0;
}

.social_form_box{
    padding: 0;
    background: #ffffffcf;
}

.heading_btn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    background: rgba(1, 1, 1, 0.8);
}

.social_boxe_img{
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
}

.social_boxes_design:hover .social_boxe_img{
     transform: scale(1.2);
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
}

.social_boxes_design:hover .heading_btn{
    opacity: 1
}

.enquiry_form h3 {
    font-size: 27px;
    font-weight: 800;
    color: #212529;
}

.social_heading h2{
    font-size: 27px;
}

.enquiry_form form .form-group input{
    width: 100%;
        padding: 10px;
        border: 1px solid #003876;
        border-radius: 5px;
        margin-bottom: 16px;
}

.new_social ul li a{
    background: #003876 !important;
}

.new_social ul li a i{
    color: #fff !important;
}

.new_social li a {
    background: #003876 !important;
} 

 .new_social li a i{
    color: #fff !important;
 }

 .new_social li a:hover{
    background: #000 !important;
 }

.footer_info_links {
    margin-top: 40px;
}

 .enquiry_form h3{
    margin-bottom: 32px;
    text-align: center;
 }

 .enquiry_btn button{
    background: #003876;
        padding: 8px 40px;
        border-radius: 100px;
        color: #fff;
        font-weight: 600;
        text-transform: capitalize;
        display:flex;
        margin:0 auto;
        border: 2px solid #003876;
        box-shadow: rgb(0 56 118 / 10%) 0px 5px 15px;
        transition: 400ms ease-in-out;
        -webkit-transition: 400ms ease-in-out;
        -moz-transition: 400ms ease-in-out;
        -ms-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
 }

 .enquiry_btn button:hover{
    background: #fff;
        color: #003876;
 }

  .enquiry_btn{
    text-align: center;
    margin-top: 20px;
  }

.enquiry_social_new_box {
    background: #00387652;
    height: 100%;
    padding: 30px;
    box-shadow: rgb(0 56 118 / 9%) 0px 5px 15px;
    background: 0 0 rgb(255 255 255 / 53%);
}

  .social_boxes {
      padding: 30px 0 10px;
  }

.social_heading h2 a {
    color: #ff9a25;
    font-size: 27px;
    margin-left: 15px;
}

  .social_heading h2 a i.fa.fa-angle-double-right {
      color: #ff9a25;
      font-size: 40px;
      font-weight: 600;
      position: relative;
      top: 5px;
      margin-left: 6px;
  }

  .blink-soft {
      animation: blinker 1.5s linear infinite;
  }

  @keyframes blinker {
      50% {
          opacity: 0;
      }
  }

  .social_heading h2 a {
      color: #ff9a25;
  }
  
  
  .captcha_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.captcha_box img {
    width: 140px;
}
.captcha_box input#captcha_entered {
    margin-bottom: 0;
    text-align: center;
    padding: 6px 3px;
    border: 2px solid #023873;
}


.mailNotification{
    color: green;
    font-weight: 500;
    display: none;
    background: #fff;
    padding: 14px;
    text-align: center;
    box-shadow: 2px 6px 20px #d9d9db;
    margin-top: 10px;
}
