article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    direction: ltr;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, li, form {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Cairo', sans-serif;
}

.custfield:focus {
    outline: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

body {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    color: #000000;
    direction: ltr;
}

a {
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

img {
    border: none;
    vertical-align: middle;
}

::-webkit-input-placeholder {
    color: #72808e !important;
    font-size: 12px;
}

::-moz-placeholder {
    color: #72808e !important;
    font-size: 12px;
}

:-ms-input-placeholder {
    color: #72808e !important;
    font-size: 12px;
}

:-moz-placeholder {
    color: #72808e !important;
    font-size: 12px;
}

/****************
 * Common Css
 ****************/
header, section, footer {
    width: 100%;
    float: right;
}

.container {
    padding: 0;
}

.custfield {
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a, a:hover, button {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}


header {
    height: 65px;
    padding: 23px 30px 0;
    border-top: 3px solid #c8a64c;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}

.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.socials a {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

    .socials a:last-child {
        margin-right: 0px;
    }

.socials .fb {
    background-image: url(../images/fb-icon.png);
}

.socials .tw {
    background-image: url(../images/tw-icon.png);
}

.socials .yt {
    background-image: url(../images/yt-icon.png);
}

.mainpart {
    height: 900px;
    background-size: cover;
    background-position: 50% 0;
    background-color: #01284a;
    position: relative;
}

    .mainpart:after {
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        position: absolute;
        background-color: rgba(1,40,74,0.60);
    }

.threeboxs {
    z-index: 2;
    padding: 250px 0px 100px;
}

    .threeboxs .cbox {
        float: left;
        padding: 20px 10px 0;
    }

        .threeboxs .cbox .innerbox {
            padding: 35px 15px;
            background-color: rgba(1,40,74,0.90);
            border-top: 2px solid rgba(177,144,70,0.9);
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            overflow: hidden;
            box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
        }

            .threeboxs .cbox .innerbox:hover {
                transform: translateY(-10px);
                -moz-transform: translateY(-10px);
                -webkit-transform: translateY(-10px);
            }

            .threeboxs .cbox .innerbox h4 {
                font-size: 16px;
                color: #ffffff;
                font-weight: 700;
                margin-top: 18px;
            }

footer {
    background-color: #01284a;
    padding: 12px 0;
}

    footer p {
        text-align: center;
        color: #ffffff;
        font-size: 12px;
    }

/** Inner Page **/
.innerbanner {
    height: 570px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
}

    .innerbanner:after {
        content: "";
        width: 100%;
        height: 264px;
        background: url(../images/bg1.png) repeat-x 0 0;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.bannertexts {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}

    .bannertexts span {
        display: block;
        color: #ffffff;
        font-size: 16px;
    }

    .bannertexts h3 {
        font-size: 48px;
        font-weight: 700;
        color: #ffffff;
        margin: 18px 0 50px;
    }

.conts {
    background-color: #f7f7f7;
    background-image: url(../images/bg2.jpg);
    background-repeat: repeat;
    background-position: 0 0;
}

    .conts .innerconts {
        background-color: #ffffff;
        padding: 65px 60px;
        overflow: hidden;
    }

    .conts .ctabs .tablinks li {
        float: left;
        padding: 0 7px;
        width: 33.33%;
    }

        .conts .ctabs .tablinks li a {
            float: left;
            text-align: center;
            width: 100%;
            color: #7d858c;
            font-size: 16px;
            line-height: 24px;
            height: 146px;
            padding: 10px;
            border: 3px solid #e5e5e5;
            border-radius: 45px 45px 0px 0px;
            -moz-border-radius: 45px 45px 0px 0px;
            -webkit-border-radius: 45px 45px 0px 0px;
        }

            .conts .ctabs .tablinks li a span {
                display: block;
                height: 100%;
                padding: 10px 30px;
                border: 1px solid #f7f7f7;
                border-radius: 35px 35px 0px 0px;
                -moz-border-radius: 35px 35px 0px 0px;
                -webkit-border-radius: 35px 35px 0px 0px;
            }

            .conts .ctabs .tablinks li a:hover, .conts .ctabs .tablinks li.active a {
                background-color: #01284a;
                color: #ffffff;
            }

                .conts .ctabs .tablinks li a:hover span, .conts .ctabs .tablinks li.active a span {
                    border-color: #395670;
                }

    .conts .ctabs .subtabs {
        background-color: #f7f7f7;
        margin-top: -3px;
        text-align: center;
        border-top: 3px solid #e5e5e5;
        position: relative;
    }

        .conts .ctabs .subtabs:after, .conts .ctabs .subtabs:before {
            content: "";
            background-color: #f7f7f7;
            width: 100%;
            border-top: 3px solid #e5e5e5;
            position: absolute;
            top: -3px;
            bottom: 0;
        }

        .conts .ctabs .subtabs:after {
            right: -100%;
        }

        .conts .ctabs .subtabs:before {
            left: -100%;
        }

        .conts .ctabs .subtabs li {
            display: inline-block;
            padding: 23px 12px 0;
        }

            .conts .ctabs .subtabs li a {
                display: inline-block;
                position: relative;
                padding: 0 20px 23px;
                font-size: 16px;
                color: #7d858c;
            }

                .conts .ctabs .subtabs li a:after {
                    content: "";
                    width: 0;
                    height: 3px;
                    background-color: #b19046;
                    position: absolute;
                    left: 0;
                    bottom: 0px;
                    border-radius: 3px;
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                }

                .conts .ctabs .subtabs li a:hover:after, .conts .ctabs .subtabs li.active a:after {
                    width: 100%;
                }

                .conts .ctabs .subtabs li a:hover, .conts .ctabs .subtabs li.active a {
                    color: #1d2b36;
                }

    .conts .ctabs .subtab-content {
        padding: 30px 5px;
        float: left;
        width: 100%;
    }

        .conts .ctabs .subtab-content .subtitle h4 {
            font-size: 16px;
            font-weight: 600;
            color: #1d2b36;
            margin: 14px 65px 0 0;
        }

        .conts .ctabs .subtab-content .subtitle img {
            float: left;
        }

        .conts .ctabs .subtab-content .subtitle p {
            float: left;
            width: 100%;
            color: #7d858c;
            margin: 15px 0;
        }

        .conts .ctabs .subtab-content .searchbar .custfield {
            float: left;
            color: #1d2b36;
            font-size: 14px;
            padding: 6px 45px 6px 15px;
            background-image: url(../images/search-icon.png);
            background-repeat: no-repeat;
            background-position: calc(100% - 15px) 50%;
            background-position: -moz-calc(100% - 15px) 50%;
            width: 420px;
            height: 44px;
            background-color: #f9fafa;
            border: 1px solid #e0e1e1;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
        }

.cbtn {
    display: inline-block;
    width: 100px;
    margin-left: 20px;
    font-size: 13px;
    color: #ffffff;
    line-height: 44px;
    text-align: center;
    height: 44px;
    border: 1px solid #9f8240;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: rgb(215,187,101);
    background: -moz-linear-gradient(top, rgba(215,187,101,1) 0%, rgba(177,144,70,1) 100%);
    background: -webkit-linear-gradient(top, rgba(215,187,101,1) 0%,rgba(177,144,70,1) 100%);
    background: linear-gradient(to bottom, rgba(215,187,101,1) 0%,rgba(177,144,70,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7bb65', endColorstr='#b19046',GradientType=0 );
    box-shadow: 0px 0px 0px 5px #e5e5e5;
    -moz-box-shadow: 0px 0px 0px 5px #e5e5e5;
    -webkit-box-shadow: 0px 0px 0px 5px #e5e5e5;
}

    .cbtn:hover {
        background: rgb(177,144,70);
        background: -moz-linear-gradient(top, rgba(177,144,70,1) 0%, rgba(215,187,101,1) 100%);
        background: -webkit-linear-gradient(top, rgba(177,144,70,1) 0%,rgba(215,187,101,1) 100%);
        background: linear-gradient(to bottom, rgba(177,144,70,1) 0%,rgba(215,187,101,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19046', endColorstr='#d7bb65',GradientType=0 );
    }

.subtab-content .slists {
    margin-top: 15px;
}

    .subtab-content .slists ul {
        float: left;
        width: 100%;
        padding-left: 60px;
    }

        .subtab-content .slists ul li {
            float: left;
        }

        .subtab-content .slists ul .col1 {
            width: 74%;
        }

        .subtab-content .slists ul .col2 {
            width: 10%;
        }

        .subtab-content .slists ul .col3, .subtab-content .slists ul .col4 {
            width: 8%;
            text-align: center;
        }

    .subtab-content .slists .ttitle li, .mobilelabel {
        font-size: 14px;
        color: #93a1af;
        padding: 10px 0;
    }

    .subtab-content .slists .listcnts {
        border-top: 1px solid #e5e5e5;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .subtab-content .slists .listcnts .stext p {
            font-size: 16px;
            font-weight: 600;
            color: #1d2b36;
            margin-right: 55px;
        }

        .subtab-content .slists .listcnts .stext img {
            float: left;
        }

        .subtab-content .slists .listcnts .col2 span {
            font-size: 14px;
            color: #93a1af;
        }



.product-wrap {
    border-radius: 2px;
}

.main-box {
    border: none;
    /* border-left: 0; */
    background-color: #f7f7f7;
    padding: 15px 20px;
    border-radius: 2px;
    height: 75px;
    margin-top: 5px;
}

.file-icon {
    /* margin-right: 20px; */
    float: left;
    display: inline-block;
}

.product-desc {
    float: right;
    display: inline-block;
    font-size: 16px;
}

    .product-desc h2 {
        font-size: 16px;
        color: #333333;
        font-weight: 600;
        line-height: 40px;
        margin: 3px 20px;
    }

.expand-wrap {
    display: inline-block;
    float: right;
}

.expand-btn {
    padding: 13px 12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: none;
    outline: none;
}

.expand-body {
    padding: 0 20px 20px 40px;
    background-color: #f7f7f7;
    display: none;
}


.item-desc {
    /* float: left; */
    display: inline-block;
}

.why-wrap {
    /*padding: 25px 0 0 0;*/
    float: left;
    width: 100%;
    background-color: #f7f7f7;
}

.why-section h2 {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    line-height: 40px;
    margin: 3px 20px;
}

.why-section .file-icon {
    margin: 3px 15px;
}

.tab-content2 {
    padding: 0 20px;
    display: none;
    line-height: 30px;
    color: #7e8689;
}



.ex-img {
    border: none;
    vertical-align: middle;
}


.why-section {
    text-align: left;
    cursor: pointer;
    padding-top: 25px;
}

.tab-content2 li {
    list-style-type: circle;
    margin-right: 20px;
}

.tab-content3 li {
    list-style-type: none;
    margin-right: 0px;
}

    .tab-content3 li h2 {
        font-size: 16px;
        font-weight: 600;
        color: #1d2b36; 
        margin: 0px 50px; 
    }

.why-section p {
    font-size: 17px;
}


.expand-btn {
    padding: 17px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    background: 0 0;
    outline: 0 !important;
    border: 0;
    float: right;
    display: inline-block;
}

    .expand-btn img {
        width: auto;
    }



.faq-title {
    color: #0b1944;
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tab-content2 h2 {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    /* line-height: 40px; */
    margin: 20px 0px;
}


.conts .ctabs .tablinks li a span {
    padding: 30px 10px 30px;
}


.conts .ctabs .subtab-content .subtitle .tab-content3 .listcnts .col3 img, .conts .ctabs .subtab-content .subtitle .tab-content3 .listcnts .col4 img {
    float: none;
}

.conts .ctabs .subtab-content .subtitle .ex-img2 {
    margin-bottom: 20px;
    margin-left: 20px;
}

.conts .ctabs .subtab-content2 {
    padding: 5px;
    float: left;
    width: 100%;
}

.ListType {
    padding: 0px 20px;
    line-height: 30px;
    color: rgb(126, 134, 137);
}

    .ListType h2 {
        font-size: 15px;
        color: rgb(51, 51, 51);
        font-weight: 600;
        margin: 20px 0px;
        line-height: 30px;
        text-align: center;
    }

    .ListType .slists ul {
        float: left;
        width: 100%;
        border-bottom: 1px solid #dedede;
    }

        .ListType .slists ul:last-child {
            border-bottom: none;
        }


    .ListType .slists .ttitle li, .mobilelabel {
        font-size: 14px;
        color: rgb(147, 161, 175);
        padding: 10px 0px;
        text-align: center;
    }

    .ListType .slists ul .col1 {
        width: 12%;
    }

    .ListType .slists ul li {
        float: left;
    }

    .ListType .slists ul .col2 {
        width: 8%;
    }

    .ListType .slists ul .col3 {
        width: 10.25%;
    }

    .ListType .slists ul .col4 {
        width: 10%;
    }

    .ListType .slists ul .col5 {
        width: 20%;
    }

    .ListType .slists ul .col6 {
        width: 15%;
    }  


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #b29046 !important;
    border-color: #b29046 !important;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #b8b8b8;
}

.pagination > li > a, .pagination > li > span {
    color: #b8b8b8;
    margin: 0 10px;
    border-radius: 4px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 4px;
}

.ListType .UpdateNew {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 4px;
    color: white;
    padding: 8px;
    border-radius: 3px;
    background-color: #b24646;
    text-align: center;
}

.ListType .UpdateNew2 {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 4px;
    color: white;
    padding: 8px;
    border-radius: 3px;
    background-color: #93a1ae;
    text-align: center;
}

.pagination > li {
    display: inherit !important;
}

.ListType p {
    font-size: 15px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin: 20px 0px;
    line-height: 30px;
    text-align: center;
}

.conts .ctabs .tablinks li a span {
    padding: 10px 10px 30px;
}
.pull-left a {
    font-weight: 600;
    color: #072a49;
}

.ListType .slists ul .col1 {
    width: 6%;
    text-align: center;
}
    .ListType .slists ul .col1 a img {
        margin: 20px 5px;
        line-height: 30px;
        text-align: center;
        transform: scaleX(-1);
    }


.modal-content {
    padding: 40px;
    float: left;
}
.modal.fade .modal-dialog, .modal.in .modal-dialog {
    /* float: left; */
    position: relative;
    height: 100%;
    width: 60%;
    text-align: center;
    margin-top: 6%;
}
.ListType .dl-horizontal h2 {
    text-align: left;
    margin: 20px 10px 20px 0px;
}
.ListType .slists .colModal {
    width: 25%;
    height: 150px;
}


.modal-dialog {
    margin: 30px auto;
}


.conts .introtext2 {
    text-align: left;
    padding: 2% 10%;
}

.form-group {
    margin-bottom: 15px;
}
    .form-group span {
        color: #868689;
        font-size: 14px;
        padding-bottom: 10px;
    }
.form-page-panel .form-control {
    margin-top: 13px;
    margin-bottom: 30px;
    width: 100%;
    padding: 10px;
    height: 60px;
    color: #999999;
    font-size: 18px;
    background-color: #fafafa;
}
.required {
    color: #ff0000 !important;
}
.field-validation-valid {
    display: none;
}

.text-danger {
    color: #a94442;
}
.field-validation-error {
    display: inline;
    color: #ff0000 !important;
}


.ListType .slists .colModal23:nth-of-type(even) {
    float: right;
}

.ListType .slists .colModal23:nth-of-type(odd) {
    float: left;
}
.ListType h2 {
    font-size: 15px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin: 20px 0px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}



.ListType .slists ul .col15 {
    width: 9%;
}

.ListType .slists ul .nationallist {
    width: 20%;
}


.pull-right a {
    font-weight: 600;
    color: #072a49;
}
.threeboxs .cbox { 
    padding: 20px 300px 0;
}


.class {
    float: right;
    font-size: 16px;
    padding: 20px;
}