﻿@font-face {
    font-family: 'Calibri Regular';
    src: url("../fonts/Calibri Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comic Sans';
    src: url("../fonts/Comic Sans.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans-Regular';
    src: url("fonts/DMSans-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Garamond Regular';
    src: url("fonts/Garamond Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Georgia';
    src: url("fonts/Georgia.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url("fonts/Segoe UI.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma Regular';
    src: url("fonts/Tahoma Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Times new Roman';
    src: url("fonts/Times new Roman.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tw Cen MT';
    src: url("fonts/Tw Cen MT.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: url("fonts/Verdana.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Speda';
    src: url("fonts/Speda.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ir_sans';
    src: url("fonts/ir_sans.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}


body, html{
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Quicksand', sans-serif;
    overflow-x:hidden;
    height:auto;
    min-height:100vh;
    float:left;
}


::-webkit-scrollbar {
    width: 8px;
    margin: 5px;
    padding: 0px;
    top: 0;
}

::-webkit-scrollbar-button {
    width: 15px;
    height: 15px;
    border-radius: 5px;
    margin: 0px;
    padding: 0px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: 0 solid #222;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: gray;
    border: 0px solid gray;
    border-radius: 7px;
    height: 40px !important;
    margin: 0px;
    padding: 0px;
    transition: all ease 0.3s;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #fbab19;
    }

form {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
    height:auto;
    display:block;
        position:absolute;
        overflow:visible
   
   
}

 .main-header {
    padding: 15px 2.5% 5px 2.5%;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    height: 110px;
}
.logo{
    height:70px;
    margin:0px;
}

.main-nav {
    float: right;
    margin: 0px;
    padding: 0px;
    border-right: 2px solid #eee;
    margin-top:25px;
}


.main-nav:first-child {
    
    border-right-width: 0px;
   
}
.main-nav li {
    float: left;
    margin: 0px;
    padding: 0px 12px;
    list-style-type:none;
}
    .socials li { 
     
        padding: 0px 5px !important;
    }

.socials {
 
    padding-left:15px;
}

.fb {
    background-color: #1e4fac;
    border-width:0px !important;
    color:#fff;line-height:22px !important;
    font-size:12px !important;
}
.tt {
    background-color: #1ba5d4;
    border-width: 0px !important;
    color: #fff;
    line-height: 22px !important;
    font-size: 12px !important;
}
.lin {
    background-color: #007ab5;
    border-width: 0px !important;
    color: #fff;
    line-height: 22px !important;
    font-size: 12px !important;
}


.main-nav li a {
    display: block;
    padding: 0px !important;
    background-color: rgba(0,0,0,0);
    border: 0 !important;
    color: #404140;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 13px !important;
    transition: all ease 0.3s;
    cursor: pointer
}

    .menu li hr {
    border-color: #fbab19;
    width:0%;
    transition:all ease 0.3s;
}

.menu li:hover hr {
    border-color: #fbab19;
    width: 100%;
}


.menu li a:hover {
    color: #fbab19 !important;
}



.main-nav li a i {
    width: 22px;
    height: 22px;
    border: #ccc solid 2px;
    border-radius: 50%;
    padding: 0px;
    line-height: 19px;
    text-align: center;
    font-size: 10px;
    padding-left: 1px;
    transition: all ease 0.3s;
}

.main-nav li:hover a i {
    background-color: #404140;
    border-color: #404140;
    color: #fff;
}


    .main-nav li:hover a i.fb {
        background-color:  #2767de ;
      
     
    }
    .main-nav li:hover a i.tt {
        background-color:  #3fceff;
    }
    .main-nav li:hover a i.lin {
        background-color: #00acff;
    }



.part1-footer {
    width:100%;
    float:left;
    overflow:hidden;
    padding: 40px 2.5%;
    background-color: #f7f7f7;
    border-top: #e6e6e6 solid 1px;
    display: block;
    border-bottom: #e6e6e6 solid 1px;
}
.part2-footer {
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 20px 2.5%;
    background-color: #fff;
    display: block;
    line-height: 30px;
    color: #a7a9ac;
    font-size: 12px;
    text-align:center
}
.highlights {
    width: 100%;
    float: left;
    padding: 50px 2.5%;
    background-color: #f9f9f9;
    display: block;

    color: #a7a9ac;
    font-size: 14px;
}
    .highlights h1 {
        font-weight: normal;
        color: #404140;
    }

    .highlights hr {
      
        border-color: #404140;
        border-width:2px;
        width:75px;float:left;
        transition:all ease 0.3s;
      
    }
footer{overflow:hidden;display:block;
       height:auto;width:100%;
       float:left;
}

.footer h4 {
    color: #979796;
}
.home-header {
    background-size: cover;
    background-position-y: top;
    background-position-y: left;
    color: #ffb44b;
    height:450px;
    float:left;
    width:100%;
  
}

    .home-header h1 {
        float: right;
        width: auto;
        margin-top: 165px;
        font-family: 'Raleway', sans-serif;
        font-size: 42px;
        margin-right: 2.5%;
       
        
    }
        .home-header h1 span {
            color: #fff;
            display: block;
            font-size: 22px;
            
        }
.page-header {
    background-size: cover;
    
    background-position: center;
    color: #fff;
    margin:0px;
    height: 300px;
    float: left;
    width: 100%;
}

    .page-header h1 {
        float: left;
        width: auto;
        margin-top: 105px;
        font-family: 'Raleway', sans-serif;
        font-size: 42px;
        margin-left: 2.5%;
        padding-left: 1%;
        border-left:2px solid #fff;
    }

        .page-header h1 span {
            color: #fff;
            display: block;
            font-size: 12px;

        }    



.service-btns, .service-btns .row {
    padding: 0px !important;
    width: 100%;
    float: left;
    margin: 0px;
    overflow: hidden !important;
}


    .service-btns div a {
        text-align: center;
        height: 60px;
        padding: 0px !important;
        width: 25%;display:block;
        float:left;
        margin:0px;
    }
    .service-btns div a span {
        overflow: hidden;
        padding-top: 5px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        transition: all ease 0.3s;
        line-height: 50px;
        font-family:Raleway;
        font-size:14px;
    }
    .service-btns div a:hover {
        text-decoration: none;
    } .service-btns div a:hover span {
        text-decoration: none;
        height: 60px;
        position:relative
     
    }
        .service-btns div a img {
           
            transition: all ease 0.1s;
        }
        .service-btns div a:hover img {
            opacity: 0;
         
        }

.hr span {
    display: block;
    height: 8px;
    background-color: #fbab19;
    transform-origin:top ;
}



.re span {
    display: block;
    height: 8px;
    background-color: #1cace3;
    transform-origin: top;
}


.em span {
    display: block;
    height: 8px;
    background-color: #cb4b3b
}
.c span {
    display: block;
    height: 8px;
    background-color: #a1a1a1
}
.em img {
    height: 32px  ;
    margin-top: 6px;
}
.hr img {
     
    height: 25px ;
    margin-top: 8px;
}

.re img {
    height: 25px ;
    margin-top: 9px;
}


.c img {
    height: 32px  ;
    margin-top: 6px;
}


.h-1{
    width:50%;
    float:left;
    height:300px;
    

}
.h-2 {
    width: 50%;
    float: left;
    height: 300px;
    
}
.h-3{
    width: 50%;
    float: left;
    height: 300px;
   
}
.h-4 {
    width: 50%;
    float: left;
    height: 300px;
    
}

    .h-1 div, .h-2 div, .h-3 div, .h-4 div {
        width: 50%;
        height: 300px;
        float: left;
        transition: all ease 0.3s;
    }
    .h-text {
       background-color:#fff;
       padding:5%;
       color:#404140;
      
    }


.h-1 .h-text {
    border-bottom:6px solid  #a7a9ac
}
.h-2 .h-text {
    border-bottom: 6px solid  #1cace3
}
.h-3 .h-text {
    border-bottom: 6px solid #fbab19
}

.h-4 .h-text {
    border-bottom: 6px solid #cb4b3b
} 

.h-text h4 {
    font-weight: bold;
}
.h-text p{
    width:100%;
    float:left;
    font-size:16px;
}
    .h-img {
    background-size: cover;
    background-position:center;
}


.h-tri-l {
    position: relative;
    float: left;
   
    margin-top: 20px;
    width: 35px;
}

.h-tri-r {
    position: relative;
    float: right;
    transform: rotate(180deg);
    margin-top: 20px;
    width: 35px;
}

.h-1:hover .h-text hr, .h-2:hover .h-text hr, .h-3:hover .h-text hr, .h-4:hover .h-text hr {

    width:100%;
}

.h-1:hover .h-img, .h-2:hover .h-img, .h-3:hover .h-img, .h-4:hover .h-img {
    opacity:0.8;
}



.nav-link{
    color:#404140;
    font-size:15px;
    font-weight:bold;
    line-height:40px;
}
    .nav-link:hover {
        color: #fbab19;
    }
 .nav-tabs .nav-link.active {
    color: #fbab19;
}


.tab-pane{
    
    color:#404140;
    font-size:15px;
}



.tab-pane div p i {
    height: 100%;
  width:25px;
  font-size:13px;
}

.office-txt {

    width:40%;float:left;

}

.office-txt p {
    padding-bottom:5px;
}

.tab-pane iframe{
    height:400px;float:right;
    border:0;
    width:60%;
}
.nav-tabs {
    padding-left: 2.5%
}
.tab-content {
    padding-left: 2.5%;
}


.orange-btn {
    background-color: #e98724;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    margin-top:5px;
}

.orange-btn:hover {
    background-color:#fbab19
}
.form-control {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 400;
}
.page-title {
    padding: 40px 2.5%;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-bottom:0px;
    width:100%;
}
    .page-title p{
        color:#a7a9ac;
        font-weight:bold;
    }
    .page-title p i {
      padding:0px 10px;
    }
    .page-title h1 {
        color: #404140;
        font-weight: normal;
    }

.page-content {
    background-color: #f9f9f9;
    padding: 50px 2.5%;
    color: #818285;
    line-height:30px;
    float:left;
    width:100%;
}

.client-card {
    width: 170px;
    height: 170px;
    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.line-right, .line-right1{
    border-right: 1px solid #ddd;
    padding-right: 5%;
}

.service-logo {
    width:100%;
    max-width:220px;
    margin:0px auto;
    display:inline-block;
    float:none;
}


.re-sec {
    width: 100%;
    float: left;
    background-color: #fff;
    transition: all ease 0.3s;margin-bottom:30px;
}
    .re-sec .img {
        width: 100%;
        height: 400px;
        background-size: cover;
        float: left;
        display:block
    }
    .re-sec .txt {
        width: 100%;
        padding: 20px;
        float: left;
        display: block;
        transition: all ease 0.3s;
    }
    .re-sec .txt p{
        width: 100%;
       font-size:14px;
        float: left;
        display: block;
        text-overflow:ellipsis;
        overflow:hidden;
        white-space:normal;
        transition:all ease 0.3s;
    }
.r-more {
    font-size: 14px;
    font-weight: bold;
    color: #1cace3;
    cursor: pointer;
    transition: all ease 0.3s;
}
.r-more:hover {
    color:#1688b4;
}

.opened {
    text-overflow: unset !important;
    overflow: visible;
    white-space: unset !important;
    transition: all ease 0.3s;
}

.form-cont{
    border:1px solid #ddd;
    padding:20px;
    margin-top:30px;

}
.form-cont p{
    background-color:#f9f9f9;
    float:left;
    display:inline-block;
    margin-top:-45px;
    padding:10px;
    margin-left:-10px;
    text-transform:uppercase;
    font-weight:bold;
    color:#888;
        font-size:14px;
}


.dd-menu {
    position: absolute;
    width: 300px;
    padding: 14px 20px 0px 20px;
    display: none;
    margin-left: -120px;
    margin-top: 0px;
    float: left;
    z-index: 9999;
    list-style-type: none;
   
}

    .dd-menu li {
        width: 100%;
        background-color: #f9f9f9;
    }

    .dd-menu li:last-child {
        width: 100%;
        background-color: #f9f9f9;
        padding-bottom:20px;
        border-bottom:7px solid #fbab19
    }
        .dd-menu li:nth-child(2){
            width: 100%;
            background-color: #f9f9f9;
            padding-top: 20px;
        } 
    
    .dd-menu li a {
          
        color: #404140;
        line-height: 40px;
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: none;
        font-size: 13px !important;
        width: 100%;
        display: block;
        text-align:center
    }
        .dd-menu li:first-child {
          background-color:rgba(0,0,0,0);
          padding:0px;
        }
        .dd-menu li:first-child a {
           line-height:24px;
            padding: 0px;
        }
            .dd-menu li:first-child img {
                width: 50px;
                margin-top: 0px;
            }



.menubtn{
    display:none
} 
@media(max-width:1200px) {

    .logo {
        margin-left: 5px
    }
    .dd-menu {
                    position: absolute;
                    width: 300px;
                    padding: 0px 20px 0px 20px;
                    display: none;
                    margin-left: -120px;
                    margin-top: -1px;
                    float: left;
                    z-index: 9999;
                    list-style-type: none;
                }

                    .dd-menu li {
                        width: 100%;
                        background-color: #f9f9f9;
                    }

                        .dd-menu li:last-child {
                            width: 100%;
                            background-color: #f9f9f9;
                            padding-bottom: 20px;
                            border-bottom: 7px solid #fbab19
                        }

                        .dd-menu li:nth-child(2) {
                            width: 100%;
                            background-color: #f9f9f9;
                            padding-top: 20px;
                        }

                        .dd-menu li a {
                            color: #404140;
                            line-height: 40px;
                            font-weight: bold;
                            letter-spacing: 1px;
                            text-decoration: none;
                            font-size: 13px !important;
                            width: 100%;
                            display: block;
                            text-align: center
                        }

                        .dd-menu li:first-child {
                            background-color: rgba(0,0,0,0);
                            padding: 0px;
                        }

                            .dd-menu li:first-child a {
                                line-height: 15px;
                                padding: 0px;
                                
                            }

                            .dd-menu li:first-child img {
                                width: 30px;
                                margin-top: 0px;
                            }
                .line-right {
                    border-right: 0px solid #ddd;
                    padding-right: 0%;
                }

                .footer h4 {
                    font-size: 18px !important;
                }

                .home-header {
                    height: 380px;
                }

                    .home-header h1 {
                        float: right;
                        margin-right: 2.5%;
                        margin-top: 140px;
                        font-size: 40px;
                    }

                        .home-header h1 span {
                            font-size: 19px;
                        }


                .socials {
                    padding-left: 10px !important;
                }

                .main-header {
                    padding: 10px 1% 5px 1%;
                    border-bottom: 1px solid #e6e6e6;
                    display: block;
                    height: 65px;
                }

                .logo {
                    height: 45px;
                }

                .main-nav li {
                    padding: 0px 10px;
                }

                    .main-nav li a {
                        line-height: 30px;
                        padding: 0px;
                        font-size: 11px;
                    }

                .main-nav {
                    margin: 0px;
                    padding: 0px;
                    border-right: 2px solid #eee;
                    margin-top: 10px;
                }
            }


            @media(max-width:1100px) {
                .menubtn {
                    display: block;

                }


                .footer h4 {
                    font-size: 16px !important;
                }

                .nav-tabs {
                    padding-left: 1%;
                    padding-bottom: 10px;
                }

                .nav-link {
                    color: #404140;
                    font-size: 12px;
                    font-weight: bold;
                    line-height: 20px;
                    border: 0 !important;
                    background-color: #f9f9f9;
                    border-radius: 25px !important;
                    margin: 2px;
                    padding-right: 10px;
                    padding-left: 10px;
                }

                .nav-tabs .nav-link.active {
                    color: #fff;
                    background-color: #fbab19
                }

                .em img {
                    height: 25px !important;
                    margin-top: 10px;
                }

                .hr img {
                    transform-origin: top;
                    height: 20px !important;
                    margin-top: 10px;
                }

                .re img {
                    height: 20px !important;
                    margin-top: 10px;
                }


                .c img {
                    height: 23px !important;
                    margin-top: 12px;
                }

                .main-nav {
                    display: none;
                }

                .home-header {
                    height: 300px;
                }

                    .home-header h1 {
                        float: right;
                        margin-right: 2.5%;
                        margin-top: 120px;
                        font-size: 30px;
                    }

                        .home-header h1 span {
                            font-size: 14px;
                        }

                .logo {
                    margin-left: 10px
                }

                .h-1, .h-2, .h-3, .h-4 {
                    width: 100%;
                    height: 200px;
                    overflow: hidden
                }





                    .h-1 .h-text {
                        float: right
                    }

                    .h-4 .h-img {
                        float: right
                    }

                    .h-1 .h-img .h-tri-l {
                        float: right;
                        transform: rotate(180deg)
                    }

                    .h-4 .h-img .h-tri-r {
                        float: left;
                        transform: rotate(0deg)
                    }

                    .h-4 .h-img {
                        float: right
                    }

                .h-text h4 {
                    font-size: 14px;
                }

                .h-text hr {
                    margin: 5px;
                }

                .h-text p {
                    font-size: 12px;
                }



                .h-text, .h-img {
                    height: 200px;
                }

            }

            @media(max-width:767px) {

              

                .page-title {
                    padding: 20px 2.5%;
                }

                    .page-title p {
                        color: #a7a9ac;
                        font-weight: bold;
                        font-size: 12px;
                    }

                        .page-title p i {
                            padding: 0px 5px;
                        }

                    .page-title h1 {
                        color: #404140;
                        font-weight: normal;
                        font-size: 24px;
                    }

                .page-content {
                    padding: 20px 2.5%;
                    font-size: 12px;
                    line-height: 24px;
                    text-overflow:
                }



                .page-header {
                    background-size: cover;
                    background-position: center;
                    color: #fff;
                    height: 200px;
                    float: left;
                    width: 100%;
                }

                    .page-header h1 {
                        float: left;
                        width: auto;
                        margin-top: 70px;
                        font-family: 'Raleway', sans-serif;
                        font-size: 36px;
                        margin-left: 2.5%;
                        padding-left: 0%;
                        border-left: 0px solid #fff;
                    }

                .office-txt {
                    width: 50%;
                }



                .tab-pane iframe {
                    height: 350px;
                    width: 50%;
                }

                .nav-tabs .nav-link.active {
                    background-color: #fff;
                    color: #fbab19
                }

                .nav-link {
                    color: #404140;
                    font-size: 12px;
                    font-weight: bold;
                    line-height: 20px;
                    border: 0 !important;
                    background-color: #fff;
                    border-radius: 0px !important;
                    margin: 0px;
                    padding-right: 10px;
                    padding-left: 10px;
                }

                .nav-item {
                    width: 100%;
                }


                .nav-tabs1 {
                    display: none;
                }

               
                .main-nav {
                    display: none;
                }

                .home-header {
                    height: 250px;
                }

                    .home-header h1 {
                        float: right;
                        margin-right: 2.5%;
                        margin-top: 100px;
                        font-size: 24px;
                        text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
                    }

                        .home-header h1 span {
                            font-size: 12px;
                        }

                .em img {
                    height: 32px;
                    margin-top: 6px;
                }

                .hr img {
                    height: 18px !important;
                    margin-top: 8px;
                }

                .re img {
                    height: 16px;
                    margin-top: 9px;
                }


                .c img {
                    height: 20px;
                    margin-top: 6px;
                }

                .service-btns div a {
                    height: 55px;
                }

                    .service-btns div a span {
                        font-size: 11px;
                        height: 3px;
                    }
            }

            @media(max-width:576px) {
                .re-sec .img {
                    height: 300px;
                }

                .line-right1 {
                    min-height: 50px;
                    padding-top: 7px;
                }

                .main-nav {
                    width: 100%;
                    margin: auto !important;
                    float: none !important;
                }

                .socials {
                    width: 100px;
                    margin: auto !important;
                    float: none !important;
                }

                .con {
                    text-align: center;
                    width: 50%;
                    padding: 0px !important;
                    margin: 0px !important;
                }

                    .con a {
                        width: 100%;
                        text-align: center !important
                    }

                .footer h4 {
                    text-align: center;
                    margin-top: 10px;
                    font-weight: bolder;
                }

                .office-txt {
                    width: 100%;
                    padding-left: 2.5%;
                }

                .tab-content {
                    padding-left: 0px;
                }

                .tab-pane iframe {
                    height: 300px;
                    width: 100%;
                }

                .service-btns div a span {
                    height: 0px;
                    overflow: hidden;
                    padding: 0px;
                }

                .service-btns div a {
                    text-align: center;
                    height: 50px;
                    padding: 0px !important;
                    width: 50%;
                    border: 1px solid #eee
                }

                    .service-btns div a:hover span {
                        height: 50px;
                        padding: 0px !important;
                    }

                .home-header {
                    height: 350px;
                    background-position-x: 20%;
                }

                    .home-header h1 {
                        float: right;
                        padding-right: 2.5%;
                        padding-top: 140px;
                        margin: 0px;
                        font-size: 30px;
                        text-align: center;
                        width: 100%;
                        height: 100%;
                        padding-left: 2.5%;
                        text-shadow: 2px 1px 1px rgba(0,0,0,0.7);
                        background-color: rgba(0,0,0,0.2)
                    }

                        .home-header h1 span {
                            font-size: 12px;
                        }

                      
            }

            .up {
    visibility: hidden;
}

.topup {
    animation-name: topup;
    -webkit-animation-name: topup;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    animation: topup 1s ease;
    transform-origin: center
}

@keyframes topup {
    0% {
      
       transform:translateY(50%)
    }

    100% {
     
        transform: translateY(0%)
    }
}

@-webkit-keyframes topup {
    0% {

        transform: translateY(50%)
    }

    100% {
  
        transform: translateY(0%)
    }
}

.bg-light {
  background-color:  #f9f9f9
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #f9f9f9; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 15px; /* Place content 60px from the top */
    display:none;
   
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
    

    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #fbab19;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: -7px;
        right: 15px;
        font-size: 36px;
        margin-left: 50px; 
    }

.sidenavs {
    position: absolute;
    bottom:0px;
    width:100%;
   
    
}
.sidenavs a {
    width:33.33%;
    float:left;
    color:#fff;
    text-align:center
}
    .sidenavs a:first-child {
        background-color:#007ab5

    }

    .sidenavs a:nth-child(2) {
        background-color: #1ba5d4
    }
    .sidenavs a:last-child {
        background-color: #1e4fac
    }
        /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
        @media screen and (max-height: 450px) {
            .sidenav {
                padding-top: 15px;
            }

                .sidenav a {
                    font-size: 18px;
                }
        }

        .smalll{
    font-size:12px !important;
    padding-left:50px !important; 
}






.jobs-page {
    display: block;
    background-color: #f9f9f9;
    box-shadow: 0 2px 3px rgba(0,0,0,.14);
}

.jobs-filter {
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.14);
    padding:35px 0;
}
    .jobs-filter h2 {
        font-weight: 600;
        font-size: 40px;
    }

    .jobs-filter h4 {
        padding: 10px 0px;
        font-weight: bold;
        font-size: 17px;
        color: #000;
        text-transform: uppercase
    }
    .jobs-filter h3 {
        font-size: 18px;
        font-weight: 600;
    }
        .jobs-filter h3 span {
            font-weight:500
        }
        .jobs-filter h1 {
            padding: 10px 0px;
            font-weight: bold;
            font-size: 45px;
            color: #000;
            text-transform: uppercase
        }
    .jobs-filter-input {
        width:29%;
        float:left;
        margin-right:1%
    }
.jobs-txtbx {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04);
    color:#000;
    font-weight:500;
    margin-top:0
}
        .jobs-filter-btn {
            width: 10%;
            float: left
        }
.search-btn {
    color: #fff;
    background-color: #fbab19;
    display: block;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.04);
}
    .search-btn:hover {
        color: #fff;
    }
.page-bg {
    padding: 40px 0;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 0px;
    width: 100%;
    background-color: #f9f9f9
}
    .jobs-filter-data {
        padding: 20px;
    }
.ul-jobs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: top;
    align-content: center;
    list-style-type:none;
    margin:0;
    padding:0
}
    .ul-jobs li {
        background-color: #fff;
        position: relative;
        margin-bottom: 25px;
        border-radius: 0 0 5px 5px;
        overflow: hidden;
        width: 49%;
        margin-right: 2%;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
        border-top: 3px #fbab19 solid;
    }
        .ul-jobs li:nth-child(2n+0) {
            margin-right:0
        }
        .ul-jobs-title {
            width: 80%;
            float: left
        }
.ul-jobs-summery {
    width: 100%;
    display:block
}
.ul-jobs-btn {
    width: auto;
    float: right;
    text-align: center;
}
.btn-apply {
    background-color: white;
    border: 2px #E9E9E9 solid;
    border-radius: 5px;
    color: #000;
    padding: 7px 20px;
    font-weight: 600;
    text-align:center
}
    .btn-apply:hover {
        color:#000;
        text-decoration:none
    }
    .btn-apply i {
        color: #000;
    }
    .padding-job {
        padding: 20px;
        border-top: 1px #f0f0f0 solid;
    }
.ul-jobs li h1 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.ul-jobs li span {
    font-size: 16px;
    color: #000;
    margin-right: 5px;
}
    .ul-jobs li span i {
        color: #fbab19;
        font-size: 18px;
        margin-right: 5px;
    }
    .job-extra {
        display: block;
        height: 50px;
        margin-top: 25px
    }
    .job-extra h2 {
        font-size: 16px;
        color: #000;
        text-align: right;
        position: relative;
        top: 14px;
    }
        .job-extra h2 b {
            color:#fbab19;
            padding-left:5px
        }
        .job-manage {
            width: 50px;
            height: 50px;
            overflow: hidden;
            border-radius: 50px;
            float:left
        }
.job-manage img {
    width:100%;
}

.job-manager-info {
    display: block;
    padding: 20px;
    background-color: #fff;
    border-top: 3px #1cace3 solid
}
    .job-manager-info h1 {
        font-size: 24px;
        color: #1cace3;
        margin-bottom: 15px;
        font-weight:bold
    }
    .job-manager-info img {
        width: 100%;
        margin-bottom: 15px;
    }
.job-manager-prfile {
    display: block;
    padding: 20px;
    background-color: #fff;
    border-top: 3px #fbab19 solid;
    box-shadow: 0 2px 3px rgba(0,0,0,.14);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom:20px

}
    .job-manager-prfile h1 {
        font-size: 30px;
        color: #000;
        margin-bottom: 15px;
        padding-bottom:20px;
        border-bottom:1px #ddd solid
    }
.job-manager-prfile-extra {
    display: block;
}
        .job-manager-prfile-extra h3 {
            font-size:18px;
            color:#404140;
            font-weight:bold
        }
            .job-manager-prfile-extra h3 label {
                font-weight:normal
            }

.job-manager-prfile p {
    color: #404140;
    font-size: 18px;
    font-weight:normal !important
}


.btns-section {
    display:block
}
.btns-section a {
    margin-bottom:5px;
    font-weight:bold
}
.form-inputs {
    width:30%;
    margin-bottom:40px
}

.upload {
    display: block;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 20px;
}
    .upload p {
        margin-bottom: 10px;
    }
    .upload span {
        display: block;
        clear: both;
        padding-top: 10px;
        font-size: 14px;
    }
.top-log {
    display: block;
    border-bottom: 1px #ddd solid;
    padding: 8px 10px;
    text-align: left;
}
    .top-log a {
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin-right: 2.5%;
    }
        .top-log a i {
            color: #fbab19;
        }
.profile-items {
    display:block;
}

    .profile-items ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: top;
        align-content: center;
        list-style-type:none;
        margin:0;
        padding:0
    }
        .profile-items ul li {
            width: 24%;
            margin-right: 1%;
            background-color: #f9f9f9;
            text-align: center;
            border:1px #ddd solid
        }
            .profile-items ul li a {
                color:#000;
                font-weight:bold;
                font-size:20px;
            }
            .profile-items ul li p {
                color: #404140;
                font-size: 18px;
                font-weight: normal !important;
                margin-top:10px
            }
.padding {
    padding:20px;
}
.job-aler {
    display:block;
    margin-top:35px;
    
}
.job-details {
    display:block
}
    .job-details h3 {
        font-size:22px;
        font-weight:700;
    }
    .job-details p {
        color: #404140;
        font-size: 18px;
        font-weight: 500;
    }
    .container {
        max-width: 1260px;
    }
.job-right-info {
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    border-top: 3px #fbab19 solid;
    padding: 20px;
}
.job-right-info table {
    width:100%;
}
    .job-right-info table td {
        padding:5px 0;
        font-size:16px;
    }
        .job-right-info table td b {
            padding-left:10px;
        }
.td-left {
    text-align: right;
    font-weight: 400;
    width: 55%;
}
.td-right {
    text-align: left;
    font-weight: 600;
    width: 45%;
}
    .ul-describtion {
        display: block;
        margin: 0;
        padding: 0 0 0 18px;
    }
    .ul-describtion li {
        color:#fbab19;
        font-size:22px;
    }
        .ul-describtion li p {
            color:#000;
            font-weight:500;
        }

        .job-info-btns {
            display:block;
            margin-top:20px
        }
            .job-info-btns a {
                display:block;
                margin-bottom:10px;
                font-weight:600
            }

            @media screen and (max-width: 1360px) {
                .ul-jobs-title {
        width: 70%;
    }
    .job-details {
        width: 100%;
    }
}

    @media screen and (max-width: 960px) {
        .ul-jobs li {
            width: 100%;
            margin-right: 0;
            float: none;
        }

        .form-inputs {
            width: 100%;
        }

        .jobs-page-left {
            display: none
        }
        .jobs-page-right {
            width: 100%;
            margin: 0
        }
    }

    @media screen and (max-width: 768px) {
        .profile-items ul li {
            width: 100%;
            margin-right: 0;
            background-color: #f9f9f9;
            text-align: center;
            border: 1px #ddd solid;
            margin-bottom: 10px;
        }
    }

    @media screen and (max-width: 640px) {
        .padding-job {
            padding: 10px;
        }
        .ul-jobs li h1 {
            font-size: 16px;
        }
        .ul-jobs-title {
            width: 65%;
        }
        .page-bg {
            padding: 20px 0;
        }
        .job-right-info table td {
            font-size: 12px;
        }
        .jobs-filter h2 {
            font-size: 20px;
        }
        .jobs-filter h3 {
            font-size: 14px;
        }
        .ul-jobs li {
            margin-bottom:20px
        }
        .jobs-filter {
            padding: 15px 0;
        }
        .ul-jobs li span {
            font-size: 13px;
            margin-right: 5px;
        }
            .ul-jobs li span i {
                font-size: 14px;
                margin-right: 2px;
            }
        .jobs-filter-btn {
            width: 100%;
            float: none;
        }
        .jobs-filter-input {
            width: 100%;
            float: none;
            margin-right: 0;
            margin-bottom: 10px;
        }
            .jobs-filter h1 {
                font-size: 25px;
            }
        .ul-jobs-btn a {
            font-size: 10px;
            padding: .300rem .55rem;
        }
        .job-manager-prfile h1 {
            font-size: 20px;

        }
        .job-manager-prfile-extra h3 {
            font-size: 15px;
            margin-bottom:5px
        }
        .job-manager-prfile {
           padding: 10px 20px;
        }
            .job-manager-prfile a {
                font-size: 12px;
                padding: .300rem .55rem;
            }
        .job-manager-prfile h4 {
            font-size:18px;
            font-weight:600
        }
    }

