﻿section#topp_head ul li {
    display: inline-block;
    padding-left: 9px;
}

#topp_head {
    padding: 0px !important;
}

section#topp_head {
    background-color: #e5e5e5;
}

    section#topp_head ul {
        padding-top: 5px;
        margin-bottom: 0px;
        padding-bottom: 3px;
    }

a#jfontsize-m2 {
    background-color: #fff;
    color: #ca5e02;
    padding: 1px 3px 1px 5px;
    font-size: 14px !important;
}

a#jfontsize-d2 {
    background-color: #fff;
    color: #ca5e02;
    padding: 1px 3px 1px 5px;
    font-size: 14px !important;
}

a#jfontsize-p2 {
    background-color: #fff;
    color: #ca5e02;
    padding: 1px 3px 1px 5px;
    font-size: 14px !important;
}

section#topp_head ul li a {
    font-size: 14px;
}

section#topp_head ul li i {
    padding-right: 7px;
    color: #ca5e02;;
}

#header {
    /*background: rgb(11 97 122) !important;*/
    /*background: rgb(202 94 2) !important;*/
    background:#ca5e02;
    transition: all 0.5s;
    z-index: 997;
    height: 50px !important;
    margin-top: 3px;

}

nav#navbar {
    margin-left: 0px;
}

.icon-boxes .icon-box {
    padding: 10px 13px !important;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.logo img {
    width: 29%;
}

.col-md-8.pt-5.cus_head h1 {
    color: #ca5e02;;
    font-size: 36px;
    margin-left: -78px;
    border-bottom: 1px solid #ffe2d1;
}

.col-md-8.pt-5.cus_head h3 {
    color: #706f6f;
    font-size: 17px;
    margin-left: 109px;
}

.content.d-flex.flex-column.justify-content-center {
    box-shadow: 0px 2px 5px #ccc;
    padding: 15px;
    border-radius: 5px;
}

.content.flex-column.justify-content-center1 {
    padding: 15px;
    border-radius: 5px;
}

.content.d-flex.flex-column.justify-content-center h3 {
    color: #f07c39;
}

hr.hr {
    width: 16%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 1px;
    border-radius: 8px;
    color: #1d64a4;
}

.content.d-flex.flex-column.justify-content-center p {
    text-align: justify;
    padding: 4px 15px 0px 15px;
    font-size: 16px;
    line-height: 35px;
}


.navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff !important;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px !important;
    padding-bottom: 0;
    color: #f07c3a !important;
}

.section-title h3 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px !important;
    padding-bottom: 0;
    color: #f07c3a !important;
}

@media (min-width: 320px) and (max-width: 480px) {



    ul.float-end.pt-5 {
        float: left !important;
    }

    ul.float-lg-start.pt-5 {
        float: left !important;
    }

    nav#navbar {
        margin-left: 0px;
    }

    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 41px;
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #000000 !important;
        white-space: nowrap;
        transition: 0.3s;
        text-transform: uppercase;
        position: relative;
    }

    .col-md-8.pt-5.cus_head h1 {
        color: #1e65a5;
        font-size: 20px;
        margin-left: 0px;
        border-bottom: 1px solid #ffe2d1;
    }

    .col-md-8.pt-5.cus_head h3 {
        color: #706f6f;
        font-size: 17px;
        /*margin-left: 101px;*/
        margin-left: 52px;
    }
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    /* CSS */

}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    /* CSS */

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */
    .navbar-mobile ul {
        display: block;
        position: relative !important;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 33px;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #000 !important;
        white-space: nowrap;
        transition: 0.3s;
        text-transform: uppercase;
        position: relative;
    }

    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: none !important;
        transition: 0.3s;
        z-index: 999;
    }

    .logo img {
        width: 18%;
    }

    nav#navbar {
        margin-left: 0px;
    }

    #hero {
        width: 100%;
        height: 16.5vh;
        background-color: rgba(17, 17, 17, 0.8);
        overflow: hidden;
        padding: 0;
    }

        #hero .carousel-item {
            width: 100%;
            height: 17vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            transition: 0.3;
        }

    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 61px;
        bottom: 283px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .5;
        transition: opacity .15s ease;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 15px;
        line-height: 0;
        width: auto;
        height: auto;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50px;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.5);
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #hero .carousel-indicators li {
        cursor: pointer;
        background: #fff;
        overflow: hidden;
        border: 0;
        width: 9px;
        height: 9px;
        border-radius: 50px;
        opacity: .6;
        transition: 0.3s;
    }
    /*.navbar {
    padding: 0px;
}*/
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .navbar-mobile ul {
        display: block;
        position: relative !important;
        top: 33px;
        right: 15px;
        bottom: 15px;
        left: 0px;
        padding: 10px 0;
        background-color: #0b617a;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 33px;
        font-family: "Roboto", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #fff !important;
        white-space: nowrap;
        transition: 0.3s;
        text-transform: uppercase;
        position: relative;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }

    .navbar-mobile {
        position: fixed;
        overflow: hidden;
        top: -13px;
        right: 187px;
        left: 0;
        bottom: 249px;
        transition: 0.3s;
        z-index: 999;
    }

    .logo img {
        width: 18%;
    }

    #hero {
        width: 100%;
        height: 16.5vh;
        background-color: rgba(17, 17, 17, 0.8);
        overflow: hidden;
        padding: 0;
    }

        #hero .carousel-item {
            width: 100%;
            height: 17vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            position: relative;
            transition: 0.3;
        }

    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 61px;
        bottom: 283px;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .5;
        transition: opacity .15s ease;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 15px;
        line-height: 0;
        width: auto;
        height: auto;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50px;
        transition: 0.3s;
        color: rgba(255, 255, 255, 0.5);
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #hero .carousel-indicators li {
        cursor: pointer;
        background: #fff;
        overflow: hidden;
        border: 0;
        width: 9px;
        height: 9px;
        border-radius: 50px;
        opacity: .6;
        transition: 0.3s;
    }
    /*nav#navbar {
        margin-left: -350px;
    }*/
}
