*{box-sizing: border-box; margin: 0; padding: 0;}
.body{
    background-color: #f2f2f2;
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.we-letter-bg {
    letter-spacing: 2px!important;
}
.we-letter-text-h2 {
    letter-spacing: 1px!important;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 0;
}
.we-image-top-left {
    margin-top: -20px;
    margin-left: -20px;
    border-top-left-radius: 13px
}
.we-left-and-right {
    background-color: #1156eb;
    color: white;
    border-radius: 13px;
    padding: 20px;;
}
.we-media-top-header {
    background-color: #142E4B;
}
.left_cnts a, .right_contents a{
    font:12px verdana;
}
.left_cnts a i, .right_contents a i{
    font-size:16px;
}
@media screen and (max-width: 700px) {
    .we-media-top-header {
        display: none;
    }
}

.we-active-nav-header {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 14px !important;
    letter-spacing: 1.1px;;
    border:none;
    margin-left:10px;
    border: 2px solid transparent;

}
.we-active-nav-header:hover{
    border-bottom: 2px solid orange;
}
.we-active-nav-header-drop{
    font-size: 12px !important;
    letter-spacing: 1.1px;
    border: 2px solid transparent !important;
}
.we-active-nav-header-drop:hover{
    border-bottom: 2px solid orange !important;
    background-color: lightblue !important;
}
.we-btn-dropdown-bg {
    background-color: #435194 !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    padding: 4px !important;
    min-width: 80px;
}

.we-form-block-roboto {
    color: white;
    font-weight: 700;
    font-size: 15px;
    margin-top: 14px;
    padding-left: 20px;;
    letter-spacing: 1.3px;;
}
.we-decoration-none-border {
    display: inline-block;
    text-decoration: none;
    padding-left: 35px;
    color: wheat;
}

.we-sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    transition: top 0.3s ease-in-out;
    background-color: #444 !important;
}
.we-sticky-header a {
    text-decoration: none;

}
.mytitle{
    text-shadow:0px 1px 1px #333;font-weight: 900;
    color:#f3f3f3;
}
form.example2 input[type=text] {
    font-size: 15px;
    float: left;
    width: 80%;;
    padding: 10px;
    padding-left: 8px;
    border: none;
    border-top-left-radius: 25px;
    /* border-top-right-radius: 25px; */
    border-bottom-left-radius: 25px;
    /* border-bottom-right-radius: 25px;; */
    background: #f1f1f1;
}

form.example2 button {
    float: left;
    width: 60%;
    background-color: #f1f1f1;
    color: black;
    font-size: 15px;
    padding: 10px;
    margin-right: 50px;;
    border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
}
form.example2::after {
    content: "";
    clear: both;
    display: table;
}
.we-form-control-border{
    display: inline;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    background-color: wheat;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #ced4da;
    padding: 8px;
}
.we-icon-border {
    background-color: wheat;
    color: gray;
    padding-right: 30px;
    padding: 8px 13px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    ;
}
.we-button-border-10 {
    background-color: #2a175e;
    color: white;
    font-weight: 600;
    font-size: 15px;
    padding: 8px;
    width: 20px;
    border: none;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.we-button-border-10:hover {
    background-color: white;
    color: #2a175e;
    font-weight: 600;
    font-size: 15px;
}
.we-decoration-hover {
    margin-top: 3px;
    text-decoration: none;
    color: #eee;
    font-size: 12.5px;
    text-align: center;
    display: block;
}
.we-decoration-hover:hover{
    color: white!important;
}

.we-text-bold-img-top{
    margin-top: 150px;
}
.we-text-bold-img-top-contact {
    display: inline-block;
    margin-top: 155px;
    color: #f6f7f8;
}

.we-caed-top {
     margin-top: -80px; 
    background-color: #fff;
    border-radius: 24px;
}
.we-bg-col-color {
    display: inline;
    background-color: #ccc;
    border-radius: 8px;
}
.we-button-bg-border {
    border: none!important;
    color: #1156eb;
    background: none;
    padding: 3px;
    font-weight: 650;
    font-size: 14px;
}
.we-button-bg-border:hover {
    color: #1156eb;
    border-bottom: 1px solid #1156eb!important;
}

.we-image {
    display: inline;
    align-items: center;
    ;
}
.we-faq-item {
    background-color: var(--surface-color);
    position: relative;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
}
 .we-faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.we-faq-active .faq-toggle {
    transform: rotate(90deg);
    color: var(--accent-color);
}
.we-faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    color: #40658f;
    border: 0.3px solid #40658f;
    font-size: 15px;
    line-height: 10;
    transition: 0.3s;
    cursor: pointer;
}
.we-image-radius-13 {
    border-radius: 13px!important;
    object-fit: cover;
    height: 180px!important;
}



.we-image img{
    width: 30px;
    ;
}
.we-border-cerd-col {
    border-right: 0.4px solid #ccc;
    border-bottom: 0.4px solid #ccc;
    ;
}
.we-border-cerd-col-right-none {
    border-bottom: 0.4px solid #ccc;
    ;
}
.we-border-cerd-col-none-1 {
    border-bottom: 0.4px solid #ccc;
    border-right: 0.4px solid #ccc;
}
.we-border-cerd-col-none-3 {
    border-bottom: 0.4px solid #ccc;
}
.we-cerd-image {
    width: 70px;
    height: 65px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.we-cerd-bg-border {
    background-color: #eee;
    border-radius: 15px;
    min-height: 380px;
    margin: 10px 0px;
}
.we-cerd-bg-border:hover{
    box-shadow: 1px 2px 10px 2px #ccc;
}
.we-margin-bottom {
    margin-top: -42px;
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}
.we-width-image {
    width: 50px!important;
    height: 35px!important;
    margin-top: -4px;
}
.we-text-letter p {
    letter-spacing: 1px;
    font-size: 13px;
    padding-left: 10px;
    color: #0a1d33;
    text-shadow: 0.3px 0.3px #0a1d33;

}
.we-text-letter a{
    color: #1156eb;
    padding-left: 20px;;

}
.we-font-size-10 {
    font-weight: 600;
    font-size: 11px;
}
.we-text-hover-a:hover{
    color: #1156eb!important;
    border-bottom: 1px solid #1156eb !important;
}
.we-height-important-image{
    object-fit: cover;
}
.we-footer-bg-box {
    background-color: #eee;
    padding-top: 50px;
    margin-top: 50px!important;
}
.we-position-sticky {
    position: sticky;
    top: 90px;
}
.we-text-font-bold h1{
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 1px;
}
.we-footer-bg {
    background-color: #eee;
    border-radius: 13px;
    padding: 20px;
    ;
}
.we-footer-letter-text {
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 620;
    text-align: justify;
    line-height: 25px;
    color: #5e5e5e;
    margin-top: 10px;;
}
.we-footer-icon{
    margin-left: -40px;
    margin-top: -10px;
}
.we-footer-decoration-bg i{
    color: #5e5e5e;
    padding: 7px;
    font-size: 25px;
    font-weight: 700px;
    text-align: justify;
    margin: 10px;
    border-radius: 11px;
    background-color: #e7e2e2;
}
.we-footer-decoration-bg:hover i{
    background-color: #9e9e9e;
    border-radius: 11px;
    color: #1156eb!important;
}

.we-footer-list-style li{
    display: block;
    list-style-type: none;
    margin-left: -38px;
}
.we-footer-border-text {
    display: inline;
    font-weight: 650;
    font-size: 13px;
    text-decoration: none;
    color: #5e5e5e;
    border-bottom: 1px solid wheat;
    border: none;
}
.we-footer-border-text:hover{
    color: #1156eb!important;
    border-bottom: 2px solid #1156eb;
}

.we-image-cerd-t-b-border{
    margin-top: 300px;
    padding-bottom: 40px!important;
    border-radius: 9px;
    background-color: #eee
}
.we-image-cerd-t-b-border:hover{
    box-shadow: 2px 3px 10px 3px #d6d6d6;
}
.we-decoration-none-weight{
    text-decoration: none;
    /* font-family: Tahoma, Verdana, sans-serif; */
    font-weight: 560;
    font-size: 18px;
    line-height: 32px!important;
    color: #222;
    border: none;
    border-bottom: 1px solid transparent;  
}
.we-decoration-none-weight h3:hover{
    display: inline;
    color: #1156eb!important;
    border-bottom: 3px solid #1156eb;

}
.we-roboto-text-blod {
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 48px;
    letter-spacing: 0.9px;
    color: #222;
}

.we-image-left-col {
    display: block;
    background-size: cover;
    width: 100%;
    height: 300px;
    background-color: #ccc;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.we-muted-decoration-none-border {
    text-decoration: none;
    color: #7e7e7e;
    border: none;
    border-bottom: 1px solid transparent;
    font-weight: 700;
    font-size: 13px;
}
.we-muted-decoration-none-border:hover{
    border-bottom: 1px solid #1156eb ;
    color: #1156eb;
}

.we-decoration-none-hover-right {
    display: inline;
    /* margin-top: 30px; */
    text-decoration: none;
    color: #222!important;
   border: none; 
   border-bottom: 2px solid transparent;
    
}
.we-decoration-none-hover-right:hover{
    display: inline;
    color: #1156eb!important;
    border-bottom: 2px solid #1156eb;
}
.we-text-weight-bold{
    display: block;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.we-text-weight-bold-p{
    letter-spacing: 1px;
    line-height: 23px;;
    color: #444;
    margin-top: 20px;
    text-align: justify;
    font-weight: 500!important;
    font-size: 14.5px;
}

.we-span-border-bottom {
    color: black;
    border-bottom: 2px solid black;
    font-weight: bold;
}


.we-decoration-none-hover-like {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    letter-spacing: 1.1px;
}
.we-contact-box-col h3{
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 29px;
    color: #222;
}
.we-contact-box-col p{
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    color: #5e5e5e;
}
.we-hover-box {
    padding: 0px 20px;
    border: none;
    font-weight: 500;
    font-size: small;
    border: 2px solid transparent;
}
.we-hover-box:hover{
    background-color: #e7e2e2;
    border-bottom: 2px solid #1156eb;
    border-radius: 8px;transform: scaleY(0.9);
}

.we-contact-box-position-radius {
    display: inline;
    border-radius: 50%;
    color: #1156eb;
    width: 9ch!important;
    height: 9ch;
    padding-top: 13px !important;
    justify-content: center;
    text-align: center;
    background-color: #bebdbd;
}
.we-contact-box-position-radius:hover{
    background-color: #446992;
    color: #0a1d33;
}
.we-form-control {
    padding: 10px!important;
    border: 1px solid #9e9e9e!important;
    margin-top: 30px;
}
.we-form-control-button{
    padding: 10px!important;
    background-color: #1156eb!important;
    color: wheat!important;
    font-weight: 700!important;
    font-size: 17px!important;
    letter-spacing: 1px;
}

.we-iframe-border-radius{
    display: inline;
    margin-top: 40px;
    padding: 0;
}

.we-box-left-width {
    display: block;
    width: 390px;
    min-height: 75ch;
    border-right: 1.4px solid #ccc;
    background-color: #eee;
    ;
}
.we-body-left-center-right-box {
    margin-top: 40px;
    ;
}
.we-box-left-head h4{
    color: #222;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 24px;
}
.we-files-left-icon-text {
    margin-top: 10px;
}
.we-files-left-icon-text .btn {
    border-radius:none !important;
    color: #4456eb;
}
.collapsible {
    background-color: #f3f3f3;
    color: #b4a518!important;
    cursor: pointer;
    padding: 2px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active,
.collapsible:hover {
    background-color: #d1cfcf;
}
.we-collapsible-left-text {
    color: #1156eb;
    font-weight: 600;
    font-size: 16px;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 120px;;
    margin: 0;
    display: block!important;
    justify-content: left!important;
}
.we-padding-left {
    padding-top: 10px;
    padding-left: 240px;;
}
.we-collapsible-bottom-a{
    display: block;
    text-decoration: none;
    color: #282829;
    padding: 6px 11px;
    font-weight: 600;
    font-size: 14px;
    margin: 3px;
}
.we-collapsible-bottom-a:hover{
    background-color: #eee;
    border-radius: 8px;
}

.content {
    padding: 0 25px;
    display: none;
    overflow: hidden;
    background-color: #e2e0e0;
}
.we-important-box-gary {
    background-color: #e7e7e7;
    border-radius: 10px;
}

.we-letter-justify {
    letter-spacing: 0.8px;
}






























/* font sizes */
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}