body{
    padding:0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    background: #212121;
}


header#main-header {
    position: fixed;
    width: 100%;
    top: 0;
    padding: 0 5%;
    z-index: 9;
}

header#main-header.fixed {
    background: black;
}

header#main-header.fixed .brand-logo img {
    width: 90px;
}



.top-skype {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.top-skype .skype-icon {
    background: #00AFF0;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.top-skype span {
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.brand-logo {
    text-align: center;
}

.header-socail-media {
    height: 100%;
}

.header-socail-media ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.header-socail-media ul li {
    margin: 0 6px;
    list-style: none;
    display: inline-block;
}

.header-socail-media ul li:last-child {
    margin-right: 0;
}

.header-socail-media ul li a {
    background: white;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.header-socail-media ul li a:hover {
    background: #FF6700;
        
}
.header-socail-media ul li a:hover img {
    filter: brightness(0) invert(1);
     -webkit-filter:brightness(0) invert(1);
}



/*********** hero section ******/

#hero-section {
    background:url("../images/hero-bg.jpg");
    min-height: 100vh;
    text-align: center;
    padding-top: 220px;
    position: relative;
}

.hero-setion-down {
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.hero-setion-down a {
    width: 71px;
    height: 71px;
    background: #ff6700;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
}

#hero-section .hero-banner-cnt h1 {
    font-size: 120px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    line-height: 130px;
    text-align: center;
}

#hero-section .hero-banner-cnt h1 strong {
    color:#FF6700;
}

#hero-section .hero-banner-cnt span {
    text-transform: uppercase;
    color: white;
    font-size: 60px;
    line-height: 68px;
    font-weight: bold;
    text-align: center;
}

/************ quote-section********/


#hm-quote-section {
    padding:80px 0;
}

.hm-quote-cnt {
    position: relative;
    width: 80%;
    margin: auto;
    padding-top: 120px;
}

.hm-quote-cnt p {
    font-size: 43px;
    line-height: 51px;
    font-weight:400;
    font-style: italic;
    text-align: center;
    color: white;
}

.hm-quote-cnt:before {
    content:"";
     background:url("../images/quote-icon.svg");
    width:274px;
    height: 204px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 7%;
        background-size: contain;
    background-repeat: no-repeat;
}


/********** client section **********/

#client-section {
    padding:60px 0;
    background:url("../images/client-section-bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

.client-section-heading {
    background:url("../images/client-heading-bg.png");
    background-size:cover;
        padding: 90px 50px;
    display: flex;
}

.client-section-heading div {
    border:10px solid #fff;
    padding:30px 20px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.client-section-heading div h2 {
    font-size: 56px;
    line-height: 64px;
    font-weight: bold;
    color: white;
        display: flex;
    align-items: center;
}

.client-logo-header {
    text-align: right;
        margin-bottom: 30px;
}

.client-logo-header h5 {
    color: white;
    text-transform: uppercase;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}

.client-logo-header h5:after {
    width:109px;
    height: 3px;
    background:#FF6700;
    content:"";
    position: absolute;
    bottom:0;
    right:0;
}

.client-logo-slider {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 100px;
}

.client-logo-slider .carousel-wrap {
    /* padding: 0 5%; */
    width: 71%;
    position: relative;
    float: right;
}

.client-logo-slider .owl-carousel .item a {
    margin-bottom: 10px;
        display: inline-block;
}



/* fix blank or flashing items on carousel */
.client-logo-slider .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.client-logo-slider .owl-carousel .owl-dots.disabled, .client-logo-slider .owl-carousel .owl-nav.disabled {
        display: flex !important;
    position: absolute;
    bottom: -60px;
    width: 100%;
        justify-content: center;
}


.client-logo-slider .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.client-logo-slider .owl-nav .owl-prev {
    position: relative;
   background: rgba(255, 255, 255, 0.3);
    width: 49px;
    height: 49px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 5px;
    transition: 0.5s;
}

.client-logo-slider .owl-nav .owl-next {
    position: relative;
   background: rgba(255, 255, 255, 0.3);
    width: 49px;
    height: 49px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: 5px;
    transition: 0.5s;
}
.client-logo-slider .owl-nav .owl-prev:hover, .client-logo-slider .owl-nav .owl-next:hover {
    background: #FF6700;
}

.client-logo-slider .owl-nav .owl-prev:before {
    content:"";
    background:url("../images/left-arrow.svg");
    width:33px;
    height: 33px;
    background-size:cover;
    position: absolute;
    
}

.client-logo-slider .owl-nav .owl-next:before {
    content:"";
    background:url("../images/right-arrow.svg");
    width:33px;
    height: 33px;
    background-size:cover;
    position: absolute;
    
}

/*********** services section ******/

#services-section {
    padding:50px 5%;
}

#services-section .section-row {
    background:#000000;
}

#services-section .services-heading {
    text-align: center;
        margin-bottom: 30px;
}

#services-section .services-heading h2 {
        color: white;
    font-size: 74px;
    line-height: 82px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -43px;
    width: auto;
    display: inline-block;
    
}

#services-section .services-heading h2:before {
    content:"";
    background:url("../images/plus-icon.svg");
    width:43px;
    height: 43px;
    background-size:cover;
    position: absolute;
    left:-44px;
    top:-22px;
}

#services-section .services-heading h2 strong {
    color:#FF6700;
}

#services-section .section-row {
    background: rgba(0, 0, 0, 10%);
    padding-bottom: 80px;
}

.services-slider .owl-item .item {
    padding-bottom: 30px;
}

.services-slider .owl-item .item div {
    border: 5px solid rgba(255, 255, 255, 10%);
    transition: 0.5s;
    
    
}

.services-slider .owl-item .item div:hover {
    border: 5px solid #FF6700 !important;
}
.services-slider .owl-item .item div:hover  a span {
    color:#FF6700;
}

.services-slider .owl-item .item div a {
        padding: 28px 20px 14px;
    position: relative;
    display: block;
    text-align: center;
    transition: 0.5s;
}

.services-slider .owl-item .item div a img {
    max-width: 116px;
    margin: auto;
}

.services-slider .owl-item .item div a span {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    background: #1E1E1E;
    padding: 1px;
    display: inline-block;
    bottom: -35px;
    position: relative;
    padding: 5px 15px;
    transition: 0.5s;
}


.services-slider .owl-carousel .owl-dots.disabled, .services-slider .owl-carousel .owl-nav.disabled {
               display: inline-block !important;
}


.services-slider .owl-nav .owl-prev {
    position: absolute;
   background: rgba(255, 255, 255, 0.3);
    width: 99px;
    height: 99px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 5px;
    transition: 0.5s;
    left: -98px;
    top: 70px;
}

.services-slider .owl-nav .owl-next {
    position: absolute;
   background: rgba(255, 255, 255, 0.3);
    width: 99px;
    height: 99px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: 5px;
    transition: 0.5s;
    right: -98px;
        top: 70px;
}
.services-slider .owl-nav .owl-prev:hover, .services-slider .owl-nav .owl-next:hover {
    background: #FF6700;
}

.services-slider .owl-nav .owl-prev:before {
    content:"";
    background:url("../images/left-arrow.svg");
    width:55px;
    height: 55px;
    background-size:cover;
    position: absolute;
    
}

.services-slider .owl-nav .owl-next:before {
    content:"";
    background:url("../images/right-arrow.svg");
    width:55px;
    height: 55px;
    background-size:cover;
    position: absolute;
    
}


/************** footer section *******/

#main-footer {
    padding: 90px 0 120px;
    position: relative;
}

#main-footer:before {
    content:"";
    background:url("../images/footer-send-icon.svg");
    width:527px;
    height: 339px;
    background-size:cover;
    position: absolute;
    left:0;
    bottom: 80px;
}

#main-footer:after {
    content:"";
    background:url("../images/footer-plant.svg");
    width:213px;
    height: 279px;
    background-size:cover;
    position: absolute;
    right:50px;
    bottom: 0;
}

.footer-cnt {
    position: relative;
    z-index: 9;
}

.footer-cnt h2 {
    color: white;
    font-size: 74px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 82px;
        margin-bottom: 50px;
}


.footer-cnt a {
    color: white;
    font-size: 58px;
    line-height: 58px;
    background: #FF6700;
    padding: 16px 42px;
    text-decoration: none;
    border-radius: 80px;
    display: inline-block;
    box-shadow: 0 4px 20px rgb(0 0 0);
}