*{
    margin: 0;
    padding: 0;
        font-family: 'Poppins', sans-serif;
}


html {
    scroll-behavior: smooth;
}

.Training_sub-header{
    height: 20vh;
    width: 100%;
    background-color: #fff;
    color: #1462B8;
    text-align: center;
}
.sectionA2 {
    position: relative;
    background: none;
    height: fit-content;
}
.sectionA1 {
    position: relative;
    background: none;
    height: fit-content;
}
.sectionA3 {
    position: relative;
    background: none;
    height: fit-content;
}

nav{
    display: flex;
    padding: 35px 5px;
    justify-content: space-between;
    align-items: center;
    color: #E62917;
    font-weight: 600;
}
nav img{
    width: 100px;
    position: relative;
    padding-left: 70px;
}
.navbar{
    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 25px 0 5px;
    transition: all 0.3s ease;
}
.navbar.sticky{
    background: #fff;
    padding: 10px 0;
    padding: 25px 0 5px;
}
.nav-links{
    flex: 1;
    text-align: right;
    padding-right: 50px;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 10px;
    position: relative;
}
.nav-links ul li a{
    padding: 5px 14px;
    border-radius: 20px;
    color: #E62917;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li a:hover{
    background: #E62917;
    color: #fff;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    transition: 1s;
}
.navbar .liner{
    position: absolute;
    top: 80px;
    left: 83.2%;
    width: 70px;
    height: 2px;
    background-color: #E62917;
    border-radius: 10px;
}
.navbar .liner:hover{
    border: 1px solid #E62917;
    background: #fff;
    transition: 1ms;
}
.to-top {
    background: #E62917;
    position: fixed;
    bottom: 16px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
}
.to-top.active {
    bottom: 32px;
    pointer-events: auto;
    opacity: 1;
    background: #E62917;
}
nav .fa{
    display: none;
}

.line{
    display: none;
}

.menu-list h1{
    color: #1462B8;
}
.menu-list a{
    color: #E62917;
}
.menu-list a:hover{
    color: #1ea353;
}

nav h3{
    display: none;
}

.active, .menu-list ul li:hover{
    background: #1462B8;
    border-radius: 10px;
}

/* --drop down-- */
.sub-menu-1{
    display: none;
}
.nav-links ul li:hover  .sub-menu-1{
    display: block;
    position: absolute;
    background: #1462B8;
    margin-top: 5px;
    margin-left: -15px;
    border-radius: 10px;
}
.nav-links ul li:hover  .sub-menu-1 a{
    padding-right: 0%;
    padding-left: 0%;
    color: #fff;
}
.nav-links ul li:hover  .sub-menu-1 ul{
    display: block;
    margin: 10px;
}
.nav-links ul li:hover .sub-menu-1 ul li{
    width: 218px;
    padding: 20px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.nav-links ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.nav-links ul li:hover .sub-menu-1 ul li a:hover{
    color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.fa-angle-right{
    float: right;
}
.sub-menu-2{
    display: none;
}
.nav-links ul li:hover .sub-menu-2 ul li{
    width: 190px;
    padding: 20px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.hover-me:hover .sub-menu-2{
    position: absolute;
    display: block;
    margin-top: -48.5px;
    margin-left: 230px;
    background: #1462B8;
    border-radius: 10px;
}
.hover-me:hover .sub-menu-2 ul li a{
    padding-right: 0%;
    padding-left: 0%;
    color: #fff;
}


/*----------- training page ------------*/
.Train-SectA{
    width: 100%;
    background-color: #232f4b;
    color: #fff;
    padding-bottom: 5%;
}
.training a{
    color: #fff;
    font-weight: 800;
}
.training a:hover{
    color: orange;
    background: transparent;
    transition: 1ms;
}
.SectA{
    color: #fff;
    margin-left: 50px;
}
.SectA a{
    font-weight: 300;
    color: #fff;
    text-decoration: underline;
}
.SectA h1{
    color: orange;
}
.SectA h5{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding-right: 30%;
}
/* --Split Screen-- */
.split{
    top: 5%;
    margin-top: 0%;
    margin-bottom: 8%;
}
.right{
    position: absolute;
    margin-top: 0%;
    margin-bottom: 0%;
    right: 0;
    left: 0;
    margin-left: 35%;
    width: 60%;
}
.left{
    position: relative;
    margin-top: 4%;
    margin-bottom: 5%;
    margin-left: 4%;
    width: 30%;
    border-right: 1px solid #232f4b;
    text-align: center;
}
.welcome img{
    position: relative;
    width: 30%;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* --CAD Course-- */
.sidebar{
    width: 100%;
    margin-inline: auto;
    margin-top: 1%;
    margin-bottom: 5%;
}
.section3{
    width: 98%;
    height: 99%;
    margin-inline: auto;
}
/* --Accordion-- */
.accordion2{
    margin: auto;
    width: 98%;
    padding: 0px;
    list-style: none;
    margin-bottom: 0%;
}
.accordion2 h1{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 500;
    margin: auto;
    width: 100%;
    padding: 10px;
    background: #e3edf7;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px -10px -1px rgba(255, 255, 255, 0.7);
}
.accordion2 li label{
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
label::before{
    content: '+';
    font-size: 20px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion2 .container{
    color: #555;
    padding: 0 10px;
    margin-left: 1%;
    font-size: 15px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}
.accordion2 input[type="radio"]:checked + label + .container{
    max-height: fit-content;
    padding: 10px 10px 20px;
}
.accordion2 input[type="radio"]:checked + label::before{
    content: '-';
}
/* --Accordion TABS-- */
.tab_box2{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 2px solid rgba(229,229,229);
    position: relative;
}
.tab_box2 .tab_btn2{
    font-size: 16px;
    font-weight: 500;
    color: #555;
    background: none;
    border: none;
    padding: 18px;
    cursor: pointer;    
}
.tab_box2 .tab_btn2.active{
    color: #fff;
    border-style: none;
    background-color: #E62917;
    border-radius: 0px;
}
.content_box2{
    padding: 0;
}
.content_box2 .content2{
    display: none;
}
.content_box2 .content2.active{
    display: block;
    background-color: #f4f4f4;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 0%;
}
.content_box2 .content2 h2{
    margin-top: -2%;
    margin-bottom: 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 25px;
    color: #000;
}
.content_box2 .content2 h3{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 15px;
    color: #000;
}
.line{
    position: absolute;
    top: 57px;
    left: 0;
    width: 90px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    transition: all .1ms ease-in-out;
}
/* --show more, show less-- */
.showmore {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size: 15px;
    line-height: 18px;
	margin-top: 2em;
    margin-left: 60px;
	}
.showmore ul li{
    margin-left: 40px;
    font-size: 15px;
    color: #333;
}	
.showmore .more, .showmore.show .dots {
	display: none;
	}
.showmore.show .more {
	display: inline;
	}
.showmore a {
	cursor: pointer;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
    color: #E62917;
	}

/*--------- contact us page ---------*/
.contact-us{
    margin-top: 0%;
    width: 98%;
}
.contact-us .contact-col{
    margin-left: 5%;
    width: 89%;
}
.contact-col div{
    display: flex;
    text-align: left;
    margin-bottom: 20px;
}
.contact-col div .fa{
    font-size: 28px;
    color: #E62917;
    margin-right: 30px;
}
.contact-col div p{
    padding: 0;
    font-size: 12px;
}
.contact-col div h5{
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.content-wrapper .contact-col2{
    margin-top: 10%;
    margin-bottom: 30px;
    position: relative;
}
.contact-col2 input, .contact-col2 textarea{
    width: 100%;
    max-width: 90%;
    padding: 5px;
    margin-bottom: 3px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
}
.contact-col2 .hero-btn{
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    border: 1px solid #1462B8;
    padding: 12px 34px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-bottom: 15%;
}
.contact-col2 .hero-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    transition: 1s;
}

/*--------- FAQs ---------*/
.sidebar{
    border-top: 1px solid #232f4b;
    padding: 0;
}
.sidebar .wrapper2{
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
.wrapper2 h1 p{
    color: #032ab6;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
}
.accordion{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
}
.accordion li{
    list-style: none;
    width: 96%;
    margin: 5px;
    padding: 10px;
    border-radius: 8px;
    background: #e3edf7;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px -10px -1px rgba(255, 255, 255, 0.7);
}
.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}
.accordion li label h1:hover{
    text-decoration: underline;
}
label::before{
    content: '+';
    font-size: 20px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    color: #555;
    padding: 0 10px;
    font-size: 15px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0,.5s;
}
.accordion input[type="radio"]:checked + label + .content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked + label::before{
    content: '-';
}


/*------------ footer -----------*/
.footer{
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),
    url(images/banner.jpeg);
    background-position: center;
    background-size: cover;
    color: #ccc;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.footer h4{
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 1px;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
}
.footer P{
    margin-left: 200px;
    margin-right: 200px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
}
.icons .fa{
    color: #E62917;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.fa-copyright{
    color: #E62917;
}

@media(max-width:1535px) {
    .Training_sub-header{
        height: 8rem;
    }
    .navbar{
        position: fixed;
        z-index: 5;
        width: 100%;
        padding: 1.5rem 0rem 1rem;
        font-size: 22px;
        line-height: 22px;
        transition: all 0.3s ease;
    }
    nav img{
        width: 5rem;
        position: relative;
        padding-left: 2rem;
    }
    nav .fa{
        display: inline;
        color: #1462B8;
        margin-right: 64px;
        font-size: 25px;
        cursor: pointer;
    }
    .nav-links{
        position: absolute;
        background: #fff;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -400px;
        text-align: left;
        z-index: 2;
        transition: 1ms;
    }
    .nav-links ul li a{
        font-size: 12px;
    }
    .nav-links ul{
        padding: 5px;
    }
    .nav-links ul li{
        display: block;
        margin-top: 6%;
    }
    .nav-links .fa{
        margin-top: 0px;
        font-size: 22px;
    }

    nav h3{
        display: inline-table;
    }

    nav h1{
        font-style: italic;
        font-size: 18px;
        text-decoration: underline;
        padding-left: 15%;
        margin-bottom: 5%;
        color: #04205f;
        text-align: center;
    }
    nav .single{
        text-decoration: none;
        color: #E62917;
        font-size: 16px;
        font-style: normal;
        padding-left: 15%;
        margin-bottom: 5%;
    }
    nav .single:hover{
        color: #1ea353;
        transition: 1ms;
    }
    nav .single1{
        text-decoration: none;
        color: #E62917;
        font-size: 12px;
        font-style: normal;
        padding-left: 15%;
        margin-bottom: 5%;
        text-align: center;
    }
    nav h3{
        margin-left: 10%;
        width: 160%;
        padding: 0%;
        text-align: left;
    }
    
    nav .double{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .double .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .double .fa:hover{
        color: #fff;
        background-color: #1ea353;
        border: #1ea353 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    nav .triple{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple .fa:hover{
        color: #fff;
        background-color: #1462B8;
        border: #1462B8 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }
    
    nav .triple1{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple1 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple1 .fa:hover{
        color: #fff;
        background-color: #1462B8;
        border: #1462B8 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    nav .triple2{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple2 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple2 .fa:hover{
        color: #fff;
        background-color: rgb(234, 0, 255);
        border: rgb(231, 62, 118) solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    nav .triple3{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple3 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple3 .fa:hover{
        color: #fff;
        background-color: #1462B8;
        border: #1462B8 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    nav .triple4{
        font-style: normal;
        font-weight: 600;
        text-decoration: none;
    }
    nav .triple4 .fa{
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
    }
    nav .triple4 .fa:hover{
        color: #fff;
        background-color: #E62917;
        border: #E62917 solid;
        border-radius: 10px;
        padding: 1%;
        transition: 1ms;
    }

    .navbar.sticky{
        background: #fff;
        padding: 1.5rem 0rem 1rem;
    }
    .line{
        display: none;
    }
    .section_top{
        height: 80%;
    }
    .section_top .content{
        left: 50%;
        right: -100%;
    }
    .section_top .content h1{
        font-size: 30px;
    }

    .active, .menu-list ul li:hover{
        background: transparent;
    }

/* --drop down-- */
.sub-menu-1{
    display: inline-block;
}
.nav-links ul li  .sub-menu-1{
    display: none;
    position: relative;
    background: #E62917;
    margin-top: -15px;
    margin-bottom: 10px;
    margin-right: 0%;
    margin-left: 8%;
    border-radius: 2px;
}
.nav-links ul li:hover  .sub-menu-1 a{
    color: #fff;
    font-size: 12px;
}
.nav-links ul li  .sub-menu-1 ul{
    display: block;
    margin: 10px;
}
.nav-links ul li .sub-menu-1 ul li{
    width: 100px;
    padding: 15px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.nav-links ul li .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.nav-links ul li .sub-menu-1 ul li a{
    color: #fff;
    margin-left: 0px;
}
.sub-menu-2{
    display: none;
}

.nav-links ul li:hover  .sub-menu-1{
    display: block;
    position: relative;
    background: #E62917;
    margin-top: -9px;
    margin-bottom: 20px;
    margin-right: -20%;
    margin-left: 0%;
    border-radius: 2px;
    font-size: 0%;
}
.nav-links ul li:hover  .sub-menu-1 ul{
    display: block;
    margin: 10px;
}
.nav-links ul li:hover .sub-menu-1 ul li{
    width: 200px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    margin-top: 0%;
    background: transparent;
    border-radius: 0;
    text-align: left;
}
.nav-links ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.nav-links ul li:hover .sub-menu-1 ul li a:hover{
    color: #fff;
}
.nav-links ul li .sub-menu-1 .sub-menu-2 ul li{
    width: 170px;
    padding: 5px;
    margin-top: 0%;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: right;
}
.hover-me:hover .sub-menu-2{
    position: absolute;
    display: block;
    margin-top: -41px;
    margin-left: -210px;
    background: #1462B8;
    border-radius: 2px;
}
.hover-me:hover .sub-menu-2 ul li a{
    padding-right: 0%;
    padding-left: 0%;
    color: #fff;
}  

/*----------- training page ------------*/
.SectA h5{
    padding-right: 20%;
}
/* --Split Screen-- */
.right{
    margin-left: 45%;
    width: 50%;
}
.left{
    width: 40%;
}
.welcome img{
    width: 30%;
    margin-top: 0px;
}

/*--------- contact us page ---------*/
.contact-col div .fa{
    font-size: 22px;
    color: #E62917;
    margin-right: 20px;
}
.contact-col div h5{
    font-size: 15px;
}
.contact-col2 .hero-btn{
    padding: 10px 12px;
    font-size: 16px;
}

/*--------- FAQs ---------*/
.wrapper2 h1 p{
    color: #032ab6;
    font-size: 18px;
}
.accordion{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
}
.accordion li{
    list-style: none;
    width: 96%;
    margin: 5px;
    padding: 10px;
    border-radius: 8px;
    background: #e3edf7;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px -10px -1px rgba(255, 255, 255, 0.7);
}
.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}
.accordion li label h1:hover{
    text-decoration: underline;
}
label::before{
    content: '+';
    font-size: 20px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    color: #555;
    padding: 0 10px;
    font-size: 15px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0,.5s;
}
.accordion input[type="radio"]:checked + label + .content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked + label::before{
    content: '-';
}

.footer{
    padding: 10px 0;
}
.footer P{
    margin-left: 5%;
    margin-right: 5%;
}
}

@media(max-width:1330px) {
/*--------- FAQs ---------*/
.wrapper2 h1 p{
    color: #032ab6;
    font-size: 16px;
}
.accordion li{
    padding: 5px;
    border-radius: 4px;
}
.accordion li label{
    padding: 8px;
    cursor: pointer;
}
.accordion li label h1{
    font-size: 15px;
    font-weight: 600;
}
.accordion2 .container{
    margin-left: 5%;
    font-size: 13px;
    line-height: 18px;
}
label::before{
    content: '+';
    font-size: 15px;
    font-weight: 300;
    margin-right: 3%;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    color: #555;
    padding: 0 10px;
    font-size: 15px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0,.5s;
}
.accordion input[type="radio"]:checked + label + .content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked + label::before{
    content: '-';
}
}

@media(max-width:740px) {
    .nav-links .fa{
        margin-top: 0px;
        font-size: 22px;
    }
    .navbar.sticky{
        background: #fff;
        padding: 1.5rem 0rem 1rem;
    }

    .SectA{
        color: #fff;
        margin-left: 20px;
    }
    .accordion2 h1{
        font-size: 18px;
        font-weight: 500;
    }
    .accordion2 .container{
        margin-left: 5%;
        font-size: 13px;
        line-height: 18px;
    }
    .tab_box2 .tab_btn2{
        font-size: 13px;
        padding: 1px;
    }

    .showmore {
        font-size: 15px;
        line-height: 18px;
        margin-top: 1em;
        margin-left: 15px;
        }
    .showmore ul li{
        margin-left: 20px;
        font-size: 15px;
        color: #333;
    }

    .content_box2 .content2 h2{
        font-size: 18px;
    }
    .content_box2 .content2 h3{
        font-size: 14px;
    }
    .content_box2 .content2 ul li{
        font-size: 13px;
    }
/*----------- training page ------------*/
.SectA h5{
    padding-right: 5%;
}

/*--------- contact us page ---------*/
.contact-col div .fa{
    font-size: 18px;
    margin-right: 10px;
}
.contact-col div h5{
    font-size: 14px;
}
.contact-col2 .hero-btn{
    padding: 8px 10px;
    font-size: 13px;
}

    /* --Split Screen-- */
.split{
    top: 5%;
    margin-top: 0%;
    margin-bottom: 5%;
}
.right{
    position: relative;
    margin-top: 0%;
    margin-bottom: 10%;
    right: 0;
    left: 0;
    margin-inline: auto;
    width: 90%;
}
.left{
    position: relative;
    margin-top: 4%;
    margin-bottom: 0%;
    margin-inline: auto;
    width: 98%;
    border-right: 1px solid #232f4b;
    text-align: center;
}
.welcome img{
    position: relative;
    width: 30%;
    margin-top: 1%;
    margin-bottom: 5%;
}

/*--------- contact us page ---------*/
.contact-us{
    border:  teal solid;
    margin-top: 0%;
    width: 100%;
    text-align: center;
}
.contact-us .contact-col{
    width: 89%;
    text-align: center;
    padding: 0%;
}
.contact-col div{
    display: contents;
    text-align: center;
    margin-bottom: 20px;
    margin-inline: auto;
}
.contact-col div .fa{
    font-size: 28px;
    color: #E62917;
    margin-right: 0px;
}
.contact-col div h5{
    font-size: 16px;
    margin-top: -2%;
    margin-bottom: 0%;
    color: #555;
    font-weight: 400;
}
.contact-col div p{
    padding: 0;
    font-size: 12px;
    margin-top: -1%;
    margin-bottom: 5%;
}
.content-wrapper .contact-col2{
    margin-top: 10%;
    margin-bottom: 30px;
    position: relative;
}
.contact-col2 input, .contact-col2 textarea{
    width: 100%;
    max-width: 90%;
    padding: 5px;
    margin-bottom: 3px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: left;
}
.contact-col2 .hero-btn{
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: #000;
    border: 1px solid #1462B8;
    padding: 12px 34px;
    font-size: 16px;
    background: transparent;
    position: relative;
    cursor: pointer;
    margin-bottom: 15%;
}
.contact-col2 .hero-btn:hover{
    border: 1px solid #E62917;
    background: #E62917;
    transition: 1s;
}

/*--------- FAQs ---------*/
.wrapper2 h1 p{
    color: #032ab6;
    font-size: 22px;
}
.accordion{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
}
.accordion li{
    list-style: none;
    width: 96%;
    margin: 5px;
    padding: 10px;
    border-radius: 8px;
    background: #e3edf7;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
                -6px -6px -10px -1px rgba(255, 255, 255, 0.7);
}
.accordion li label{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
}
.accordion li label h1:hover{
    text-decoration: underline;
}
label::before{
    content: '+';
    font-size: 20px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    color: #555;
    padding: 0 10px;
    font-size: 15px;
    line-height: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0,.5s;
}
.accordion input[type="radio"]:checked + label + .content{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordion input[type="radio"]:checked + label::before{
    content: '-';
}

.footer{
    font-size: 12px;
}
.footer .icons{
    margin-top: -5%;
    margin-bottom: -2%;
}
}

@media (max-width:500px) {
.navbar{
    position: fixed;
    z-index: 5;
    width: 95%;
    padding: 25px 15px 0px;
    transition: all 0.3s ease;
}
nav img{
    width: 80px;
    position: relative;
    padding-left: 2px;
}
nav .fa{
    display: inline;
    color: #1462B8;
    margin: 10px;
    font-size: 20px;
    cursor: pointer;
}
.nav-links{
    position: absolute;
    background: #fff;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -400px;
    text-align: left;
    z-index: 2;
    transition: 1s;
}
.nav-links ul{
    padding: 5px;
}
.nav-links ul li{
    display: block;
    margin-top: -10%;
}
.nav-links .fa{
    display: inline-flex;
    margin-right: 4px;
    margin-top: 30px;
}
.navbar.sticky{
    background: #fff;
    padding: 10px 0;
    padding: 25px 15px 0px;
}
.tab_box2 .tab_btn2{
    font-size: 13px;
}
.content_box2 .content2 h2{
    font-size: 13px;
}
.content_box2 .content2 h3{
    font-size: 12px;
}
.content_box2 .content2 ul li{
    font-size: 12px;
}
.content_box2 .content2 .showmore{
    font-size: 13px;
}
/*--------- contact us page ---------*/
.contact-col div h5{
    font-size: 12px;
}
.contact-col2 .hero-btn{
    font-size: 12px;
}

/*--------- FAQs ---------*/
.wrapper2 h1 p{
    color: #032ab6;
    font-size: 18px;
}
.accordion li{
    padding: 5px;
    border-radius: 4px;
}
.accordion li label h1{
    font-size: 15px;
    font-weight: 600;
}
.accordion .content{
    font-size: 13px;
    line-height: 15px;
}
.accordion2 .container{
    margin-left: 6%;
    font-size: 13px;
    line-height: 18px;
}
.footer{
    font-size: 13px;
}
.footer .icons{
    margin-top: -5%;
    margin-bottom: -2%;
}
}

