

/** css for colin **/

@import url('2-flaticon.css');



.sec-title-five{
	position: relative;
	display: block;
	margin-bottom: 45px;
}

.sec-title-five.text-center{
	text-align: center;
}

.sec-title-five h1{
	position: relative;
	font-size: 42px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	color: #3d415b;
	line-height: 60px;
}


/** banner-section-five **/

.banner-section-five {
    position: relative;
    padding-top: 280px;
    padding-bottom: 435px;
    background-image: -webkit-linear-gradient( -75deg, #3b0080 0%, #007dd1 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%, 0% 0%);
}

.banner-section-five:before{
	position: absolute;
	content: '';
	background: url(../images-2/icons/shap-3.png);
	width: 1304px;
	height: 100%;
	top: 0px;
	right: 440px;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-section-five .content-box h1{
	position: relative;
	font-size: 56px;
	line-height: 72px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #fff;
	margin-bottom: 30px;
}

.banner-section-five .content-box .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	margin-bottom: 40px;
}

.banner-section-five .content-box .btn-box a{
	position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 56px;
    border-radius: 5px;
    display: inline-block;
    background-color: #0ae5c8;
    font-family: 'Ubuntu', sans-serif;
    transition: all 500ms ease;
}

.banner-section-five .content-box .btn-box a:hover{
	background: #0a8ce3;
	box-shadow: 0 10px 15px rgba(10, 140, 227, 0.2);
}

.banner-section-five .content-box{
	position: relative;
	margin-right: 30px;
}

.banner-section-five .image-box{
	position: relative;
	margin-right: -60px;
}

.banner-section-five .image-box img{
	width: 100%;
}

.banner-section-five .shap-box .shap-1{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -150px;
}

.banner-section-five .shap-box .shap-2{
	position: absolute;
	top: 0px;
	right: 110px;
}


/** feature-section **/

.feature-section{
	position: relative;
	margin-top: -270px;
}

.feature-section .pattern-layer{
	position: absolute;
	right: -20px;
	top: 220px;
	width: 460px;
	height: 640px;
	animation-name: zoom-fade;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.feature-section .single-feature-block .inner-box{
	position: relative;
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 50px 50px;
	box-shadow: 0px 10px 30px rgba(10,140,227,0.1);
	transition: all 500ms ease;
}

.feature-section .single-feature-block:hover .inner-box{
	transform: translateY(-15px);
}

.feature-section .single-feature-block .inner-box .icon-holder{
	position: relative;
	display: inline-block;
	filter: drop-shadow(0px 5px 10px rgba(217, 228, 248, 1));
}

.feature-section .single-feature-block .inner-box .icon-holder:before{
	position: absolute;
	content: '';
	background: #0a8ce3;
	height: 200px;
	width: 1px;
	left: 60px;
	top: -25px;
	transform: rotate(45deg);
	animation: fa-spin 60s ease infinite;
}

.feature-section .single-feature-block .inner-box .icon-holder:after{
	position: absolute;
	content: '';
	background: #0a8ce3;
	height: 200px;
	width: 1px;
	left: 70px;
	top: -28px;
	transform: rotate(45deg);
	animation: fa-spin 60s ease infinite;
}

.feature-section .single-feature-block .inner-box .icon-box{
	position: relative;
	display: inline-block;
	font-size: 60px;
	color: #0a8ce3;
	width: 130px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	margin-bottom: 24px;
	z-index: 1;
	transition: all 500ms ease;
}

.feature-section .single-feature-block .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transform: rotate(30deg);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	transition: all 500ms ease;
}

.feature-section .single-feature-block:hover .inner-box .icon-box{
	color: #fff;
}

.feature-section .single-feature-block:hover .inner-box .icon-box:before{
	background: #0a8ce3;
}

.feature-section .single-feature-block .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	color: #09092b;
	margin-bottom: 23px;
}

.feature-section .single-feature-block .inner-box h3 a{
	display: inline-block;
	color: #09092b;
	transition: all 500ms ease;
}

.feature-section .single-feature-block .inner-box h3 a:hover{
	color: #0a8ce3;
}

.feature-section .single-feature-block .inner-box .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
	margin-bottom: 24px;
}

.feature-section .single-feature-block .inner-box .link a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #0a8ce3;
	transition: all 500ms ease;
}

.feature-section .single-feature-block .inner-box .link a:hover{
	color: #09092b;
}


/** about-section-three **/

.about-section-three{
	position: relative;
	padding: 140px 0px 150px 0px;
}

.about-section-three .content-box{
	position: relative;
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.about-section-three .content-box .text p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
	margin-bottom: 34px;
}

.about-section-three .content-box .text p:last-child{
	margin-bottom: 0px;
}

.about-section-three .content-box .text{
	margin-bottom: 60px;
}

.about-section-three .content-box .btn-box a{
	position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 60px;
    border-radius: 5px;
    display: inline-block;
    background-color: #0a8ce3;
    font-family: 'Ubuntu', sans-serif;
    transition: all 500ms ease;
    box-shadow: 0px 10px 30px rgba(10,140,227,0.3);
}

.about-section-three .content-box .btn-box a:hover{
	background: #0ae5c8;
}


/** core-service **/

.core-service{
	position: relative;
	background: #f3f8ff;
	padding: 140px 0px 115px 0px;
}

.core-service .content-box{
	position: relative;
	margin-right: 90px;
}

.core-service .content-box .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
	margin-bottom: 40px;
}

.core-service .content-box a{
	position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 46px;
    border-radius: 5px;
    display: inline-block;
    background-color: #0a8ce3;
    font-family: 'Ubuntu', sans-serif;
    transition: all 500ms ease;
    box-shadow: 0px 10px 30px rgba(10,140,227,0.3);
}

.core-service .content-box a:hover{
	background: #0ae5c8;
}

.core-service .content-box .sec-title-five{
	margin-bottom: 25px;
}

.core-service .content-box .sec-title-five h1{
	font-size: 40px;
}

.core-service .inner-box .single-item .icon-holder{
	position: absolute;
	left: 0px;
	top: 0px;
	filter: drop-shadow(0px 5px 10px rgba(217, 228, 248, 1));
}

.core-service .inner-box .single-item .icon-box{
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #0a8ce3;
	width: 60px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin-bottom: 24px;
	z-index: 1;
	transition: all 500ms ease;
}

.core-service .inner-box .single-item:hover .icon-box{
	color: #fff;
}

.core-service .inner-box .single-item .icon-box:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transform: rotate(30deg);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	transition: all 500ms ease;
}

.core-service .inner-box .single-item:hover .icon-box:before{
	background: #0a8ce3;
}

.core-service .inner-box .single-item{
	position: relative;
	padding: 0px 0px 0px 10px;
	margin-bottom: 56px;
}

.core-service .inner-box .single-item h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	color: #3d415b;
	font-weight: 700;
	margin-bottom: 18px;
}

.core-service .inner-box .single-item h3 a{
	display: inline-block;
	color: #3d415b;
	transition: all 500ms ease;
}

.core-service .inner-box .single-item h3 a:hover{
	color: #0a8ce3;
}

.core-service .inner-box .single-item .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
}

.core-service .inner-box{
	position: relative;
	margin-top: 10px;
}

.core-service .shap{
	position: absolute;
}

.core-service .shap-1{
	left: 110px;
	top: -70px;
	animation-name: zoom-fade;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.core-service .shap-2{
	left: 0px;
	bottom: 0px;
}

.core-service .shap-3{
	top: 80px;
	right: 0px;
}


/** why-choose-section **/

.why-choose-section{
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 200px 0px 120px 0px;
}

.why-choose-section .image-box{
	position: relative;
	margin-left: -295px;
	margin-top: 22px;
}

.why-choose-section .image-box .image img{
	width: 100%;
}

.why-choose-section .content-box{
	position: relative;
	margin-left: 40px;
}

.why-choose-section .content-box .sec-title-five p{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
}

.why-choose-section .content-box .sec-title-five h1{
	margin-bottom: 23px;
}

.why-choose-section .content-box .sec-title-five{
	margin-bottom: 57px;
}

.why-choose-section .content-box .inner-box .single-item .icon-holder{
	position: absolute;
	left: 0px;
	top: 0px;
	filter: drop-shadow(0px 5px 10px rgba(217, 228, 248, 1));
}

.why-choose-section .content-box .inner-box .single-item .icon-box{
	position: relative;
	display: inline-block;
	font-size: 50px;
	color: #0a8ce3;
	width: 115px;
	height: 125px;
	line-height: 125px;
	text-align: center;
	margin-bottom: 24px;
	z-index: 1;
	transition: all 500ms ease;
}

.why-choose-section .content-box .inner-box .single-item:hover .icon-box{
	color: #fff;
}

.why-choose-section .content-box .inner-box .single-item .icon-box:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;
	transform: rotate(28deg);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	transition: all 500ms ease;
}

.why-choose-section .content-box .inner-box .single-item:hover .icon-box:before{
	background: #0a8ce3;
}

.why-choose-section .content-box .inner-box .single-item{
	position: relative;
	padding: 0px 0px 0px 15px;
	margin-bottom: 37px;
}

.why-choose-section .content-box .inner-box .single-item:last-child{
	margin-bottom: 0px;
}

.why-choose-section .content-box .inner-box .single-item h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	color: #3d415b;
	font-weight: 700;
	margin-bottom: 18px;
}

.why-choose-section .content-box .inner-box .single-item h3 a{
	display: inline-block;
	color: #3d415b;
	transition: all 500ms ease;
}

.why-choose-section .content-box .inner-box .single-item h3 a:hover{
	color: #0a8ce3;
}

.why-choose-section .content-box .inner-box .single-item .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
}

.why-choose-section .pattern-layer {
    position: absolute;
    left: -30px;
    top: 80px;
    width: 390px;
    height: 470px;
    animation-name: zoom-fade;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.why-choose-section .pattern-layer-2 {
    position: absolute;
    right: -30px;
    bottom: -100px;
    width: 380px;
    height: 470px;
    animation-name: zoom-fade;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.why-choose-section .shap {
    position: absolute;
    right: 110px;
    bottom: 310px;
    animation-name: zoom-fade;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/** video-section **/

.video-section{
	position: relative;
	background-image: -webkit-linear-gradient( -75deg, #3b0080 25%, #007dd1 100%);
	padding-bottom: 140px;
}

.video-section .shap-box .shap-1{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.video-section .shap-box .shap-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.video-section:before{
	position: absolute;
	content: '';
	background: url(../images-2/icons/shap-8.png);
	width: 1315px;
	height: 100%;
	left: 25%;
	top: 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.video-section .inner-container{
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: -340px;
}

.video-section .content-box{
	position: relative;
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}

.video-section .content-box .video-inner{
	position: relative;
	display: block;
	text-align: center;
	border-radius: 10px;
	border: 15px solid rgba(255, 255, 255, 0.1);
}

.video-section .content-box .video-inner .video-box{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 230px 30px;
}

.video-section .content-box .video-inner .video-box:before{
	position: absolute;
	content: '';
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.video-section .content-box .video-inner .video-box a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	border: 5px solid #fff;
	width: 80px;
	height: 80px;
	line-height: 76px;
	text-align: center;
	border-radius: 50%;
	-webkit-animation: pulse 5s infinite;
    -o-animation: pulse 5s infinite;
    animation: pulse 5s infinite;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.3)
    }
}


.video-section .fact-countern-inner{
	position: relative;
	padding-top: 130px;
}

.video-section .fact-countern-inner .counter-column .count-outer{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #0ae5c8;
	margin-bottom: 12px;
}

.video-section .fact-countern-inner .counter-column .counter-title{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
}

.video-section .fact-countern-inner .counter-column .content{
	position: relative;
	display: inline-block;
	text-align: left;
}

.video-section .fact-countern-inner .counter-column:nth-child(2),
.video-section .fact-countern-inner .counter-column:nth-child(3){
	text-align: center;
}

.video-section .fact-countern-inner .counter-column:last-child{
	text-align: right;
}


/** testimonial-section-six **/

.testimonial-section-six{
	position: relative;
	overflow: hidden;
	padding: 120px 0px 150px 0px;
}

.testimonial-section-six:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 680px;
	left: 0px;
	top: 320px;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-section-six .inner-container{
	position: relative;
	max-width: 830px;
	width: 100%;
	margin: 0 auto;
}

.testimonial-section-six .testimonial-content .inner-box{
	position: relative;
	background: #fff;
	margin: 60px 30px 50px 30px;
	padding: 0px 100px 55px 100px;
	border-radius: 10px;
	box-shadow: 0px 10px 20px rgba(10,140,227,0.1);
}

.testimonial-section-six .testimonial-content .inner-box .image-holder{
	position: relative;
	filter: drop-shadow(0px 5px 10px rgba(217, 228, 248, 1));
}

.testimonial-section-six .testimonial-content .inner-box .image-box{
	position: relative;
	display: inline-block;
	margin-top: -55px;
	margin-bottom: 35px;
}

.testimonial-section-six .testimonial-content .inner-box .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
	margin-bottom: 22px;
}

.testimonial-section-six .testimonial-content .inner-box .author-info .name{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #3d415b;
	margin-bottom: 4px;
}

.testimonial-section-six .testimonial-content .inner-box .author-info .designation{
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #0a8ce3;
}

.testimonial-section-six .sec-title-five h1{
	margin-bottom: 23px;
}

.testimonial-section-six .sec-title-five p{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
}

.testimonial-section-six .sec-title-five{
	margin-bottom: 85px;
}

.testimonial-section-six .owl-dots{
	position: relative;
	text-align: center;
	margin-top: 50px;
}

.testimonial-section-six .owl-dot{
	position: relative;
	display: inline-block;
}

.testimonial-section-six .owl-dots span{
	position: relative;
	display: inline-block;
	background: #0a8ce3;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	transition: all 500ms ease;
	cursor: pointer;
	margin: 0px 10px;
}

.testimonial-section-six .owl-dot.active span:before{
	position: absolute;
	content: '';
	border: 2px solid #0a8ce3;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	left: -9px;
	top: -9px;
	transition: all 500ms ease;
}

.testimonial-section-six .pattern-layer {
    position: absolute;
    left: -30px;
    top: -100px;
    width: 390px;
    height: 470px;
    animation-name: zoom-fade;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.testimonial-section-six .user-thumb{
	position: absolute;
	max-width: 1920px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	left: 0px;
	top: 0px;
	right: 0px;
}

.testimonial-section-six .user-thumb .thumb{
	position: absolute;
}

.testimonial-section-six .user-thumb .thumb-1{
	left: 60px;
	bottom: 400px;
	animation-name: zoom-fade-two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade-two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade-two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade-two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade-two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.testimonial-section-six .user-thumb .thumb-2{
	left: 350px;
	top: 300px;
	animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.testimonial-section-six .user-thumb .thumb-3{
	right: 400px;
	top: 330px;
	animation-name: zoom-fade-two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade-two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade-two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade-two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade-two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.testimonial-section-six .user-thumb .thumb-4{
	right: 180px;
	bottom: 350px;
	animation-name: float_left_right_two;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_left_right_two;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_left_right_two;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_left_right_two;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_left_right_two;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/** faq-section **/

.faq-section{
	position: relative;
	padding: 135px 0px 105px 0px;
}

.faq-section:before{
	position: absolute;
	content: '';
	background: #f3f8ff;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 60%, -60% 100%, 0% 0%);
}

.faq-section .top-box .title-box h1 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    color: #3d415b;
    line-height: 60px;
    max-width: 325px;
}

.faq-section .top-box .btn-box{
	margin-top: 45px;
}

.faq-section .top-box .btn-box a {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 60px;
    border-radius: 5px;
    display: inline-block;
    background-color: #0a8ce3;
    font-family: 'Ubuntu', sans-serif;
    transition: all 500ms ease;
    box-shadow: 0px 10px 30px rgba(10,140,227,0.3);
}

.faq-section .top-box .btn-box a:hover{
	background: #0ae5c8;
}

.faq-section .top-box{
	position: relative;
	margin-bottom: 54px;
}

.faq-section .single-faq-content .inner-box{
	position: relative;
	background: #fff;
	padding: 44px 35px 45px 60px;
	margin-bottom: 30px;
	box-shadow: 0px 10px 30px rgba(10,140,227,0.1);
}

.faq-section .single-faq-content .inner-box h4{
	position: relative;
	font-size: 20px;
	line-height: 36px;
	font-family: 'Ubuntu', sans-serif;
	color: #3d415b;
	font-weight: 700;
	margin-bottom: 17px;
}

.faq-section .single-faq-content .inner-box h4 span{
	color: #0a8ce3;
	position: absolute;
	left: -30px;
	top: 0px;
}

.faq-section .single-faq-content .inner-box .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
}

.faq-section .shap-box{
	position: absolute;
	left: 0px;
	top: 120px;
}


/** pricing-section-three **/

.pricing-section-three{
	position: relative;
	padding-bottom: 90px;
}

.pricing-section-three .tabs-content .tab{
	position:relative;
	display:none;
	z-index:10;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.pricing-section-three .tabs-content .tab.active-tab{
	display:block;
	margin-top:0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.pricing-section-three .tabs-box .tab-buttons{
	position: relative;
	display: block;
	text-align: center;
	width: 370px;
	margin: 0 auto;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 70px;
}

.pricing-section-three .tabs-box .tab-buttons li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	color: #3d415b;
	text-align: center;
	width: 185px;
	padding: 17px 15px;
	background: #f3f8ff;
	cursor: pointer;
	transition: all 500ms ease;
}

.pricing-section-three .tabs-box .tab-buttons li.active-btn,
.pricing-section-three .tabs-box .tab-buttons li:hover{
	color: #fff;
	background: #0a8ce3;
	box-shadow: 0px 10px 30px rgba(10,140,227,0.1);
}

.pricing-section-three .price-block-two .table-header .price-box{
	position: relative;
    display: inline-block;
    filter: drop-shadow(0px 5px 10px rgba(217, 228, 248, 1));
}

.pricing-section-three .price-block-two .table-header .price-box:before {
    position: absolute;
    content: '';
    background: #0a8ce3;
    height: 200px;
    width: 1px;
    left: 60px;
    top: -25px;
    transform: rotate(45deg);
}

.pricing-section-three .price-block-two .table-header .price-box:after {
    position: absolute;
    content: '';
    background: #0a8ce3;
    height: 200px;
    width: 1px;
    left: 70px;
    top: -28px;
    transform: rotate(45deg);
}

.pricing-section-three .price-block-two .table-header .price-box .price{
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #3d415b;
    width: 130px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    z-index: 1;
    transition: all 500ms ease;
}

.pricing-section-three .price-block-two:hover .table-header .price-box .price{
	color: #fff;
}

.pricing-section-three .price-block-two .table-header .price-box .price:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    transform: rotate(30deg);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    transition: all 500ms ease;
}

.pricing-section-three .price-block-two:hover .table-header .price-box .price:before{
	background: #0a8ce3;
}

.pricing-section-three .price-block-two .pricing-table{
	position: relative;
	background: #fff;
	padding: 50px 30px;
	box-shadow: 0px 20px 50px #e1e7f5;
	border-radius: 10px;
}

.pricing-section-three .price-block-two .pricing-table .table-header{
	position: relative;
	margin-bottom: 34px;
}

.pricing-section-three .price-block-two .pricing-table .table-header .title{
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #0a8ce3;
}

.pricing-section-three .price-block-two .pricing-table .table-content .list li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	color: #3d415b;
	margin-bottom: 12px;
}

.pricing-section-three .price-block-two .pricing-table .table-content .list li:last-child{
	margin-bottom: 0px;
}

.pricing-section-three .price-block-two .pricing-table .table-content .list{
	position: relative;
	margin-bottom: 42px;
}

.pricing-section-three .price-block-two .pricing-table .table-footer a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #3d415b;
	background: #f3f8ff;
	text-align: center;
	padding: 12.5px 63px;
	border-radius: 5px;
	transition: all 500ms ease;
}

.pricing-section-three .price-block-two .pricing-table .table-footer a:hover,
.pricing-section-three .price-block-two:hover .pricing-table .table-footer a{
	color: #fff;
	background: #0a8ce3;
}

.pricing-section-three .pattern-layer-1 {
    position: absolute;
    right: 0px;
    top: -280px;
    width: 450px;
    height: 470px;
    z-index: -1;
    background-repeat: no-repeat;
    animation-name: zoom-fade;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.pricing-section-three .pattern-layer-2 {
    position: absolute;
    left: 0px;
    bottom: -175px;
    width: 415px;
    height: 470px;
    z-index: -1;
    background-repeat: no-repeat;
}


/** cta-section **/

.cta-section{
	position: relative;
	background-image: -webkit-linear-gradient( -75deg, #3b0080 0%, #007dd1 100%);
	padding: 380px 0px 150px 0px;
	clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.cta-section:before{
	position: absolute;
	content: '';
	background: url(../images-2/icons/shap-14.png);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cta-section .content-box h1{
	position: relative;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    line-height: 60px;
    margin-bottom: 40px;
}

.cta-section .content-box .btn-box a{
	position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 45px;
    border-radius: 5px;
    display: inline-block;
    background-color: #0ae5c8;
    font-family: 'Ubuntu', sans-serif;
    transition: all 500ms ease;
    box-shadow: 0px 10px 30px rgba(10,140,227,0.3);
}

.cta-section .content-box .btn-box a:hover{
	background: #0a8ce3;
}

.cta-section .shap-box .shap-1{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.cta-section .shap-box .shap-2{
    position: absolute;
    right: 0px;
    bottom: 160px;
}


/** footer-style-three **/

.footer-style-three{
	position: relative;
	background: #f3f8ff;
}

.footer-style-three .widgets-section{
	position: relative;
	padding: 125px 0px 90px 0px;
	border-bottom: 1px solid #e6eaf1;
}

.footer-style-three .widgets-section .footer-widget{
	position: relative;
}

.footer-style-three .widgets-section .logo-widget{
	margin-right: 60px;
	margin-top: -18px;
}

.footer-style-three .widgets-section .logo-widget .footer-logo{
	margin-bottom: 15px;
}

.footer-style-three .widgets-section .logo-widget .text{
	position: relative;
	font-size: 18px;
	line-height: 34px;
	color: #898c8f;
	margin-bottom: 37px;
}

.footer-style-three .widgets-section .logo-widget .phone{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #0a8ce3;
}

.footer-style-three .widgets-section .logo-widget .phone a{
	display: inline-block;
	color: #0a8ce3;
	transition: all 500ms ease;
}

.footer-style-three .widgets-section .logo-widget .phone a:hover{
	text-decoration: underline;
}

.footer-style-three .widgets-section .logo-widget .phone i{
	margin-right: 10px;
}

.footer-style-three .widgets-section .footer-widget .widget-title{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	color: #3d415b;
	font-weight: 700;
	margin-bottom: 33px;
}

.footer-style-three .widgets-section .links-widget .widget-content .list li{
	position: relative;
	display: block;
	margin-bottom: 6px;
}


.footer-style-three .widgets-section .links-widget .widget-content .list li:last-child{
	margin-bottom: 0px;
}


.footer-style-three .widgets-section .links-widget .widget-content .list li a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 34px;
	font-family: 'Ubuntu', sans-serif;
	color: #898c8f;
}

.footer-style-three .widgets-section .links-widget .widget-content .list li a:hover{
	color: #0a8ce3;
}

.footer-style-three .widgets-section .service-widget{
	margin-left: 70px;
}

.footer-style-three .widgets-section .contact-widget .widget-content .info-list li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Ubuntu', sans-serif;
	color: #898c8f;
	margin-bottom: 8px;
}

.footer-style-three .widgets-section .contact-widget .widget-content .info-list li a{
	color: #898c8f;
	transition: all 500ms ease;
}

.footer-style-three .widgets-section .contact-widget .widget-content .info-list li:last-child{
	margin-bottom: 0px;
}

.footer-style-three .widgets-section .contact-widget .widget-content .info-list li a:hover{
	color: #0a8ce3;
}

.footer-style-three .widgets-section .contact-widget .widget-content{
	margin-bottom: 27px;
}

.footer-style-three .widgets-section .contact-widget .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
}

.footer-style-three .widgets-section .contact-widget .social-links li:last-child{
	margin-right: 0px;
}

.footer-style-three .widgets-section .contact-widget .social-links li a{
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	font-size: 14px;
	color: #3d415b;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.footer-style-three .widgets-section .contact-widget .social-links li a:hover{
	color: #fff;
	background: #0a8ce3;
}

.footer-style-three .footer-bottom{
	position: relative;
	padding: 25px 0px 35px 0px;
}

.footer-style-three .footer-bottom .copyright{
	position: relative;
	font-size: 16px;
	color: #898c8f;
}

.footer-style-three .footer-bottom .footer-nav li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-family: 'Ubuntu', sans-serif;
	color: #898c8f;
	margin-right: 25px;
}

.footer-style-three .footer-bottom .footer-nav li:last-child{
	margin-right: 0px;
}

.footer-style-three .footer-bottom .footer-nav li a{
	color: #898c8f;
	transition: all 500ms ease;
}

.footer-style-three .footer-bottom .footer-nav li a:hover{
	color: #0a8ce3;
}

.footer-style-three .footer-bottom .footer-nav li:before{
	position: absolute;
	content: '';
	background: #9ea2a5;
	width: 2px;
	height: 15px;
	top: 5px;
	right: -15px;
}

.footer-style-three .footer-bottom .footer-nav li:last-child:before{
	display: none;
}




/*** 

====================================================================
                        Responsive-Css
====================================================================

***/


@media only screen and (max-width: 1200px){

	.shap-box{
		display: none !important;
	}

	.banner-section-five:before,
	.feature-section .pattern-layer,
	.testimonial-section-six .user-thumb,
	.why-choose-section .pattern-layer,
	.why-choose-section .pattern-layer-2,
	.testimonial-section-six .pattern-layer,
	.pricing-section-three .pattern-layer-1,
	.pricing-section-three .pattern-layer-2,
	.cta-section:before{
		display: none;
	}

	.about-section-three .content-box{
		max-width: 100%;
	}

	.core-service .content-box{
		margin-right: 0px;
	}

	.video-section:before{
		display: none;
	}

}


@media only screen and (max-width: 991px){

	.banner-section-five .content-box{
		margin: 0px 0px 50px 0px;
	}

	.banner-section-five .image-box{
		margin: 0px;
	}

	.feature-section .single-feature-block .inner-box{
		margin-bottom: 30px;
	}

	.core-service .content-box{
		margin-bottom: 50px;
	}

	.why-choose-section .image-box{
		margin: 0px 0px 30px 0px;
	}

	.video-section .fact-countern-inner .counter-column{
		text-align: center !important;
	}

	.video-section .fact-countern-inner .counter-column .content{
		margin: 15px 0px;
	}

	.pricing-section-three .price-block-two .pricing-table{
		margin-bottom: 30px;
	}

	.footer-style-three .widgets-section .footer-widget{
		margin: 0px 0px 30px 0px !important;
	}

	.footer-style-three .widgets-section{
		padding-bottom: 60px;
	}

	.core-service .inner-box{
		margin: 0px 0px 30px 0px;
	}

}


@media only screen and (max-width: 767px){

	.banner-section-five{
		padding: 100px 0px 320px 0px;
	}

	.about-section-three,
	.testimonial-section-six{
		padding: 70px 0px;
	}

	.core-service .inner-box .single-item:last-child{
		margin-bottom: 0px;
	}

	.why-choose-section,
	.video-section .fact-countern-inner{
		padding-top: 70px;
	}

	.video-section{
		padding-bottom: 70px;
	}

	.faq-section .top-box .title-box h1{
		max-width: 100%;
	}

	.faq-section .top-box .title-box{
		float: none;
		display: block;
		margin-bottom: 20px;
	}

	.faq-section .top-box .btn-box{
		float: none;
		display: block;
		margin: 0px;
	}

	.faq-section,
	.footer-style-three .widgets-section,
	.core-service{
		padding: 70px 0px 40px 0px;
	}

	.cta-section{
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
		padding: 70px 0px;
	}

	.why-choose-section .content-box{
		margin-left: 0px;
	}

	.testimonial-section-six .inner-container{
		max-width: 100%;
	}

	.testimonial-section-six .testimonial-content .inner-box {
    	margin: 60px 0px 50px 0px;
    	padding: 0px 30px 55px 30px;
	}

}

@media only screen and (max-width: 599px){

	.banner-section-five .content-box h1{
		font-size: 40px;
		line-height: 50px;
	}

	.sec-title-five h1,
	.faq-section .top-box .title-box h1,
	.cta-section .content-box h1{
		font-size: 36px;
		line-height: 45px;
	}

	.footer-style-three .footer-bottom .copyright{
		display: block;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	.footer-style-three .footer-bottom .footer-nav{
		display: block;
		float: none;
		text-align: center;
	}

	.video-section .content-box .video-inner .video-box {
		padding: 120px 0px;
	}

	.video-section .inner-container{
		margin-top: -200px;
	}

	.why-choose-section {
		padding-bottom: 0px;
	}

}

@media only screen and (max-width: 499px){

	.why-choose-section .content-box .inner-box .single-item .icon-holder{
		position: relative;
		margin-bottom: 20px;
	}

	.why-choose-section .content-box .inner-box .single-item{
		padding-left: 0px;
	}

	.feature-section .single-feature-block .inner-box{
		padding: 50px 30px;
	}

	.pricing-section-three .tabs-box .tab-buttons li{
		display: block;
		float: none;
		width: 100%;
	}

	.pricing-section-three .tabs-box .tab-buttons{
		width: 100%;
	}

}