
.header{
    background: url(../images/bg-top.png) no-repeat center right;
    background-size: cover;
    height: 100vh;
}
h1{
    font-size: 90px;
    font-weight: 400;
}
h5{
    font-size: 27px;
}

.nav-link{
    color: #fff !important;
}
@media(max-width: 1200px){
    nav{
        background: whitesmoke;
    }
    .nav-link{
        color: #000 !important;
    }
    .header{
        background: url(../images/bg-top.png) no-repeat center;
        background-size: cover;
        height: 100vh;
    }
}
@media(max-width: 576px){
    .container-fluid{
        padding: 0 15px;
    }
}
@media(min-width: 1200px){
    .container-fluid{
        padding: 0 8%;
    }

}

.hm{
    width: 35px;
}
.top-padding{
    position: relative;
    top: 30%;
}
.p-r{
    position: relative;
}
.btn-white{
    font-weight: 600;
    color: #000;
    background: #fff;
    border-radius: 50px;
    padding: 25px 75px;
    border: 8px solid rgba(255, 255, 255, 0.3) !important;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
    transition: linear .5s;
}
.btn-white:hover{
    color: #000;
    text-decoration: none;
    border: 8px solid rgba(255, 255, 255, 0.4) !important;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
    transition: linear .5s;
}
.img-scroll{
    width: 20px;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0);
}
.padding{
    padding-top: 100px;
}
@media(max-width: 768px){
    h1{
        font-size: 25px;
    }
    h5{
        font-size: 18px;
    }
    .btn-white{
        padding: 20px 70px;
    }
}

/*///////////////Product Sec///////////////*/
.text-gray{
    color: #6A6A6A;
}
.d-img1{
    width: 130%;
    height: auto;
}
.d-img2{
    width: 130%;
    height: auto;
}
.d-img3{
    margin-left: -110px;
}

.d-img01{
    width: 130%;
    height: auto;
}
.d-img02{
    width: 130%;
    height: auto;
}
.d-img03{
    margin-left: -200px;
}
/*
@media(max-width:992px){
.d-img01{
width: 100%;
height: auto;
}
.d-img02{
width: 100%;
height: auto;
}
.d-img03{
width: 100%;
margin-left: 0px;
}
}*/
/*/// Brain Section Left Design */
.left-design{
    padding-right: 8%;
}
.brain{
    background: url(../images/brain.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 100px 0;
    padding-right: 80px;
}
.green-bg{
    position: relative;
    background: url(../images/green.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 100px 0;
    margin-left: -15px;
}
.green-bg ul{
    list-style: none;
    margin-left: -40px

}
.circle{
    font-size: 30px;
    padding-right: 30px;
}
.box1{
    margin-left: 20%;
    margin-bottom: 100px;
    background: url(../images/wf-iocn1.png) no-repeat center;
    background-size: 100% 100%;
    padding: 40px 20px;
    width: 70%;
    max-width: 400px;
    text-align: center;
}
.box2{
    margin-left: auto;
    margin-bottom: 100px;
    background: url(../images/ic2.png) no-repeat center;
    background-size: 100% 100%;
    padding: 40px 20px;
    width: 70%;
    max-width: 400px;
    text-align: center;
}
.box3{
    background: url(../images/do-icon3.png) no-repeat center;
    background-size: 100% 100%;
    padding: 40px 20px;
    width: 70%;
    text-align: center;
    max-width: 400px;
}
@media(max-width: 1200px){
    .left-design{
        padding-right: 0%;
    }
    .brain{
        background: url(../images/brain.png) no-repeat left center;
        background-size: 100% 100%;
        padding: 100px 0;
        padding-right: 0px;
    }
    .box1{
        margin-left: 0%;
        margin-bottom: 60px;
        background: url(../images/wf-iocn1.png) no-repeat center;
        background-size: 100% 100%;
        padding: 40px 20px;
        width: 260px;
        text-align: center;
    }
    .box2{
        margin-left: auto;
        margin-bottom: 60px;
        background: url(../images/ic2.png) no-repeat center;
        background-size: 100% 100%;
        padding: 40px 20px;
        width: 260px;
        text-align: center;
    }
    .box3{
        background: url(../images/do-icon3.png) no-repeat center;
        background-size: 100% 100%;
        padding: 40px 20px;
        width: 260px;
        text-align: center;
    }
}
.mobile-bg{
    padding: 60px 0px;
    background: url(../images/mbl-v-bl-bg.png) no-repeat left center;
    background-size: cover;
}
.con{
    padding: 0 15px;
}
/*/////// Right Style /////*/
.bg-pink{
    background: url(../images/pink-bg.png) no-repeat right top;
    background-size: 87% 100%;
    padding: 250px 0 0 0;
}
.right-style{
    /*    padding-left: 12%;*/
}
.bg-pink2{
    background: url(../images/pink2-bg.png) no-repeat right top;
    background-size: 80% 100%;
    padding: 150px 15px 150px 300px;
    margin-right: -15px;
}
.box-2{
    margin-left: auto;
    margin-bottom: 100px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 40px 20px;
    width: 100%;
    max-width: 340px;
    text-align: left;
    border-radius: 30px;
}
.pl-7{
    padding-left: 12%;
}
.pink-mbl-bg{
    background: url(../images/pnk-mbl.png) no-repeat center;
    background-size: cover;

}
@media(max-width: 1200px){
    .box-2{
        margin-left: auto;
        margin-bottom: 0px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        padding: 40px 20px;
        width: 100%;
        max-width: 340px;
        text-align: left;
        border-radius: 30px;
    }
}
/*////////Last Design///*/
.blue-bg{
    background: url(../images/blue-bg.png) no-repeat left center;
    background-size: 100% 100%;
    padding: 100px 0;
    padding-right: 80px;
}
.blue-bg2{
    position: relative;
    background: url(../images/blue2bg.png) no-repeat left center;
    background-size: 77% 100%;
    padding: 100px 0;
}

.box01{
    margin-left: 20%;
    margin-bottom: 100px;
    background: #fff;
    padding: 60px 20px;
    width: 70%;
    max-width: 400px;
    text-align: center;
    border-radius: 100px;
}
.box02{
    margin-left: auto;
    margin-bottom: 100px;
    background: #fff;
    padding: 60px 20px;
    width: 70%;
    max-width: 400px;
    text-align: center;
    border-radius: 100px;
}
.box03{
    background: #fff;
    padding: 60px 20px;
    width: 70%;
    text-align: center;
    max-width: 400px;
    border-radius: 100px;
}
.box04{
    background: #fff;
    padding: 60px 20px;
    width: 70%;
    text-align: center;
    max-width: 400px;
    border-radius: 100px;
}

.box-round{
    background: #fff;
    padding: 40px 20px;
    width: 100%;
    text-align: center;
    max-width: 400px;
    border-radius: 100px;
}
.blue-mbl-bg{
    background: url(../images/blue-mbl.png) no-repeat center;
    background-size: cover;
}
.left-box{
    padding: 35px 30px;
    background: #fff;
    box-shadow: 0px 1px 4px #0000001C;
    border-radius: 30px;
    max-width: 245px;
}
.right-box{
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0px 1px 4px #0000001C;
    border-radius: 30px;
    max-width: 290px;
    margin-left: auto;
}
@media(min-width: 992px){
    .-mt{
        margin-top: -180px;
    }
    .-mt1{
        margin-top: -100px;
    }
}
@media(max-width: 992px){
    .left-box{
        margin: 0 auto;
    }
    .right-box{
        margin: 0 auto;
    }
}
/*////////UseCase Start////////////*/
.use-box{
    padding: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0.6px 2px #0000001C;
    border: 1px solid #979797;
    border-radius: 30px;
    position: relative;
    z-index: 1000;
}
@media(min-width: 992px){
    .number{
        margin-left: -70px;
        margin-top: -100px;
    }
    .number2{
        text-align: right;
        margin-right: -70px;;
        margin-top: -100px;
    }
    .ml-lg-auto{
        margin-right: auto;
    }
    .padd-0{
        padding-left: 130px;
    }
}
@media(max-width: 992px){
    .number{
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
        padding-top: 50px;
    }
    .number2{
        padding-top: 50px;
    }
}
.lable{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 4px #0000001C;
    padding: 20px;
    font-weight: 700;
}
.red-box{
    background: #FFCDC9 0% 0% no-repeat padding-box;
    border: 0.5px solid #530000;
    border-radius: 67px;
    padding: 50px 0;
    text-align: center;
    width: 100%;
    max-width: 390px;
}
.green-box{
    background: #CAFCFF 0% 0% no-repeat padding-box;
    border: 0.5px solid #005D62;
    border-radius: 67px;
    padding: 50px 0;
    text-align: center;
    width: 100%;
    max-width: 390px;
}
.white-box{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 4px #0000001C;
    border-radius: 30px;
    width: 100%;
    max-width: 332px;
    padding: 40px 20px;
}
@media(max-width: 992px){
    .white-box{
        margin: 0 auto;
    }
}
/*///////////Slider //////////////*/
.col-center {
	margin: 0 auto;
	float: none !important;
}
.carousel {
	margin: 50px auto;
	padding: 0 20px;
    min-height: 500px;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 34px;
	line-height: 42px;
    position: absolute;
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 18px;
	height: 0px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
footer{
    background: url(../images/Mask%20Group%204.png) no-repeat top center;
    background-size: 100% 100%;
    margin-top: 70px;
/*    padding-top: 40px;*/
    
}


