/*************************
*******Header******
**************************/

.btn {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.light-blue-btn {
    background-color: #394FA2;
    color: #fff;
}

.light-blue-btn:hover {
    background-color: #111041;
    color: #fff;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.top-bar {
    padding: 4px 8% 0;
    background: #CF5B31;
    border-bottom: 1px solid rgba(217, 217, 217, 1.00);
    line-height: 28px;
}

.top-bar p {
    color: #fff;
}

.top-bar .numb span {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: white;
    padding: 10px 50px 0px;
}

.navbar-nav {
    margin-top: 0
}

.navbar-nav>li {
    margin-left: 0;
    padding: 0;
    font-size: 15px;
    min-width: 60px;
    text-align: center;
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 33px;
}

.navbar-nav>li>a>span {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.navbar-inverse .navbar-nav>li>a {
    padding: 4px 10px;
    margin: 0;
    width: 100%;
    border-radius: 0px;
    color: #3980C2;
    line-height: 24px;
    display: inline-block;
    border-top: 2px solid transparent;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    min-width: 70px;
    transition: ease-in 0.2s;
    text-align: center;
    font-size: 16px;
    font-family: 'Tw Cen MT';
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 30px;
}

.navbar-inverse .navbar-nav>li.active {
    border: 2px solid #CF5B31;
    border-radius: 30px;
}

.navbar-inverse .navbar-nav>li .fa {
    font-size: 9px;
}

.navbar-inverse .navbar-nav>li.active>a:hover {
    background: #CF5B31;
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #CF5B31;
    transition: ease-out 0.2s
}

.navbar-inverse {
    border: none;
}

.navbar-brand img {
    position: absolute;
    max-width: 190px;
    left: 75px;
    margin-top: -5px;
    transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    background: #CF5B31;
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #666;
    background-color: #fff;
    border-top-color: rgba(1, 100, 175, 0.212);
}

.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #111041;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0px;
    border-radius: 0;
    left: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    text-align: left;
    width: 450px;
    max-width: 100vw;
    padding-bottom: 10px;
    border-radius: 6px;
}

.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    padding: 5px 15px;
    width: 100%;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a p {
    width: 60%;
    float: left;
    margin: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a span {
    color: #394FA2;
    font-size: 12px;
    font-weight: bold;
    width: 40% !important;
    float: left;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover span {
    color: #19325C;
}

.navbar-inverse .navbar-nav .dropdown-menu>hr {
    width: 420px;
    border-color: #A7A9AB;
    border-width: 1px;
}

.navbar-inverse .navbar-nav .dropdown-menu>hr.first {
    margin-bottom: 8px;
}

.navbar-inverse .navbar-nav .dropdown-menu>hr.second {
    margin-top: 25px;
    margin-bottom: 5px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a::after {
    width: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:hover>a,
.navbar-inverse .navbar-nav .dropdown-menu>li:focus>a,
.navbar-inverse .navbar-nav .dropdown-menu>li.active>a {
    color: #666666;
}

.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
    border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu>li.divider {
    background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/*************************
*******Main Slide******
**************************/

.no-margin {
    margin: 0;
    padding: 0;
}

.owl-theme .owl-controls {
    opacity: 1 !important;
    z-index: 999;
    position: absolute;
    right: 180px;
    top: 150px;
}

#owl-demo_main .item {
    padding: 140px 100px 176px 70px;
}

#owl-demo_main .item h1 {
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: bold;
}

#owl-demo_main .item h1 span {
    font-size: 45px;
    font-weight: lighter;
    padding-bottom: 10px;
}

#owl-demo_main .item img {
    width: 70px;
    float: right;
    margin-top: 90px;
}

.owl-theme .owl-controls .owl-page {
    float: right;
    width: 100%;
}

.owl-theme .owl-controls .owl-page span {
    border: 1px solid #fff !important;
    float: right;
    opacity: 1;
    background: transparent;
}

.owl-theme .owl-controls .active span {
    border: 1px solid #fff !important;
    float: right;
    background: #fff;
}

.btn-slide {
    border: 0;
    background: #CF5B31;
    border-radius: 0;
    color: #fff;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: lighter;
    transition: ease-in-out 0.4s;
    margin-top: -5px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
    font-family: 'Tw Cen MT';
    letter-spacing: 3px;
}

.btn-slide.scroll {
    background-color: #fff;
    color: #000 !important;
}

.btn-slide:hover {
    background-color: #000;
    color: #fff !important;
}

#owl-demo_main #item1 {
    background-image: url(../images/slide/bg1.jpg);
}

#owl-demo_main .item {
    background-size: cover !important;
    background-repeat: no-repeat;
}

.ow-nav {
    color: rgba(3, 155, 20, 1.00) !important;
    position: absolute;
    top: 0%;
    height: 87% !important;
    display: inline-block;
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    opacity: 0.4;
    width: 70px;
    line-height: 0px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
    opacity: 0;
}

.ow-nav-left {
    left: 0px;
}

.ow-nav-right {
    right: 0px;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.welcome-strip {
    background: url('../images/bg/welcome.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 30px 50px;
    background-size: 33%;
}

.welcome-strip h5 {
    color: #CF5B31;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 40px;
}

.welcome-strip h2 {
    color: #3980C2;
    font-size: 44px;
    margin-top: 0;
    padding-top: 0px;
    font-family: 'Tw Cen MT';
    font-weight: normal;
    letter-spacing: 2px;
    padding-bottom: 40px;
}

.welcome-strip p {
    padding-right: 25px;
}

.welcome-strip .btn {
    background: rgb(46, 79, 197);
    color: #fff;
    padding: 17px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    display: block;
    margin: 180px auto 170px;
    transition: all ease-in-out 350ms;
}

.welcome-strip .btn:hover {
    background: #000;
    color: #fff;
}

.solution-strip {
    background-color: #0869B2;
    padding: 50px 170px 30px;
}

.solution-strip h4 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    padding: 5px 80px;
    line-height: 40px;
    padding-bottom: 60px;
}

.sol-wrapper {
    background: #fff !important;
    display: block;
    border-radius: 35px;
    padding: 18px 10px 5px;
    margin-bottom: 60px;
    min-height: 340px
}

.sol-wrapper img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 90px;
}

.sol-wrapper h5 {
    text-align: center;
    color: #3980C2;
    font-size: 20px;
    padding: 10px 5px;
}

.sol-wrapper p {
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.offer-strip h6 {
    color: #CF5B31;
    font-size: 12px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 40px;
}

.offer-strip h3 {
    color: #3980C2;
    font-family: 'Tw Cen MT';
    font-size: 45px;
    font-weight: normal;
    margin-top: 0;
    padding-top: 15px;
    margin-bottom: 30px;
}

.offer-strip p {
    font-size: 16px;
    color: #5D5D5D;
    line-height: 25px;
    padding-bottom: 15px;
}

.offer-strip ul {
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
}

.offer-strip ul li {
    margin-bottom: 10px;
}

.offer-strip .side1 {
    background: url('./../images/bg/solution.png');
    min-height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
}

.offer-strip .side2 {
    padding-left: 50px;
}

.contact-us {
    background: url('./../images/bg/bg5.jpg');
    padding-left: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.contact-us h4 {
    color: #fff;
    font-size: 46px;
    font-family: 'Tw Cen MT';
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 0;
}

.contact-us h6 {
    color: #fff;
    font-family: 'Tw Cen MT';
    font-weight: normal;
    font-size: 22px;
    padding-left: 20px;
    margin-top: 0;
}

.contact-us .btn {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 20px 40px;
    border-radius: 30px;
    margin-top: 20px;
    float: right;
}

.footer {
    background: #CF5B31;
    padding-bottom: 30px;
}

.footer .social {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.footer .social a {
    margin: 10px 17px;
    color: #fff;
    font-size: 24px;
}

.footer .rights {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
}

.footer .rights a {
    color: #A7A9AB
}

.footer .links {
    text-align: center;
}

.footer .links a p {
    display: inline;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #fff;
    padding: 0px 7px;
}

.footer .links a:last-child p {
    border-right-width: 0;
}

.footer .links a:hover p {
    color: #000;
}

.page-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-title .img-zone {
    background: url('./../images/bg/tittle.jpg');
    min-height: 200px;
    background-size: 100%;
}

.page-title .text-zone {
    background: url('./../images/bg/map-full.jpg');
    padding-left: 23%;
    padding-top: 47px;
    padding-bottom: 47px;
}

.page-title .text-zone h1 {
    color: #404041;
    float: left;
    font-weight: lighter
}

.page-title .text-zone hr {
    border-color: #CF5B31;
    width: 60px;
    border-width: 3px;
    float: left;
    margin-top: 38px;
    margin-left: 10px;
}

.page-title .text-zone h3 {
    color: #58585B;
    width: 100%;
    float: left;
    margin-top: 0;
}

.map-form {
    margin-top: 30px;
}

.form-zone {
    background-color: #2B2BAD;
    padding-left: 0;
    color: #fff;
    padding: 30px 30px;
}

.map-zone {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.form-zone label {
    width: 20%;
    float: left;
}

.form-zone input,
.form-zone textarea {
    width: 80%;
    float: left;
    margin-bottom: 20px;
    padding: 5px 7px;
    border-radius: 6px;
    border: 0px solid #fff;
}

.form-zone .btn {
    width: 80%;
    margin-left: 20%;
}

.form-zone .btn i {
    color: #394FA2;
    padding-right: 20px;
}

.form-zone .btn:hover {
    background: #000;
    color: #fff;
}

.form-zone p {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
}

.contact-strip h4 {
    color: #CF5B31;
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contact-strip h2 {
    color: #3980C2;
    font-size: 46px;
    font-family: 'Tw Cen MT';
    font-weight: lighter;
    line-height: 42px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-top: 0px;
}

.contact-strip ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
    padding-top: 15px;
    margin-bottom: 30px;
}

.contact-strip ul li {
    margin-bottom: 7px;
    font-family: 'Tw Cen MT';
    font-size: 16px;
}

.contact-strip ul li img {
    width: 20px;
    margin-right: 6px;
}

.contact-strip {
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-strip .sub-social i {
    color: #fff;
    background: #0869B2;
    padding: 10px 12px;
    border-radius: 50%;
    margin-right: 5px;
}

.contact-strip .img-zone {
    background: url('../images/bg/call.jpg');
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.industry-info {
    padding: 20px 120px;
}

.industry-info h4 {
    font-family: 'Tw Cen MT';
    font-weight: normal;
    font-size: 28px;
}

.industry-info p {
    font-family: 'Tw Cen MT';
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.industries {
    padding: 0;
}

.industries ul {
    list-style: none;
    padding-left: 0;
}

.industries ul li {
    float: left;
    width: 25%;
    text-align: center;
    background-size: 100% !important;
    height: 400px;
}

.industries ul li:hover .wrapper {
    width: 80%;
    display: block;
    height: 340px!important;
    margin-left: 10%;
    margin-top: 30px;
}

.industries ul li .wrapper {
    background-color: rgba(57, 128, 194, 0.541);
    padding: 100px 30px;
    display: block;
}

.industries ul li .wrapper h4 {
    color: #fff;
}

.industries ul li .wrapper p {
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
}

.industries ul li .wrapper img {
    width: 60px;
}

.about-info p,
.swazi p {
    font-family: 'Tw Cen MT';
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    padding: 10px 30px 50px 90px;
}

.swazi h4 {
    font-size: 26px;
    font-weight: lighter;
    padding-left: 20px;
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.swazi hr {
    border-color: #CF5B31;
    width: 40px;
    border-width: 4px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 70px;
}

.values h4 {
    font-size: 26px;
    font-weight: lighter;
    padding-left: 20px;
    padding-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.values hr {
    border-color: #CF5B31;
    width: 40px;
    border-width: 3px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 70px;
    margin-top: -17px;
    margin-left: 170px;
}

.vacany h3 {
    font-size: 43px;
    text-align: center;
    padding: 100px;
}

.new-serve {
    padding: 30px 80px;
}

.new-serve div {
    text-align: center;
    min-height: 170px;
}

.new-serve div img {
    max-width: 50%;
}

.new-serve div img:hover {
    transition: all ease-in-out 450ms;
    transform: rotate(360deg);
}

.new-serve div p {
    font-weight: bolder;
}