@charset "utf-8";

/* CSS Document */
/*******common css*************/

html{
    overflow-x: hidden !important;
} 

body {
  font-family: "Poppins" !important;
  overflow-x: hidden !important;
  background-color: #EEEEEE;
}

.margin_auto {
  margin-right: auto;
  margin-left: auto;
}

.no_padding {
  padding-right: 0px;
  padding-left: 0px;
}

.no_padd_left {
  padding-left: 0px;
}

.btn:focus {
    background-color: #818FB4 !important;
    border-color: #818FB4 !important;
    box-shadow: none;
}

p {
  font-size: 13px;
  line-height: 23px;
  color: #696969;
}

.custom_ul {
  padding-left: 40px !important;
  list-style: none;
}

.custom_ul li {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 15px;
  list-style-image: url(../images/li.png);
}

.heading{
    font-size: 26px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
}

.sub_heading{
    font-size: 20px;
    font-weight: 400;
    color: #404040;
    line-height: 26px;
}

.third_heading{
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 24px;
}

.white_text{
  color: #ffffff !important;
}

.blue_btn{
    background-color: #004382;
    border: 1px solid #004382 !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    font-size: 13px !important;
    padding: 12px 30px !important; 
    border-radius: 5px;
    /* height: 58px; */
}

.blue_btn:focus{
    background-color: #004382;
    border: 1px solid #004382 !important;
    color: #ffffff !important;
}

.blue_btn:focus-visible{
    background-color: #004382;
    border: 1px solid #004382 !important;
    color: #ffffff !important;
}

.blue_btn:hover{
    border: 1px solid #3d3d3d !important;
    background-color: #3d3d3d;
    color: #ffffff !important;
    border-radius: 8px;
}

.social_icon .fa-brands {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 50px;
    background-color: #FFB001;
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.social_icon .fa-brands:hover{
   background-color: #0133cd; 
   color: #ffffff !important;
}

/*******common css*************/
/******************************/

/*******menu css*************/
/******************************/

.menu_bar{
  padding-top: 30px;
  padding-bottom: 90px;
}

.logo{
  width: 250px;
}

.logo_shape{
    height: 300px;
    width: 600px;
    background-color: #ffffff;
    border-bottom-right-radius: 300px;
    position: absolute;
    top: 0px;
}

.nav-link{
  color: #ffffff !important;
}

/*******menu css*************/
/******************************/

/*******slider css*************/
/******************************/

.top_div_bg{
  height: 70vh;
  background-image: url(../images/top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 15vh;
}

.inner_top_div_bg{
  height: 50vh;
  background-image: url(../images/top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: 15vh;
}

.top_slider_container{
  left: 0px; 
  right: 0px; 
  top: 0px;
}

/*******slider css*************/
/******************************/

.product_row{
  background-image: url(../images/pro_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

.product_div{
  padding: 30px;
  background-color: #ffffff;
  border-bottom-right-radius: 100px !important;
}

.service_text_box_right {
    position: relative;
    left: -30px;
    z-index: 9999;
    border-top-right-radius: 120px !important;
}

.service_text_box_left {
    position: relative;
    right: -30px;
    z-index: 9999;
    text-align: right;
    border-top-left-radius: 120px !important;
}

.contact_row{
  background-image: url(../images/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-floating>label {
    position: absolute;
    font-size: 13px;
    top: 3px;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    font-size: 13px;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
}


.carousel-control-next, .carousel-control-prev {
    position: relative;
    z-index: 999;
    margin-top: -150px;
    right: 0px;
    bottom: 40px;
    display: flex;
    float: right;
    align-items: center;
    justify-content: end;
    width: 40px;
    padding: 10px;
    color: #000000;
    background-color: #0133cd !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    border-radius: 5px;
    transition: opacity .15s ease;
}

.carousel-control-prev{
    left: -50px;
}

.footer_a a{
  color: #000000;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.footer_a a:hover{
  color: #0133cd;
}


/* scroll top */
.scroll-top-element{
    background-color: #000000 !important;
    z-index: 999999999 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.scroll-top-element:hover{
    color: #ffffff !important;
    background-color: #0133cd !important;
}
/* scroll top */

