p span{
	color: #0c73ff;
}

/*
===================
Nav Menu
===================
*/
.redinex-nav-menu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.redinex-nav-menu .custom-logo-link{
	display: none;
}
.redinex-nav-menu .redinex-menu-toggle{
	display: none;
}
.redinex-nav-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.redinex-nav-menu ul li{
	position: relative;
}
.redinex-nav-menu ul li a{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	padding: 15px 28px;
	border-left: 1px solid #564af9;
}
.redinex-nav-menu .menu-search{
	color: #fff;
	margin-right: 28px;
}

/* Sub Menu */
.redinex-nav-menu{
	background-color: #E5BE01;
}
.redinex-nav-menu ul li.menu-item-has-children a::after{
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	margin-left: 5px;
}
.redinex-nav-menu ul li.menu-item-has-children .sub-menu a::after{
	display: none;
}
.redinex-nav-menu ul li .sub-menu{
	position: absolute;
	display: block;
	background-color: #E5BE01;
	width: 250px;
	left: 0;
	top: 130%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.redinex-nav-menu ul li:hover .sub-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.redinex-nav-menu ul li .sub-menu li a{
	display: block;
	border: 0;
	border-top: 1px solid #564af9;
}

.redinex-nav-menu .menu-search .search--form {
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 2;
    padding: 30px 50px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
}
.redinex-nav-menu .menu-search .search-toggle {
    cursor: pointer;
}
.redinex-nav-menu .menu-search .search-toggle.active .open {
    display: none;
}
.redinex-nav-menu .menu-search .search-toggle .close {
    display: none;
}
.redinex-nav-menu .menu-search .search-toggle.active .close {
    display: block;
}
.redinex-nav-menu .menu-search .search--form form{
	position: relative;
}
.redinex-nav-menu .menu-search .search--form form input {
    border: 0;
    outline: 0;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 5px 30px 5px 15px;
    transition: width 2s;
}
.redinex-nav-menu .menu-search .search--form form button {
    position: absolute;
    right: 0;
    border: 0;
    outline: 0;
    height: 35px;
    width: 35px;
    background: transparent;
    padding: 0;
}

/*
===================
Hero Slider
===================
*/
.slider-section .hero-slider .slider-item{
	position: relative;
	min-height: 950px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
}
.slider-section .hero-slider .slider-item::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgba(12, 115, 255, 0.8) 0%, rgba(12, 115, 255, 0.3) 35%, transparent 100%);
	
}
.slider-section .hero-slider .slider-item .text-wrapper{
	position: relative;
}
.slider-section .hero-slider .slider-item .subtitle h5{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 4px;
}
.slider-section .hero-slider .slider-item .title{
	width: 68%;
}
.slider-section .hero-slider .slider-item .title h1{
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 1.2;
}
.slider-section .hero-slider .slider-item .support-mail{
	display: flex;
	align-items: center;
}
.slider-section .hero-slider .slider-item .support-mail .icon{
	color: #fff;
	font-size: 50px;
	margin-right: 20px;
}
.slider-section .hero-slider .slider-item .support-mail .text h5{
	color: #fff;
	font-size: 14px;
	margin: 5px 0;
	font-weight: normal;
}
.slider-section .hero-slider .slider-item .support-mail .text h3{
	color: #fff;
	font-size: 22px;
	margin: 7px 0;
}
.slider-section .hero-slider .slider-item .button-set{
	margin-top: 35px;
}
.slider-section .hero-slider .slider-item .button-set a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
    background: #0c73ff;
    padding: 18px 35px;
}
.slider-section .hero-slider .slider-item .button-set a.button2{
	color: #1d1d1b;
	background: #fff;
	margin-left: 15px;
}

.slider-section .hero-slider .owl-nav .owl-prev,
.slider-section .hero-slider .owl-nav .owl-next{
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99;
}
.slider-section .hero-slider .owl-nav .owl-prev{
	right: auto;
    left: 8%;
}
.slider-section .hero-slider .owl-nav .owl-next{
	left: auto;
    right: 8%;
}
.slider-section .hero-slider .owl-nav .owl-prev:hover,
.slider-section .hero-slider .owl-nav .owl-next:hover{
	color: #1d1d1b;
}

/* Style Two */
.slider-section2{
	position: relative;
}
.slider-section2 .hero-slider .slider-item{
	position: relative;
	height: 850px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
}
.slider-section2 .hero-slider .slider-item::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 50%, transparent 70%);
}
.slider-section2 .hero-slider .slider-item .text-area{
	position: relative;
	width: 65%;
}
.slider-section2 .hero-slider .slider-item .title h1{
	font-size: 80px;
	font-weight: bold;
	line-height: 1.2;
}
.slider-section2 .hero-slider .slider-item .title h1 span{
	color: #0c73ff;
	text-decoration: underline;
}
.slider-section2 .hero-slider .slider-item .description{
	margin-top: 22px;
}
.slider-section2 .hero-slider .slider-item .description p{
	color: #3f4755;
	font-size: 18px;
	font-weight: 500;
}

.slider-section2 .hero-slider .slider-item .button-set{
	margin-top: 37px;
}
.slider-section2 .hero-slider .slider-item .button-set a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
    background: #0c73ff;
    padding: 18px 35px;
}
.slider-section2 .hero-slider .slider-item .button-set a.button2{
	color: #0c73ff;
	background: #fff;
	margin-left: 15px;
	padding: 18px 24px;
}

.slider-section2 .hero-slider .owl-nav .owl-prev,
.slider-section2 .hero-slider .owl-nav .owl-next{
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 99;
}
.slider-section2 .hero-slider .owl-nav .owl-prev{
	right: auto;
    left: 8%;
}
.slider-section2 .hero-slider .owl-nav .owl-next{
	left: auto;
    right: 8%;
}
.slider-section2 .hero-slider .owl-nav .owl-prev:hover,
.slider-section2 .hero-slider .owl-nav .owl-next:hover{
	color: #1d1d1b;
}
/*revolution slider*/
rs-layer#slider-1-slide-1-layer-4 span.description {
    font-size: 20px!important;
    color: #001659;
    font-weight: 500!important;
}

/*
===================
Hero Text
===================
*/
.hero-text .subtitle{
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.hero-text .title{
	color: #fff;
	font-size: 70px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.hero-text .description {
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
}

.butto i{
	margin-left: 10px;
}

/*
===================
Item List
===================
*/
.item-list.style1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-list.style1 ul li {
	position: relative;
    color: #0d1e35;
    font-weight: 500;
    font-family: 'Epilogue', sans-serif;
    padding-left: 35px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.item-list.style1 ul li:last-child{
	margin-bottom: 0;
	border: 0;
}
.item-list.style1 ul li::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #E5BE01;
    left: 6px;
    top: 6px;
    border-radius: 50%;
    z-index: 1;
}
.item-list.style1 ul li::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #f2f2f2;
    left: 0;
    top: 0;
    border-radius: 50%;
}

/* Style Two */

.item-list.style2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.item-list.style2 ul li {
    color: #001659;
    font-weight: 500;
    margin-bottom: 14px;
}
.item-list.style2 ul li i {
    display: inline-block;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 26px;
    text-align: center;
    margin-right: 15px;
    box-shadow: 0 2px 46px 0 rgba(13, 30, 53, 0.22);
    border-radius: 50%;
    background-color: #E5BE01;
}

/*
===================
Brand
===================
*/
.brand-area{
	position: relative;
}
.brand-area .brand-wrapper .brand{
	position: relative;
}
.brand-area .brand-wrapper .brand .brand-item{
	height: 55px;
	filter: grayscale(100%); 
}
.brand-area .brand-wrapper .brand .brand-item:hover{
    filter: grayscale(0%); 
}

.brand-area .brand-wrapper .brand .slick-prev{
	position: absolute;
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	bottom: 100%;
	top: inherit;
	right: 50px;
	left: inherit;
	transform: inherit;
}
.brand-area .brand-wrapper .brand .slick-next{
	position: absolute;
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	bottom: 100%;
	top: inherit;
	right: 0;
	transform: inherit;
}
.brand-area .brand-wrapper .brand .slick-prev::before,
.brand-area .brand-wrapper .brand .slick-next::before{
	display: none;
}

.brand-area .brand-wrapper .brand .slick-prev:hover,
.brand-area .brand-wrapper .brand .slick-next:hover{
	color: #fff;
	background: #0c73ff;
}

/* Style Two
-------------*/
.brand2 .row{
	margin-right: 0;
	margin-left: 0;
}
.brand2 .single-brand{
	text-align: center;
	border: 2px solid #f6f6f7;
	padding: 26px;
	margin: 0 0 25px;
	transition: 0.3s;
}
.brand2 .single-brand:hover{
	border: 2px solid #0c73ff;
}
.brand2 .single-brand img{
	height: 65px;
}

/* Style Three */
.brand3{
	background-color: #fff;
}
.brand3::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 160px;
	background-color: #fff;
	top: 0;
	right: 100%;
	clip-path: redinex(0% 100%, 100% 0%, 100% 100%, 0% 100%);
}
.brand3 .brand-wrapper{
	position: relative;
	padding: 80px 80px 80px 0;
}

.brand3 .slick-arrow::before{
	display: none;
}
.brand3 .slick-arrow{
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	transform: inherit;
}
.brand3 .slick-prev {
	bottom: -57px;
	top: inherit;
	right: inherit;
	left: -153px;
	transform: skew(-34deg);
	box-shadow: 0px 10px 49px 0px rgba(133, 139, 148, 0.19);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.brand3 .slick-prev i::before{
	transform: skew(34deg);
}
.brand3 .slick-next {
	bottom: 2px;
	top: inherit;
	left: -113px;
	transform: skew(-34deg);
	box-shadow: 0px 10px 49px 0px rgba(133, 139, 148, 0.19);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.brand3 .slick-next i::before{
	transform: skew(34deg);
}
.slider-section2 .brand .brand-item img{
	margin: auto;
}
.brand3 .slick-prev:hover,
.brand3 .slick-next:hover{
	color: #fff;
	background: #0c73ff;
}

/*
===================
Section Title
===================
*/
.section-title .subtitle h4{
	position: relative;
	color: #E5BE01;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 25px;
}
.section-title .title h1{
	font-size: 60px;
	line-height: 1.2;
	margin: 10px 0 23px;
}
.section-title .title h1 span{
	position: relative;
	color: #E5BE01;
	font-weight: 300;
}
.section-title .title h1 span::before{
	content: '';
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #E5BE01;
	left: 0;
	bottom: 4px;
}
.section-title .description p{
	font-size: 18px;
	line-height: 1.7;
}

/*
===================
Service Carousel
===================
*/
.service-section .owl-item{
	background: #fff;
}
.service-section .service-box{
	position: relative;
	padding: 20px 60px 50px 60px;
	box-shadow: 0 14px 46px 0 rgba(13, 30, 53, 0.04);
}
.service-section .service-box::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url('../images/service-img.jpg');
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
	z-index: -2;
}
.service-section .service-box::after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(12, 115, 255, 0.8);
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
	z-index: -1;
}
.service-section .service-box:hover::before{
	opacity: 1;
}
.service-section .service-box:hover::after{
	opacity: 1;
}
.service-section .service-box:hover .title h3,
.service-section .service-box:hover .description p,
.service-section .service-box:hover .service-button a{
	color: #fff;
}
.service-section .service-box .number{
	color: #0c73ff;
	font-size: 100px;
	font-weight: 900;
	opacity: 0.1;
}
.service-section .service-box:hover .number{
	color: #6baaff;
}
.service-section .service-box .title h3{
	font-weight: bold;
	margin: 5px 0 20px;
}
.service-section .service-box .description p{
	color: #7f8388;
	margin: 0 0 22px;
}
.service-section .service-box .service-button a{
	color: #0d1e35;
	font-size: 18px;
	font-weight: bold;
}
.service-section .service-box .service-button a i{
	font-size: 30px;
}
.service-section .owl-dots{
	text-align: center;
	margin-top: 48px;
}
.service-section .owl-dots .owl-dot{
	height: 10px;
	width: 10px;
	background: #0c73ff;
	opacity: 0.11;
	margin-right: 8px;
	transition: 0.5s;
}
.service-section .owl-dots .owl-dot.active{
	width: 40px;
	opacity: 1;
}


/*
===================
Working Process
===================
*/
.process__row {
	text-align: center;
	position: relative;
	padding: 0px 75px;
}

.process__row::before {
	content: url(../images/shape-dashed.png);
	position: absolute;
	left: 0;
	top: 55px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.process-box .icon {
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	z-index: 1;
	height: 150px;
	width: 150px;
	line-height: 150px;
	border-radius: 50%;
	background: #5347f9;
}

.process-box .icon i {
	color: #fff;
	font-size: 60px;
}

.process-box .process-title {
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
}

.process__number {
	color: #E5BE01;
	font-weight: 600;
	height: 40px;
	width: 40px;
	background: #ffffff;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

/* Style Two
-------------*/

.working-carousel .process-carousel{
	position: relative;
}
.working-carousel .process-carousel .process-box{
	position: relative;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.1);
	padding: 45px 15px 20px;
}
.working-carousel .process-carousel .process-box .icon {
	color: #0c73ff;
	font-size: 90px;
	margin-bottom: 30px;
}
.working-carousel .process-carousel .process-box .content .process-title{
	color: #fff;
}
.working-carousel .process-carousel .process-box .content p{
	color: #546b89;
}
.working-carousel .slick-slide {
	margin: 0 15px;
}
.working-carousel .slick-list {
	margin: 0 -15px;
	overflow: hidden;
}
.working-carousel .process-carousel .slick-prev{
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	top: inherit;
	bottom: -89px;
	right: 50px;
	left: inherit;
	transform: inherit;
}
.working-carousel .process-carousel .slick-next{
	color: #0c73ff;
	font-size: 26px;
	height: 50px;
	width: 50px;
	background: #fff;
	top: inherit;
	bottom: -89px;
	right: 0;
	transform: inherit;
}
.working-carousel .process-carousel .slick-prev::before,
.working-carousel .process-carousel .slick-next::before{
	display: none;
}

.working-carousel .process-carousel .slick-prev:hover,
.working-carousel .process-carousel .slick-next:hover{
	color: #fff;
	background: #0c73ff;
}

.search-box{
	position: relative;
}
.search-box .search-input{
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	padding: 16px 10px 16px 29px;
	width: 200px;
	outline: 0;
}
.search-box button{
	position: absolute;
	color: #0c73ff;
	font-size: 14px;
	height: 30px;
	width: 30px;
	border: 0;
	background: #fff;
	left: 184px;
	top: 50%;
	transform: translateY(-50%);
}
.search-box .search-input::placeholder{
	color: #fff;
	font-weight: bold;
}

/*
===================
Team Section
===================
*/
.single-team.style1{
	position: relative;
	text-align: center;
	padding: 30px;
	background-color: #fff;
	box-shadow: 0px 3px 63px 0px rgba(0, 0, 0, 0.07);
}
.single-team.style1 .profile-picture{
	position: relative;
	overflow: hidden;
}
.single-team.style1 .profile-picture img{
	width: 100%;
}
.single-team.style1 .content h3 {
	font-size: 22px;
	margin: 25px 0 10px;
}
.single-team.style1 .content h6 {
	color: #888888;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 20px;
}
.single-team.style1 .content .team-social-icons a{
	display: inline-block;
	color: #E5BE01;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #e5e5e5;
	margin-right: 6px;
}
.single-team.style1 .content .team-social-icons a:hover{
	color: #fff;
	background-color: #E5BE01;
}

/* Style Two
---------------*/
.single-team.style2{
	position: relative;
}
.single-team.style2 .profile-picture img{
	width: 100%;
}
.single-team.style2 .profile-picture{
	position: relative;
}
.single-team.style2 .profile-picture::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to top, #0d1e35 0%, transparent 50%);;
}
.single-team.style2 .team-content{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 30px 50px 30px;
}
.single-team.style2 .team-content .team-button2 span{
	display: inline-block;
	color: #1075ff;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #fff;
	margin-bottom: 35px;
	cursor: pointer;
}
.single-team.style2 .team-content .social-icons2 {
	position: absolute;
	display: flex;
	flex-direction: column;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.single-team.style2 .team-content .social-icons2 a{
	color: #0c73ff;
	background-color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
}
.single-team.style2 .team-content .name-designation h3{
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}
.single-team.style2 .team-content .name-designation h6{
	color: #b6cae5;
	font-size: 14px;
	font-weight: normal;
}

/* Style Three
---------------*/
.single-team.style3{
	position: relative;
	text-align: center;
	padding: 12px;
	background-color: #fff;
}
.single-team.style3 .profile-picture{
	position: relative;
	overflow: hidden;
}
.single-team.style3 .profile-picture .team-button {
    position: absolute;
    height: 60px;
    width: 60px;
    line-height: 45px;
    background: #fff;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    color: #0c73ff;
    font-weight: bold;
    cursor: pointer;
}
.single-team.style3 .profile-picture .team-button::before{
	content: "+";
	font-size: 24px;
}
.single-team.style3 .profile-picture .team-button.active::before{
	content: "-";
	font-size: 34px;
}
.single-team.style3 .profile-picture img{
	width: 100%;
}
.single-team.style3 .profile-picture .social-icons{
	position: absolute;
	display: flex;
	flex-direction: column;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
}
.single-team.style3 .profile-picture .social-icons a{
	color: #0c73ff;
	font-size: 18px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #fff;
	margin-bottom: 5px;
}
.single-team.style3 .name-designation{
	padding: 35px 0 0;
}
.single-team.style3 .name-designation h3{
	color: #0d1e35;
	font-weight: bold;
	margin: 0 0 5px;
}
.single-team.style3 .name-designation h6{
	color: #0c73ff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Style Four
---------------*/
.single-team.style4{
	position: relative;
	text-align: center;
	background-color: #fff;
}
.single-team.style4 .profile-picture{
	position: relative;
	overflow: hidden;
}
.single-team.style4 .profile-picture::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(22, 28, 45, 0.4);
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}
.single-team.style4:hover .profile-picture::before{
	opacity: 1;
	visibility: visible;
}
.single-team.style4 .profile-picture img{
	width: 100%;
}
.single-team.style4 .profile-picture .team-social-icons{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	transition: 0.5s;
}
.single-team.style4:hover .profile-picture .team-social-icons{
	bottom: 20px;
}
.single-team.style4 .profile-picture .team-social-icons a{
	display: inline-block;
	color: #E5BE01;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #fff;
	margin-right: 6px;
}
.single-team.style4 .profile-picture .team-social-icons a:hover{
	color: #fff;
	background-color: #E5BE01;
}
.single-team.style4 .team-content{
	padding: 39px 10px 20px 10px;
	box-shadow: 0px 10px 60px 0px rgba(22, 28, 45, 0.06);
}
.single-team.style4 .team-content h3 {
	font-size: 22px;
	margin: 0;
}
.single-team.style4 .team-content p {
	color: #E5BE01;
}

/* Style Five
---------------*/
.single-team.style5{
	position: relative;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 3px 63px 0px rgba(0, 0, 0, 0.07);
	overflow: hidden;
}
.single-team.style5 .profile-picture{
	position: relative;
	overflow: hidden;
}
.single-team.style5 .profile-picture img{
	width: 100%;
}
.single-team.style5 .content{
	position: absolute;
	left: 0;
	right: 0px;
	bottom: -98px;
	background-color: rgba(0, 22, 89, 0.9);
	padding: 30px 0 40px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-team.style5:hover .content{
	bottom: 0;
	background-color: var(--secondary-color);
}
.single-team.style5 .content h3 {
	color: #fff;
	margin: 0 0 5px;
}
.single-team.style5 .content h6 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	font-family: 'DM Sans', sans-serif;
	margin: 0 0 18px;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-team.style5:hover .content h6{
	opacity: 1;
}
.single-team.style5 .content .team-social-icons{
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.single-team.style5:hover .content .team-social-icons{
	opacity: 1;
}
.single-team.style5 .content .team-social-icons a{
	display: inline-block;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: #0a257a;
	margin-right: 6px;
}
.single-team.style5 .content .team-social-icons a:hover{
	color: #fff;
	background-color: #E5BE01;
}

/*brand section*/
.heading h6.heading-text {
    position: relative;
    display: block;
    font-size: 14px;
    margin: 0;
}
.heading h6.heading-text:before{
    position:absolute;
    content:"";
    left:0;
    top:8px;
    height:1px;
    width:45%;
    background:#E9E9E9;
}
.heading h6.heading-text:after{
    position:absolute;
    content:"";
    right:0;
    top:8px;
    height:1px;
    width:45%;
    background:#E9E9E9;
}

/*
===================
 Case Study
===================
*/

.case-study.style1 .case-item {
	position: relative;
	border: 1px solid #fff;
}
.case-study.style1 .case-item::before {
    content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(34,36,41,1) 0%, rgba(34,36,41,0) 100%);
	background: linear-gradient(0deg, rgba(0,22,89,0.8) 0%, rgba(34,36,41,0) 100%);
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case-study.style1 .case-item .case-thumb::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #E5BE01;
    top: 101%;
	left: 0;
	opacity: 0.9;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case-study.style1 .case-item:hover .case-thumb::before{
    top: 0;
}
.case-study.style1 .case-item .case-thumb img{
    height: 500px;
    object-fit: cover;
}
.case-study.style1 .case-item .case-content {
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case-study.style1 .case-item:hover .case-content {
	bottom: 43%;
}
.case-study.style1 .case-item .case-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
    justify-content: center;
}
.case-study.style1 .case-item .case-content ul li{
    position: relative;
	color: #E5BE01;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case-study.style1 .case-item:hover .case-content ul li{
	color: #fff;
}
.case-study.style1 .case-item .case-content ul li::after{
    content: '/';
    margin: 0 3px;
}
.case-study.style1 .case-item .case-content ul li:last-child::after{
    display: none;
}
.case-study.style1 .case-content .title {
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.case-study.style1 .case-content .title a{
    color: #fff;
}

/*
===================
Single Button
===================
*/
.single-button.style1 a{
    display: inline-block;
}
.single-button.style1 a.bt {
    font-size: 16px;
    font-weight: 500;
    background: #E5BE01;
    padding: 16px 29px;
    color: #fff;
}
.single-button.style1 a.bt:hover{
    background:#001659;
}

.single-button.style1 .bt i{
	font-size: 16px;
}

/* Style Two */

.single-button.style2 .bt {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    background-color: #ff6620;
    padding: 18px 37px;
    z-index: 1;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}
.single-button.style2 .bt:hover{
   background-color:#fff; 
   color:#ff6620;
}
.single-button.style2 .bt span {
    font-family: 'Epilogue', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.single-button.style2 .bt i{
	margin-left: 5px;
}
.blog_btn .single-button.style2 a.bt:hover{
    background:#001659;
    color:#fff;
}
/* Style Three */
.play-store a,
.app-store a
{
	display: inline-flex;
	background: #fff;
	padding: 15px 20px 15px;
}
.play-store a img,
.app-store a img
{
	margin-right: 9px;
}
.play-store a p,
.app-store a p
{
	color: #7f8388;
	font-size: 10px;
	margin: 0;
	line-height: 1;
	margin-right: 6px;
}
.play-store a p .large-text,
.app-store a p .large-text
{
	color: #0d1e35;
	font-size: 16px;
	font-weight: bold;
}

/*
===================
Circular Progress
===================
*/
.app-download{
	display: inline-flex;
	align-items: center;
	background: #fff;
	height: 130px;
	width: 340px;
	padding: 0 30px;
}
.app-download{
	top: 40px;
	right: -170px;
}
.app-download .circle_percent {
	font-size: 74px;
	width: 1em;
	height: 1em;
	position: relative;
	background: #eee;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-right: 20px;
}
.app-download .circle_inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	clip:rect(0 1em 1em .5em);
}
.app-download .round_per {
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	background: #0c73ff;
	clip: rect(0 1em 1em .5em);
	transform: rotate(180deg);
	transition: 1.05s;
}
.app-download .percent_more .circle_inner {
	clip:rect(0 .5em 1em 0em);
}
.app-download .percent_more:after {
	position: absolute;
	left: .5em;
	top: 0em;
	right: 0;
	bottom: 0;
	background: #0c73ff;
	content: '';
}
.app-download .circle_inbox {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: #fff;
	z-index: 3;
	border-radius: 50%;
}
.app-download .percent_text {
	position: absolute;
	color: #0c73ff;
	font-size: 20px;
	font-weight: bold;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.app-download .description h3{
	color: #0d1e35;
	font-weight: bold;
	margin: 0;
}
.app-download .description p{
	color: #7f8388;
	font-size: 14px;
	margin: 2px 0 0;
}

/*
===================
Testimonial
===================
*/

.testimonial.style1 .single-testimonial {
	background: #ffffff;
	text-align: center;
	padding: 57px 75px 60px;
	position: relative;
	margin: 0 90px 0 15px;
	-webkit-box-shadow: 0px 10px 52.92px 1.08px rgba(94, 91, 142, 0.05);
	box-shadow: 0px 10px 52.92px 1.08px rgba(94, 91, 142, 0.05);
}

.testimonial.style1 .single-testimonial::before {
	content: "";
	position: absolute;
	left: -15px;
	top: 20px;
	height: 94%;
	width: 25px;
	border: 2px solid #ffffff;
	z-index: -1;
}
.testimonial.style1 .single-testimonial .client-profile .image{
	display: inline-block;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
}
.testimonial.style1 .single-testimonial .client-profile .image img{
	height: 100%;
	width: 100%;
}

.testimonial.style1 .single-testimonial .client-profile .client-bio .name {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.testimonial.style1 .single-testimonial .client-profile .client-bio .designation {
	font-size: 14px;
	text-transform: capitalize;
}

.testimonial.style1 .single-testimonial .testimonial__icon {
	color: #E5BE01;
	font-size: 72px;
}

.testimonial.style1 .single-testimonial .quote-text p {
	font-size: 24px;
	font-weight: 600;
	color: #161c2d;
	margin: 5px auto 35px;
}
.testimonial.style1 .owl-nav .owl-prev,
.testimonial.style1 .owl-nav .owl-next{
	position: absolute;
	color: #c9c7de;
	height: 40px;
	width: 40px;
	line-height: 40px;
	-webkit-transition: .3s;
	transition: .3s;
}
.testimonial.style1 .owl-prev {
	top: 47%;
	transform: translateY(-47%);
	left: auto;
	right: 15px;
}
.testimonial.style1 .owl-next {
	top: 53%;
	transform: translateY(-53%);
	right: 15px;
}
.testimonial.style1 .owl-nav .owl-prev:hover,
.testimonial.style1 .owl-nav .owl-next:hover {
	color: #E5BE01;
}
.testimonial.style1 .owl-nav .owl-prev i,
.testimonial.style1 .owl-nav .owl-next i{
	font-size: 40px;
}

/* Style Two */

.testimonial.style2 .single-testimonial{
    position: relative;
	background-color: #fff;
	padding: 40px 40px 40px;
}
.testimonial.style2 .single-testimonial::before {
	content: '';
	position: absolute;
	right: 41px;
	bottom: 38px;
	background-image: url(../images/quote-icon2.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 64px;
	width: 64px;
}
.testimonial.style2 .single-testimonial h3{
	color: #0d1e35;
	font-weight: bold;
	margin-bottom: 18px;
}
.testimonial.style2 .single-testimonial .quote-text{
    position: relative;
    padding-left: 35px;
    margin-bottom: 40px;
}
.testimonial.style2 .single-testimonial .quote-text::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #E5BE01;
    left: 0;
}
.testimonial.style2 .single-testimonial .quote-text p{
	font-style: italic;
	line-height: 26px;
}
.testimonial.style2 .single-testimonial .rating-stars{
	padding: 3px 0 40px;
}
.testimonial.style2 .single-testimonial .rating-stars i{
	font-size: 20px;
}
.testimonial.style2 .single-testimonial .rating-stars i.active{
	color: #0c73ff;
}
.testimonial.style2 .single-testimonial .client-profile{
	display: flex;
	align-items: center;
}
.testimonial.style2 .single-testimonial .client-profile .image{
	width: 61px;
	margin-right: 20px;
}
.testimonial.style2 .single-testimonial .client-profile .image img{
	width: 100%;
}
.testimonial.style2 .single-testimonial .client-profile .client-bio .name{
	margin: 0 0 3px;
}
.testimonial.style2 .single-testimonial .client-profile .client-bio .designation{
	color: #E5BE01;
	font-weight: 500;
	margin: 0;
}
.testimonial.style2 .owl-nav{
    position: absolute;
    top: -134px;
    right: 0;
}
.testimonial.style2 .owl-nav .owl-prev,
.testimonial.style2 .owl-nav .owl-next{
    color: #fff;
    font-size: 26px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #E5BE01;
}
.testimonial.style2 .owl-nav .owl-prev{
    margin-right: 15px;
}

/* Style Three */

.testimonial.style3 .single-testimonial{
	background-color: #fff;
	padding: 30px 50px 35px;
}
.testimonial.style3 .single-testimonial p{
	color: #7f8388;
	line-height: 1.7;
}
.testimonial.style3 .single-testimonial .rating-stars i{
	color: #cacaca;
	font-size: 14px;
}
.testimonial.style3 .single-testimonial .rating-stars i.active{
	color: #f48f1b;
}
.testimonial.style3 .single-testimonial .client-profile{
	display: flex;
	align-items: center;
	margin-bottom: 26px;
}
.testimonial.style3 .single-testimonial .client-profile .image{
	width: 61px;
	margin-right: 30px;
}
.testimonial.style3 .single-testimonial .client-profile .image img{
	width: 100%;
	border-radius: 50%;
}
.testimonial.style3 .single-testimonial .client-profile .client-bio h5{
	font-size: 20px;
}
.testimonial.style3 .single-testimonial .client-profile .client-bio p{
	color: #606060;
	font-size: 15px;
	margin: 0;
}

/* Style Four */
.testimonial_new{
    background: #ffffff; 
    filter: drop-shadow(0px 11px 15px rgba(222,223,224,0.25));
    background-color: #ffffff;
    padding:90px 90px 100px;
}
.testimonial.style4 .single-testimonial {
    display: inline-block;
    align-items: center;
    background: #EFF2F9;
    padding: 20px 44px 21px 38px;
    position: relative;
}
.testimonial.style4 .single-testimonial .profile-picture {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0;
    display: inline-block;
    margin: 0 0 12px;
}
.testimonial.style4 .single-testimonial .profile-picture-content {
    position: absolute;
    bottom: 31px;
    right: 42px;
    text-align: right;
}
.testimonial.style4 .single-testimonial .profile-picture img{
	width: inherit;
}
.testimonial.style4 .single-testimonial .reviews-rating .testi-star i.active{
	color: #fcad22;
}
.testimonial.style4 .single-testimonial .testimonial-content .quote-text h2 {
    color: #7c8794;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 17px;
}
.testimonial.style4 .single-testimonial .testimonial-content .quote-text h2 span{
	color: #0c73ff;
	text-decoration: underline;
}
.testimonial.style4 .single-testimonial .testimonial-content .client-bio h4{
	color: #0d1e35;
	font-size: 20px;
	font-weight: 600;
	margin: 24px 0 2px;
}
.testimonial.style4 .single-testimonial .testimonial-content .client-bio p {
    color: #E5BE01;
    font-size: 14px;
}
.testimonial.style4 .single-testimonial .client-bio {
    border-top: 1px solid#D4D7DE;
    width: 73%;
    margin-top: 21px;
}
.testimonial.style4 .single-testimonial .testi-star i {
    color: #DEE1E8;
}
/*nav*/
.testimonial.style4 .owl-carousel .owl-nav button.owl-prev, .testimonial.style4 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 55px;
    height: 55px;
    filter: drop-shadow(0px 11px 15px rgba(222,223,224,0.25));
    background-color: #ffffff;
}
.testimonial.style4 .owl-carousel .owl-nav button.owl-next {
    right: -128px;
}
.testimonial.style4 .owl-carousel .owl-nav button.owl-prev {
    left: -128px;
}
.testimonial.style4 .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial.style4 .owl-carousel .owl-nav button.owl-next:hover{
   background:#E5BE01;
   color:#fff;
}


/* Style Five */
.testimonial.style5 .single-testimonial{
	text-align: center;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 60px 60px 38px;
	transition: 0.3s;
}
.testimonial.style5 .single-testimonial:hover{
	box-shadow: 0px 12px 32px 0px rgba(22, 28, 45, 0.07);
}
.testimonial.style5 .single-testimonial .image{
	position: relative;
	margin-bottom: 27px;
}
.testimonial.style5 .single-testimonial .image img{
	height: 100px;
	width: 100px;
	margin: auto;
	border-radius: 50%;
}
.testimonial.style5 .single-testimonial .image i {
	position: absolute;
	color: #E5BE01;
	font-size: 24px;
	height: 55px;
	width: 55px;
	line-height: 55px;
	display: inline-block;
	background: #fff;
	left: 20%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.testimonial.style5 .single-testimonial .title{
	margin-bottom: 16px;
}
.testimonial.style5 .single-testimonial .quote-text{
	margin-bottom: 30px;
}
.testimonial.style5 .single-testimonial .name{
	font-weight: 600;
	margin: 0;
}
.testimonial.style5 .single-testimonial .designation{
	color: #E5BE01;
}







/*
===================
Blog Post
===================
*/
.blog-post.style1 .blog-box{
	position: relative;
	margin-bottom: 157px;
}
.blog-post.style1 .blog-box .blog-thumb{
	height: 450px;
}
.blog-post.style1 .blog-box .content-wrapper{
	border: 2px solid #fff;
	padding: 10px;
	position: absolute;
	bottom: -127px;
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
}
.blog-post.style1 .blog-box .content-wrapper .blog-content {
	padding: 34px 40px 17px;
	background-color: #fff;
	box-shadow: 0px 10px 30px 2px rgb(104 110 125 / 8%);
}
.blog-post.style1 .blog-box .content-wrapper .blog-content .blog-title{
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 12px;
}
.blog-post.style1 .blog-box .content-wrapper .blog-content .blog-title a{
	color: #161c2d;
}
.blog-post.style1 .blog-box .content-wrapper .blog-content .blog-excerpt{
	margin-bottom: 38px;
}
.blog-post.style1 .blog-box .content-wrapper .blog-content .blog-meta{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #f5f5f5;
	padding: 15px 0 0;
}
.blog-post.style1 .blog-box .content-wrapper .blog-content .blog-meta .category{
	margin-right: 20px;
}
.blog-post.style1 .blog-box .content-wrapper .blog-content .blog-meta .category ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post.style1 .blog-box .content-wrapper .blog-content .blog-meta .bar{
	height: 20px;
	width: 1px;
	background-color: #161c2d;
	margin-right: 20px;
}

/* Style Two */

.blog-post.style2 .blog-box {
    margin-bottom: 0;
}
.blog-post.style2 .blog-box .blog-thumb{
	position: relative;
	height: 300px;
	width: auto;
}
.blog-post.style2 .blog-box .blog-thumb .date{
	position: absolute;
	background-color: #0c73ff;
	padding: 15px 21px 10px;
	right: 40px;
}
.blog-post.style2 .blog-box .blog-thumb .date h3 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.blog-post.style2 .blog-box .blog-thumb .date h3:before {
    position: absolute;
    content: "";
    height: 50px;
    width: 60px;
    background: #E5BE01;
    z-index: -1;
    left: -14px;
    top: -18px;
}

.blog-post.style2 .blog-box .blog-thumb .date span {
    color: #ff6620;
    font-size: 14px;
    line-height: 1.3;
    display: inline-block;
    margin-top: 18px;
}
.blog-post.style2 .blog-box .blog-thumb span.author{
    text-transform: capitalize;
}

.blog-post.style2 .blog-box .blog-content {
    padding: 35px 40px 32px;
    box-shadow: 0px 20px 50px 0px rgba(13, 30, 53, 0.04);
    background: #fff;
}
.blog-post.style2 .blog-box .blog-thumb .date {
    position: absolute;
    background-color: #fff;
    padding: 18px 14px 6px;
    right: 40px;
    width: 60px;
    top: 30px;
}
.blog-post.style2 .blog-box .blog-content .category, .blog-post.style2 .blog-box .blog-content .author {
    position: relative;
    color: #7f8388;
    font-size: 14px;
    display: inline-block;
}
.blog-post.style2 .blog-box .blog-content .category, 
.blog-post.style2 .blog-box .blog-content .author {
    position: relative;
    color: #7f8388;
    font-size: 16px;
    text-transform: capitalize;
}
.blog-post.style2 .blog-box .blog-content .category i, 
.blog-post.style2 .blog-box .blog-content .author i {
    margin-right: 7px;
}
.blog-post.style2 .blog-box .blog-content .category {
    display: inline-block;
    align-items: center;
    margin-right: 12px;
}
.blog-post.style2 .blog-box .blog-content .category ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.blog-post.style2 .blog-box .blog-content ul.post-categories li a {
    font-size: 16px;
    color: #7c8794;
}
.blog-post.style2 .blog-box .blog-content .blog-title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 19px;
}
.blog-post.style2 .blog-box .blog-content .blog-title a {
    color: #001659;
    font-size: 20px;
    font-family: 'Epilogue', sans-serif;
    font-weight: 800;
}
.blog-post.style2 .blog-box .blog-content .blog-button a {
    display: inline-block;
    color: #ff6620;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Epilogue', sans-serif;
}


/* Style Three */

.blog-post.style3 .blog-box{
    margin-bottom: 20px;
	box-shadow: 0px 0px 20px 0px rgba(0, 22, 89, 0.05);
	overflow: hidden;
}

.blog-post.style3 .blog-box .blog-content{
    position: relative;
	padding: 36px 40px 32px;
	transition: 0.5s;
}
.blog-post.style3 .blog-box .blog-content::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/blog-box-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 100%;
	left: 100%;
	transition: 0.5s;
}
.blog-post.style3 .blog-box:hover .blog-content::before{
    top: 0;
	left: 0;
}
.blog-post.style3 .blog-box .blog-content .blog-meta{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-post.style3 .blog-box .blog-content .blog-meta .bar{
	height: 12px;
	width: 1px;
	background: #fff;
	margin-right: 12px;
}
.blog-post.style3 .blog-box .blog-content .category,
.blog-post.style3 .blog-box .blog-content .author{
	position: relative;
	color: #001659;
	font-size: 14px;
	font-weight: 500;
	flex-grow: 0;
	flex-shrink: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.blog-post.style3 .blog-box:hover .blog-content .author{
    color: #fff;
}
.blog-post.style3 .blog-box .blog-content .category i,
.blog-post.style3 .blog-box .blog-content .author i{
    color: #E5BE01;
	margin-right: 5px;
}
.blog-post.style3 .blog-box .blog-content .category{
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.blog-post.style3 .blog-box .blog-content .category ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post.style3 .blog-box .blog-content .category ul li a{
	color: #001659;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.blog-post.style3 .blog-box:hover .blog-content .category ul li a{
    color: #fff;
}
.blog-post.style3 .blog-box .blog-content .blog-title{
    position: relative;
	font-size: 20px;
	line-height: 30px;
	margin: 16px 0 10px;
}
.blog-post.style3 .blog-box .blog-content .blog-title a{
    color: #001659;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.blog-post.style3 .blog-box:hover .blog-content .blog-title a{
    color: #fff;
}
.blog-post.style3 .blog-box .blog-content .blog-description{
    position: relative;
}
.blog-post.style3 .blog-box .blog-content .blog-description p{
	margin-bottom: 0;
	line-height: 26px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.blog-post.style3 .blog-box:hover .blog-content .blog-description p{
    color: #8d9dcd;
}
.blog-post.style3 .blog-box .blog-content .seperator {
    position: relative;
	height: 1px;
	width: 100%;
	background-color: #e9e9e9;
	margin: 25px 0 20px;
}
.blog-post.style3 .blog-box .blog-content .blog-button{
    position: relative;
}
.blog-post.style3 .blog-box .blog-content .blog-button a {
    color: #E5BE01;
	font-weight: 500;
	font-family: 'Epilogue', sans-serif;
}

/* Style Four */

.blog-post.style4 .blog-box .blog-wrapper{
	position: relative;
	height: 395px;
	width: 100%;
}
.blog-post.style4 .blog-box .blog-wrapper::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(to top, #263b58 0%, transparent 100%);
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content{
	position: absolute;
	bottom: 0;
	padding: 0 50px 40px 50px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .blog-meta{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .blog-meta .bar{
	height: 12px;
	width: 1px;
	background: #fff;
	margin-right: 12px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category,
.blog-post.style4 .blog-box .blog-wrapper .blog-content .author{
	position: relative;
	color: #fff;
	font-size: 14px;
	flex-grow: 0;
	flex-shrink: 0;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category i,
.blog-post.style4 .blog-box .blog-wrapper .blog-content .author i{
	margin-right: 5px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category{
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .category ul li a{
	color: #fff;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .blog-title{
	margin-top: 15px;
}
.blog-post.style4 .blog-box .blog-wrapper .blog-content .blog-title a{
	color: #fff;
}

/*
===================
Subscribe Form
===================
*/
.subscribe-form{
	position: relative;
}
.subscribe-form i{
	position: absolute;
	top: 49%;
	transform: translateY(-49%);
	left: 40px;
	color: #818790;
	z-index: 2;
}
.subscribe-form .subscribe-input{
	padding: 23px 48px 23px 70px;
	outline: 0;
	border: 0;
	border-radius: 0;
	width: 70%;
}
.subscribe-form .submit-btn {
	position: absolute;
	color: #fff;
	font-weight: bold;
	background: #0c73ff;
	border: 0;
	padding: 25px 10px 25px;
	top: 47%;
	transform: translateY(-50%);
	right: 0;
	width: 30%;
}

/*
===================
Latest Post
===================
*/
.latest-posts .single-post{
	display: table;
	padding-top: 14px;
}
.latest-posts .single-post:first-child{
	padding-top: 5px;
}
.latest-posts .single-post .post-content{
	display: table-cell;
	vertical-align: middle;
}
.latest-posts .single-post .post-thumb{
	height: 80px;
	width: 90px;
	margin-right: 24px;
}
.latest-posts .single-post .post-content span{
	color: #527099;
	font-size: 12px;
}
.latest-posts .single-post .post-content span i{
	margin-right: 7px;
}
.latest-posts .single-post .post-content h6 a{
	color: #fff;
	font-weight: bold;
}
.latest-posts .single-post .post-content h6{
	margin-top: 5px;
}

/*
===================
Feature Box
===================
*/
.feature-box.style1{
	background-color: #fff;
	padding: 25px 30px 40px;
}
.feature-box.style1 .icon{
    margin-bottom: 19px;
}
.feature-box.style1 .icon i{
    display: inline-block;
    color: #E5BE01;
    font-size: 40px;
}
.feature-box.style1 .content{
	
}
.feature-box.style1 .content .title {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 5px;
}
.feature-box.style1 .description{
    margin: 0;
}

/* Style Two */

.feature-box.style2{
	position: relative;
	text-align: center;
	padding: 110px 35px 40px;
	box-shadow: 0px 15px 40px 0px rgba(5, 100, 229, 0.15);
	border: 2px solid #1E7DFF;
	background: #1578FF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.feature-box.style2:hover{
	border: 2px solid #fff;
}
.feature-box.style2 .icon {
	position: absolute;
	top: -75px;
	left: 0;
	right: 0;
	height: 150px;
	width: 150px;
	line-height: 150px;
	border: 2px solid #1E7DFF;
	margin: auto;
	border-radius: 50%;
	background: #0c73ff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.feature-box.style2:hover .icon{
	border: 2px solid #fff;
}
.feature-box.style2 .icon span{
	position: absolute;
	color: #0c73ff;
	font-weight: bold;
	top: 0;
	right: 0;
	background: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
}
.feature-box.style2 .icon i{
	color: #fff;
	font-size: 50px;
}
.feature-box.style2 .work-content h3{
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}
.feature-box.style2 .work-content p{
	color: #eef1f4;
	font-size: 14px;
}

/*
===================
Service Box
===================
*/
.service-box.style1{
    position: relative;
	background-color: #fff;
	padding: 40px 40px 34px;
	box-shadow: 0px 5px 25px 0px rgba(116, 120, 124, 0.1);
}
.service-box.style1::before{
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    background-color: #E5BE01;
    top: 0;
    right: 0;
    opacity: 50%;
    transition: 0.5s;
}
.service-box.style1:hover::before{
    height: 100%;
    width: 100%;
    opacity: 1;
}
.service-box.style1 .icon{
    position: relative;
	margin-bottom: 28px;
}
.service-box.style1 .icon img{
    height: 70px;
    width: auto;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s;
}
.service-box.style1:hover .icon img{
    filter: brightness(0) invert(1);
}
.service-box.style1 .icon i{
	display: inline-block;
	color: #061738;
	font-family: "Flaticon";
	font-style: normal;
	font-size: 36px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
    transition: 0.3s;
}
.service-box.style1 .content{
	position: relative;
}
.service-box.style1 .title{
    font-size: 20px;
	margin-bottom: 14px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style1 .description{
	line-height: 1.7;
	margin-bottom: 30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style1 .content a{
	display: inline-block;
	color: #E5BE01;
	font-weight: 500;
}
.service-box.style1:hover .icon i,
.service-box.style1:hover .title,
.service-box.style1:hover .description,
.service-box.style1:hover .content a{
    color: #fff;
}

/* Style Two */

.service-box.style2 {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 24px 38px 39px 38px;
    transition: .5s;
}
.service-box.style2:hover{
	background-color: #001659;
	border-color:#001659;
}
.service-box.style2 .icon{
	margin-bottom: 10px;
}
.service-box.style2 .icon i{
	color: #061738;
	font-size: 80px;
	transition: 0.5s;
}
.service-box.style2 .title h3 {
    transition: 0.5s;
    font-size: 20px;
    margin: 0 0 0;
}
.service-box.style2 .service-btn {
    display: inline-block;
    margin-top: 43px;
}
.service-box.style2 .service-btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #ff6620;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
}
.service-box.style2 .description p{
	margin-bottom: 25px;
	transition: 0.5s;
}
.service-box.style2:hover .service-btn a{
   background-color: #fff;
   color:#ff6620;
}

.service-box.style2:hover .icon i,
.service-box.style2:hover .title h3,
.service-box.style2:hover .description p{
	color: #fff;
}

/* Style Three */
.service-box.style3{
	background-color: #fff;
}
.service-box.style3 .content{
	position: relative;
	display: flex;
	padding: 40px 20px 15px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	z-index: 1;
	overflow: hidden;
}
.service-box.style3 .content::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #E5BE01;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}
.service-box.style3:hover .content::before{
	bottom: 0;
}
.service-box.style3 .title h3{
	margin-bottom: 14px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style3 .description p{
	line-height: 1.7;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style3 .icon{
	margin-right: 20px;
}
.service-box.style3 .icon i{
	display: inline-block;
	color: #061738;
	font-family: "Flaticon";
	font-style: normal;
	font-size: 36px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style3:hover .title h3,
.service-box.style3:hover .description p,
.service-box.style3:hover .icon i{
	color: #fff;
}
.service-box.style3 .image{
	position: relative;
	height: 213px;
	width: 100%;
}
.service-box.style3 .image::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style3:hover .image::before{
	background-color: rgba(6, 23, 56, 0.2);
}

/* Style Four */
.service-box.style4 {
    position: relative;
    background-color: #F7F7F7;
    padding: 41px 37px 31px;
    box-shadow: none;
}
.service-box.style4::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color:#001659;
	top: 0;
	left: auto;
	right: 0;
	opacity:0;
	transition: 0.5s;
}
.service-box.style4:hover::before{
	opacity:1;
}
.service-box.style4:hover .content .service-btn{
    border-color:#1A2E6B;
}
.service-box.style4 .content{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.service-box.style4 .icon{
	margin-bottom: 38px;
}
.service-box.style4 .icon i{
	color: #E5BE01;
	font-size: 46px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	text-align: center;
}
.service-box.style4 .icon i{
	display: inline-block;
	font-family: "Flaticon";
	font-style: normal;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style4 .title h3 {
    margin: 30px 0 13px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 20px;
    font-weight: 600;
}
.service-box.style4 .description p{
	font-size: 18px;
	margin-bottom: 12px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style4 .content .text a{
	display: inline-flex;
	align-items: center;
	color: #E5BE01;
	font-size: 18px;
	font-weight: 500;
}
.service-box.style4 .content .service-btn {
    border-top: 1px solid#DDE0E7;
    margin-top: 23px;
    padding-top: 20px;
    transition:.5s;
}
.service-box.style4 .content .text a i{
	font-size: 16px;
	margin-left:5px;
}
.service-box.style4 .image{
	position: relative;
	height: 200px;
	width: 100%;
}
.service-box.style4:hover .icon i,
.service-box.style4:hover .title h3,
.service-box.style4:hover .content .text a{
	color: #fff;
}
.service-box.style4:hover .description p{
    color:#8c9ccd;
}
.service-box.style4:hover .icon i{
	box-shadow: 0px 10px 52px 0px rgba(26, 16, 163, 0.15);
	border-color: rgba(255, 255, 255, 0.1);
}

/* Style Five */
.service-box.style5{
	padding: 14px 30px 14px;
	box-shadow: 0px 12px 35px 0px rgba(71, 59, 240, 0.06);
}
.service-box.style5 .icon{
	display: flex;
	justify-content: space-between;
}
.service-box.style5 .icon i{
	display: inline-block;
	color: #E5BE01;
	font-size: 42px;
	margin-bottom: 12px;
	padding-bottom: 22px;
	border-bottom: 2px solid #f0f0f3;
}
.service-box.style5 .icon a{
	display: inline-block;
	color: #161c2d;
	font-size: 26px;
	background-color: #f0f0f3;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 7px;
	border-radius: 50%;
}
.service-box.style5 .title h3{
	font-size: 20px;
	font-weight: 600;
}

/* Style Six */
.service-box.style6{
	background-color: #fff;
}
.service-box.style6 .content{
	position: relative;
	display: flex;
	z-index: 1;
	overflow: hidden;
}
.service-box.style6 .title h3{
	margin: 27px 0 16px;
}
.service-box.style6 .description{
	display: flex;
}
.service-box.style6 .description span{
	color: #E5BE01;
	font-weight: 600;
	flex-shrink: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ffefe8;
	margin-right: 15px;
}
.service-box.style6 .description p{
	margin-top: -5px;
	margin-bottom: 28px;
}
.service-box.style6 .content .text a{
	display: inline-block;
	color: #fff;
	font-weight: 500;
	background-color: #001659;
	padding: 10px 20px;
}
.service-box.style6 .icon{
	margin-right: 20px;
}
.service-box.style6 .icon i{
	display: inline-block;
	color: #061738;
	font-family: "Flaticon";
	font-style: normal;
	font-size: 36px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}
.service-box.style6 .image{
	position: relative;
	height: 315px;
	width: 100%;
}
.service-box.style6:hover .content .text a{
   background-color: #E5BE01; 
}
/*
===================
Video Section
===================
*/
.video-icon.style1{
	text-align: center;
}
.video-icon.style1 a{
	position: relative;
	display: inline-block;
	color: #fff;
	width: 100px;
    height: 100px;
    line-height: 96px;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 25px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}
.video-icon.style1 a .circle2{
	animation-delay: 1.3s;
}
.video-icon.style1 a .circle3{
	animation-delay: 2.6s;
}
.video-icon.style1 a span {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    animation: ripple 3.9s linear 0s infinite;
    -webkit-animation: ripple 3.9s linear 0s infinite;
    -ms-animation: ripple 3.9s linear 0s infinite;
    -o-animation: ripple 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}

/* Style Two */

.video-icon.style2{
	text-align: center;
}
.video-icon.style2 a{
	position: relative;
	display: inline-block;
	color: #fff;
	width: 100px;
    height: 100px;
    line-height: 96px;
    background-color: #E5BE01;
    font-size: 25px;
    text-align: center;
    border: 2px solid #fff;
}
.video-icon.style2 a .circle2{
	animation-delay: 1.3s;
}
.video-icon.style2 a .circle3{
	animation-delay: 2.6s;
}
.video-icon.style2 a span {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.5);
    animation: ripple 3.9s linear 0s infinite;
    -webkit-animation: ripple 3.9s linear 0s infinite;
    -ms-animation: ripple 3.9s linear 0s infinite;
    -o-animation: ripple 3.9s linear 0s infinite;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    opacity: 0;
}


/*
=======================
Video Ripple Animation
=======================
*/
@keyframes ripple{
	0%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
	20%{-webkit-transform:scale(1.24);-moz-transform:scale(1.24);-o-transform:scale(1.24);transform:scale(1.24);opacity:1}
	100%{-webkit-transform:scale(2.1);-moz-transform:scale(2.1);-o-transform:scale(2.1);transform:scale(2.1);opacity:0}
}


/*counter section*/
.single-counter.style1 {
    display: flex;
    align-items: center;
}
.single-counter.style1 .number h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 4px;
    display: inline-block;
}
.single-counter.style1 h6.title {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
.single-counter.style1 .icon {
    margin-right: 20px;
}
.single-counter.style1 .icon i {
    display: inline-block;
    color: #fff;
    font-size: 60px;
}


/*
===================
Pricing Section
===================
*/
.pricing.style1 {
	background: #ffffff;
	padding: 43px 40px 50px;
	-webkit-box-shadow: 0px 11px 29.4px 0.6px rgba(226, 226, 226, 0.2);
	box-shadow: 0px 11px 29.4px 0.6px rgba(226, 226, 226, 0.2);
	border: 1px solid #e9e9e9;
}
.pricing.style1 .table-head{
    border-bottom: 2px solid #e9e9e9;
}
.pricing.style1 .pricing-title {
	margin-bottom: 14px;
	line-height: 1.5;
}

.pricing.style1 .pricing-feature {
	margin: 27px 0 41px;
}

.pricing.style1 .feature-item {
    display: flex;
    color: #001659;
	margin-bottom: 14px;
}

.pricing.style1 .feature-icon {
	color: #E5BE01;
	margin-right: 10px;
}
.pricing.style1 .feature-icon i{
    font-size: 18px;
}
.pricing.style1 .price {
	color: #E5BE01;
	font-size: 45px;
	margin-bottom: 9px;
}
.pricing.style1 .description {
	margin-bottom: 31px;
}

.pricing.style1 .package-validity {
	color: #74787c;
	font-size: 16px;
	font-weight: 400;
	font-family: 'DM Sans', sans-serif;
}

.pricing.style1 .pricing-btn {
    display: block;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	background-color: #001659;
	text-align: center;
	padding: 16px 20px;
}
.pricing.style1 .pricing-btn:hover{
    background-color: #E5BE01;
}

/* Style Two
-------------*/
.pricing.style2 .pricing-table{
	position: relative;
	text-align: center;
	background-color: #eef1f4;
	box-shadow: 0px 10px 90px 0px rgba(13, 30, 53, 0.05);
	padding: 52px 60px 60px;
}
.pricing.style2 .pricing-table .table-head{
	border-bottom: 2px solid #fff;
	padding: 0 0 17px;
}
.pricing.style2 .pricing-table .table-head h6{
	color: #0d1e35;
	font-size: 36px;
	font-weight: bold;
}
.pricing.style2 .pricing-table .table-body{
	padding-top: 32px;
}
.pricing.style2 .pricing-table .table-body .price{
	margin-bottom: 22px;
}
.pricing.style2 .pricing-table .table-body .price h1{
	color: #E5BE01;
	font-weight: bold;
}
.pricing.style2 .pricing-table .table-body .price h1 span{
	color: #0d1e35;
	font-size: 16px;
	font-weight: bold;
}
.pricing.style2 .pricing-table .table-body p{
	color: #7f8388;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 30px;
}
.pricing.style2 .pricing-table .table-body ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing.style2 .pricing-table .table-body ul li{
	color: #0d1e35;
	font-weight: bold;
	margin-bottom: 13px;
}
.pricing.style2 .pricing-table .table-body ul li:last-child{
	margin-bottom: 38px;
}
.pricing.style2 .pricing-table .table-body a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #E5BE01;
	padding: 17px 34px;
}
.pricing.style2 .pricing-table.active{
	background-color: #0d1e35;
}
.pricing.style2 .pricing-table.active .table-head h6{
	color: #fff;
}
.pricing.style2 .pricing-table.active .table-body .price h1{
	color: #fff;
}
.pricing.style2 .pricing-table.active .table-body .price h1 span{
	color: #a9b8cd;
}
.pricing.style2 .pricing-table.active .table-body p{
	color: #485971;
}
.pricing.style2 .pricing-table.active .table-body ul li{
	color: #a9b8cd;
}
.pricing.style2 .pricing-table.active .table-body a{
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pricing.style2 .pricing-table.active .table-body a:hover{
	color: #0d1e35;
}
.pricing.style2 .pricing-table.active .table-body a::after{
	background: #eef1f4;
}

/* Style Three
-------------*/
.pricing.style3 .pricing-table{
	position: relative;
	text-align: center;
	background-color: #eef1f4;
	box-shadow: 0px 10px 90px 0px rgba(13, 30, 53, 0.05);
	padding: 120px 60px 80px;
}
.pricing.style3 .pricing-table .table-head{
	border-bottom: 2px solid #fff;
	padding: 0 0 17px;
}
.pricing.style3 .pricing-table .table-head .icon{
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	height: 140px;
	width: 140px;
	line-height: 110px;
	background: #1174fa;
	margin: auto;
	color: #fff;
	border: 15px solid #fff;
	font-size: 55px;
}
.pricing.style3 .pricing-table .table-head h6{
	color: #0d1e35;
	font-weight: bold;
}
.pricing.style3 .pricing-table .table-body{
	padding-top: 32px;
}
.pricing.style3 .pricing-table .table-body .price{
	margin-bottom: 22px;
}
.pricing.style3 .pricing-table .table-body .price h1{
	color: #1174f9;
	font-weight: bold;
}
.pricing.style3 .pricing-table .table-body .price h1 span{
	color: #0d1e35;
	font-size: 16px;
	font-weight: bold;
}
.pricing.style3 .pricing-table .table-body p{
	color: #7f8388;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 30px;
}
.pricing.style3 .pricing-table .table-body ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing.style3 .pricing-table .table-body ul li{
	color: #0d1e35;
	font-weight: bold;
	margin-bottom: 13px;
}
.pricing.style3 .pricing-table .table-body ul li:last-child{
	margin-bottom: 38px;
}
.pricing.style3 .pricing-table .table-body a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background-color: #0c73ff;
	padding: 17px 34px;
}
.pricing.style3 .pricing-table.active{
	background-color: #0d1e35;
}
.pricing.style3 .pricing-table.active .table-head h6{
	color: #fff;
}
.pricing.style3 .pricing-table.active .table-body .price h1{
	color: #fff;
}
.pricing.style3 .pricing-table.active .table-body .price h1 span{
	color: #a9b8cd;
}
.pricing.style3 .pricing-table.active .table-body p{
	color: #485971;
}
.pricing.style3 .pricing-table.active .table-body ul li{
	color: #a9b8cd;
}
.pricing.style3 .pricing-table.active .table-body a{
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.pricing.style3 .pricing-table.active .table-body a:hover{
	color: #0d1e35;
}
.pricing.style3 .pricing-table.active .table-body a::after{
	background: #eef1f4;
}

/*
===================
 Progress Bar
===================
*/

.progress-item.style1{
    margin-bottom: 32px;
}
.progress-item.style1 .progress-name{
    color: var(--title-color);
    font-weight: 500;
    margin: 0 0 16px;
}
.progress-item.style1 .progress-stick{
    position: relative;
    height: 1px;
    background: red;
    margin: 5px 0;
}
.progress-item.style1 .progress-per{
    position: absolute;
    height: 10px;
    top: -5px;
    background-color: red;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 0;
    transition: 1s linear;
}
.progress-item.style1 .progress-per::before{
    content: attr(per);
    position: absolute;
    top: -35px;
    right: 0;
}

/* Style Two */

.progress-item.style2{
    margin-bottom: 24px;
}
.progress-item.style2 .progress-name{
    color: #001659;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Epilogue', sans-serif;
}
.progress-item.style2 .progress-stick{
    position: relative;
    height: 5px;
    background: #f0f1f3;
    border-radius: 3px;
    margin: 5px 0;
}
.progress-item.style2 .progress-per{
    position: absolute;
    height: 5px;
    top: 0;
    background-color: #E5BE01;
    border-radius: 3px;
    width: 0;
    transition: 1s linear;
}
.progress-item.style2 .progress-per::before {
	content: attr(per);
	position: absolute;
	top: -33px;
	right: 0;
	color: #E5BE01;
	font-size: 18px;
	font-weight: 600;
}

/*
===================
 Portfolio List
===================
*/

.portfolio-list.style1 .item{
    margin-bottom: 25px;
}
.portfolio-list.style1 .item .thumb img{
    width: 100%;
    height: 425px;
    object-fit: cover;
}
.portfolio-list.style1 .item .content{
    padding: 20px 30px 20px 56px;
}
.portfolio-list.style1 .item .content .category{
    position: relative;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    display: flex;
}
.portfolio-list.style1 .item .content .category::before{
    content: '';
    position: absolute;
    height: 2px;
    width: 45px;
    background-color: #E5BE01;
    top: 50%;
    left: -56px;
}
.portfolio-list.style1 .item .content .category li{
    color: #E5BE01;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.portfolio-list.style1 .item .content .title a{
    color: #001659;
}
.portfolio-list.style1 .item .content .title a:hover{
    color: #E5BE01;
}

/*
===================
Portfolio
===================
*/
.portfolio.style1 .portfolio-item {
	-webkit-transition: .5s;
	transition: .5s;
	margin-top: 40px;
}

.portfolio.style1 .portfolio-item:hover {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
.portfolio.style1 .portfolio-thumb {
	position: relative;
	overflow: hidden;
}

.portfolio.style1 .portfolio-item .portfolio-content {
	background: #ffffff;
	padding: 40px;
	width: 80%;
	margin: auto;
	position: absolute;
	bottom: -100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	transition: .5s;
}
.portfolio.style1 .portfolio-item:hover .portfolio-content {
	bottom: 60px;
}
.portfolio.style1 .portfolio-content ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio.style1 .portfolio-content ul li a{
	color: #E5BE01;
}
.portfolio.style1 .portfolio-content ul li a:hover{
	letter-spacing: 1px;
}
.portfolio.style1 .title {
	font-size: 30px;
	line-height: 1.3;
	-webkit-transition: .3s;
	transition: .3s;
	display: block;
	margin-top: 15px;
	text-transform: capitalize;
}

.portfolio.style1 .icon {
	position: absolute;
	right: 40px;
	top: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	height: 45px;
	width: 45px;
	line-height: 47px;
	background: transparent;
	transition: .3s;
	text-align: center;
	border-radius: 50%;
}

.portfolio.style1 .icon:hover {
	background: #E5BE01;
	color: #ffffff;
}

/* Style Two */
.portfolio.style2{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px;
}
.portfolio.style2 .portfolio-item{
	position: relative;
	height: 320px;
	text-align: center;
}
.portfolio.style2 .portfolio-item .portfolio-thumb{
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	width: 100%;
}
.portfolio.style2 .portfolio-item:nth-child(1){
	grid-column: 1/3;
}
.portfolio.style2 .portfolio-item:nth-child(2){
	grid-column: 3/5;
}
.portfolio.style2 .portfolio-item:nth-child(3){
	grid-column: 5/7;
}
.portfolio.style2 .portfolio-item:nth-child(4){
	grid-column: 1/5;
}
.portfolio.style2 .portfolio-item:nth-child(5){
	grid-column: 5/7;
}
.portfolio.style2 .portfolio-item:nth-child(6){
	grid-column: 1/4;
}
.portfolio.style2 .portfolio-item:nth-child(7){
	grid-column: 4/7;
}
.portfolio.style2 .portfolio-item:nth-child(8){
	grid-column: 5/7;
}
.portfolio.style2 .portfolio-item:nth-child(9){
	grid-column: 1/4;
}
.portfolio.style2 .portfolio-item:nth-child(10){
	grid-column: 4/7;
}
.portfolio.style2 .portfolio-item:nth-child(11){
	grid-column: 1/3;
}
.portfolio.style2 .portfolio-item:nth-child(12){
	grid-column: 3/5;
}
.portfolio.style2 .portfolio-item:nth-child(13){
	grid-column: 5/7;
}
.portfolio.style2 .portfolio-item:nth-child(14){
	grid-column: 1/4;
}
.portfolio.style2 .portfolio-item:nth-child(15){
	grid-column: 4/7;
}
.portfolio.style2 .portfolio-item .portfolio-content{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background: rgba(12, 115, 255, 0.8);
	opacity: 0;
	visibility: hidden;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transform: scale(0);
}
.portfolio.style2 .portfolio-item:hover .portfolio-content{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.portfolio.style2 .portfolio-item .portfolio-content h3 a{
	color: #fff;
	font-weight: bold;
}
.portfolio.style2 .portfolio-item .portfolio-content h6{
	color: #dcebff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Style Three */

.portfolio.style3 .swiper-container {
	position: relative;
	width: 100%;
	padding: 25px 0;
}
.portfolio.style3 .swiper-container .swiper-wrapper{
	align-items: center;
}
.portfolio.style3 .swiper-container > .swiper-slide__content {
	position: absolute;
	top: 0;
}

.portfolio.style3 .swiper-slide {
	display: -webkit-box;
	display: flex;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	width: 600px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transform: scale(0.8);
	transform: scale(1);
}
.portfolio.style3 .swiper-slide .content{
	position: absolute;
	bottom: 60px;
	text-align: center;
}
.portfolio.style3 .swiper-slide .content h3,
.portfolio.style3 .swiper-slide .content p{
	opacity: 0;
	visibility: hidden;
}
.portfolio.style3 .swiper-slide.swiper-slide-active {
	position: relative;
	-webkit-transform: scale(1);
	transform: scale(1.27);
	height: 500px;
	width: 900px;
	z-index: 9;
	color:#fff;
}
.portfolio.style3 .swiper-slide.swiper-slide-active::before{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}
.portfolio.style3 .swiper-slide.swiper-slide-active .content h3,
.portfolio.style3 .swiper-slide.swiper-slide-active .content p{
	opacity: 1;
	visibility: visible;
	color: #fff;
}
.portfolio.style3 .swiper-slide.swiper-slide-active .content h3 a{
	color: #fff;
}
.portfolio.style3 .swiper-slide__content {
	height: 300px;
}

.portfolio.style3 .swiper-prev{
	position: absolute;
	color: #061738;
	top: 50%;
	transform: translateY(-50%);
	left: 27%;
	z-index: 2;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio.style3 .swiper-prev:hover{
	color: #fff;
	background-color: #0c73ff;
}
.portfolio.style3 .swiper-prev i{
	font-size: 22px;
}
.portfolio.style3 .swiper-next{
	position: absolute;
	color: #061738;
	top: 50%;
	transform: translateY(-50%);
	right: 27%;
	z-index: 2;
	height: 70px;
	width: 70px;
	line-height: 70px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.portfolio.style3 .swiper-next:hover{
	color: #fff;
	background-color: #E5BE01;
}
.portfolio.style3 .swiper-next i{
	font-size: 22px;
}

/* Style Four */
.portfolio.style4{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px;
}
.portfolio.style4 .portfolio-item{
	position: relative;
	height: 320px;
	text-align: center;
}
.portfolio.style4 .portfolio-item .portfolio-thumb{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.portfolio.style4 .portfolio-item:nth-child(1){
	grid-column: 1/3;
}
.portfolio.style4 .portfolio-item:nth-child(2){
	grid-column: 3/5;
}
.portfolio.style4 .portfolio-item:nth-child(3){
	grid-column: 5/7;
}
.portfolio.style4 .portfolio-item:nth-child(4){
	grid-column: 1/5;
}
.portfolio.style4 .portfolio-item:nth-child(5){
	grid-column: 5/7;
}
.portfolio.style4 .portfolio-item:nth-child(6){
	grid-column: 1/4;
}
.portfolio.style4 .portfolio-item:nth-child(7){
	grid-column: 4/7;
}
.portfolio.style4 .portfolio-item:nth-child(8){
	grid-column: 5/7;
}
.portfolio.style4 .portfolio-item:nth-child(9){
	grid-column: 1/4;
}
.portfolio.style4 .portfolio-item:nth-child(10){
	grid-column: 4/7;
}
.portfolio.style4 .portfolio-item:nth-child(11){
	grid-column: 1/3;
}
.portfolio.style4 .portfolio-item:nth-child(12){
	grid-column: 3/5;
}
.portfolio.style4 .portfolio-item:nth-child(13){
	grid-column: 5/7;
}
.portfolio.style4 .portfolio-item:nth-child(14){
	grid-column: 1/4;
}
.portfolio.style4 .portfolio-item:nth-child(15){
	grid-column: 4/7;
}
.portfolio.style4 .portfolio-item .portfolio-content{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	background: rgba(6, 23, 56, 0.6);
	opacity: 0;
	visibility: hidden;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transform: scale(0);
}
.portfolio.style4 .portfolio-item:hover .portfolio-content{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.portfolio.style4 .portfolio-item .portfolio-content .content-wrapper a{
	color: #fff;
	font-size: 80px;
}

/*
===================
Copyright Menu
===================
*/
.copyright-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.copyright-menu ul li{
	margin-right: 20px;
}
.copyright-menu ul li:last-child{
	margin-right: 0;
}
.copyright-menu ul li a{
	color: #fff;
}

/*
===================
Working Process 2
===================
*/
.work-process .process-box{
	position: relative;
	text-align: center;
	padding: 35px;
}
.work-process .process-box .icon{
	position: relative;
	color: #fff;
	height: 104px;
	width: 104px;
	line-height: 104px;
	background: rgba(255, 255, 255, 0.1);
	margin: 0 auto 40px;
	font-size: 48px;
}
.work-process .process-box .icon::after{
	content: url(../images/shape1.png);
	position: absolute;
	left: 122px;
	top: 15px;
}
.work-process .process-box.rotate .icon::after{
	content: url(../images/shape2.png);
}
.work-process .process-box.none .icon::after{
	display: none;
}
.work-process .process-box .icon span{
	position: absolute;
	color: #eef1f4;
	font-size: 16px;
	font-weight: bold;
	background: #0d1e35;
	height: 40px;
	width: 40px;
	line-height: 40px;
	bottom: -12px;
	right: -12px;
}
.work-process .process-box i{
	font-family: "Flaticon";
	font-style: normal;
}
.work-process .process-box .content h3{
	color: #eef1f4;
	font-weight: bold;
}
.work-process .process-box .content p{
	color: #eef1f4;
	font-size: 14px;
	line-height: 1.8;
}

/*
===================
Icon Box
===================
*/
.icon-box.style1{
	display: flex;
}
.icon-box.right{
	flex-direction: row-reverse;
}
.icon-box.style1 .icon {
    margin-right: 15px;
    flex-shrink: 0;
}
.icon-box.style1 .icon i{
	display: inline-block;
	color: #E5BE01;
	font-size: 30px;
    line-height: 74px;
    height: 74px;
    width: 74px;
    text-align: center;
    background: #FFEFE7;
    border-radius: 50%;
}
.icon-box.right .icon{
	margin-left: 25px;
	margin-right: 0;
}
.icon-box.right .content{
	text-align: right;
}
.icon-box.style1 .content h4{
	font-size: 22px;
	margin-bottom: 12px;
}
.icon-box.style1 .content p{
	line-height: 1.7;
	margin: 0;
}
.icon-box.style1:hover .content p{
    color:#E5BE01;
}


/*
===================
Single Image
===================
*/
.single-image.style1 .title{
	color: #E5BE01;
	font-family: 'DM Sans', sans-serif;
}
/* Style Two */
.single-image.style2{
	position: relative;
}
.single-image.style2::before{
	content: '';
	position: absolute;
	height: 80%;
	width: 80%;
	left: -30px;
	bottom: -30px;
	background-color: #E5BE01;
	clip-path: redinex(0% 100%, 100% 100%, 0% 0%);
	z-index: -1;
}

/*
===================
Tabs
===================
*/
.about-tabs.style1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.about-tabs.style1 .tabs {
	display: flex;
	width: 100%;
	border-top: 1px solid #eeeeee;
}

.about-tabs.style1 .tabs .tab {
	color: #606060;
	font-size: 17px;
	font-weight: 500;
	margin-right: 50px;
	padding: 20px 0;
	cursor: pointer;
	border-top: 3px solid transparent;
}

.about-tabs.style1 .tabs .tab.active {
	border-top: 3px solid #E5BE01;
	color: #061738;
}

.about-tabs.style1 .content {
	width: 100%;
	margin-top: 8px;
}

.about-tabs.style1 .content .content-item {
	display: none;
}

.about-tabs.style1 .content .content-item.active {
	display: block;
}
.about-tabs.style1 .content .content-item p{
	font-size: 20px;
	margin-bottom: 30px;
}
.about-tabs.style1 .content .content-item ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-tabs.style1 .content .content-item ul li{
	position: relative;
	margin-bottom: 12px;
}
.about-tabs.style1 .content .content-item ul li i{
	color: #E5BE01;
	font-size: 14px;
	margin-right: 15px;
}
.about-tabs.style1 .content .content-item a{
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 14px 38px;
	background-color: #E5BE01;
	margin-top: 22px;
}
.about-tabs.style1 .content .content-item a i{
	font-size: 15px;
	margin-left: 10px;
}

/* Style Two */

.about-tabs.style2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.about-tabs.style2 .tabs {
	display: flex;
	width: 100%;
}

.about-tabs.style2 .tabs .tab {
	font-size: 15px;
	font-weight: 500;
	margin-right: 10px;
	padding: 16px 38px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.about-tabs.style2 .tabs .tab.active {
	border-color: #1BA8F1;
	color: #1BA8F1;
}

.about-tabs.style2 .content {
	width: 100%;
	margin-top: 25px;
}

.about-tabs.style2 .content .content-item {
	display: none;
}

.about-tabs.style2 .content .content-item.active {
	display: block;
}
.about-tabs.style2 .content .content-item ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-tabs.style2 .content .content-item ul li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 5px;
}
.about-tabs.style2 .content .content-item ul li::before {
	content: '';
	position: absolute;
	height: 6px;
	width: 6px;
	background-color: #1BA8F1;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.about-tabs.style2 .content .content-item ul li::after {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	background-color: rgba(27, 168, 241, 0.2);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.about-tabs.style2 .content .content-item a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: #1BA8F1;
	margin-top: 20px;
}

/*
===================
Accordion
===================
*/
.accordion.style1 {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ffffff;
}

.accordion.style1 .accordion__single {
	display: block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.07);
	margin-bottom: 20px;
	overflow: hidden;
}
.accordion.style1 .accordion__single:last-child{
	margin-bottom: 0;
}
.accordion.style1 .accordion__title {
	background: transparent;
	color: #161c2d;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Epilogue', sans-serif;
	padding: 16px 28px;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	-webkit-transition: .3s;
	transition: .3s;
}

.accordion.style1 .accordion__title::before {
	content: '';
	position: absolute;
	left: 30px;
	bottom: -3px;
	height: 1px;
	width: 90%;
	background: rgba(0, 0, 0, 0.07);
}

.accordion.style1 .accordion__title .meta--icon::before, .accordion__title .meta--icon::after {
	content: '';
	position: absolute;
	top: 45%;
	background: #161c2d;
	height: 10px;
	width: 2px;
	-webkit-transition: .3s;
	transition: .3s;
}

.accordion.style1 .accordion__title .meta--icon::before {
	right: 38px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion.style1 .accordion__title .meta--icon::after {
	right: 44px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion.style1 .accordion__title.active .meta--icon::before {
	right: 44px;
}
.accordion.style1 .accordion__title.active .meta--icon::after {
	right: 38px;
}
.accordion.style1 .accordion__content-text {
	display: none;
	line-height: 1.6;
	padding: 20px 30px 10px;
}

/* Style Two */
.accordion.style2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.accordion.style2 li {
	position: relative;
	margin-bottom: 20px;
}
.accordion.style2 li p {
	display: none;
	margin: 0;
	padding: 20px 25px 0;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: #061738 !important;
}
.accordion.style2 a {
	display: block;
	color: #061738;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.5;
	width: 100%;
	cursor: pointer;
	user-select: none;
	padding: 0 20px 0 8px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 25px;
}
.accordion.style2 a:after {
	width: 8px;
	height: 8px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	position: absolute;
	right: 30px;
	content: " ";
	top: 17px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.accordion.style2 a i {
	color: #fff;
	font-size: 14px;
	background-color: #E5BE01;
	height: 33px;
	width: 33px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	margin-right: 15px;
}
.accordion.style2 p {
	line-height: 1.6;
	padding: 10px;
}
.accordion.style2 a.active{
	color: #fff;
	background-color: #E5BE01;
	border-color: #E5BE01;
}
.accordion.style2 a.active i{
	color: #E5BE01;
	background-color: #fff;
}
.accordion.style2 a.active:after {
	border-color: #fff;
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*
===================
Gallery
===================
*/

.image-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.image-gallery .single-item {
	position: relative;
	margin-left: -60px;
}
.image-gallery .single-item img {
	width: auto;
}
.image-gallery .single-item:first-child {
	z-index: 7;
	margin-left: -20px;
}
.image-gallery .single-item:nth-child(2) {
	z-index: 6;
}
.image-gallery .single-item:nth-child(3) {
	z-index: 5;
}
.image-gallery .single-item:nth-child(4) {
	z-index: 4;
}
.image-gallery .single-item:nth-child(5) {
	z-index: 3;
}
.image-gallery .single-item:nth-child(6) {
	z-index: 2;
}
.image-gallery .single-item:last-child {
	z-index: 1;
	margin-left: -30px;
	margin-bottom: 9px;
}

/*
===================
 Image Comparison
===================
*/

.img-comparison.style1 .img-comp-container {
  position: relative;
  height: 600px;
}
.img-comparison.style1 .img-comp-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-comparison.style1 .img-comp-img img {
    display: block;
    vertical-align: middle;
    height: 100%;
    width: 1920px;
    max-width: 1920px;
    object-fit: cover;
}
.img-comparison.style1 .img-comp-slider {
	position: absolute;
	z-index: 9;
	cursor: ew-resize;
	width: 50px;
	height: 50px;
	background-color: #E5BE01;
	opacity: 0.75;
	border-radius: 50%;
}
.img-comparison.style1 .img-comp-slider::before {
	content: '\F284';
	position: absolute;
	color: #fff;
	font-family: bootstrap-icons;
	top: 50%;
	transform: translateY(-50%);
	left: 9px;
	font-size: 14px;
}
.img-comparison.style1 .img-comp-slider::after {
	content: '\F285';
	position: absolute;
	color: #fff;
	font-family: bootstrap-icons;
	top: 50%;
	transform: translateY(-50%);
	right: 9px;
	font-size: 14px;
}

/*
===================
Info Tab
===================
*/
.custom-row{
	display: flex;
	flex-wrap: wrap;
}
.custom-col-32{
	width: 32%;
}
.custom-col-36{
	width: 36%;
}
.info-tab.style1 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.info-tab.style1 .tabs {
	display: flex;
	width: 100%;
}

.info-tab.style1 .tabs .tab {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Epilogue', sans-serif;
	padding: 35px 20px;
	cursor: pointer;
	background-color: #E5BE01;
	width: 33.333333%;
	text-align: center;
}
.info-tab.style1 .tabs .tab:nth-child(2){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.info-tab.style1 .tabs .tab.active {
	color: #E5BE01;
	background-color: #fff;
}

.info-tab.style1 .content {
	width: 100%;
	padding: 80px;
	background-color: #fff;
	box-shadow: 0px 16px 35px 0px rgba(121, 121, 121, 0.03);
}
.info-tab.style1 .content .content-item {
	display: none;
}
.info-tab.style1 .content .content-item.active {
	display: block;
}

.info-tab.style1 .content .box{
	display: flex;
}
.info-tab.style1 .content .box .icon{
	color: #E5BE01;
	font-size: 50px;
	margin-top: -11px;
	margin-right: 23px;
}
.info-tab.style1 .content .box .box-content .title{
	font-weight: 600;
	margin-bottom: 11px;
}

.info-tab.style1 .content .content-item p{
	margin-bottom: 40px;
}
.info-tab.style1 .content .content-item .image2{
	text-align: right;
}

/*
===================
Process Box
===================
*/
.process-box.style1{
	display: flex;
}
.process-box.style1 .number{
	color: #263a78;
	font-size: 80px;
	line-height: 1;
	margin-right: 20px;
}
.process-box.style1 .content .title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}


/*
===================
Contact Form
===================
*/
.home1-contact .form-input{
	margin-bottom: 20px;
}
.home1-contact .form-input input {
	border: 0;
	outline: 0;
	width: 100%;
	padding: 15px 30px 15px 30px;
	border-radius: 0;
}
.home1-contact .form-textarea{
	margin-bottom: 30px;
}
.home1-contact .form-textarea textarea{
	border: 0;
	outline: 0;
	width: 100%;
	padding: 15px 28px;
	border-radius: 0;
}
.home1-contact .form-button button{
	color: #fff;
	font-weight: bold;
	border: 0;
    outline: 0;
    background: #0c73ff;
    padding: 17px;
    width: 100%;
}
.home1-contact input[type="submit"] {
	color: #E5BE01;
	font-weight: 500;
	height: 60px;
	width: 185px;
	border: 0;
	outline: 0;
	background-color: #fff;
}

/* Home 2 Contact */

.home-2-contact input.form-control {
    color: #fff;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 3px 0;
}
.home-2-contact input.form-control::placeholder{
    color: #8c9ccd;
}
.home-2-contact textarea.form-control {
    color: #fff;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 0;
	padding: 3px 0;
}
.home-2-contact input.form-control:focus,
.home-2-contact textarea.form-control:focus{
    color: #fff;
    box-shadow: none;
}
.home-2-contact textarea.form-control::placeholder{
    color: #8c9ccd;
}
.home-2-contact input[type="submit"] {
	border: 1px solid #E5BE01;
	background: #E5BE01;
	color: #fff;
	line-height: 1;
	margin-top: 18px;
	padding: 18px 29px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.home-2-contact input[type="submit"]:hover{
    background-color: transparent;
    border-color: #fff;
}
.home-2-contact .message p,
.home-2-contact .button p{
    margin-bottom: 0;
}

/*
===================
Subscribe Form
===================
*/
.footer-subscribe{
	position: relative;
}
.footer-subscribe input[type="email"] {
	color: #fff;
	border: 0;
	border-radius: 0;
	outline: 0;
	background-color: #122765;
	padding: 15px 170px 15px 25px;
}
.footer-subscribe input[type="email"]:focus{
	color: #fff;
	box-shadow: none;
}
.footer-subscribe i{
	position: absolute;
	color: #fff;
	height: 42px;
	width: 60px;
	line-height: 42px;
	text-align: center;
	background-color: #E5BE01;
	right: 0;
	top: 0;
}
.footer-subscribe input[type="email"]::placeholder{
	color: #6073ae;
}
.footer-subscribe input[type="submit"]{
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	border: 0;
	border-radius: 0;
	outline: 0;
	background-color: #E5BE01;
	padding: 19px 35px;
}

/*
===================
Contact Page Form
===================
*/
.contact-page-form input[type=text],
.contact-page-form input[type=email]{
	height: 60px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	margin-bottom: 20px;
	padding: 10px 25px;
}
.contact-page-form input[type=text]:focus,
.contact-page-form input[type=email]:focus{
	box-shadow: none;
	border-color: rgba(71, 59, 240, 0.5);
}
.contact-page-form textarea{
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	margin-bottom: 30px;
	padding: 20px 25px;
}
.contact-page-form textarea:focus{
	box-shadow: none;
	border-color: rgba(71, 59, 240, 0.5);
}

.contact-page-form .submit-button{
	color: #fff;
	font-weight: 500;
	border: 0;
	background-color: #E5BE01;
	padding: 21px 30px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.contact-page-form .submit-button:hover{
	background-color: #0d1e35;
}



/*animation*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.bounce-animate {
animation-name: float-bob;
animation-duration: 2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob;
-ms-animation-duration: 2s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob;
-o-animation-duration: 2s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate2 {
animation-name: float-bob2;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob2;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob2;
-ms-animation-duration: 3s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob2;
-o-animation-duration: 3s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate3 {
animation-name: float-bob3;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob3;
-moz-animation-duration: 4s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob3;
-ms-animation-duration: 4s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob3;
-o-animation-duration: 4s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate4 {
animation-name: float-bob4;
animation-duration: 5s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob4;
-moz-animation-duration: 5s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob4;
-ms-animation-duration: 5s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob4;
-o-animation-duration: 5s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
.bounce-animate5 {
animation-name: float-bob5;
animation-duration: 6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-moz-animation-name: float-bob5;
-moz-animation-duration: 6s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: float-bob5;
-ms-animation-duration: 6s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: float-bob5;
-o-animation-duration: 6s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
0% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
50% {
-webkit-transform: translateY(-7px);
transform: translateY(-7px); }
100% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); } }
@-webkit-keyframes float-bob2 {
0% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); }
50% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); }
100% {
-webkit-transform: translateY(-60px);
transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); }
50% {
-webkit-transform: translateY(-25px);
transform: translateY(-25px); }
100% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
0% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-70px);
transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
0% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); }
50% {
-webkit-transform: translateY(-35px);
transform: translateY(-35px); }
100% {
-webkit-transform: translateY(-75px);
transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
0% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme{
  0%{ 
    transform:rotate(0deg);
   }
  25%{ 
    transform:rotate(90deg);
   }
  50%{ 
    transform:rotate(180deg);
   }
  100%{
     transform:rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}