@font-face {
    font-family: 'square721_btbold';
    src: url('../fonts/sqr721b-webfont.woff2') format('woff2'), url('../fonts/sqr721b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'square721_btroman';
    src: url('../fonts/squ721rm-webfont.woff2') format('woff2'), url('../fonts/squ721rm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'square721_btbolditalic';
    src: url('../fonts/square721_bt_bolditalic-webfont.woff2') format('woff2'), url('../fonts/square721_bt_bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'square721_btitalic';
    src: url('../fonts/square721_bt-italic-webfont.woff2') format('woff2'), url('../fonts/square721_bt-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'square721_btroman';
    src: url('../fonts/tt0246m_-webfont.woff2') format('woff2'), url('../fonts/tt0246m_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'square721_btroman';
    color: #353434;
    font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    font-family: 'square721_btbold';
    letter-spacing: 2px;
    position: relative;
}

.h1,
h1 {
    font-size: 28px;
    font-weight: 800;
    color: #f9a31d;
    text-shadow: 2px 3px 15px #1f1e1e;
}
p {
    font-size: 15px;
    font-family: 'square721_btroman';
    color: #353434;
    font-weight: 500;
}

ul {
    font-family: 'square721_btroman';
    color: #353434;
    font-weight: 500;
}
::placeholder{
    color: #ffffff !important;
}

.navbar-brand img{
    width: 100%;
}
.logo-right{
    margin-right: 0;
    width: 180px;
}
.logo-right img{
    float: right;
}
.button-1 {
    background: none;
    border: none;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

.button-1 a {
    color: #fff;
    background: #0072bc;
    border: none;
    border-radius: 10px;
    padding: 10px 14px;
    font-family: 'square721_btroman' -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.button-1 a:hover {
    background: #3abcef;
    text-decoration: none;
}


}
.navbar-nav {
    font-family: 'square721_btroman';
    font-weight: 600;
}
.bg-img img {
    width: 100%;
}
.carousel-caption h2,
.carousel-caption h3 {
    font-family: 'square721_btbold';
    letter-spacing: 0px;
    font-size: 32px;
    text-shadow: 2px 2px 25px #000;
}
.section-2 {
    background: #0072bc;

    /* padding: 50px; */
    
    z-index: 99;
    padding-top: 40px;
    padding-bottom: 5px;
}
.align-center {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    border-right: 2px solid #ffffff5c;
    min-height: 140px;
}
h2 {
    color: #ffffff;
    font-size: 25px;
}
.section-2 h2:after {
    content: "";
    position: absolute;
    width: 7%;
    height: 5px;
    left: 0;
    bottom: -10px;
    background: #f9a31d;
}
.align-center p {
    color: #ffffff;
    font-size: 14px
    /*margin-top: 12px;*/
}
.no-border {
    border-right: none;
}
.section-3 {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.section-4 {
    /*position: relative;*/
    padding-bottom: 50px;
    /*top: -20px;*/
}
.section-4 h3{position:relative;padding-top: 25px;}
.section-4 h3:after {
    content: "";
    position: absolute;
    width: 15%;
    height: 5px;
    left: 0;
    bottom: -10px;
    background: #0072bc;
}
.about-company {
    padding: 7px 15px;
    background: #0873ba;
    color: #ffffff;
    border-radius: 5px;
}
.about-company h3 {
    font-size: 20px;
    margin-bottom: 0px;
}
.about-company-content p {
    line-height: 2.0;
    padding-top: 15px;
    text-align: justify;
}
.about-accredation-content {
    padding-top: 15px;
}
.about-accredation-content p {
    text-align: justify;
    line-height: 2.0;
}
.about-accredation-logo {
    text-align: center;
}
.about-accredation-logo ul {
    list-style-type: none;
    display: inline-block;
}
.about-accredation-logo ul li {
    float: left;
    padding: 5px;
    background: #fff;
    min-height: 118px;
    margin-right: 3px;
    vertical-align: middle;
    display: inline-block;
    min-width: 230px;
    box-shadow: 2px 2px 7px #343a4045;
    margin-bottom: 15px;
}
.about-accredation-logo ul li .no-align {
    transform: translateY(20%);
}
.about-accredation-logo ul li .no-align-2 {
    transform: translateY(50%);
}
.our{
    /*top:0 !important;*/
}
.section-5 h3 {
    position: relative;
}
.section-5 h3:after {
    content: "";
    position: absolute;
    width: 15%;
    height: 5px;
    left: 0;
    bottom: -10px;
    background: #0072bc;
}
.advantage-list ul {
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
}
.advantage-list ul li {
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 16px;
    position: relative;
    left: 45px;
}
.advantage-list ul li img {
    padding-right: 15px;
    position: absolute;
    left: -55px;
}
.section-6 {
    padding: 50px;
}
.our-advantage {
    position: relative;
    padding-bottom: 35px;
}
.our-advantage h3:after {
    content: "";
    position: absolute;
    width: 15%;
    height: 5px;
    left: 0;
    bottom: -10px;
    background: #0072bc;
}
.advantage-list {
    margin-top: 15px;
}
.key-customers {
    margin-top: 25px;
    line-height: 2.0;
}
.key-customers ul {
    text-align: center;
    padding: 20px 0px;
}
.key-customers ul li {
    display: inline-block;
}
.section-7 {
    padding: 70px 0px;
    background-image: url(../images/section-7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.section-7 h3:after {
    content: "";
    position: absolute;
    width: 7%;
    height: 5px;
    left: 0;
    bottom: -10px;
    background: #fff;
}
.section-7 h3 {
    color: #fff;
}
.section-7 .form-control {
    background: none;
    border: 1px solid #00bff3;
    border-radius: 0px;
    color: #fff;
}
.section-7 form {
    padding-top: 50px
}
.form-group-2 {
    margin-top: 56px;
}
.button-2 {
    border: 1px solid #00bff3;
    background: #0072bc;
    padding: 5px 20px;
    font-size: 14px;
}
footer {
    background-color: #0072bc;
    padding: 50px 0px 10px 0px;
    position: relative;
    ;
}
footer h3 {
    color: #ffffff;
    font-weight: 900;
}
footer h4 {
    font-size: 17px;
    color: #ffffff;
    padding-bottom: 15px;
}
footer ul {
    padding-left: 0px;
    display: inline-block;
}
.links li {
    list-style-type: none;
    position: relative;
    vertical-align: middle;
    padding-left: 20px;
    padding-bottom: 8px;
    font-size: 14px;
}
.links li:before {
    position: absolute;
    content: "";
    background-image: url(../images/right-arrow.png);
    height: 9px;
    width: 9px;
    left: 0;
    top: 6px;
    vertical-align: middle;
}
.links li a {
    color: #fff;
    text-decoration-line: none;
}
.address {
    color: #fff;
    position: relative;
    font-size: 14px;
    padding-left: 30px;
}
.address:before {
    position: absolute;
    content: "";
    background-image: url(../images/location.png);
    height: 16px;
    width: 16px;
    left: 0;
    top: 6px;
    vertical-align: middle;
}
.touch li {
    list-style-type: none;
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 30px
}
.touch li a {
    color: #fff;
    text-decoration-line: none;
}
.mail,
.phone {
    position: relative;
}
.mail:before {
    position: absolute;
    content: "";
    background-image: url(../images/mail.png);
    height: 16px;
    width: 16px;
    left: 0;
    top: 4px;
    vertical-align: middle;
}
.phone:before {
    position: absolute;
    content: "";
    background-image: url(../images/phone.png);
    height: 16px;
    width: 16px;
    left: 0;
    top: 4px;
    vertical-align: middle;
}
.footer-bottom li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
}
.footer-bottom .right {
    float: right;
}
.footer-bottom span a {
    color: #2fc5f4;
    text-decoration: none;
}
footer hr {
    border-top: 1px solid rgba(222, 222, 222, 0.28);
}
.foot-logo {
    margin-top: 30px
}
footer li a {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    color: #fff;
}
footer li a:hover,
footer li a:focus {
    color: #2fc5f4
}
.contact-icon {
    position: absolute;
    top: -15%;
    z-index: 9999;
    right: 8%;
}

/*sub pages */
.breadcrumb-section li {
    display: inline-block;
    color: #f9a31d;
}
.breadcrumb-section ul {
    padding-left: 0px;
    margin-bottom: 0px;
}
.about-us {
    padding: 100px 0px 50px 0px;
}
.about-us h2 {
    text-align: center;
    color: #353434
}
.about-us p {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.about-us h2:after {
    content: "";
    position: absolute;
    width: 5%;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #0072bc;
    margin: 0 auto;
    right: -28%;
    top: 21px;
}
.about-us h2:before {
    content: "";
    position: absolute;
    width: 5%;
    height: 4px;
    left: -28%;
    bottom: 0;
    background: #0072bc;
    right: 0;
    margin: 0 auto;
    top: 21px;
}
.about-section-1 {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    padding: 50px 0px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: 100%;
    position: relative;
    z-index: 0;
}
.about-section-1:before {
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
    width: 100%;
    height: auto;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
}
.about-section-1 .box {
    background: #1d52779c;
    padding: 20px;
    border: 1px solid #2fc5f4;
    width: 50%;
}
.about-section-1 p {
    color: #fdfdfd;
}
.contact-us {
    padding: 80px 0px
}
.head-office {
    box-shadow: 2px 2px 25px #ccc;
    padding: 15px;
    min-height: 324px;
}
.subpage-wrap {
    height: 500px;
    position: relative;
    width: 100%;
    top: -80px !important;
}
.breadcrumb-section {
    padding: 20px 0 0 0;
    position: relative;
    top: -111px;
}
.subpage-wrap h3 {
    color: #fff;
}
.breadcrumb-section li a {
    color: #0873ba;
}
.about-wrap h2 {
    color: #666
}
.about-wrap p {
    text-align: justify;
}
.about-wrap img {
    width: 100%
}
/*.space-para {
    margin-top: 30px;
}*/
.contact-add {
    padding-left: 0;
    margin: 25px 0;
}
.contact-add li {
    list-style: none;
    position: relative;
    left: 50px;
    margin-bottom: 15px;
    padding-right: 33px;
}
.contact-add li img {
    width: auto;
    position: absolute;
    left: -50px;
}
.contact-wrap {
    /*background-image: url(../images/tbc.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding-bottom: 60px;
    margin-top: -65px;
    padding-top: 60px;
}
.contact-wrap-1 {
    /*background-image: url(../images/tbc.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding-bottom: 60px;
    margin-top: -140px;
    padding-top: 60px;
}
/*.address-list {
    background: #fff;
    border: 1px solid #ddd;
    padding: 60px;
}*/
.contact-list {
    margin-bottom: 25px
}
.normal-ul {
    padding-left: 0;
    padding-right: 35px;
}
.normal-ul img {
    width: auto;
    position: absolute;
    left: -45px;
}
.normal-ul li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    left: 50px
}
.full-img {
    margin: 25px 0;
    padding: 0
}
.about-wrap.blue {
    background: #0072bc;
    padding-top: 50px;
    padding-bottom: 15px;
}
.about-wrap.blue {
    color: #fff;
}
.about-wrap.blue p {
    color: #fff;
}
.about-wrap.blue ul li {
    color: #fff;
}
.about-wrap.white {
    padding-top: 50px;
}
.coming {
    text-align: center;
    font-size: 22px;
    color: #353434;
}
.navbar{
    padding: 0 1rem;
}
.navbar-nav {
    position: relative;
    padding-top: 5px;
}
.nav-link {
    padding: 23px 14px !important;
    font-size: 14px;
    color: #000 !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    min-height: 69px;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>.active{
    border-bottom: 2px solid #f9ba48;
    position: relative;
    display: block;
}
.navbar-nav>li>.active:after {
    content: "";
    display: inline-block;
    width: 5px;
    border-width: 0px 4px 6px 4px;
    border-color: transparent transparent #ffc107 transparent;
    border-style: solid;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;
}
.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    display: none;
}
.nbs-flexisel-nav-left {
    left: 10px;
}
.nbs-flexisel-nav-left:before {
    content: "<"
}
.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}
.nbs-flexisel-nav-right {
    right: 5px;
}
.nbs-flexisel-nav-right:before {
    content: ">"
}
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.form-group input {
    color: #ffffff;
}
.about-wrap {
    padding-bottom: 20px;
    /*top: -80px;*/
    position: relative;
}
.apparels {
    margin-top: -60px;min-height: 400px;
}
/*.our-advantage h3 { margin-top: -80px; }*/
.about-wrap-1 {
    padding-top: 70px;
    padding-bottom: 35px;
}
.bg-img {
    width: 100%;
}

.about-wrap-section-2 { background: #eee;     padding: 50px; }
.mis-wrap h4 { padding-top: 20px; padding-bottom: 25px; }
.vis-wrap h4 { padding-top: 20px; padding-bottom: 25px; }
.mis-wrap ul { padding-left: 0 }

.mis-wrap ul li { list-style: none; margin-bottom: 10px; line-height: 22px; }

.corevalue { margin: 60px 0 }
.corevalue h3 {  margin: 0 auto; }
.list-view { width: 100%; margin-top: 35px; }
.list-view li {list-style: none; text-align: center; width: 33%;  min-height: 200px; float: left;}
.list-view li img { border: 1px solid #ddd; border-radius: 30%; padding: 19px; margin-bottom: 12px;box-shadow: 2px 2px 14px #d7d7e99c;  }
.list-view li h4 { color: #0873ba }
.section-5.acce { background: #eee; padding-top: 55px; padding-bottom:35px; }
.about-wrap.gray { background: #eee; padding: 50px 0; top:0 !important; }
.about-wrap.space { padding: 50px 0; top:0 !important; }
.about-wrap.key ul li { width: 25%; list-style: none; float: left; padding: 10px; }
.about-wrap.key ul li img { width: 100%; border: 1px solid #ddd;  padding: 10px;}

.cen-alig { text-align: center; font-size: 30px; margin-top: 50px; margin-bottom: 30px; background: #eee; border: 1px solid #e7e7e7;  padding: 50px; }

.map { background: #006cb5; padding-bottom:80px; text-align: center; }
.map img{ width:65%; }
.ser-list { margin: 35px 0 }
.ser-list h3 { padding-bottom: 45px; text-align: center; }

.key{ padding-bottom: 100px; position: relative; top: -70px; }
.brand-boder{ border: 1px solid #666; }
.brand-title{ padding: 12px;  border: 1px solid transparent; background: #006cb5; color: #ffffff; max-width: 265px; text-align: center; }
.brand-img{ display: inline-block;  list-style-type: none; width: 100%; margin: 25px 0 20px 0;}
.brand-boder ul li{  float: left; display: inline-block; }
.brand-title-1{ left: 40%; }
.brand-title-2{ left: 43%; }
.brand-title-3{ left: 26%; }
.brand-title-4{ left: 25%; }
.brand-title-6, .brand-title-7{ left: 37%; }
.brand-img img{ width: 100%; }
.brand-title h4{ font-size: 16px; margin-bottom: 0; }
.brand-boder ul li:nth-child(3):after, .brand-boder ul li:nth-child(6):after{
    display: none;
}
.margin-bottom{ margin-bottom: 25px; padding-left: 0; }
.footer-bottom-right{float: right;}
.footer-bottom-right li{font-size: 14px}
.footer-bottom-right li a:hover{text-decoration: none;}
.terms{padding-bottom: 50px; position: relative; top: -70px;}
.conditions ul{list-style-type: none;}
.conditions ul li{margin-bottom: 10px; line-height: 26px; text-align: justify;}
.conditions ul li img{width: auto; position: absolute; left: 0; }
.inner-ul {list-style-type: lower-alpha !important; padding-left: 15px;} 
.room-group {display: block; position: relative; text-align: left; border-radius: 2px; margin-bottom: 35px; }
.room-block {position: relative; overflow: hidden; left: 0; right: 0; margin: auto; border-radius: 2px; }
.room-group:hover .room-block img {-webkit-transform: scale(1.25); -moz-transform: scale(1.25); -ms-transform: scale(1.25); -o-transform: scale(1.25); transform: scale(1.25); border-radius: 2px; }
.room-text {text-align: left; border-radius: 2px; width: 100%; height: 100%; position: absolute; bottom: 0px; left: 0px; color: white; background-color: rgba(0,0,0,0.3); }
.room-bottom {color: #444; }
.room-group h6 {color: rgba(0,0,0,0.7); text-transform: uppercase; font-size: 14px; font-weight: 700; margin-top: 20px; text-align: center; }
.room-block img {max-width: 100%; width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; display: block; border-radius: 2px; }
.room-group .lowercase {text-transform: lowercase; }
.dropdown:hover .dropdown-menu{display: block; visibility: visible; opacity: 1; }
.dropdown-item{font-size: 13px; font-family: 'Muli', sans-serif;}
.dropdown-item.active, .dropdown-item:active, .dropdown-item.focus, .dropdown-item:focus {color: #444; text-decoration: none; background: none !important; outline: 0; box-shadow: none !important;}
.modal-title{font-size: 20px; color: #007AC3; text-align: center; padding: 0 0 20px 0; text-transform: uppercase;}
.user-login ul{list-style-type: none;}
.modal-dialog{ display: block; position: absolute; top: 90px; left: 12%; max-width: 1000px !important; }
.lft-form { width: 100%; float: left; }
.user-login { width: 100%; float: left; }
.user-login ul{list-style-type: none; padding: 0px; margin: 0px; }
.user-login ul li { padding-bottom: 20px; float: left; width: 50%; }
.user-login ul li label { width: 170px; float: left; font-size: 14px; color: #161e22; line-height: 25px; padding-bottom: 7px; text-align: left; position: relative;}
.user-login ul li span { width: 63%; float: left; position: relative; color: #161e22; }
.user-login ul li label span.star {color: red; float: none; font-size: 21px; }
.rht-form {width: 100%; float: right; }
.buttons {width: 100%; text-align: center; float: left; margin-top: 50px;}
.btn.login-btn {background: #007AC3; padding: 15px 15px; line-height: 0; border: 0; color: #fff; text-transform: uppercase; border: 1px solid #007AC3; border-radius: 4px; cursor: pointer; font-size: 13px; }
.btn.login-btn:hover {background: #0072bc;  }
.user-login ul li span input {background: #EFEEEE none repeat scroll 0% 0%; border: 1px solid #EFEEEE; line-height: 35px; padding: 0px 0px 0px 8px; color: #333; width: 100%; padding-left: 0; }
.user-login ul li span select {padding: 8px 0px 8px 8px; width: 100%; border: 1px solid #EFEEEE; line-height: 35px; font-size: 14px; background: #EFEEEE none repeat scroll 0% 0%; color: #161E22; }
.lft {width: 85px; float: left; font-size: 15px; }
.rht {font-size: 15px; float: left; width: 100px; }
.lft1 {width: 47%; float: left; }
.rht1 {width: 47%; float: right; }
.contct-source {padding: 0px; margin: 0px; position: fixed; right: -190px; bottom: 15px; width: 274px; z-index: 99; }
.contct-source ul li {list-style-type: none; background-color: #ed3251; color: #ffffff; height: 50px; padding: 0px; margin: 0px 0px 0px 0px; margin-right: 0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; cursor: pointer; float: left; min-width: 240px; }
.contct-source ul li img {float: left !important; width: auto !important; margin: 15px 10px; }
.contct-source ul li p {float: left; color: #fff; padding: 0px; margin: 0px 5px 0 0; font-weight: 700px; line-height: 50px; }
.contct-source ul li a {color: #fff; }
.contct-source ul li:hover {margin-left: -66px; -webkit-transform: translateX(-115px); -moz-transform: translateX(-115px); background-color: #ed3251; width: 100%; }
.lft input, .rht input{
    width: auto !important;
}
.no-margin{margin-top: 5px;}

.nav-fostrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align:center;
}

.nav-fostrap li {
  list-style-type: none;
    margin: 0px;
    padding: inherit;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #000;
    margin-top: 0;
    /*padding-top: 23px;*/
    vertical-align: top;
}

.nav-fostrap li a {
  padding: 27px 20px;
  font-size: 14;
  color: #000;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  font-weight: 400;
}

.nav-fostrap li:hover ul.dropdown { display: block; }

.nav-fostrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: #fff;
  /*-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);*/
  padding-top: 0;
}

.nav-fostrap li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.nav-fostrap li ul.dropdown li a {
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  display: block;
  font-weight: 400;
  border-bottom: none; 
}

.nav-fostrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-fostrap li:hover a {
  color: #000 !important;
  border-bottom: 2px solid #f9a31d;
}

/*.nav-fostrap li:first-child:hover a { border-radius: 3px 0 0 3px; }*/

.nav-fostrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); border:none;}

.nav-fostrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #000; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: relative;
  top: 12px;
  right: -5px;
  content: '';
}
.title-mobile {
  display: none;
}
 @media only screen and (max-width:900px) {

.nav-fostrap {
  background: #fff;
  width: 200px;
  height: 100%;
  display: block;
  position: fixed;
  right: -200px;
  top: 0px;
  -webkit-transition: right 0.25s ease;
  -moz-transition: right 0.25s ease;
  -ms-transition: right 0.25s ease;
  -o-transition: right 0.25s ease;
  transition: right 0.25s ease;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.title-mobile {
  position: fixed;
  display: block;
    top: 10px;
    font-size: 20px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #FFF;
}
.nav-fostrap.visible {
  right: 0px;
  -webkit-transition: right 0.25s ease;
  -moz-transition: right 0.25s ease;
  -ms-transition: right 0.25s ease;
  -o-transition: right 0.25s ease;
  transition: right 0.25s ease;
}

.nav-bg-fostrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 55px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  /*background: #03A9F4;*/
  padding: 12px 0 0 10px;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.26);
}

.navbar-fostrap {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 9999;
}

.navbar-fostrap span {
  height: 2px;
  background: #0072bc;
  margin: 5px;
  display: block;
  width: 20px;
}

.navbar-fostrap span:nth-child(2) { width: 20px; }

.navbar-fostrap span:nth-child(3) { width: 20px; }

.nav-fostrap ul { padding-top: 15px; }

.nav-fostrap li { display: block; }

.nav-fostrap li a {
  display: block;
  color: #505050;
  font-weight: 600;
}

.nav-fostrap li:first-child:hover a { border-radius: 0; }

.nav-fostrap li ul.dropdown { position: relative; }

.nav-fostrap li ul.dropdown li a {
  background: #2980B9 !important;
  border-bottom: none;
  color: #fff !important;
}

.nav-fostrap li:hover a {
  background: #ffffff;
  color: #000 !important;
}

.nav-fostrap li ul.dropdown li:hover a {
  background: #ddd !important;
  color: #000 !important;
}

.nav-fostrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }

.nav-fostrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.cover-bg {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}
 @media only screen and (max-width:1199px) {

.container { width: 96%; }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.respons { display: none; }
.input-group-btn{
       left: 172px;
    position: relative;
    z-index: 99;
    margin: 0px;
    top: -45px;
    /* left: 0; */
    padding: 0;
    position: absolute !important;
    padding-bottom: 0 !important;
}
/*.input-group {
    position: absolute;
    left: 0;
}*/
.up-btn{
    width: 360px !important;
    background-color: #efeeee;
    color: #666 !important;
    border: 1px solid #efeeee;
}

.up-btn:hover{
    color: #fff!important;
}

.hide{
    display: none;
}
.show{
    display: block !important;
    padding-left: 10px;
}

/* .is-sticky{
box-shadow: 0px 7px 7px 1px rgba(99, 99, 99, 0.08);
 }*/
 .nav-fostrap li a.active {
    color: #000 !important;
    border-bottom: 2px solid #f9a31d;
}
.lft-wrap{
    padding-left: 0px;
} 
}



.m-menu a:hover span {
    background: #222;
}
.m-menu a span {
    display: block;
    background: #ed3251;
    width: 26px;
    height: 3px;
    margin-top: 4px;
}

.m-menu {
    float: right;
    margin-left: 0;
    top: 25px;
    right: 12px;
    position: absolute;
    -webkit-transition: All 0.8s ease;
    -moz-transition: All 0.8s ease;
    -o-transition: All 0.8s ease;
    -ms-transition: All 0.8s ease;
    transition: All 0.8s ease;
}

.m-menu {
    display: none;
    float: right;
    color: #fff;
}




/* Smaller than standard 768 (devices and browsers) */
@media screen and (max-width:900px) {
body { -webkit-text-size-adjust: none; }
img {max-width:100%; }
/*.row  { width:97%; }*/
.site-lft { width:100%;}
.m-menu {display: block;}
#menu_part {display: none;}
.section-1 {
    height: 62vh !important;
}

/*.carousel-inner {
    height: 36vh !important;
}*/
.carousel-item > img {
     height: 100% !important;
}


.carousel-caption {
    top: 35% !important;
}
.h1, h1 {
    font-size: 22px;
    font-weight: 800;
    color: #f9a31d;
    text-shadow: 2px 3px 15px #1f1e1e;
}

.carousel-caption h2, .carousel-caption h3 {
    font-size: 24px;

}

}




.logo-one, .logo-two {
   display: none
}



label.waybill_number {
    padding-left: 19px;
}

.color_pace:-webkit-input-placeholder {
    color: black;
}
.col-md-12.cen-alig {
    border: 1px solid #ed3251;
}
.track{
    margin-top: 50px;
}

#pointer {
	      	width: 170px;
	      	height: 75px;
	      	position: relative;
	      	background: red;
	    }
	    #pointer:after {
	      	content: "";
	      	position: absolute;
	      	left: 0;
	      	bottom: 0;
	      	width: 0;
	      	height: 0;
	      	border-left: 20px solid white;
	      	border-top: 37px solid transparent;
	     	border-bottom: 37px solid transparent;
	    }
	    #pointer:before {
	      	content: "";
	      	position: absolute;
	      	right: -20px;
	      	bottom: 0;
	      	width: 0;
	      	height: 0;
	      	border-left: 20px solid red;
	      	border-top: 37px solid transparent;
	      	border-bottom: 37px solid transparent;
	    }
	    #pointer1 {
	      	width: 170px;
	      	height: 75px;
	      	position: relative;
	      	background: red;
	    }
	    #pointer1::after {

		    content: "";
		    position: absolute;
		    left: 0;
		    bottom: 0;
		    width: 0;
		    height: 0;
		    border-left: 20px solid white;
		    border-top: 37px solid #fff;
		    border-bottom: 39px solid #fff;
		    border-right: 20px solid #f9a31d;
		}
	    #pointer1:before {
	      	content: "";
	      	position: absolute;
	      	right: -20px;
	      	bottom: 0;
	      	width: 0;
	      	height: 0;
	      	border-left: 20px solid #f9a31d;
	      	border-top: 37px solid transparent;
	      	border-bottom: 37px solid transparent;
	    }
	    .transit:before{
	    	border-left: 20px solid #23bff0 !important;
	    }
	    .arrived:before{
	    	border-left: 20px solid #ed3251 !important;
	    }
	    .out:before{
	    	border-left: 20px solid #0c75bb !important;
	    }
	    .delivery:before{
	    	border-left: 20px solid #9ccf7d !important;
	    }
.waybill p{
    text-align: center;
    padding-left: 30px;
    padding-top: 10px;
    color:#fff;
    font-size: 13px;
}
.travel{
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}


.annual-lst {letter-spacing:0.5px; }
.annual-lst ul{list-style-type: none; padding-top:40px;padding-left: 0px;float: left;width: 100%;}
.annual-lst h3::after {	content: "";position: absolute;width: 6%;height: 5px;left: 0; bottom: -10px;background: #0072bc;}
.annual-lst ul li{float: left;width: 100%;padding-bottom: 25px;position: relative;}
.annual-lst ul li .pdf-icon {float: left;position: absolute;left: 0px;top: 0px;}
.annual-lst ul li .pdf-icon img {width:22px;}
.annual-lst ul li .txt{float: left;width: 100%;padding-left:45px;}
.annual-lst a{display:inline-block;font-family: 'square721_btroman'; font-size:18px;padding-top: 5px; color:#0873ba; font-weight: 200;line-height:22px;}
