/*--------Custome Fonts Ruda----*/
/* @font-face {
    font-family: "Ruda", Sans-serif;
    src: url('../Font/Ruda/static/Ruda-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "Ruda", Sans-serif;
    src: url('../Font/Ruda/static/Ruda-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: "Ruda", Sans-serif;
    src: url('../Font/Ruda/static/Ruda-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: "Ruda", Sans-serif;
    src: url('../Font/Ruda/static/Ruda-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: "Ruda", Sans-serif;
    src: url('../Font/Ruda/static/Ruda-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: "Ruda", Sans-serif;
    src: url('../Font/Ruda/static/Ruda-Black.ttf') format('truetype');
    font-weight: 900;
} */

@import url('https://fonts.googleapis.com/css2?family=Ruda:wght@400..900&display=swap');


body {
    font-family: "Ruda", serif;
}

a{
    text-decoration: none;
}

.text-toledote{
    color:#2e5f7f;
}

.custome-btn {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 800;
    font-size: 1.0588235294118rem;
    background: rgb(46, 95, 127);
    border-color: rgba(46, 95, 127, 0.46);
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.custome-btn.btn-toledote {
    background-color: #2e5f7f;
    color: #fff;
}

.custome-btn.btn-white {
    background-color: #ffffff;
    color: #2e5f7f;
}

.btn-sharp{
    font-size: 18px;
    padding: 20px 40px;
    border:1px solid #000;
    display: inline-block;
}

.btn-sharp.btn-sharp-toledote{
    background-color: #2e5f7f;
    color: #fff;
}

.btn-sharp.btn-submit{
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    font-size: 0.94117647058824rem;
    border:0;
    background-color:#2e5f7f;
    color: #fff;;
}

.section-header{
    min-height: 30px;
    padding:20px;
}
.section-title{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 800;
    line-height: 43px;
    letter-spacing: -1px;
    margin-bottom: 0;
}


.bg-toleddote {
    background-color: #2e5f7f;
}

.bg-toleddote-light {
    background-color:rgb(46 95 127 / 50%)
}

.bg-toleddote-gradient-left-right {
    background-color: transparent;
    background-image: linear-gradient(-90deg, rgb(240, 245, 250) 0%, rgba(21, 96, 130, 0.35) 100%);
}

.bg-toleddote-gradient {
    background-color: transparent;
    background-image: linear-gradient(1deg, rgb(240, 245, 250) 0%, rgba(21, 96, 130, 0.35) 100%);
}

.bg-toleddote-gradient-revers {
    background-color: transparent;
    background-image: linear-gradient(1deg, rgba(21, 96, 130, 0.35) 0%, rgb(240, 245, 250) 100%);
}

.navbar-brand>img {
    max-height: 52px;
    height: 100%;
    width: 100%;
}

.first-section-portlet{
    min-height: 338px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portlet{
    padding: 10px;
}

.first-section-title{
    font-family: "Ruda", Sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-decoration: none;
    line-height: 55px;
    letter-spacing: -0.5px;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.box-link{
    font-size: 25px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -1px;
    padding: 0px 0px 0px 12px;
    text-decoration: none;
}

.box-title{
    font-family: "Ruda", Sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px
}
.box-text{
    font-size: 18px;
}

.custom-img-fluid{
    max-width: 100%;
    width:80%;
}

.custom-card{
    padding:10px;
    border:2px solid rgb(0 0 0 / 49%);
    min-height: 500px;
}

.custom-card-title{
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #0000007D;
}

.custom-card-text{
    line-height: 35px;
    letter-spacing: -0.5px;
    font-size: 18px;
    color:#111;
}

.four-square-row{
    border:1px solid #111111;
    padding:10px;
}

.four-square-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 0 50%;
    border:1px solid #111111;
    aspect-ratio: 278/246;
    padding: 20px;
}

.four-square-box img{
    max-width: 100%;
    height: auto;
}
.logo-img-box{
    text-align: center;
    padding: 10px;
}
.logo-img-box img{
    max-width:100%;
    height: auto;
    margin: auto;
}



.icon-box{
    border:1px solid #111;
}

.icon-box .icon{
    margin-right:16px;
    padding: 0px 10px 0px 0px;
}

.icon-box-data>h4{
    font-size: 25px;
    font-weight: 800;
    color:#111111;
}

.icon-box-data>p{
    font-size: 17px;
    font-weight: 400;
    color:#111111;
    margin-bottom: 0;
}

.thumb-img{
    width:77%;
    margin-right: 15px;
}

.thumb-title{
    width: 100%;

}

.thumb-title>h2{
    font-size: 30px;
    font-weight: 800;
    line-height: 32px;
}

.red-color{
    color:#D52F43
}
.maroon-color{
    color:#A63063
}
.blue-color{
    color:#192982
}
.purple-color{
    color:#6C1198
}
.yellow-color{
    color:#FCBC5C
}
.lightblue-color{
    color:#3466BC
}

.left-side-box>h4{
    font-size: 50px;
    font-weight: 600;
}

.right-side-box>h5{
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
}

.left-side-box{
    width: 33.3333%;
}

.right-side-box{
    width: 66.3333%;
}

.p-10px{
    padding:10px;
}

.custome-form-control{
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #adb6be;
    border-radius: 2px;
    width: 100%;
    padding: .75em;
    background-color: #f9fafb;
}

.form-group{
    margin-bottom: 1.2em;
}

.dotted-border-3{
    border:3px dashed #111;
}

.contact-title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

/* Page Footer */

.footer-top{
    background-color: #f9f9f9;
    background-image: none;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer-logo{
    max-width:300px;
}

.footer-top p{
    margin-bottom:0px;
}

.page-footer {
    padding: 0;
  }
  
  .footer-icon img {
    width: 20px;
  }
  
  .page-footer.fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 5px 35px;
    z-index: 100;
  }
  
  .footer-icon {
    font-size: 23px;
    color: #fff;
    position: relative;
  }
  
  .footer-nav-item {
    font-size: 12px;
    color: #fff;
    margin-top: 1px;
    display: block;
  }
  
  .icon18pluse{
    margin-right: 0px;
    width:70px;
  }
  
  .footer-bottom-left-text{
    text-align: left;
    margin: 0;
     border-left: 1px solid #ccc;
     padding-left: 10px;
    width:60%;
  }
  
  .footer-bottom-left-text>p{
  margin:0px;
  }
  
  .footer-bottom-left-text>p:first-child{
  margin-top:0px;
   margin-bottom: 10px!important;
  }
  
  .footer-bottom-right{
    width:40%;
    display: flex;
    flex-wrap: wrap;
    gap:5px;
  }
  
  .footer-bottom-right>.d-flex{
    gap:5px;
  }

  .footer-bottom-logos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }
  
  .footer-bottom-logo-wraper{
    background-color: #fff;
    width: 32%;
    padding: 0px 10px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  
  .height-auto{
    height:auto;
  }

  .footer-bottom{
    padding-top:1.5rem;
  }

  @media (max-width: 767px) {
    .align-items-center.sm-align-items-start {
        align-items: center;
        gap: 10px;
    }
    .footer-bottom-right {
        width: 100%;
    }
    .footer-bottom-left-text{
        width:100%;
    }
}




@media (min-width: 1250px) {
    .custom-container {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1249px) {
    .custom-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .img-sec>img{
        width:100%;
    }
}

@media (max-width:991px) {
    .left-side-box{
        width:15%
    }   
}

@media (max-width:767px) {
    .custom-card{
        min-height: auto;
    }
    .first-section-title{
        font-size: 40px;
    }
    .left-side-box{
        width:30%
    } 
    .d-flex.icon-box-style2{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .icon-box-style2>.thumb-img{
        width: 100px;
        height: 110px;
    }
    .icon-box-style2>.thumb-img>img{
        width:100%;
    }
}

@media (max-width:655px) {
    .navbar-brand>img{
        max-height: 40px;
    }
}

@media (max-width:500px) {
    .first-section-title{
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width:450px) {
    .d-flex.icon-box-style2{
        flex-direction: column;
        justify-content: center;
    }
    .icon-box-style2>.thumb-img{
        /* width:100%; */
        text-align: center;
        margin: auto;
    }
    .icon-box-style2>.thumb-title{
        width:100%;
        text-align: center;
        margin: auto;
    }
    .icon-box-style2>.thumb-title>h2{
        font-size:24px;
    }
}

@media (max-width:425px) {
    .custome-btn{
        padding-top: 5px;
        padding-bottom: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
    }
}

