/* css document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

html, body{overflow-x: hidden;width: 100%;}
body {
    font-family: 'Open Sans', sans-serif;
    color: #1b1b1b;
    font-size: 15px;
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    font-weight: 600;
}
p {font-weight: 400;}
/* color ss */
:root {
    --dark-blue: #003D71;
    --bluer: #00478E;
    --orange: #FE9800;
    --light-blue: #698AC2;
    --blue1:#113355DE;
}

.text-orange {
    color: var(--orange);
}

.text-blue {
    color: var(--bluer) !important;   
}

.bg-blue {
    background-color: var(--bs-body-bg);
}

.bg1 {
    background-color: #ffffff;
}

.bg2 {
    background-color: var(--bluer);
}
.bg-bluer{ background-color: var(--bluer);}

.bg3 {
    background-color: var(--blue1);
}

/* color ss */

/* General css start */
div#content {
    width: 500px;
    margin: auto;
}
.profile-info h6{color:#000000 !important;   
font-weight: 400;}

img.profile-img {
    border-radius: 50%;
    width: 150px;
}
.bor-btm {
    border-bottom: 1px solid var(--light-blue);
}
.about-info {
    background-color: #F5F5F5;
    border-radius: 0.7rem;
}
.arrow::after {
    content: "";
    background: url(../images/arrow-color1.svg) no-repeat center;
    display: inline-block;
    color: #fe9800;
    width: 30px;
    height: 10px;
}
.service-section .bg1 {
    border-radius: 1rem;
}

.service-section .bg1 img {
    border-radius: 1rem 1rem 0 0rem;
}

.service-section .item-content{height: 223px;}

.video-section iframe {
    border-radius: 0.7rem;
}
.btn-gradient {
    background: #00478e24;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;   
     color: #135; 
    margin: auto;   
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow:none;
}
.btn-gradient:hover {
    background: #00478e4a;
    color: #135;

}
.w-50 {
    width: 35% !important;
}
.social-media-icons img{width: 45px;}
.social-media-icons a {
    display: inline-block;
    text-decoration: none;
}
.social-media-icons ul {
    display: flex;
    justify-content: space-around;
}

.social-media-icons{
    border-radius: 1rem;
}
.list-data tr td {
    padding-bottom: 1rem;
    font-weight: 400;
    color: #000000; 
    vertical-align: middle;
    text-align: left;
}
.list-data tr td:first-child {
    font-weight: 600;
    width: 20%;
}
.list-data tr:last-child td {
    padding-bottom: 0;
}
 /* Responsive container */
 .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
    height: 0;
    overflow: hidden;
  }

  /* Video iframe */
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.footer-icons img {
    height: 40px
}
.footer-icons a {
    display: inline-block;
    text-decoration: none;
}
.footer-icons ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-icons {
    border-radius: 1rem;
}
.footer-icons a {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px;
}
table.list-data tr td:last-child {    word-break: break-word;}
  @media (max-width: 300px){
    .list-data tr td {
        font-size: 0.7rem;
    }
    .social-media-icons img {
        width: 25px !important;}

    .list-data tr td:first-child {         
            width: 15%;
    }
    
    }

@media (max-width: 700px)  and (min-width:310px){
        .list-data tr td:first-child {      
            width: 15%;
        }
    }

@media (max-width:768px) {

    .w-50 {
        width: 100% !important;
    }

    .service-section .item h5 {
        font-size: 1rem;
    }

    .social-media-icons img {
        width: 35px;    margin-right: 0.5rem;
    }

}
@media (max-width:600px) {

.social-media-icons {
    padding: 0.8rem !important;}

}
@media (min-width:768px) and (max-width:800px) {
    .w-50 {
        width: 50% !important;
    }
    .social-media-icons img {
        width: 35px;
        margin-right: 1rem;
    }
    .social-media-icons tr {
        width: 100%;
        flex: 0 0 calc(50% - 20px) !important;
    }
    .social-media-icons tbody{
        display: flex;
        flex-wrap: wrap;
        height: auto !important;
        justify-content: space-between;
    }
    .list-data tr td:first-child {
              width: 12%;
    }
}
@media (max-width:800px) {
    .container{
        max-width: 100%;
        padding:0;}

    .fix-container {
        width: 100%;
    }
}
@media (min-width:802px) {
    .fix-container {
        width: 450px;
    }

}