/*==========================================================
            Html, Body
============================================================*/
html,
body {
    height: 100%;
}
body {
    color: black;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
}
p {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}
section {
    background: #fff;
    overflow: hidden;
}
/*========================================
            Preloader
========================================*/
#preloader {
    background-color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
#status {
    background-image: url(../img/Preloader/preloader.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
}
/*==========================================================
             Header 
============================================================*/
#header {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}
.navbar-header img {
    margin-top: -30px;
    margin-left: 0;
    width: 300px;
    left: -90px;
}
/*==========================================================
             Main 
============================================================*/
#main {
    background: none;
    height: 100%;
}
.crossfade div {
    animation: imageAnimation 26s linear infinite 0s;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -2;
}
.crossfade div:nth-child(1) { 
    background-image: url("../img/background-image/slideshow-1.jpg");
}
.crossfade div:nth-child(2) {
    animation-delay: 6s;
    background-image: url("../img/background-image/slideshow-2.jpg");
}
.crossfade div:nth-child(3) {
    animation-delay: 12s;
    background-image: url("../img/background-image/slideshow-3.jpg");
}
.crossfade div:nth-child(4) {
    animation-delay: 18s;
    background-image: url("../img/background-image/slideshow-4.jpg");
}


@keyframes
    imageAnimation {  0% {
     animation-timing-function: ease-in;
     opacity: 0;
    }
     10.5% {
        animation-timing-function: ease-out;
     opacity: 1;
    }
     25% {
    
     opacity: 1
    }
     98% {
        
        opacity: 0
    }
     100% {
        
        opacity: 0
    }
}

#main-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
#main-content {
    width: 100%;
    height: 100%;
    display: table;
}
#main-content-inner {
    display: table-cell;
    vertical-align: middle;
}
#main-heading h1 {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0px;
    margin: 0;
    display: inline-block;
    color: #fff;
}
#main-text h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
#main-text p {
    text-align: center;
    color: #fff;
    word-spacing: 3px;
    font-size: 15px;
    font-weight: 200;
    margin: 8px 0 20px 0;
}
/*==========================================================
             Horizontal/Vertical Headings
============================================================*/
.horizontal-heading {
    margin-bottom: 80px;
}
.vertical-heading h5 {
    color: #DC061E;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -53px;
}
.vertical-heading h2 {
    margin: 0 0 20px 40px;
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}
.horizontal-heading h2 {
    margin: 0 0 45px 35px;
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}
.horizontal-heading h5 {
    font-size: 14px;
    color: #DC061E;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}
.horizontal-heading img {
    margin-top: 25px;
}
/*==========================================================
             Buttons
============================================================*/
.btn-general {
    font-family: "Raleway", sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;
    padding: 12px 46px 12px 46px;
    -webkit-transition: all.5s;
    transition: all.5s;
}
.btn-main {
    color: #fff;
    border: 1px solid #fff;
}
.btn-main:hover,
.btn-main:focus {
    color: #fff;
    background-color: #DC061E;
    border: 1px solid #DC061E;
}
.btn-submit {
    color: #fff;
    background-color: #DC061E;
    border: 1px solid #DC061E;
}
.btn-submit:hover,
.btn-submit:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}
.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    color: red;
    background-color: red;
}
.btn-back-to-top:hover,
.btn-back-to-top:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}
/*========================================
            Slider Buttons
========================================*/
.owl-theme .owl-nav [class*=owl-] {
    color: #212226;
    font-size: 40px;
    background: none;
    margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #DC061E;
}
/*==========================================================
             Arrow down
============================================================*/
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}
#arrow-down:hover,
#arrow-down:focus {
    color: red;
}
/*==========================================================
             Content Boxes
============================================================*/
.content-box-md {
    padding: 98px 0;
    margin-left: 20px;
    margin-right: 20px;
}
.content-box-sm {
    padding: 90px 0;
}
/*==========================================================
             About Us 
============================================================*/
#about {
    background-color: #fff;
}
.about-item i,
.about-item-1 i,
.about-item-2 i,
.about-item-3 i,
.about-item-4 i,
.about-item-5 i {
    font-size: 32px;
    margin: 0;
}
.about-item-1 h4,
.about-item-2 h4,
.about-item-3 h4,
.about-item-4 h4,
.about-item-5 h4 {
    font-size: 24px;
    margin-bottom: 10px;
}
.about-item-bottom-1 hr,
.about-item-bottom-2 hr,
.about-item-bottom-3 hr,
.about-item-1 hr,
.about-item-2 hr,
.about-item-3 hr,
.about-item-4 hr,
.about-item-5 hr {
    width: 50px;
    height: 2px;
    background-color: #DC061E;
    margin: 0 auto;
    border: none;
}
.about-item p {
    margin-top: 20px;
}
.about-item,
.about-item-1,
.about-item-2,
.about-item-3,
.about-item-4,
.about-item-5 {
    padding: 80px 25px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: relative;
    border-radius: 10px;
}
.about-item li {
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}
/*==========================================================
             About Us 01
============================================================*/
#about-right-01 p {
    margin-bottom: 40px;
}
#about-bottom {
    margin-top: 60px;
}
#about-bottom img {
    margin: 0 auto;
    margin-bottom: 10px;
}
/*==========================================================
             About Us 02
============================================================*/
#about-02 {
    background-color: #f4f4f4;
}
#about-02 ul {
    padding: 10;
}
#about-02 ul li {
    text-align: left;
     margin-bottom: 10px;
}
#about-02 .about-item-1,
#about-02 .about-item-2,
#about-02 .about-item-3 {
    background-color: #fff;
    margin: 0;
    padding: 30px 30px 30px 30px;
}
#about-02 .about-item-1 {
    padding-bottom: 23px;
}
#about-02 .about-item-2 {
    padding-bottom: 30px !important
}
#about-02 .about-item-3 {
    padding-bottom: 80px;
}
/*==========================================================
             About Us 03
============================================================*/
#about-03 {
    background-color: #fff;
}
.about-item-bottom-1,
.about-item-bottom-2,
.about-item-bottom-3 {
    background-color: #fff;
    padding: 80px 25px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: relative;
    border-radius: 10px;
}
.about-item-bottom-1 {
    padding-bottom: 30px;
}
.about-item-bottom-2 {
    padding-bottom: 160px
}
.about-item-bottom-3 {
    padding-bottom: 172px
}
.about-item-bottom-1 i,
.about-item-bottom-2 i,
.about-item-bottom-3 i {
    font-size: 32px;
    margin: 0;
}
.about-item-bottom-1 p {
    font-size: 18px;
}
.about-item-bottom-1 ul,
.about-item-bottom-2 ul,
.about-item-bottom-3 ul {
    list-style: none;
}
.about-item-bottom-1 li,
.about-item-bottom-2 li,
.about-item-bottom-3 li {
    padding-right: 40px;
    margin-bottom: 10px;
    font-size: 16px;
}
/*==========================================================
             About Us 04
============================================================*/
#about-04 {
    background-color: #f4f4f4;
}
.about-item-4 {
    padding-bottom: 60px;
    background-color: #fff;
}
.about-item-4 p {
    margin-top: 5px;
}
.about-item-4 ul {
    list-style: none;
}
.about-item-4 li {
    padding-right: 50px;
    margin-bottom: 5px;
}
.about-item-5 {
    padding-bottom: 87px;
    background-color: #fff;
}
.about-item-5 hr {
    margin-bottom: 10px;
}
.about-item-5 li {
    font-weight: bold;
    list-style: none;
    
}
/*==========================================================
                    History
============================================================*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#history {
    background-image: url(../img/history.jpg);
    font-family: "Raleway", sans-serif;
}

#history .vertical-heading {
    margin-left: 100px;
    padding-top: 80px;
    color: lightgrey;
}
#history .vertical-heading h5 {
    color: #ff4c4c;
}
#history h1 {
    color: lightgrey;
    text-align: center;
    font-size: 42px;
    font-weight: 100;
}
#history h1 strong{
    color: lightgrey;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
}
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #DC061E;
    top:0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.container-history {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;   
}

.hexagon {
    position: relative;
    width: 25px; 
    height: 14.43px;
    background-color: #DC061E;
    margin: 7.22px auto;
    transform: rotate(90deg);
    z-index: 10;
    margin-top: -5px;
    margin-right: -82px;
}

.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    z-index: 5;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 7.22px solid #DC061E;
}

.hexagon:after {
    top: 100%;
    border-top: 7.22px solid #DC061E;
}
.hexagon-right {
    position: relative;
    width: 25px; 
    height: 14.43px;
    background-color: #DC061E;
    margin: 7.22px auto;
    transform: rotate(90deg);
    z-index: 5;
    top: -12px;
    margin-left: -83px;
}

.hexagon-right:before,
.hexagon-right:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    z-index: 5;
}

.hexagon-right:before {
    bottom: 100%;
    border-bottom: 7.22px solid #DC061E;
}

.hexagon-right:after {
    top: 100%;
    border-top: 7.22px solid #DC061E;
}

.left {
    left: 0;
}
.left h2,
.left h5 {
    text-align: right;
}

.left li {
    text-align: right;
    direction:rtl;
}
.right {
    left: 50%;
}
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #fff;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
}
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    margin-left: -20px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 10px;
    border-color: transparent  #fff transparent transparent;
}
.right::after {
    left: -1px;
}
.content,
.content-first {
    padding: 20px 30px;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: relative;
    border-radius: 10px;
}
.content h3,
.content-first h3{
    padding-left: 0;
    margin-top: -10px;
    text-align: center;
    font-size: 32px;
}
.content h5,
.content-first h5,
.content h2,
.content-first h2{
    text-transform: uppercase;
}
.content h5,
.content-first h5 {
    color: #DC061e;
    margin-bottom: -15px;
    font-weight: 900;
}
.content h2,
.content-first h2 {
    font-size: 24px;
}
@media all and (max-width: 600px) {
    .timeline::after {
        left: 31px;
    }
    .container-history {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    .container-history::before {
        left: 60px;
        border: medium solid #fff;
        border-width: 10px 10px 10px 0;
        border-color: transparent #fff transparent transparent;
    }
    .right::before {
        margin-left: 0px;
    }
    .left::after, 
    .right::after {
        left: 18px;        
    }
    .right {
        left: 0%;
    }
} 

/*==========================================================
             Team
============================================================*/
#team {
    padding-top: 100px;
    padding-bottom: 60px;
    background-color: #fff;
}
.team-member {
    margin: 10px;
    position: relative;
}
.team-member-overlay {
    background-color: rgba(33, 34, 38, .9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-member-info {
    width: 100%;
    height: 100%;
    padding: 50px 0;
}
.team-member-info h6 {
    color: aqua;
    font-size: 16px;
}
.team-member-info p {
    color: #fff;
}
.team-member:hover .team-member-overlay {
    opacity: 1;
}
/*==========================================================
             Social Icons
============================================================*/
ul.social-list {
    padding: 0;
    margin-top: 20px;
}
ul.social-list li {
    display: inline-block;
    padding: 0;
}
ul.social-list li a {
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    color: #fff;
    line-height: 35px;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}
ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;
}
ul.social-list li:nth-child(3) a:hover {
    background: #dd4b39;
    border-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #212226;
    font-size: 30px;
    background: none;
    margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #DC061E;
}
/*========================================
           Skills
========================================*/
.skill {
    margin-bottom: 20px;
}
.skill h4 {
    line-height: 62px;
    margin: 0;
    font-weight: normal;
}
.progress {
    height: 25px;
    border-radius: 0;
    background: #efefef;
    overflow: visible;
}
.progress-bar {
    background-color: #DC061E; 
    position: relative;
}
.progress-bar span {
    font-size: 11px;
    font-weight: 100;
    font-family: "Open Sans", sans-serif;
    background-color: #212226;
    padding: 3px;
    position: absolute;
    left: 97%;
    top: -47px;
}
.progress-bar span:before {
    content: "";
    border-top: 8px solid #212226;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -8px;
    left: 23%;
}
/*========================================
            Products 
========================================*/
#product {
    background: #fff;
}
#product .product {
    margin-top: 60px;
    margin-left: 80px;
    width: 100%;
}
.product-bottom {
    padding-top: 100px;
}
.product-bottom img {
    width: 40%;
    margin-left: 40px;
}
.product-bottom .desc-img-1 {
    margin-top: -25px;
    margin-left: -40px;
}
.product-bottom .desc-img-2 {
    margin-top: -20px;
    padding-right: 10px;
}
.product-bottom .desc-img-3 {
    margin-left: -40px;
    width: 300px;
    margin-bottom: 40px;
}.product-bottom .desc-img-4 {
    margin-top: -10px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.product-bottom-top {
    margin-bottom: 60px;
}
.product-bottom-top .desc1,
.product-bottom-bottom .desc3 {
    margin-left: -100px;
    width: 32%;
    font-size: 14px;
}
.product-bottom-top .desc2,
.product-bottom-bottom .desc4 {
    margin-left: -110px;
    width: 35%;
    font-size: 14px;    
}
.product h5 {
    font-size: 15px;
    text-transform: uppercase;
    color: #DC061E;
    margin: 20px 0 6px 0;
}
.product:hover h5 {
    color: #212226;
}
.product h4 {
    font-size: 24px;
    margin: 0 0 8px 0;
}
.product p {
    font-size: 16px;
    width: 80%;
    line-height: normal;
    margin: 0 0 20px 0;
}
/* Shine */
.shine {
    height: 20px;
    width: 60%;
    margin-top: 320px;
    background-image: radial-gradient(
    farthest-side at 50% -50%,
    hsla(0, 0%, 0%, 0.5),
    hsla(0, 0%, 0%, 0));
    position: relative; 
    padding-top: 40px;
}
.shine::before {
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 0%, 0),
    hsla(0, 0%, 0%, 0.3) 50%,
    hsla(0, 0%, 0%, 0));
}
.shine-first {
    height: 20px;
    width: 60%;
    margin-top: 400px;
    background-image: radial-gradient(
    farthest-side at 50% -50%,
    hsla(0, 0%, 0%, 0.5),
    hsla(0, 0%, 0%, 0));
    position: relative; 
    padding-top: 40px;
}
.shine-first::before {
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 0%, 0),
    hsla(0, 0%, 0%, 0.3) 50%,
    hsla(0, 0%, 0%, 0));
}
/*========================================
            Services(Responsive Tabs)
========================================*/
#services {
    padding-top: 50px;
    background-color: #f4f4f4;
}
#services .horizontal-heading {
    text-align: center;
    margin-bottom: 50px;
}

#services-tabs ul {
    margin-bottom: 10px;
}
#services-tabs ul li {
    padding: 5px 30px;
}
#services-tabs ul li a {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    color: #212226;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}
/* Tab active state */
#services-tabs ul li.r-tabs-state-active a {
    color: #DC061E;
    font-weight: 700;
    border-bottom: 3px solid #DC061E;
    padding-bottom: 5px;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}
.service-tab .col-md-6 {
    padding: 0;
}
.service-tab #img-tab-1,
.service-tab #img-tab-2,
.service-tab #img-tab-3 {
    height: 600px;
}


.service-tab img {
    width: 100%;
    margin: 0 auto;
}
.service-tab .tab-bg {
    background: #dcdcdc;
    padding: 20px 30px;
    height: 600px;
    overflow: auto; 
}

.service-tab h3 {
    font-size: 16px;
    margin: 0 30px 10px 0;
}
.service-tab p {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
    padding: 0;
}
.service-tab strong {
    font-size: 13px;
}
.service-tab ul {
    margin: 0;
}
.service-tab ul li {
    font-size: 13px;
    padding: 0;
    margin: 0;
}
#service-tab-2 h6 {
    font-size: 14px;
}
#service-tab-2 p {
    font-size: 12px;
}
#service-tab-2 ul li {
    font-size: 13px;
}
#service-tab-3 h3 {
    font-size: 16px !important;
}
#service-tab-3 strong {
    font-size: 14px;
}
#service-tab-3 ul {
    padding-top: 10px;
    margin: 0;
    font-size: 13px;
}
#service-tab-3 ul li {
    font-size: 13px;
    padding: 0;
}
/*========================================
            Customers
========================================*/
#customer {
    padding-bottom: 0px;
    background: #fff;
    margin-bottom: -100px;
}
#customer .vertical-heading {
    margin-bottom: 50px;
}
#customer .vertical-heading h2 {
    margin-left: 6%;
}
.row.no-gutters [class*=col-] {
    padding: 0;
}
.customer-item {
    overflow: hidden;
    position: relative;
}
/* Filters CSS */
#isotope-filters {
    margin-bottom: 10px;
    padding: 20px 25px 20px 0;
}
#isotope-filters button {
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 8px;
    outline: 0;
}
#isotope-filters button span {
    display: block;
    padding-bottom: 5px;
    -webkit-transition: border-color .4s ease-in-out;
    transition: border-color .4s ease-in-out;
}
#isotope-filters button.active span {
    color: #DC061E;
    border-bottom: 3px solid #DC061E
}
/* Zoom Effect */
.customer-item img {
    width: 100%;
    height: auto;
    -webkit-transition:
        -webkit-transform .5s;
    transition:
        -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,
        -webkit-transform .5s;
}
.customer-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*  Overlay Effect */
.customer-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 14, 17, 0.9);
    cursor: -webkit-zoom-in;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* Item Details Effect */
.customer-item-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.customer-item-details h4 {
    color: #DC061E;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.customer-item-details span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}
ss .customer-item-details p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/* Show Overlay on mouse hover*/
.customer-item:hover .customer-item-details h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.customer-item:hover .customer-item-details p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.customer-item:hover .customer-item-overlay {
    opacity: 1;
}
/*========================================
              Achievements
========================================*/
#achievements .horizontal-heading {
    margin-top: 30px;
    margin-bottom: -10px;
}
#achievements {
    background-color: #f4f4f4;
}
#achievements-list {
    padding: 45px 0 0 0;
}
.achievement {
    padding: 0 10px;
    margin: 0 auto;
    line-height: 100px;
}
.achievement img {
    display: inline-block !important;
}
.msc {
     max-width: 150px;
}
.pikom {
    margin-top: 30px;
    max-width: 120px;
}
.oracle {
     margin-top: 60px;
     max-width: 200px;
}
.microsoft {
     margin-top: 60px;
     max-width: 200px;
}
/*==========================================================
             Contact
============================================================*/
#contact {
    background: #f4f4f4;
}
/* Contact Left */
#contact-left p {
    margin: 5px 0 20px 0;
}
ul.office-details {
    list-style: none;
    padding: 0;
}
ul.office-details li {
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
ul.office-details li i {
    font-size: 20px;
    width: 45px;
}
ul.office-details li.address-1 {
    margin-top: 20px;
}
ul.office-details li.address-2 {
    margin-top: 20px;
}
ul.office-details li span.address-1 {
    margin-left: 24px;
}
ul.office-details li span.address-2 {
    margin-left: 30px;
}
ul.office-details li i.fa-mobile {
    margin-left: 3px;
    font-size: 35px;
}
ul.office-details li i.fa-map-marker {
    margin-left: 2px;
    font-size: 26px;
}
ul.social-list {
    padding: 0;
    margin: 0;
}
#contact-left ul.social-list li a {
    color: #212226;
    border: 1px solid #212226;
    text-align: center;
}
#contact-left ul.social-list li a:hover {
    color: #fff;
    border-color: transparent;
}
/* Contact Right */
.contact-right {
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    border: 28px;
    background: #fff;
}
#contact-right h4 {
    font-size: 24px;
}
#contact-right p {
    margin-bottom: 25px;
}
#contact-right form .form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}
#contact-right form textarea.form-control {
    min-height: 164px;
}
.iti__flag {
    background-image: url("../img/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png") !important;
    }
}
/*========================================
              Google Map
========================================*/
#map {
    height: 600px;
}
/*==========================================================
             Footer
============================================================*/
footer {
    background: #212226;
    padding: 30px;
}
footer p i {
    color: #fff;
    line-height: 20px;
    margin-right: 20px;
}
footer a i {
    color: #fff;
}
footer span {
    color: #fff;
}
#shutdown .active i {
    font-size: 15px;
    display: block;
    line-height: 32px;
}
.fa-eye:hover {
    color: #DC061E;
}
/*==========================================================
             Navigation
============================================================*/
.navbar {
    margin-top: -20px;
    padding: 10px 0 20px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#dropdownMenuLink {
    background: none;
}

.dropdown-menu {
    padding: 10px;
    width: 300px;
    opacity: 0.73;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
.dropdown-menu .dropdown-item {
    text-decoration: none;
    color: #000;
}
.dropdown-menu .dropdown-item:hover {
    color: #DC061E;
}
.dropdown-menu ul {
    list-style: none;
}
.dropdown-menu ul li {
    margin-left: -40px;
    padding-bottom: 5px;
}
#about-menu ul {
    list-style: none
}
#about-menu ul li {
    margin-left: -40px;
    padding-bottom: 5px;
}

.site-nav-wrapper {
    padding: 0 85px;
}
ul.navbar-nav > li > a {
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
    background: none;
    color: #DC061E;
}
.white-nav-top {
    margin-bottom: 50% !important;
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 10;
}
.white-nav-top img {
    margin-top: -20px;
    width: 240px;
    margin-left: 60px;
}
.white-nav-top ul.navbar-nav > li > a {
    margin-top: 30px;
    margin-bottom: 0;
    color: #212226;
}
.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a :focus {
    color: #DC061E;
}
/* scroll spy active state */
.white-nav-top ul.navbar-nav > li.active > a {
    color: #DC061E;
    font-weight: 500;
}
/*========================================
              Animation
========================================*/
#main-heading,
#main-heading-1,
#main-heading-2,
#main-text,
#main-btn,
#arrow-down i {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
}
#main-heading-1 {
    -webkit-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
#main-heading-2 {
    -webkit-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
#main-text {
    -webkit-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
#main-btn {
    -webkit-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important;
}
#arrow-down i {
    -webkit-animation-delay: 1.5s !important;
    -o-animation-delay: 1.5s !important;
    animation-delay: 1.5s !important;
}