

.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/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: #fe6a22;
	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: #fe6a22;
	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: #fe6a22;
	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: #fe6a22;
	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: #fe6a22;
}

.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: #fe6a22;
}

.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: #fe6a22;
	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: #fe6a22;
    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;
}

.vc_btn3{
    font-weight: 700;
    font-family: 'Quicksand', sans-serif;
}
.vc_btn3.vc_btn3-color-warning, .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat{
	background-color: #fe6a22!important;
}
.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 50px !important;
}
.x-large .vc_btn3 {
    font-size: 22px;
    padding-top: 26px;
    padding-bottom: 26px;
}


/** 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: #fe6a22;
    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: #fe6a22;
	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: #fe6a22;
}

.core-service .inner-box .single-item{
	position: relative;
	padding: 0px 0px 0px 100px;
	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: #fe6a22;
}

.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: 135px 0px 430px 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: #fe6a22;
	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: #fe6a22;
}

.why-choose-section .content-box .inner-box .single-item{
	position: relative;
	padding: 0px 0px 0px 150px;
	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: #fe6a22;
}

.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/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: 60px 0px 60px 0px;
	padding: 0px;
}

.testimonial-section-six_null:before{
	position: absolute;
	content: '';
	background: url(../images/pattern-4.png);
	width: 100%;
	height: 680px;
	left: 0px;
	top: 320px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-section-six .inner-container{
	position: relative;
	max-width: 930px;
	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, 0.4));
}

.testimonial-section-six .testimonial-content .inner-box .image-box{
	position: relative;
	display: inline-block;
	margin-top: -55px;
	margin-bottom: 35px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-section-six .testimonial-content .inner-box .text{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #898c8f;
	margin-bottom: 22px;
}
.testimonial-section-six .testimonial-content .inner-box .text.small{
	font-size: 16px;
	line-height: 24px;
}

.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: #fe6a22;
}

.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;
	margin-top: 0px;
}

.testimonial-section-six .owl-dot{
	position: relative;
	display: inline-block;
}

.testimonial-section-six .owl-dots span{
	position: relative;
	display: inline-block;
	background: #fe6a22;
	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 #fe6a22;
	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;
	border-radius: 50%;
	overflow: hidden;
	filter: drop-shadow(0px 5px 10px rgba(217, 228, 248, 0.4));
}
.testimonial-section-six .user-thumb .thumb img{
	max-width: 110px;
	height: auto;
}

.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,
.blue-slice-bg-section{
	position: relative;
	padding: 135px 0px 105px 0px;
}

.faq-section:before,
.blue-slice-bg-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%);
}
.blue-slice-bg-section:before{
	height: 90%;
}

.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: #fe6a22;
    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: 28px;
	font-family: 'Ubuntu', sans-serif;
	color: #3d415b;
	font-weight: 700;
	margin-bottom: 17px;
}

.faq-section .single-faq-content .inner-box h4 span{
	color: #fe6a22;
	position: absolute;
	left: -30px;
	top: 0px;
}

.faq-section .single-faq-content .inner-box .text{
	position: relative;
	font-size: 18px;
	line-height: 26px;
	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: #fe6a22;
	box-shadow: 0px 10px 30px rgba(10,140,227,0.1);
}

.price-block-two{
	text-align: center;
    margin-bottom: 24px;
}
.price-block-two .table-header .price-box{
	position: relative;
    display: block;
}

/*
.price-block-two .table-header .price-box:before {
    position: absolute;
    content: '';
    background: #fe6a22;
    height: 200px;
    width: 1px;
    left: 60px;
    top: -25px;
    transform: rotate(45deg);
}

.price-block-two .table-header .price-box:after {
    position: absolute;
    content: '';
    background: #fe6a22;
    height: 200px;
    width: 1px;
    left: 70px;
    top: -28px;
    transform: rotate(45deg);
}
*/

.price-block-two .table-header .price-box .price{
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: #3d415b;
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    z-index: 1;
    transition: all 500ms ease;
}
.product-blocks-row-restricted .price-block-two .table-header .price-box .price{
    font-size: 28px;
}

/*
.price-block-two:hover .table-header .price-box .price{
	color: #fff;
}

.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;
}
*/

.price-block-two:hover .table-header .price-box .price:before{
	background: #fe6a22;
}

.price-block-two .table-header .image-box{
	margin-bottom: 20px;
}
.product-blocks-row-restricted .price-block-two .table-header .image-box img{
	max-height: 160px;
}

.price-block-two .pricing-table{
	position: relative;
	background: #fff;
	padding: 50px 30px;
	box-shadow: 0px 20px 50px #e1e7f5;
	border-radius: 10px;
}

.price-block-two .pricing-table .table-header{
	position: relative;
}

.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: #fe6a22;
}
.price-block-two .pricing-table .read-more-link{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	display: inline-block;
}

.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;
}

.price-block-two .pricing-table .table-content .list li:last-child{
	margin-bottom: 0px;
}

.price-block-two .pricing-table .table-content .list{
	position: relative;
	margin-bottom: 42px;
}

.price-block-two .pricing-table .table-footer{
	margin-top: 28px;
}
.price-block-two .pricing-table .table-footer a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	padding: 12.5px 63px;
	border-radius: 5px;
	transition: all 500ms ease;
	color: #fff;
	background: #fe6a22;
}

.price-block-two .pricing-table .table-footer a:hover{
	color: #fff;
	background: #20bec6;
}

.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/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: #fe6a22;
}

.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: #fe6a22;
}

.footer-style-three .widgets-section .logo-widget .phone a{
	display: inline-block;
	color: #fe6a22;
	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: #fe6a22;
}

.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: #fe6a22;
}

.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: #fe6a22;
}

.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: #fe6a22;
}

.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;
}



div.captain-alice{
	margin-top: -150px;
	z-index: 5;
}

.enhanced-page-wrapper{
	position: relative;
	z-index: 2;
}


.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
    top: 0px !important;
    right: 0px !important;
    opacity: 0 !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{
	opacity: 0.2 !important;
}


.presentation-wrapper, .gform_confirmation_message{
	position: relative;
	width: 100%;
}
.responsive-video-wrapper{
    position: relative;
    width: 100%;
    padding-top: 46.2%;
}
.presentation-wrapper iframe, .gform_confirmation_message iframe{
	border-width: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.as-featured-in-logos{
	
}
.as-featured-in-logos .wpb_single_image{
    padding: 0px 30px;
}
.as-featured-in-logos .wpb_single_image img{
    width: 210px;
}


.woocommerce div.product div.images .flex-control-thumbs{
	display_null: none;
	position: relative;
	z-index: 10;
    margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	padding: 5px;
}
.woocommerce div.product div.images .flex-viewport{
	padding_null: 5px;
}
.woocommerce .select-qty input[type=number] {
    border: rgba(0,0,0,0.5) 1px solid;
    padding: 5px;
    max-width: 96px;
    border-radius: 6px;
    margin-left: 10px;
}
.woocommerce div.product div.images img {
    max-height: 580px;
    width: 100%;
    margin: 0px auto;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    width: 100%;
    height: auto;
}
@media (min-width:992px){
.woocommerce div.product div.summary {
padding-right: 100px;
}
}

.woocommerce-checkout .express-one-page-checkout-main h3.border_html {
    line-height: 28px;
    padding: 10px !important;
    background-color: var(--main-bor-color);
    color: #fff;
    font-size: 20px !Important;
}

.sponsors-carousel-wrapper{
    padding: 55px 0 75px 0;
}
.sponsors-carousel{
    padding-top: 20px;
}
.sponsors-carousel .owl-stage{
    display: flex;
}
.sponsors-carousel .owl-item{
    display: flex;
    align-items: center;
    text-align: center;
}
.sponsors-carousel .owl-item img{
    height: auto;
    max-height: 106px;
    width: auto;
    max-width: 100%;
}

.vc-hoverbox-wrapper, .vc-hoverbox-wrapper h2{
    font-size: 40px;
    margin-bottom: 12px;
}
.vc-hoverbox-wrapper.no-img .vc-hoverbox-back h2{
    display: none !important;
}
 .vc-hoverbox-front .vc-hoverbox-block-inner h2{
    font-size: 40px;
}
.vc-hoverbox-block-inner p{
    font-size: 18px;
    color: #000;
}
.vc-hoverbox-wrapper.no-img .vc-hoverbox-front{
    background-image: none !important;
    background-color: #fe6a22!important;
}
.vc-hoverbox-wrapper.no-img  .vc-hoverbox-front .vc-hoverbox-block-inner h2{
    color: #fff;
}


.pum-theme-default-theme .pum-container {
    padding: 18px 25px !important;
    top: auto !important;
    left: auto !important;
    right: 10px !important;
    bottom: 10px !important;
    margin-bottom: 0 !important;
    width: 375px !important;    
    background-color: #fe6a22;
    overflow: hidden;
    border-radius: 10px;
}
.pum-theme-default-theme .pum-container *{
    color: #fff;
}
.pum-theme-default-theme .pum-container .pum-title{
    font-weight: 700;
}
.pum-theme-default-theme .pum-container h3{
    font-size: 22px;
}
.pum-theme-default-theme .pum-content + .pum-close {
    line-height: 25px;
    box-shadow: none;
    text-shadow: none;
    background-color: #000;
}


.pull-up-large{
    margin-top: -170px;
}

.woocommerce div.product form.cart .button,
.woocommerce .checkout-button{
    float: none;
    width: 100%;
}
.woocommerce-checkout .border_html {
    background-color: #fe6a22!important;
    color: #fff;
    border-width: 0 !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field, .wc-stripe-iban-element-field{
    position: relative;
    width: 100%;
}
.woocommerce form .form-row label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}
#customer_address_details  p.form-row {
    padding-bottom: 18px;
}
#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    padding: 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    margin-top: 12px;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
    margin: 0;
}
#cclw_payment_section #payment ul.payment_methods li {
    padding: 0;
}
#customer_address_details, #cclw_additional_fields, #cclw_order_details_table, #cclw_payment_section {
    padding: 0;
}

.salesforce-form{
    max-width: 900px;
}
.salesforce-form input:not([type=submit]),
.salesforce-form textarea,
.salesforce-form select{
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
.salesforce-form input:not([type=submit]){
    width: 500px;
    max-width: 100%;
}
.salesforce-form label,
.salesforce-form{
    font-weight: bold;
}
.salesforce-form br{
    display: none;
}

.page-wrapper.qs-show-form #gform_wrapper_13,
.page-wrapper.qs-show-form #gform_wrapper_16{
    display: none !important;
}

.woocommerce div.product .out-of-stock{
    
}
.woocommerce div.product .out-of-stock > span{
    color: #000;
    line-height: 2;
    display: block;
}
.woocommerce div.product .out-of-stock > span strong{
    color: red;
    font-size: 115%;
}
.woocommerce div.product .out-of-stock > span .theme-btn{
    color: #fff;
}
.woocommerce div.product .out-of-stock > span .theme-btn:hover{
    color: #fe6a22;
}

.wc-pao-validation-notice {
    display: block;
    color: #fff;
    background-color: #e2401c;
    font-size: 110%;
    line-height: 1.1em;
    margin-top: 5px;
    padding: 8px;
    border-radius: 3px;
}
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-checkbox {
    align-self: center;
    margin-right: 4px;
    width: 23px;
    height: 23px;
    padding: 10px;
    vertical-align: middle;
}

.simple-embedded-product{
    
}
.simple-embedded-product .woocommerce-product-gallery{
    display: none !important;
}
.simple-embedded-product .single-product{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.simple-embedded-product .entry-summary{
    display: block;
    clear: both;
    float: none !important;
    width: 100% !important;
}
.simple-embedded-product .entry-summary .product_title,
.simple-embedded-product #wapo-total-price-table,
.simple-embedded-product .entry-summary .price{
    display: none !important;
}
.simple-embedded-product .addon-header {
    align-items: center;
    justify-content: center;
}
.simple-embedded-product .options-container > .options{
    width: 100% !important;
}
.simple-embedded-product .woocommerce div.product div.summary {
    padding-right: 0px;
}

.wc-pao-addon label.wc-pao-addon-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.wc-pao-addon {
    padding: 0;
    margin-bottom: 20px;
}





/*** 

====================================================================
                        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 (max-width:1023px){
    .pull-up-large {
        margin-top: -115px;
    }
}


@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;
	}

	.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;
	}
	
	.checkout-two-column-layout .two-column-layout-left {
		width: 100%;
		padding: 0px;
		float: none;
	}
	.checkout-two-column-layout .two-column-layout-right {
		width: 100%;
		padding: 0px;
		border-radius: 0px;
		box-shadow:none;
		float: none;
		margin-top: 20px;
	}

}


@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;
	}
	
	.as-featured-in-logos .wpb_single_image {
		padding: 0px 5px;
	}
	.as-featured-in-logos .vc_col-sm-3{
		width: 50%;
	}
    .pull-up-large {
        margin-top: -55px;
    }
}

@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: 280px;
	}
    .woocommerce form .form-row label {
        font-size: 14px;
    }
}

@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%;
	}

}