[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: nunito,sans-serif;
    padding: 0;
    margin: 0;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	line-height: 1.2;
    font-family: nunito,sans-serif;
}
header{
	background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    width: 100%;
    z-index: 666;
    height: auto;
}
header .row{
	    flex-wrap: nowrap;
    justify-content: flex-start;
	    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.align-items-center{
	align-items:center;
}
.logo{
	display:flex;
	justify-content:center;
	   align-items: center;
}
.logo a img{
	    width: 140px;
    height: auto;
	object-fit:contain;
}
.navigation-menu{
	    display: flex;
    flex-basis: auto;
	flex-grow: 1;
    align-items: center;
}
.navigation-menu ul{
	flex-direction: row;
	    display: flex;
		flex-wrap: wrap;
		    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
margin-left: auto;
}
.nav-item{
	position: relative;
    padding: 15px 0;
}
.nav-link{
	font-weight: 600;
    font-size: 17px;
    color: #fff!important;
    padding: 0!important;
    margin: 0 18px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
	line-height: 1.5;
	 font-family: nunito,sans-serif;
}
.nav-link:before{
	    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 0;
    border-radius: 50%;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}
.nav-link:hover:before{
	    opacity: 1;
    visibility: visible;
    left: -12px;
}
.menu-right-item{
	    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	    flex-direction: row;
		    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	margin-left:0px!important;
}
.menu-right-item li{
	    padding: 0!important;
		    position: relative;
}
.menu-right-item li a{
	    margin: 0 22px 0 10px!important;
		    font-weight: 600;
    font-size: 20px;
    color: #fff!important;
    padding: 0!important;
       text-decoration: none;
    position: relative;
	
}
.banner{
	height: 840px;
   
    position: relative;
    z-index: 1;

}
.d-table {
    width: 100%;
    height: 100%;
	display: table!important;
}
.d-table-cell {
    display: table-cell!important;
	vertical-align: middle;
}
.justify-content-center {
    justify-content: center!important;
}

.h-100 {
    height: 100%!important;
}
.banner-head-line{
	    color: #fff;
		line-height: 1.2;
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.banner-content{
	color: #f2f2f2;
    font-size: 18px;
    margin-top: 30px;
	line-height: 1.6;
    margin-bottom: 35px;
}
.banner ul{
	padding: 0px;
	display:flex;
	list-style:none
}
.banner .btn{
	    font-weight: 700;
    font-size: 16px;
    border: none;
    padding: 13px 31px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    z-index: 1;
    -webkit-transition: .9s;
    transition: .9s;
	    color: #fff;
    background-color: #ff8a73;
}
.banner .btn:hover{
	    background: #fff;
    color: #ff8a73;
	    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.banner .btn:before,.banner .btn:after{
	    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: .4s;
    transition: .4s;
   
    z-index: -1;
    border-radius: 0px;
}
.banner .btn:hover::after,.banner .btn:hover::before {
    width: 50%;
	background: #fff;
}
.banner .btn:after {
    left: 0;
}
.banner  .btn:before {
    right: 0;
}
.watch-btn{
	    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
	    margin-left: 20px;
    font-weight: 700;
	text-decoration: none;
}
.watch-btn:hover{
	color: #fff;
}
.watch-btn:hover i{
	color: #ff8a73;
}
.watch-btn i{
	color: #fff;
	    font-size: 30px;
    position: relative;
    margin-left: 5px;
    top: 4px;
    -webkit-transition: .4s;
    transition: .4s;
}
.signup-download{
	    background: #fff;
    padding: 30px 40px;
    border-radius: 3px;
    position: relative;
}
 .signup-download::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s;
 }
 .signup-download form .form-group {
    margin-bottom: 20px;
}
.signup-download form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 17px;
}
.form-control{
	display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
	    height: 60px;
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 5px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #818992;
    background: #fff;
}
.banner .signup-download  .btn{
	    font-weight: 700;
    font-size: 16px;
    border: none;
    padding: 13px 31px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    z-index: 1;
    -webkit-transition: .9s;
    transition: .9s;
	    color: #fff;
    background-color: #ff8a73;
	width:100%;
}
.banner .signup-download  .btn:hover{
	    background: #fff;
    color: #ff8a73;
	    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.banner .signup-download  .btn:before,.banner .signup-download   .btn:after{
	    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: .4s;
    transition: .4s;
   
    z-index: -1;
    border-radius: 0px;
}
.banner  .signup-download  .btn:hover::after,.banner .signup-download  .btn:hover::before {
    width: 50%;
	background: #13c4a1;
}
.creative-shape{
	    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.bg-gray {
    background-color: #edf5ff;
}
.shape-1 {
    left: 20px;
    bottom: 10px;
    height: 150px;
    width: 150px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: .5;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.shape1{
	    position: absolute;
    top: 85px;
    z-index: -1;
    left: 30px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.shape2{
	    position: absolute;
    top: 85px;
    z-index: -1;
    right: 30px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite
}
.shape3 {
    position: absolute;
    bottom: 85px;
    z-index: -1;
    right: 30px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.shape6 {
    position: absolute;
    top: 30%;
    z-index: -1;
    left: 30px;
    -webkit-animation: rotate3d 4s linear infinite;
    animation: rotate3d 4s linear infinite;
    opacity: .6;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.shape8 {
    position: absolute;
    z-index: -1;
    top: 60%;
    left: 15%;
}
.shape9 {
    position: absolute;
    left: 45%;
    top: 40%;
    z-index: -1;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
}
.bubble-animate {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.bubble-animate .circle.small.square1 {
    left: 18%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.main-banner.software-home .bubble-animate .circle {
    background: #fff;
}
.bubble-animate .circle.small {
    width: 20px;
    height: 20px;
    opacity: .7;
	
    background-color: #fff;
}
.bubble-animate .circle {
  
    bottom: 0;
    background-color: #fff;
    position: absolute;
    border-radius: 50%;
}
.small, small {
    font-size: .875em;
}
.bubble-animate .circle.small.square2 {
    left: 36%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.small.square3 {
    left: 54%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.small.square4 {
    left: 72%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.small.square5 {
    left: 90%;
    top: 100%;
    -webkit-animation-name: smallBubble;
    animation-name: smallBubble;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.medium {
    width: 40px;
    height: 40px;
	
    background-color: #fff;
    opacity: .35;
}
.bubble-animate .circle.medium.square1 {
    left: 21%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.medium.square2 {
    left: 42%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.medium.square3 {
    left: 63%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.medium.square4 {
    left: 84%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.medium.square5 {
    left: 105%;
    top: 100%;
    -webkit-animation-name: mediumBubble;
    animation-name: mediumBubble;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.large.square1 {
    left: 21%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.large.square2 {
    left: 42%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.bubble-animate .circle.large {
    width: 100px;
	
    background-color: #fff;
    height: 100px;
    opacity: .15;
}
    .bubble-animate .circle.large.square4 {
	left: 84%;
    top: 100%;
    -webkit-animation-name: bigBubble;
    animation-name: bigBubble;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
img{
	width:100%;
}
@keyframes movebounce{
0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}
@keyframes rotate3d{
0% {
    -webkit-transform: rotateY(
0deg
);
    transform: rotateY(
0deg
);
}

100% {
    -webkit-transform: rotateY(
360deg
);
    transform: rotateY(
360deg
);
}
}
@keyframes rotateme{
0% {
    -webkit-transform: rotate(
0deg
);
    transform: rotate(
0deg
);
}
100% {
    -webkit-transform: rotate(
360deg
);
    transform: rotate(
360deg
);
}
}
@keyframes smallBubble{
	0% {
    top: 100%;
    margin-left: 10px;
}

25% {
    margin-left: -10px;
}
50% {
    margin-left: 10px;
}
75% {
    margin-left: -10px;
}
100% {
    top: 0%;
    opacity: 0;
    margin-left: 0;
}
}
@keyframes mediumBubble{
	0% {
    top: 100%;
    margin-left: 15px;
}

25% {
    margin-left: -15px;
}
50% {
    margin-left: 15px;
}
75% {
    margin-left: -15px;
}
100% {
    top: 0%;
    opacity: 0;
    margin-left: 0;
}
}
@keyframes bigBubble{
	0% {
    top: 100%;
    margin-left: 20px;
}

25% {
    margin-left: -20px;
}
50% {
    margin-left: 20px;
}
75% {
    margin-left: -20px;
}
100% {
    top: 0%;
    opacity: 0;
    margin-left: 0;
}
}
.logo-slider-sec{
	    padding: 50px 0;
}
.logo-item{
	padding:0px 10px;
}
.features-sec{
	padding:50px 0px;
	position:relative;
}
.section-title{
	text-align: center;
	    max-width:75%;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}



.section-title h2{
    text-align: center;
    max-width: 720px;
    margin-bottom: 35px;
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
    font-family: nunito,sans-serif;
	}
	.section-title p{
		    margin: 0 auto;
			    font-size: 16px;
    color: #818992;
    line-height: 1.6;
	}
.section-title .bar{
	    height: 4px;
    width: 85px;
    background: #13c4a1;
    margin: 20px auto 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.section-title .bar:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;

}
   @-webkit-keyframes MOVE-BG{from{-webkit-transform:translateX(0)}to{-webkit-transform:translateX(85px)}}
    @keyframes MOVE-BG{from{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(85px);
    transform:translateX(85px)}}
	
	.feature-card{
		display:flex;
		
		justify-content:start;
	}
	.feature-img{
		    width: 20%;
    height: 20%;
  
	background: #edf5ff;
    border-radius: 50%;
	color:#13c4a1;
	padding:20px;
	font-size:25px;
	}
	.feature-content{
	width:80%;
    margin-left: 20px;
	}
	.feature-content h2{
		    font-size: 23px;
    font-weight: 700;
    margin: 10px 0 15px;
	line-height: 1.2;
	text-align: left;
	}	
	.feature-content p{
		font-size: 16px;
    color: #818992;
    line-height: 1.6;
	    text-align: left;
	}
	.shape7 {
    position: absolute;
    top: 20%;
    z-index: -1;
    left: 0;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
    opacity: .4;
}
.shape8 {
    position: absolute;
    z-index: -1;
    top: 60%;
    left: 15%;
}
.shape10 {
    position: absolute;
    right: 5%;
    top: 8%;
    z-index: -1;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}
.shape11 {
    position: absolute;
    left: 3%;
    bottom: 3%;
    z-index: -1;
}
.feature-card:hover  .feature-img{
	color: #fff;
    background: #ff8a73;
    -webkit-box-shadow: 0 10px 30px 0 rgb(26 38 74 / 14%);
    box-shadow: 0 10px 30px 0 rgb(26 38 74 / 14%);
}
   
   .right-flex-sec{   position: relative;
   padding:50px 0px;
    z-index: 1;
    background: #F9FAFC url(../img/bg-point.png) no-repeat fixed right -600px center/auto;
}
.flex-text span{
	    display: block;
    margin-bottom: 10px;
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ff8a73;
}
.flex-text h2{
	margin: 20px 0 15px;
    z-index: 1;
    font-size: 23px;
    font-weight: 700;
	color:#212529;
}
.flex-text p{
	font-size: 16px;
    color: #818992;
    line-height: 1.6;
	    font-weight: 400;
}
.left-sec{
	padding:50px 0px;
	    background: #fff;
}
.service-sec{
	padding:50px 0px;
	    background-color: #edf5ff;
}
.service-text h2{
	    font-size: 35px;
    font-weight: 700;
    margin: 0 0 15px;
	line-height: 1.2;
	font-family: nunito,sans-serif;
}
.service-text p{
	    font-size: 16px;
    color: #818992;
    line-height: 1.6;
	    margin-bottom: 15px;
}
.service-text ul{
	    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}
.service-text ul li:before{
	content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #13c4a1;

}
.service-text ul li{
	color: #818992;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}
.service-text button{
	font-weight: 700;
    font-size: 16px;
    border: none;
    padding: 13px 31px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    z-index: 1;
    -webkit-transition: .9s;
    transition: .9s;
	color: #fff;
    background-color: #ff8a73;
}
.service-text button:after,.service-text button:before{
	    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background: #13c4a1;
    z-index: -1;
    border-radius: 5px;
}
.service-text button:before{
	right: 0;
}
.service-text button:after{
	    left: 0;
}
.service-text button:hover{
	transform: translateY(-5px);
}
.service-text button:hover:after,.service-text button:hover:before{
	width: 50%;
}
.blog-sec{
	padding:50px 0px;
	background: #F9FAFC url(../../assets/img/bg-point.png) no-repeat fixed right -600px center/auto;
}
.blog-card{
	margin: 0 10px;
	    background: #fff;
  
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
}
.blog-img{
	min-height:150px;
	width:100%;
	height:250px;
}
.blog-img img{
	height:100%;
	width:100%;
	object-fit:cover;
	
} 
.blog-content{
	    padding: 30px;
}
.blog-content ul{    padding: 0;
    list-style-type: none;
    margin: 0;}

.blog-content ul li{
display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #818992;
}
.blog-content ul li i{
    color: #13c4a1;
    margin-right: 4px;
}
.blog-content ul li a{
    color: #818992;
}
.blog-content ul li :last-child {
    margin-right: 0;
}
.blog-content  h3 {
	margin-top: 15px;
    margin-bottom: 15px;
}
.blog-content  h3 a{
	
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
color:#212529;
}
.blog-content  p{
	margin-bottom: 20px;
}
p{
font-size: 16px;
    color: #818992;
    line-height: 1.6;
}
.blog-content  .read-more-btn{
	    font-weight: 700;
		  color: #818992;
}
a{
	text-decoration:none;
}
.footer-top{
	padding:50px 0px;
}
.footer-logo{
	display: block;
    margin-bottom: 25px;
}
.footer-logo img{
	width: 150px;
    height: auto;
}
.social{
	    padding: 0;
    margin: 0;
    list-style-type: none;
	margin-top: 20px!important;
}
.social li{
	display: inline-block;
    margin-right: 5px;
	  margin-bottom: 0px!important;
}
.social li a{
	    color: #000;

}
.footer-top h2{
	    font-size: 23px;
    font-weight: 700;
    margin-bottom: 25px
}
.footer-top  ul{
	    padding: 0;
		text-align:left;
    margin: 0;
    list-style-type: none;
}
.footer-top  ul li{
    margin-bottom: 9px;
}
.footer-top  ul li a{
	display: block;
    color: #818992;
    font-weight: 600
}
.footer-bottom{
	padding: 30px 0;
  
    border-top: 1px solid #eee;
}
.copy-text ,.web-design{
	margin:0px;
}
.web-design{
	text-align:right;
}
.copy-text a,.web-design a{
	color: #13c4a1;
}
.nav-item{
	position:relative;
}
.nav-item:hover .submenu{
	opacity: 1!important;
    visibility: visible!important;
    top: 100%;
}
.submenu{
	    list-style-type: none;
	    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    padding: 20px 0;
    opacity: 0;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.submenu li{
	display:block;
	width:100%;
	    position: relative;
    padding: 0!important;

}
.submenu li a{
	    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px!important;
    margin: 0;
    display: block;
    color: #716c80!important
}
.submenu li a:hover{
	color: #13c4a1;
}
.s-down{
	position:absolute;
	right: -17px;
    top: 27%;
}
#wrapper{
	display:none;
	
}
.actives{
	position:fixed!important;
	    box-shadow: 0 7px 13px 0 rgb(0 0 0 / 10%);
    background-color: #13c4a1 !important;
	    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
	    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
@keyfrrames fadeInDown{
	0% {
    opacity: 0;
    transform: translate3d(0,-100%,0);
}
100% {
    opacity: 1;
    transform: none;
}
}
.service-detail-menu{
	padding:0px;
	list-style:none;
}
.collapsible .service-detail-menu,.collapsible .opened{
	display:none;
}
.active-content .closed{
	display:none;
}
.active-content .service-detail-menu,.active-content .opened{
	display:block;
}
.closed,.opened{
	position: absolute;
    top: 20px;
    right: auto;
}
.active-content,.collapsible{
	position:relative!important;
}
.logo a{
	    font-size: 30px;
	color:#ff0000;
	    text-align: center;
	    font-weight: 500;
    font-family: "Prosto One",Oswald,sans-serif;
}
header{
	    padding: 0px 0px;
	position: relative;
	background-color: #EDC43C;
}
.nav-link,.menu-right-item li a,.submenu li a{
	color:#ff0000!important;
}
.banner {
    height: auto;
    padding: 50px 0px;
}
.actives{
	background-color: #EDC43C!important;
}
.banner{
	background-size:cover;
	position:relative;
	background-image:url('../img/banner-1.jpg');
	z-index:0;
}
.banner:before{
	    background-color: #000000a8;
	z-index:-1;
	content:'';
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
.banner .btn,.service-text button{
	background-color: #edc43c;
}
.banner .btn:hover::after, .banner .btn:hover::before,.service-text button:after, .service-text button:before{
	    background: #ff0000;
}
.banner .btn:hover,{
	    color: #ffffff;
}
.section-title .bar{
	    background: #edc43c;
}
.section-title h2{
	color:#ff0000;
}
.section-title .bar:before{
	background:#ff0000;
}
.feature-img{
	color: #edc43c;
}
.feature-card:hover .feature-img{
	    color: #ff0000;
    background: #edc43c;
}
.flex-text span{
	color: #ff0000;
}
.service-text ul li:before{
	background: #ff0000;
}
.blog-content ul li i,.blog-content .read-more-btn{
	color: #ff0000;
}
footer{
	background-color: #EDC43C!important;

}
.footer-top h2,.footer-logo,.copy-text a, .web-design a{
	color: #ff0000;
}
.footer-logo{
	    font-size: 30px;
    color: #ff0000;
    text-align: left;
	display:block;
    font-weight: 500;
    font-family: "Prosto One",Oswald,sans-serif;
}
.footer-des,.footer-top ul li a,.copy-text, .web-design{
	color:#ffff;
}
.footer-top ul li a:hover{
	color:#fff;
}
.white-bgs{
	background-color:#fff!important;
}
.text-light{
	color:#fff;
}
.mr-2{
	margin-right:5px;
}
.footer-logo{
	display:flex;
	justify-content:start;
	align-items:start;
}
.lo {
	    font-size: 25px;
    color: #ff0000;
    text-align: center;
	    margin-left: 40px;
		    font-weight: 500;
    font-family: "Prosto One",Oswald,sans-serif;
}
.sidebar-brand a{
	 font-size: 20px;
    color: #ff0000;
    text-align: center;
	    margin-left: 40px;
		    font-weight: 500;
}
.sidebar-brand{
	    background-color: #edc43c;
}
.flex-text span{
	display:none;
}
.flex-text h2{
	font-size:30px;
	margin: 0px 0 15px;
}
.flex-text p,.service-text p {
    font-size: 18px;
}
.section-title h2{
	max-width:100%;
}
.nav-link:before{
	display:none;
}
.mx-auto{
	margin-left:auto;
	margin-right:auto;
}
.banner{
	padding:50px 0px;
}
header{
	position: absolute;
    background-color: #edc43c00;
}
.actives {
    background-color: #e8f3f9!important;
}
footer {
    background-color: #e8f3f9!important;
}
.footer-des, .footer-top ul li a, .copy-text, .web-design,.text-light {
    color: #101010!important;
}
.nav-link{
	cursor:pointer;
}
.section-title .bar:before{
	display:none;
}
.page-banner-sec{
padding: 50px 0px;
    width: 100%;
    background-position: center;
    position: relative;
    background-image: url(../img/banner-2.jpg);
    background-size: cover;
    z-index: 0;
}
.page-banner-sec:before{
	z-index:-1;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	content:'';
    background-color: #00000091;
}
.page-banner-txt{
	padding-top:50px;
	text-align:center;
}
.page-banner-txt ul{
	list-style:none;
	    padding: 10px 0px 0px;
}
.page-banner-txt ul li{
	display:inline-block;
	padding-right:5px;
}
.page-banner-txt ul li a{
	    color: #f2f2f2;
    font-size: 18px;
	    line-height: 1.6;
}
.page-banner-txt ul li .link-active{
    color: #ff0000;
	position:relative;
}
.page-banner-txt ul li .link-active:before{
	content:'/';
	   color: #f2f2f2;
    font-size: 18px;
	    line-height: 1.6;
		    margin-right: 5px;

}


.flex-text ul{
	    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}
.flex-text ul li:before{
	content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #13c4a1;

}
.flex-text ul li{
	color: #818992;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px;
}
.flex-text .btn-see-more{
	font-weight: 700;
    font-size: 16px;
    border: none;
    padding: 13px 31px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    z-index: 1;
    -webkit-transition: .9s;
    transition: .9s;
	color: #fff;
    background-color: #ff8a73;
}
.flex-text .btn-see-more:after,.flex-text .btn-see-more:before{
	    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background: #13c4a1;
    z-index: -1;
    border-radius: 5px;
}
.flex-text .btn-see-more:before{
	right: 0;
}
.flex-text .btn-see-more:after{
	    left: 0;
}
.flex-text .btn-see-more:hover{
	transform: translateY(-5px);
}
.flex-text .btn-see-more:hover:after,.flex-text .btn-see-more:hover:before{
	width: 50%;
}
.package-sec{
	padding:50px 0px; 
}
.package-card{
	    padding-bottom: 30px;
		margin:10px 0px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    background-image: url(../img/patt.png);
    background-position: center center;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    -webkit-transition: .4s;
    transition: .4s;
}
.package-card-header{
	padding: 45px 15px 45px;
    background: #ff0000;
    -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
    position: relative;
}
.package-card-header:before{
	content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    right: -50%;
    top: -130%;
      background: repeating-radial-gradient(rgb(255 255 255 / 40%), rgba(255, 255, 255, 0.2) 20%);
    -webkit-transition: .4s;
    transition: .4s;
}
.package-card-header h2{
	    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.package-card-body{
	    padding: 30px 25px;
}
.package-card-body ul{
	    margin: 0px;
		padding:0px;
    list-style-type: none;
}
.package-card-body ul li{
	    color: #828893;
    text-transform: capitalize;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.package-card-body ul li:last-child{
	 border-bottom:none;
}
.package-card-body ul li sup{
	color: #ff0000;
}
.btn{
	background-color: #edc43c;
	    font-weight: 700;
    font-size: 16px;
    border: none;
    padding: 13px 31px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    -webkit-box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    box-shadow: 0 13px 27px 0 rgb(163 48 53 / 25%);
    z-index: 1;
    -webkit-transition: .9s;
    transition: .9s;
    color: #fff;
}
.btn:before, .btn:after{
	    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    -webkit-transition: .4s;
    transition: .4s;
   
    z-index: -1;
    border-radius: 0px;
}
.btn:before {
    right: 0;
}
.btn:after {
    left: 0;
}
.btn:hover {
    
    color: #fff;
}
.btn:hover::after, .btn:hover::before {
    width: 50%;
	    background: #ff0000;
}
.unstyled-list{
	list-style:none;
}
.btn-g{
	display:flex;
	padding:0px;
}
.toggled .actives{
	    background-color: transparent!important;
}
.service-detail-menu {
	display:none;
}
.active-content  .service-detail-menu {
	display:block!important;
}
.closed, .opened {
    position: absolute;
    top: 20px;
    right: 62%;
}
.mobile-footer-sec{
	padding:5px 0px;
	width:100%;
	display:none;
	height:auto;
	    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
		border-top-left-radius:10px;
		border-top-right-radius:10px;
		position:fixed;
		bottom:0px;
		background-color:#e8f3f9;
		z-index:989;
}
.mobile-footer-sec a{
	color: #ff0000;
	font-size:13px;
	text-transform:capitalize;
	width:fit-content;
	display:block;
	
	margin:auto;
	text-align:center;
}
.mobile-footer-sec a i{
	font-size:20px;
}
.mobile-footer-sec .col-3{
	width:20%;
}
.signup-download {
	position:relative;
}
.g-colse{
	position:absolute;
	top:20px;
	right:10px;
	color:#000;
}
.get-btns{
	display:none;
	position:fixed;
	right:10px;
	bottom:100px;
}
.btn-view{
	display:block;
}
 sup {
    color: #ff0000;
}
.contact-sec{
	padding:50px 0px;
}
.address-card,.address-card iframe{
	width:100%;
	height:100%;

}
.my-10{
		margin:10px 0px;
}
.contact-card{
	     box-shadow: -1px -2px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    background: #fff;
    padding: 15px;
    margin: 11px 0px;
    color: #101010;
}
.contact-card h2{
	    color: #ff0000;
		    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.contact-card p{
	font-size: 16px;
    color: #101010;
	text-align:left;
    line-height: 1.6;
}
.contact-card a{
	font-size: 16px;
    color: #101010;
	text-align:center;
    line-height: 1.6;
}
.contact-card a i{
	  color: #ff0000;
	font-size:20px;
}

/*jobportal*/

header {
    position: relative;
    background-color: #ffffff;
}
.logo a{
	    font-size: 25px;
	color:#029fff;
}
.logo a span{
	color:#666666;
}
.logo a sub{
	font-size:10px;
}
.nav-link{
	color:#4bcc5a!important;
}
.btn-blue{
	border: 1px solid;
    border-image-source: linear-gradient(
90deg
,#38a745 0%,#4cce5b 63%);
    border-image-slice: 1;
    color: #000;
	padding:0px!important;
	  margin:5px;
}
.btn-gray{
	  border-image-source: linear-gradient(
90deg
,#38a745 0%,#4cce5b 63%);
border: 1px solid;
    border-image-source: linear-gradient(
90deg
,#38a745 0%,#4cce5b 63%);
    border-image-slice: 1;
    color: #fff!important;
  
	position:relative;
	z-index:0;
	padding:0px!important;
    margin:5px;
}
.btn-gray:before{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    background: -webkit-gradient(linear,left top,right top,from(#38a745),color-stop(63%,#4cce5b));
    background: linear-gradient(
90deg
,#38a745 0%,#4cce5b 63%);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    z-index: -1;
}
.btn-blue:before{
	position: absolute;
    content: '';
    width:0%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    background: -webkit-gradient(linear,left top,right top,from(#38a745),color-stop(63%,#4cce5b));
    background: linear-gradient(
90deg
,#38a745 0%,#4cce5b 63%);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    z-index: -1;
}
.btn-blue:hover:before{
	width:100%;
	
}
.btn-gray:hover:before{
	width:0%;

}
.btn-blue:hover a{
color:#fff!important;	
}
.btn-gray:hover a{
		color:#000!important;
}
.btn-gray a{
	padding:10px!important;
	margin:0px!important;
	    color: #fff!important;
}
.btn-blue a{
	padding:10px!important;
	margin:0px!important;
	color:#000!important;
}

.navigation-menu ul{
	margin-left:auto;
	margin-right:auto;
}
.navigation-menu .inter-view{
	margin-left:auto;
	margin-right:0;
}
.actives {
    background-color: #ffffff!important;
}
.banner-head-line{
	    font-size: 48;
}
.banner-head-line span{
	    color: #4bcc5a;
}
.logo a{
	 color: #4bcc5a;
}
.banner-form-area {
	background-color: #fff;
    padding: 10px 30px;
  
    -webkit-box-shadow: 0 0 0 15px #ffffff80;
    box-shadow: 0 0 0 15px #ffffff80;
	    border-radius: 0;
}
.banner-form-area form{
	position: relative;
    padding-right: 150px;
	    margin-bottom: 0px;
}
.banner-form-area form .form-group {
    margin-bottom: 0;
    position: relative;
}
.banner-form-area form .form-group .form-control {
    height: 50px;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #cacacd;
    padding-left: 0;
    padding-right: 40px;
	    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
}
.banner-form-area form .form-group label {
    margin-bottom: 0;
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
}
.banner-form-area form .form-group i{
	background: linear-gradient(
90deg
,#38a745 0%,#4cce5b 63%);
    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 25px;
}
 .banner-form-btn{
	    border-radius: 0;
		    position: absolute;
    top: -10px;
    right: -31px;
    font-size: 18px;
    color: #fff;
	background: -webkit-gradient(linear,left top,right top,from(#38a745),color-stop(63%,#4cce5b));
    background: linear-gradient(
90deg
,#38a745 0%,#4cce5b 63%);
    padding: 21px 45px;
}
.banner-form-btn:hover {
    background: -webkit-gradient(linear,right top,left top,from(#38a745),color-stop(63%,#4cce5b));
    background: linear-gradient(
270deg
,#38a745 0%,#4cce5b 63%);
}
.form-select {
    width: 100%;
    display: block;
    border-radius: 0;
    height: 50px;
    color: #878ba5;
    border: 0;
    font-size: 16px;
    max-height: 200px;
	    padding: .375rem 1.75rem .375rem .75rem;
		    font-weight: 400;
    line-height: 1.5;
	    background-color: #fff;
		    overflow-y: scroll;
			
}
.banner-form-area form .form-group .form-control:last-child,.banner-form-btn{
	border:none;
	    top: -10px;
	    bottom: -11px;
}
.lo{
	color:#4bcc5a;
}
.lo span{
	    color: #666666;
}
.mobile-footer-sec{
	border-radius:0px;
	    background-color: #ffffff;
	    box-shadow: 1px 2px 5px 3px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}
.mobile-footer-sec a{
	color: #4ac758;
}
.footer-logo a:hover,.footer-logo a{
	color: #ffff!important;
}
.footer-logo a span{
    color: #fff;
}
.footer-logo a sub{
	font-size:10px;
}
.footer-logo{
	    display: block;
}
footer{
	background-color:#3aa847!important;
}
.footer-top h2, .footer-logo, .copy-text a, .web-design a{
	color:#fff;
}
.footer-des, .footer-top ul li a, .copy-text, .web-design, .text-light {
    color: #ffffff!important;
}
.top-bar{
	background:#3aa847;
	padding:5px 0px;
}
.top-bar .row{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.top-bar p{
	color:#fff;
	margin-bottom:0px;
}
.top-bar a{
	    float: right;
	padding:0px 2px;
	color:#fff;
	display:inline-block;
}
.web-design{
	display:inline-block;
}
.sidebar-nav .web-design{
	margin-top:50px;
}
.logo a{
	font-size:20px;
}
.page-banner-sec{
	    background-image: url(../img/banner-1.jpg);
}
.contact-card h2{
	        color: #4fcd5e;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.contact-card label{
	color: gray;
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-card .form-control{
	width:100%;
	 margin-bottom: 10px;
}
.contact-card .form-control[type='submit']{
	    width: fit-content;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		 color: #fff!important;
		
    background: linear-gradient( 
90deg
 ,#38a745 0%,#4cce5b 63%);
 border-radius:0px;
 border: 1px solid #4cce5b!important ;
}

.contact-card .form-control[type='submit']:hover{
	color:#000!important;
	 background: none;
}
.contact-card .form-control[type='submit']:hover:before{
	width:0%;
	
   
}
.contact-card p {
	text-align:center;
}
.contact-card p span{
	position:relative;
	padding:0 10px;
	color:gray;
	font-size:13px;
}

.contact-card p a{
	color: #4cce5b;
}
footer {
    background-color: #7dc3ff!important;
}
.page-banner-txt ul li .link-active {
    color: #4bcc5a;
}
.toggle-wrap {background:#666;min-height:400px;}
.toggle-tabs li {background:#000; color:#fff;float:left;margin:5px;list-style:none;}

.tabbed-content-wrap {
  float:left;
  width:100%;
}
.content-box {display:none;}
.content-box.active-content-box {display:block;}

.tab-row{
	display:block;
	margin:10px 0;
	    padding: 0px;
	
}
.tab-row li{
	display:inline-block;
	padding:10px 20px;
	background:transparent;
	border:1px solid #4bcc5a;
	border-raqdius:0px;
}
.tab-row .active-tab,.tab-row li:hover{
	background: linear-gradient( 
90deg
 ,#38a745 0%,#4cce5b 63%);
}
.tab-btn{
	color:#000;
	cursor:pointer;
}
.tab-row .active-tab .tab-btn,.tab-row li:hover .tab-btn{
	color:#fff;
}
#myForm{
	padding:0px;
}
.d-flex{
	display:flex;
}
.justify-content-space-between{
	justify-content:space-between;
}
.w-fit-content{
	width:fit-content;
}
.align-items-center{
	align-items:center;
}
.text-dark{
	color:#000;
}
.previous,.next,.submit{
	padding:10px 20px!important;
}
.previous{
	background-color:transparent;
}
.previous:hover{
	    background: -webkit-gradient(linear,left top,right top,from(#38a745),color-stop(63%,#4cce5b));
		color:#fff!important;
}
button:hover{
	background-color:transparent;
	color:#000!important;
	opacity:1!important;
}
.step-indicator{
	margin:10px 5px;
	display:flex;
	justify-content:space-between;
	position:relative;
	z-index:0;
}
.step-indicator:before{
	content:'';
	position:absolute;
	    background: linear-gradient( 
90deg
 ,#38a745 0%,#4cce5b 63%);
	left:5px;
	right:5px;
	top:50%;
	transform:translateY(-50%);
	height:2px;
	    z-index: -1;
	border-radius:10px;
}
.step{
	height: auto;
    padding: 5px 9px !important;
    font-size: 20px !important;
    width: auto;
	    opacity: 1;
	background-color: #1b8ff2;
}
.page-title-bg-img{
	background-image:url('../img/bg3.jpg');
	background-size:cover;
	background-position:cetner;
	background-color:transparent;
	padding:50px 0px;
}
.banner-head-line{
	    text-align: center;
	font-size: 48px;
}
.job-list-section{
	background:#e8e8e8;
	padding: 50px 0px;
}
.job-list-section .card-header{
	    background-color: #3aa847!important;
		    border-radius: 0px;
			    border: none;
}

.job-list-section .card{
	    border-radius: 0px;
		    border: none;
}
.job-list-section .card-header i{
	    margin-right: 5px;
    font-size: 20px;
}
.job-list-section .list-group-item{
	border-bottom:none;
}
.job-list-section .list-group-item a{
	color:#333;
	font-size:13px;
	text-transform:capitalize;
	font-weight:700;
	
}
.view-group{
	margin-left:0px;
	margin-right:0px;
}
.view-group .list-group-item{
	    border: 1px solid #ebf0f6;
    padding: 24px 24px 16px;
	    margin-bottom: 10px;
		    box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
}
.view-group  .card-body {
    flex: none;
    padding: 0px;
}
.view-group  .card-body .card-title{
	    color: #091e42!important;
		    font-size: 18px;
			    font-weight: 500;
				
}
.view-group  .card-body .btn-gray{
	padding: 10px 20px!important;
    margin-top: 10px;
    display: block;
    width: fit-content;
	margin-left:0px;
	margin-bottom:0px;
}
.view-group .list-group-item:hover{
	cursor:pointer;
	box-shadow: 0 3px 8px 0 rgb(0 106 194 / 20%);
}
.view-group  .card-body p{
	margin-bottom:0px;
}
.flex-light{
	display:block;
}
.flex-light span{
	    font-size: 12px;
		display:inline-block;
		width:fit-content;
		
		line-height: 16px;
		    margin-left: 16px;
			    margin-top: 7px;
}
.flex-light span:first-child{
	margin-left:0px;
}
.flex-light span i{
	margin-right: 4px;
	    line-height: 1;
		    margin-right: 4px;
    font-size: 16px;
    height: 16px;
    width: 16px;

}
.flex-light span a span{
	margin:0px;
}
.view-group .card-body .btn-gray:hover{
	    color: #3caf49!important;
}
.job-details-section{
	    background: #e8e8e8;
	padding:50px 0px;
}
.job-details-section .card{
	    background-color: #fff;
    border-radius: 4px;
	box-shadow: 0 5px 10px 2px rgb(195 192 192 / 20%);
    padding: 24px;
}
.big-icon-box{
	border-radius:50%;
	width:100px;
	height:100px;
	    border: 3px dashed #ffffff;
    display: flex!important;
    justify-content: center;
    align-items: center;
    background: #8dc7f8;
}
.big-icons{
	display:block;
	font-size:40px;
	color:#fff;
	margin:auto;
	line-height: 0;
}
.job-details-section .jobtitle{
    color: #333;
    font-size: 20px;
    font-weight: 700;
	    line-height: 1;
		margin-bottom:0px;
}
.job-details-section .product-description{
	    margin-top: 8px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
	    margin-bottom: 0px;
}
.job-details-section table{
	display: block;
	margin-top: 15px;
	    border-bottom: none;
}
.job-details-section table td{
	padding:7px 0px;
	border-bottom:none;
	margin:5px 0px;
}
.job-details-section table td i{
	    font-size: 16px;
    margin-right: 3px;
	color: #333;
}
.job-details-section table p{
	font-size: 14px;
    font-weight: 600;
	color: #333;
}
.job-details-section table p b{
	font-size:18px;
	font-weight:bold;
	color: #000;
}
.job-details-section table tr{
	    border-bottom: 1px dotted #c1c1c1!important;
}
.job-details-section table tr:last-child{
	border-bottom:none!important;
}
.cardjob a.imgs-pos{
	width:100%;
	height:auto;
}
.cardjob{
	position:relative;
}
.cardjob a.imgs-pos{
	     order: 2;
		     width: 100px;
    display: block;
    height: auto;
}
.job-list-section .card-flex{
	    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.btn-gray:before{
	
}
.btn-gray,.btn-blue{
	    border:none;
    border-image-source: none;
}
.btn-gray:before,.btn-blue:before{
	display:none;
}
.top-bar{
	    background: #0685f1;
}
.btn-gray a,.btn-blue a{
	border:1px solid #0685f1;
	padding: 8px 10px!important;
	    background-color: #0685f1;
		border-radius: 10px;
		    line-height: 1;
}
.btn-blue a{
	border:1px solid #0685f1;
	background-color: transparent;
}
.btn-gray a:hover{
	border:1px solid #0685f1;
	background-color: transparent;
}
.btn-blue a:hover{
	background-color: #0685f1;
}
.nav-item{
	    padding: 10px 0;
}
footer {
    background-color: transparent!important;
}
.footer-top{
	    background: #202020;
}
.footer-bottom{
	    border-top: none;
    background: #000000bf;
}
.web-design {
    display: block;
    text-align: right;
}
.contact-card .form-control[type='submit']{
	    padding: 11px 12px;
    line-height: 1;
    height: auto;
}
body,label,input,select,textare{
	    font-family: nunito,sans-serif!important;
}
.tab-row li {
    display: inline-block;
    padding: 6px 15px;
    border-radius: 10px;
}
.tab-row .active-tab, .tab-row li:hover {
    background: #0685f1;
}
.tab-row li{
	border: 1px solid #0685f1;
}
.job-list-section .card-header {
    background-color: #0685f1!important;
}
btn{
	border-radius:10px;
}
.nav-link {
    color: #000000!important;
}
.view-group .card-body .btn-gray{
	background: #0685f1;
	border-radius:10px;
	border: 1px solid #0685f1;
}
.view-group .card-body .btn-gray:hover{
	background:none;
	color:#000;
}
.banner-form-btn,.banner-form-btn:hover{
	    background: #0685f1!important;
    color: #fff!important;
}
.banner-form-area form .form-group i{
	background: none!important;
	    -webkit-text-fill-color: #0685f1;
}
.contact-card h2 {
color: #0685f1;}
.contact-card .form-control[type='submit']{
	    border: 1px solid #0685f1!important;
		background: #0685f1;
		border-radius:10px
}
.page-banner-txt ul li .link-active {
    color: #0685f1;
}
.content-box .btn-gray{
	 border: 1px solid #0685f1!important;
		background: #0685f1;
		border-radius:10px
}
.content-box .btn-gray:hover{
	background: none;
}
.content-box .btn-blue {
	 border: 1px solid #0685f1!important;
	 background: none;
	 	border-radius:10px
}
.content-box .btn-blue:hover {
	background: #0685f1;
	color:#fff;
}
.content-box .submit {
	    display: inline-block;
    width: fit-content;
	border: 1px solid #0685f1!important;
	 background: none;
	 	border-radius:10px
}
.content-box .submit:hover{
	background: #0685f1;
	color:#fff;
}
.content-box .btn-blue,.content-box .submit,.content-box .btn-gray{
	    font-family: nunito,sans-serif!important;
}
.step.active {
    background-color: #8ea58e;
}
.banner{
	    background-image: url("../img/banner-main.gif")!important;
}
.banner:before {
    background-color:transparent;
}
.banner-form-btn, .banner-form-btn:hover {
    background: #0685f18f!important;
    color: #fff!important;
	font-weight:bold;
}
.banner-content {
    color: #000000;
    font-weight: bolder;
 
}
.banner-form-area{
	    box-shadow: 0 0 0 15px #73baf738;
}
.banner-head-line{
	display:none;
}
.footer-top {
    background: #6adbf36b;
}
.footer-top h2,.footer-top ul li a,.footer-top  .text-light{
	        color: #6a6565!important;
}
.logo{
	    padding: 20px 0px;
}
header {
    position: relative;
    background-color: #73baf738;
}
.banner {
    padding: 0px 0px;
	
}
.mtc-100px{
	margin-top:100px;
}
.banner-form-area form .form-group .form-control {
    height: 40px;
}
.banner-form-area form .form-group i{
	font-size:20px;
}
.banner-form-btn{
	    padding: 18px 45px;
}
.banner-form-area form{
	    padding-right: 136px;
}
.d-block{
	display: block;
}
.redio-text{
	    display: inline-block;
    
    width: 33%;
	    color: gray;
    font-size: 15px;
	font-family: nunito,sans-serif!important;
}
#myForm input[type='checkbox']{
	    display: inline-block;
    width: 13px;
	    margin-right: 40px;
}
.footer-social{
	display:block;
	margin:10px 0px 0px;
	list-style:none;
	
}
.footer-social li{
	display:inline-block;
	margin-right:5px;
}
.footer-social li a{
	    color: #6a6565!important;
		border-radius:50%;
		width:40px;
		height:40px;
		border:1px solid #6a6565;
		display:flex;
		justify-content:center;
		align-items:center;
		font-size:20px;
}
.top-bar p{
	    display: inline-block;
    margin-left: 10px;
}
.s-link{
	    float: none!important;
	display:inline-block;
}
.s-link i{
	width:30px;
	height:30px;
	font-size:15px;
	color:#fff;
	border:1px solid #fff;
	display:flex;
	justify-content:center;
		align-items:center;
}
.hamburger-sec{
	display:none;
	    z-index: 9999;
    position: fixed;
    top: 30px;
    right: 1px;
	    top: 10px!important;
		    background: none;
    color: #fff;
    font-size: 22px;
    border: none;
}
.toggled .overlay,.toggled .hamburger-sec{
	display:block;
}
.toggled .hamburger{
	    display: none;
}
.vission-bgs{
	background:url(../img/vi-bgs.jpg)!important;
	    background-position: center;
    background-size: cover;
	padding:80px 0px;
}
.logo a img{
	width: 100%;
	padding: 0px 0px;
}

.logo {
    padding: 4px 0px;
}
.footer-logo img {
    width: 60%;
}

.banner-form-btn, .banner-form-btn:hover {
    background: #01aded!important;
}
.banner-form-area {
    box-shadow: 0 0 0 15px #73baf738;
    margin: auto;
}
.banner-form-btn {
    padding: 15px 45px;
	    top: -9px;
    bottom: -6px;
}
.banner-form-area{
	    box-shadow: 0 0 0 7px #73baf738;
		    padding: 6px 30px;
}

.contact-card{
	     background: none;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 7%), 0 3px 4px rgb(0 0 0 / 23%);
    border-radius: 0px;
}
.contact-card h2{
	       color: #0685f1;
    padding: 23px 20px;
    background: #e0f0fd;
    margin: 0px;
	    font-size: 23px;
}
.contact-card form{
	    margin: 0px;
	    border: 1px solid #e3e3e3;
    border-top: none;
	    padding: 50px;
}
.contact-card .row{
	margin-left:0px;
	margin-right:0px;
}
.contact-card .form-control{
	position:relative;
	height:50px;
	padding-left:50px;
	z-index:0;
	    color: #818992;
		font-weight: 400;
    line-height: 1.5;
	    font-family: nunito,sans-serif!important;
		    font-size: 16px;
}
.contact-card .form-control,.contact-card .form-control::placeholder{
	font-size:16px;
}
.icon-root{
	position:relative;
}
.contact-card .icon-root .icons{
	width:50px;
	height:50px;
	position:absolute;
	top:0px;
	left:27px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	font-size:16px;
	    color: #818992;
	    font-family: IcoFont!important;
	z-index:1;
	    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.contact-card .form-control {
  
    margin-bottom: 30px;
    border: none;
    background: none;
    border-bottom: 2px solid #999;
    border-radius: 0px;
}
.contact-card .form-control:focus
{
	border:none;
	box-shadow:none;
	border-bottom: 2px solid #0685f1;
    border-radius: 0px;
	
}
.contact-card p a {
    color: #ff7e02;
}
.contact-card .form-control[type='submit']{
	    padding: 13px 30px;
		    font-family: nunito,sans-serif;
		font-weight: 600;
		    line-height: 1;
    font-size: 17px;
}
.step-indicator{
	display:none;
}
.cut-form{
	 margin: 0px;
	    border: 1px solid #e3e3e3;
    border-top: none;
	    padding: 50px;
		border-bottom:none;
		    padding-bottom: 0px;
}
#myForm{
	    border:none;
		    padding-bottom: 50px;
			   
}
#myForm .tab.px-3{
	    padding-right: 0rem!important;
    padding-left: 0rem!important;
}
.cut-form label{
	display:none;
}
.tab-row li{
	    margin-bottom: 15px;
}
.cut-form label.d-block{
	    color: #818992;
		font-weight: 400;
    line-height: 1.5;
	    font-family: nunito,sans-serif!important;
		    font-size: 16px;
			    color: #818992!important;
  }
  .e-height{
	  display:flex;
	      display: flex;
    flex-wrap: wrap;
  }
 .cut-form .icon-root{
	  padding:0px 10px;
  }
  .contact-card{
	      box-shadow: 0px 0px 9px 0 #cfcfcfed;
		      border-radius: 5px;
  }
  .contact-card h2{
	      border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #myForm{
	  border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .tab-row li,.content-box .btn-gray,.btn-gray a, .btn-blue a,.content-box .btn-blue,.contact-card .form-control[type='submit']{
	      border-radius: 4px;
  }
  .previous, .next, .submit {
    padding: 7px 20px!important;
}
.contact-card .form-control:focus{
	    border-bottom: 3px solid #00b9ff;
}
.contact-card .form-control:focus:-moz-placeholder,.contact-card .form-control:focus::-webkit-input-placeholder,.contact-card .form-control:focus::-webkit-input-placeholder
{
	display:none!important;
	color:transparent;
}
input:focus::-webkit-input-placeholder { color:transparent;}
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } 
  
  .view-group .card-body .btn-gray{
	  border-radius: 4px;
  }
 
.btn-ctns-reg{
	   
	   
   
	  
		  padding: 0px!important;
    margin: 5px;
			color:#fff!important;
}
.btn-ctns-reg a:hover{
	    border: 1px solid #ee8f34;
		color:#000;
		background-color: tranparent;
}
.btn-ctns-reg a{
	 border: 1px solid #ee8f34;
    background-color: #ee8f34;
	  border-radius: 4px;
	      line-height: 1;
	  margin:0px;
	color:#fff!important;
	    padding: 8px 10px!important;
}
header {
	padding: 5px 0px;
}
.contact-card .form-control{
    border: 2px solid #999;
    border-radius: 5px;
	}
	.contact-card .form-control:focus {
    border: 3px solid #00b9ff;
	border-radius: 5px;
}

.btn-gray a, .btn-blue a,.btn-ctns-reg a{
	    padding: 8px 8px!important;
}
.hamburger{
	top: 24px!important;
}

.logo {
    padding: 10px 30px;
}
.mobile-footer-sec a {
    color: #0685f1;
}
.videos-section{
	padding:50px 0px;
}
.videos-section .video-box{
	margin-bottom:15px;
}
.f-pws-section{
	padding:50px 0px;
}
.fpws-btn{
	margin:auto;
	display:block;
	    background-color: #0685f1;
	width:fit-content;
	box-shadow: none;
}
.ctn-alerts{
	    padding: 8px;
    font-size: 14px;
}
.ft-17px{
	font-size:17px!important;
}

@media(max-width:991px){
	
	.mtc-100px{
	margin-top:0px;
}
.redio-text{
	    width: 54%;
}
#myForm input[type='checkbox']{
	    margin-right: 5px;
}
.lo{
	    display: inline-block;
}
.lo {
    height: 50px;
    width: 80%;
}
.lo img {
    width: 100%;
    margin-left: 0px;
    height: 100%;
    object-fit: contain;
}
.hamburger{
	    top: 20px!important;
}
.nav-link{
	margin: 0 5px;
}
}
@media(max-width:767px){
	.job-list-section .card-flex{
		display:block;
	}
	.cardjob a.imgs-pos{
		    width: 30%;
    float: right;
	}
	.lo {
    height: 50px;
    width: 80%;
}
}