body {
   font-family: "Abel", sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
	padding-top:0;
	overflow:hidden;
}
body::-webkit-scrollbar {
	width:4px;
  background-color:#04040b;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color:#ffffff38;
}
html,body {
	overflow-x:hidden;	
	}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
	color:#333333;
	font-size:14px;
}
a{
	text-decoration:none;	
	}

.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}
@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(3rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(3rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(3rem);
        -webkit-opacity: 0;
    }
}
.main-wrapper{
	min-height:calc(100vh - 179px);
	position: relative;
    background: #0d1743;	
	}
	
/*=============main Banner=================*/
.banner-carousel {
    position: relative;
}

.banner-carousel .np-btn-set{
	width: 40px;
    height: 80px;
    position: absolute;
    top: 25%;
    margin-top: -20px;
    z-index: 2;
    right: 0;
	}

    .banner-carousel .carousel-control-prev,
    .banner-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 0;
    margin-right: 0px;
    margin-left: 0px;
    transition: .3s;
    z-index: 1;
	position:relative;
	background: #ffffff4a;
	opacity:0.7;
	margin-bottom: 2px;
    }
    .banner-carousel .carousel-control-prev:hover,
    .banner-carousel .carousel-control-next:hover{
		opacity:1;	
		}
.banner-carousel .carousel-caption {
position: absolute;
    right: 4%;
    left: 4%;
    top: inherit;
    bottom: 20%;
    text-align: left;
    z-index: 2;

    }

        .banner-carousel .carousel-caption a {
            animation-duration: .4s;
            -webkit-animation-duration: .4s;
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            animation-name: slideRight;
            -webkit-animation-delay: .9s;
            animation-delay: .9s;
        }

        .banner-carousel .carousel-caption h6 {
    font-size:20px;
    color: #fff;
    font-weight: 400;   
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
        }

        .banner-carousel .carousel-caption h5 {
			 font-family: "Montserrat", sans-serif;
            font-size: 42px;
            font-weight: 500;
			margin-bottom:15px;
			text-transform: uppercase;
			animation-duration: 0.9s;
    -webkit-animation-duration: 0.9s;
	animation-delay: .9s;
	-webkit-animation-delay: .9s;
	animation-name:slideRight;
	animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
        }
.banner-carousel .carousel-caption h5 strong{
	color:#ff6c00;
	font-weight:800;	
	}

        .banner-carousel .carousel-caption h6{
            animation-fill-mode: both;
            -webkit-animation-fill-mode: both;
            animation-name: slideIn;
            
        }

@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(3rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(3rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(3rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(3rem);
        -webkit-opacity: 0;
    }
}
/********************************/
/*       Slides backgrounds     */
/********************************/
.banner-carousel .slides .img{
  height:736px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner-carousel .slides .img.img-1 {
  background-image: url(../Images/banner-1.jpg);
}

.banner-carousel .slides .img.img-2 {
  background-image: url(../Images/banner-2.jpg);
}

.banner-carousel .slides .img.img-3 {
  background-image: url(../Images/banner-3.jpg);
}

.banner-carousel .slides .img.img-4 {
  background-image: url(../Images/banner-4.jpg);
}

/*====================page design============*/
.home-abt{
	position:relative;
	z-index:1;
	padding-top:90px;
	padding-bottom:90px;
	background:url(../images/abt-bg.png) no-repeat top center;
	background-size:100%;
	position:relative;	
	}
.home-abt:after{
	content:'';
	position:absolute;
	width:253px;
	height:370px;
	right:0;
	top: -92px;
	background:url(../images/abt-corner.png) no-repeat top right;	
	}
.home-abt h2{
	font-weight:700;
	color:#0e1135;
	font-size:30px;
	font-family: "Montserrat", sans-serif;	
	}
.home-abt h2 strong{
	color:#ff6c00;
	font-weight: 800;	
	}
.home-abt p{
	font-size:18px;	
	}
.home-abt h4{
	font-size:20px;
	color:#0e1135;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;	
	}
/*-----------------------------*/

.pro-slide{
	z-index:1;
	padding-top:90px;
	padding-bottom:0px;
	background:url(../images/abt-bg.png) no-repeat top center;
	background-size:100%;
	position:relative;	
	}
.pro-slide h2{
	font-weight:700;
	color:#0e1135;
	font-size:30px;
	font-family: "Montserrat", sans-serif;	
	}
.pro-slide h2 strong{
	color:#ff6c00;
	font-weight: 800;	
	}
.pro-slide p{
	font-size:18px;	
	}
.pro-slide .item{
	padding:10px;	
	}
.pro-slide .item h5{
	text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #10142f;
    padding: 14px 0;
    font-family: "Montserrat", sans-serif;
	transition:.4s;	
	}
.pro-slide .item >div{
	border-radius:20px;
	background:#fff;
	box-shadow: 0px 4px 16px #00000070;	
	transition:.4s;	
	}
.pro-slide .item >div .img{}
.pro-slide .item >div .img img{
	border-radius:20px;
	transition:.4s;	
	}
.pro-slide .item:hover img{
	transform: translateY(-8px);	
	}
.pro-slide .item:hover >div{
	background:#ff6c00;
	}
.pro-slide .item:hover >div h5{
	color:#fff;
	}
.pro-slide .owl-carousel .owl-nav {
        position: absolute;
        top: 45%;
		margin-top:-20px;
        right: 0;
		left:0;
		z-index:1;
    }

.pro-slide .owl-carousel .owl-nav button.owl-next,
.pro-slide .owl-carousel .owl-nav button.owl-prev {
         position: absolute;
         width: 40px;
         height: 40px;
         outline: none;
        }
.pro-slide .owl-carousel .owl-nav button.owl-next {
        right: -10px;
        }

.pro-slide .owl-carousel .owl-nav button.owl-prev {
        left: -10px;
        }

.pro-slide .owl-carousel .owl-nav button.owl-next i,
.pro-slide .owl-carousel .owl-nav button.owl-prev i {
         width: 100%;
         height: 100%;
         line-height:40px;
         background: none;
         color: #fff;
		 background:#ff6c00;
         font-size: 25px;
         border-radius: 50%;
       }
/*-----------------------------*/

.whatweoffer{
	position:relative;
	margin-top:-150px;
	padding-top:200px;
	padding-bottom:150px;
	background:#0e1136 url(../images/whatweoffer-bg.png) no-repeat top center;
	background-size:100%;
	position:relative;	
	}
.whatweoffer:after{
	content:'';
	position:absolute;
	right:0;
	top:0;
	left:0;
	bottom:0;
	background:url(../images/whatweoffer-bg.jpg) no-repeat bottom center;
	opacity:0.2;	
	}
.whatweoffer .container{
	position:relative;
	z-index: 1;	
	}
.whatweoffer h2{
	font-weight:600;
	color:#fff;
	font-size:30px;
	font-family: "Montserrat", sans-serif;	
	}
.whatweoffer h2 strong{
	color:#ff6c00;
	font-weight:800;	
	}
.whatweoffer h4 {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.whatweoffer p{
	font-size:14px;
	color:#fff;
	}
.whatweoffer .box-left{
	text-align:right;	
	}
.whatweoffer .box-center{
	text-align:center;	
	}
.whatweoffer .box-right{
	text-align:left;	
	}
	
/*-------------------------*/
.c-box{	
	position:relative;	
}
.c-box .container{
	position: relative;
    background: #0e1136 url(../images/c-box-bg.jpg) no-repeat bottom right;
    background-size: 100%;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    padding: 50px 30px;
    margin-top: -96px;
    margin-bottom: -120px;
	}
.c-box h5{
	color:#fff;
	font-weight:700;
	font-size:22px;	
	}
.c-box h6{
	color:#fff;
	font-size:20px;
	}
.c-box .btn {
    color: #fff;
    background-color: #ef6500;
    border-color: #ef6500;
    border-radius: 40px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0.6rem 1.5rem;
    transition: 0.3s;
}
/*==========================Page===================*/
.pages p{
	font-size:16px;
	text-align:justify;	
	}
.subheader {
	position: relative;
    padding-bottom: 20px;
    padding-top: 150px;
    transition: .8s;
    background: #2a1169 url(../images/subheading-bg.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed, scroll;
}
.subheader:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    backdrop-filter: blur(3px);
	transition:.6s;
}
.subheader:hover:before {
	backdrop-filter: blur(0px);	
	}

.subheader .container{
	position:relative;	
	}	
.subheader .title-wrap {
}
.subheader h1 {
    margin-top: 80px;
    color: #eceff3;
    font-size: 32px;
    letter-spacing: 5px;
    padding-right: 40px;
    text-transform: uppercase;
    text-align: left;
}
.subheader .crumb {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: 85px;
    color: #fff;
    text-transform: uppercase;
}
.subheader .crumb li {
    display: inline;
    text-decoration: none;
    padding: 0 2px 0 2px;
}
.subheader .crumb li a{
	color: #ff6c00;
	text-decoration:none;
}
 h2.h2-style{
	font-weight:700;
	color:#0e1135;
	font-size:30px;
	font-family: "Montserrat", sans-serif;	
	}
h2.h2-style strong{
	color:#ff6c00;
	font-weight: 800;	
	}
.sub-title{
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding:5px 0 5px 30px;
    z-index: 11;
	}
.sub-title:before{
	position:absolute;
	content:'';
	width:8px;
	top:0;
	bottom:0;
	left:0px;
	background:#e26b00;	
	}
ul.list li{
	padding: 6px 0;
    padding-left: 16px;
    font-size: 1rem;
    font-weight: 500;
	position:relative;
	line-height: 23px;
	}
ul.list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fcb216;
    top: 0;
    margin-top: 15px;
    transition: .3s;
}
/*-----------------------------*/
.aboutus{
	position:relative;
	padding-top:30px;	
	}

.aboutus .box{
	display: block;
    position: relative;
    padding: 30px;
    padding-left: 155px;
    min-height: 96px;
	transition:0.4s;
	}
.aboutus .box h5{
	font-weight: 700;
    color: #0e1135;
    font-family: "Montserrat", sans-serif;	
	}
.aboutus .box i{
    position: absolute;
    left:10px;	
	}

.aboutus .abt-other{}
.aboutus .abt-other .vission-box{
	background: #261950 url(../images/texture-pice-1.jpg) repeat-y right top;
	padding: 3rem 3rem 2rem 3rem;
	color: #fff;
	}
.aboutus .abt-other .vission-box ul.list li:before{
	background: #fff;	
	}

.aboutus .abt-other .focus-box{
	padding: 3rem 3rem 2rem 3rem;	
	}
.aboutus .os{
	position: relative;
    padding: 50px 0;
    background: #d56b00;
    color: #fff;
	}
.aboutus .os .sub-title:before{
	background: #eba43b;	
	}
.aboutus .os p{
	color: #fff;
}
/*------------------------------*/
.solution{
	position:relative;
	padding-top:30px;
	background:url(../images/bg.png) no-repeat right center fixed;	
	}
.solution .abt-other .vission-box p{
	color:#fff;	
	}
.solution .abt-other .vission-box{
	background: #261950 url(../images/texture-pice-1.jpg) repeat-y right top;
	padding: 3rem 3rem 2rem 3rem;
	color: #fff;
	}
.solution .abt-other .vission-box ul.list li:before{
	background: #fff;	
	}
.solution .focus-box {
    padding: 3rem 3rem 2rem 3rem;
}
.solution .focus-box h4 b{
	font-size: 16px;
    margin-top: -3px;
    position: relative;
    display: inline;
    position: absolute;	
	}
.solution .focus-box h4 span{
	margin-left:15px;	
	}
/*-----------------------------*/
.contactus{
	
	}	
.contactus .content-box{
	background: #fff url(../images/texture-pice-1.jpg) repeat-y right top;
	padding:4rem 2rem 4rem 3rem;	
	}
.contactus p{
	text-align:justify;	
	}
.contactus .content-box article{
	padding-left:40px;
	position:relative;	
	}

.contactus .content-box article i{
	position:absolute;
	left:0;
	top:0;
	padding-top:5px;
    font-size: 20px;
    color: #ff6c00;	
	}
.contactus .content-box article h5{
	font-weight: 600;	
	}
.contactus .content-box article span{}
.contactus .box{
	background:url(../images/texture-pice-5.jpg) no-repeat -103px top;
	background-size:cover;
	position:relative;	
	}
.contactus .box:before {
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #141329c7;
    background: linear-gradient( 281deg, #ff6c00, #14132900);
    opacity: 0.6;
}

.contactus .box >div{
	position: absolute;
    left: -60px;
    top: 35%;
    background: #1c1f26;
    padding: 2rem 2rem;
    letter-spacing: 4px;
    color: #fff;
	font-family: "Montserrat", sans-serif;
	
	}
.contactus .box >div h5{
    
	}
.contactus .box >div h3{
	text-transform:uppercase;
	font-weight: 700;		
	}
.careers{
	position:relative;
	}
.careers .left-box {
    background: #fff;
    padding: 4rem 2rem 4rem 3rem;
}
.careers .right-box {
    background: url(../images/join.jpg) no-repeat right top;
    background-size: cover;
    position: relative;
	height:400px;
}
.careers .right-box:before {
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #141329c7;
    background: linear-gradient( 281deg, #fff, #14132900);
    opacity: 0.6;
}
.other{
	position:relative;
	padding:30px 0;	
	}
.other ul li{
	font-size: 18px;	
	}
.other p {
    font-size: 18px;
}
.other h2 {
    font-weight: 700;
    color: #0e1135;
	font-size: 1.5rem;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
}
/*-----------------------------*/
@media (max-width: 767px) {	
p {
    color: #3f3f3f;
}
body {
	padding-top:0px;
}
.banner-carousel .carousel-caption {
    right: 0%;
    bottom: 60%;
}
.banner-carousel .carousel-caption:after {
	width: 20px;
	}
.banner-carousel .carousel-caption h6 {
    font-size: 14px;
}
.banner-carousel .carousel-caption h5 {
    font-size: 24px;
}
.banner-carousel .slides .img {
    height: 90vh;
}
.home-abt {
    padding-top: 10px;
    padding-bottom: 10px;
}
.home-abt:after{
	display:none;	
	}
.home-abt {
	margin-top: -40px;	
	background: #fff;
	}
.c-box h5{
	font-weight:700;
	font-size:16px;	
	}
.c-box h6{
	font-size:12px;
	}
.subheader {
    padding-bottom: 18px;
    padding-top: 20px;
	background: #2a1169 url(../images/subheading-bg.jpg) no-repeat;
    background-size:cover;
	}
.subheader h1 {
    font-size: 27px;
}
.subheader .crumb {
    margin-top: -30px;
}
.aboutus .box i img{
	width:90px;
	height:90px;	
	}
.aboutus .box {
    padding: 20px;
    padding-left: 110px;
}
.contactus .content-box {
    background: #fff url(../images/texture-pice-1.jpg) repeat-y 109% top;
}
.aboutus .abt-other .vission-box {
    background: #261950 url(../images/texture-pice-1.jpg) repeat-y 109% top;
}
.solution .abt-other .vission-box {
    background: #261950 url(../images/texture-pice-1.jpg) repeat-y 109% top;
}
}
