﻿
a,
a:hover {
    transition: color 250ms;
    text-decoration: none;
}

.btn {
    transition: .4s ease;
}

.container-fluid {
    padding-right: 40px;
    padding-left: 40px;
}

body {
    font-family: 'kufi';
    background: #f4f4f4
}

.btnToggleLang {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 88%;
}
/**** top header style *****/
header {
    background-color: rgb(0, 1, 40);
}

    header ul {
        display: inline-block;
        padding: 10px 0 10px 0;
        margin-bottom: 0
    }

        header ul li {
            display: inline-block;
            list-style-type: none;
            list-style: none;
        }

        header ul.pull-right li {
            border-left: 1px solid #404040
        }

        header ul li:last-child {
            border: 0
        }

        header ul.pull-left li {
            float: left;
        }

        header ul li a {
            padding: 0 10px;
            color: rgb(255, 255, 255);
            font-family: 'kufi';
            font-size: 12px;
        }

            header ul li a:hover,
            header ul li a:active,
            header ul li a:focus {
                color: gray
            }

/**** mean menu style ******/

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0
}

.navbar-brand {
    padding: 0;
    padding-left: 15px;
}

    .navbar-brand > img {
        height: 100%
    }

.navbar {
    min-height: 80px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0px 0px !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom-color: rgb(221,221,221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.navbar-brand {
    height: 80px;
}

.slogan {
    line-height: 80px;
    color: #737373;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px
}

    .slogan .fa {
        font-size: 9px
    }

    .slogan sup {
        padding-right: 5px
    }

    .slogan sub {
        padding-left: 5px
    }

.navbar-default .navbar-nav > li > a {
    padding: 0 15px;
    background: url("../../images/menu.png") no-repeat left !important;
    line-height: 80px;
    font-size: 16px;
    font-family: 'kufi';
    color: rgb(51, 51, 51);
    font-weight: 600
}

.navbar-default .navbar-nav > li.last > a {
    background: none !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: rgb(51, 51, 51);
    background-color: transparent;
}

.navbar-default .navbar-nav > li.phone {
    margin-right: 50px;
    line-height: 80px;
    font-size: 18px;
    color: rgb(6, 6, 6);
    font-weight: bold;
}

    .navbar-default .navbar-nav > li.phone span {
        border-radius: 3px;
        background-color: rgb(244, 244, 244);
        padding: 0 7px;
    }

        .navbar-default .navbar-nav > li.phone span img {
            height: 20px;
            margin-top: 4px;
            margin-right: 3px
        }

.Rectangle_9 {
    position: absolute;
    left: 135px;
    top: 69px;
    width: 169px;
    height: 40px;
    z-index: 295;
}

.dropdown-toggle .fa {
    margin-right: 5px;
    vertical-align: -2px;
}


.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    border: 0
}

    .navbar-nav > li > .dropdown-menu li {
        transition: .2s ease
    }

        .navbar-nav > li > .dropdown-menu li:hover {
            border-right: 3px solid #00098f
        }

            .navbar-nav > li > .dropdown-menu li:hover a {
                color: #00098f
            }




/***** home page *******/

.home-slider {
}


/******programs style *****/

@media(min-width:992px) {
    .programs .program, .hrp-prog.programs .program, .hrp-prog-2.programs .program {
        width: 20%;
    }
}


.captionpointer {
    cursor: pointer;
}

.thumbnail .captiontitle {
    display: -webkit-box;
    line-height: 16px;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.thumbnail ul, .about-project .tab-pane .place ul {
    padding: 0 !important;
    list-style-type: none !important;
    list-style: none !important
}

    .thumbnail ul li, .about-project .tab-pane .place ul li {
        margin-bottom: 10px;
        float: right;
        width: 100%;
        font-size: 13px;
        color: rgb(51, 51, 51);
        font-weight: bold;
    }

        .thumbnail ul li .icon, .about-project .tab-pane .place ul li .icon {
            width: 15px;
            float: right;
            text-align: center;
        }

            .thumbnail ul li .icon .fa, .about-project .tab-pane .place ul li .icon .fa {
                color: #8c042e;
            }


.thumb-footer {
    margin: 0
}


/***** listview-group *****/

.listview-group {
    margin: 5px 0;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

    .listview-group * {
        vertical-align: middle;
    }

    .listview-group > div {
        padding: 0 5px;
    }




/****** main carousel ****/

#MainPagecarousel > .carousel-control.right, #MainPagecarousel > .carousel-control.left {
    background-image: none;
}

.carousel-indicators li {
    background: rgb(221,221, 221);
    border-color: rgb(221,221, 221);
}

.carousel-indicators .active {
    background: rgb(0, 147, 255);
    border-color: rgb(0, 147, 255);
}



/****** hrp-types ****/
.hrp-types {
    padding-top: 10px;
    padding-bottom: 0px;
}

    .hrp-types h3.text-center {
        font-size: 26px;
        font-family: 'kufi';
        color: rgb(51, 51, 51);
        margin-bottom: 40px
    }

    .hrp-types .row {
        margin: 0
    }

    .hrp-types .col-xs-6 {
        padding: 0;
        background: #fff;
        height: 169px;
    }


    .hrp-types h3 {
        font-size: 17px;
        color: rgb(0, 17, 142);
        font-weight: bold;
        line-height: 1.693;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px;
        margin-top: 10px;
        font-weight: 500
    }

    .hrp-types p {
        font-size: 13px;
        color: rgb(51, 51, 51);
        line-height: 1.818;
        text-align: right;
        padding-left: 10px;
        padding-right: 10px;
        height: 95px;
        overflow: hidden;
    }

    .hrp-types img {
        width: 100%
    }

    .hrp-types .btn-primary {
        background-color: rgb(0, 147, 255);
        border-color: rgb(0, 147, 255);
        font-size: 14px;
        color: rgb(255, 255, 255);
        border-radius: 50%;
        line-height: 25px;
        transition: .5s ease;
        padding: 2px 8px;
        position: absolute;
        z-index: 9999;
        bottom: -10px;
        right: 46%;
    }

    .hrp-types .second-row .btn-primary {
        bottom: auto;
        top: -15px
    }

    .hrp-types .btn-primary:hover {
        background-color: rgb(0, 1, 40);
        border-color: rgb(0, 1, 40);
    }

    .hrp-types .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
/********** add-types style *********/
.add-types {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 40px;
    background: #fff
}

    .add-types img {
        width: 100%
    }

    .add-types h3, .add-types a h3 {
        font-size: 18px;
        color: rgb(51, 51, 51);
        line-height: 1.511;
        margin-bottom: 20px
    }

.programs.hrp-prog {
    background: url("../../images/slide1.jpg") no-repeat center center fixed;
    background-size: cover;
    padding-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .programs.hrp-prog .inner-prog {
        width: 100%;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 10px;
        background: rgba(0, 2, 47,0.5)
    }

        .programs.hrp-prog .inner-prog h3.text-center {
            font-size: 26px;
            color: rgb(255, 255, 255);
            margin-bottom: 40px
        }



.programs.hrp-prog-2 {
    background-color: rgb(0, 147, 255);
    background-size: cover;
    padding-bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .programs.hrp-prog-2 .inner-prog {
        width: 100%;
        height: 100%;
        padding-top: 30px;
        padding-bottom: 10px;
        background: rgba(0, 2, 47,0.5)
    }

        .programs.hrp-prog-2 .inner-prog h3.text-center {
            font-size: 26px;
            color: rgb(255, 255, 255);
            margin-bottom: 40px
        }

/********** Services style *********/

.ServiceOne, .ServiceTwo, .ServiceThree {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ServiceOne {
    background: url("../../images/bg/bg5000.jpg") no-repeat center center;
}

.ServiceTwo {
    background: url("../../images/bg/bg3000.jpg") no-repeat center center;
}

.ServiceThree {
    background: url("../../images/bg/bg6000.jpg") no-repeat center center;
}


/******** city-type style********/
.city-type {
    background: #fff;
    padding: 50px 0
}

    .city-type h3 {
        margin-top: 0px;
        margin-bottom: 40px;
        font-size: 26px;
    }

    .city-type .upper {
        padding-left: 0;
        padding-right: 10px
    }

    .city-type .cat {
        border-color: rgb(226, 226, 226);
        background-color: rgb(244, 244, 244);
        border-style: solid;
        border-width: 1px;
        margin-bottom: 10px;
        padding: 10px
    }

        .city-type .cat img {
            width: 100%
        }

        .city-type .cat.col-sm-6 {
            width: 49%
        }

        .city-type .cat.cat-ex {
            margin-right: 2%
        }

        .city-type .cat img.first, .city-type .cat img.last {
            max-height: 200px;
        }

        .city-type .cat img.two {
            max-height: 143px
        }

        .city-type .cat img.first, .city-type .cat img.second {
            min-height: 154px
        }

    .city-type a {
        color: rgb(0, 17, 142);
        font-weight: bold;
        font-size: 14px;
    }



/**** download style ***********/

.download {
    padding: 50px 0
}

    .download h3 {
        margin-top: 0px;
        margin-bottom: 40px;
        font-size: 26px;
    }

    .download .thumb {
        border-radius: 3px;
        background: #fff;
        padding: 7px 7px 0 7px;
        margin-bottom: 20px;
        text-align: center;
    }

        .download .thumb h4 {
            font-size: 13px;
            color: rgb(0, 17, 142);
            font-weight: bold;
            padding-bottom: 15px;
            padding-top: 5px
        }

        .download .thumb img {
            width: 100%;
            border-radius: 3px;
        }

    .download .left-side .thumb img {
        max-height: 225px;
    }

    .download .right-side .btn {
        padding: 0;
        margin-top: 10px;
        background-color: rgb(0, 147, 255);
        border-color: rgb(0, 147, 255);
        padding: 6px 20px;
    }

        .download .right-side .btn:hover, .download .right-side .btn:focus {
            background-color: #00118e;
            border-color: #00118e;
        }

        .download .right-side .btn img {
            height: 30px
        }

    .download .more-files .btn-primary {
        background-color: rgb(0, 147, 255);
        border-color: rgb(0, 147, 255);
        padding: 6px 20px
    }

.long {
    width: 100%;
}


@media(min-width:767px) {
    .right-side {
        padding-left: 0
    }

    .left-side .col-md-3 {
        padding-left: 10px;
        padding-right: 10px
    }
}
/******* says style *******/
.says {
    margin-top: 20px;
    padding: 30px 0 50px 0;
    background: #0099ff;
    color: rgb(255, 255, 255);
}

    .says h3 {
        font-size: 26px;
        margin-bottom: 30px
    }

    .says .item p {
        padding: 30px 85px
    }

.first-note {
    font-size: 100px;
    color: rgba(204, 204, 204, 0.91);
    font-weight: bold;
    font-style: italic;
    position: absolute;
    left: 0;
    z-index: 42;
    position: absolute;
    top: -24px;
}

.second-note {
    font-size: 100px;
    color: rgba(204, 204, 204, 0.91);
    font-weight: bold;
    font-style: italic;
    z-index: 42;
    position: absolute;
    right: 0;
    position: absolute;
    bottom: -24px;
    /* Safari */
    -webkit-transform: rotate(-180deg);
    /* Firefox */
    -moz-transform: rotate(-180deg);
    /* IE */
    -ms-transform: rotate(-180deg);
    /* Opera */
    -o-transform: rotate(-180deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.says .carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 1px;
    background: rgba(255,255,255,0.7);
    border-color: rgba(255,255,255,0.7)
}

.says .carousel-indicators .active {
    background: rgba(255,255,255,1);
}

.says .carousel-indicators {
    bottom: -20px;
}

/***** partner style ***********/
.partner {
    background: #fff;
    padding: 50px 0
}

    .partner h2 {
        font-size: 26px;
        margin-bottom: 40px;
        margin-top: 0
    }

    .partner img {
        margin-left: 10px
    }
/********* program details page ************/
.program-header .inner-img {
    margin-top: 20px;
    background: #fff;
    width: 100%;
    padding-bottom: 15px
}

    .program-header .inner-img img {
        height: 400px;
        width: 100%
    }

.prog-choose .btn {
    margin-top: 15px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 3px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    padding: 7px 25px
}

.prog-choose .btn-black, .register-page .btn-black {
    background: #333333;
    border-color: #333;
    color: #fff
}

.prog-choose .btn-danger {
    background: #9e0738;
    border-color: #9e0738
}

.prog-choose .btn-black {
    background: #05147c;
    border-color: #05147c
}

.prog-choose .btn-default {
    background: #0093ff;
    border-color: #0093ff;
    padding: 7px 35px;
    float: left;
}

.about-project {
    margin-top: 30px;
    margin-bottom: 50px
}

    .about-project .tab-content > .tab-pane {
        background: #fff;
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-color: transparent;
    color: #fff;
    background-color: #05147c;
}

.nav-tabs > li > a {
    background: #e2e1e1;
    font-size: 14px;
    color: rgb(102, 102, 102);
    padding: 7px 20px;
}

.about-project .nav-tabs {
    border: transparent;
}

.about-project h3 {
    color: rgb(5, 20, 124);
    font-weight: bold;
    font-size: 14px
}

.about-project h2 {
    font-size: 17px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.about-project .tab-pane {
    color: #333333
}

    .about-project .tab-pane p {
        line-height: 25px
    }

    .about-project .tab-pane ul {
        list-style-type: circle;
        padding-right: 20px;
        line-height: 25px
    }

    .about-project .tab-pane .list-note {
        width: 100%;
        margin-bottom: 20px;
        display: block
    }

.about-project .places {
    padding: 0
}

.about-project .place {
    border-width: 1px;
    border-color: rgb(153, 153, 153);
    border-style: solid;
    border-radius: 3px;
    padding: 15px;
    margin-top: 20px
}

    .about-project .place .btn {
        background: #0093ff;
        border-color: #0093ff;
        width: 100%
    }

#profile h2 {
    padding-right: 15px
}

.register-pay h2 {
    margin-bottom: 20px
}

span.payment {
    font-size: 20px;
    font-family: 'kufi';
    color: rgb(255, 255, 255);
    padding: 7px 15px 4px 15px;
    margin-left: 10px;
    border-radius: 3px;
    background-color: #8c042e;
    margin-bottom: 15px
}

.register-pay .btn-danger {
    background: #b00404;
    border-color: #b00404;
    width: 100%;
    overflow: hidden;
}

.register-page .row {
    /*margin: 0*/
}

/************ register page *********/
.register-page {
    padding-bottom: 40px
}

.steps {
    margin-top: 20px;
    background: #fff
}

    .steps h4 {
        background-color: rgb(0, 147, 255);
        font-size: 15px;
        color: rgb(255, 255, 255);
        padding: 10px 15px;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .steps h4 span {
            padding: 0px 10px;
            background: #fff;
            color: rgb(0, 147, 255);
            border-radius: 50%;
            font-weight: bold
        }

    .steps .form-group {
        padding: 10px 20px;
        margin-bottom: 0
    }

    .steps .form-control {
        margin-bottom: 10px;
        border-width: 1px;
        border-color: rgb(153, 153, 153);
        border-style: solid;
        border-radius: 3px;
    }

    .steps .row {
        margin-right: 0;
        margin-left: 20px
    }

    .steps select.form-control {
        padding-top: 2px;
    }

    .steps .row .col-md-4 {
        padding-left: 0
    }
/*******/
.register-page .hrp-register.fixed {
    position: fixed;
    right: 73%;
    top: 8px;
}

.hrp-register {
    background: #fff;
    padding-bottom: 20px
}

    .hrp-register h2 {
        font-size: 16px;
        color: rgb(51, 51, 51);
        font-weight: bold;
    }

.table-responsive {
    border: 0
}

.register-page .btn-black {
    padding: 6px 20px
}

/******** popup style ******/
.modal-content {
    background: transparent;
    box-shadow: none;
    border: 0
}

.modal-header {
    border: 0;
    padding: 0
}

    .modal-header .close {
        margin-top: -2px;
        float: right;
        font-size: 50px;
        font-weight: bold;
        color: #fff;
        opacity: 1;
        padding: 0;
    }

.modal-body {
    min-height: 500px;
    padding: 0;
    background: #fff;
    margin-left: 0;
    margin-right: 0
}


#enquiryProgramModel .modal-body .contact-details {
    background: url("../../images/model/slide4.jpg") no-repeat;
    background-size: cover;
    height: 500px;
    padding-top: 350px;
}

#downloadProgramModel .modal-body .contact-details {
    background: url("../../images/model/slide1.jpg") no-repeat;
    background-size: cover;
    height: 500px;
    padding-top: 350px;
}


#downloadCityModel .modal-body .contact-details {
    background: url("../../images/model/slide1.jpg") no-repeat;
    background-size: cover;
    height: 500px;
    padding-top: 350px;
}


#consultingModel .modal-body .contact-details {
    background: url("../../images/model/slide4.jpg") no-repeat;
    background-size: cover;
    height: 500px;
    padding-top: 350px;
}


.modal-body .contact-details {
}

    .modal-body .contact-details .contact-info {
        background-color: rgba(255, 255, 255,0.9);
        padding: 10px 7px;
        width: 100%;
        float: left;
    }

        .modal-body .contact-details .contact-info p {
            float: left;
            text-align: center;
            font-size: 14px;
            font-family: 'kufi';
            color: rgb(6, 6, 6);
            font-weight: normal;
        }

            .modal-body .contact-details .contact-info p i {
                float: left;
                margin-right: 10px
            }

.modal-body h3 {
    font-size: 24px;
    color: rgb(158, 7, 56);
    line-height: 2.086;
}

.modal-body h4 {
    color: rgb(158, 7, 56);
}

.modal-body .form-control {
    border-width: 1px;
    border-color: rgb(153, 153, 153);
    border-style: solid;
    border-radius: 3px;
}

.modal-body .form-group {
    margin-bottom: 10px
}

.modal-body .btn {
    border-radius: 3px;
    background-color: rgb(158, 7, 56);
    border-color: rgb(158, 7, 56);
    color: #fff;
    font-size: 18px
}

    .modal-body .btn:focus, .modal-body .btn:active {
        outline-color: rgb(158, 7, 56);
    }



.Rectangle_27_copy_34 {
    position: absolute;
    left: 573px;
    top: 922px;
    width: 123px;
    height: 33px;
    z-index: 29;
}


/*Override*/

.thumbnailupdate {
    background: #fff !important;
    padding: 0;
    margin: 0;
}

.panelborder {
    background-color: rgb(226, 226, 226);
    padding: 2px;
    border-radius: 4px;
    margin: 0 5px 0 5px;
}

.panelbordernone {
    background-color: transparent;
    padding: 2px;
    border-radius: 4px;
    margin: 0 5px 0 5px;
}

.text-center-small {
    font-size: 14px !important;
    font-family: "helvetica" !important;
    color: rgb(51, 51, 51) !important;
    text-align: center !important;
    padding-bottom: 20px;
}

.box-reach {
    background: #fff;
    border: 1px solid rgb(226, 226, 226);
    padding: 20px;
    min-height: 300px;
}

    .box-reach .circle-icn {
        background: rgb(0, 147, 255);
        vertical-align: middle;
        border-radius: 50%;
        text-align: center;
        width: 90px;
        height: 90px;
        padding: 23px 0;
        display: inline-block;
        margin: -50px 0 0 0;
    }

.heading-center {
    text-align: center;
    float: none;
}

.heading {
    margin-bottom: 60px;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.background-dark {
    background-image: url(../../images/bg-dark.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: -1;
}

.p-t-20 {
    padding-top: 20px !important;
}

.footer-contcs {
    padding: 0 0;
    margin: 0 0 -60px 0;
    z-index: 1;
    overflow: hidden;
}





.hrp-types .btn-primary-fixed {
    background-color: rgb(0, 147, 255);
    border-color: rgb(0, 147, 255);
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 25px;
    transition: .5s ease;
    padding: 2px 8px;
}

/*panel */

.panelTabH {
    background-color: #00098f;
    color: #f4f4f4;
}

    .panelTabH a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
    }

    .panelTabH > a > img {
        height: 64px;
        width: 64px;
        object-fit: contain;
        margin: auto;
        display: block;
        padding: 7px 0 3px 0;
        /* or 
    object-fit: cover; */
    }

.panelTab {
    height: 75px;
    text-decoration: none;
    font-size: 20px;
    border-bottom: 3px solid transparent;
}

    .panelTab:hover {
        border-bottom: 4px solid rgb(0, 147, 255);
        background-color: rgba(0, 10, 143, 0.03);
    }



.download2 {
    width: 90% !important;
}



#box {
    list-style-type: none
}

select {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


label.error {
    border: 1px solid pink !important;
    background-color: #fee !important;
    padding: 0 7px 0 7px !important;
    margin: 0 7px 0 7px !important;
    color: #a80308 !important;
    height: 27px !important;
    line-height: 27px !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.error {
    border: 1px solid pink !important;
}


div.newsletter .error {
    margin-top: 7px !important;
    margin-right: 35px !important;
    float: right;
}

#pleaseWaitDialog {
    top: 30%;
}

/***** search style *****/
.search {
    /*background: #fff;*/
    padding: 20px 0;
}

    .search .container {
        z-index: 500;
        position: relative;
    }

    .search h3 {
        margin-top: 0;
        margin-bottom: 0;
    }

        .search h3 span {
            padding: 20px 35px 10px 35px;
            font-size: 20px;
            color: rgb(244, 244, 244);
            background: #000128;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

.search-form {
    background: #000128;
    margin: 0;
    padding: 40px 10px 25px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .search-form .form-group .form-control {
        padding-top: 2px;
        border-radius: 2px
    }

    .search-form .btn {
        background-color: rgb(0, 147, 255);
        border-color: rgb(0, 147, 255);
        width: 100%;
        border-radius: 2px;
        color: rgb(244, 244, 244);
    }

        .search-form .btn .fa {
            margin-left: 5px
        }

@media(min-width:991px) {
    .search-form .form-group.col-md-2 {
        width: 20%;
        padding-left: 0
    }
}



/***** get update style *****/

.getUpdate {
    /*background: #fff;*/
    padding: 20px 0;
}


.update-form {
    background: #000128;
    margin: 0;
    padding: 40px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}



    .update-form .btn {
        background-color: rgb(0, 147, 255);
        border-color: rgb(0, 147, 255);
        width: 100%;
        border-radius: 2px;
        color: rgb(244, 244, 244);
    }

        .update-form .btn .fa {
            margin-left: 5px
        }

@media(min-width:991px) {
    .update-form .form-group.col-md-2 {
        width: 20%;
        padding-left: 0
    }
}





/***** search style 2 *****/
.search2 {
    background: #fff;
    padding: 20px 0;
}

    .search2 .container {
        margin-top: -30px;
        z-index: 500;
        position: relative;
    }

    .search2 p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        color: rgb(244, 244, 244);
        vertical-align: middle;
        margin: 0 !important;
        line-height: 30px;
    }

.search-form-2 {
    background: #000128;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
}


    .search-form-2 .sm-padding {
        padding-bottom: 3px;
    }

    .search-form-2 .btn {
        background-color: rgb(0, 147, 255);
        border-color: rgb(0, 147, 255);
        width: 100%;
        border-radius: 2px;
        color: rgb(244, 244, 244);
        padding: 6px 0px;
    }

        .search-form-2 .btn .fa {
            margin-left: 5px
        }

@media(min-width:991px) {
    .search-form-2 .form-group.col-md-2 {
        width: 20%;
        padding-left: 0
    }
}



/****** footer ***********/

footer {
    background: #000024 url("../../images/foot.png") no-repeat;
    background-position: bottom 0 right 7%;
    color: rgb(204, 204, 204);
    font-size: 12px;
    font-weight: lighter;
    padding-top: 30px;
    padding-bottom: 30px;
}

    footer h3 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100%;
        display: block
    }

    footer ul {
        padding: 0;
        list-style: none;
        list-style-type: none;
    }

        footer ul li {
            line-height: 25px;
            width: 100%;
            float: left;
        }

            footer ul li a,
            footer .contact-icons a {
                color: rgb(204, 204, 204);
                font-size: 12px;
                font-weight: lighter
            }

                footer ul li a:hover {
                    color: rgb(0, 147, 255)
                }

            footer ul li .loc {
                width: 20px;
                float: right;
            }

                footer ul li .loc .fa {
                    color: #fff;
                    font-size: 18px
                }

            footer ul li p {
                width: calc(100% - 20px);
                float: left;
                padding-right: 15px
            }

    footer .contact-icons {
        width: 100%;
        float: left;
        margin-bottom: 30px
    }

        footer .contact-icons a {
            margin-left: 15px;
            font-size: 16px
        }

    footer .form-control {
        border-width: 1px;
        border-color: rgb(153, 153, 153);
        border-style: solid;
        border-radius: 3px;
        background-color: rgb(255, 255, 255);
        height: 31px;
    }

    footer form .btn, footer form .btn:hover, footer form .btn:active, footer form .btn:focus {
        background: transparent !important;
        border: 0 !important;
        padding: 0;
    }

    footer form .btn {
        margin-top: -23px;
        /* left: 8px; */
        padding-left: 8px;
        float: left;
    }

.bottom-footer {
    background: #fff;
    padding-top: 25px;
    font-size: 13px;
    color: rgb(0, 1, 40);
    padding-bottom: 10px
}
