@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900');

@font-face {
    font-family: 'Myriad Pro';
    src: url('css/MyriadPro-Semibold.eot');
    src: url('css/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'), url('css/MyriadPro-Semibold.woff2') format('woff2'), url('css/MyriadPro-Semibold.woff') format('woff'), url('css/MyriadPro-Semibold.ttf') format('truetype'), url('css/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.playfair-bold {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

.myriadProbold {
    font-family: "Myriad Pro" !important;
}

.font-26 {
    font-size: 26px;
}

* {
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-link {
    height: 100%;
}

.blinking {
    animation: blinkingText 3s;
    -moz-animation: blinkingText 3s infinite;
    /* Firefox */
    -webkit-animation: blinkingText 3s infinite;
    /* Safari and Chrome */
}

@keyframes blinkingText {
    0% {
        color: #f00;
    }

    20% {
        color: #000;
    }

    40% {
        color: #f00;
    }

    60% {
        color: #f00;
    }

    80% {
        color: #000;
    }


    100% {
        color: #f00;
    }

}

.blinking_bg {
    animation: blinkingBg 5s;
    -moz-animation: blinkingBg 5s infinite;
    /* Firefox */
    -webkit-animation: blinkingBg 5s infinite;
    /* Safari and Chrome */
}

@keyframes blinkingBg {
    0% {
        background: #f8d022;
    }

    20% {
        background: #f00;
    }

    40% {
        background: #f8d022;
    }

    60% {
        background: #f8d022;
    }

    80% {
        background: #f00;
    }


    100% {
        background: #f8d022;
    }

}

.text-center {
    text-align: center!important;
    margin: auto;
}


.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.topHeader {
    background: #225774;
    /*    border-bottom: 2px solid #27ae60;*/
    border-top: 2px solid #27ae60;
}

.topHeader ul {
    float: right;
    margin-top: 0;
}

.topHeader ul li {
    position: relative;
    padding: 0 5px;
    text-align: center;
}

.topHeader ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

.topHeader ul li:last-child:after {
    display: none;
}

.topHeader ul li:after {
    content: '|';
    position: absolute;
    top: 5px;
    right: -11px;
    color: #fff;
}

.head_box {
    width: 100%;
    list-style-type: none;
    padding: 15px 0;
}

.head_box li {
    width: 100%;
    max-width: 350px;
    height: 285px;
    border: 2px solid #151515;
    transition: background-color 0.5s ease;
    position: relative;
    background-color: #f4f3b8;
    transition: all .2s ease-in-out;
    z-index: 0;
    padding: 20px;
}

.center-block {
    margin: 0 auto;
    display: block;
    float: none;
}

.box-wrap-title-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 56px;
    background: #f7c8b8;
    color: #000;
    text-align: center;
    font-size: 25px;
    padding: 10px 0;
    font-weight: 600;
}

.box_wrap a {
    text-decoration: none;
}

.head_box li:hover {
    background: #aedcee;
    transform: scale(1.1);
    z-index: 1;
    border: 1px solid #151515;
}

.head_box .list-inline-item:not(:last-child) {
    margin-right: 19px;
}

.home-slider img {
    border: 4px solid #151515;
    width: 100%;
    min-height: 495px;
}

.home-slider .slick-dots {
    position: absolute;
    bottom: 25px;
}

.home-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.home-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    color: #1d4297;
}

.home-slider .slick-dots li button::before {
    font-family: 'slick';
    font-size: 13px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #a6f7c8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.home-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.middle_box {
    width: 100%;
    min-height: 420px;
    max-height: 452px;
    max-width: 600px;
    margin: auto;
}

.middle_box.notice_box {
    /*     min-height: 620px;*/
    min-height: 450px;
}

.application_box {
    background: rgba(14,22,40,1);
    border-radius: 5px;
    padding: 15px 15px 0 15px;
}

/*
.notice_box{
   background: #9bfc17; 
}
*/


/************Awdhesh*******************/

.midd-box-wrap {
    /*border: 1px solid #454137;*/
    padding: 10px;
}

.midd-box-wrap h4 {
    /*    font-size: 28px;*/
    font-size: 20px;
    color: #fff;
}

.new_resister {
    max-width: 250px;
    width: 100%;
    display: block;
    background: #27AE60;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
    /*
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
*/
}

.new_resister:hover {
    max-width: 250px;
    width: 100%;
    display: block;
    background: #1aca68;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    /*
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
*/
}

.new_resister::after {
    content: '';
    background: url(../img/user-login-icon.png)no-repeat;
    width: 24px;
    height: 28px;
    position: absolute;
    left: 15px;
    /*    top: 18px;*/
    top: 4px;
}

.login_wraper {
    padding: 15px 20px;
}

.login_wraper h5 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #454137;*/
    margin-bottom: 20px;
}

.login_wraper .form-control {
    height: 42px;
    background: #fff;
    border-color: #fff;
    color: #000;
}

.login_wraper .form-group {
    /*    margin-bottom: 2rem;*/
    margin-bottom: 7px;
}

.user-ico {
    position: relative;
}

.user-ico::after {
    content: '';
    background: url(../img/username_icon3.png)no-repeat;
    width: 57px;
    height: 42px;
    position: absolute;
    right: 7px;
    top: 0;
}

.Important_notice {
    font-size: 24.343px;
    font-family: "Myriad Pro";
    color: rgb(171, 0, 0);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    /*text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.68);*/
    /*
  -moz-transform: matrix( 1.05277319145096,0,0,1.06805299333139,0,0);
  -webkit-transform: matrix( 1.05277319145096,0,0,1.06805299333139,0,0);
  -ms-transform: matrix( 1.05277319145096,0,0,1.06805299333139,0,0);
*/
    transition: background-color 0.5s ease;
    background-color: #f8d022;
    /*	padding: 20px;*/
    margin-bottom: 10px;
    width: 100%;
    max-width: 320px;
}

.Important_notice:hover {
    background-color: #122144;
}

.Important_notice:first-child:hover {
    background-color: #f8d022;
}

.Important_notice:hover a:hover {
    color: #fff;
}

.Important_notice.ic {
    transition: transform 0.5s ease;
    transform: scale(1.0);
    border-radius: 30px;
    border: 2px solid #b96739;
}

.Important_notice:hover.ic {
    transform: scale(1.05);
}

.pass-ico {
    position: relative;
}

.pass-ico::after {
    content: '';
    background: url(../img/password_icon3.png)no-repeat;
    width: 57px;
    height: 42px;
    position: absolute;
    right: 7px;
    top: 0;
}

.login-btn {
    /*    max-width: 150px;*/
    max-width: 120px;
    margin-right: 8px;
    width: 100%;
    background: #27AE60;
    border-radius: 0;
    margin-top: 10px;
    font-size: 1.2rem !important;
    border-radius: 30px;
    /* margin-bottom: 15px;*/
    /*
	    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
*/
}

.login-btn:hover {
    background: #1aca68;
}

.forgot-btn {
    background: #26ae6005;
    border-radius: 0;
    margin-bottom: 0;
    /*
	-moz-box-shadow: inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow: inset 0 0 10px #000000;
*/
}

.forgot-btn:hover
{
    color: #26ae60;
    background: transparent;
}


.imp1 {
    position: relative;
}

.imp1::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/track-map-icon.png)no-repeat;
    top: 12px;
    left: 25px;
}

.Important_notice:hover.imp1::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/track-map-icon_hover.png)no-repeat !important;
    top: 12px;
    left: 25px;
}

.imp2 {
    position: relative;
}

.imp2::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/verify-cert-icon.png)no-repeat;
    top: 15px;
    left: 25px;
}

.Important_notice:hover.imp2::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/verify-cert-icon_hover.png)no-repeat;
    top: 15px;
    left: 25px;
}

.imp3 {
    position: relative;
}

.imp3::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/faq-icon.png)no-repeat;
    top: 12px;
    left: 25px;
}

.Important_notice:hover.imp3::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/faq-icon_hover.png)no-repeat;
    top: 10px;
    left: 25px;
}

.imp4 {
    position: relative;
}

.imp4::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/download-icon.png)no-repeat;
    top: 12px;
    left: 25px;
}

.Important_notice:hover.imp4::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/download-icon_hover.png)no-repeat;
    top: 12px;
    left: 25px;
}

.imp5 {
    position: relative;
}

.imp5::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/feedback-icon.png)no-repeat;
    top: 12px;
    left: 25px;
}

.Important_notice:hover.imp5::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/feedback-icon_hover.png)no-repeat;
    top: 12px;
    left: 25px;
}

/*
.imp6 {
	position: relative;
}
.imp6::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/track-map-icon.png)no-repeat;
    top: 10px;
    left: 25px;
}
*/

.imp7 {
    position: relative;
}

.imp7::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/valdity-cert-icon.png)no-repeat;
    top: 15px;
    left: 25px;
}

.Important_notice:hover.imp7::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/valdity-cert-icon_hover.png)no-repeat;
    top: 15px;
    left: 25px;
}

.imp0 {
    padding: 10px;
    border-radius: 30px;
    border: 2px solid #b96739;
}

.a-text a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 16px;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.0);
    text-align: left;
    margin-left: 50px;
    /*    padding: 27px;*/
    padding: 16px;
}

.Important_notice:hover a {
    color: #fff;
}

.login-btn,
.forgot-btn {
    border: 0;
}

/*
.login_wraper input::-webkit-input-placeholder {
    color: #fff!important;
}
.login_wraper input::-moz-placeholder {
    color: #fff!important;
}
.login_wraper input:-ms-input-placeholder {
    color: #fff!important;
}
.login_wraper input::placeholder {
    color: #fff!important;
}
*/
@media screen and (min-width: 1360px) and (max-width: 1440px) {
    span.ft-20 {
        font-size: 18px !important;


    }

    .head_box li {
        width: 100%;
        max-width: 249px;
        height: auto;
        border: 2px solid #151515;
        transition: background-color 0.5s ease;
        position: relative;
        background-color: #f4f3b8;
        transition: all .2s ease-in-out;
        z-index: 0;
        padding: 20px;
    }

    .box-wrap-title-box {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: auto;
        background: #f7c8b8;
        color: #000;
        text-align: center;
        font-size: 20px;
        padding: 10px 0 0 0;
        font-weight: 600;
        line-height: 9px;
    }

    .head_box .list-inline-item:not(:last-child) {
        margin-right: 15px;
    }

    .a-text a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        display: block;
        font-size: 14px;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.0);
        text-align: left;
        margin-left: 50px;
        padding: 10px;
    }

    .Important_notice:hover .a-text a {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        display: block;
        font-size: 14px;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.0);
        text-align: left;
        margin-left: 50px;
        padding: 10px;
    }

    .imp1 {
        position: relative;
    }

    .imp1::before {
        top: 10px;
        left: 25px;
    }

    .imp2 {
        position: relative;
    }

    .imp2::before {
        top: 15px;
        left: 25px;
    }

    .imp3 {
        position: relative;
    }

    .imp3::before {
        top: 10px;
        left: 25px;
    }

    .imp4 {
        position: relative;
    }

    .imp4::before {
        top: 10px;
        left: 25px;
    }

    .imp5 {
        position: relative;
    }

    .imp5::before {
        top: 10px;
        left: 25px;
    }

    /*
.imp6 {
	position: relative;
}
.imp6::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/track-map-icon.png)no-repeat;
    top: 10px;
    left: 25px;
}
*/

    .imp7 {
        position: relative;
    }

    .imp7::before {
        top: 15px;
        left: 25px;
    }

    .middle_box.notice_box {
        min-height: 620px;
        min-height: 400px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {

    .new_resister,
    .new_resister:hover {
        width: 80%;
    }

    .head_box li {
        width: 100%;
        max-width: 247px;
        height: auto;
        border: 2px solid #151515;
        transition: background-color 0.5s ease;
        position: relative;
        background-color: #f4f3b8;
        transition: all .2s ease-in-out;
        z-index: 0;
        padding: 20px;
    }

    .head_box .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

    .box-wrap-title-box {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        height: auto;
        background: #f7c8b8;
        color: #000;
        text-align: center;
        font-size: 20px;
        padding: 10px 0 0 0;
        font-weight: 600;
        line-height: 9px;
    }

    .a-text a {
        /*    .a-text a:hover {*/
        color: #000;
        text-decoration: none;
        font-weight: bold;
        display: block;
        font-size: 14px;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.0);
        text-align: left;
        margin-left: 50px;
        padding: 17px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .img-fix-h {
        width: 75px !important;
    }

    .ft-20 {
        font-size: 16px !important;
        margin-top: 22px;
    }
}

@media screen and (min-width: 1279px) and (max-width: 1440px) {
    .login_wraper {
        padding: 10px;
    }

    .midd-box-wrap h4 {
        font-size: 16px;
        color: #fff;
    }

    .login_wraper h5 {
        font-size: 18px;
        color: #fff;
        padding-bottom: 15px;
        /*border-bottom: 1px solid #454137;*/
        margin-bottom: 20px;
    }

    .application_box {
        background: rgba(14,22,40,1);
        border-radius: 5px;
        padding: 5px;
    }

    .Important_notice {
        font-size: 24.343px;
        font-family: "Myriad Pro";
        color: rgb(255, 1, 1);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.2;
        text-align: left;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.68);
        /*
  -moz-transform: matrix( 1.05277319145096,0,0,1.06805299333139,0,0);
  -webkit-transform: matrix( 1.05277319145096,0,0,1.06805299333139,0,0);
  -ms-transform: matrix( 1.05277319145096,0,0,1.06805299333139,0,0);
*/
        background-color: #f8d022;
        padding: 10px;
        margin-bottom: 10px;
        width: 100%;
        max-width: 265px;
    }
}

.middle-bg {
    background: url('../img/middle-bg.png') no-repeat;
    width: 100%;
    /*    max-width: 1920px;*/
    max-width: 100%;
    /*    height: 700px;*/
    height: 520px;
    background-size: cover;
    padding: 0 20px 0 20px;
}

@media screen and (max-width: 991px) {
    .middle-bg {
        background: url('../img/middle-bg.png') no-repeat;
        width: 100%;
        /*        max-width: 1920px;*/
        max-width: 100%;
        height: 100%;
        background-size: cover;
        padding: 0 20px 0 20px;
    }

    .application_box {
        background: rgba(14,22,40,1);
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 30px;
    }

    .f-slider img {
        margin: 0 auto;
        display: block;
        float: none;
        width: auto;
    }

    .slick-next::before {
        content: '';
        background: url(../img/right-aero.png)no-repeat;
        position: absolute;
        left: 20px;
        top: 0;
        width: 40px;
        height: 40px;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

}

@media screen and (max-width: 1024px) {
    .head_box.slideLeft {
        position: absolute;
        top: 60%;
        transition: left 0.5s ease;
        left: -100%;
        width: 100%;
        z-index: 99;
    }

    .head_box.slideLeft.open {
        position: absolute;
        top: 60%;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    .menu_ic {
        padding: 10px;
        cursor: pointer;
        text-align: left;
        position: relative;
        font-size: 25px;
    }

    .menu_ic_close {
        padding: 10px;
        cursor: pointer;
        text-align: left;
        position: relative;
        font-size: 25px;
    }

    .head_box li {
        width: 100%;
        max-width: 350px;
        height: auto;
        border: 2px solid #151515;
        transition: background-color 0.5s ease;
        position: relative;
        background-color: #f4f3b8;
        transition: all .2s ease-in-out;
        z-index: 0;
        padding-left: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .box-wrap-title-box {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        height: 56px;
        background: transparent;
        color: #000;
        text-align: left;
        font-size: 25px;
        padding: 10px 0;
        font-weight: 600;
    }

    .box_wrap img {
        width: 30%;
        margin: 0;
        display: inline-block;
        float: left;
    }

    .head_box .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

    .head_box li:hover {
        background: #aedcee;
        transform: scale(1.0);
        z-index: 1;
        border: 2px solid #151515;

    }

    .box-wrap-title-box {
        color: #000;
        text-align: left;
        font-size: 19px;
        font-weight: 600;

    }

    .box-wrap-title-box p {
        margin-bottom: 0;
        margin-top: 10px;
    }

    body {
        overflow-x: hidden;
    }

    .topHeader ul li {
        position: relative;
        padding: 5px;
        text-align: center;
        font-size: 15px;

    }

    .topHeader ul li::after {
        content: '|';
        position: absolute;
        top: 5px;
        right: -4px;
        color: #fff;

    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .font-50 {
        font-size: 24px;
    }

    .font-22 {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .middle-bg .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .middle-bg .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-slider .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .footer-slider .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        float: none;
    }
}

@media screen and (max-width: 1024px) {
    .middle-bg {
        background: url('../img/middle-bg.png') no-repeat;
        background-size: auto auto;
        width: 100%;
        /*        max-width: 1920px;*/
        max-width: 100%;
        height: auto;
        background-size: cover;
        padding: 0 20px 0 20px;
    }
}

@media screen and (min-width: 1025px) {
    .menu_ic {
        display: none;
    }
}

.topHeader ul {
    margin-bottom: 0;
}

.adapH {
    /*    border: 1px solid #000;*/
}

.footer-slider {
    margin-top: 0;
    height: 140px;
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .head_box li {
        width: 100%;
        max-width: 290px;
        height: 285px;
        border: 2px solid #151515;
        transition: background-color 0.5s ease;
        position: relative;
        background-color: #f4f3b8;
        transition: all .2s ease-in-out;
        z-index: 0;
        padding: 20px;
    }
}

@media screen and (min-width: 1280px) and (max-width:1366px) {
    .sin {
        margin-top: 18px !important;
    }

    .dou {
        margin-top: 14px !important;
    }

    .nav-link span:first-child {
        width: 75px !important;
        display: inline-block;
        float: left;
    }

    .img-fix-h {
        width: 90px !important;
    }
}

.liBox {
    width: 20%;
    display: inline-block;
    float: left;
}

.nav-link span:first-child {
    /*    width: 120px;*/
    display: inline-block;
    float: left;
}

.img-fix-h {
    width: 85px;

}

.nav-item {
    width: 20%;
    margin-right: 5px;
    margin-left: 5px;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

.ft-20 {
    font-size: 22px;

    margin-top: 22px;
}

.ic-t {
    display: inline-block;
}

.nav-item {
    font-family: 'Playfair Display', serif;
    background-color: #f4f3b8;

    transition: all .2s ease-in-out;
}

.nav-item {
    background-color: #a6f7c8;
    border: 2px solid;
    border-radius: 15px;

    transition: all .2s ease-in-out;
}

.nav-link {
    color: inherit;
    font-family: "Myriad Pro" !important;
}

.nav-item:hover {
    background: #122144;
    transform: scale(1.05);
    z-index: 9;
}

.nav-item:hover .ic-t {
    color: #fff !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .font-50 {
        font-size: 26px !important;
    }

    header {
        background: url(../img/header-back.png)no-repeat;
        background: rgb(240, 249, 255);
        background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
        background: radial-gradient(ellipse at center, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff', GradientType=1);
        width: 100%;
        height: auto !important;
        padding: 10px !important;
        background-position: center;
        background-size: cover;
        border-bottom: 2px solid #2b5f7b;
        background: url('../img/header-patt.png') repeat-x;
    }

    header p,
    header h2 {
        margin-bottom: 0;
    }

    .respW {
        width: 50%;
        margin: 0 auto;
        display: block;
    }

    .login-btn {
        max-width: 90px !important;
        margin-right: 8px;
        width: 100%;
        background: #27AE60;
        border-radius: 30px;
        margin-bottom: 15px;
        /*
		-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
*/
    }

    .middle_box {
        width: 100%;
        min-height: 420px;
        max-height: 452px;
        max-width: 600px;
        margin: auto;
    }

    .middle-bg {
        background: url('../img/middle-bg.png') no-repeat;
        background-size: auto auto;
        width: 100%;
        /*        max-width: 1920px;*/
        max-width: 100%;
        /*        height: 700px;*/
        height: auto;
        background-size: cover;
        padding: 0 20px 0 20px;
    }

    .font-25 {
        font-size: 25px;
    }

    .a-text a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        display: block;
        font-size: 14px;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.0);
        text-align: left;
        margin-left: 50px;
        padding: 5px;
    }
}

.nav-item {
    position: relative;
}

/*
.nav-item:after {
    content: '';
    width: 2px;
    height: 40px;
    background: #000;
    position: absolute;
    top: 5px;
    right: 0;
}
.nav-item:last-child:after {
    display: none;
}
*/
.font-25 {
    font-size: 27px;
}

.navbar {
    padding: 5px;
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
    .login-btn {
        max-width: 90px;
        margin-right: 8px;
        width: 100%;
        background: #8f230e;
        border-radius: 0;
        margin-bottom: 15px;
    }

    header {
        background: url(../img/header-back.png)no-repeat;
        background: rgb(240, 249, 255);
        background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
        background: radial-gradient(ellipse at center, rgba(240, 249, 255, 1) 0%, rgba(203, 235, 255, 1) 47%, rgba(161, 219, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f9ff', endColorstr='#a1dbff', GradientType=1);
        width: 100%;
        height: 100px !important;
        padding: 10px !important;
        background-position: center;
        background-size: cover;
        border-bottom: 2px solid #2b5f7b;
        background: url('../img/header-patt.png') repeat-x;
    }
}

@media screen and (min-width: 1920px) {
    .middle-bg {
        background: url('../img/middle-bg.png') no-repeat;
        background-size: auto auto;
        width: 100%;
        /*        max-width: 1920px;*/
        max-width: 100%;
        height: 556px;
        background-size: cover;
        padding: 0 20px 0 20px;
    }

    .home-slider img {
        border: 4px solid #151515;
        width: 100%;
        height: 495px;
    }

    .a-text a {
        color: #000;
        text-decoration: none;
        font-weight: bold;
        display: block;
        font-size: 16px;
        text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.0);
        text-align: left;
        margin-left: 50px;
        /* padding: 27px; */
        padding: 20px;
    }
}

.sin {
    margin-top: 23px;
    width: 50%;
    text-align: left;
}

.dou {
    margin-top: 14px;
    width: 50%;
    text-align: left;
}

@media screen and (min-width: 1280px) {
    .col-md-4-fix {
        -ms-flex: 0 0 30.333333%;
        flex: 0 0 30.333333%;
        max-width: 30.333333%;
    }

    .col-md-5-fix-w {
        -ms-flex: 0 0 44.333%;
        flex: 0 0 44.333%;
        max-width: 44.333%;
    }

    .col-md-4-fix-w {
        -ms-flex: 0 0 36.333333%;
        flex: 0 0 36.333333%;
        max-width: 36.333333%;
    }
}

.marquee {
    width: 100%;
    margin: 0 auto;
    /*    max-width: 1040px;*/
    display: block;
    position: relative;
}

.marquee:after {
    height: 2px;
    width: 25%;
    display: inline-block;
    float: right;
    background-color: #542b3f;
    background-image: linear-gradient(to right, #542b3f, #fff);
    margin-top: 10px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.marquee:before {
    height: 2px;
    width: 25%;
    display: inline-block;
    float: right;
    background-color: #542b3f;
    background-image: linear-gradient(to left, #542b3f, #fff);
    margin-top: 10px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

marquee {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: block
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    marquee {
        width: 100%;
        max-width: 610px;
        margin: 0 auto;
        display: block
    }

    .new_resister::after {
        content: '';
        background: url(../img/user-login-icon.png)no-repeat;
        width: 24px;
        height: 28px;
        position: absolute;
        left: 7px;
        top: 4px;
    }

    .login_wraper .form-group {
        margin-bottom: 13px;
    }

}

.home-slider .slick-prev::before {
    content: '';
    background: url(../img/home-slider-left-aero.png)no-repeat;
    color: rgba(252, 69, 19, 0.80);
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 27px;
}

.home-slider .slick-next::before {
    content: '';
    background: url(../img/home-slider-right-aero.png)no-repeat;
    color: rgba(252, 69, 19, 0.80);
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 27px;
}

.home-slider .slick-prev,
.home-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 16px;
    height: 27px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: rgba(252, 69, 19, 0.80);
    border: transparent;
    outline: none;
    background: transparent;
    z-index: 99;
}

.home-slider .slick-next {
    right: 15px;
}

.home-slider .slick-prev {
    left: 15px;
}


@media screen and (min-width: 1800px) and (max-width: 1950px) {
    .dou {
        width: 60%;
    }

    .sin {
        width: 60%;
    }
}


@media screen and (min-width: 1550px) and (max-width: 1650px) {
    .sin {
        width: 55%;
    }

    .dou {
        width: 55%;
    }
}


@media screen and (max-width: 1380px) {
    .sin {
        width: 55%;
    }

    .dou {
        width: 55%;
    }
}
