@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

@font-face {
    font-family: myriad;
    src: url(../font-awesome/MyriadPro-Semibold.otf)
}

.modal {
    top: 20%
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5 !important;
    height: 100%
}

.big-hide {
    display: none !important
}

html {
    -ms-overflow-style: scrollbar
}

body {
    /*position: relative;*/
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.7em;
    vertical-align: baseline
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

a,
button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 2em
}

ol,
ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none
}

button {
    border-color: transparent;
    background: 0 0
}

.red-border {
    border: 1px solid #F07322
}

.col-centered {
    float: none;
    margin: 0 auto
}

.no-padright {
    padding-right: 0
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.mar-bot10 {
    margin-bottom: 10px
}

.mar-bot20 {
    margin-bottom: 20px
}

.mar-bot50 {
    margin-bottom: 50px
}

.mar-bot30 {
    margin-bottom: 30px
}

.mar-top10 {
    margin-top: 10px
}

.mar-top20 {
    margin-top: 20px
}

.mar-top50 {
    margin-top: 50px
}

.mar-top40 {
    margin-top: 40px
}

.mar-bot15 {
    maring-bottom: 15px
}

.mar-top30 {
    margin-top: 30px
}

.mar-topbot30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mar-topbot50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mar-right10 {
    margin-right: 10px
}

input[type=email],
input[type=file],
input[type=search],
input[type=tel],
input[type=text] {
    border-radius: 0;
    outline: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-right: 5px
}

.form-group {
    margin-bottom: 15px
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control:focus {
    border-color: #F07322;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #F07322, 0 0 8px rgba(246, 182, 24, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 182, 24, .6)
}

textarea.form-control {
    height: auto !important
}

.btn-default {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    color: #F07322;
    font-weight: 600;
    border-radius: 0;
    background: 0 0;
    border: 1px solid #F07322;
    text-transform: uppercase;
    position: relative
}

.btn-default:after {
    border-color: transparent #F07322 #F07322 transparent;
    border-style: solid;
    border-width: 7px;
    content: " ";
    position: absolute;
    bottom: 4px;
    right: 4px;
    display: block
}

.btn-default:hover {
    background: #F07322;
    color: #fff
}

.tm-dv  ol, .tm-dv ul{
    list-style: disc !important;
}

.tm-dv img{
    max-width:100%!important;
}
.top-head {
    background-color: #292929;
    color: #fff;
    font-size: 13px;
    min-height: 35px;
    padding: 5px 0 0 0
}

.top-head .social_icons {
    text-align: right;
    overflow: hidden;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 10
}

.top-head .social_icons li {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 10px
}

.top-head .social_icons li a i {
    color: #fff;
    font-size: 15px
}

.top-head .social_icons li a:hover i {
    color: #F07322
}

header {
    padding: 10px 0 0 0
}

.bottom-section .logo img {
    width: 300px;
    display: inline-block;
    position: absolute;
    top: 30%;
    z-index: 3
}

.bottom-section .lang {
    text-align: right;
    margin: 5px 0
}

.bottom-section .lang form {
    display: inline-block
}

.bottom-section .lang form input {
    display: none
}

.bottom-section .lang form #search:hover input {
    display: block
}

.bottom-section form {
    text-align: right;
    margin-top: 10px
}

.bottom-section form .search-btn {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #EEE
}

.bottom-section form .search-btn i {
    color: #9999A5
}

.bottom-section form .search-btn:hover {
    border-color: #F07322
}

.bottom-section form .search-btn:hover i {
    color: #F07322
}

.bottom-section .navbar {
    margin-bottom: 0;
    min-height: 0;
    text-transform: uppercase
}

.bottom-section .navbar li a {
    padding: 20px 10px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid transparent
}

.bottom-section .navbar li a:hover {
    color: #fff;
    border-bottom: 2px solid #F07322
}

.bottom-section .navbar li a:focus {
    color: #fff;
    border-bottom: 2px solid #F07322
}

.bottom-section .navbar li a:active {
    color: #fff;
    border-bottom: 2px solid #F07322
}

.bottom-section .navbar li a:visited {
    color: #fff;
    border-bottom: 2px solid #F07322
}

.bottom-section .navbar li a.active {
    color: #fff;
    border-bottom: 2px solid #F07322
}

.bottom-section .navbar li a.active {
    color: #fff;
    border-bottom: 2px solid #F07322
}

.bottom-section .navbar .dropdown-menu li a {
    background-color: transparent;
    padding: 5px 5px;
    display: block;
    color: #000
}

.bottom-section .navbar .dropdown-menu li a:hover {
    border-color: transparent;
    color: #F07322 !important
}

.bottom-section .max-width {
    min-width: 330px
}

.bottom-section .max-width h6 {
    margin-top: 0
}

.bottom-section .max-width img {
    padding: 5px 0
}

.bottom-section .navbar-collapse {
    padding-right: 0;
    padding-left: 0
}

.bottom-section .navbar-default .navbar-nav > .open > a,
.bottom-section .navbar-default .navbar-nav > .open > a:focus,
.bottom-section .navbar-default .navbar-nav > .open > a:hover {
    color: #fff
}

.bottom-section .navbar-default {
    background-color: #292929;
    border-color: transparent;
    border-radius: 0;
}

.bottom-section .navbar-default:after {
    background: #fff none repeat scroll 0 0;
    content: " ";
    height: 60px;
    left: -160px;
    overflow: hidden;
    position: absolute;
    top: -17px;
    transform: skewX(-40deg);
    width: 45%
}

.bottom-section .navbar-default .navbar-nav > .active > a,
.bottom-section .navbar-default .navbar-nav > .active > a:focus,
.bottom-section .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent
}

.bottom-section .navbar-default .navbar-nav > .open > a,
.bottom-section .navbar-default .navbar-nav > .open > a:focus,
.bottom-section .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent
}

.bottom-section .nav .open > a,
.bottom-section .nav .open > a:focus,
.bottom-section .nav .open > a:hover {
    border-color: #F07322
}

.variable-width .slick-slide {
    margin: 0 1px
}

.variable-width .slick-prev {
    position: absolute;
    background-color: #fff;
    border-radius: 70px;
    left: 24%;
    z-index: 1;
    background-image: url(../images/slider_next_prev.png);
    width: 61px;
    height: 61px;
    background-repeat: no-repeat
}

.variable-width .slick-prev:hover {
    background-image: url(../images/slider_next_prev.png);
    background-position: 50% 0
}

.variable-width .slick-prev:before {
    content: ''
}

.variable-width .slick-next {
    position: absolute;
    background-color: #fff;
    border-radius: 70px;
    right: 24%;
    z-index: 1;
    background-image: url(../images/slider_next_prev.png);
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
    background-position: 50% 100%
}

.variable-width .slick-next:hover {
    background-image: url(../images/slider_next_prev.png);
    background-position: 50% 100%
}

.variable-width .slick-next:before {
    content: ''
}

.variable-width .item {
    position: relative
}

.variable-width .item .slider-caption {
    position: absolute;
    background-color: rgba(59, 53, 47, .9);
    padding: 10px;
    bottom: 5%;
    left: 5%;
    width: 70%;
    color: #fff
}

.variable-width .item .slider-caption h3 {
    margin: 0 0 10px;
    line-height: 1.25em;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase
}

.variable-width .item .slider-caption p {
    color: #fff;
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.4em
}

.variable-width .item .slider-caption h5 {
    color: #F07322;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.carousel-indicators li {
    text-align: center;
    border: none;
    text-indent: 0;
    background-color: #bdbdbd;
    width: 25px
}

.carousel-indicators .active {
    background-color: #fff;
    width: 25px
}

.section-title {
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 24px;
    margin-bottom: 25px;
    color: #5d5d5d;
    margin-top: 0;
    position: relative
}

.section-title:after {
    background: #F07322;
    content: "";
    position: absolute;
    bottom: 0;
    top: 35px;
    left: 0;
    width: 55px;
    height: 4px
}

.section-title-middle {
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 24px;
    margin-bottom: 25px;
    color: #5d5d5d;
    margin-top: 0;
    position: relative
}

.section-title-middle:after {
    background: #F07322;
    content: "";
    position: absolute;
    bottom: 0;
    top: 35px;
    margin-left: -25px;
    left: 50%;
    width: 55px;
    height: 4px
}

.more-button {
    font-size: 14px;
    letter-spacing: .1em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #F07322;
    border: 1px solid #F07322;
    text-align: center;
    text-decoration: none
}

.more-button:hover {
    color: #fff;
    background-color: #F07322
}

.simple-more {
    color: #F07322;
/ / color: #ccc;
    margin-left: 5px
}

.simple-more:hover {
    text-decoration: underline;
    color: #F07322
}

.about {
    margin-top: 30px
}

.about .abt-thau {
    background: #f4f4f4;
    padding: 35px;
    position: relative;
    display: inline-block
}

.notices {
    border: 1px solid #F07322;
    min-height: 350px
}

.notices h4 {
    background-color: #F07322;
    margin: 0;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

.notices .tender-item {
    padding: 15px 10px
}

.notices .tender-item .news-item {
    padding-left: 21px;
    position: relative
}

.notices .tender-item .news-item .news-date {
    background-color: #616161;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    text-transform: none;
    color: #fff;
    display: block
}

.notices .tender-item .news-item .news-date:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 45px 0 0;
    border-color: rgba(255, 255, 255, .1) transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0
}

.notices .tender-item .news-item .news-date .date {
    padding-top: 3px;
    font-size: 15px;
    font-weight: 700;
    display: block
}

.notices .tender-item .news-item .news-date .month {
    font-size: 9px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-top: 0
}

.notices .tender-item .news-item .news-heads {
    border-left: 1px dotted #bbb;
    padding-left: 25px;
    padding-bottom: 15px;
    position: relative;
    min-height: 60px
}

.notices .tender-item .news-item .news-heads .news-title {
    padding: 2px 10px;
    background: #f8f8f8
}

.notices .tender-item .news-item .news-heads .news-title a {
    display: block;
    font-weight: 600
}

.notices .tender-item .news-item .news-heads:hover a {
    color: #F07322
}

.products {
    padding-top: 50px
}

.products .prdct {
    border: 1px solid #F07322;
    padding: 5px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.products .prdct h4 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.products .prdct h4 small {
    margin-top: 5px
}

.products .prdct:hover {
    transform: scale(0.9);
}

.products .prdct:hover h4 {
    color: #F07322
}

.products .prdct:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.products .prdct img {

    padding: 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.product-detail .details h2 {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    color: #F07322
}

.product-detail .details h4 {
    margin-bottom: 20px;
    font-size: 18px
}

.product-detail .details h5 {
    margin-bottom: 30px
}

.product-detail .details h5 span {
    color: green
}

.product-detail .details h3 {
    color: #000;
    font-weight: 600;
    font-size: 20px
}

.product-detail .details ul {
    margin-left: 30px
}

.product-detail .details ul li {
    margin-bottom: 15px;
    list-style-type: disc
}

.news .news-content {
    padding: 10px
}

.news .news-item {
    padding-left: 35px;
    position: relative
}

.news .news-item .news-date {
    background-color: #616161;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 70px;
    height: 56px;
    text-align: center;
    text-transform: none;
    color: #fff;
    display: block
}

.news .news-item .news-date:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 70px 0 0;
    border-color: rgba(255, 255, 255, .1) transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0
}

.news .news-item .news-date .date {
    padding-top: 10px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    display: block
}

.news .news-item .news-date .month {
    font-size: 12px;
    line-height: 1;
    font-weight: 400
}

.news .news-item .news-heads {
    border-left: 1px dotted #bbb;
    padding-left: 50px;
    padding-bottom: 15px;
    position: relative;
    min-height: 85px
}

.news .news-item .news-heads .news-title {
    padding: 6px;
    background: #f8f8f8
}

.news .news-item .news-heads .news-title a {
    display: block;
    font-weight: 600
}

.news .news-item .news-heads .news-title span {
    font-size: 13px
}

.news .news-item .news-heads:hover a {
    color: #F07322
}

.success {
    padding: 50px 0;
    background-position: center;
    background-attachment: fixed;
    background-size:cover;
    color: #fff
}

.success h2 {
    color: #fff
}

.success-stories {
    padding: 10px;
    margin-bottom: 15px
}

.success-stories.lgbg {
    background-color: #F9F9F9;
}

.success-stories p {
    font-size: 14px
}

.sidebars {
    border: 1px solid #F07322
}

.sidebars form {
    padding: 10px
}

.sidebars .list-group {
    margin-bottom: 0
}

.sidebars .list-group li a {
    display: block
}

.sidebars .list-group li a:hover {
    color: #F07322
}

.sidebars h4 {
    background-color: #F07322;
    margin: 0;
    font-weight: 700;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

#upfoot {
    margin-top: 50px;
    background-color: #292929;
    padding: 60px 0 50px 0
}

#upfoot .foot-gal {
    margin-top: 20px
}

#upfoot .foot-gal img {
    margin-bottom: 10px;
    width: 70px;
    margin-left: 5px
}

#upfoot .gray-aaa {
    color: #aaa
}

#upfoot .foot-title {
    font-weight: 600;
    color: #F07322;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 10px;
    display: inline-block
}

#upfoot .foot-list {
    margin-top: 15px;
    padding-left: 0;
    list-style: none
}

#upfoot .foot-list li {
    margin-bottom: 10px
}

#upfoot .foot-list li a {
    color: #fff;
    font-size: 14px
}

#upfoot .foot-list li a:hover {
    padding-left: 10px;
    color: #F07322
}

#upfoot .addr-text {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #fff
}

#upfoot .addr-text a {
    color: inherit
}

#upfoot .footer-social a {
    width: 37px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    background-color: rgba(0, 0, 0, .15);
    text-align: center;
    color: #ccc;
    margin-top: 15px
}

#upfoot .footer-social a:hover {
    background-color: #F07322;
    color: #2D3290
}

#footer-container {
    text-align: center;
    padding: 10px;
    background: #1C1C1C
}

#footer-container a {
    font-size: 14px;
    color: #2D3290
}

#footer-container a:hover {
    color: #F07322
}

.copyright {
    color: #777
}

.copyright a {
    color: #777 !important
}

.copyright a:hover {
    color: #F07322 !important
}

.scrollup {
    height: 32px;
    width: 32px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    left: 25px;
    z-index: 9999;
    opacity: .3;
    background: #000
}

.scrollup:hover {
    opacity: 1;
    color: #fff
}

.subscribe-submit {
    background-color: #F07322;
    text-transform: uppercase;
    padding: 5px 20px;
    color: #fff
}

.gallery-box {
    position: relative;
    padding: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    -ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    -o-box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    width: 100%;
    border: 5px solid #ffffff;
    background-color: #ffffff;
    display: block;
    transition: transform .1s;
    -webkit-transition: transform .1s;
    -moz-transition: transform .1s;
    -ms-transition: transform .1s;
    -o-transition: transform .1s;
    margin-top: 20px;

}

.gallery-box .gallery-album {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery-title {
    position: absolute;
    opacity: 0;
    display: block;
    width: 96%;
    top: 38%;
    background-color: rgba(0, 0, 0, .4);
}

.gallery-h4 {
    color: #F07322;
    text-shadow: 1px 1px 1px #000000;
    font-size: 15pt;
    text-align: center;
    font-weight: 600;
    margin-bottom: -5px;
}

.gallery-p {
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    font-size: 9pt;
    text-align: center;
    font-weight: 600;
}

.gallery-box:hover {
    transform: scale(1.5);
    z-index: 1;
}

.gallery-box:hover .gallery-title {
    opacity: 1;
}

.gallery-photo {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 200px;
    background-size: cover;
    background-position: center center;
    border: 1px solid #e9eaed;
    position: relative;
    margin-bottom: 30px;
    cursor: -webkit-zoom-in
}

.gallery-photo:after {
    content: '\A';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(22, 159, 230, .6);
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.gallery-photo:hover:after {
    opacity: 1
}

.breadcrump-head {
    border-bottom: 1px solid #ddd;
    padding: 70px 0;
    height: 200px;
    background-repeat: no-repeat
}

.breadcrump-head .b-title {
    margin: 0;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #fff
}

.breadcrump-head .b-nav {
    color: #fff
}

.breadcrump-head .b-nav a {
    color: #fff
}

.breadcrump-head .b-nav a:hover {
    color: #F07322
}

.breadcrump-head .b-nav i {
    padding: 0 10px
}

.address .fa-ul li {
    padding-bottom: 10px
}

.sidebar-holder {
    position: absolute;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    width: 50px;
    transition: .4s
}

.sidebar-holder .sidebar {
    background-color: #F07322;
    padding: 0 10px 0 0;
    text-align: center
}

.sidebar-holder .sidebar .fa {
    margin: 10px 12px;
    color: #fff
}

.counter-main {
    margin-top: 50px;
    padding: 50px 0 70px 0;
    background-image: url(../images/bg.jpg);
    position: relative;
    background-position: center center;
    background-size:cover;
}

.counter-main:after {
    content: "";
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0
}

.counter-main .section-title-middle {
    color: #fff;
    position: relative;
    z-index: 1
}

.counter-main .title-cap {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    pading: 20px 80px
}

.counter-main .c-box {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: center
}

.counter-main .c-box h4 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.counter-main .c-box span {
    color: #F07322
}

.pagination li.active a {
    background-color: #F07322;
    border-color: #F07322
}

.partners img {
    margin-bottom: 5px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 10px
}

.dropdown-submenu .pull-left {
    float: none
}

.dropdown-submenu .pull-left .dropdown-menu {
    left: -100%;
    margin-left: 10px
}

.dropdown-submenu:hover a:after {
    border-left-color: #555
}

/*
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}
*/

.customized-caret {
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-left: 15px;
}

.faq ul li {
    margin-bottom: 15px;
    position: relative
}

.faq ul li a {
    font-weight: 600;
    margin-left: 8px;
    text-transform: uppercase;
    color: #000
}

.faq ul li a:hover {
    text-decoration: underline
}


.faq ul li span.q {
    padding: 0 5px;
    text-transform: uppercase;
    background-color: #F07322;
    font-weight: 600;
    border-radius: 3px;
    color: #fff
}

.faq ul li span.ans {
    padding: 0 5px;
    text-transform: uppercase;
    background-color: #f07222;
    font-weight: 600;
    border-radius: 3px;
    color: #fff;
    margin-right: 8px
}

.success-single h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px
}

.input#search {
    width: 50px;
    height: 50px;
    background: #2b303b;
    border: none;
    font-size: 10pt;
    float: left;
    color: #262626;
    padding-left: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease
}

.teamImg {
    margin: 0 -15px;
    padding-right: 3px;
    padding-bottom: 3px;
}

.mar-top15 {
    margin-top: 15px;
}

#rightDisplay {
    position: relative;

}

#rightText {
    position: absolute;
    bottom: 24px;
    background: #F07322;
    color: #fff;
    text-align: center;
    width: 100%;
}

.rightHead {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 22px;
}

.rightPara {
    margin-top: -3px;
    margin-bottom: 10px;
    text-align: center;
}

.floatlabel {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 15px;
    transition: 0.2s ease all;
    color: #000;
    font-weight: 400;
}

.focusfloating-label {
    position: absolute;
    top: -2px !important;
    bottom: 10px;
    left: 5px !important;
    font-size: 10px;
    opacity: .7;
    height: 0;

}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {

    top: -2px;
    bottom: 10px;
    left: 5px;
    font-size: 10px;
    opacity: .7;
    height: 0;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 15px;
    transition: 0.2s ease all;
    color: #000;
    font-weight: 400;
}

.textdiv {
    position: relative;
}

#form-id input.form-control, #form-id div.form-control, #form-id select.form-control {
    height: 50px;
    color: #000
}

.jfilestyle span {
    color: #000;
    font-weight: 400;
}

#form-id textarea.form-control {
    padding: 20px 12px;
    color: #000
}

.brochureImg {
    width: 100%;
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brochure-content {
    padding: 5px;
    color: #F07322;
    text-align: center
}

.research-list-h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.research-h3 {
    text-transform: uppercase;
    font-weight: 700;
}

#main-content .table-head {
    background: #f07322;
    color: #fff;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: transparent;
    border: 1px solid transparent;
    z-index: 0;
}

.branch-box .branch-box-h5 {
    padding: 10px;
    background-color: #f07322;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.close-btn {
    position: relative;
    right: 15px;
    opacity: 0.5;
    top: 5px;
}

.branch-text {
    padding: 10px;
}

#main-content .branch-text p {
    margin: 0;
}

.branch-box a {
    color: #f07322;
}

#main-content .table-head {
    background: #f07322;
    color: #fff;
}

#main-content a {
    color: #f07322;
    display: block;
    text-align: center;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

#myModal.modal {
    top: 0;
}

.modal-open {
    padding-right: 0 !important
}

html {
    overflow-y: scroll !important
}

.pad-25 {
    padding: 0 25px 25px;
}

.close-position {
    position: relative;
    right: 2%;
    top: 5px;
}

.modal-prgh {
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    color: #F07322;
    margin-bottom: 0;
}

.center-img {

    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.leftside-img {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.thumbnail {
    border-radius: 0 !important;
    border: 3px solid #ddd;
    transition: all .1s
}

.thumbnail:hover {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.mar-top100 {
    margin-top: 100px
}

.product-img {
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff
}

.product-bg {
    background-image: url(../images/product_bg.jpg);
    -moz-background-image: url(../images/product_bg.jpg);
    background-position: center;
    -moz-background-position: center;
    background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    padding: 70px 0;

}

.product-description {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin: 0 45px;
}

.btn-product {
    background-color: #F07322;
    background-image: -webkit-linear-gradient(left, #F17327 0, #F6915A 50%, #B38600 100%);
    background-image: linear-gradient(to right, #F17327 0, #F6915A 50%, #F07322 100%);
    border: 2px solid #fff;
    box-shadow: 0 0 1px #F07322;
    color: #FFF;
    font-weight: 700;
    padding: 6px 28px;
}

.search-wrapper h3 {
    margin-bottom: 0;
}

.search-wrapper a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #F07322;
}

.my-active span {
    background-color: #f07322 !important;
    color: white !important;
    border-color: #f07322 !important;
}

.navbar-toggle {
    border: 0;
}

.big-image-wrapper{

    overflow: hidden;
}

.big-image-wrapper >  img{
    width:386px;
    height: 386px;
}

ul.small-image-wrapper{
    padding-top: 50px
}

ul.small-image-wrapper li{
    margin-right: 45px;
}

ul.small-image-wrapper li:last-child{
    margin-right: 0
}

li.small-image{

    overflow: hidden;
}

li.small-image > img{
    width: 92px;
    height: 92px;
}

.products .regular.slider.slick-initialized.slick-slider.slick-dotted{
    margin-left:-20px;
    width: 103%
}

.prdct > a{
    display: block;
}
.prdct > a > img{
    height: 183px;
    width: 183px;
    overflow: hidden;
}

#sn{
    width: 42px;
}

#area{
    width: 272px;
}

#adrs{
    width: 318px;
}


#contact-person{
    width: 188px;
}

#contact{
    width: 125px;
}


a:focus{
    color:#f07222;
}

#st-1{
    text-align: left !important;
}

.click-here{
    font-weight: 700;
    color:#f07222;
}


#kaski {
    position: absolute;
    top: 49.4%;
    left: 44.3%;
    z-index: 100;
    cursor: pointer;
    display: block;
}
#ktm {
    position: absolute;
    z-index: 10;
    top: 63%;
    left: 62.5%;
    display: block;
}
#morang {
    position: absolute;
    z-index: 10;
    top: 81.6%;
    left: 88.8%;
    display: block;
}

#makwanpur {
    position: absolute;
    z-index: 10;
    top: 68.4%;
    left: 56.6%;
    display: block;
}

#chitwan {
    position: absolute;
    top: 67.7%;
    left: 48%;
    z-index: 10;
    display: block;
}
#banke {
    position: absolute;
    top: 60.3%;
    left: 18.3%;
    z-index: 10;
    display: block;
}
#kailali {
    position: absolute;
    z-index: 10;
    top: 46.5%;
    left: 5.8%;
    display: block;
}
.area-info {
    position: absolute;
    display: none;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    left: -20px;
    border: 2px solid #fff;
    bottom: -155%;
    width: 225px;
    transition: all 0.1s;
}

#morang .area-info {
    bottom:150%;
}

#ktm .area-info {
    bottom:150%;
}

.area-info h3 {
    font-size: 14px;
    font-weight:600;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    color: #F07322;
}

.area-info  p{
    color: #fff;
    margin: 6px 0 0;
    line-height: 14px;
    text-align: left;
}

.area-para {
    color:#F07322 !important;
    text-decoration:underline
}

#kaski:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#kaski:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}

#ktm:hover {
    z-index: 100;
}

#ktm:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#ktm:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}

#makwanpur:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#makwanpur:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}
#morang:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#morang:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}

#chitwan:hover {
    z-index: 100;
}

#chitwan:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#chitwan:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}
#banke:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#banke:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}
#kailali:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#kailali:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}

#kaski-md {
    position: absolute;
    top: 49.5%;
    left: 40.5%;
    z-index: 100;
    display: block;
}
#kaski-md:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#kaski-md:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}

#ktm-md {
    position: absolute;
    z-index: 20;
    top: 62.9%;
    left: 57.1%;
}

#ktm-md .area-info {
    bottom:150%;
}

#ktm-md:hover {
    z-index: 100;
}

#ktm-md:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#ktm-md:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}

#chitwan-md {
    position: absolute;
    z-index: 20;
    top: 67.1%;
    left: 43.8%;
}

#chitwan-md:hover {
    z-index: 100;
}

#chitwan-md:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

#chitwan-md:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}
#morang-md {
    position: absolute;
    z-index: 20;
    top: 80.6%;
    left: 80.7%;
}

#morang-md  .area-info {
    bottom:150%;
}
#morang-md:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#morang-md:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}
#banke-md {
    position: absolute;
    z-index: 20;
    top: 59.8%;
    left: 17%;
}
#banke-md:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#banke-md:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}
#kailali-md {
    position: absolute;
    z-index: 20;
    top: 46.6%;
    left: 5.8%;
}
#kailali-md:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#kailali-md:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}

#makwanpur-md {
    position: absolute;
    z-index: 20;
    top: 68%;
    left: 51.7%;
}
#makwanpur-md:hover>.area-img {
    transform: scale(2);
    -webkit-transform: scale(2);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#makwanpur-md:hover>.area-info {
    display: block;
    transition: all .3s ease-in-out 0.3s;
    -webkit-transition: all .3s ease-in-out 0.3s;
}


@media screen and (max-width: 992px) {
    #morang-md {
        left: 87.2%;
    }
    #kailali-md {
        left: 6.3%;
    }
    #banke-md {
        left: 18.3%;
    }
    #chitwan-md {
        left: 47.3%;
    }
    #kaski-md {
        left: 43.8%;
    }
    #ktm-md {
        left: 61.7%;
    }
    #makwanpur-md {
        left: 55.8%;
    }
}




/*Distributor network*/



