﻿*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
/*--Header--*/
.header{
    background: #ececec;
    position: relative;
    top: 0;
    z-index: 10;
    display: initial;
}
#navbar{
    padding-top: 20px !important;
    
}
.nav-item{
    margin-left: 20px;
    margin-bottom: 10px;
}
.nav-link{
    color: #2c00a5 !important;
    font-weight: 12px; 
    padding: 0 0 2px 0; 
    display: unset; 
}
.navbar-brand img{
    width: 350px;
}
.fa-bars{
    color: teal;
    font-size: 40px; 
}
.navbar-toggler{
    border: 0; 
    outline: none; 
    padding: initial; 
}
.active-home{
    font-weight: bold;
    color: #2c00a5;
}
.nav-link:hover{
    font-weight: 700;
    background-color: lightcyan;
    text-transform: uppercase;
    height: 35px;
    border-radius: 6px;
    box-shadow: gray;
}
/*--End of Header--*/

/*--Slider--*/
.carousel-item{
    height: auto;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .carousel-caption{
    bottom: 220px;
  }
  .carousel-caption h5{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  .carousel-caption p{
    width: 60%;
    margin: auto;
    font-size: 18px;
    color: #ff0000;
    line-height: 1.9;
    font-family: poppins;
  }
  .carousel-caption a{
    text-transform: uppercase;
    background: #262626;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
  }
  /*--End of Slider--*/

  /*--Cards Section--*/
#skills{
    padding: 0 0 30px 0;
    position: relative;
    z-index: 3;
    display: inline-block;

}
.icons .icon{
    text-align: center;
    border-radius: 10px;
    background: #04a5f0;
    padding: 40px 30px;
    width: 100%;
}
.icons .icon h4{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 30px 0;
}
.icons .icon i{
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 30px;
}
.icons .icon p{
    font-size: 15px;
    color: #fff;
}
  /*--End of Cards Section--*/

  /*--Service--*/
  .service{
      margin: 50px 0;
  }
  .title{
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px;
  }
  .subtitle{
    text-align: center;
    margin-bottom: 40px;
    font-size: 15px;
}
.service-box{
    padding: 0 35px;
    cursor: pointer;
    margin-bottom: 40px;
    transition: .4s;
}
.service-box img{
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-box h6{
    margin-bottom: 20px;
    font-weight: bold;
}
.service-box p{
    font-size: 14px;
    color: #161515;
}
.fa .fa-arrow-right{
    font-size: 35px !important;
    margin-top: 20px;
    margin-bottom: 100px;
    cursor: pointer;
}
.service-box:hover,.active-service{
    background: #0062d1;
    border-radius: 5px;
    color: #fff !important;
    box-shadow: 0 15px 15px 2px rgba(216, 213, 213, 0.5);
}
.service-box:hover p{
    color: #fff !important;
}
.active-service p{
    color: #fff;
}


@media (max-width: 800px) {
    
    #contact
    {
        padding-top: 10px;
    }

    .carousel-inner img{
        width: 750px;
        height: 300px;
    }
	.feature,.explore,.service{
        margin-top: 5px;
    }
    .servece img{
        max-width: 60%;
        cursor: pointer;
        margin-top: 5px;
    }
    .feature,.explore,.service h2{
        margin-top: 5px;
        font-weight: bold;
        line-height: 30px;
    }
    .feature p,.explore,.service p{
        margin-top: 5px;
        margin-bottom: 20px;
        color: #808080;
        font-size: 14px;
        line-height: 16px;
        font-display: justify;
    }
    .feature a,.explore,.service a{
        width: 170px;
        padding: 15px 10px;
        display: block;
        background: #6900d1;
        text-decoration: none !important;
        color: #fff !important;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        font-family: 14px;
        box-shadow: 0 9px 9px 1px rgba(204, 204, 204, 0.5);
    }
    .service{
        margin-top: 5px 0;
    }
    .products{
        margin-top: 5px 0;
    }
    .team{
        margin-top: 5px 0;
    }

    .service-box:hover,.active-service{
        background: #616161;
        border-radius: 5px;
        color: #fff !important;
        box-shadow: 0 15px 15px 2px rgba(216, 213, 213, 0.5);
    }
    
    .fa .fa-arrow-right{
        font-size: 35px !important;
        color: white;
        margin-top: 20px;
        margin-bottom: 100px;
        cursor: pointer;
    }
}


/*--End of Service--*/

/*--Feature--*/
.feature,.explore{
    margin: 100px 0;
}
.feature img{
    max-width: 80%;
    cursor: pointer;
}
.explore img{
    max-width: 80%;
    cursor: pointer;
}
.feature h2{
    margin-top: 0px;
    font-weight: bold;
    line-height: 50px;
}
.feature p,.explore p{
    margin-top: 20px;
    margin-bottom: 40px;
    color: #808080;
    font-size: 15px;
    line-height: 16px;
    font-display: justify;
}
.feature a,.explore a{
    width: 170px;
    padding: 15px 10px;
    display: block;
    background: #6900d1;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-family: 14px;
    box-shadow: 0 9px 9px 1px rgba(204, 204, 204, 0.5);
}
.explore h2{
    margin-top: 10px;
    font-weight: bold;
    line-height: 50px;
}
/*--End of Feature--*/

/*--Clients--*/
.clients-slider body
{
    background:  #ffffff;;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clients-slider title
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.clients-slider .slider 
{
    background: #ffffff;
    width: 1200px;
    overflow: hidden;
    position: relative;
    margin: auto;
    border: 1px solid #0062d1;
    border-radius: 8px;
    box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.5);
}

.clients-slider .slider::before, .slider::after
{
    content: '';
    position: absolute;
    width: 200px;
    height: 100px;
    background: linear-gradient(to right, white 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
}

.clients-slider .slider::before
{
    top: 0;
    left: 0;
}

.clients-slider .slider::after
{
    top: 0;
    right: 0;
    transform: rotateZ(180deg);
}

.clients-slider .slider .slider-track
{
    display: flex;
    width: calc(250px * 14);
    animation: scroll 40s infinite linear;
}

.clients-slider .slider .slide img
{
    width: 150px;
    height: 150px;
}

@keyframes scroll{
    0%{
        transform: translateX(0%);
    }

    100%{
        transform: translateX(calc(-250px *7));
    }
}
/*--End of Clients--*/

/*--software--*/
#content-txt .body
{
    height: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content-txt
{
    top: 30px;
    bottom: 10px;
}

#content-txt h1
{
    font-size: 25px;
    margin-bottom: 10px;
}

#content-txt p
{
    text-align: justify;
}

#content-txt span
{
    background: linear-gradient(to right, #ff105f, #ffad06);
    -webkit-background-clip: text;
    color: transparent;
    text-decoration: #fff;
}

#content-txt p b
{
    color: #ffad06;
    font-weight: 900;
    
}

#content-txt h3
{
    font-size: 20px;
    font-weight: 600;
    color: orange;
}
#content-txt ul
{
    padding-left: 45px;
}

.img-wrap
{
    width: 100%;
    height: 100%;
}

.img-wrap img
{
    width: 300px;
    height: 300px;
    padding: 10px;
    border-radius: 50%;
    border: 10px solid #f0b922;
    box-shadow: 0 0 10px #9e9d9d;
    padding-left: 15px;
    padding-right: 15px;
}
/*-- End of software--*/

/*-----Footer-----*/
footer{
	position: fixed;
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}


.footer-distributed{
	background-color: #2c292f;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-links a:hover {
	color: #e0ac1c;
    transition: all .3s;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #e0ac1c;
	text-decoration: none;;
}


/* Footer Right */

/* The company logo */

.footer-distributed .footer-right img{
	width: 50%;
}

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
    margin: 0;
    text-align: justify;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #cec003;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.footer-distributed .footer-icons a:hover {
        border: 1px solid white;
        color: white;
        transition: all .3s;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
/*--End of Footer--*/

/*--Back to top--*/
.arrow-btn{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
}
.arrow-btn a{
    height: 39px;
    width: 37px;
    text-align: center;
    background: orangered;
    display: block;
    border-radius: 3px;
    cursor: pointer;
}
.arrow-btn a span{
    color: #f2f2f2;
    line-height: 39px;
    font-size: 25px;
}
/*--End of Bak to top--*/

